Firmware for Bote-Link USB/CAN passthru device.
Very much a work in progress. If for some reason you stumble upon this and want information or help, join my Discord and check out the trello board
- ECU Firmware Dump/Flash
- SDCard Logging
- UDS Mode 0x23 logging to SDCard
- USB virtual COM port for use with TunerStudio and Speediview
- Integration with RomDrop
First, install a compatible toolchain. ARM publishes one
git clone [email protected]:connorrigby/bote-link-fw.git
cd bote-link-fw/
git submodule update --init --recursive
make
// memory location: 0xFFFFAC08
typedef struct
{
unsigned char ethanolContent;
unsigned char fuelTemp;
unsigned char timeout;
unsigned char errorStatus;
} flexFuelSensor;