mirror of
https://github.com/brmlab/edubrm.git
synced 2025-06-08 04:43:59 +02:00
finish deploy code
This commit is contained in:
parent
8b871d5d47
commit
1b0e861f3e
2 changed files with 11 additions and 0 deletions
|
@ -17,3 +17,10 @@ obj/edubrm.bin: obj/edubrm.axf
|
|||
|
||||
clean:
|
||||
rm -f obj/*.o obj/edubrm.{axf,bin,map}
|
||||
|
||||
deploy:
|
||||
dfu-util -d 0471:df55 -c 0 -t 2048 -R -D /opt/LPCXpresso/bin/LPCXpressoWIN.enc || :
|
||||
sleep 1
|
||||
crt_emu_lpc11_13_nxp -g -2 -pLPC1343 -wire=winusb -info-target
|
||||
crt_emu_lpc11_13_nxp -g -2 -pLPC1343 -wire=winusb -flash-erase
|
||||
crt_emu_lpc11_13_nxp -g -2 -pLPC1343 -wire=winusb -flash-load=obj/edubrm.axf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue