[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] /dev/mtd emulation
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-devel] /dev/mtd emulation |
Date: |
Wed, 9 Feb 2011 08:13:18 +0000 |
On Wed, Feb 9, 2011 at 7:18 AM, Anton L. Vinokurov <address@hidden> wrote:
> ~ # dmesg | grep mtd
>
> ~ #
Have you tried qemu -drive if=mtd,file=/path/to/firmware?
QEMU has some flash emulation code in
hw/{nand.c,onenand.c,pflash_cfi01.c,pflash_cfi02.c}. I've never used
them but perhaps someone else can help if you provide more details
about the hardware you are trying to emulate.
Stefan