Transclusion: CL-SOM-iMX7: U-Boot: Boot from NAND
- 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