Hi, nvidia teams.
We use AGX ORIN with custom board JETPACK 6.1(rel36.4).
We use the same AQR113C ethernet chip as AGX ORIN DEVKIT.
I flash the official image jetpack 6.1 but the LED doesn’t turn on.
I read the values of the register related to the LED operation of devkit using phytool.
After that, I compile kernel and build, and I flash again.
However, the LED is still not working.
If I write directly to the register using phytool, the LED works.
$ sudo phytool write eth0/0:0x1e/0xc430 0xc0ef
$ sudo phytool write eth0/0:0x1e/0xc431 0x0080
$ sudo phytool write eth0/0:0x1e/0xc432 0xc040
I read the MGBE configuration section, but I couldn’t find anything about LED control.
And, I read Jetson AGX Orin Platform Adaptation and Bring-Up Document, but I couldn’t find anything about LED control too.
I think its no.
I compile kernel and flash again, LED is still not working.
When I read 3 registers(1E.C430, 1E.C431, 1E.C432) with phytool, the values were still 0x0000.
I don’t know how to write a value to registers in the kernel drive.
We use “AQR-G4_v5.6.7-AQR_Marvell_NoSwap_XFI_ID44834_VER1922.cld” firmware.