Boot Mode through software?
-
Is it possible to reboot the lopy into a boot mode without hardware pins? eg i have a script that running which i want to stop remotely.
-
This post is deleted!
-
@seb Isn't the tenet just sending a characater string when you press cntrl-f?
-
@seb Something like machine.safe_boot()
-
@robert-hh cant use cntrl-f in visual code :(
-
As of firmware 1.16.0.b1 you can press Ctrl+F in either the UART or telnet terminal and the device will reboot into safe mode, this cannot be done programmatically though, although this wouldn't be difficult to add if you need it.
-
@seb safe boot
-
@misterlisty
Which boot mode are you referring to? Do you want just a simple reboot, safe boot or the firmware update mode?
-
@misterlisty machine.reset()?
in v1.16.0.b1 also Ctrl-F on the console (Telnet or USB)