This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Redboot on AT91M55800A


collaone@gnbts.units.it wrote:

Hi all, I'm trying to port eCos on an evaulation board with AT91M55800A device. I've compiled the only Redboot environment, but it doesn't work. Using leds, I've modified the hardware setup to meet the board's characteristics, and now it hung on cyg_hal_invoke_constructors. If I jump over this function, it enter in a loop in the function cyg_start. I need help to solve this problem.

Do you have JTAG with debugging capability? If so, that's the best way to attack new board ports.

Lacking that, I'd start by getting the serial console working.
This is normally pretty easy (most ports are about the same
with only a few details that change).  The serial debug port
gets initialized very early on - typically in the variant/platform
init code.  Once it's working, you can use diag_printf() calls
to work your way through the remaining issues.

--
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------

--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]