Hi Wouter,
Thanks for the detailed instructions.
I was able to succesfully build Sensorstatus with clickable and deploy it via ssh. I cannot say the same about sensorfw and crossbuilder though.
I can build and generate the deb files with
crossbuilder --architecture=arm64
but if I attempt to deploy them with the --ssh=
argument it fails. It asks for the ssh password several times at the beginning, then it builds everything, and it will ask for the password again at the end, several times. Always fails to accept it.
I have also tried to set up my ssh keys first. This prevents the password prompts, giving instead a wrong password error automatically at the end of the build process.
Any ideas?
If not, perhaps I can instead deploy the deb files manually...