Flash Firmware For Aquantia on LX2160ARDB_REV2

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Flash Firmware For Aquantia on LX2160ARDB_REV2

Jump to solution
3,024 Views
tsungmin_wang
Contributor III

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?

0 Kudos
1 Solution
3,019 Views
ufedor
NXP Employee
NXP Employee

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.

View solution in original post

1 Reply
3,020 Views
ufedor
NXP Employee
NXP Employee

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.