Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


software:oowow:dev:oowow-online-installation-images

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
software:oowow:dev:oowow-online-installation-images [2023/08/18 02:59]
hyphop [See also]
software:oowow:dev:oowow-online-installation-images [2023/09/26 00:12] (current)
hyphop [Armbian external mirrors usage]
Line 13: Line 13:
   * Any malware spyware etc ... will be banned   * Any malware spyware etc ... will be banned
   * Clean trash, logs, cache, etc ... before packing installation image   * Clean trash, logs, cache, etc ... before packing installation image
-  * Use optimal compression via [[#zxe]] +  * Use optimal compression via [[#xze]] 
-  * Use meta descriptions for images via [[#zxe]]+  * Use meta descriptions for images via [[#xze]]
   * Use [[#basic-khadas-file-name-format|Basic Khadas file-name format]] for installation images   * Use [[#basic-khadas-file-name-format|Basic Khadas file-name format]] for installation images
   * WIP: ...    * WIP: ... 
Line 61: Line 61:
   * Before make dump from eMMC need make some optimization via __ OOWOW => shell __ ''RESIZE=1 mmc_optimize''   * Before make dump from eMMC need make some optimization via __ OOWOW => shell __ ''RESIZE=1 mmc_optimize''
   * Make an eMMC dump to SD/USB it will be automatically decreased as possible   * Make an eMMC dump to SD/USB it will be automatically decreased as possible
-  * Repack it by [[#zxe]], if need to use it for online installation +  * Repack it by [[#xze]], if need to use it for online installation 
  
 <WRAP important > <WRAP important >
Line 79: Line 79:
 Examples: https://dl.khadas.com/.images/vim4/ Examples: https://dl.khadas.com/.images/vim4/
  
-===== ZXE =====+===== XZE =====
  
-We recommend using [[https://github.com/khadas/krescue/blob/master/tools/xze|zxe]] features for image developers, to provide better service for users like as:+We recommend using [[https://github.com/khadas/krescue/blob/master/tools/xze|xze]] features for image developers, to provide better service for users like as:
  
   * Provide additional meta information about images   * Provide additional meta information about images
Line 91: Line 91:
   * etc...   * etc...
  
-==== ZXE usage examples ====+==== XZE usage examples ====
  
 The packing process is very simple just need to add some additional meta information ... The packing process is very simple just need to add some additional meta information ...
Line 173: Line 173:
  
  
-===== Armbian examples ===== 
  
-``` +===== Armbian external mirrors usage ===== 
-storage@web:/storage/.images/edge2$ grep "" edge2-armbian*+ 
 +[[armbian-images]] 
 + 
 + 
 +```shell link setup 
 +@web:/storage/.images/edge2$ grep "" edge2-armbian*
 edge2-armbian-jammy-legacy-cli.img.xz:https://redirect.armbian.com/khadas-edge2/Jammy_legacy.oowow edge2-armbian-jammy-legacy-cli.img.xz:https://redirect.armbian.com/khadas-edge2/Jammy_legacy.oowow
 edge2-armbian-jammy-legacy-desktop-xfce.img.xz:https://redirect.armbian.com/khadas-edge2/Jammy_legacy_xfce.oowow edge2-armbian-jammy-legacy-desktop-xfce.img.xz:https://redirect.armbian.com/khadas-edge2/Jammy_legacy_xfce.oowow
 +edge2-armbian-jammy-legacy-minimal.img.xz:https://redirect.armbian.com/khadas-edge2/Jammy_legacy_minimal.oowow
 +
 +@web:/storage/.images/edge2$ chmod 0667 edge2-armbian*
 +
 +
 ``` ```
  
Last modified: 2023/08/18 02:59 by hyphop