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

From Compulab Mediawiki
Jump to: navigation, search
 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
__NOTOC__
 
__NOTOC__
 
== Layout ==
 
== Layout ==
Line 9: Line 10:
 
│  │  ├── 0001-imx-mx7-fix-the-CCM_-macros.patch
 
│  │  ├── 0001-imx-mx7-fix-the-CCM_-macros.patch
 
│  │  ├── ...
 
│  │  ├── ...
│  │  └── 0030-arm-imx7d-cl-som-imx7-update-extraversion.patch
+
│  │  └── 0057-cl-som-imx7-release-U-Boot-v2017.07-cl-som-imx7-1.5.patch
│  ├── u-boot-v2017.07-cl-som-imx7-1.0.patch
+
│  ├── u-boot-v2017.07-cl-som-imx7-1.5.patch
│  └── cl-som-imx7-firmware-1.0.bin
+
│  └── cl-som-imx7-firmware-1.5.bin
 
├── utilities
 
├── utilities
 
│  ├── firmware_scripts
 
│  ├── firmware_scripts
Line 25: Line 26:
 
== 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
 

Latest revision as of 13:14, 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.