Testing cross compiled code on the BBB - capstonealex/Embedded GitHub Wiki
- Upload previously created and compiled for armhf architecture
testcrossto BBB.
lsinto the file directory the compiled program is located.- Issue the following commands:
user@debian:~/Desktop$ sftp [email protected]sftp> put testcrosssftp> bye
- To run ssh into the device and try and run
testcross
ssh [email protected]./testcross- to end ssh session issue:
ctrl + d