Hi,
I found that there is a program for flashing firmware here.
https://github.com/NXP/qoriq-firmware-aquantia
But, the latest version is 19.09 which doesn't include LX2160ARDB_REV2.
Do you have the another version like 20.04 or 21.08?
Solved! Go to Solution.
AQR113 PHY firmware is for LSDK-21.08, not supported for previous LSDK and AQR PHY programming is not supported in u-boot.
With below steps can update AQR PHY firmware.
# install LSDK-21.08 and boot the board with ubuntu rootfs.
root@localhost:~# insmod /lib/modules/`uname -r`/extra/mdio-proxy.ko
root@localhost:~# aq-firmware-tool AQR-G4_v5.4.6-AQR_NXP_Bonnyrigg_ID44428_VER1533.cld 0x0000000008b96000 0
Aquantia firmware upgrade utility
Found AQR113C ethernet phy (0x31c31c12) !
AQR113C running firmware version 5.4.6
v5.4.6 NXP Inverness 011720 10:39:37
File firmware version is 5.4.6 (NXP Inverness 011720 10:39:37)
No upgrade required.
root@localhost:~# aq-firmware-tool AQR-G4_v5.4.6-AQR_NXP_Bonnyrigg_ID44428_VER1533.cld 0x0000000008b96000 8
Aquantia firmware upgrade utility
Found AQR113C ethernet phy (0x31c31c12) !
AQR113C running firmware version 5.4.6
v5.4.6 NXP Inverness 011720 10:39:37
File firmware version is 5.4.6 (NXP Inverness 011720 10:39:37)
No upgrade required.
AQR113 PHY firmware is for LSDK-21.08, not supported for previous LSDK and AQR PHY programming is not supported in u-boot.
With below steps can update AQR PHY firmware.
# install LSDK-21.08 and boot the board with ubuntu rootfs.
root@localhost:~# insmod /lib/modules/`uname -r`/extra/mdio-proxy.ko
root@localhost:~# aq-firmware-tool AQR-G4_v5.4.6-AQR_NXP_Bonnyrigg_ID44428_VER1533.cld 0x0000000008b96000 0
Aquantia firmware upgrade utility
Found AQR113C ethernet phy (0x31c31c12) !
AQR113C running firmware version 5.4.6
v5.4.6 NXP Inverness 011720 10:39:37
File firmware version is 5.4.6 (NXP Inverness 011720 10:39:37)
No upgrade required.
root@localhost:~# aq-firmware-tool AQR-G4_v5.4.6-AQR_NXP_Bonnyrigg_ID44428_VER1533.cld 0x0000000008b96000 8
Aquantia firmware upgrade utility
Found AQR113C ethernet phy (0x31c31c12) !
AQR113C running firmware version 5.4.6
v5.4.6 NXP Inverness 011720 10:39:37
File firmware version is 5.4.6 (NXP Inverness 011720 10:39:37)
No upgrade required.