[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [qemu]: How to use qemu to run 64MB bmc image?
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [qemu]: How to use qemu to run 64MB bmc image? |
Date: |
Thu, 6 Aug 2020 17:12:44 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 |
On 8/6/20 3:54 PM, Cédric Le Goater wrote:
> Hello,
>
> On 8/6/20 3:58 AM, www wrote:
>> Hi Joel Stanley, Andrew Jeffery, Cédric Le Goater,
>>
>> How to modify it so that QEMU can run 64MB BMC image?
>
> You can increase the FW image file size with 'dd' or with :
>
> cat foo foo > bar
>
> if the expected size is 128MB
You can use 'truncate' from coreutils:
$ truncate -s 128M image.bin
>
> C.
>
>> In addition, how to learn the source code of QEMU? Are there any guidelines
>> and reference documents?
>>
>> thanks,
>> Byron
>>
>>
>>
>>
>
>