For me, the prebuilts work fine (vim3-userdebug-u-aosp-v240115.tar.xz ). The device boots, the screen shows up when HDMI is connected, and adb works as well. Unfortunately, scrcpy does not work but gives a segfault.
However, building AOSP from source does not work at all.
I tried both a default build and also with rebuilding the kernel, following the instructions from above.
The VIM3 then tries to boot a couple of times from each boot partition, before it also shows ‘Android boot failed, error -22’.
Hello, because it is a preview version, some of the functions may not be complete, I’m really sorry
After you build it, what’s wrong with the recording partition?
I honestly do not know – the building and flash process works as expected, but I keep getting the same boot loop / error -22 as the others.
It’s interesting that the prebuilt version works though, seems likes there is minor difference somewhere in the source code?
I have an update:
I reverted the device.mk and Manifest.xml in device/amlogic/yukawa to the git commit before changing to Manifest version 7 (the changes have been made ~4 weeks ago) and this time, the building works and the VIM3 boots just fine!
@xiong.zhang could you somehow update the manifest or the instructions to reflect this changes and that people do run into the same problems? For now, I have not investigated myself why the new commit does not work.
I watched this local Device/Amlogic/YUKAWA path. commit ee173288b22c194a2663f05c1d1a917f7c6658eb is the same as you posted. When you can’t compile, is the latest Commit of this path? Submit a new code, and then it will not be compiled
Yes, exactly.
With ee173288b22c194a2663f05c1d1a917f7c6658eb of device/amlogic/yukawa it boots, but with the latest commit it doesn’t. (compiling works for both)
I am using the Vim3 and Wi-Fi doesnt work out of the box for this build. I’ll let you know if I have time to fix it.
But yes, the kernel patch for the VIM3L is in 6.1 already – so that won’t be the problem.
Hi,
I tried to enable the SPI interface in the kernel, but I get the following bazel-build error:
ERROR: Unable to find drivers/spi/spi-meson-spicc.ko in any of the following directories:
bazel-out/k8-fastbuild/bin/yukawa-device/yukawa/staging/lib/modules/6.1.25-android14-11-maybe-dirty/kernel
Unable to find drivers/spi/spi-meson-spifc.ko in any of the following directories:
bazel-out/k8-fastbuild/bin/yukawa-device/yukawa/staging/lib/modules/6.1.25-android14-11-maybe-dirty/kernel
Target //yukawa-device:yukawa_dist failed to build
Does anyone have an idea what can go wrong? (I get the similar errors when enablng other kernel modules e.g., usbserial etc.)