jetson-image
jetson-image copied to clipboard
Missing i2c-tools
It's needed for ota installer nvidia-l4t-bootloader package .
Thanks for your contribution. I'll take a look later to the ota feature and see if it should be included in this base image or not
Thanks for your contribution. I'll take a look later to the ota feature and see if it should be included in this base image or not
Seems it's needed if you update on L4T repo new flash package nvidia-l4t-bootloader missing this tool cause failed due launch command for it.
I did not have that issue when I create an image. what steps should I follow to see it ?
I did not have that issue when I create an image. what steps should I follow to see it ?
It's when you update nvidia-l4t-bootloader by OTA nvidia ppa on jetson nano.
sudo apt-get update && sudo apt-get upgrade and if new bootloader package . Said some command i2c not found for flash it. You can only reproduce the problem if there is a bootloader package to install from apt upgrade. If you are install BSP deb packages 32.7.2 you will not be able to reproduced it because the python script already installs it fine from the host system. It is when you do for example latest image 32.7.1 to 32.7.2 or in the future in other new package from nano ubuntu.
Thanks for the detailed explanation. I'm gonna merge it thanks for your PR :pray: