Skip to content

Commit

Permalink
Fix osd startup script
Browse files Browse the repository at this point in the history
  • Loading branch information
svpcom committed Dec 4, 2018
1 parent e2a1c02 commit af89a4a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rpi_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Description=FPV OSD
After=network-online.target
[Service]
Environment=LD_LIBRARY_PATH=/opt/vc/lib
ExecStart=/usr/bin/osd
Type=simple
Restart=always
Expand Down Expand Up @@ -41,7 +40,6 @@ WantedBy=multi-user.target
EOF

tar xzvf wifibroadcast_osd.tar.gz -C /usr/bin
(cd /opt/vc/lib; ln -sf libbrcmEGL.so libEGL.so; ln -sf libbrcmGLESv2.so libGLESv2.so)

systemctl daemon-reload
systemctl enable fpv-video
Expand Down

0 comments on commit af89a4a

Please sign in to comment.