-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
initrd-flash sometimes is not detecting nvme0n1 #1414
Comments
The kernel on the Orin is either not detecting the NVME controller/drive at all, or it is timing out waiting for the drive to show up. Are you using an NVIDIA dev kit carrier board, or some custom carrier? What NVME drive are you using, and have you tried swapping in a different one to see if you get different results? For debugging something like this, connecting to the serial console on the Orin would help in seeing what's going on during the early boot process, too. |
@isaacporras Have you managed to solve this? I'm also facing this problem |
Hello, this issue comes from your m2 SSD interface. You have to make sure that your SSD interface is NVME, not SATA. I encountered the same issue when I plugged in a SATA-interface SSD. Then, I swapped with a new NVME SSD, and it worked like a charm. |
Thank you for the suggestion @SKYLEO98. I'm using a WD PC SN740 SSD and it's stated to be an NVMe device. I think it's different problem in my case. |
What form factor are you using for WD PC SN740 SSD? 2242 or 2230? |
|
Hi @isaacporras |
Describe the bug
When trying to flash my Orin NX nvme with the command:
sudo ./doflash.sh --no-flash && sudo $(. boardvars.sh) ./initrd-flash
I get the following log:
This error happens like 9 out of 10 times when trying to flash the board. It sometimes succeed but the usual is it fails.
To flash the SOM, I previously ran:
Here are the logs:
export-nvme0n1.log
bootloader.log
log.initrd-flash.2023-11-13-11.34.57.txt
The text was updated successfully, but these errors were encountered: