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: Startup Procedure


Still does not work????
These are the exact steps:
- Built a default configuration using the configuration tool
- Built the tests using the configuration tool
- Converted the test program "basic" to binary file using: 
arm-elf-objcopy -O binary basic basic.bin
- Burned the image into flash using SAM-BA
- Connected to serial port and was expecting to see a couple of message
after reset but nothing at all!!!!

Any other suggestions?

Thanks.

-----Original Message-----
From: Andrew Lunn [mailto:andrew@lunn.ch] 
Sent: Thursday, March 01, 2007 5:24 AM
To: Samer Darras
Cc: Andrew Lunn; ecos-discuss@sources.redhat.com
Subject: Re: [ECOS] Startup Procedure

On Wed, Feb 28, 2007 at 07:45:42PM -0800, Samer Darras wrote:
> I have tried a default configuration and compiled in the "serial.c"
> example program and burned it to flash but it did not run. Nothing was
> output on the serial port??? Is there anything specific in the default
> configuration that I need to set or unset?

Why serial.c example program?

The default configuration will not have the interrupt serial device
drivers compile in.

A better tests programs to start with are
install/tests/hal/common/current/tests/*

They should always work.

     Andrew

--
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]