IOT-GATE-iMX7 and SBC-IOT-iMX7: U-Boot: Package contents
Layout
cl-som-imx7-u-boot/ ├── images │ └── cl-som-imx7-firmware ├── u-boot │ ├── patches │ │ ├── 0001-imx-mx7-fix-the-CCM_-macros.patch │ │ ├── ... │ │ └── 0057-cl-som-imx7-release-U-Boot-v2017.07-cl-som-imx7-1.5.patch │ ├── u-boot-v2017.07-cl-som-imx7-1.5.patch │ └── cl-som-imx7-firmware-1.5.bin ├── utilities │ ├── firmware_scripts │ │ ├── combine_firmware.sh │ │ └── compulab-bootloader-update.sh │ └── splash_image │ ├── splash1024_768.bmp │ └── splash800_480.bmp ├── readme.txt └── version.txt
version.txt
The contents of the version.txt identifies the package version.
images
- cl-som-imx7-firmware - IOT-GATE-iMX7/SBC-IOT-iMX7 firmware binary
u-boot
- cl-som-imx7-firmware-1.5.bin - IOT-GATE-iMX7/SBC-IOT-iMX7, U-Boot binary
- u-boot-v2017.07-cl-som-imx7-1.5.patch - patch vs. v2017.07 mainline U-Boot
- patches - ordered collection of patches, that form the single patch above (u-boot-v2017.07-cl-som-imx7-1.5.patch)
utilities
- firmware_scripts - a collection of helper scripts
- combine_firmware.sh - a script for combining SPL and U-Boot in to a single binary
- compulab-bootloader-update.sh - an interactive script for updating U-Boot from Linux
- splash_image - splash image examples