| Author |
Message |
|
|
Posted: Apr 24, 2009 - 04:31 PM |
|

Joined: Feb 12, 2004
Posts: 44
Location: Spain
|
|
I thought that was not possible to run Linux on my AT32UC, but I read this in the AT32 UC3 FAQ in ATmel website:
"
Question:
Is the UC3 family able to run linux?
Answer:
As quick answer we should say no as the UC3 devices do not embed any MMU. However since the latest version of the Linux kernel allow usage of processor without MMU, it becomes possible to support Linux.
"
So, has anybody executed Linux in this AVR32 family? If the answer is "yes" where can I find information about how to do it? I've looked for in this forum but haven't been able to find information. Maybe I havent searched properly.
Thanks! |
|
|
| |
|
|
|
|
|
Posted: Apr 24, 2009 - 05:33 PM |
|


Joined: May 23, 2008
Posts: 804
Location: Pune, India
|
|
UC3, no.
Quote:
So, has anybody executed Linux in this AVR32 family? If the answer is "yes" where can I find information about how to do it? I've looked for in this forum but haven't been able to find information. Maybe I havent searched properly.
AP7x, yes.
http://www.avrfreaks.net/wiki/index.php ... 32_General
-Deven |
|
|
| |
|
|
|
|
|
Posted: Apr 24, 2009 - 06:34 PM |
|

Joined: Feb 12, 2004
Posts: 44
Location: Spain
|
|
Sorry, the precise question should have been: " has anybody executed Linux in this AVR32 - UC3 family? " I know that at this moment Linux is only availabe for the AP7x family, but as I posted, this note in ATmel's website says :
"
Question:
Is the UC3 family able to run linux?
Answer:
As quick answer we should say no as the UC3 devices do not embed any MMU. However since the latest version of the Linux kernel allow usage of processor without MMU, it becomes possible to support Linux.
"
So, teorically should be possible to execute it in the AV32-UC3, but: has anybody done it? |
|
|
| |
|
|
|
|
|
Posted: Apr 24, 2009 - 09:53 PM |
|

Joined: Feb 12, 2004
Posts: 44
Location: Spain
|
|
|
Quote:
UC3, no
Sorry! I didn't see the first words!
Is anybody working on the porting of this new Linux kernel to AT32 UC3 ? I think that uC-Linux does not need an MMU, but I haven't found any porting to AT32 UC3. It should be very nice to at have, at least, uc-Linux runing on AT32 UC3.
Is there any other recomended free multitasking OS for this uC, a part from FreeRTOS ? |
|
|
| |
|
|
|
|
|
Posted: Apr 25, 2009 - 05:46 AM |
|


Joined: May 23, 2008
Posts: 804
Location: Pune, India
|
|
AFAIK, there is no port for uclinux for AVR32 (You could initiate the port ).
As you know, FreeRTOS is already ported for the UC3 and available in the framework. Any reasons for not using it.
There was some discussion in the AVR32 Standalone forum about an on-going port for Ethernut. You could search the forum for more details and the status of the project. There are some commercial RTOS available for the AVR32. I am not sure which ones, you could use google or check atmel.com.avr32.
-Deven |
|
|
| |
|
|
|
|
|
Posted: Apr 25, 2009 - 11:21 AM |
|


Joined: Aug 22, 2002
Posts: 1586
Location: Arendal Norway
|
|
|
|
|
|
|
Posted: Apr 26, 2009 - 09:59 PM |
|

Joined: Feb 12, 2004
Posts: 44
Location: Spain
|
|
| Thanks to both of you, all the information you have given is very interesting to me! |
|
|
| |
|
|
|
|
|
Posted: Dec 16, 2010 - 07:41 AM |
|

Joined: Feb 14, 2002
Posts: 277
|
|
Hello everyone,
eaanon01 wrote:
this thread is a little bit dust covered, but what about LinuxOnUC3 is there anyone having experience with this?
Cheers,
Knut |
|
|
| |
|
|
|
|
|
Posted: Dec 16, 2010 - 07:56 AM |
|


Joined: Jan 07, 2003
Posts: 4580
Location: Oslo, Norway
|
|
| AFAIK there has been no progress since the wiki pages on avr32linux.org was made. I've not seen any new patches to either uClibc or the Linux kernel itself. No changes to the toolchain either to generate the convenient position independent binaries. |
|
|
| |
|
|
|
|
|
Posted: Apr 10, 2011 - 12:48 PM |
|


Joined: Jan 16, 2011
Posts: 27
|
|
oh
I didn't know that.
Does that mean we use another FreeRTOS? another firmware concept? |
_________________ julien
http://designthemedia.com
|
| |
|
|
|
|
|
Posted: Apr 11, 2011 - 05:49 AM |
|


Joined: Jan 07, 2003
Posts: 4580
Location: Oslo, Norway
|
|
On the UC3 devices you can run fine without any RTOS, or you can pick FreeRTOS, ThreadX, etc. if you want a scheduler made for you. If you don't need pre-emptiveness, then it isn't rocket science to implement a scheduler on your own.
For UC3 you also have a lot of example code in both AVR32 Studio and AVR Studio 5. |
|
|
| |
|
|
|
|
|
Posted: Apr 20, 2012 - 08:16 PM |
|


Joined: Mar 27, 2009
Posts: 125
Location: Hellas
|
|
|
|
|
|
|