====== Telnet Befehle ====== ^ Befehl ^ Parameter ^ Beschreibung ^ | PHYS |
| converts an effective to a physical address | | MD | [
] [] | display target memory as word (32bit) | | MDD | [
] [] | display target memory as double word (64bit) | | MDH | [
] [] | display target memory as half word (16bit) | | MDB | [
] [] | display target memory as byte (8bit) | | DUMP | [] | dump target memory to a file | | MM | [] | modify word(s) (32bit) in target memory | | MMD | [] | modify double word(s) (64bit) in target memory | | MMH | [] | modify half word(s) (16bit) in target memory | | MMB | [] | modify byte(s) (8bit) in target memory | | MT | [] | memory test | | MC | [
] [] | calculates a checksum over a memory range | | MV | | verifies the last calculated checksum | | RD | [] | display general purpose or user defined register | | RDUMP | [] | dump all user defined register to a file | | RDFPR | | display floating point registers | | RDSPR | | display special purpose register | | RDSR | | display segment register | | RDVR | [] | display vector register | | RM | {%%|%%} | modify general purpose or user defined register | | RMSPR | | modify special purpose register | | RMSR | | modify segment register | | RMVR | | modify vector register (four 32bit values) | | ICACHE | | display L1 inst cache content (only MPC83xx/755) | | DCACHE | | display L1 data cache content | | DTLB | [] | display data TLB entry (only MPC83xx) | | DTLB | | write data TLB entry (only MPC83xx) | | ITLB | [] | display inst TLB entry (only MPC83xx) | | ITLB | | write inst TLB entry (only MPC83xx) | | L2CACHE | | display L2 cache content (only 750FX/GX) | | UPMR | | read selected UPM array | | RESET | [HALT %%|%% RUN [time]] | reset the target system, change startup mode | | BREAK | [SOFT %%|%% HARD] | display or set current breakpoint mode | | GO | [] | set PC and start target system | | TI | [] | trace on instuction (single step) | | TC | [] | trace on change of flow | | HALT | | force target to enter debug mode | | BI | | set instruction hardware breakpoint | | CI | [] | clear instruction hardware breakpoint(s) | | BD | [R%%|%%W] | set data watchpoint via DABR (DABR[BT]=0) | | BDT | [R%%|%%W] | set data watchpoint via DABR (DABR[BT]=1) | | CD | [] | clear data watchpoint(s) | | INFO | | display information about the current state | | LOAD | [] [ []] | load program file to target memory | | VERIFY | [] [ []] | verify a program file to target memory | | PROG | [] [ []] | program flash memory : SREC, BIN, AOUT or ELF | | EPROG | [] [ [ELF]] | erase and program flash memory | | ERASE | [
[]] | erase a flash memory sector, chip or block : CHIP, BLOCK or SECTOR (default is sector) | | ERASE | | erase multiple flash sectors | | UNLOCK | [ []] | unlock a flash sector | | UNLOCK | | unlock multiple flash sectors | | FLASH | | change flash configuration | | DELAY | | delay for a number of milliseconds | | HOST | | change IP address of the host | | PROMPT | | defines a new prompt string | | CONFIG | | display or update BDI configuration | | CONFIG | [ [ [ []]]] | | | UPDATE | | reload the configuration without a reboot | | HELP | | display command list | | BOOT | [loader] | reboot the BDI and reload the configuration | | QUIT | | terminate the Telnet session |