-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add information about bootloader UART timeout (#77)
* Add information about UART timeout * Add summary text * Update firmware.md * Update bootloader.md * Update bootloader.md * Update bootloader.md * Update bootloader.md
- Loading branch information
1 parent
66e750f
commit 591efdc
Showing
2 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,25 @@ | ||
# Bootloader | ||
# IMX-5.0 Bootloader | ||
|
||
The bootloader is embedded firmware stored on the IMX and is used to update the IMX application firmware. Updating the bootloader firmware is required occasionally when new functionality is required. | ||
The IMX-5.0 bootloader is embedded firmware stored on the IMX and is used to update the IMX application firmware. | ||
|
||
## Application Firmware Update | ||
|
||
The following are conditions for the IMX firmware update. | ||
|
||
- **Bootloader Enable** - At start of the firmware update process, the IMX is sent a "bootloader enable" command to reboot the processor into bootloader mode. The IMX will not reboot into application mode until a valid firmware upload has completed. | ||
- **Handshake Sequence** - A handshake sequence consisting of five consecutive sync characters (`U`) spaced 10 ms (minimum 5 ms) apart is sent to the IMX to initiate a given port and close all other ports to prevent interference. | ||
- **Application Enable** - The IMX reboots into application mode only after a valid firmware upload has completed. | ||
|
||
## Bootloader Update | ||
|
||
The bootloader is now checked and updated at the same time as loading new firmware. The following steps outline how to update the IMX bootloader and firmware. | ||
Updating the bootloader firmware is occasionally necessary when new functionality is required. The bootloader is checked and updated at the same time as loading new firmware. The following steps outline how to update the IMX bootloader and firmware. | ||
|
||
1. **Ensure IMX Firmware is Running** - *(This step is not necessary if the IMX firmware is running and the EvalTool is communicating with the IMX)*. If the bootloader is running but the firmware is not, version information will not appear in the EvalTool. The LED will also be a fading cyan. | ||
2. **Select Baud Rate** - Select a slower baud rate (i.e. 115,200 or 230,400) for systems with known baud rate limits. | ||
3. **Update the Bootloader and Firmware** - Use the EvalTool "Update Firmware" button in the Settings tab to upload the latest [bootloader](https://github.com/inertialsense/InertialSenseSDK/releases/tag/bootloader) and the latest firmware. **The bootloader can only be updated using serial0 or the native USB ports.** | ||
|
||
## Known Issues | ||
|
||
The following are known issues in the IMX-5.0 bootloader. | ||
|
||
- **UART 50s Disable** - As of version v5g and prior, all UARTs get disabled if no handshake sequence is received within 50 seconds of the bootloader start. The USB port does not automatically close due to no handshake reception. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters