We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6688e5c commit 02af90dCopy full SHA for 02af90d
boards.txt
@@ -96,6 +96,11 @@ envie_m4.upload.maximum_size=1048576
96
envie_m4.upload.maximum_data_size=294248
97
98
envie_m4.debug.tool=gdb
99
+envie_m4.bootloader.tool=openocd
100
+envie_m4.bootloader.config=-f target/stm32h7x_dual_bank.cfg
101
+envie_m4.bootloader.programmer=-f interface/stlink.cfg
102
+envie_m4.bootloader.extra_action.preflash=stm32h7x option_write 0 0x01c 0xb86aaf0
103
+envie_m4.bootloader.file=PORTENTA_H7/portentah7_bootloader_mbed_hs_v2.elf
104
105
##############################################################
106
0 commit comments