Hi all, Currently I am working on bringing up Tizen on Ti platform which supports 2.6.37 kernel. With file system created using mic, I tried booting the device. Most of the services were able to start by systemd except getting shell prompt, where it says *"Dependency failed. Could not initialize ttyO0 ABORT."* As Auke-jan mentioned that I have to use the kernel 2.6.39 or later, else back port the 2.6.39 packages to 2.6.37. What kind of changes I need to make?
I have added Linux kernel config options CONFIG_DEVTMPFS and CONFIG_DEVTMPFS_MOUNT. Also support for cgroups and fanotify are added, but I am not getting shell prompt yet. Can some one please briefly elaborate the procedure to back port the 2.6.39 systemd features to 2.6.37. Please let me know for any other info needed. Thanks On Tue, Feb 5, 2013 at 11:50 PM, Douglas, William <[email protected] > wrote: > On Mon, Feb 4, 2013 at 9:25 PM, abhishek tejaswi > <[email protected]> wrote: > > Hi Auke-jan, > > Thanks for your response. > > Currently I am using 2.6.37 kernel which is older than the kernel version > > you have mentioned. However I have added Linux kernel config options > > CONFIG_DEVTMPFS and CONFIG_DEVTMPFS_MOUNT. Also support for cgroups and > > fanotify are added. I compiled the kernel and there are no issues with > > kernel. I have created the filesystem image using mic with armv7l repo in > > kick start file. Are there any changes I need to make in > kernel/filesystem > > so that they are compatible with each other and systemd works fine. Can > you > > give me any pointers missing in 2.6.37, which need to be back ported from > > 2.6.39. > > I have attached kick start file that I used to create filesystem for your > > reference. > > From looking at your boot log and your kickstart it seems like your > problem is trying to mount a /csa partition that likely doesn't exist > judging from what you created in the kickstart. You should be able to > remove the /csa mount line from /etc/fstab and get further (or create > the partition if you really need it though I don't know why you > would). >
_______________________________________________ General mailing list [email protected] https://lists.tizen.org/listinfo/general
