Jetpack 4.6.2 or 4.6.1 signature issues?

Hi I’m trying to flash a Jetson TX2 with Jetpack 4.6.1 or 4.6.2 with both cases I experience the following failures depicted in SDK Manager’s terminal (this terminal sample is with Jetpack 4.6.1):


08:01:00 INFO: Drivers for Jetson - target_image: [ NV_L4T_DRIVERS_T186_COMP Install took 26s ]
08:01:00 INFO: Drivers for Jetson - target_image: command finished successfully
08:01:00 SUMMARY: Drivers for Jetson - target_image: Install completed successfully.
08:01:00 DEBUG: running command < true >
08:01:00 INFO: command finished successfully
08:01:00 DEBUG: File System and OS - target_image: using adapter to install NV_L4T_FILE_SYSTEM_AND_OS_T186_COMP@JETSON_TX2_TARGETS to /mnt/f438f6fb-2af5-490e-a73a-605fd3cc51ae/nvidia/nvidia_sdk/JetPack_4.6.1_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/rootfs/
08:01:00 INFO: File System and OS - target_image: exec_command: /tmp/tmp_NV_L4T_FILE_SYSTEM_AND_OS_T186_COMP.sh
08:03:42 : File System and OS - target_image: WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
08:03:42 INFO: File System and OS - target_image: Get:1 file:/var/cuda-repo-10-2-local-10.2.89-440.40 InRelease
08:03:42 INFO: File System and OS - target_image: Get:10 file:/var/cuda-repo-cross-aarch64-ubuntu1804-10-2-local Release [563 B]
08:03:42 INFO: File System and OS - target_image: Get:12 file:/var/visionworks-repo Release [1,999 B]
08:03:42 INFO: File System and OS - target_image: Get:14 file:/var/visionworks-tracking-repo Release [2,008 B]
08:03:42 INFO: File System and OS - target_image: Hit:15 Index of /ubuntu xenial InRelease
08:03:42 INFO: File System and OS - target_image: Hit:16 Index of /ubuntu xenial-updates InRelease
08:03:42 INFO: File System and OS - target_image: Hit:17 Index of /ubuntu xenial-backports InRelease
08:03:42 INFO: File System and OS - target_image: Get:20 http://dl.google.com/linux/chrome/deb stable InRelease [1,811 B]
08:03:42 INFO: File System and OS - target_image: Hit:23 Index of /diesch/testing/ubuntu xenial InRelease
08:03:42 INFO: File System and OS - target_image: Hit:27 Index of /graphics-drivers/ppa/ubuntu xenial InRelease
08:03:42 INFO: File System and OS - target_image: Hit:28 Index of /ubuntu xenial-security InRelease
08:03:42 INFO: File System and OS - target_image: Hit:30 Index of /webupd8team/java/ubuntu xenial InRelease
08:03:42 INFO: File System and OS - target_image: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 4EB27DB2A3B88B8B
08:03:43 INFO: File System and OS - target_image: Ign:29 https://www.scootersoftware.com bcompare4 InRelease
08:03:44 INFO: File System and OS - target_image: Hit:31 https://www.scootersoftware.com bcompare4 Release
08:03:45 INFO: File System and OS - target_image: Reading package lists…
08:03:45 ERROR: File System and OS - target_image: E: The repository ‘http://dl.google.com/linux/chrome/deb stable InRelease’ is not signed.
08:03:45 INFO: File System and OS - target_image: [ Package Install Finished with Error ]
08:03:45 ERROR: File System and OS - target_image: command terminated with error
08:03:45 SUMMARY: Flash Jetson TX2 - flash: Depends on failed component

What am I doing wrong?
SDKM_logs_JetPack_4.6.2_Linux_for_Jetson_TX2_modules_2022-08-15_09-33-49.zip (113.3 KB)

Hi igal,

The above two errors indicate your host environment issue. Some deb on your machine added http://dl.google.com/linux/chrome/deb to the apt repository on your host machine, however, it is causing error of “sudo apt update” command.
Please fix the environment issue first, make sure “sudo apt update” command runs successfully on your host, then retry installation with SDK Manager.

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