My new Jetson Orin Nano board has one NVMe SSD pre-installed. But the ‘lspci’ command does not list it. How to diagnosis the issue?
I’m following 🔖 SSD + Docker - NVIDIA Jetson AI Lab and stuck before the step to ‘mkfs’
My new Jetson Orin Nano board has one NVMe SSD pre-installed. But the ‘lspci’ command does not list it. How to diagnosis the issue?
I’m following 🔖 SSD + Docker - NVIDIA Jetson AI Lab and stuck before the step to ‘mkfs’
*** Please note that this reply is generated by LLM automatically ***
To diagnose the issue with the NVMe SSD not being listed by the lspci command on your Jetson Orin Nano board, follow these steps:
lspci command with the -v option: Run the lspci command with the -v option to get more detailed information about the PCIe devices connected to the system. This may help you identify if the NVMe SSD is detected by the system but not listed by the lspci command.dmesg command to view the kernel logs.nvidia-l4t-jetson-orin-nano-qspi-updater tool to update the firmware.In comparison to other Jetson Orin Nano issues, this problem is specific to the NVMe SSD not being detected by the lspci command. Other issues, such as boot problems or power consumption issues, are unrelated to this problem.
To further assist you, I would like to know:
Please provide more information so I can better assist you in diagnosing the issue.
*** Please give the thumbs up if you get answers you like. Or provide feedback to help us improve the answer. ***
sorry, looks like I misunderstood the layout. The chip in my photo was wifi (NOT NVMe SSD)…
So Orin Nano does NOT come with any pre-installed SSD?
Hi,
Yes.
Thanks