Moved to DMRGateway
This commit is contained in:
parent
ddd5cc0606
commit
0230251818
56
dmr_install
56
dmr_install
@ -1,56 +0,0 @@
|
|||||||
#! /bin/sh
|
|
||||||
|
|
||||||
#################################################
|
|
||||||
# #
|
|
||||||
# Create directory structure for DMRlink #
|
|
||||||
# #
|
|
||||||
#################################################
|
|
||||||
|
|
||||||
# Minor updates to DIAL
|
|
||||||
# rm /etc/asterisk/firsttime
|
|
||||||
cd /etc/asterisk/
|
|
||||||
wget https://github.com/N4IRS/AllStar/raw/master/configs/dnsmgr.conf
|
|
||||||
# wget https://github.com/N4IRS/AllStar/raw/master/configs/modules.conf
|
|
||||||
|
|
||||||
# Checkout DMRlink and put it in /opt
|
|
||||||
cd /srv
|
|
||||||
git clone https://github.com/N4IRS/DMRlink
|
|
||||||
cd /srv/DMRlink/
|
|
||||||
./mk_dmrlink
|
|
||||||
|
|
||||||
# setup boot for DV3000
|
|
||||||
cd /srv
|
|
||||||
systemctl stop getty@ttyAMA0.service
|
|
||||||
systemctl disable getty@ttyAMA0.service
|
|
||||||
apt-get install -y sudo
|
|
||||||
|
|
||||||
# Setup WiringPi
|
|
||||||
git clone git://git.drogon.net/wiringPi
|
|
||||||
cd wiringPi/
|
|
||||||
./build
|
|
||||||
cd ..
|
|
||||||
|
|
||||||
# Setup AMBEserverGPIO
|
|
||||||
git clone https://github.com/dl5di/OpenDV.git
|
|
||||||
mv OpenDV/DummyRepeater/DV3000 DV3000
|
|
||||||
rm -rf OpenDV
|
|
||||||
cd DV3000/
|
|
||||||
make clean
|
|
||||||
make
|
|
||||||
make install
|
|
||||||
make init-install
|
|
||||||
python AMBEtest3.py
|
|
||||||
cd /etc/init.d
|
|
||||||
update-rc.d AMBEserverGPIO start 50 2 3 4 5
|
|
||||||
|
|
||||||
# Setup DMRGateway
|
|
||||||
cd /srv
|
|
||||||
git clone https://github.com/N4IRS/DMRGateway.git
|
|
||||||
cd DMRGateway/
|
|
||||||
./install.sh
|
|
||||||
cp config.txt /boot
|
|
||||||
cp cmdline.txt /boot
|
|
||||||
|
|
||||||
# reboot
|
|
||||||
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
|||||||
To install DMRlink for DMRGateway
|
|
||||||
cd /srv
|
|
||||||
git clone https://github.com/N4IRS/DMRlink.git
|
|
||||||
cd DMRlink
|
|
||||||
./mk_dmrlink
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user