Page 1 of 1
System daemons terminating abnormally

Posted:
Wed Jun 03, 2015 8:55 am
by ArunD
Re: System daemons terminating abnormally

Posted:
Wed Jun 03, 2015 11:42 am
by ArunD
Re: System daemons terminating abnormally

Posted:
Wed Jun 03, 2015 6:16 pm
by ArunD
Re: System daemons terminating abnormally

Posted:
Thu Jun 04, 2015 7:43 am
by ArunD
The e-hw-rev and parallella-thermald failures seem to be occurring because of missing '/dev/epiphany' device file. Is this not created because 'udev' does not have the drivers for Epiphany built in, or is it because the Epiphany hardware was not detected by the driver? Since I have used the ready kernel from Parallella's site I am assuming that the driver is built into the kernel.
What am I still missing?
Re: System daemons terminating abnormally

Posted:
Thu Jun 04, 2015 9:35 am
by ArunD
Re: System daemons terminating abnormally

Posted:
Thu Jun 04, 2015 11:23 am
by ArunD
Following the instructions posted at I was able to build a kernel, and it is bootable. The 'parallella-thermald' and 'e-hw-rev' both function as expected.
The kernel is HDMI console, but I believe it's a minor issue to get the serial console to work.
Posts by contributors have been valuable to make this quick, thanks! Although, even this much time could be saved should the release notes or equivalent for changes are updated appropriately.
Re: System daemons terminating abnormally

Posted:
Thu Jun 04, 2015 6:50 pm
by ArunD
Follow on for enabling the serial console:
The kernel generated earlier has support for serial console, just that the device tree file that provides the kernel boot paraneters line parameters did not include "console=ttyPS0,115200". I used the device compiler and generated the dtb file, and now have the serial console functional.