Re: ENOENT creating /dev/root on MTD RAM partition

2007-04-02 Thread John Williams
Olaf Hering wrote: On Mon, Apr 02, John Williams wrote: Any comments or suggestions on a possible cause or approach to track it down would be greatly appreciated. Just a guess: Check if '/dev' exists. I think it is now possible to not add the built-in cpio archive with the mandatory /dev, /de

Re: ENOENT creating /dev/root on MTD RAM partition

2007-04-02 Thread Olaf Hering
On Mon, Apr 02, John Williams wrote: > Any comments or suggestions on a possible cause or approach to track it > down would be greatly appreciated. Just a guess: Check if '/dev' exists. I think it is now possible to not add the built-in cpio archive with the mandatory /dev, /dev/console and /root

ENOENT creating /dev/root on MTD RAM partition

2007-04-02 Thread John Williams
Hello, I'm working on the 2.6 kernel port for MicroBlaze (embedded, NOMMU) arch. Like some other nommu archs, we typically mount root on an MTD RAM partition (either CRAMFS or ROMFS). All of this is working fine on 2.6.19 plus SnapGear 2.6.19-uc0-bigpatch NOMMU patchset. However, since comi