Using PEEDI
Description:
Dump target memory to a file. If no arguments are provided last used will be taken.
Argument:
ADDRESS
- beginning of memory region
LENGTH
- length of memory region
FILE
- file to store the image. All path except HTTP server are
accepted
Example:
memory dump 0 1024 tftp://192.168.1.1/ram.bin
memory management
Syntax:
memory management tlbr
memory management tlbw
memory management tlbc
Description:
tlbr – read TLB entries
tlbw – write TLB entries
tlbc – clear TLB entries
Example:
Example PPC440:
memory management tlbr START_TLB_INDEX END_TLB_INDEX
memory management tlbw TLB_INDEX WS0_WORD WS1_WORD WS2_WORD
memory management tlbw 0 0xFF000270 0xFF000004 0x0000053F
memory management tlbc 0 63 ; clear all TLB entries
Example T1040:
memory management tlbr 0 0 127 ; list all TLB0 entries
memory management tlbr 1 0 127 ; list all TLB1 entries
memory management tlbw 0 TLB_INDEX MAS1 MAS2 MAS3 MAS7 ; set a TLB0
entry
memory management tlbw 1 TLB_INDEX MAS1 MAS2 MAS3 MAS7 ; set a TLB1
entry
PEEDI User’s Manual
130