Difference between revisions of "ASR A702 Development"
| Line 81: | Line 81: | ||
== Burnin == | == Burnin == | ||
[[ASR_A702_Burnin|ASR-A702 Burnin]] | [[ASR_A702_Burnin|ASR-A702 Burnin]] | ||
| + | <pre> | ||
| + | $ cd /tool | ||
| + | $ sudo Burnin.sh | ||
| + | </pre> | ||
== BootCount == | == BootCount == | ||
Revision as of 10:39, 22 October 2025
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
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