bitcraze / lps-node-firmware

GNU Lesser General Public License v3.0
82 stars 79 forks source link

Bootloader by software #19

Closed rdagher closed 7 years ago

rdagher commented 7 years ago

When the user types u for update or upload, the code enters the bootloader (BSL) which allows updating the firmware over the serial port and jumping to the new firmware using the DFU protocol. Tested with dfu-util 0.8 in a Linux environment.

ataffanel commented 7 years ago

Thanks for the PR, works fine! I merge it. This is related to #18