-
I am using Diamond Systems Jetson Orin NX 16GB board for development. It has 128GB SSD on it. I am building image through poky -> langdale (because boards boots up with Jetpack BSP version -35.3.1, Kernel 5.10.104) I have following change in my local.conf (file is attached for reference)
I had changed the jumpers to put it in recovery mode, extracted tegraflash file and executed following commands to replace only rootfs-
but it failes with below errors- sudo ./initrd-flash --skip-bootloader
Starting at 2024-02-08T12:54:10-06:00
Machine: p3509-a02-p3767-0000
Rootfs device: nvme0n1p1
Found Jetson device in recovery mode at USB 6-2
== Step 1: Signing binaries at 2024-02-08T12:54:10-06:00 ==
/home/nsrivastava/Image/tegra234-flash-helper.sh: line 322: warning: command substitution: ignored null byte in input
== Step 2: Boot Jetson via RCM at 2024-02-08T12:54:27-06:00 ==
Found Jetson device in recovery mode at USB 6-2
== Step 3: Sending flash sequence commands at 2024-02-08T12:54:30-06:00 ==
Waiting for USB storage device flashpkg from 6940020b...................... I also tried Appreciate the help. Please find the similar issue in reference #1304 |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 10 replies
-
I suspect you will want the serial console output to help troubleshoot this, or at least that's where I would suggest starting. |
Beta Was this translation helpful? Give feedback.
-
I got the bootlog and it hung at the below point -
Though default image log shows
I am assuming kernel is up and I have issues with mounting rootfs. Thanks a lot for guiding me on how to debug this issue. |
Beta Was this translation helpful? Give feedback.
-
Yes, I haven't done that. I will try and update it here. Thank you |
Beta Was this translation helpful? Give feedback.
-
Below is the result of the commands-
Also I had set them explicitly again and rebooted the system then tried but no luck.. On serial console I see
Suspecting if mounting has something to do with it. |
Beta Was this translation helpful? Give feedback.
-
I had this line in local.conf.. KERNEL_ARGS:append = " rdinit=/bin/sh" Commenting it out worked for me. Everything with initrd-flash logs looks fine but final status was failed. Though board is up so I will check why status is failed. Thank you everyone for your help. Closing this ticket. |
Beta Was this translation helpful? Give feedback.
I had this line in local.conf..
Commenting it out worked for me. Everything with initrd-flash logs looks fine but final status was failed. Though board is up so I will check why status is failed.
Thank you everyone for your help. Closing this ticket.