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

2019-10-28 Thread Cleber Rosa
On Mon, Oct 28, 2019 at 08:34:37AM +0100, Philippe Mathieu-Daudé wrote: > From: 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 Devi

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

2019-10-28 Thread Cleber Rosa
On Mon, Oct 28, 2019 at 08:34:37AM +0100, Philippe Mathieu-Daudé wrote: > From: 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 Devi

[PATCH 22/26] tests/boot_linux_console: Boot Linux and run few commands on raspi3

2019-10-28 Thread Philippe Mathieu-Daudé
From: 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/ Th