-
Hi. I'm using Orin NX 16GB with nvme. When I use initrd-flash to flash my image, I need to manually select "NVIDIA RCM" in UEFI boot settings, otherwise the flash process would fail. Is this the same issue with this? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
There's something wrong with my UART port, but I plug in a monitor and it displays system GUI, so Orin NX does boot into linux OS. |
Beta Was this translation helpful? Give feedback.
-
That issue should be fixed since I reworked things to insert a DTB overlay ( |
Beta Was this translation helpful? Give feedback.
-
@madisongh Hi. I updated my code and re-flashed my device. I found that there were 2 different nvme boot options in boot menu: |
Beta Was this translation helpful? Give feedback.
Thanks for pointing out the discrepancy. I tracked this down to our initrd flashing scripts not properly setting the partition type code on the
esp
partition. Fixed with #1250.