Difference between revisions of "ASR A702 Development"
(Created page with "==Attention== ===Account & Password=== Account number <pre> ubuntu </pre> In device used "sudo" or "sudo su" to root. Password required. <pre> ubuntu </pre> == Flash Mac Addr...") |
|||
| Line 103: | Line 103: | ||
=== Test Command === | === Test Command === | ||
| + | |||
| + | ==== '''GMSL''' ==== | ||
| + | ===== '''Orbbec Camera''' ===== | ||
| + | |||
| + | Camera type : G40055-270 | ||
| + | <br/> | ||
| + | HW setting : Camera link to GMSL port | ||
| + | <br/> | ||
| + | [[File:ASR-A702-camera-orbbec.png|600px|border]] | ||
| + | <br/> | ||
| + | Please install camera driver first | ||
| + | <br/> | ||
| + | Then system needs to reboot to take effect after setting camera interface done | ||
| + | <br/> | ||
| + | Setup driver with GMSL | ||
| + | <pre> | ||
| + | $ cd /tools/orbbec/ | ||
| + | $ ./Install.sh | ||
| + | $ sudo reboot | ||
| + | </pre> | ||
| + | |||
| + | Preview command | ||
| + | <pre> | ||
| + | $ cd /home/ubuntu | ||
| + | $ gst-launch-1.0 v4l2src device=/dev/video2 ! 'video/x-raw,width=1280,height=720,framerate=30/1' ! autovideosink | ||
| + | </pre> | ||
Revision as of 10:33, 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
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