Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.28 KB

README.md

File metadata and controls

44 lines (33 loc) · 1.28 KB

Bote-Link-FW

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

Planned Features

  • 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

Building

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

Notes

// memory location: 0xFFFFAC08
typedef struct
{
    unsigned char ethanolContent;
    unsigned char fuelTemp;
    unsigned char timeout;
    unsigned char errorStatus;
} flexFuelSensor;