OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: jgrauman on November 05, 2005, 12:16:43 pm

Title: Pdaxrom Errors
Post by: jgrauman on November 05, 2005, 12:16:43 pm
I get these errors after installing pdaXrom, everything seems to be ok, but I was wondering about these errors...

cramfs: wrong magic
FAT: bogus logical sector size 381

Thanks.
Title: Pdaxrom Errors
Post by: kmeaw on November 05, 2005, 01:04:47 pm
Kernel tries to mount root filesystem (/dev/mtdblock2), but it doesn't know it's fs type. So it tries a few (cramfs, fat), but fails. After trying JFFS2, it succeeds and starts /sbin/init. So everything is ok.
Title: Pdaxrom Errors
Post by: cpuffer_zaurus on November 05, 2005, 02:42:37 pm
Quote
Kernel tries to mount root filesystem (/dev/mtdblock2), but it doesn't know it's fs type. So it tries a few (cramfs, fat), but fails. After trying JFFS2, it succeeds and starts /sbin/init. So everything is ok.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=102460\"][{POST_SNAPBACK}][/a][/div]

Cant the root file system type be specified (kernel paramter) or even int he code. Why make the kernel do more work?
Title: Pdaxrom Errors
Post by: Hrw on November 05, 2005, 05:49:56 pm
"rootfstype=jffs2" should probably do it - we use it on c7x0 with 2.6 kernel
Title: Pdaxrom Errors
Post by: bam on November 05, 2005, 08:01:29 pm
same error on tetsu's kernel, bad majick too. Where would you make this change, some config somewhere, or is it a pre-compile option?
Title: Pdaxrom Errors
Post by: plcg on November 06, 2005, 09:50:38 am
Does anyone know what means this "error" during boot process :
"Warning : unable to open an initial console"

Thanks.
plcg
Title: Pdaxrom Errors
Post by: albertr on November 06, 2005, 01:18:52 pm
Quote
Does anyone know what means this "error" during boot process :
"Warning : unable to open an initial console"

Thanks.
plcg
[div align=\"right\"][a href=\"index.php?act=findpost&pid=102542\"][{POST_SNAPBACK}][/a][/div]

it means that /dev/console is missing on jffs2 rootfs. You can create it as a link to /dev/tty1, if this message bothers you.
-albertr