OTA Image Gernation

VIM1S with Android 11 Custom build. I could not locate the OTA upgrade file. ?

  1. Weather it compiles OTA package already ? If so, what is the location of the file ?
  2. Other wise, how to compile OTA package for Android 11 in Khadas VIM1S ?

Regards,
YSN

@ysn_yaga ,
You can refer to the following file for compilation.
https://docs.khadas.com/products/sbc/vim1s/development/android/build-android

execute make otapackage to generate OTA package.
OTA package path: out\target\product\kvim1s\kvim1s-ota-eng.xxxx.zip.

You can upgrade the OTA package by following the steps below.
(1) Place the OTA package in the /sdcard/directory
(2)Settigs->Khadas settings->Updater->UPDATE LOCAL。
(3)Select OTA package and upgrade.