SenseKit Manual Firmware Upgrade / Install
Guide to firmware upgradation and installation process.
scp <Location of files> <SenseKit device username>@<SenseKit 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?