ARM7TDMI (incl. JTAG), "PCMCIA"-fake-styled fake-cardbus-port, serial port to solder in - what to do next?
Linux version 2.4.20-uc0 tmbinc@stb4500) (gcc version 3.2.2) #10 Sun Apr 6 23:00:40 CEST 2003 |
Let's build a JTAG-cable. Pinout? Oh, let's choose the wiggler's:
LPT -> JTAGwithout any inverters.. (use buffers if you like your devices :)
17-25 GND
2 D0 TRST
3 D1 TMS
4 D2 TCLK
5 D3 TDI
11 BUSY TDO
there's www.macraigor.com with an OCDaemon, who likes your interface very much.
Your device is dizzy? Well, wouldn't you if nobody says what to do?
so we
endian little
; clkcon
long 0x03FF3000 = 0x00000000
; EXTACON0
long 0x03FF3008 = 0x0FFF02C9
; EXTACON1
long 0x03FF300c = 0x02C902C9
; EXTDBWTH
long 0x03FF3010 = 0x0AA0F006
; 1000000 to 1100000 (1MB - flash ?)
long 0x03FF3014 = 0x11040060
; 1180000 to 1100000 (128k - ??? "pcmcia" ???)
long 0x03FF3018 = 0x11844060
long 0x03FF301c = 0x00000000
long 0x03FF3020 = 0x00000000
long 0x03FF3024 = 0x00000000
long 0x03FF3028 = 0x00000000
; sdram: 0000000 .. 1000000 (16MB)
long 0x03FF302c = 0x08000380
long 0x03FF3030 = 00000000
long 0x03FF3034 = 00000000
long 0x03FF3038 = 00000000
; dram refresh
long 0x03FF303c = 0x9C218360
until everything's fine.
Well. Take uClinux and play around. Tell me if you found something interesting to do with.