Forum >Update HuskyLens with Raspberry Pi
Update HuskyLens with Raspberry Pi

Hi I wonder if it is possible to update the HuskyLens firmware through Raspberry Pi rather than my computer?
2020-06-20 17: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
alanmcdonley
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
or which ever desired firmware. sudo python3 kflash.py -b 2000000 HUSKYLENSWithModelV0.4.7Stable.kfpkg
