With which utilities can i flash the firmware to the pyboard?
For the firmware.dfu there is DFU-UTIL but how it works with .hex or .elf?

Code: Select all
arm-none-eabi-objcopy -O binary -j .isr_vector build-PYBV10/firmware.elf build-PYBV10/firmware0.bin
arm-none-eabi-objcopy -O binary -j .text -j .data build-PYBV10/firmware.elf build-PYBV10/firmware1.bin
Code: Select all
python ../tools/dfu.py -b 0x08000000:build-PYBV10/firmware0.bin -b 0x08020000:build-PYBV10/firmware1.bin build-PYBV10/firmware.dfu
Code: Select all
Bus 005 Device 003: ID 0483:df11 STMicroelectronics STM Device in DFU Mode
Code: Select all
Bus 005 Device 004: ID f055:9800