From mboxrd@z Thu Jan 1 00:00:00 1970 From: Corentin Labbe Subject: Running linux on qemu omap Date: Mon, 20 May 2019 21:05:33 +0200 Message-ID: <20190520190533.GA28160@Red> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+gceq-qemu-devel2=m.gmane.org@nongnu.org Sender: "Qemu-devel" To: linux-omap@vger.kernel.org, qemu-devel@nongnu.org List-Id: linux-omap@vger.kernel.org Hello I am working on adding a maximum set of qemu machine on kernelCI. For OMAP, five machine exists and I fail to boot any of them. The maximum I can get with omap1_defconfig is qemu-system-arm -kernel zImage -nographic -machine cheetah -append 'root=/dev/ram0 console=ttyO0' Uncompressing Linux... done, booting the kernel. then nothing more. Does someone have a working config+version to share ? Thanks Regards