Build LRT - Salamander 3 Terminal
Set SDK
. /opt/poky/1.6.2/environment-setup-cortexa9-vfp-neon-poky-linux-gnueabi
Open 2 terminals
Terminal 1: SSH Remote Connection
- Connect to terminal device with
ssh -oHostKeyAlgorithms=+ssh-rsa root@10.10.116.13
- Stop init.d with
/etc/init.d/lrt stop or killall -9 LRT*
- Do Terminal 2
- Start init.d with
/etc/init.d/lrt start or ./LRTConfig.exe
Terminal 2: Code, make and scp
- Navigate to
~/Develop/jenkins/home/LRT.
- Open VS Code with
. code and edit LRT
- Run
make when finished
- Copy contents to terminal device after stopping init.d with
scp -oHostKeyAlgorithms=+ssh-rsa build-Linux-arm-S3.meson/*/LRT*.exe root@10.10.116.13:
Sigmatek Documentation
Build LRT