This repository documents the automated build workflows for two utilities for the Everdrive N8: edlink-n8 and edn8usb to generate a native Linux binary.
Latest firmware: https://krikzz.com/pub/support/everdrive-n8/pro-series/firmware
sudo apt update
sudo apt install -y mono-completeglibc
ldd --versionmono
mono --versionRunning native
./edlink-n8-1.0.0.7-x86_64./edn8usb-linux-x86_64Installing GLIBC 2.38 (if needed) If you encounter errors related to GLIBC versions, you can install the latest version manually
sudo apt install -y build-essential wget tarwget http://ftp.gnu.org/gnu/libc/glibc-2.38.tar.gz
tar -xvf glibc-2.38.tar.gz
cd glibc-2.38 && mkdir build && cd build
../configure --prefix=/opt/glibc-2.38
make -j$(nproc)
sudo make install
export LD_LIBRARY_PATH=/opt/glibc-2.38/lib:$LD_LIBRARY_PATHRunning with Mono
mono edlink-n8-1.0.0.7-win64.exemono edn8usb-win64.exeDescription:
USB tool for Everdrive N8 Pro Series.
Build Workflow:
- Compiles all
.csfiles usingmcs. - Packages the native binary with
mkbundle. - Publishes a GitHub release including with the binary.
Source: https://krikzz.com/pub/support/everdrive-n8/pro-series/usb-tool/
Releases: https://github.com/azagramac/tools-everdrive/releases
Description:
Original development tool for Everdrive N8 Original Series.
Build Workflow:
- Ssource code edn8usb-src.zip.
- Compiles the necessary files to generate the executable binary.
- Publishes a GitHub release with the binary.
Releases: https://github.com/azagramac/tools-everdrive/releases