From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1OAfZT-0005TT-7c for qemu-devel@nongnu.org; Sat, 08 May 2010 04:39:39 -0400 Received: from [140.186.70.92] (port=53910 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OAfZQ-0005TL-J3 for qemu-devel@nongnu.org; Sat, 08 May 2010 04:39:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OAfZO-0000Up-MN for qemu-devel@nongnu.org; Sat, 08 May 2010 04:39:36 -0400 Received: from moutng.kundenserver.de ([212.227.17.8]:61327) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OAfZO-0000Ue-6f for qemu-devel@nongnu.org; Sat, 08 May 2010 04:39:34 -0400 Message-ID: <4BE52338.3040401@mail.berlios.de> Date: Sat, 08 May 2010 10:39:20 +0200 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] running qemu-system-mipsel with VGA graphic mode based malta board kernel References: <121fadb81002030023uba7d71cn5ab5bfa5beb9addb@mail.gmail.com> <20100206213716.GD15349@volta.aurel32.net> <4B6DFCA0.50306@mail.berlios.de> <121fadb81002102240m591d0ea7j956278cb3334794d@mail.gmail.com> In-Reply-To: <121fadb81002102240m591d0ea7j956278cb3334794d@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: daniel tian Cc: qemu-devel@nongnu.org, Aurelien Jarno Am 11.02.2010 07:40, schrieb daniel tian: > 2010/2/7 Stefan Weil: > >> Aurelien Jarno schrieb: >> >>> On Wed, Feb 03, 2010 at 04:23:01PM +0800, daniel tian wrote: >>> >>> >>>> Hi, Aurelien Jarno: >>>> >>>> I just encounter a problem in running kernel on qemu mips malta board, >>>> I don't know how to bring up the graphic mode. >>>> with the option --nographic, it's ok: the kernel and rootfs run successfully. >>>> >>>> But I after removing the --nographic, qemu window is black-blank, no >>>> single word was displayed. >>>> >>>> I am wondering whether the graphic mode is supported in qemu mips-malta board. >>>> >>>> >>>> >>> I personally haven't been able to get the graphic mode working with >>> mips-malta, but patches are welcome. >>> >>> >>> >> At least framebuffer works for me (Tux in upper left corner >> during boot) with all malta variants (big/little endian 32/64 bit). >> >> > so what the command to bringup qemu? > > Anyways, thanks for you guys suggestions. > For linux, you need cirrusfb - either compiled into the kernel (CONFIG_FB_CIRRUS=y) or loaded as a module. Then the default options should be sufficient for malta.