¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

[PATCH 0/2] configs: khadas-vim3{l}: Android bootflow updates


 

Hello, 2 small fixes for Khadas VIM3 and VIM3L to boot Android.

Recently, some effort has been made to use the
upstream android-mainline kernel on these boards [1].

To use android-mainline kernel, we should:
* Increase the boot/recovery partition sizes (so that it fits)
* Drop dtbo support, since these are not part of android-mainline

[1]

Signed-off-by: Mattijs Korpershoek <mkorpershoek@...>
---
Mattijs Korpershoek (2):
configs: khadas-vim3{l}: Increase boot/recovery partition size
configs: meson64_android: Remove dtbo support

include/configs/khadas-vim3_android.h | 8 ++++----
include/configs/khadas-vim3l_android.h | 8 ++++----
include/configs/meson64_android.h | 26 +-------------------------
3 files changed, 9 insertions(+), 33 deletions(-)
---
base-commit: a404065479be2c1fe1167c3c91367e8194a69d1b
change-id: 20241011-yukawa-aosp-parts-77d255a19cda

Best regards,
--
Mattijs Korpershoek <mkorpershoek@...>


 

Le 11/10/2024 ¨¤ 17:51, Mattijs Korpershoek a ¨¦crit?:
Hello, 2 small fixes for Khadas VIM3 and VIM3L to boot Android.
Recently, some effort has been made to use the
upstream android-mainline kernel on these boards [1].
To use android-mainline kernel, we should:
* Increase the boot/recovery partition sizes (so that it fits)
* Drop dtbo support, since these are not part of android-mainline
[1]
Signed-off-by: Mattijs Korpershoek <mkorpershoek@...>
---
Mattijs Korpershoek (2):
configs: khadas-vim3{l}: Increase boot/recovery partition size
configs: meson64_android: Remove dtbo support
include/configs/khadas-vim3_android.h | 8 ++++----
include/configs/khadas-vim3l_android.h | 8 ++++----
include/configs/meson64_android.h | 26 +-------------------------
3 files changed, 9 insertions(+), 33 deletions(-)
---
base-commit: a404065479be2c1fe1167c3c91367e8194a69d1b
change-id: 20241011-yukawa-aosp-parts-77d255a19cda
Best regards,
Thanks !

Reviewed-by: Neil Armstrong <neil.armstrong@...>


 

Hi,

On Fri, 11 Oct 2024 17:51:01 +0200, Mattijs Korpershoek wrote:
Recently, some effort has been made to use the
upstream android-mainline kernel on these boards [1].

To use android-mainline kernel, we should:
* Increase the boot/recovery partition sizes (so that it fits)
* Drop dtbo support, since these are not part of android-mainline

[...]
Thanks, Applied to (u-boot-amlogic-next)

[1/2] configs: khadas-vim3{l}: Increase boot/recovery partition size

[2/2] configs: meson64_android: Remove dtbo support


--
Neil