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]
Other format: [Raw text]

Re: Probelm while transferring image onto the Target


veena venkatachalam wrote:
Hello

I am working on AT91EB40A board and i have built the library files successfully.
Then i built an example from which i got an exe file

arm-elf-gdb -nw hello
set remotebaud 38400
target remote com2

here i get an error " inappropriate ioctl for the device"
I am not able to understand the problem

You should get GDB working, as eCos without a debugger isn't useful.


Perhaps try instead of the last line:
target remote /dev/ttyS1

Did you quit hyperterminal? Hyperterminal is buggy and just disconnecting it isn't enough.

But while doing it through hyperterminal it is connected to com2 only
but when i run it i get some junk output

By any chance something like +$O then a bunch of random hex digits then a hash followed by two digits?
Jifl
--
eCosCentric http://www.eCosCentric.com/ The eCos and RedBoot experts
--["No sense being pessimistic, it wouldn't work anyway"]-- Opinions==mine



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