my jetpack is 4.6 (rev 3)
when i tried installing components from SDK manager it led to failure in VPI ON HOST
I need to install cuda , open cv on jetson nano
i started with cuda
i tried installing manually
after flashing i copied these files from sdk_downloads into the device
sudo dpkg -i cuda-repo-l4t-10-2-local_10.2.460-1_arm64.deb
Selecting previously unselected package cuda-repo-l4t-10-2-local.
(Reading database ... 160662 files and directories currently installed.)
Preparing to unpack cuda-repo-l4t-10-2-local_10.2.460-1_arm64.deb ...
Unpacking cuda-repo-l4t-10-2-local (10.2.460-1) ...
Setting up cuda-repo-l4t-10-2-local (10.2.460-1) ...
The public CUDA GPG key does not appear to be installed.
To install the key, run this command:
sudo apt-key add /var/cuda-repo-l4t-10-2-local/7fa2af80.pub
sudo dpkg -i cuda-repo-l4t-10-2-local_10.2.460-1_arm64.deb
(Reading database ... 160711 files and directories currently installed.)
Preparing to unpack cuda-repo-l4t-10-2-local_10.2.460-1_arm64.deb ...
Unpacking cuda-repo-l4t-10-2-local (10.2.460-1) over (10.2.460-1) ...
Setting up cuda-repo-l4t-10-2-local (10.2.460-1) ...
sudo dpkg -i cuda-repo-cross-aarch64-ubuntu1804-10-2-local_10.2.460-1_all.deb
Selecting previously unselected package cuda-repo-cross-aarch64-ubuntu1804-10-2-local.
(Reading database ... 160711 files and directories currently installed.)
Preparing to unpack cuda-repo-cross-aarch64-ubuntu1804-10-2-local_10.2.460-1_all.deb ...
Unpacking cuda-repo-cross-aarch64-ubuntu1804-10-2-local (10.2.460-1) ...
Setting up cuda-repo-cross-aarch64-ubuntu1804-10-2-local (10.2.460-1) ...
```------------------------------------------------------------------------------------------------
sudo dpkg -i cuda-repo-ubuntu1804-10-2-local_10.2.460-450.115-1_amd64.deb
dpkg: error processing archive cuda-repo-ubuntu1804-10-2-local_10.2.460-450.115-1_amd64.deb (–install):
package architecture (amd64) does not match system (arm64)
Errors were encountered while processing:
cuda-repo-ubuntu1804-10-2-local_10.2.460-450.115-1_amd64.deb
what is the issue with this