Embedded Linux >> ARM7DMI

by Sebastian Block » Tue, 31 Aug 2004 19:41:21 GMT

Hi,

does anybody got uclinux (or another RTOS) working on a ARM7 without MMU !?

I've got an evulationboard with an Atmel AT91M55800A on it.

Need help

Sebastian


Embedded Linux >> ARM7DMI

by Grant Edwards » Tue, 31 Aug 2004 22:45:20 GMT






You know uclinux isn't an RTOS, right?

eCos is availalbe for quite a few ARM7 eval boards:
http://sources.redhat.com/ecos/

--
Grant Edwards grante Yow! I have many CHARTS
at and DIAGRAMS...
visi.com



Embedded Linux >> ARM7DMI

by H.-J.Oertel » Wed, 01 Sep 2004 03:30:40 GMT





or of if you mean: .... uClinux (or an RTOS) .....
Yes there are plenty of boards available running uClinux an ARM7.


http://www.uclinux.org
--

with best regards / mit freundlichen Gren

Heinz-Jrgen Oertel
+===================================================================
| Heinz-Jrgen Oertel port GmbH http://www.port.de
| mailto: XXXX@XXXXX.COM
| phone +49 345 77755-0 fax +49 345 77755-20
| Regensburger Str. 7b, D-06132 Halle/Saale, Germany
| CAN Wiki http://www.CAN-Wiki.info
| Newsletter: http://www.port.de/engl/company/content/abo_form.html
+===================================================================


ARM7DMI

by Sebastian Block » Wed, 01 Sep 2004 17:11:16 GMT



I've decided to try this because the AT91M55800 also have no MMU.
Now I'm editing the kernel-code.

Thank you

Sebastian


ARM7DMI

by Michael Schnell » Wed, 01 Sep 2004 18:58:51 GMT

> uclinux (or another RTOS) working on a ARM7 without MMU !?

As Grant stated: uCLinux (like any Linux) is not a _realtime_ OS. If you
need realtime (guarantee to meet timing constrains) you can add e.g.
RTAI. AFAIK, this is possible with uPLinux.

-Michael


ARM7DMI

by Sebastian Block » Wed, 01 Sep 2004 21:40:18 GMT





Thank you,
first I think that there is no need for a RTOS.
But I've getting large problems with loading the kernel on the AT91.
I'll try to debug it tomorrow at work.