Difference between revisions of "Transclusion: CL-SOM-iMX7: U-Boot: Package contents"

From Compulab Mediawiki
Jump to: navigation, search
 
Line 25: Line 25:
 
== version.txt ==
 
== version.txt ==
 
The contents of the {{filename|version.txt}} identifies the package version.
 
The contents of the {{filename|version.txt}} identifies the package version.
 
== 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)
 
 
== Utilities ==
 
* {{filename|firmware_scripts}} -  a collection of helper scripts
 
** {{filename|combine_firmware.sh}} - a script for combining SPL and U-Boot in to a single binary
 
** {{filename|compulab-bootloader-update.sh}} - an interactive script for updating U-Boot from Linux
 
* {{filename|splash_image}} - splash image examples
 

Revision as of 14:46, 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
│   │   ├── ...
│   │   └── 0030-arm-imx7d-cl-som-imx7-update-extraversion.patch
│   ├── u-boot-v2017.07-cl-som-imx7-1.0.patch
│   └── cl-som-imx7-firmware-1.0.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.