This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
scripts:oowow-dump2xz [2025/07/24 03:39] hyphop [VIM1S Anrdoid 11] |
scripts:oowow-dump2xz [2025/07/24 23:57] (current) hyphop [Auto convert] |
||
|---|---|---|---|
| Line 280: | Line 280: | ||
| ``` | ``` | ||
| + | ==== OOWOW Meta ==== | ||
| ```sh oowow_meta | ```sh oowow_meta | ||
| Line 292: | Line 293: | ||
| *) set -xe ; tail -c4096 " | *) set -xe ; tail -c4096 " | ||
| esac | esac | ||
| + | ``` | ||
| + | |||
| + | ===== Auto convert ===== | ||
| + | |||
| + | |||
| + | Copy paste one-liner usage: | ||
| + | |||
| + | '' | ||
| + | |||
| + | ```sh aml-android-convert-oowow | ||
| + | #!/bin/sh | ||
| + | ## hyphop ## | ||
| + | |||
| + | # create oowow / android installation image for vim4 with full bootloaders | ||
| + | |||
| + | export OSVER=${OSVER: | ||
| + | export VER=${VER: | ||
| + | export BOOT=${BOOT: | ||
| + | export AML_IMAGE=${AML_IMAGE: | ||
| + | # | ||
| + | MIRROR=${MIRROR: | ||
| + | AML_SRC=${AML_SRC: | ||
| + | |||
| + | case $AML_IMAGE in | ||
| + | vim4*) BOARD=VIM4 ;; | ||
| + | esac | ||
| + | |||
| + | echo "OWOWO convert $AML_IMAGE OSVER: $OSVER IMG_VER: $VER" | ||
| + | |||
| + | [ -s " | ||
| + | echo " | ||
| + | wget " | ||
| + | md5sum " | ||
| + | } | ||
| + | |||
| + | [ -s " | ||
| + | echo "Flash image using amlburn $AML_IMAGE" | ||
| + | echo "Press KEY_FN x 3 times - and press ENTER to continue" | ||
| + | read YES | ||
| + | amlburn " | ||
| + | echo " | ||
| + | read YES | ||
| + | date > " | ||
| + | } | ||
| + | |||
| + | echo "Read to Dump image and convert into oowow format..." | ||
| + | echo "Press KEY_FN + RESET - to boot into oowow mode and press ENTER to continue" | ||
| + | read YES | ||
| + | curl " | ||
| + | |||
| ``` | ``` | ||