An open API service indexing awesome lists of open source software.

https://github.com/roffe/gocanflasher

Trionic 5/7/8 CANbus flasher with J2534 support
https://github.com/roffe/gocanflasher

automotive canbus-communications saab

Last synced: 5 months ago
JSON representation

Trionic 5/7/8 CANbus flasher with J2534 support

Awesome Lists containing this project

README

          

# goCANFlasher

![goCANFlasher](gocanflasher.jpg)

Trionic 5/7/8 ecu flasher

## Starting

### Windows

$env:PKG_CONFIG_PATH="C:\vcpkg\packages\libusb_x86-windows\lib\pkgconfig"; $env:CGO_CFLAGS="-IC:\vcpkg\packages\libusb_x86-windows\include\libusb-1.0"; $env:CGO_ENABLED=1; $env:GOOS="windows"; $env:GOARCH="386"; go run -tags combi .

### Linux

CGO_ENABLED=1 GOOS=linux go run .

## Todo

Add support for Trionic 8 (T8) flashing. Only dumping is currently available for this ECU.