This is the mail archive of the ecos-discuss@sources.redhat.com 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]

Running on Board


How do I know that the program I'm running is actually running on the
board?  It doesn't appear that it is.

I'm running the eCos example serial.exe from the eCos install examples
directory.

I do the following commands all in sequence.
arm-elf-gdb.exe serial.exe
target remote 172.16.240.1:9000
load
Continue

It outputs everything to my gdb console connection.  Isn't some of it
supposed to go to the serial device?

Maybe the cyg_io_lookup isn't finding "/dev/haldiag" and defaulting to
stdio which is the gdb console?

I'm using the EDB7211-2 board, cygwin, and RedBoot.


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