Firmware update

Update procedure

  1. The firmware.bin file is copied to the root of the CONFIG/ volume (refer to Storage volumes).

  2. Safely eject the USB volume(s)

  3. Power down the device

  4. Power up the device via USB and wait a few minutes to let the device complete the update

    1. Power LED will flash 5 times to indicate firmware candidate file found

    2. Power LED will flash 5 times to indicate valid firmware file found

    3. Power LED will flash 5 times to indicate firmware updated successfully

  5. Enter the CONFIG/ volume and delete the firmware.bin file (to avoid repeated updates)

  6. Open the device.json file to verify that the firmware was updated

  7. Migrate the device configuration if the new firmware uses a changed configuration file[1]

Warning

It is important that the firmware.bin file is deleted from the device after a successful firmware update to avoid repeated updates.

CANmod.gps Firmware Files

Changelog

# Change Log
All notable changes to CANmod.gps firmware will be documented in this file.

Types of changes:
- "Added": New features
- "Changed": Changes to existing functionality
- "Deprecated": Soon-to-be removed features
- "Removed": Removed features
- "Fixed": Bug fixes
- "Known issues": Known issues
- "Warning": Warnings

## [01.03.01] - 2022-04-08

### Changed
- USB always starts in dual mode, with both MSD and CDC active

### Added
- All messages sent by the device to the CAN bus is also mirrored onto the USB CDC port

## [01.02.03] - 2021-06-28

### Changed
- Application not started if an invalid custom configuration file is located in the CONFIG volume (indicated by continuous toggling of the PWR LED)
- Clearer indication of CAN-bus activity on CH1 LED (yellow)

## [01.02.02] - 2021-03-25

### Changed
- IMU alignment angles renamed from yaw, pitch, roll, to z, y and x

## [01.01.03] - 2021-03-01