@@ -31,7 +31,7 @@ This method is what happens behind the scenes when running `make flash_dfu`. Th
- Using cf2.bin file
- This method requires we specify the address to write the new firmware to.
- If the firmware was built with `CLOAD=1` (the default configuration) the firmware needs to be flashed to address `0x08004000` with the command `sudo dfu-util -d 0483:df11 -a 0 -s 0x08004000 -D cf2.bin`
- To reflash the bootloader at address 0x08000000, the bootloader must be compiled separately, see [Crazyflie Bootloader](Crazyflie-Firmware/Crazyflie-Bootloader)
- To reflash the bootloader at address `0x08000000`, the bootloader must be compiled separately, see [Crazyflie Bootloader](Crazyflie-Firmware/Crazyflie-Bootloader)