I need to connect the mangoh to a raspberry pi and call a mangoh app from the pi. USB and “ssh root@192.168.2.2 app start helloWorld” would be great, but doesn’t work. What is the right way to do this?
Also tried putting a standard shell script on mangoh to call with ssh. No luck…
Before looking into the UART I’d like to try USB. If I write a script on a linux computer which ssh connects to Mangoh should I be able to execute “app start HelloWorld” from that same script? or is there another approach.
Got it running with the shell script over usb ssh. Thanks.
ssh root@192.168.2.2 sh test.sh
I’d like to include “app start helloWorld” in the script. This runs when remoted into the Mangoh, but “app: not found” when called from remote device. Is there a syntax for a remote app call?