Difference between revisions of "AIR 021 Development"

From ESS-WIKI
Jump to: navigation, search
Line 39: Line 39:
 
Cold reboot the device.
 
Cold reboot the device.
  
==ATX & AT mode==
+
== Burnin ==
 +
[[AIR_021_Burnin|AIR-021 Burnin]]
 +
 
 +
== BootCount ==
 +
=== ATX & AT mode choose ===
 
[[File:021-atx-at.png|600px|border]]
 
[[File:021-atx-at.png|600px|border]]
 +
 +
=== BootCount tool install ===
 +
In first time please install bootcount tool
 +
 +
<pre>
 +
$ cd /usr/local/bin/BootCount+shutdown
 +
$ sudo chmod a+x install.sh
 +
$ sudo ./install.sh
 +
$ cd /home/ubuntu
 +
$ sudo ./bootCount.sh
 +
</pre>
 +
 +
Default enter the OS 30s will poweroff
 +
 +
=== Boot On Off ===
 +
 +
The boot count message will be printed before log-in.<br/> [[File:Air030 bootcount.jpg|200px]]<br/> Reset the boot count please remove <font color="#0070c0" data-darkreader-inline-color="" style="--darkreader-inline-color: #46b2ff;">'''bootCount.tt'''</font>.
 +
<pre>
 +
$ rm bootCount.tt
 +
</pre>
 +
 +
== Tools ==
 +
 +
=== Test Command ===
 +
 +
<span style="color:#FF0000;">'''JP6.2'''</span>
 +
 +
==== '''HDMI''' ====
 +
Set on debug port
 +
<pre>
 +
$ export DISPLAY=:0
 +
$ xrandr
 +
</pre>
 +
Image resolution : Full HD 1920 x 1080 pixels
 +
<pre>
 +
$ xrandr -d :0 --output HDMI-0 --mode 1920x1080 -r 60.00
 +
</pre>
 +
Image resolution : 4K 3840 x 2160 pixels
 +
<pre>
 +
$ xrandr -d :0 --output HDMI-0 --mode 3840x2160 -r 60.00
 +
</pre>
  
 
== Reference ==
 
== Reference ==
 
[[AIR-021|AIR-021]]
 
[[AIR-021|AIR-021]]

Revision as of 08:31, 22 August 2025

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 682f22e8: [LAN] Enable Ethernet Controller I225-LM/I225-V support }

Download I226 tool to Device

I226 Flash Tool

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 0009: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.

Burnin

AIR-021 Burnin

BootCount

ATX & AT mode choose

021-atx-at.png

BootCount tool install

In first time please install bootcount tool

$ cd /usr/local/bin/BootCount+shutdown
$ sudo chmod a+x install.sh
$ sudo ./install.sh
$ cd /home/ubuntu
$ sudo ./bootCount.sh

Default enter the OS 30s will poweroff

Boot On Off

The boot count message will be printed before log-in.
Air030 bootcount.jpg
Reset the boot count please remove bootCount.tt.

$ rm bootCount.tt

Tools

Test Command

JP6.2

HDMI

Set on debug port

$ export DISPLAY=:0
$ xrandr

Image resolution : Full HD 1920 x 1080 pixels

$ xrandr -d :0 --output HDMI-0 --mode 1920x1080 -r 60.00

Image resolution : 4K 3840 x 2160 pixels

$ xrandr -d :0 --output HDMI-0 --mode 3840x2160 -r 60.00

Reference

AIR-021