This is the implementation of the Tock bootloader for the BBC:MicroBit v2 board. The bootloader runs using the Debugger UART.
To compile the bootloader, simply run the make
command.
make
OpenOCD is needed to flash the bootloader. Running make flash
will compile it and flash it.
make flash
Entering the bootloader is done by holding Button A during reset.