Re: [RFC PATCH 6/9] tests/acceptance: Use image_expand() in test_arm_orangepi_bionic_20_08

2021-08-05 Thread Niek Linnenbank
Hi Philippe, Op wo 23 jun. 2021 20:00 schreef Philippe Mathieu-Daudé : > U-Boot expects the SD card size to be at least 2GiB, so > expand the SD card image to this size before using it. > > Signed-off-by: Philippe Mathieu-Daudé > --- > TODO: U-Boot reference? > --- > tests/acceptance/boot_linux

Re: [RFC PATCH 6/9] tests/acceptance: Use image_expand() in test_arm_orangepi_bionic_20_08

2021-07-05 Thread Willian Rampazzo
On Wed, Jun 23, 2021 at 3:09 PM Philippe Mathieu-Daudé wrote: > > U-Boot expects the SD card size to be at least 2GiB, so > expand the SD card image to this size before using it. > > Signed-off-by: Philippe Mathieu-Daudé > --- > TODO: U-Boot reference? > --- > tests/acceptance/boot_linux_console

[RFC PATCH 6/9] tests/acceptance: Use image_expand() in test_arm_orangepi_bionic_20_08

2021-06-23 Thread Philippe Mathieu-Daudé
U-Boot expects the SD card size to be at least 2GiB, so expand the SD card image to this size before using it. Signed-off-by: Philippe Mathieu-Daudé --- TODO: U-Boot reference? --- tests/acceptance/boot_linux_console.py | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git