Related Products: 64ARM1, 68ARM1, 68ARM2, 68ARM4, 75ARM1, NIU1A, NIU3A, NIU3E, CIU3, 67G6
How to Stop and Enable Linux in uboot
How to stop linux in uboot
- Hold escape key on boot up
- Enter the command “editenv bootcmd”
- Delete the content displayed in field
- Enter the command “saveenv”
- Reboot card
Enable linux
- Hold escape key on boot up
- Enter the command “editenv bootcmd”
- Enter the command “run default_bootcmd”
- Enter the command “saveenv”
- Reboot card
