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:[EMAIL PROTECTED] Sent: Thursday, March 01, 2007 5:24 AM To: Samer Darras Cc: Andrew Lunn; [EMAIL PROTECTED] 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
