Which version of system do you use? Khadas official images, self built images, or others?
Android 14 VIM4N_android14_v20241105, manifest at 3707e5e
Please describe your issue below:
I’m trying to build a ATV image of Android 14 for the VIM4 board. I managed to build and flash it but for now the board never boot to UI. I get the android animation on screen but after it finishes, black screen.
Here is the modification I made that from what I understood should enable ATV build instead of normal build:
$ repo diff
project device/khadas/
diff --git a/kvim4/kvim4_arm64.mk b/kvim4/kvim4_arm64.mk
index 942f96e..8506501 100644
--- a/kvim4/kvim4_arm64.mk
+++ b/kvim4/kvim4_arm64.mk
@@ -18,8 +18,8 @@
#
#ATV version, need compile DRM related modules
-BOARD_COMPILE_ATV := false
-BOARD_COMPILE_CTS := false
+BOARD_COMPILE_ATV := true
+BOARD_COMPILE_CTS := true
# #Non updatable APEX
OVERRIDE_TARGET_FLATTEN_APEX := true
Post a console log of your issue below:
I’m not able to get logcat
information as if I plug the USB-C cable on my computer, the board doesn’t get enough power to power-up correctly