I have been attempting to run meego on a BeagleBoard. I've had some success by simply using a percompiled 2.6.32 kernel from Ångström and the n900 filesystem with some small fixes (the serial port is /dev/ttyS2 and not /dev/ttyS0 as the system is set up for, for instance).
However, my current problem is that this kernel has a watchdog timer enable with NOWAYOUT set, meaning that once it is triggered it will not stop. This is not a problem in Ångström, because it does not touch /dev/watchdog during the boot, meaning the watchdog timer is never started. However, meego seems to touch it somewhere late in the boot process, and thus it will reboot after a minute. (The kernel will output "omap_wdt: Unexpected close, not stopping!" when this happens.) I've tried searching for where /dev/watchdog is accessed with little luck. Does anyone else have any idea where this could happen? -- Dag Agren <> [email protected] <> http://www.abo.fi/~dagren/ _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev
