Difference between revisions of "CL-SOM-iMX7 NXP i.MX7 U-Boot"

From Compulab Mediawiki
Jump to: navigation, search
Line 7: Line 7:
 
{{Resources Linux
 
{{Resources Linux
 
|* [[CL-SOM-iMX7: U-Boot: Firmware Overview|Firmware Overview]]
 
|* [[CL-SOM-iMX7: U-Boot: Firmware Overview|Firmware Overview]]
 +
* [[CL-SOM-iMX7: U-Boot: Package contents|Package contents]]
 
* [[CL-SOM-iMX7: U-Boot: Firmware Update|Firmware Update]]
 
* [[CL-SOM-iMX7: U-Boot: Firmware Update|Firmware Update]]
 
* [[CL-SOM-iMX7: U-Boot: Creating a bootable SD card|Creating a bootable SD card]]
 
* [[CL-SOM-iMX7: U-Boot: Creating a bootable SD card|Creating a bootable SD card]]
* [[U-Boot quick reference]]
+
* [[CL-SOM-iMX7: U-Boot: Display and console|Display and console]]
 +
* [[U-Boot: Quick reference]]
 
|* [[Linux: Setting up a development environment|Setting up a development environment]]
 
|* [[Linux: Setting up a development environment|Setting up a development environment]]
 
* [[U-Boot: Introduction to U-Boot development|Introduction to U-Boot development]]
 
* [[U-Boot: Introduction to U-Boot development|Introduction to U-Boot development]]
Line 16: Line 18:
 
* [http://www.denx.de/wiki/U-Boot/Documentation U-Boot documentation]
 
* [http://www.denx.de/wiki/U-Boot/Documentation U-Boot documentation]
 
|*[[Support]]
 
|*[[Support]]
<!--* [[CL-SOM-iMX7: U-Boot: Known Issues|Known Issues]] -->
+
* [[CL-SOM-iMX7: U-Boot: Known Issues|Known Issues]]
 
}}
 
}}
  
Line 22: Line 24:
  
 
{{ChangelogRss| content=
 
{{ChangelogRss| content=
 +
===== 24-Oct-2017, CL-SOM-iMX7 / IOT-GATE-iMX7 / SBC-IOT-iMX7 U-Boot release 1.0 =====
 +
: U-Boot 2017.07-cl-som-imx7-1.0 for CL-SOM-iMX7 / IOT-GATE-iMX7 / SBC-IOT-iMX7
 +
: - Added SPL support
 +
: - Added automatic RAM detection
 +
: - Added LCD/DVI support with example presets
 +
: - Added Splash screen / Logo with video console
 +
: - Added USB keyboard support
 +
: - Added Secondary Ethernet interface support
 +
: - Added EEPROM layout commands
 +
: - Added automatic device tree (dtb) selection
 +
: - Improved NAND flash support coverage
 +
: - Fixed NAND bitflip for erased page
 +
: - Fixed NAND ECC strength calculation
 +
: Documentation
 +
: - Updated multiple articles to comply with the new U-Boot package
 +
 
===== 07-Dec-2016, CL-SOM-iMX7 U-Boot release  =====
 
===== 07-Dec-2016, CL-SOM-iMX7 U-Boot release  =====
 
: Initial pre-release of U-Boot 2016.09-cl-som-imx7-0.91 for CL-SOM-iMX7
 
: Initial pre-release of U-Boot 2016.09-cl-som-imx7-0.91 for CL-SOM-iMX7

Revision as of 08:26, 26 October 2017

The CompuLab CL-SOM-iMX7 System-on-Module / Computer-on-Module is using U-Boot boot-loader for low-level initializations and operating system loading. U-Boot is an open source firmware for wide range of embedded systems (e.g. PowerPC, ARM, MIPS, x86, ColdFire, AVR32, NIOS, etc.). On this page we will discuss only features and use cases related to CompuLab CL-SOM-iMX7 module. For more information on U-Boot, please refer to Official U-Boot Homepage.

Cl-som-imx7-top.jpg
Resources
Evaluation
Development
Troubleshooting


News

24-Oct-2017, CL-SOM-iMX7 / IOT-GATE-iMX7 / SBC-IOT-iMX7 U-Boot release 1.0
U-Boot 2017.07-cl-som-imx7-1.0 for CL-SOM-iMX7 / IOT-GATE-iMX7 / SBC-IOT-iMX7
- Added SPL support
- Added automatic RAM detection
- Added LCD/DVI support with example presets
- Added Splash screen / Logo with video console
- Added USB keyboard support
- Added Secondary Ethernet interface support
- Added EEPROM layout commands
- Added automatic device tree (dtb) selection
- Improved NAND flash support coverage
- Fixed NAND bitflip for erased page
- Fixed NAND ECC strength calculation
Documentation
- Updated multiple articles to comply with the new U-Boot package
07-Dec-2016, CL-SOM-iMX7 U-Boot release
Initial pre-release of U-Boot 2016.09-cl-som-imx7-0.91 for CL-SOM-iMX7
- MMC/SD Card
- eMMC
- SPI flash
- NAND flash
- Ethernet
- USB host and USB OTG in host mode
- Multiple I2C buses
- Green LED
Documentation
- Initial U-Boot documentation for CL-SOM-iMX7 support