On Wed, 2010-03-10 at 16:08 +0000, Martyn Welch wrote: > Martyn Welch wrote: > > Tom Rini wrote: > > > >> On Wed, 2010-03-10 at 13:54 +0000, Martyn Welch wrote: > >>> + > >>> +KERNEL_IMAGETYPE = "uImage" > >>> +UBOOT_ENTRYPOINT = "0" > >>> + > >>> +UBOOT_MACHINE = "P2020DS_config" > >>> + > >>> +# Need to create jffs2 images with the correct endianess > >>> +EXTRA_IMAGECMD_jffs2 = " --big-endian -e 0x40000" > >>> > >>> > >> A guess, --no-cleanmarkers as well? > >> > >> > > Huh, didn't know about them, so I guess so. > > > Actually, reading up on this, isn't that option just for NAND? > > This board has both NAND and NOR, but we tend to use the NOR for the OS.
I don't have one sitting in front of me, so I won't argue about wanting to use NAND for this too or not. After poking someone else real quick, this only popped into my head, presumably anyhow, from a short while when we did JFFS2 on NAND. So you can disregard that comment. -- Tom Rini <[email protected]> Mentor Graphics Corporation _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
