Difference between revisions of "AIR 030 Development"
From ESS-WIKI
(Created page with " == Flash == Extract image <pre> $ tar -zxvf air030_image_XXXXXX.tar.gz $ cd bootloader $ sudo -s # source flashcmd.txt </pre> == Tools == === Boot On Off ===") |
|||
Line 1: | Line 1: | ||
== Flash == | == Flash == | ||
+ | |||
Extract image | Extract image | ||
− | <pre> | + | <pre>$ tar -zxvf air030_image_XXXXXX.tar.gz |
− | $ tar -zxvf air030_image_XXXXXX.tar.gz | ||
$ cd bootloader | $ cd bootloader | ||
$ sudo -s | $ sudo -s | ||
Line 10: | Line 10: | ||
== Tools == | == Tools == | ||
+ | |||
=== Boot On Off === | === Boot On Off === | ||
+ | |||
+ | The boot count message will be printed before log-in.<br/> [[File:Air030 bootcount.jpg|200px|Air030 bootcount.jpg]]<br/> Reset the boot count please remove <font color="#0070c0">'''bootCount.tt'''</font>. | ||
+ | <pre>$ rm bootCount.tt | ||
+ | </pre> | ||
+ | |||
+ | |
Revision as of 03:35, 11 October 2022
Flash
Extract image
$ tar -zxvf air030_image_XXXXXX.tar.gz $ cd bootloader $ sudo -s # source flashcmd.txt
Tools
Boot On Off
The boot count message will be printed before log-in.
Reset the boot count please remove bootCount.tt.
$ rm bootCount.tt