Problem of not being able to log in normally in local HDMI after installing jetpack component in production module (Jetpack 4.5)

Hi Hodu,

You can try below steps:

  1. Download ‘cuda-repo-l4t-10-2-local_10.2.460-1_arm64.deb’ deb file from SDK Manager
  2. Run below steps to install cuda first:
    $ sudo dpkg -i cuda-repo-l4t-10-2-local_10.2.460-1_arm64.deb
    $ sudo apt-key add /var/cuda-repo-10-2-<xxx>/<xxx>.pub
    $ sudo apt-get update
    $ sudo apt-get -y install cuda-toolkit-10-2
1 Like

Hello,

What command can I use to install jetpack after r32.5.2 clean install?

Thank you.

After clean install, use this command.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.