Page 1 of 1

qemu with 128 nand

Posted: Wed Dec 16, 2009 3:42 am
by rayholland
Hi,

I received today my mini2440 with 128mb nand.
Before I flash my board i want to test my build with qemu (buserror).

I have created a 128mb mini2440_nand.bin using :
((128 * 1024 * 1024) / 2048) * (2048 + 16) = 135266304
dd if=/dev/zero of=mini2440_nand.bin bs=135266304 count=1

but qemu still reports 64mb

MINI2440 # nand info

Device 0: NAND 64MiB 3,3V 8-bit, page size 512, sector size 16 KiB
MINI2440 #

How can i change qemu to support 128mb (2K blocks and 128K erase blocks)

Re: qemu with 128 nand

Posted: Mon Dec 21, 2009 8:59 am
by rayholland
solved

Re: qemu with 128 nand

Posted: Sat Oct 08, 2011 3:21 am
by arnolde
would you please share the solution with us?
thanks :-)