You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jetson-io and it's tools are required for many systems,
installation on both 5.0.2 and also on prior versions (4.6.2/4.6.1) seems to remove the nvidia-l4t-jetson-io:arm64 package
this seems to be correlated with removal of nvidia-l4t-kernel:arm64 which is a dependency of jetson-io.
can this removal be avoided, is it strictly necessary?
should this issue be relayed to NVIDIA?
how can we make the driver coexist with these tools?
The text was updated successfully, but these errors were encountered:
a workaround was to download packge via: apt-get download nvidia-l4t-jetson-io
and install it ignoring dependecies sudo dpkg --force-all --ignore-depends=nvidia-l4t-kernel -i nvidia-l4t-jetson-io_35.1.0-20220810203728_arm64.deb
jetson-io and it's tools are required for many systems,
installation on both 5.0.2 and also on prior versions (4.6.2/4.6.1) seems to remove the nvidia-l4t-jetson-io:arm64 package
this seems to be correlated with removal of nvidia-l4t-kernel:arm64 which is a dependency of jetson-io.
can this removal be avoided, is it strictly necessary?
should this issue be relayed to NVIDIA?
how can we make the driver coexist with these tools?
The text was updated successfully, but these errors were encountered: