Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
0
Atmel UC3 and linux
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-16-2009 01:56 PM
Is the Atmel UC3 family able to run linux?
0
Re: Atmel UC3 and linux
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-16-2009 01:57 PM
As a 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.
0
Re: Atmel UC3 and linux
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-22-2009 12:02 PM
Actually, the mainline Linux kernel only support MMU-based processors. I think you might be referring to uCLinux for the processors without an MMU.
In any case, the real limitation on any microcontroller platform for uClinux is (1) is there a port already available for it and (2) does it have the memory capacity? uclinux is likely to take at least 500 kB for the kernel alone. The filesystem and bootloader are another matter. Doing this is with internal memory might be problematic.



