From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shinya Kuribayashi Date: Sun, 23 Dec 2007 22:31:25 +0900 Subject: [U-Boot-Users] Target support for qemu -M mips In-Reply-To: <476E55B3.3030901@comsys.ro> References: <47666359.3060702@comsys.ro> <47669CB5.8040801@ruby.dti.ne.jp> <4766A944.90300@comsys.ro> <476E2508.5020909@ruby.dti.ne.jp> <20071223103710.GA11793@game.jcrosoft.org> <476E55B3.3030901@comsys.ro> Message-ID: <476E632D.9070604@ruby.dti.ne.jp> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Vlad Lungu wrote: > Jean-Christophe PLAGNIOL-VILLARD wrote: >> On 18:06 Sun 23 Dec , Shinya Kuribayashi wrote: >> >>> Vlad Lungu wrote: >>> >>>> make qemu_mips_config ; make >>>> >>>> Copy (or symlink) u-boot.bin to mips_bios.bin and launch >>>> qemu-system-mips -L . /dev/null >>>> -L . so that qemu picks the BIOS from the current directory and >>>> /dev/null because qemu wants a disk image. Qemu willl load and >>>> launch U-Boot. >>>> >>> $ cd u-boot.git >>> $ make distclean >>> $ make qemu_mips_config >>> $ make CROSS_COMPILE=mips-linux- >>> $ cp -a u-boot.bin mips_bios.bin >>> $ qemu-system-mips -L . /dev/nulll >>> >>> at this point, qemu console window appears but I can't see any u-boot's >>> bootlog. I tried qemu on Debian testing or the latest CVS, but the same >>> results. >>> >>> >> >> I've test it on debian unstable with qemu from it and it's work with >> this cmd >> >> qemu-system-mips -L . /dev/null -nographic >> > Thanks, J-C. You beat me to it. It's etiher that to work without a > graphical interface or press Ctrl-Alt-3 to get to > the serial console (Ctrl-Alt-2 is the qemu monitor shortcut, Ctrl-Alt-1 > is the VGA emulation, unused and probably not working). Thanks, now boots fine. I'll try ide and network. Shinya