![ZUM Radio MMDVM-Pi User Manual Download Page 13](http://html1.mh-extra.com/html/zum-radio/mmdvm-pi/mmdvm-pi_user-manual_942311013.webp)
Elite 3.5 LCD ZUMspot kit user guide
Copyright 2019-2022 ZUM Radio, Inc
13
Rev 1.0
On Pi-Star
NOTE! You cannot build firmware for the MMDVM-Pi v1.0 under Pi-Star v3.4.17 or below
because the compiler doesn’t fully support the STM32F7 chips. You must use the latest Pi-Star
Beta v4.1.0-RC4 or above.
●
Turn on Raspberry Pi
●
Go to
Configuration->Expert->SSH Access
●
Login to pi-star
●
Run command
rpi-rw
●
Run command
git clone
https://github.com/g4klx/MMDVM
●
If you get an error saying “Could not resolve host”, it likely means that your network is
setup for IPV6 and the Pi has not been able to acquire the IPV4 nameserver via DHCP.
Try the following. Otherwise skip to the “Install the toolchain” step
○
Run command
sudo vi /etc/resolv.conf
○
Move cursor to the end of the line that starts with “nameserver” and then press
the “a” key on your keyboard in order to move the cursor over
○
Press Enter to start typing on a new line, and then type this in:
■
nameserver 8.8.8.8
○
Press the ESC key on your keyboard
○
Then type the following:
■
:wq