qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Maintainers, please tell us how to boot your machines!


From: Thomas Huth
Subject: Re: [Qemu-devel] Maintainers, please tell us how to boot your machines!
Date: Fri, 22 Mar 2019 05:54:12 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.0

On 15/03/2019 20.06, Aleksandar Markovic wrote:
>> From: Thomas Huth <address@hidden>
>> Subject: Re: Maintainers, please tell us how to boot your machines!
>>
>>> On Tue, Mar 12, 2019 at 6:44 PM Markus Armbruster <address@hidden>
>>> wrote:
>> [...]
>>>> I gathered the machine types, mapped them to source files, which I
>>>> fed to get_maintainer.pl.  Results are appended.  If you're cc'ed,
>>>> MAINTAINERS fingers you for at least one machine type's source file.
>>>> Please tell us for all of them how to to a "meaningful" boot test.
>> [...]
>>>>     = hw/mips/mips_mipssim.c =
>>>>     Aleksandar Markovic <address@hidden> (odd fixer:Mipssim)
>>>>     Aleksandar Rikalo <address@hidden> (reviewer:Mipssim)
>>>>     Aurelien Jarno <address@hidden> (maintainer:MIPS)
>>>
>>> See this thread:
>>> http://lists.nongnu.org/archive/html/qemu-devel/2018-04/msg04071.html
>>
>> You can still create an image for the mipssim machine with "buildroot".
>> It's cumbersome, and you've got to use an older Linux kernel (< 3.6
>> IIRC), but it's doable. I once built an image for this machine a couple
>> of months ago. Let me know if you want it.
>>
> 
> Thomas,
> 
> That would be great! Please attach the procedure you use, it is a valuable
> information. I truly appreciate your participation!

Here we go (finally):

 wget https://buildroot.org/downloads/buildroot-2014.11.tar.bz2
 tar -xaf buildroot-2014.11.tar.bz2
 cd buildroot-2014.11/
 make menuconfig

Target Options:
 Target Architecture = MIPS little endian
 Target Arch Variant = mips32r2
 Soft float = y

Kernel:
 Kernel = y
 Kernel version = 3.6.11
 Kernel config = defconfig
 Defconfig name = mipssim
 Kernel binary format = vmlinux

Toolchain:
 Kernel Headers Version = manually
  linux version = 3.6.11
  Custom kernel header series = 3.6.x

Filesystem images:
 initial RAM filesystem linked into linux kernel =y

... then exit and save the config, and finally type "make".

Then you should be able to run:

 qemu-system-mipsel -M mipssim -nographic -kernel output/images/vmlinux


 HTH,
  Thomas



reply via email to

[Prev in Thread] Current Thread [Next in Thread]