[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: JFFS doubts
Doesn't sound like a JFFS problem. You're probably asking on the wrong list.
harishankkar@xxxxxxx.com said:
> erase /dev/mtd0 4
> It erased the blocks there.
Are you sure? Doesn't the 4 mean that you don't start erasing at the
beginning of the partition?
> Now I tried copying the kernel again to the same block
> by cp zImage /dev/mtd0. Is this correct?
Try "eraseall /dev/mtd0 ; cp zImage /dev/mtd0" or just
"cp zImage /dev/mtdblock0"
--
dwmw2
To unsubscribe from this list: send the line "unsubscribe jffs-dev" in
the body of a message to majordomo@xxxxxxx.com
- References:
- JFFS doubts
- From: "Harishankkar" <harishankkar@xxxxxxx.com>