Hi,
How could I reboot my board with yocto using a python script? Is there any command that allows me to restart the board?
Hi,
How could I reboot my board with yocto using a python script? Is there any command that allows me to restart the board?
the command is “reboot” and you can ca her from python script:
https://www.cyberciti.biz/faq/python-execute-unix-linux-command-examples/