Difference between revisions of "AIR 021 Development"
From ESS-WIKI
| Line 12: | Line 12: | ||
== Flash Mac Address == | == Flash Mac Address == | ||
| − | First, | + | First, need to add a patch to the device tree{ Commit da11ea0d: [LAN] Enable Ethernet Controller I225-LM/I225-V support } |
=== Download I226 tool to Device === | === Download I226 tool to Device === | ||
Revision as of 06:23, 22 August 2025
Contents
Attention
Account & Password
Account number
ubuntu
In device used "sudo" or "sudo su" to root. Password required.
ubuntu
Flash Mac Address
First, need to add a patch to the device tree{ Commit da11ea0d: [LAN] Enable Ethernet Controller I225-LM/I225-V support }
Download I226 tool to Device
Extract file
$ sudo tar zxvf LAN_I226_AIR-021.tar.gz
Flash
Attention : The MAC address can only be burned in once
Please make sure mac address and set in : -mac=<XXXXXXXXXXXX>
$ cd LAN_I226_AIR-021/I226_Flash_Tool $ sudo su # ./EepromAccessTool # lspci # setpci -s 0007:01:00.0 COMMAND=0007 # ./EepromAccessTool -nic=1 -f=FXVL_125C_V_2MB_2.27.bin -mac=XXXXXXXXXXXX
Power off and restart
Cold reboot the device.