public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* Problems with sumtool with linux-mtd 1.0
@ 2006-11-23 16:07 Paolo Scaffardi
  2006-11-23 16:55 ` Zoltan Sogor
  0 siblings, 1 reply; 2+ messages in thread
From: Paolo Scaffardi @ 2006-11-23 16:07 UTC (permalink / raw)
  To: linux-mtd

Hi there!
I'm developing for a arm cirrus ep9302-based board target. The build
system was based on an older mtd version. I upgraded to version 1.0.
Now, it seems i have a problem using sumtool (that was never used before
by build system after creating jffs2).

I correctly made my jffs2 filesystem for my on-board flash (intel, NOR
type, 128Kb x 128 blocks) with this cmd:

mkfs.jffs2 --pad=$((8*1024*1024)) --eraseblock=$((128*1024)) -d
/opt/mydir -o image.jffs2

Then i called sumtool with:

sumtool --pad --eraseblock=$((128*1024)) --input=image.jffs2
--output=image2.jffs2

The problem is that the second images was really smaller than the first
one (384Kb).

Why that?
Sumtool dont give me any error!

Bye,
Paolo Scaffardi
GFP Lab s.r.l.
http://www.gfplab.com
fax 178 2258454

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Problems with sumtool with linux-mtd 1.0
  2006-11-23 16:07 Problems with sumtool with linux-mtd 1.0 Paolo Scaffardi
@ 2006-11-23 16:55 ` Zoltan Sogor
  0 siblings, 0 replies; 2+ messages in thread
From: Zoltan Sogor @ 2006-11-23 16:55 UTC (permalink / raw)
  To: linux-mtd

Hi Paolo!

I think there is no problem with sumtool.

If you run sumtool with --pad parameter then it pads the OUTPUT file with
0xFF to the end of the last used eraseblock.

If you have empty eraseblocks at the end of your INPUT image then the 
sumtool
skips those.

Zoltan

Paolo Scaffardi wrote:
> Hi there!
> I'm developing for a arm cirrus ep9302-based board target. The build
> system was based on an older mtd version. I upgraded to version 1.0.
> Now, it seems i have a problem using sumtool (that was never used before
> by build system after creating jffs2).
>
> I correctly made my jffs2 filesystem for my on-board flash (intel, NOR
> type, 128Kb x 128 blocks) with this cmd:
>
> mkfs.jffs2 --pad=$((8*1024*1024)) --eraseblock=$((128*1024)) -d
> /opt/mydir -o image.jffs2
>
> Then i called sumtool with:
>
> sumtool --pad --eraseblock=$((128*1024)) --input=image.jffs2
> --output=image2.jffs2
>
> The problem is that the second images was really smaller than the first
> one (384Kb).
>
> Why that?
> Sumtool dont give me any error!
>
> Bye,
> Paolo Scaffardi
> GFP Lab s.r.l.
> http://www.gfplab.com
> fax 178 2258454
>
> ______________________________________________________
> Linux MTD discussion mailing list
> http://lists.infradead.org/mailman/listinfo/linux-mtd/
>   

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-11-23 16:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-23 16:07 Problems with sumtool with linux-mtd 1.0 Paolo Scaffardi
2006-11-23 16:55 ` Zoltan Sogor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox