03-01-2016, 09:50 PM
(03-01-2016, 12:24 PM)umiddelb Wrote:(03-01-2016, 10:28 AM)Artyom Wrote:(03-01-2016, 10:20 AM)janjwerner Wrote: @Artyom
Thanks for your work, I would suggest forking Longsleep's kernel repo on Github and put the changes in a separate branch. This should help moving forward having your changes visible, also given frequent changes to BSP tree it will help to keep the RT kernel updated.
c
Thank you. But do not thank in advance. Bad sign in Russian)). You must first check if everything is working.
Doesn't compile on arm64, some of the patches may have damaged kernel dependency configuration:
Code:debian@p64:~/kernel/3.10/linux-pine64-pine64-hacks-1.2-RT$ make sun50iw1p1smp_linux_defconfig
arch/arm64/Kconfig:572: can't open file "kernel/power/Kconfig"
/home/debian/kernel/3.10/linux-pine64-pine64-hacks-1.2-RT/scripts/kconfig/Makefile:105: recipe for target 'sun50iw1p1smp_linux_defconfig' failed
make[1]: *** [sun50iw1p1smp_linux_defconfig] Error 1
Makefile:503: recipe for target 'sun50iw1p1smp_linux_defconfig' failed
make: *** [sun50iw1p1smp_linux_defconfig] Error 2
Could you post which patch sets you've applied, please.
Yes of course! For linux kernel 3.10.65 i use that patch https://www.kernel.org/pub/linux/kernel/...9.patch.gz
You can find more information on the application of the patch here https://rt.wiki.kernel.org/index.php/RT_...stallation.
I think it is worth trying to take a pure kernel of the same version and apply the real-time patch first , and then all other patches.
I applied the patch manually using the patch command (patch -p1 ...).
Maybe we should set up a separate forum thread for real-time kernel?