ONLY FOR THE DEVELOPERS WHO ALWAYS WANNA TRY NEW THINGS OUT!
IT’S STILL NOT STABLE AT THIS TIME AND HOPE WE CAN RELEASE THE STABLE IMAGE OF ANDROID 11 WHEN VERY SOON.
Instructions to build aosp for VIM3L(VIM3 will be a little bit later):
mkdir aosp && cd aosp
repo init -u https://android.googlesource.com/platform/manifest -b master
repo sync
source ./build/envsetup.sh
lunch yukawa-userdebug
make TARGET_VIM3L=true -jX
The AOSP for VIM3/3L support two different versions Linux kernel and default configuration with linux-4.19. To build with 5.4 kernel do prebuilt below:
@JustSumDad Its more of Android than linux you have to be familiar with, but similar terminologies apply,
I am currently seeing if it is possible to make a Build script for android, like I previously did with the Fenix script, but as aforementioned, I don’t really know how building android images works
Im also interested in testing it, I’ve been trying to get a build environment and all the sources pulled for days now…if someone has a precompiled image, I would be eternally in their debt.
@JustSumDad, yes you need a Linux host device to build the firmware itself…
but when dealing with the build itself you might need to do some config changes, patches for features etc.
which is “android stuff” but the kernel alone will be somewhat related to linux, so I guess its a mix of both you need to know
@zonggestsu I downloaded your firmware, but as @JustSumDad said I don’t think this can be flashed with the amlogic burn tools, I do see that the super.img is the biggest of all the files here, and I presume that to be the main image itself…
I have a sense that rather than using aml burn tool, we can use ADB tools to flash the recovery image and then flash the android image
please share your method of flashing,
this isnt a rom to be flashed with the usual aml burn tool, it uses the update utility in the tools folder to flash a different uboot from which you flash the rom files through fastboot