[scripts] Update stm32f7 discovery script to use the upstread openocd stm32f7discovery.cfg

This commit is contained in:
Christopher Anderson
2016-01-13 14:35:24 -08:00
parent e290cb1b8b
commit 11fd254c58

View File

@@ -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"