Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SoMuchHat authored Jun 10, 2016
1 parent 69c9871 commit cceb60c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ To use the utility, make sure to build the rust program for your target (See htt

* -i: Input ASCII encoded program to bootload over CAN
* -d: Device CAN ID which should be bootloaded (Command ID for that device). This will cause the bootloader to send the special start bootload command message which will cause the device to reset, enter bootloading, and wait for the new program contents to be received)
* -b: Bypass mode. If the device is already in it's bootload state and waiting for program contents, this mode should be used to skip sending the bootload command message.
* -bypass: Bypass mode. If the device is already in it's bootload state and waiting for program contents, this mode should be used to skip sending the bootload command message.
* -bus: CAN bus to send the bootload over.
* -bitrate: CAN bitrate to send the bootload command with. Note: This does not change the bitrate that the CAN bootloader sends the bootloaded program over.

Example execution: `CAN_Bootloader.exe -i "Magic CAN Node.a00" -b`
Example execution: `CAN_Bootloader.exe -i "Magic CAN Node.a00" -bus 0 -bitrate 1000000 -d 487`

### F28035_Flash_CAN_OTP
A flash image for a F28035 to install the bootloader in the OTP section of memory for the device.
Expand Down

0 comments on commit cceb60c

Please sign in to comment.