Updating docs

pull/27/head
Andy CA6JAU 8 years ago
parent d64de29b0d
commit b1295a5390

@ -73,6 +73,15 @@ Reboot your RPi:
### Build de firmware and upload to ZUMspot RPi ### Build de firmware and upload to ZUMspot RPi
If you are using Pi-Star, expand filesystem (if you haven't done before):
sudo pistar-expand
sudo reboot
Enable RW filesystem if you are using Pi-Star:
rpi-rw
Install the necessary software tools: Install the necessary software tools:
sudo apt-get update sudo apt-get update
@ -109,6 +118,12 @@ Build the firmware:
make make
If you are using Pi-Star, stop services:
sudo pistar-watchdog.service stop
sudo systemctl stop mmdvmhost.timer
sudo systemctl stop mmdvmhost.service
Upload the firmware to ZUMspot RPi board: Upload the firmware to ZUMspot RPi board:
sudo make zumspot-pi sudo make zumspot-pi
@ -257,6 +272,15 @@ Press the reset button of ZUMspot and upload the firmware:
## Linux Raspbian ## Linux Raspbian
If you are using Pi-Star, expand filesystem (if you haven't done before):
sudo pistar-expand
sudo reboot
Enable RW filesystem if you are using Pi-Star:
rpi-rw
Install the necessary software tools: Install the necessary software tools:
sudo apt-get update sudo apt-get update
@ -287,6 +311,12 @@ Build the firmware with bootloader support:
make bl make bl
If you are using Pi-Star, stop services:
sudo pistar-watchdog.service stop
sudo systemctl stop mmdvmhost.timer
sudo systemctl stop mmdvmhost.service
Upload bootloader and firmware to ZUMspot Libre Kit, using serial port first (you Upload bootloader and firmware to ZUMspot Libre Kit, using serial port first (you
are using an USB-serial converter with device name /dev/ttyUSB0). Move BOOT0 are using an USB-serial converter with device name /dev/ttyUSB0). Move BOOT0
jumper to 1, next press and release RESET and execute: jumper to 1, next press and release RESET and execute:
@ -378,6 +408,15 @@ connect the USB cable.
## Linux Raspbian ## Linux Raspbian
If you are using Pi-Star, expand filesystem (if you haven't done before):
sudo pistar-expand
sudo reboot
Enable RW filesystem if you are using Pi-Star:
rpi-rw
Install the necessary software tools: Install the necessary software tools:
sudo apt-get update sudo apt-get update
@ -408,6 +447,12 @@ Build the firmware with bootloader support:
make bl make bl
If you are using Pi-Star, stop services:
sudo pistar-watchdog.service stop
sudo systemctl stop mmdvmhost.timer
sudo systemctl stop mmdvmhost.service
Upload the firmware to ZUMspot USB: Upload the firmware to ZUMspot USB:
sudo make dfu devser=/dev/ttyACM0 sudo make dfu devser=/dev/ttyACM0
@ -434,7 +479,6 @@ Please check here for detailed instructions:
https://github.com/mathisschmieder/MMDVM_HS_Hat/blob/master/README.md https://github.com/mathisschmieder/MMDVM_HS_Hat/blob/master/README.md
# Makefile options # Makefile options
- make clean: delete all objects files *.o, for starting a new firmware building. - make clean: delete all objects files *.o, for starting a new firmware building.

@ -87,6 +87,15 @@ Please check here for detailed instructions:
### ZUMspot Libre Kit (under Linux Raspbian) ### ZUMspot Libre Kit (under Linux Raspbian)
If you are using Pi-Star, expand filesystem (if you haven't done before):
sudo pistar-expand
sudo reboot
Enable RW filesystem if you are using Pi-Star:
rpi-rw
Install the necessary software tools: Install the necessary software tools:
sudo apt-get update sudo apt-get update
@ -103,6 +112,12 @@ Build the firmware with USB bootloader support (the default Config.h is OK for L
make bl make bl
If you are using Pi-Star, stop services:
sudo pistar-watchdog.service stop
sudo systemctl stop mmdvmhost.timer
sudo systemctl stop mmdvmhost.service
Upload the firmware to ZUMspot Libre Kit using the USB port (your Libre Kit has the bootloader already installed): Upload the firmware to ZUMspot Libre Kit using the USB port (your Libre Kit has the bootloader already installed):
sudo make dfu devser=/dev/ttyACM0 sudo make dfu devser=/dev/ttyACM0
@ -138,6 +153,15 @@ Reboot your RPi:
#### Build de firmware and upload to ZUMspot RPi #### Build de firmware and upload to ZUMspot RPi
If you are using Pi-Star, expand filesystem (if you haven't done before):
sudo pistar-expand
sudo reboot
Enable RW filesystem if you are using Pi-Star:
rpi-rw
Install the necessary software tools: Install the necessary software tools:
sudo apt-get update sudo apt-get update
@ -172,6 +196,12 @@ Build the firmware:
make make
If you are using Pi-Star, stop services:
sudo pistar-watchdog.service stop
sudo systemctl stop mmdvmhost.timer
sudo systemctl stop mmdvmhost.service
Upload the firmware to ZUMspot RPi board: Upload the firmware to ZUMspot RPi board:
sudo make zumspot-pi sudo make zumspot-pi

Loading…
Cancel
Save

Powered by TurnKey Linux.