Replies: 1 comment 1 reply
-
If there's stuff you find there that can be applied generally, and not just to running stock L4T/JetPack, especially if it would either simplify the process or make it more robust, then please share. Likewise if you have any other improvements for the example process on the wiki page you point to. I could see using the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Nvidia seems to have a new method for conducting OTA updates that appears to me to be almost fully standalone (doesn't require tools to already be built into the image)
https://docs.nvidia.com/jetson/l4t/index.html#page/Tegra%20Linux%20Driver%20Package%20Development%20Guide/updating_jetson_and_host.html
Has anyone else taken a peek at this? At first glance it seems to be a much more robust means of updating the entire system.
Compared to the documented process, the steps to take on the device itself are much simpler (just extract and run a script).
I am puzzling over the instructions to create the OTA payload. They are of course oriented to people using the more standard L4T packages downloaded directly from Nvidia rather than generated by Yocto/OE.
Beta Was this translation helpful? Give feedback.
All reactions