can I reboot the XDK without the workbench just by pressing the buttons? Similar to going into the bootloader mode. Once I am in bootloader, I would like to boot without having to connect via USB.
Solved! Go to Solution.
Hello JanGieseler
No, You cannot reboot the XDK just by pressing the buttons.
You can reboot the XDK without using XDK Workbench.
You can reboot the XDK by using any serial terminal such as HTerm, TeraTerm software, etc.
When XDK is in Application mode, You can send below commands in any serial terminal,
#reBoot$ | Reboot XDK and go into bootloader mode |
#reSet$ | Reboot XDK and go into application mode |
When XDK is in Bootloader mode, You can send below command in any serial terminal,
b | Boot application | This command will start the uploaded application. |