HUSKYLENSGeneral

Update HuskyLens with Raspberry Pi

userHead adwinang 2020-05-04 13:11:54 3168 Views3 Replies
Hi I wonder if it is possible to update the HuskyLens firmware through Raspberry Pi rather than my computer?
2020-06-20 09:26:42 Like you, I want to be able to update my HuskyLens with my Raspberry Pi.

If I read the updater README.md right, It should be possible by connecting the HuskyLens UART connector to the Raspberry Pi power (should use a 5v power pin), ground, serial transmit, serial receive, (tx to rx, rx to tx), and run
Code: Select all
sudo python3 kflash.py -b 2000000 HUSKYLENSWithModelV0.4.7Stable.kfpkg
or which ever desired firmware.
userHeadPic alanmcdonley