Antonio Petricca
Antonio Petricca
Hi, how to recompile it on kernel 5.4 (the latest supported by Ubuntu 18,04)?
Yes, it is. Now I would know which setting should I enabled in order to get a fully RT kernel.
COuld somebody suggest how to compile my kernel in order to make the waning icon a green success icon?
HI found my answer in code: ```python class CadenceSystemCheck_kernel(CadenceSystemCheck): def __init__(self): CadenceSystemCheck.__init__(self) self.name = self.tr("Current kernel") uname3 = os.uname()[2] versionInt = [] versionStr = uname3.split("-",1)[0] versionSplit = versionStr.split(".") for split...
Hi, which is the settings I should enable in order to compile a full RT kernel?
In order to get rid of it I had to generate the deb package and use it in place of the `make install`. **NB:** the package is build ever as...
Same issue for me!
Any chance to support this format?
Hi , I will try doing it as soon as I will get enough time. :) Could you kindly provide building and debugging information? **Edit:** I managed how to build...