Guest User

Untitled

a guest
Jul 20th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. if [ $# -eq 1 ]
  4. then
  5. BIN=$1
  6. LOAD_BASE=0
  7. else
  8. BIN=$1
  9. LOAD_BASE=$2
  10. fi
  11.  
  12. dfu-util -d 0x0471:0xDF55 -c 0 -t 2048 -R -D /usr/local/lpcxpresso/lpcxpresso/bin/LPCXpressoWIN.enc || true
  13. sleep 1
  14. /usr/local/lpcxpresso/lpcxpresso/bin/crt_emu_cm3_nxp -pLPC1768 -g -wire=winusb -load-base=$LOAD_BASE -flash-load-exec=$BIN
Add Comment
Please, Sign In to add comment