iliayar / UPA_CAN_FLASH

CAN flashing tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Table of Contents

  1. Description
  2. Dependecies
    1. Windows
    2. Linux
  3. Building
    1. Windows
    2. Linux

img

Description

Can bus flashing software on top of ISO-14229.

Dependecies

Windows

Tested with following setup:

  • MSYS2 MinGW 64
  • Qt 5.12.2
  • MinGW gcc 10.2.0
  • MinGW CMake 3.19.2
  • MinGW make 4.3
  • NSIS

Linux

Tested with:

  • CMake 3.19.5
  • gcc 10.2.0
  • Qt 5.12.2
  • OPTIONAL Doxygen 1.9.1 for docs

Building

  • Clone this repository
  • Create build directory mkdir build and cd into it cd build

Windows

  • Generate Makefile cmake -DCMAKE_BUILD_TYPE=Release -G "MinGW Makefiles" ..
  • Compile binaries using mingw32-make

Linux

  • Generate Makefile cmake -DCMAKE_BUILD_TYPE=Release ..
  • Compile binaries and docs make

About

CAN flashing tool

License:GNU General Public License v3.0


Languages

Language:C++ 95.5%Language:CMake 3.1%Language:Python 1.1%Language:Nix 0.3%Language:C 0.0%