Continuing the discussion from How do I downgrade from Jetpack 6DP to JetPack 5 on Jetson Orin Nano Dev Kit (SD Card):
Very recently purchased a new Jetson Orin Nano developer kit (about a week ago), and then as prompted followed the guide to get started. Unfortunately, the upgrade to Jetpack 6, also upgrades the Ubuntu version from 20.04 to 22.04, which I don’t require. I had tried for multiple hours since to downgrade using both the SDK and jetpack images, failing each time. Most likely due the the change in UEFI firmware change.
Just to let you know, the host PC running the SDK is Ubuntu 20.04.
As a result, I found the above linked discussion, and it seems to be a reasonable solution for me. However, i have a number of questions, to add to the discussion as I am still unable to downgrade to Jetpack 5:
-
Do i need to purchase a USB to UART lead in order to carryout the ./tools/kernel_flash/l4t_initrd_flash.sh operation.
-
I do not understand what packages i need to download i.e Jetson Release release package and sample file system from the linux-tegra webpage? Could you outline exactly what is I need to download please. I think i’ll require any 35.x.x for ubuntu 20.04
-
Whilst I realise this might be unconventional, but I have been desperate to downgrade ASAP. I have tried using the l4t_initrd_flash.sh, that is provided as part of the SDK.
Using the following command:
sudo ./nvidia/nvidia_sdk/JetPack_5.1.3_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/tools/kernel_flash/l4t_initrd_flash.sh --external-device sda1 -c tools/kernel_flash/flash_l4t_external.xml -p “-T 62333952 -c bootloader/t186ref/cfg/flash_t234_qspi.xml” --showlogs --network usb0 jetson-orin-nano-devkit internal
Whilst it carried out some part of the download. It also provided the following error:
-
*
- Step 2: Generate rcm boot commandline *
-
*
ROOTFS_AB= ROOTFS_ENC= /home//nvidia/nvidia_sdk/JetPack_5.1.3_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/flash.sh --no-flash --rcm-boot jetson-orin-nano-devkit mmcblk0p1
Error: Invalid target board - jetson-orin-nano-devkit.
Is this part of the reason I cannot downgrade?
-
Is there any plan to simplify the downgrading from Jetpack 6 to Jetpack 5 in future SDK editions?
-
Could the ‘Initial Setup guide - Jetson Orin Nano’ webpage be changed to identify that changing to Jetpack 6 in the method given, will result in changing to Ubuntu 22.04 also?
Many thanks in advance for any assistance you can provide me. I really have been at this for days.