Transclusion: CL-SOM-iMX7: U-Boot: Boot from NAND

From Compulab Mediawiki
Revision as of 07:44, 23 June 2019 by imported>Uri.mashiach
Jump to: navigation, search
  • Use the following U-Boot commands to configure NAND as the main storage for both Linux kernel and root filesystem images:
setenv bootcmd 'run nandboot'
  • To save this configuration:
saveenv
  • To boot Linux type:
run bootcmd