ASR A702 Development
Contents
Attention
Account & Password
Account number
ubuntu
In device used "sudo" or "sudo su" to root. Password required.
ubuntu
Flash Mac Address
Download I226 tool to Device
Extract file
$ sudo tar zxvf LAN_I226_ASR-A702.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_ASR-A702/I226_Flash_Tool $ sudo su # ./EepromAccessTool # lspci
Lan : enP3p3s0
# setpci -s 0003:03:00.0 COMMAND=0003 # ./EepromAccessTool -nic=1 -f=FXVL_125C_V_2MB_2.36.1.bin -mac=XXXXXXXXXXXX
Lan : enP3p4s0
# setpci -s 0003:04:00.0 COMMAND=0004 # ./EepromAccessTool -nic=2 -f=FXVL_125C_V_2MB_2.36.1.bin -mac=XXXXXXXXXXXX
Lan : enP3p5s0
# setpci -s 0003:05:00.0 COMMAND=0005 # ./EepromAccessTool -nic=3 -f=FXVL_125C_V_2MB_2.36.1.bin -mac=XXXXXXXXXXXX
Lan : enP3p6s0
# setpci -s 0003:06:00.0 COMMAND=0006 # ./EepromAccessTool -nic=4 -f=FXVL_125C_V_2MB_2.36.1.bin -mac=XXXXXXXXXXXX
Lan : enP3p7s0
# setpci -s 0003:07:00.0 COMMAND=0007 # ./EepromAccessTool -nic=5 -f=FXVL_125C_V_2MB_2.36.1.bin -mac=XXXXXXXXXXXX
Lan : enP3p8s0
# setpci -s 0003:08:00.0 COMMAND=0008 # ./EepromAccessTool -nic=6 -f=FXVL_125C_V_2MB_2.36.1.bin -mac=XXXXXXXXXXXX
Power off and restart
Cold reboot the device.
Bootloader Version
Check device boot up in debugport log
Burnin
$ cd /tool $ sudo Burnin.sh
BootCount
BootCount tool install
In first time please install bootcount tool
$ cd /home/ubuntu $ sudo ./bootCount.sh
Default enter the OS 20s will poweroff
Boot On Off
The boot count message will be printed before log-in.
![]()
Reset the boot count please remove bootCount.tt.
$ rm bootCount.tt
Tools
Test Command
AIW Tool
AIW-210
Module : AIW-210XU-001
Need to install tool first
$ sudo apt install --yes gpsd gpsd-clients chrony
AIW-356
Module : AIW-356DQ-E01
In first time add cellular connection in modem manager by GUI or inputting commands
$ sudo mmcli --sim 0 --pin 0000 $ nmcli c add type gsm ifname cdc-wdm0 con-name CellularConnection apn internet $ nmcli c up CellularConnection
AIW-169
Module : AIW-169BR-GX1
Need to install tool first
$ sudo apt install iperf3 $ cd / $ sudo find -iname wpa_supplicant
GMSL
Orbbec Camera
Camera type : G40055-270
HW setting : Camera link to GMSL port
Please install camera driver first
Then system needs to reboot to take effect after setting camera interface done
Setup driver with GMSL
$ cd /tools/orbbec/ $ ./Install.sh $ sudo reboot
Preview command
$ cd /home/ubuntu $ gst-launch-1.0 v4l2src device=/dev/video2 ! 'video/x-raw,width=1280,height=720,framerate=30/1' ! autovideosink