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

See the CrossGCC FAQ for lots more information.


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: gdb and jtag


Quoting Grant Edwards <grante@visi.com>:
> > You can also telnet to the box and drive it manually from a CLI:
> > 
> > $ telnet 192.168.2.5
> > BDI2000> load 0xa0200000 zImage binary
> > Loading zImage, please wait...
> > Loading program file passed
> > BDI2000> bi 0x8029abfc
> > BDI2000> go 0xa0200000
> > - TARGET: target has entered debug mode
> > BDI2000> ti  /* step one instruction */
> 
> That's cool.  Don't know that I'd want to do a lot of debuggin
> that way, but it's nice to have a fallback position.

It's also very usefull for brinining up new hardware, you can configure a startup script that gets executed on each powerup. We have a few of theses scripts that tests hardware, programs flash ...
It's a real time saver.

Nic


-------------------------------------------------


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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