-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patham1808-evm.cfg
41 lines (34 loc) · 1.19 KB
/
am1808-evm.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
; bdiGDB configuration for the AM1808 EVM
;
; This is configured for the case where U-Boot is installed and the
; BDI will be used for debug after the kernel is loaded. i.e. we
; don't init memory or halt at startup time, just go. -MDP
[INIT]
[TARGET]
CPUTYPE ARM926E
CLOCK 4 ;JTAG clock
TRST PUSHPULL ;TRST driver type
WAKEUP 100
RESET HARD 500 ;NONE | HARD <n> (ms)
ENDIAN LITTLE ;memory model (LITTLE | BIG)
STARTUP RUN ;Let U-Boot run
; Configure ICEPick module to make ARM926 TAP visible
SCANINIT r1:w1000:r0: ;toggle reset
SCANINIT t1:w1000:t0:w1000: ;toggle TRST
SCANINIT i6=07:d8=89:i6=02: ;connect and select router
SCANINIT d32=81000080: ;set control reg
SCANINIT d32=a2102028: ;configure TAP2
SCANINIT d32=a2102128:cl5: ;enable TAP2, clock 5 times in RTI
SCANINIT i10=ffff ;scan bypass
; Let the BDI know where to find the visible ARM926
SCANPRED 1 6 ;ICEPick before ARM926, IR is 6-bits
SCANSUCC 0 0 ;no device after ARM926
[HOST]
IP 10.10.10.30
FILE dump.bin
FORMAT BIN 0x00000000
LOAD MANUAL
PROMPT AM1808-EVM>
[FLASH]
[REGS]
FILE reg926e.def