Hello all,
I am still working on running Jessie on the ConnectCore 6, and I am facing several problems.
My first approach is to run the digi’s yocto kernel a Jessie rootfs. Kernel and init correctly start but:
• Udev cannot start. It claims the mandatory devtempfs is missing ;
• After a while (after starting the cron deamon) Init tries all runlevels (3, 1, 5, 6, 2, 4) and complains “(runlevel id) respawining too fast: disabled for 5 minutes”
I have tried to modify the inittab, without success. I cannot get back any terminal. It seems the new systemd replacing the old fashion initd requires the dbus running, relies on the udev, which previously didn’t start…
So I have tried to build a new linux 4.0.0 with the devtempfs, but it seems to lack some drivers and panics just after successfully mounting the mmc1blk2 ext4 image on the rootfs.
Here are my questions:
• Is there a Jessie distribution ready for the ConnectCore6?
• Where can I find a complete linux 4.0.0 kernel configuration?
• Are there specifics drivers that are not integrated on vanilla kernel?
• What more did I miss?
Thank you very much, any help is welcome,