RoboKit Manual Firmware Upgrade / Install
Guide to the firmware upgrade and installation process.
scp <Location of files> <RoboKit device username>@<RoboKit device IP>:~scp D:/Extend/Repositories/FirmwareFetchHandler extend@192.168.0.170:~ chmod +x FirmwareFetchHandlersudo crontab -eSHELL=/bin/bash
@reboot sleep 3; sudo -u extend -i bash '<Path>/FirmwareFetch.bash'SHELL=/bin/bash
@reboot sleep 3; sudo -u extend -i bash '/home/extend/FirmwareFetch.bash'Last updated
Was this helpful?