Other Parts Discussed in Thread: CC2538, ,
Hello, recently we are making a contiki learning platform in LinuxOS. On this platform, students only need to write application code. After submission, we hope that the system will automatically complete the compilation and programming process.
Currently we use TI CC13xx / CC2538 / CC26xx Serial Boot Loader for programming (https://github.com/msolters/contiki/tree/master/examples/cc26xx-cc13xx-ota-bootloader),
but it seems that we must hold down the user selection key and reset button to work.
Is there any way to program the new application without pressing these physical keys?
Just like SmartRF Flash Programmer2 in Windows?
Thank you so much.