Lines Matching full:image
11 For BMC code update, download the system type \*.ubi.mdt.tar image from
20 …$ robot -v OPENBMC_HOST:x.x.x.x -v IMAGE_FILE_PATH:<image path>/obmc-phosphor-image-witherspoon.ub…
25 …$ robot -v OPENBMC_HOST:x.x.x.x -v IMAGE_FILE_PATH:<image path>/obmc-phosphor-image-witherspoon.ub…
28 For host code update, download the system type \*.pnor.squashfs.tar image from
37 …$ robot -v OPENBMC_HOST:x.x.x.x -v IMAGE_FILE_PATH:<image path>/witherspoon.pnor.squashfs.tar --in…
42 …$ robot -v OPENBMC_HOST:x.x.x.x -v IMAGE_FILE_PATH:<image path>/witherspoon.pnor.squashfs.tar --in…
53 For BMC code update, download the system type \*.ubi.mdt.tar image from
60 …$ robot -v OPENBMC_HOST:x.x.x.x -v IMAGE_FILE_PATH:<image path>/obmc-phosphor-image-witherspoon.ub…
63 For host code update, download the system type \*.pnor.squashfs.tar image from
70 …$ robot -v OPENBMC_HOST:x.x.x.x -v IMAGE_FILE_PATH:<image path>/witherspoon.pnor.squashfs.tar --in…
75 For BMC code update, download the system type \*all.tar image from
82 …$ robot -v OPENBMC_HOST:x.x.x.x -v FILE_PATH:<image path>/zaius-<date time>.all.tar --include Init…
92 $ robot -v OPENBMC_HOST:x.x.x.x -v PNOR_IMAGE_PATH:<image path>/zaius.pnor test_bios_update.robot
95 #### Generating Bad Firmware Image for testing
97 Procedure is to create bad firmware image for BMC and same steps applicable for
98 Host image.
103 Command to list the content of the firmware image.
105 tar -tvf obmc-phosphor-image-witherspoon-20210516025203.ubi.mtd.tar
106 -rw-r--r-- jenkins-op/jenkins-op 306804 2021-05-15 22:00 image-u-boot
107 -rw-r--r-- jenkins-op/jenkins-op 3039300 2021-05-12 03:32 image-kernel
108 -rw-r--r-- jenkins-op/jenkins-op 19861504 2021-05-15 22:00 image-rofs
109 -rw-r--r-- jenkins-op/jenkins-op 850304 2021-05-15 22:00 image-rwfs
112 -rw-r--r-- jenkins-op/jenkins-op 128 2021-05-15 22:00 image-u-boot.sig
113 -rw-r--r-- jenkins-op/jenkins-op 128 2021-05-15 22:00 image-kernel.sig
114 -rw-r--r-- jenkins-op/jenkins-op 128 2021-05-15 22:00 image-rofs.sig
115 -rw-r--r-- jenkins-op/jenkins-op 128 2021-05-15 22:00 image-rwfs.sig
118 -rw-r--r-- jenkins-op/jenkins-op 128 2021-05-15 22:00 image-full.sig
120 Delete MANIFEST file from the tar firmware image.
122 tar --delete -vf obmc-phosphor-image-witherspoon-20210516025203.ubi.mtd.tar MANIFEST
124 tar -tvf obmc-phosphor-image-witherspoon-20210516025203.ubi.mtd.tar
125 -rw-r--r-- jenkins-op/jenkins-op 306804 2021-05-15 22:00 image-u-boot
126 -rw-r--r-- jenkins-op/jenkins-op 3039300 2021-05-12 03:32 image-kernel
127 -rw-r--r-- jenkins-op/jenkins-op 19861504 2021-05-15 22:00 image-rofs
128 -rw-r--r-- jenkins-op/jenkins-op 850304 2021-05-15 22:00 image-rwfs
130 -rw-r--r-- jenkins-op/jenkins-op 128 2021-05-15 22:00 image-u-boot.sig
131 -rw-r--r-- jenkins-op/jenkins-op 128 2021-05-15 22:00 image-kernel.sig
132 -rw-r--r-- jenkins-op/jenkins-op 128 2021-05-15 22:00 image-rofs.sig
133 -rw-r--r-- jenkins-op/jenkins-op 128 2021-05-15 22:00 image-rwfs.sig
136 -rw-r--r-- jenkins-op/jenkins-op 128 2021-05-15 22:00 image-full.sig
138 Command to re-name tar firmware image.
140 mv obmc-phosphor-image-witherspoon-20210516025203.ubi.mtd.tar bmc_bad_manifest.ubi.mtd.tar
143 - No kernel image
146 Command to list the content of the firmware image.
148 tar -tvf obmc-phosphor-image-witherspoon-20210516025203.ubi.mtd.tar
149 -rw-r--r-- jenkins-op/jenkins-op 306804 2021-05-15 22:00 image-u-boot
150 -rw-r--r-- jenkins-op/jenkins-op 3039300 2021-05-12 03:32 image-kernel
151 -rw-r--r-- jenkins-op/jenkins-op 19861504 2021-05-15 22:00 image-rofs
152 -rw-r--r-- jenkins-op/jenkins-op 850304 2021-05-15 22:00 image-rwfs
155 -rw-r--r-- jenkins-op/jenkins-op 128 2021-05-15 22:00 image-u-boot.sig
156 -rw-r--r-- jenkins-op/jenkins-op 128 2021-05-15 22:00 image-kernel.sig
157 -rw-r--r-- jenkins-op/jenkins-op 128 2021-05-15 22:00 image-rofs.sig
158 -rw-r--r-- jenkins-op/jenkins-op 128 2021-05-15 22:00 image-rwfs.sig
161 -rw-r--r-- jenkins-op/jenkins-op 128 2021-05-15 22:00 image-full.sig
163 Delete image-kernel file from the tar firmware image.
165 tar --delete -vf obmc-phosphor-image-witherspoon-20210516025203.ubi.mtd.tar image-kernel
167 tar -tvf obmc-phosphor-image-witherspoon-20210516025203.ubi.mtd.tar
168 -rw-r--r-- jenkins-op/jenkins-op 306804 2021-05-15 22:00 image-u-boot
169 -rw-r--r-- jenkins-op/jenkins-op 19861504 2021-05-15 22:00 image-rofs
170 -rw-r--r-- jenkins-op/jenkins-op 850304 2021-05-15 22:00 image-rwfs
173 -rw-r--r-- jenkins-op/jenkins-op 128 2021-05-15 22:00 image-u-boot.sig
174 -rw-r--r-- jenkins-op/jenkins-op 128 2021-05-15 22:00 image-kernel.sig
175 -rw-r--r-- jenkins-op/jenkins-op 128 2021-05-15 22:00 image-rofs.sig
176 -rw-r--r-- jenkins-op/jenkins-op 128 2021-05-15 22:00 image-rwfs.sig
179 -rw-r--r-- jenkins-op/jenkins-op 128 2021-05-15 22:00 image-full.sig
181 Command to re-name tar firmware image.
183 mv obmc-phosphor-image-witherspoon-20210516025203.ubi.mtd.tar bmc_nokernel_image.ubi.mtd.tar
186 - Invalid key image
189 Command to untar the firmware image.
191 …tar -xvf obmc-phosphor-image-witherspoon-20210516025203.ubi.mtd.tar -C /directory_path/untar_files/
192 image-u-boot
193 image-kernel
194 image-rofs
195 image-rwfs
198 image-u-boot.sig
199 image-kernel.sig
200 image-rofs.sig
201 image-rwfs.sig
204 image-full.sig
208 Command to tar the firmware image files.