MMU2-DIP
MMU2-DIP copied to clipboard
Flash firmware without a Windows PC
Hello,
Is there a way to flash the firmware using an Unix system, maybe via a ST-Link ? What would the address be ?
Would be nice if there already was some documentation about this part.
Thanks
Hello,
Use next command to flash firmware with st-link v.2 in .pio/build/MMU2_F030C8
directory:
openocd -f interface/stlink-v2.cfg -f target/stm32f0x.cfg -c "init; reset halt; stm32f0x unlock 0; reset halt; flash write_image erase firmware.hex; reset; exit"