Difference between revisions of "AIR 021 Development"
From ESS-WIKI
| Line 10: | Line 10: | ||
ubuntu | ubuntu | ||
</pre> | </pre> | ||
| + | |||
| + | == Flash Mac Address == | ||
| + | First, you 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 === | ||
| + | [https://advantecho365-my.sharepoint.com/:u:/g/personal/ray_su_advantech_com/EWdRgPTyWQZLuBOnC4WdFCgBz5pLKIPE0Hae8SHWXMMuzA?e=iltBUI I226 Flash Tool] | ||
| + | |||
| + | === Extract file === | ||
| + | <pre> | ||
| + | $ sudo tar zxvf LAN_I226_DS-015.tar.gz | ||
| + | </pre> | ||
| + | |||
| + | === Flash === | ||
| + | Attention : <span data-darkreader-inline-color="" style="color: rgb(205, 0, 0); --darkreader-inline-color: #ff3d3d;">The MAC address can only be burned in once</span> | ||
| + | |||
| + | Please make sure mac address and set in : -mac=<XXXXXXXXXXXX> | ||
| + | |||
| + | <pre> | ||
| + | $ 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 | ||
| + | </pre> | ||
| + | |||
| + | === Power off and restart === | ||
| + | Cold reboot the device. | ||
==ATX & AT mode== | ==ATX & AT mode== | ||
[[File:021-atx-at.png|600px|border]] | [[File:021-atx-at.png|600px|border]] | ||
Revision as of 07:20, 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, you 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_DS-015.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.