[U-Boot-Users] jffs2
Holger Schurig
h.schurig at mn-logistik.de
Wed Mar 5 18:25:45 CET 2003
> If you do so, you are better off by reading / writing the raw flash
> WITHOUT any JFFS2 overhead.
Depends on your circumstances.
I for example want to be able to update my kernel over WLAN using "ipkg
update" "ipkg upgrade". Therefore ipkg must be able to access the zImage via
a filesystem --- and the bootloader too.
Maybe you could do run post-install script that copy the zImage to a
mtd-character device that points to this partition, in this case you can life
without JFFS2 support in the bootloader.
More information about the U-Boot
mailing list