[scripts] Update stm32f7 discovery script to use the upstread openocd stm32f7discovery.cfg
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
export PROJECT=stm32f746g-disco-test
|
||||
|
||||
make -j8 &&
|
||||
openocd -f interface/stlink-v2-1.cfg -f board/stm32756g_eval.cfg \
|
||||
openocd -f interface/stlink-v2-1.cfg -f board/stm32f7discovery.cfg \
|
||||
-c "program build-$PROJECT/lk.bin reset exit 0x08000000"
|
||||
|
||||
Reference in New Issue
Block a user