2009年11月22日

J-Link Commander

SEGGER J-Link Commander V4.09p ('?' for help)
Compiled Oct 28 2009 17:33:31
DLL version V4.09p, compiled Oct 28 2009 17:33:00
Firmware: J-Link ARM V8 compiled Oct 27 2009 18:08:30
Hardware: V8.00
S/N : 20090626
Feature(s) : RDI,FlashDL,FlashBP,JFlash,GDBFull
VTarget = 3.248V
Info: TotalIRLen = 10, IRPrint = 0x0021
Found 2 JTAG devices, Total IRLen = 5:
[Porter] -- Dual core is identified. #1 is the main host CPU, #0 is a DSP. Thus, all command sets should be set to #1 CPU.
#0 Id: 0x07B3645B, IRLen: 05, IRPrint: 0x1, ARM1136 Core
#1 Id: 0x07B3645B, IRLen: 05, IRPrint: 0x1, ARM1136 Core
ARM11 identified.
JTAG speed: 1000 kHz

[Porter] -- Use "Config" to tell commander that we'll work on #1 CPU.
J-Link>Config 5,1
Info: TotalIRLen = 10, IRPrint = 0x0021
Found 2 JTAG devices, Total IRLen = 5:
#0 Id: 0x07B3645B, IRLen: 05, IRPrint: 0x1, ARM1136 Core
#1 Id: 0x07B3645B, IRLen: 05, IRPrint: 0x1, ARM1136 Core
ARM11 identified.
J-Link>

[Porter] -- Halt CPU.
J-Link>h
Info: CP15.0.0: 0x4117B365: ARM, Architecture 6
Info: CP15.0.1: 0x1D9D29D2: ICache: 64kB (4*512*32), DCache: 64kB (4*512*32)
DIDR: 6 Breakpoints available and 2 Watchpoints available.
J-Link>h
PC: (R15) = AA6F8300, CPSR = 000001D7 (ABORT mode, ARM FIQ dis. IRQ dis.)
R0 = 00000000, R1 = 46521804, R2 = 04008000, R3 = 0003C000
R4 = 40000000, R5 = 00002000, R6 = 000C2084, R7 = 04000080
USR: R8 =428020C8, R9 =11410AC8, R10=00000000, R11 =C0C18004, R12 =00009020
R13=02A48501, R14=F0940315
FIQ: R8 =02002000, R9 =00035604, R10=C8048010, R11 =40108900, R12 =E1060000
R13=00801100, R14=00020980, SPSR=00000010
SVC: R13=0083523C, R14=00040000, SPSR=00000010
ABT: R13=6086010A, R14=C0000004, SPSR=000001D3
IRQ: R13=0201D008, R14=00140110, SPSR=00000010
UND: R13=44328000, R14=00400800, SPSR=00000010
J-Link>
[Porter] -- Load boot loader binary to RAM. The base is 0x80000000.
J-Link>loadbin c:/arm/u-boot.bin 0x80000000
Loading binary file... [c:/arm/u-boot.bin]
Writing bin data into target memory @ 0x80000000.
J-Link>

[Porter] -- Set program counter to 0x80000000 and then run.
J-Link>setpc 0x80000000
J-Link>g