gproduct
Posts: 59
Joined: Tue Aug 11, 2015 1:27 pm

RTOS on Raspberry Pi 2

Tue Apr 26, 2016 7:52 am

Hello!
I'm interested in RTOS. I worked with it a little bit on ts board.
But I want it to work on my rpi2.
I would use it as a robot "brain".
It needs to communicate, move servos, detect sensor etc.
I was searching a bit and I found yagarto. I was working with freertos on my ts board.
I don't know how to install and what to install.
Thx

Pithagoros
Posts: 578
Joined: Wed Nov 12, 2014 8:16 pm

Re: RTOS on Raspberry Pi 2

Tue Apr 26, 2016 8:12 am

FreeRTOS is a useful thing to add to your knowledge base, though there are usually easier ways to do things it's a good learning experience and will give you another string to your bow.

James Walmsley has done the port for Pi.

https://github.com/jameswalmsley/RaspberryPi-FreeRTOS

https://github.com/jameswalmsley/RaspberryPi-FreeRTOS

gproduct
Posts: 59
Joined: Tue Aug 11, 2015 1:27 pm

Re: RTOS on Raspberry Pi 2

Tue Apr 26, 2016 6:09 pm

Okay great!
But how do I use this, do I need raspbian with this or?

Return to “General discussion”