Skip to content

Commit

Permalink
Merge pull request #1385 from sojez1/patch-1
Browse files Browse the repository at this point in the history
Correct cfloader flash command in build.md
  • Loading branch information
gemenerik committed Jun 20, 2024
2 parents d8fd72f + 602216d commit 7cbe7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/building-and-flashing/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ Warning: if multiple Crazyflies within range are in bootloader mode the result i
#### Automatically enter bootloader mode
* Make sure the Crazyflie is on
* In your terminal, run `CLOAD_CMDS="-w [CRAZYFLIE_URI]" make cload`
* or run `cfloader flash cf2.bin stm32-fw -w [CRAZYFLIE_URI]`
* or run `cfloader flash build/cf2.bin stm32-fw -w [CRAZYFLIE_URI]`
with [CRAZYFLIE_URI] being the uri of the crazyflie.

It will connect to the Crazyflie with the specified address, put it in bootloader mode and flash the binary. This method is suitable for classroom situations.
Expand Down

0 comments on commit 7cbe7cc

Please sign in to comment.