Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


software:oowow:how-to:check-oowow-images-compatibles

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:how-to:check-oowow-images-compatibles [2023/09/13 22:57]
hyphop
software:oowow:how-to:check-oowow-images-compatibles [2023/09/13 23:09] (current)
hyphop [Check OOWOW Images Compatibles]
Line 1: Line 1:
 +~~tag>OOWOW howto check images~~
 +
 ====== Check OOWOW Images Compatibles ====== ====== Check OOWOW Images Compatibles ======
  
Line 5: Line 7:
 ===== Online ===== ===== Online =====
  
-``` +==== XZ format ==== 
-curl -s -jkLf -r-4096 IMAGE_URL+ 
 +```shell  
 +curl -s -jkLf -r-4096 $IMAGE_URL | xz -dc | grep ^match -B2 -A7 || echo NOT_OKAY
 ``` ```
  
 +```shell oowow-compitables-image-check-example
 +IMAGE_URL=http://dl.khadas.com/.images/vim3l/vim3l-android-9-64bit-v230130.raw.img.xz
 +curl -s -jkLf -r-4096 IMAGE_URL | xz -dc | grep ^match -B2 -A7 && echo OKAY
 +```
Last modified: 2023/09/13 22:57 by hyphop