Difference between revisions of "CL-SOM-iMX7: U-Boot: Package contents"
(Replacing page with '{{:Transclusion: CL-SOM-iMX7: U-Boot: Package contents}} Category:U-Boot Category:CL-SOM-iMX7') |
|||
Line 1: | Line 1: | ||
{{:Transclusion: CL-SOM-iMX7: U-Boot: Package contents}} | {{:Transclusion: CL-SOM-iMX7: U-Boot: Package contents}} | ||
+ | |||
+ | == images == | ||
+ | * {{filename|cl-som-imx7-firmware}} - CL-SOM-iMX7 firmware binary | ||
+ | |||
+ | == u-boot == | ||
+ | * {{filename|cl-som-imx7-firmware-1.0.bin}} - CL-SOM-iMX7, U-Boot binary | ||
+ | * {{filename|u-boot-v2017.07-cl-som-imx7-1.0.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.0.patch) | ||
+ | |||
+ | {{:Transclusion: CL-SOM-iMX7: U-Boot: Package contents: Utilities}} | ||
[[Category:U-Boot]] | [[Category:U-Boot]] | ||
[[Category:CL-SOM-iMX7]] | [[Category:CL-SOM-iMX7]] |
Revision as of 15:00, 26 October 2017
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.0.bin - CL-SOM-iMX7, U-Boot binary
- u-boot-v2017.07-cl-som-imx7-1.0.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.0.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