public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] Squashfs
@ 2006-03-01 15:33 Brian Johnson
  2006-03-01 16:07 ` Wolfgang Denk
  2006-03-02 16:54 ` Tolunay Orkun
  0 siblings, 2 replies; 3+ messages in thread
From: Brian Johnson @ 2006-03-01 15:33 UTC (permalink / raw)
  To: u-boot

Just getting started with this stuff so I hope I don't ask too many newbie
questions

I've read that squashfs is supposed to be an improvement over cramfs but I
couldn't find any info about squashfs in the terrific U-Boot info at
http://www.denx.de/wiki/view/DULG

Is it basically the same setup as for a cramfs root?

How would it rank in the table shown at
http://www.denx.de/wiki/view/DULG/RootFileSystemSelection ?

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

* [U-Boot-Users] Squashfs
  2006-03-01 15:33 [U-Boot-Users] Squashfs Brian Johnson
@ 2006-03-01 16:07 ` Wolfgang Denk
  2006-03-02 16:54 ` Tolunay Orkun
  1 sibling, 0 replies; 3+ messages in thread
From: Wolfgang Denk @ 2006-03-01 16:07 UTC (permalink / raw)
  To: u-boot

In message <20060301.anF.55534500@192.168.0.1> you wrote:
> Just getting started with this stuff so I hope I don't ask too many newbie
> questions

You can ask as many questions as you like, but please ake  sure  they
are U-Boot related.

> I've read that squashfs is supposed to be an improvement over cramfs but I
...
> Is it basically the same setup as for a cramfs root?

This is off topic here. For squashfs related help you should probably
start RTFM, for example the "SquashFS HOWTO".

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Do not underestimate the value of print statements for debugging.

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

* [U-Boot-Users] Squashfs
  2006-03-01 15:33 [U-Boot-Users] Squashfs Brian Johnson
  2006-03-01 16:07 ` Wolfgang Denk
@ 2006-03-02 16:54 ` Tolunay Orkun
  1 sibling, 0 replies; 3+ messages in thread
From: Tolunay Orkun @ 2006-03-02 16:54 UTC (permalink / raw)
  To: u-boot

Brian Johnson wrote:
> Just getting started with this stuff so I hope I don't ask too many newbie
> questions
> 
> I've read that squashfs is supposed to be an improvement over cramfs but I
> couldn't find any info about squashfs in the terrific U-Boot info at
> http://www.denx.de/wiki/view/DULG
> 
> Is it basically the same setup as for a cramfs root?
> 
> How would it rank in the table shown at
> http://www.denx.de/wiki/view/DULG/RootFileSystemSelection ?

We use UImage based on squashfs (gzip) in our UImage. U-Boot does not 
care what type of file system is in UImage formatted file. It only cares 
the file is a proper UImage. If you are looking at any U-Boot commands 
to deal with files inside the squashfs image U-Boot does not provide any 
such support.

Why don't you try generating cramfs and squashfs etc. based UImage files 
using your root file system contents and compare. Here is some date for 
you based on our PPC405PR based system which may or might not be 
representative.

RAM Memory After Boot:
fs_type available used free
ext2  30724 17636 13088
cramfs  30724 9700 21024
squashfs  30724 9800 20924

File System Size:
fs_type uncompessed gzip bzip2
ext2  11564032 3183668 2922595
cramfs  3805184 3783755 3736662
squashfs  3203072 3182423 3157283

Best regards,
Tolunay

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

end of thread, other threads:[~2006-03-02 16:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-01 15:33 [U-Boot-Users] Squashfs Brian Johnson
2006-03-01 16:07 ` Wolfgang Denk
2006-03-02 16:54 ` Tolunay Orkun

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