Image replicator media uboot imx6: Difference between revisions

From embeddedTS Manuals
(Initial creation)
 
(Highlight file names/location. Remove deprecated source tags.)
 
Line 2: Line 2:
! style="width: 8%"|U-Boot
! style="width: 8%"|U-Boot
| style="width: 12%" |
| style="width: 12%" |
* u-boot.imx
<code>/u-boot.imx</code>
| style="width: 80%" | U-Boot binary blob. This will be written to the SPI flash. The <source inline>imx_type</source> variable of the new file and the existing U-Boot installation on SPI flash will be checked to ensure the file being written is compatible with the current CPU. If the file <source inline>/u-boot.imx.md5</source> is present on the USB drive, this will be used to verify the data written to SPI flash.
| style="width: 80%" | U-Boot binary blob. This will be written to the SPI flash. The <code>imx_type</code> variable of the new file and the existing U-Boot installation on SPI flash will be checked to ensure the file being written is compatible with the current CPU. If the file <code>/u-boot.imx.md5</code> is present on the USB drive, this will be used to verify the data written to SPI flash.
|}
|}

Latest revision as of 13:11, 12 June 2023

U-Boot

/u-boot.imx

U-Boot binary blob. This will be written to the SPI flash. The imx_type variable of the new file and the existing U-Boot installation on SPI flash will be checked to ensure the file being written is compatible with the current CPU. If the file /u-boot.imx.md5 is present on the USB drive, this will be used to verify the data written to SPI flash.