Hello,
I am new to resin.io.
I have created a shell file that includes the following lines of code to open three terminal windows:
lxterminal --command="sudo hcitool lescan --duplicates"&
lxterminal --command="sudo hcidump --raw"&
lxterminal --command="java -jar xxxxx.jar"
This works fine with my raspberrypi3’s raspbian. However, when deployed to another raspberrypi3 using resin.io, I get the following error:
lxterminal: command not found
How can I open multiple terminals during startup? Is there an alternative to lxterminal?
I am using the resin/raspberrypi3-debian
as the OS image.