My plan is to run a command line QSPI bootloader update from WSL2 ubuntu 22.04 for my Nvidia Jetson Orin Nano Dev Kit so that I can run Jetpack 6.0 DP. I already have Jetpack 6.0 DP on an SD Card via the SD Card Image method.
In order to run the QSPI bootloader update, I still had to install sdkmanager 2.0.0, which worked fine. Then I ran steps 01 thru 04 to get the flash tools, but ran into an installation problem. See image below:
.
SDKmanager summary of errors is as follows:
03:16:46 ERROR: File System and OS - target_image: W: https://download.sublimetext.com/apt/stable/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
03:17:02 ERROR: File System and OS - target_image: [exec_command]: /bin/bash -c /tmp/tmp_NV_L4T_FILE_SYSTEM_AND_OS_COMP.if743a.sh; [error]: W: https://download.sublimetext.com/apt/stable/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
03:17:02 ERROR: File System and OS - target_image: command terminated with error
03:17:02 SUMMARY: File System and OS - target_image: First Error: Installation failed.
03:46:14 ERROR: File System and OS - target_image: W: https://download.sublimetext.com/apt/stable/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
03:46:15 ERROR: File System and OS - target_image: [exec_command]: /bin/bash -c /tmp/tmp_NV_L4T_FILE_SYSTEM_AND_OS_COMP.if743a.sh; [error]: W: https://download.sublimetext.com/apt/stable/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
03:46:15 ERROR: File System and OS - target_image: command terminated with error
03:46:15 SUMMARY: File System and OS - target_image: First Error: Installation failed.
04:29:22 ERROR: File System and OS - target_image: W: https://download.sublimetext.com/apt/stable/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
04:29:23 ERROR: File System and OS - target_image: command terminated with error
Given that all I want to do is flash the updated QSPI bootloader on my Orin Nano Dev Kit from the command line, and the āDrivers for Jetsonā installed properly based on the sdkmanager image above, am I okay to proceed with the command line flash? I verified that the flash tools are in place in the āLinux_for_Tegraā directory.