RE: JFFS2 for multi-partition Flash
"Fadi Nasser" <[email protected]> Tue, 21 Dec 2004 10:38:55 -0800
| Newsgroups | gmane.linux.file-systems.jffs,gmane.linux.drivers.mtd |
|---|---|
| Message-ID | <[email protected]> |
FYI, I just found out the problem with the padding. If I use the mkfs.jffs2 Tools I downloaded from some site with the -p 0x1ee0000 option, I still Get the 0x100000 total size. Using explicitly --pad=0x1ee0000, I get The desired size. Something to do with (argv[i] == 'p') not being Interpreted properly I guess. -----Original Message----- From: David Woodhouse [mailto:[email protected]] Sent: Tuesday, December 21, 2004 10:19 AM To: Fadi Nasser Cc: Pedro Aguilar; [email protected]; [email protected] Subject: Re: JFFS2 for multi-partition Flash On Tue, 2004-12-21 at 09:51 -0800, Fadi Nasser wrote: > "mknod /dev/mtdblock1 b 31 0" Don't. /dev/mtdblock1 should have minor number 1. The offset which JFFS2 sees is the offset within the _partition_ not on the raw device. -- dwmw2 To unsubscribe from this list: send the line "unsubscribe jffs-dev" in the body of a message to [email protected]