A single unified codebase for CAN adapters in many form factors.
Based on the gs_usb protocol, this firmware is plug and play on most recent linux systems.
You can purchase CAN FD Adapters from our online store.
The UMI command line tool is the easiest way to get the latest firmare.
umi adapter update
Firmware can also be updated manually using a tool like dfu-util.
The latest firmware is available on the GitHub releases page.
dfu-util -s 0x08000000:leave -D <new-firmware>.bin
Bump the version number in the Cargo.toml
and then tag the desired commit with the version number and push to main
.
git tag v0.0.0
git push --all