Open dl1com opened 4 years ago
put the pluto.frm via scp to /opt on the Pluto run on the Pluto "update_frm.sh /opt/pluto.frm" reboot it No more walking thru the House to update :-) 73 DL5OP Kevin
sshpass -p 'analog' scp -o "StrictHostKeyChecking no" -r build/pluto.frm root@$1:/opt/pluto.frm sshpass -p 'analog' ssh -o "StrictHostKeyChecking no" root@$1 -t "update_frm.sh /opt/pluto.frm && reboot"
start the script with the ip of the Pluto
Renamed this issue, so we only have to add documentation about this script to our manual
https://github.com/analogdevicesinc/buildroot/blob/master/board/pluto/update.sh contains the necessary functions for flashing a new firmware image to the pluto. This can be used to put a new image to the device via SSH and flash it, and removes necessity for a host devices to put the new image into the Mass-Storage of the Pluto.
Write a script which takes the position of the new firmware image and makes use of the already existing functions in the aforementioned script.