![ZUM Radio MMDVM-Pi Скачать руководство пользователя страница 14](http://html1.mh-extra.com/html/zum-radio/mmdvm-pi/mmdvm-pi_user-manual_942311014.webp)
Elite 3.5 LCD ZUMspot kit user guide
Copyright 2019-2022 ZUM Radio, Inc
14
Rev 1.0
○
Then press Enter
○
You should now have exited the text editor. You can try the git clone command
again and it should work now
●
Install the toolchain and necessary packages by running the following command:
○
sudo apt-get install git gcc-arm-none-eabi gdb-arm-none-eabi +-arm-
none-eabi-newlib autoconf libtool pkg-config libusb-1.0-0 libusb-1.0-0-dev
●
Go into source folder:
cd MMDVM
●
Get submodules by running the following commands:
○
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