On 08/11/2024 11:05, Mattijs Korpershoek wrote:
Hi Neil,
On jeu., oct. 17, 2024 at 18:10, Guillaume La Roque <glaroque@...> wrote:
After increase boot and recovery partition userdata was not resize.
so on VIM3 16GB and VIM3L `fastboot oem format` or `gpt write mmc 2
$partitions` fail because end of last partition is outside of eMMC
size.
Remove 64MB on userdata partitions to fix it.
Fixes: ce138d9742bf ("configs: khadas-vim3{l}: Increase boot/recovery
partition size")
Signed-off-by: Guillaume La Roque <glaroque@...>
---
Do you think you can pick up just this patch ([3/6])?
Since it's a fixing a regression that I introduced I'd like this to
picked up without depending on the rest of the series.
Sure I was waiting for your go!
Neil
Thanks!
Mattijs
include/configs/khadas-vim3_android.h | 4 ++--
include/configs/khadas-vim3l_android.h | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
[...]