alliedvision / linux_nvidia_jetson

Allied Vision CSI-2 camera driver for NVIDIA Jetson Systems.
103 stars 41 forks source link

installation removes nvidia-l4t-jetson-io:arm64 #58

Open ah-gus opened 1 year ago

ah-gus commented 1 year ago

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?

ah-gus commented 1 year ago

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