What are the available open source RTOS for the SAM series besides
FreeRTOS?
What open source RTOS are available for SAM series?
Moderator: nferre
- henkvisser
- Location: San Diego, California
Post
I was also told by an Atmel app engineer that they are currently working with FreeRTOS to include a TCP/IP stack. Hopefully it's not the uIP
stack that is being featured in FreeRTOS.org.
In my original post, I'm interested in embedded RTOS.
FreeRTOS seems to be the only one I can find, but it
doesn't support nested interrupts.
stack that is being featured in FreeRTOS.org.
In my original post, I'm interested in embedded RTOS.
FreeRTOS seems to be the only one I can find, but it
doesn't support nested interrupts.
Post
eCos and redboot on sam7s
I'm also workinng on a eCos for AT91SAM7S... port. May be we can be helpfull for each other...
"oli" at "snr" dot "ch"
redboot is now running on the SAM7S64-IAR board...
"oli" at "snr" dot "ch"
redboot is now running on the SAM7S64-IAR board...
- dwight
- Location: Silicon Valley
Post
Hi Oli,
Cool; I'm glad to see someone else is interested in this. I'd be interested in coordinating efforts. As we've both discovered, yes, Redboot can run; but there's not much room left over to do anything with, unfortunately.
I'm of the opinion that some useful Open Source software can be made which supports all of these microcontrollers.
I'll drop you some email shortly. If anyone else is interested, do speak up.
Cool; I'm glad to see someone else is interested in this. I'd be interested in coordinating efforts. As we've both discovered, yes, Redboot can run; but there's not much room left over to do anything with, unfortunately.
I'm of the opinion that some useful Open Source software can be made which supports all of these microcontrollers.
I'll drop you some email shortly. If anyone else is interested, do speak up.
- msilveus
- Contact:
Post
Hi
I'm also interested in bringing eCos up on the at91SAM7-EK board. I just got build tools installed and tested out by compiling the tree for the eb40 board which went smooth. Does anyone out there have a template already to import into the configtool for the SAM7 part or some hints on how I can create my own template as I am a newbie with these open source tools.
Thanks
Mike
I'm also interested in bringing eCos up on the at91SAM7-EK board. I just got build tools installed and tested out by compiling the tree for the eb40 board which went smooth. Does anyone out there have a template already to import into the configtool for the SAM7 part or some hints on how I can create my own template as I am a newbie with these open source tools.
Thanks
Mike
Through Truth comes Wisdom and Honor becomes Strength...
Chivalry is not dead so long as there are those who wish to keep it alive...
Chivalry is not dead so long as there are those who wish to keep it alive...
- PaulC
- Location: Norway
Post
Pros and Cons of RTOS'
I'm Just starting up again with a few years break from uP's. It's all a bit daunting
I'm going to use a AT91SAM7S64 -EK and I think it makes sense to us a RTOS. I see some of you guys are using/ developing these. Can you give advice
Which is best?
Which is easiest to start with, i.e. lots of demos and info.
From my search so far I see that FreeRTOS is available, it seems to handle multitasking and some IO but as far as i can see doesn't contain a FS or much peripheral control (or am I wrong?)
uC/OS-II seems to have a version for IAR and the EK, and here you can buy a FS module too. Has anyone got any experience of this on this device?
Otherwise I see you are discussing redboot and eCOS, what do they contain and how stable are they?
Hope someone can help
Thanks
Paul

Which is best?
Which is easiest to start with, i.e. lots of demos and info.
From my search so far I see that FreeRTOS is available, it seems to handle multitasking and some IO but as far as i can see doesn't contain a FS or much peripheral control (or am I wrong?)
uC/OS-II seems to have a version for IAR and the EK, and here you can buy a FS module too. Has anyone got any experience of this on this device?
Otherwise I see you are discussing redboot and eCOS, what do they contain and how stable are they?
Hope someone can help

Thanks
Paul
- carlo
- Location: Italy
Post
Are you sure about nested ISR?alb3000 wrote:I was also told by an Atmel app engineer that they are currently working with FreeRTOS to include a TCP/IP stack. Hopefully it's not the uIP
stack that is being featured in FreeRTOS.org.
In my original post, I'm interested in embedded RTOS.
FreeRTOS seems to be the only one I can find, but it
doesn't support nested interrupts.

- helios
- Location: Finland
Post
Iam gonna start with developing a simple application in AT91SAM7x-EK board
using ecos
have read the document abt he ecos and its very tricky to understand ...
how to put the redboot working in the board
how to configure the ecos for AT91SAM7x-EK board and config the HAL
if any one has passed thi stage with ecos in a AT91SAM7x-EK board, then please give me some advice.
the cygwin , toolchain and ecos is setup in my host and seems to be correct
using ecos
have read the document abt he ecos and its very tricky to understand ...
how to put the redboot working in the board
how to configure the ecos for AT91SAM7x-EK board and config the HAL
if any one has passed thi stage with ecos in a AT91SAM7x-EK board, then please give me some advice.
the cygwin , toolchain and ecos is setup in my host and seems to be correct
-Helios
Post
Few days ago I tested FreeRTOS and the TN-Kernel for my new project on an AT91SAM7S256
--> http://www.tnkernel.com/
TN-Kernel seems to be a quite good RTOS. It has a rich set of synchronization primitives (like commercial RTOS have, I have some experience with embOS and CMX-RTX), unlike FreeRTOS, which has only queues that are used for everything
Re: What open source RTOS are available for SAM series?
Hi,alb3000 wrote:What are the available open source RTOS for the SAM series besides
FreeRTOS?
Few days ago I tested FreeRTOS and the TN-Kernel for my new project on an AT91SAM7S256
--> http://www.tnkernel.com/
TN-Kernel seems to be a quite good RTOS. It has a rich set of synchronization primitives (like commercial RTOS have, I have some experience with embOS and CMX-RTX), unlike FreeRTOS, which has only queues that are used for everything

- jld
- Contact:
Post
Re: What open source RTOS are available for SAM series?
helios wrote:
>> Iam gonna start with developing a simple application in AT91SAM7x-EK board using ecos
>>
>> how to put the redboot working in the board
On targets such as AT91SAM7X-EK with only 64KiB system RAM, I would recommend the use of a JTAG debug adapter with eCos to avoid the memory overhead of RedBoot or GDB stubs.
John Dallaway
>> Iam gonna start with developing a simple application in AT91SAM7x-EK board using ecos
>>
>> how to put the redboot working in the board
On targets such as AT91SAM7X-EK with only 64KiB system RAM, I would recommend the use of a JTAG debug adapter with eCos to avoid the memory overhead of RedBoot or GDB stubs.
John Dallaway
Code Confidence Ltd
http://www.codeconfidence.com
http://www.codeconfidence.com
Post
Re: What open source RTOS are available for SAM series?
BeRtos.org has a port for the SAM3X - I haven't tried it, but its on list to compare it against freeRTOS that is part of the framework
.

Post
Re: What open source RTOS are available for SAM series?
I would recommend to take a look to Nuttx OS, it's more than a simple RTOS, it includes device drivers, networking, file system, c++ library, USB and graphic support.
Who is online
Users browsing this forum: No registered users and 1 guest