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
