Hi. I am trying to get the SD card boot using the following but it fails with the following steps.
Please tell me what is wrong.
Preparation:
- PC:ubuntu(20.04)
- Jetson AGX orin Developer kit
- microSD card (ext4 formatted)
Procedure:
・Reference page
Flashing Support — Jetson Linux Developer Guide documentation (nvidia.com)
- DL and install SDKmanager on PC
- Run SDKmanager and install the target hardware image.
Insert SD card into Orin - Connect Orin and PC with USB cable (⑩USB Type-C port)
- Hold down the RECOVERY button in the middle of Orin and turn on the power (release the RECOVERY button after 3 seconds).
- Open a terminal on the host PC and confirm that “NVIDIA Corp” is displayed by “lsusb” command (the device is in recovery mode).
- Execute the following commands on the host PC
$ cd Linux_for_Tegra
$ sudo . /tools/kernel_flash/l4t_initrd_flash.sh jetson-agx-orin-devkit mmcblk1p1 - confirm the success log by executing the command.
flash_1-2_0_20230905-093128.log (39.6 KB) - Orin recognizes SDboot automatically, but does not boot (remove the SD card from Orin and check the contents on the PC, it remains empty).