Installation instructions
Posted: Tue Oct 15, 2024 10:33 am
For now, FastECU is build as portable package that don't need to be installed in traditional way. Software is developed with Qt and has versions for multiple platforms. As for now, there is tested versions found for Windows 10, Linux x86_64 and Linux aarch64. Windows version is zipped folder, Linux versions are AppImages. Linux x86_64 version is tested on Linux Mint 21.3 that is based on Ubuntu Jammy 22.04 and Linux aarch64 version is tested on OrangePi 5 Pro 16gb with Joshua Riek's version of Ubuntu Noble 24.04. Basicly, they should run succesfully on other distros too.
FastECU release versions can be found here.
Windows 10:
FastECU release versions can be found here.
Windows 10:
- Download zip
- Unzip to location you want
- Execute FastECU.exe
- Download AppImage
- Make sure AppImage is executable. Detailed instructions can be found here.
- Execute AppImage
- Download AppImage
- Make sure AppImage is executable. Detailed instructions can be found here.
- Execute AppImage
- Make sure you have flatpak and flatpak-builder installed
- Download and extract flatpak zip
- Go to extracted folder and run:
- x86_64: flatpak-builder --arch=x86_64 --force-clean --user --disable-cache --install-deps-from=flathub --repo=repo --install ./fastecu ./fi.fastecu.FastECU.yml
- aarc64: flatpak-builder --arch=aarch64 --force-clean --user --disable-cache --install-deps-from=flathub --repo=repo --install ./fastecu ./fi.fastecu.FastECU.yml
- Wait for script to download, build and install FastECU from sources. This will also download and install all necessary dependencies.
- Run FastECU:
- flatpak run fi.fastecu.FastECU