> hwclock: can't open '/dev/misc/rtc': No such file or directory > Thu Jan 31 16:02:00 UTC 2013 > hwclock: can't open '/dev/misc/rtc': No such file or directory > > (hangs) >
Hi Robert, I don't have your board but I've seen a similar issue before caused by using a recent udev and not having enabled CONFIG_DEVTMPFS=y on your kernel config. The problem is that since udev-182, udev no longer creates device nodes under /dev and this has to be managed by the kernel devtmpfs filesystem. This means that a kernel built without devtmpfs config will not boot since there won't be any device files on /dev. Hope it helps, Javier _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
