Re: [PATCH 18/19] tests/boot_linux_console: Boot Linux and run few commands on raspi3

2019-10-09 Thread Philippe Mathieu-Daudé
On 10/9/19 6:12 PM, Cleber Rosa wrote: On Thu, Sep 26, 2019 at 07:34:26PM +0200, Philippe Mathieu-Daudé wrote: Add a test which boots Linux and run basic commands using the serial port console. The kernel image is built by the Debian project: https://wiki.debian.org/RaspberryPi The DeviceTree

Re: [PATCH 18/19] tests/boot_linux_console: Boot Linux and run few commands on raspi3

2019-10-09 Thread Cleber Rosa
On Thu, Sep 26, 2019 at 07:34:26PM +0200, Philippe Mathieu-Daudé wrote: > Add a test which boots Linux and run basic commands using the serial > port console. > > The kernel image is built by the Debian project: > https://wiki.debian.org/RaspberryPi > > The DeviceTree blob comes from the official

[PATCH 18/19] tests/boot_linux_console: Boot Linux and run few commands on raspi3

2019-09-26 Thread Philippe Mathieu-Daudé
Add a test which boots Linux and run basic commands using the serial port console. The kernel image is built by the Debian project: https://wiki.debian.org/RaspberryPi The DeviceTree blob comes from the official Raspberry Pi project: https://www.raspberrypi.org/ The cpio image used comes from th