![Abatron bdiAccess BDI1000 User Manual Download Page 31](http://html.mh-extra.com/html/abatron/bdiaccess-bdi1000/bdiaccess-bdi1000_user-manual_450807031.webp)
bdi
RDI
JTAG interface for RDI Debuggers, BDI1000
User Manual
31
© Copyright 1999-2003 by ABATRON AG
V 1.10
6 Telnet Interface
A Telnet server is integrated within the BDI that can be accessed when the BDI is connected via eth-
ernet to the host. It may help to invertigate problems and allows access to target resources that can
not directly be accessed by the debugger.
The following commands are available:
"MD [<address>] [<count>] display target memory as word (32bit)",
"MDH [<address>] [<count>] display target memory as half word (16bit)",
"MDB [<address>] [<count>] display target memory as byte (8bit)",
"MM <addr> <value> [<cnt>] modify word(s) (32bit) in target memory",
"MMH <addr> <value> [<cnt>] modify half word(s) (16bit) in target memory",
"MMB <addr> <value> [<cnt>] modify byte(s) (8bit) in target memory",
"MT <addr> <count> memory test",
"MC [<address>] [<count>] calculates a checksum over a memory range",
"MV verifies the last calculated checksum",
"RD display general purpose registers",
"RDALL display all ARM registers ",
"RDCP <number> display control processor 15 register",
"RDIB [<number>] display IceBreaker register",
"RM <number> <value> modify general purpose or user defined register",
"RMCP <number> <value> modify control processor 15 register",
"RMIB <number> <value> modify IceBreaker register",
"BOOT reset the BDI",
"RESET reset the target system",
"GO [<pc>] set PC and start target system",
"TI [<pc>] single step an instruction",
"HALT force target to enter debug mode",
"BI <addr> [<mask>] set instruction breakpoint",
"CI [<id>] clear instruction breakpoint(s)",
"BD [R|W] <addr> [<data>] set data watchpoint (32bit access)",
"BDH [R|W] <addr> [<data>] set data watchpoint (16bit access)",
"BDB [R|W] <addr> [<data>] set data watchpoint ( 8bit access)",
"CD [<id>] clear data watchpoint(s)",
"INFO display information about the current state",
"DCMD <direct command> execute a BDI direct command (see manual)",
"SCAN <nbr><len>[<...b2b1b0>] Access a JTAG scan chain, b0 is first scanned",
" len : the number of bits 1..256",
" bx : a data byte, two hex digits",
"HELP display command list",
"QUIT terminate the Telnet session"