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

From Compulab Mediawiki
Jump to: navigation, search
  • Use the following U-Boot command 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