There was a post here a few weeks back that was not actually addressed properly. Has support for PXE been added to the AGX Orin with newer jetpack sdks?
See the following two threads:
and
Would be great to get a definitive response on whether or not this is going to be addressed in the kit at some point.
So we currently use Advantech as our supplier, and they provide a custom carrier board, but it should be the same standard devkit board.
I found this thread that you had participated in:
Unfortunately I am not quite that deep into the internals of the hardware, so I’m making my way through it. I had our local and our remote office test all of our Orins and they all have the same issue.
We’re currently running the following according to /etc/nv_tegra_release
What was interesting is that I attempted to do the i2cdump -f -y 0 0x56 just to see what values we would have… and I get back.. nothing
No size specified (using byte-data access)
0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
00: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XXXXXXXXXXXXXXXX
10: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XXXXXXXXXXXXXXXX
20: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XXXXXXXXXXXXXXXX
30: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XXXXXXXXXXXXXXXX
40: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XXXXXXXXXXXXXXXX
50: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XXXXXXXXXXXXXXXX
60: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XXXXXXXXXXXXXXXX
70: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XXXXXXXXXXXXXXXX
80: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XXXXXXXXXXXXXXXX
90: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XXXXXXXXXXXXXXXX
a0: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XXXXXXXXXXXXXXXX
b0: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XXXXXXXXXXXXXXXX
c0: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XXXXXXXXXXXXXXXX
d0: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XXXXXXXXXXXXXXXX
e0: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XXXXXXXXXXXXXXXX
f0: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XXXXXXXXXXXXXXXX
Now, as I said, I am brand new to this, so I am simply digging in without full understanding to see if i can find something, and learning as I go. I had thought that these were standard, but they could also be slightly customized. As far as I know, I should see Aquantia for the onboard cards… but I don’t, we have i350s…
So I’m debating if there are further changes that prevent the UEFI network boot. Forgive any ignorance here, I’ll become more educated on this as I go along, but It’s only my 2nd day interacting with the devices.
It may be expected as there’s no EEPROM on your custom carrier board designed by Advantech.
You can try running the following command to read the EEPROM inside the module.
# i2cdump -f -y 0 0x50
Okay, it seems you are using Jetpack 6.0 (L4T r36.3.0). Is there the custom BSP package with Jetpack 6.2.1 available to verify?
Oh, it is a known issue which may block the network boot device.
Have you tried applying that patch to check if it could help?