Real-time linux kernel - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4) +--- Forum: Linux on Pine A64(+) (https://forum.pine64.org/forumdisplay.php?fid=6) +--- Thread: Real-time linux kernel (/showthread.php?tid=394) |
RE: Real-time linux kernel - umiddelb - 06-09-2016 (05-29-2016, 02:35 AM)Artyom Wrote: @umiddelb. Hi again. Аs I said earlier we need new kernel. As far as I understand we need kernel version 3.18.11. Additionally, you can read here: Hm, I wouldn't go for the 3.18 kernel since a mainline kernel (4.7) is about to be issued in the next couple of weeks. RE: Real-time linux kernel - Artyom - 06-09-2016 (06-09-2016, 12:22 AM)umiddelb Wrote:Read links. And tell me what you think.(05-29-2016, 02:35 AM)Artyom Wrote: @umiddelb. Hi again. Аs I said earlier we need new kernel. As far as I understand we need kernel version 3.18.11. Additionally, you can read here: RE: Real-time linux kernel - Artyom - 06-09-2016 (06-09-2016, 02:08 AM)Artyom Wrote:As i undestand in the nex few week we have new kernel (4.7) with Pine64 support? I am right?(06-09-2016, 12:22 AM)umiddelb Wrote:Read links. And tell me what you think.(05-29-2016, 02:35 AM)Artyom Wrote: @umiddelb. Hi again. Аs I said earlier we need new kernel. As far as I understand we need kernel version 3.18.11. Additionally, you can read here: RE: Real-time linux kernel - tllim - 06-09-2016 (06-09-2016, 07:49 AM)Artyom Wrote:(06-09-2016, 02:08 AM)Artyom Wrote:As i undestand in the nex few week we have new kernel (4.7) with Pine64 support? I am right?(06-09-2016, 12:22 AM)umiddelb Wrote:Read links. And tell me what you think.(05-29-2016, 02:35 AM)Artyom Wrote: @umiddelb. Hi again. Аs I said earlier we need new kernel. As far as I understand we need kernel version 3.18.11. Additionally, you can read here: Sunxi developers currently work hard on the mainline kernel development. For the status, you can check on Sunxi site or participate if you interest to contribute. Kudos to Sunxi community. RE: Real-time linux kernel - Artyom - 06-09-2016 (06-09-2016, 07:30 PM)tllim Wrote:Hi TLLIM. Please post link.(06-09-2016, 07:49 AM)Artyom Wrote:(06-09-2016, 02:08 AM)Artyom Wrote:As i undestand in the nex few week we have new kernel (4.7) with Pine64 support? I am right?(06-09-2016, 12:22 AM)umiddelb Wrote:Read links. And tell me what you think.(05-29-2016, 02:35 AM)Artyom Wrote: @umiddelb. Hi again. Аs I said earlier we need new kernel. As far as I understand we need kernel version 3.18.11. Additionally, you can read here: RE: Real-time linux kernel - umiddelb - 02-08-2017 Hi @all, since we have a more or less working 4.9 mainline kernel, I was able to apply the latest PREEMPT_RT patches against 4.9.6. You will find the kernel sources here and a ready to extract kernel image here. If you want to modify some of the kernel configuration parameters, I can give you some advice how to do this and how to build a kernel on your own Pine64. Cheers Uli RE: Real-time linux kernel - Learnincurve - 02-08-2017 Hi, I'm wanting to build a rt system for digital audio (squeezebox) using a pine64+ (2GB) running Armbian base system. I've been trying to apply the https://www.kernel.org/pub/linux/kernel/projects/rt/3.10/ patch-3.10.104-rt117 patch set on the Armbian 3.10.104 source tree, following the procedure outlined in the developer guide. https://docs.armbian.com/Developer-Guide_Build-Preparation/ The patches are applied successfully, but I am facing a number of problems with the build. There were failures in various IP tunnelling modules, which I have simply removed from the config, as I don't need them, but now I'm struggling with: Code: MODPOST vmlinux.o │ Can anyone suggest how to fix it? I want to stay with 3.10.104 as vanilla doesn't support the LCD interface (which I need for the touch screen). BR. --Marius-- RE: Real-time linux kernel - umiddelb - 02-08-2017 (02-08-2017, 03:06 AM)Learnincurve Wrote: Hi, You may try to enable CONFIG_HWMON=y in your config. Cheers Uli RE: Real-time linux kernel - Learnincurve - 02-09-2017 Thanks umiddelb! Compilation goes through now, with CONFIG_HWMON compiled in, rather than as a loadable module. RE: Real-time linux kernel - tllim - 02-12-2017 (02-08-2017, 02:33 AM)umiddelb Wrote: Hi @all, Great job |