AMBE3003-XLXDMR

Login to raspbery pi as user pi

sudo bash

mkdir xlx

cd xlx

git clone https://github.com/LX3JL/xlxd.git

Cloning into ‘xlxd’…
remote: Counting objects: 1683, done.
remote: Compressing objects: 100% (12/12), done.
remote: Total 1683 (delta 2), reused 2 (delta 0), pack-reused 1671
Receiving objects: 100% (1683/1683), 971.52 KiB | 0 bytes/s, done.
Resolving deltas: 100% (1055/1055), done.

cd xlxd

cd ambed

wget http://www.ftdichip.com/Drivers/D2XX/Linux/libftd2xx-arm-v7-hf-1.4.6.tgz

tar xvfz libftd2xx-arm-v7-hf-1.4.6.tgz

cd release

cd build

cp libftd2xx.* /usr/local/lib

chmod 0755 /usr/local/lib/libftd2xx.so.1.4.6

ln -sf /usr/local/lib/libftd2xx.so.1.4.6 /usr/local/lib/libftd2xx.so

cd ../../xlxd/ambed

make

g++ -c -std=c++11 -pthread cusb3003df2etinterface.cpp -o cusb3003df2etinterface.o
g++ -c -std=c++11 -pthread cpacket.cpp -o cpacket.o
g++ -c -std=c++11 -pthread ccallsign.cpp -o ccallsign.o
g++ -c -std=c++11 -pthread cudpsocket.cpp -o cudpsocket.o
g++ -c -std=c++11 -pthread cambepacket.cpp -o cambepacket.o
g++ -c -std=c++11 -pthread cambeserver.cpp -o cambeserver.o
g++ -c -std=c++11 -pthread cstream.cpp -o cstream.o
g++ -c -std=c++11 -pthread cusb3000interface.cpp -o cusb3000interface.o
g++ -c -std=c++11 -pthread cvocodecchannel.cpp -o cvocodecchannel.o
g++ -c -std=c++11 -pthread cusb3003hrinterface.cpp -o cusb3003hrinterface.o
g++ -c -std=c++11 -pthread cusb3xxxinterface.cpp -o cusb3xxxinterface.o
g++ -c -std=c++11 -pthread ctimepoint.cpp -o ctimepoint.o
g++ -c -std=c++11 -pthread cvocodecinterface.cpp -o cvocodecinterface.o
g++ -c -std=c++11 -pthread cftdidevicedescr.cpp -o cftdidevicedescr.o
g++ -c -std=c++11 -pthread cusb3003interface.cpp -o cusb3003interface.o
g++ -c -std=c++11 -pthread cip.cpp -o cip.o
g++ -c -std=c++11 -pthread cvocodecs.cpp -o cvocodecs.o
g++ -c -std=c++11 -pthread cvoicepacket.cpp -o cvoicepacket.o
g++ -c -std=c++11 -pthread cpacketqueue.cpp -o cpacketqueue.o
g++ -c -std=c++11 -pthread cbuffer.cpp -o cbuffer.o
g++ -c -std=c++11 -pthread ccontroller.cpp -o ccontroller.o
g++ -c -std=c++11 -pthread main.cpp -o main.o
g++ -std=c++11 -pthread cusb3003df2etinterface.o cpacket.o ccallsign.o cudpsocket.o cambepacket.o cambeserver.o cstream.o cusb3000interface.o cvocodecchannel.o cusb3003hrinterface.o cusb3xxxinterface.o ctimepoint.o cvocodecinterface.o cftdidevicedescr.o cusb3003interface.o cip.o cvocodecs.o cvoicepacket.o cpacketqueue.o cbuffer.o ccontroller.o main.o -lftd2xx -Wl,-rpath,/usr/local/lib -o ambed

make install

cd /ambed

chmod 777 run

Starting AMBEd 1.3.1

Initializing vocodecs:
Detected 2 USB-FTDI devices

Description : DVstick-33 Serial : DO2L3NU4
Description : DVstick-30 Serial : DO2H3R4L
Opening DVstick-33:DO2L3NU4 device
Trying DF2ET-3003 soft reset
DF2ET-3003 soft reset succeeded
ReadDeviceVersion : 0AMBE3003F1V120.E100.XXXX.C106.G514.R008.A0030608.C0020208/

Opening DVstick-30:DO2H3R4L device
ReadDeviceVersion : 0AMBE3000R1V120.E100.XXXX.C106.G514.R009.B0010411.C0020208

Codec interfaces initialized successfully : 4 channels available

Initializing controller

AMBEd started and listening on 127.0.0.1