ExpressLRS / ExpressLRS/ExpressLRS-Configurator
AARCH64 Version / RPI4B
- Dominant language
- TypeScript
- Stars
- 849
- Forks
- 179
- Avg merge
- 1h 34m
- Merged PRs (30d)
- 1
Description
Pasting my recipe for an aarch64 build on a RPI4B running standard OS based on Debian 13.
Not sure if this is mainstream enough, but please consider offering an AARCH64 Version each main release.
Requirements via apt, npm and gem.
```
sudo apt install nodejs npm yarnpkg python3-setuptools ruby libarchive-tools rpm
sudo npm install --global yarn
sudo gem install fpm
```
Standard git clone
```
git clone --recursive https://github.com/ExpressLRS/ExpressLRS-Configurator.git
cd ExpressLRS-Configurator/
```
build process, the symbol is required because yarn tries with the armhf fpm instead of aarch64 fpm
```
export USE_SYSTEM_FPM=true
yarn install --prefer-offline
yarn build
yarn electron-builder --arm64 --linux --publish never
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.