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: loading application on redboot


Michael Anburaj wrote:
Hi Satish,

(gdb) target remote com1
com1: Permission denied.


This was happening becuase you had GDB open the same port locked by Hyperterminal. On Hyperterminal "Disconnect" before typing “target remote com1" on GDB. <I guess someone else also explained the same>. And you can "Connect" back on Hyperterminal after GDB connection is closed.

IME Hyperterminal or Windows can be buggy and hold on to the serial port even after disconnect is pressed. Better to quite hyperterminal completely.


RAM: 0x00000000-0x04000000, 0x00004948-0x04000000 available
RedBoot> load -v -m yMODEM
CCCCCCCCC           Can't load '<null>': Timed out

Did you (Satish) actually try to send the file with Hyperterminal's send file? You should send an srec file as Nick recommends in the other thread. But better to use GDB.


Jifl
--
eCosCentric    http://www.eCosCentric.com/    The eCos and RedBoot experts
--[ "You can complain because roses have thorns, or you ]--
--[  can rejoice because thorns have roses." -Lincoln   ]-- Opinions==mine


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


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