blob: 5dd786318b8421b65aab1def5606b9ad5a37f46c [file] [log] [blame]
#!/bin/sh
export PROJECT=stm32f429i-disco-test
make -j8 &&
openocd -f board/stm32f429disc1.cfg \
-c "program build-$PROJECT/lk.bin reset exit 0x08000000"