Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Real time kernel #17

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Real time kernel #17

wants to merge 12 commits into from

Conversation

PabloGN
Copy link

@PabloGN PabloGN commented Jan 16, 2016

Hi.
I think it works quite well. I am not (yet :-) ) an expert but the only problem I see is that the Raspberry hangs up when it has a high load, maybe due to CPU temperature or this situation, at line 222 in http://www.mjmwired.net/kernel/Documentation/RCU/stallwarn.txt
It is my first PR so you tell me...
Thank you!

# Parches RT patches
if [ ! -z $RT ]; then
if [ ! -f $LINUX_KERNEL/patch-4.1.13-rt14.patch ]; then
<<<<<<< HEAD
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@PabloGN Thanks for the PR. But Travis found a problem with it. Seems you have to resolve this merge conflict.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, it was a small mistake... Do I need to PR again?

I am a noobie, yes I know...
Build Real Time kernel
@PabloGN
Copy link
Author

PabloGN commented Jan 17, 2016

Travis CI: "The job exceeded the maxmimum time limit for jobs, and has been terminated."

@StefanScherer
Copy link
Member

@PabloGN I have opened an issue #18 with the Travis CI timeout problem. We recently switched from our Drone build to public Travis build and have to solve this issue.

@StefanScherer
Copy link
Member

@PabloGN Have you seen our image-builder-rpi repo where we build the SD card image for upcoming versions of HypriotOS. Do you think a separate SD card image for real time Linux makes sense?

As the CircleCI build works without the timeout problem you could try to build both the RT kernel and a forked image-builder-rpi to build a RT version of the SD card image.

@PabloGN
Copy link
Author

PabloGN commented Apr 7, 2016

OK, I'll have a look to that build system (image-builder-rpi), thank you for your work!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants