<div dir="ltr">I got a new SDHC card, and tried installing FSO and OM2008.8 to boot off it.<div><br></div><div>I had problems, which I believe I tracked down to the fact that there are no /dev/mmcblk0, /dev/mmcblk0p1, etc devices in the file systems distributed.</div>
<div><br></div><div>U-boot starts the kernel OK, but when the kernel tries to mount the root filesystem, it fails because the device node /dev/mmcblk0p1 for example above can&#39;t be found. Creating these manually with:</div>
<div><br></div><div>(in the /dev directory of the card)</div><div>mknod mmcbkl0 b 179 0</div><div>mknod mmcblk0p1 b 179 1</div><div><div>mknod mmcblk0p2 b 179 2</div><div><div>mknod mmcblk0p3 b 179 3</div><div><br></div><div>
Seems to have fixed the problem.</div><div><br></div><div>Note that I booted with the kernel on the same partition as the root file system.</div><div><br></div><div>I would recommend that these device nodes be created in the distributed root file systems.</div>
<div><br></div><div>/Erland</div><div><br></div></div></div></div>