Jetson Nano SDK Flash

SDK Manager is verifying system readiness to install.

Access to APT repository and ability to install Debian packages with it.

SDK Manager detected your system may not ready for installation, see specific errors below. Once fixed, click ‘Retry’ to verify system readiness again. ‘Skip’ this process may result install installation failure.

Access to APT repository and ability to install Debian packages with it.: Apt repository check failure (1. sudo -S apt-get update && sudo -S apt-get check; 2. dpkg --audit). shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory W: GPG error: file:/var/cuda-repo-ubuntu1804-11-4-local InRelease: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 08F9583A0F46B6FA

Can anyone solve this?

Hi dhyey49,

Are you using standalone x86 Ubuntu host PC for SDK Manager?

Could you try running the following commands on your host for this issue?

$ sudo apt-key adv --fetch-key https://repo.download.nvidia.com/jetson/jetson-ota-public.asc
$ sudo apt update

I am using x84_64 ubuntu 18.04.6 LTS.
I tried your code but it still same issue.

JETSON nano is flashed and wokring ifne but i there are eroors whike installing libarires like matplotlib . I need to reflash properly . It would be great if you can solve this issue of public key and flashing on NANO.

There is no update from you for a period, assuming this is not an issue anymore.
Hence, we are closing this topic. If need further support, please open a new one.
Thanks

Have you logged in in SDK Manager w/o hitting other issues?

Could you share the commands how you install it for us to verify locally?