mirror of
https://github.com/brmlab/edubrm.git
synced 2025-06-08 04:43:59 +02:00
use /usr/local not /opt
This commit is contained in:
parent
5fdb0f6179
commit
cacae6aaa7
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ clean:
|
||||||
rm -f obj/*.o
|
rm -f obj/*.o
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
dfu-util -d 0471:df55 -c 0 -t 2048 -R -D /opt/LPCXpresso/bin/LPCXpressoWIN.enc || :
|
dfu-util -d 0471:df55 -c 0 -t 2048 -R -D /usr/local/LPCXpresso/bin/LPCXpressoWIN.enc || :
|
||||||
sleep 1
|
sleep 1
|
||||||
crt_emu_lpc11_13_nxp -g -2 -pLPC1343 -wire=winusb -info-target
|
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-erase
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue