How to flash vim3 with android 11

Any one find any solution to create single img and can flash without using fastboot??

unfortunately there isnā€™t any current solution for it, and hence is the reason the official AOSP from khadas is delayedā€¦

I still believe that the reason for the delay is in Amlogic itself :slightly_smiling_face:

1 Like
  • flash Uboot:
cd path/to/aosp/device/amlogic/yukawa/bootloader/
./tools/update write u-boot_kvim3_noab.bin 0xfffa0000 0x10000
./tools/update run 0xfffa0000
./tools/update bl2_boot u-boot_kvim3_noab.bin
fastboot oem format
fastboot flash bootloader u-boot_kvim3_noab.bin
fastboot erase bootenv
fastboot reboot bootloader
  • press reset key.

  • flash img:

cd out/target/product/yukawa
fastboot flash boot boot.img
fastboot flash super super.img
fastboot flash cache cache.img
fastboot flash userdata userdata.img
fastboot flash recovery recovery.img
fastboot flash dtbo dtbo-unsigned.img
fastboot reboot
2 Likes

I got this error,

$ ./tools/update bl2_boot u-boot_kvim3_noab.bin
get cbw failed, want 512, ret -110
[LUSB]ERR(L1172):fail in parse cmd, ret=-1079

@hotteshen You can use u-boot_kvim3l_noab.bin bin to try it, maybe your board is VIM3L,if not,you must check your usb driver.

Thanks.
My board is VIM3 Pro.
I figured it out.
Itā€™s because I entered to the Boot mode using the Power/Reset buttons long-pressing method.
To install a bootloader like the above, need to enter to TST mode, using the Function button.

1 Like

Cool. Iā€™m really interested in changing my vim 3 pro from android 9 pie to android 11 Iā€™m worried Iā€™ll break my board though but Iā€™m happy to read that someone with the same sbc successfully got android 11 on kvim3 pro. Great job. Interested in posting a tutorial video?

1 Like

android 12 is ready every thing is that link Sį»­ dį»„ng bįŗ£ng tham chiįŗæu Ā |Ā  Android Open Source Project and Khadas_VIM3 Ā· Wiki Ā· BayLibre / amlogic / Android TV / aosp / device / amlogic / yukawa Ā· GitLab change the name of the branch to get the version that you want.

1 Like

I guess Iā€™ll have to be patient and wait and wait and wait until finally khadas vim 4 (hopefully with an android build that has a 64 bit instruction set) is released. Itā€™s just incomprehensible that kvim3 has 32 bit android when kvim2 used 64 bit android smh

for now vim3 and vim3L are the only reference board cards supported by google android

How to run this 1st step in windows 10

  • flash Uboot: