Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
projects:easyloader [2017/03/12 02:03]
darron [Usage]
projects:easyloader [2020/10/20 13:39] (current)
darron [Example]
Line 30: Line 30:
  
 Options: Options:
- -a   arduino (DTR + CAP) reset + -a     arduino (DTR + CAP) reset 
- -b N use TTY baud rate N + -b N   use TTY baud rate N 
- -d   hang up DTR after serial port open + -d     hang up DTR after serial port open 
- -e   read EEPROM + -e     read EEPROM 
- -f   read flash + -f     read flash 
- -h   HELLO only + -h     HELLO only 
- -i N use CAN bus message id N + -i N   use CAN bus message id N 
- -k N send BRK for N ms after serial port open + -k N   send BRK for N ms after serial port open 
- -l   log serial input to stdout when done + -l H|R log serial input when done (H = hex, R = raw) 
- -n   do not run firmware on exit + -n     do not run firmware on exit 
- -p   run pickle pctrl to reset device + -p     run pickle pctrl to reset device 
- -q   quiet erase/write + -q     quiet erase/write 
- -r   hang up RTS after serial port open + -r     hang up RTS after serial port open 
- -s   simulate erase/write + -s     simulate erase/write 
- -t   time to wait in ms after serial port open + -t     time to wait in ms after serial port open 
- -v   verify + -v     verify 
- -w N winklepicker mode N (1 or 2) reset + -w N   winklepicker mode N (1 or 2) reset 
- -x   drain serial output after each transmitted byte + -x     drain serial output after each transmitted byte 
- -z A erase page at address A+ -z A   erase page at address A
  
 Version: 4 Version: 4
Line 54: Line 54:
  
 The device can either be a serial interface of CAN Bus interface. Support for The device can either be a serial interface of CAN Bus interface. Support for
-CAN Bus is boot loader dependent and is only available for Wellington boot loader at present.+CAN Bus is platform and boot loader dependent and is only available for Linux and the Wellington boot loader at present.
  
 === Example === === Example ===
  
-Here a device attached to RPi is first reset using `pctrl restore' and the+Here a device (which is attached to an RPiis reset using `pctrl restore' and then
 a hex file image is uploaded at 57600 baud. a hex file image is uploaded at 57600 baud.