Difference between revisions of "AIR 030 Development"

From ESS-WIKI
Jump to: navigation, search
Line 23: Line 23:
  
 
The test image is available [https://advantecho365-my.sharepoint.com/personal/jack501_chen_advantech_com/_layouts/15/onedrive.aspx?ga=1&id=/personal/jack501_chen_advantech_com/Documents/AIR-030/image HERE].
 
The test image is available [https://advantecho365-my.sharepoint.com/personal/jack501_chen_advantech_com/_layouts/15/onedrive.aspx?ga=1&id=/personal/jack501_chen_advantech_com/Documents/AIR-030/image HERE].
 +
 +
{| border="1" cellpadding="1" cellspacing="1" style="width: 800px;"
 +
|-
 +
! scope="row" |  
 +
! scope="col" style="width: 30px;background-color:rgb(80, 80, 80);color:#FFFFFF" | Image
 +
! scope="col" style="width: 438px;background-color:rgb(80, 80, 80);color:#FFFFFF" | Release Note
 +
|-
 +
! scope="row" | 1
 +
| style="width: 300px;" | air030_image_20221006.tar.gz
 +
| style="width: 1138px;" | The first boot up image verified on AGX-ORIN Devkit.
 +
|-
 +
! scope="row" | 2
 +
| style="width: 300px;" | air030_image_20221006_bootonoff.tar.gz
 +
| style="width: 1138px;" | Based on air030_image_20221006.tar.gz added boot on off feature (The system will power off after 40 seconnds)
 +
|}
  
 
 
 
 

Revision as of 03:54, 11 October 2022

Flash

Extract image

$ tar -zxvf air030_image_XXXXXX.tar.gz

Flash image

$ cd bootloader
$ sudo -s
# source flashcmd.txt

Tools

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

Image

The test image is available HERE.

  Image Release Note
1 air030_image_20221006.tar.gz The first boot up image verified on AGX-ORIN Devkit.
2 air030_image_20221006_bootonoff.tar.gz Based on air030_image_20221006.tar.gz added boot on off feature (The system will power off after 40 seconnds)