![ZUM Radio MMDVM-Pi User Manual Download Page 11](http://html1.mh-extra.com/html/zum-radio/mmdvm-pi/mmdvm-pi_user-manual_942311011.webp)
Elite 3.5 LCD ZUMspot kit user guide
Copyright 2019-2022 ZUM Radio, Inc
11
Rev 1.0
Building MMDVM-Pi firmware
On Windows 10
●
Install bash using these instructions:
○
Once the components installed on your computer, click the Restart now button
to complete the task.
●
Install Ubuntu Linux
○
go to the Microsoft app store -
○
Click on Ubuntu
○
Click on Get
○
after it installs, click on Launch
○
now enter a new username for linux
○
enter a password for the new linux user
○
enter the password again
●
Once bash and Linux are installed, install GCC for ARM. At the bash command prompt,
type in the following instructions.
○
sudo apt-get update
○
sudo apt-get upgrade
○
sudo apt-get install gcc
○
sudo apt-get install make
○
sudo apt-get install git gcc-arm-none-eabi +-arm-none-eabi-newlib
autoconf libtool pkg-config libusb-1.0-0 libusb-1.0-0-dev
●
Get the latest source code from GitHub:
○
git clone
https://github.com/g4klx/MMDVM
○
cd MMDVM
○
git submodule init
○
git submodule update
●
Edit Config.h. Uncomment the line:
#define MODE_LEDS
○
If you want to connect a Nextion display, then also uncomment the line:
#define SERIAL_REPEATER
●
To start build run:
make pi-f722
●
Binaries will be under the
bin/
folder