Re: [uClinux-dev] keep jffs2 from scanning uClinux ROMFs?

2012-12-11 Thread Erwin Authried
you should specify rootfstype=romfs on the kernel commandline. -Erwin Am Monday, den 10.12.2012, 21:08 -0800 schrieb Steve deRosier: > Everything is going fine (I can boot, the system is all good, I can > even see MTD partitions I've setup), until I enable jffs2 support. > Then on boot, it seems

Re: [uClinux-dev] keep jffs2 from scanning uClinux ROMFs?

2012-12-11 Thread Steve deRosier
Erwin, Thank you. I knew I was missing something simple. Your suggestion fixed the problem. Now on to the next issue... Thanks, - Steve On Tue, Dec 11, 2012 at 12:27 AM, Erwin Authried wrote: > you should specify rootfstype=romfs on the kernel commandline. > > -Erwin > > Am Monday, den 10.12

[uClinux-dev] jffs to jffs2 filesystem

2012-12-11 Thread Steve deRosier
Is there anyway to upgrade an old jffs filesystem to jffs2? After getting jffs2 and mtd working properly on my new kernel image, I tried to mount the existing flash. Bad fail. Long story short, I eventually noticed the existing flash is formatted with old v1 jffs, not jffs2. Trying to mount it as