Atmel website | ARM Community | AVR freaks | Technical Support
Banner
 FAQ •  Search •  Register •  Login 

All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 13 posts ] 
Author Message
 Post subject: What open source RTOS are available for SAM series?
PostPosted: Sat Apr 16, 2005 3:57 pm 
Offline

Joined: Sun Apr 10, 2005 2:28 pm
Posts: 3
What are the available open source RTOS for the SAM series besides
FreeRTOS?


Top
 Profile  
 
 Post subject: follow-up
PostPosted: Tue Apr 19, 2005 12:26 am 
Offline

Joined: Wed Jan 05, 2005 11:38 pm
Posts: 305
Location: San Diego, California
Great question! Anyone have any good info! :)

-Henk


Top
 Profile  
 
 Post subject:
PostPosted: Tue Apr 19, 2005 2:00 am 
Offline

Joined: Sun Apr 10, 2005 2:28 pm
Posts: 3
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.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jun 02, 2005 9:06 pm 
Offline

Joined: Thu Jun 02, 2005 5:02 pm
Posts: 14
Location: Silicon Valley
I'm working on getting RedBoot and eCos up and running on the AT91SAM7 eval boards. Since this hardware is pretty new, I'm not aware of any software which is available yet.


Top
 Profile  
 
 Post subject: eCos and redboot on sam7s
PostPosted: Wed Jun 08, 2005 10:58 pm 
Offline

Joined: Wed Jun 08, 2005 10:44 pm
Posts: 1
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...


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jun 10, 2005 5:26 pm 
Offline

Joined: Thu Jun 02, 2005 5:02 pm
Posts: 14
Location: Silicon Valley
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.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jun 22, 2005 4:57 am 
Offline

Joined: Sat Jun 04, 2005 4:06 am
Posts: 6
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

_________________
Through Truth comes Wisdom and Honor becomes Strength...
Chivalry is not dead so long as there are those who wish to keep it alive...


Top
 Profile  
 
 Post subject: Pros and Cons of RTOS'
PostPosted: Mon Aug 08, 2005 11:32 am 
Offline

Joined: Wed Aug 03, 2005 7:56 am
Posts: 2
Location: Norway
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 :D
Thanks
Paul


Top
 Profile  
 
 Post subject:
PostPosted: Fri Apr 06, 2007 2:57 pm 
Offline

Joined: Thu Feb 22, 2007 5:40 pm
Posts: 26
Location: Italy
To PaulC:
time flied....what is your situation? I wish learing more of FRTOS....


Top
 Profile  
 
 Post subject:
PostPosted: Fri Apr 06, 2007 3:01 pm 
Offline

Joined: Thu Feb 22, 2007 5:40 pm
Posts: 26
Location: Italy
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.


Are you sure about nested ISR? :?:


Top
 Profile  
 
 Post subject:
PostPosted: Tue Apr 24, 2007 4:28 pm 
Offline

Joined: Fri Mar 30, 2007 3:37 pm
Posts: 10
Location: Finland
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

_________________
-Helios


Top
 Profile  
 
 Post subject: Re: What open source RTOS are available for SAM series?
PostPosted: Thu Apr 26, 2007 10:32 pm 
Offline

Joined: Thu Apr 26, 2007 10:14 pm
Posts: 2
alb3000 wrote:
What are the available open source RTOS for the SAM series besides
FreeRTOS?

Hi,
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 :(


Top
 Profile  
 
 Post subject: Re: What open source RTOS are available for SAM series?
PostPosted: Tue Feb 08, 2011 3:29 pm 
Offline

Joined: Tue Feb 08, 2011 12:18 pm
Posts: 2
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

_________________
Code Confidence Ltd
http://www.codeconfidence.com


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 13 posts ] 

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron