Public key error while flashing jetson agx orin

Hi

I am trying to flash my jetson agx orin dev kit 32 GB but I am getting public key error during the process. I am attaching log files for your reference kindly find the attached document.
SDKM_logs_JetPack_5.1_(rev._1)_Linux_for_Jetson_AGX_Orin_modules_2023-03-28_12-31-32.zip (82.6 KB)

Hi alok5844,

There is error in your host apt repositories.

In the log, we could see following messages:
12:31:50.864 - error: E: The repository ‘https://packagecloud.io/AtomEditor/atom/any any InRelease’ is not signed.
12:31:50.864 - info: Event: undefined - error is: E: The repository ‘https://packagecloud.io/AtomEditor/atom/any any InRelease’ is not signed.
12:31:50.864 - error: N: Updating from such a repository can’t be done securely, and is therefore disabled by default.
12:31:50.864 - info: Event: undefined - error is: N: Updating from such a repository can’t be done securely, and is therefore disabled by default.
12:31:50.864 - error: N: See apt-secure(8) manpage for repository creation and user configuration details.
12:31:50.864 - info: Event: undefined - error is: N: See apt-secure(8) manpage for repository creation and user configuration details.
12:31:50.869 - info:
12:31:50.877 - error: command error code: 100
12:31:50.877 - info: Event: - error code is: 1100
12:31:50.877 - error: command terminated with error
12:31:50.879 - error: Install pre check Access to APT repository and ability to install Debian packages with it. verify failed.
12:31:50.880 - info: Precheck is complete: PREREQUISITE_APT_HOST, Duration: 00:00:13
12:31:50.880 - info: Event: Precheck action ended: PREREQUISITE_APT_HOST - 0 - Access to APT repository and ability to install Debian packages with it. - failed
12:31:50.884 - error: 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).

Please manually fix the apt repository error first, make sure the following commands pass. Then reinstall with SDK Manager.

  • sudo -S apt-get update && sudo -S apt-get check
  • dpkg --audit

Hi @EdwardZhou

Thanks, I will try and get back to you.

Hi @EdwardZhou

I tried to run, But facing this error(attached below for your reference). Can you please help me ?

Hi alok5844,

These are environment issues and need to be googled to see how to fix each of them one by one.

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