Re: [U-Boot-Users] dd to generate image.

2008-03-16 Thread Tim Chen
Thanks, my problem fixed. On Fri, Mar 14, 2008 at 11:24 PM, Wolfgang Denk <[EMAIL PROTECTED]> wrote: > In message <[EMAIL PROTECTED]> you wrote: > > > > I'm using dd to generate the u-boot+kernel+rootfs image. -- -- Regards, Tim. --

Re: [U-Boot-Users] dd to generate image.

2008-03-14 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > I'm using dd to generate the u-boot+kernel+rootfs image. > I executed command like.. > dd if=rootfs.jffs2 of=kernel.img bs=1 seek=ROOTFS_OFFSET > But dd is quite slow, generating a 64MB image spends about 5 minutes. Hm... you must be on a very slow mac

Re: [U-Boot-Users] dd to generate image.

2008-03-14 Thread Richard Genoud
2008/3/14, Tim Chen <[EMAIL PROTECTED]>: > Hi, > I'm using dd to generate the u-boot+kernel+rootfs image. > I executed command like.. > dd if=rootfs.jffs2 of=kernel.img bs=1 seek=ROOTFS_OFFSET > But dd is quite slow, generating a 64MB image spends about 5 minutes. > I have changed bs=1 to bs=1

[U-Boot-Users] dd to generate image.

2008-03-14 Thread Tim Chen
Hi, I'm using dd to generate the u-boot+kernel+rootfs image. I executed command like.. dd if=rootfs.jffs2 of=kernel.img bs=1 seek=ROOTFS_OFFSET But dd is quite slow, generating a 64MB image spends about 5 minutes. I have changed bs=1 to bs=1024 or bigger, but the outputted image size is wrong, too