This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


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

Re: Can't connected to target by serial line using insight!


Cliff Tsai wrote:
> 
> Hi:
>     I've using Hyper terminal on windowns to connect to my m68k target
> successfully.
>     But I can't not connected  using insight (or under console window using
> command like
>     (gdb) target remote com1). But I fail to connect host and target.Why?
>     Can someone give me some hints on how to sovle these problem?
> 

Before issuing the "target remote" command (assuming your m68k target does speak the GDB remote protocol), set the correct speed with:

set remotebaud <speed>

or start GDB with the option -b 115200  (won't help the GUI mode, just command line mode).




-- 
Fernando Nasser
Red Hat - Toronto                       E-Mail:  fnasser@redhat.com
2323 Yonge Street, Suite #300
Toronto, Ontario   M4P 2C9


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