Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
projects:easyloader [2017/02/18 00:53] – [Usage] darron | projects:easyloader [2020/10/20 13:39] (current) – [Example] darron | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ==== Easy-loader for Wellington and Oxford boot loaders ==== | + | ==== Easy-loader for Cowboy, |
<wrap right> | <wrap right> | ||
{{: | {{: | ||
</ | </ | ||
- | Easy-loader uploads application hex files to either the [[: | + | Easy-loader uploads application hex files to either the [[: |
- | for PIC18 or [[: | + | |
Easy-loader also has a number of options to interrogate the boot loader to | Easy-loader also has a number of options to interrogate the boot loader to | ||
Line 31: | Line 30: | ||
Options: | Options: | ||
- | | + | |
- | -b N use TTY baud rate N | + | -b N |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | -i N use CAN bus message id N | + | -i N |
- | -k N send BRK for N ms after serial port open | + | -k N |
- | | + | -l H|R log serial input when done (H = hex, R = raw) |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | -w N winklepicker mode N (1 or 2) reset | + | |
+ | -w N | ||
+ | | ||
+ | -z A erase page at address A | ||
Version: 4 | Version: 4 | ||
Line 52: | 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 this is not available for Oxford | + | CAN Bus is platform and boot loader dependent and is only available for Linux and the Wellington |
- | at present. | + | |
=== Example === | === Example === | ||
- | Here a device attached to RPi is first reset using `pctrl restore' | + | Here a device |
a hex file image is uploaded at 57600 baud. | a hex file image is uploaded at 57600 baud. | ||
Line 63: | Line 64: | ||
easy-loader -p -b 57600 / | easy-loader -p -b 57600 / | ||
</ | </ | ||
+ |