Difference between revisions of "CL-SOM-iMX7: U-Boot: Package contents"
(One intermediate revision by one other user not shown) | |||
Line 5: | Line 5: | ||
== u-boot == | == u-boot == | ||
− | * {{filename|cl-som-imx7-firmware-1. | + | * {{filename|cl-som-imx7-firmware-1.5.bin}} - IOT-GATE-iMX7/SBC-IOT-iMX7, U-Boot binary |
− | * {{filename|u-boot-v2017.07-cl-som-imx7-1. | + | * {{filename|u-boot-v2017.07-cl-som-imx7-1.5.patch}} - patch vs. v2017.07 mainline U-Boot |
− | * {{filename|patches}} - ordered collection of patches, that form the single patch above (u-boot-v2017.07-cl-som-imx7-1. | + | * {{filename|patches}} - ordered collection of patches, that form the single patch above (u-boot-v2017.07-cl-som-imx7-1.5.patch) |
{{:Transclusion: CL-SOM-iMX7: U-Boot: Package contents: Utilities}} | {{:Transclusion: CL-SOM-iMX7: U-Boot: Package contents: Utilities}} |
Latest revision as of 12:59, 7 November 2018
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 - CL-SOM-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