ambed 컴파일 시 ftd2xx 오류가 발생하는데 오늘 그 해결방법을 찾아 공유합니다
아래 사이트에서 관련 파일을 다운로드 합니다
https://ftdichip.com/drivers/d2xx-drivers/
D2XX Drivers - FTDI
This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which
ftdichip.com
cd ~
sudo mkdir temp
cd temp
wget https://ftdichip.com/wp-content/uploads/2022/07/libftd2xx-arm-v7-sf-1.4.27.tgz
ls -l
tar -xvf libftd2xx-arm-v7-sf-1.4.27.tgz
sudo cp release/build/lib* /usr/local/lib
cd /usr/local/lib
ls -l
sudo ln -s libftd2xx.so.1.4.27 libftd2xx.so
sudo chmod 0755 libftd2xx.so.1.4.27
ls -l
cd ~
cd xlxd/ambed
sudo make clean
sudo make
sudo nano /etc/systemd/system/ambed.service 한 후 아래와 같이 수정하세요
sudo systemctl start ambed
systemctl status ambed
이제 ambed 파일이 생성/실행 되었습니다
숨은 이슈는 ThumbDV가 두개가 있어야 작동한다는 것입니다
다행히 전 두개가 있어 태스트 할 수 있었습니다
이것 해결하는데 거의 2년이 걸렸네요
참고] https://ww8tf.club/building-a-transcoding-xlxd-pi/
Building a Transcoding XLX Reflector Pi | Wayne Technical Fanatics
Directions for building a complete, production-ready transcoding XLX reflector on a Raspberry Pi
ww8tf.club
DS5QDR 73!
'XLX YSF' 카테고리의 다른 글
2021-11-05 XLX841 : Reflector 간 Interlink 성공 (0) | 2021.11.05 |
---|---|
2021-10-25 XLX841 : DashBoard Log 시간 표시 UTC -> KST 변경 방법 (0) | 2021.10.25 |
2021-10-23 XLX : XLX841 Multiprotocol Reflector 설치 #3 (0) | 2021.10.23 |
2021-10-22 XLX : version 10 Buster for Raspberry Pi 용 SD Card 만들기 (2) | 2021.10.23 |
2021-10-17 XLX841 : Multi-Protocol Reflector 설치 #2 (0) | 2021.10.17 |