Re: [PATCH 5/9] tests/acceptance: Use image_expand() in test_arm_orangepi_uboot_netbsd9

2021-08-05 Thread Niek Linnenbank
Hi Philippe, Op wo 4 aug. 2021 22:55 schreef Philippe Mathieu-Daudé : > Hi Niek, > > On 6/23/21 8:00 PM, Philippe Mathieu-Daudé wrote: > > The NetBSD OrangePi image must be at least 2GiB, not less. > > Expand the SD card image to this size before using it. > > > > Signed-off-by: Philippe

Re: [PATCH 5/9] tests/acceptance: Use image_expand() in test_arm_orangepi_uboot_netbsd9

2021-08-04 Thread Philippe Mathieu-Daudé
Hi Niek, On 6/23/21 8:00 PM, Philippe Mathieu-Daudé wrote: > The NetBSD OrangePi image must be at least 2GiB, not less. > Expand the SD card image to this size before using it. > > Signed-off-by: Philippe Mathieu-Daudé > --- > tests/acceptance/boot_linux_console.py | 9 +++-- > 1 file

Re: [PATCH 5/9] tests/acceptance: Use image_expand() in test_arm_orangepi_uboot_netbsd9

2021-07-05 Thread Willian Rampazzo
On Wed, Jun 23, 2021 at 3:08 PM Philippe Mathieu-Daudé wrote: > > The NetBSD OrangePi image must be at least 2GiB, not less. > Expand the SD card image to this size before using it. > > Signed-off-by: Philippe Mathieu-Daudé > --- > tests/acceptance/boot_linux_console.py | 9 +++-- > 1 file

[PATCH 5/9] tests/acceptance: Use image_expand() in test_arm_orangepi_uboot_netbsd9

2021-06-23 Thread Philippe Mathieu-Daudé
The NetBSD OrangePi image must be at least 2GiB, not less. Expand the SD card image to this size before using it. Signed-off-by: Philippe Mathieu-Daudé --- tests/acceptance/boot_linux_console.py | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git