Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
projects:easyloader [2017/02/08 21:14] – 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 Wellington boot loader | + | Easy-loader uploads application hex files to either the [[: |
- | for PIC18 or Oxford boot loader for dsPIC/ | + | |
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 | + | -a |
- | | + | -b N |
- | | + | |
- | | + | |
- | | + | |
- | -i N use CAN bus message id N | + | |
- | -n do not run firmware on exit | + | -i N |
- | | + | -k N |
- | | + | -l H|R log serial input when done (H = hex, R = raw) |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
+ | | ||
+ | | ||
+ | | ||
+ | -w N | ||
+ | | ||
+ | -z A erase page at address A | ||
- | Version: | + | Version: |
</ | </ | ||
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 60: | Line 64: | ||
easy-loader -p -b 57600 / | easy-loader -p -b 57600 / | ||
</ | </ | ||
+ |