Re: [PATCH 1/6] tests/boot_linux_console: Add initrd test for the CubieBoard

2020-01-03 Thread Wainer dos Santos Moschetta
On 12/31/19 9:41 AM, Philippe Mathieu-Daudé wrote: On 12/30/19 9:52 PM, Wainer dos Santos Moschetta wrote: On 12/30/19 9:09 AM, Philippe Mathieu-Daudé wrote: This test boots a Linux kernel on a CubieBoard and verify the serial output is working. The kernel image and DeviceTree blob are built

Re: [PATCH 1/6] tests/boot_linux_console: Add initrd test for the CubieBoard

2019-12-31 Thread Philippe Mathieu-Daudé
On 12/30/19 9:52 PM, Wainer dos Santos Moschetta wrote: On 12/30/19 9:09 AM, Philippe Mathieu-Daudé wrote: This test boots a Linux kernel on a CubieBoard and verify the serial output is working. The kernel image and DeviceTree blob are built by the Armbian project (based on Debian): https://doc

Re: [PATCH 1/6] tests/boot_linux_console: Add initrd test for the CubieBoard

2019-12-30 Thread Wainer dos Santos Moschetta
On 12/30/19 9:09 AM, Philippe Mathieu-Daudé wrote: This test boots a Linux kernel on a CubieBoard and verify the serial output is working. The kernel image and DeviceTree blob are built by the Armbian project (based on Debian): https://docs.armbian.com/Developer-Guide_Build-Preparation/ The c

[PATCH 1/6] tests/boot_linux_console: Add initrd test for the CubieBoard

2019-12-30 Thread Philippe Mathieu-Daudé
This test boots a Linux kernel on a CubieBoard and verify the serial output is working. The kernel image and DeviceTree blob are built by the Armbian project (based on Debian): https://docs.armbian.com/Developer-Guide_Build-Preparation/ The cpio image used comes from the linux-build-test project: