RE: [U-Boot-Users] (no subject)

I used it about a year ago with NAND flash. For NOR the usage is a bit less compelling. As the scan time is slow, you end up using an extra partition for it anyway to keep the time down...might have almost been in raw at that point for nor. Yaffs may be useable now for nand, but don't think anyone has ported it in at the loader yet...
Some of the upsides is you can update using nice file based things at the kernel level if jffs is there, and if you have the time to wait on boot, then you can put it all in a big partition.
Regards, Richard W.
-----Original Message----- From: u-boot-users-admin@lists.sourceforge.net [mailto:u-boot-users- admin@lists.sourceforge.net] On Behalf Of C.Michael Sundius Sent: Thursday, March 31, 2005 4:32 PM To: u-boot-users@lists.sourceforge.net Subject: [U-Boot-Users] (no subject)
Hi,
sorry to be a pest, A while ago I posted a message asking about support for JFFS2 within U-boot.
I didn't get a response so I'm wondering if anyone uses this feature? in reading the code, it seems as though there are many comments indicating that the support is a "less than elegant" implementation. (to be more specific they say have a paper bag ready in case you have to puke :]
that said, does anyone use this feature.. it seems to me that it is very useful to have and many would want it.. on the other hand I know that the JFFS2 people have moved forward and don't support older kernels and thus maybe this code is out of date.. or (more likely) my kernel is out of date.
anyway, if anyone who has some experience with using JFFS2 in concert w/ u-boot could respond, I would be very grateful
btw: the problems I am having seem to be related to reading symbolic links.
thanks for you help
C Michael Sundius Solico Group LLC 232 Nevada St San Francisco, CA 94110 msundius@sundius.com (415)608-0121
This SF.net email is sponsored by Demarc: A global provider of Threat Management Solutions. Download our HomeAdmin security software for free today! http://www.demarc.com/info/Sentarus/hamr30 _______________________________________________ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users
participants (1)
-
Woodruff, Richard