Is the 5.x also the custom BSP package from the vendor?
For our AGX Xavier devkit, there’s microUSB on the carrier board for serial console log.
For the custom board from Seeed Studio, you may ask the vendor for how to capture serial console log. Maybe they use TypeC-USB instead, you could check if any node appear in /dev of your host PC after you plug TypeC-USB cable.
Is the 5.x also the custom BSP package from the vendor?
Yes. 5.0.1 and 5.0.2 can be found on the vendor’s website.
And I want to note that even the official 5.1.1 package did work when I tried to upgrade from custom 4.6.1. I think upgrading broke my bootloader somehow. Is that at all possible?
Please just use latest JP5.1.1 from your vendor to flash the custom carrier board for AGX Xavier.
If there’s any boot up issue, please help to provide the serial console log for further check.
@KevinFFF
I mean the JP5.1.1 from the official nvidia page, the vendor until now has only released 5.0.2.
I have tried the vendor’s 5.0.1-2 and 4.6.1. Amongst those, the JP4.6.1 package worked.
But your suggestion did give me a hunch.
I went back and tried the old ssds that did work when I upgraded to JP5.1.1 (official nvidia), it turned out they worked for vendor’s jp5.0.2 too. So I read carefully the specs of my ssds, and found out that the new ones that didn’t work with jp5.x run on a 2.8A-current, and the ones that did run on 1.4A and 1.9A currents.
Let me sum that up.
OLD NVMe ssds
Voltage: 3.3V
Current: <1.9A
Work for 4.6.1 (vendor, official nvidia), 5.0.x (vendor) and 5.1.x (official nvidia)
NEW NVMe ssds
Voltage: 3.3V
Current: 2.8A
Work for 4.6.1 (vendor, official nvidia)
So my assumption now is that the kernel’s device tree of JP5.x somehow limited the supported current, so when a device with the operating current exceeding the threshold would make the kernel unable to boot.
Do you know how I could change that threshold in the device tree?
Hi, are you talking about custom design? If so, you should check with vendor for the carrier board design as the NVMe connector is on carrier board and the 3.3v supply is from carrier board too. Generally 2.8A should be no problem as far as I know.
Hi @Trumany
Both my old and new nvme ssds use 3.3V. And the 2.8A ones work when I flash the board with JP4.6.1 and dont when I use JP 5.x instead. So it doesn’t seem a hardware problem.
I have also posted a similar question on Seeed Studio’s forum but so far no answers.
All of them with the new NVMes. Flashing went fine until the first boot. And the weird thing is if I removed the new NVMes, the board would work again.
What do you mean about “until first boot”?
Is there any error during further boot?
I mean the first boot after flashing. That’s when the problem first appears and it persists for all subsequent boots if the new NVMes are plugged in.
This command is used for flashing the internal eMMC of AGX Xavier.
Would you like to use internal eMMC or external NVMe SSD as your boot device (rootfs)?
Of course I would want to boot from NVMe. But either way, there should be no problem if I flash the eMMC right. But I did try flashing NVMe and it’s the same problem.
It is necessary to flash the eMMC correctly due to some bootloader partitions inside it. What’s the problem with our New NVMe drive? We would need to check the serial console log.