tock-bootloader icon indicating copy to clipboard operation
tock-bootloader copied to clipboard

Software bootloader for boards running Tock.

Results 5 tock-bootloader issues
Sort by recently updated
recently updated
newest added

Is there some plan support for port risc-v ?

brings the size from 74kB to 26 kB

Probably missed when splitting into different repositories.

Although the bootloader can program the kernel and any application over serial, it cannot update its own code, since it is running from flash. If the bootloader code relocates into...

Hi! I’ve been exploring the tock-bootloader and noticed that it currently implements USB CDC-ACM interface for some boards. However, I would like to explore the possibility of implementing USB DFU...