EmbeddedRelated.com
Forums
The 2024 Embedded Online Conference

Embedded Linux on AT91SAM, which config do you use?

Started by Andre Gompel February 5, 2008
Gentlemen:
if you are using embedded Linux, with an AT91SAM7x,
then could you share your experience:

* Which Linux
* Which Tools (Compiler, JTAG interface, debugger...)
* Which AT91SAM7S and which config (external DRAM?
etc...)
* What is the good, the bad etc...
Thank you.
a.g

Andre Gompel
a...@yahoo.com

____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
Andre,

You can't run Linux on a SAM7, as it has no MMU. You might be able to
run uclinux, but I would be surprised due to the memory limitations of
this family.

I believe you would be much better off with something like FreeRTOS or
with another embedded RTOS which is geared towards small-memory
environments.

If you must run Linux, you need to go to the SAM9 family instead.
--- In A..., Andre Gompel wrote:
>
> Gentlemen:
> if you are using embedded Linux, with an AT91SAM7x,
> then could you share your experience:
>
> * Which Linux
> * Which Tools (Compiler, JTAG interface, debugger...)
> * Which AT91SAM7S and which config (external DRAM?
> etc...)
> * What is the good, the bad etc...
> Thank you.
> a.g
>
>
> Andre Gompel
> agompel@...
>
____________________________________________________________________________________
> Be a better friend, newshound, and
> know-it-all with Yahoo! Mobile. Try it now.
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
>
Should have been more explicit - I am using AT91SAM9260, gcc, gdb,
the board is from emac - they provided the linux kernel for the system

--- In A..., "twgbonehead"
wrote:
>
> Andre,
>
> You can't run Linux on a SAM7, as it has no MMU. You might be able
to
> run uclinux, but I would be surprised due to the memory limitations
of
> this family.
>
> I believe you would be much better off with something like FreeRTOS
or
> with another embedded RTOS which is geared towards small-memory
> environments.
>
> If you must run Linux, you need to go to the SAM9 family instead.
> --- In A..., Andre Gompel wrote:
> >
> > Gentlemen:
> > if you are using embedded Linux, with an AT91SAM7x,
> > then could you share your experience:
> >
> > * Which Linux
> > * Which Tools (Compiler, JTAG interface, debugger...)
> > * Which AT91SAM7S and which config (external DRAM?
> > etc...)
> > * What is the good, the bad etc...
> > Thank you.
> > a.g
> >
> >
> > Andre Gompel
> > agompel@
> >
> >
> >
> >
> >
>
______________________________________________________________________
______________
> > Be a better friend, newshound, and
> > know-it-all with Yahoo! Mobile. Try it now.
> http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
>

The 2024 Embedded Online Conference