commit | 72cefbafbf39c7381da7a7979ac997c46e18ba8a | [log] [tgz] |
---|---|---|
author | Guillaume La Roque <glaroque@baylibre.com> | Thu Aug 05 17:17:25 2021 +0200 |
committer | Neil Armstrong <narmstrong@baylibre.com> | Tue Aug 10 10:43:54 2021 +0200 |
tree | 80afc39a4f2f128bbb64f83f7eddb945f5fa872c | |
parent | 7039cbd2f5011e46e9f7e5f6b69b1af66b44f740 [diff] |
configs: meson64_android: boot android via abootimg Since Android 10, we are required to use a "dtbo" partition which includes the various device-tree overlays [1]. It's also possible to provide a "dtb" partition. This is supported via the "abootimg" command. On Yukawa, the assumption is that we have only a "dtbo" partition, which includes all board dtbs and their dtbos [2] [1] https://source.android.com/devices/architecture/dto/partitions [2] https://android.googlesource.com/device/amlogic/yukawa/+/refs/heads/master/build/tasks/dtimages.mk#16 Signed-off-by: Guillaume La Roque <glaroque@baylibre.com> Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> Acked-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>