- TI-OMAP NP31AZZG (processeur 32-bits ARMv5/ARM9 78MHz)
- HYB18L256160 (SDRAM 32Mio)
- SST 39VF400A (Flash-NOR 512Kio, pour le Boot1)
- ST NAND256W3A (Flash-NAND 32Mio, pour tout le reste)


- J7 au format ARM 20 broches
- J01B au format TI 14 broches

Mais c'était normal, puisque notre adaptateur utilisait le format JTAG TI et non JTAG ARM.
Aujourd'hui, rajoutons donc des barrettes de broches coudées au pas de 2.54mm sur J01B. Et là bingo ça marche !

- Code: Select all
>openocd.exe
Open On-Chip Debugger 0.9.0 (2015-08-15-12:41)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
Info : only one transport option; autoselect 'jtag'
adapter speed: 500 kHz
adapter_nsrst_delay: 200
jtag_ntrst_delay: 200
trst_and_srst srst_pulls_trst srst_gates_jtag trst_push_pull srst_open_drain connect_deassert_srst
TapName Enabled IdCode Expected IrLen IrCap IrMask
-- ------------------- -------- ---------- ---------- ----- ----- ------
TargetName Type Endian TapName State
-- ------------------ ---------- ------ ------------------ ------------
Warn : Using DEPRECATED interface driver 'ft2232'
Info : Consider using the 'ftdi' interface driver, with configuration files in interface/ftdi/...
Info : device: 6 "2232H"
Info : deviceID: 67348176
Info : SerialNumber: TIWBH0NSA
Info : Description: Texas Instruments Inc.XDS100 Ver 2.0 A
Info : max TCK change to: 30000 kHz
Info : clock speed 500 kHz
Warn : There are no enabled taps. AUTO PROBING MIGHT NOT WORK!!
Info : JTAG tap: auto0.tap tap/device found: 0x0692602f (mfg: 0x017, part: 0x6926, ver: 0x0)
Info : TAP auto1.tap does not have IDCODE
Warn : AUTO auto0.tap - use "jtag newtap auto0 tap -irlen 4 -expected-id 0x0692602f"
Warn : AUTO auto1.tap - use "jtag newtap auto1 tap -irlen 2 -expected-id 0x00000000"
Error: IR capture error at bit 6, saw 0x03FFFFFFFFFFFFFFFFFFFFFFFFFFF051 not 0x...3
Warn : Bypassing JTAG setup events due to errors
Warn : gdb services need one or more targets defined
On a donc accès à un tap d'identifiant 0x0692602f, c'est-à-dire :
- du constructeur d'identifiant 0x17, qui est bien Texas Instruments
- d'identifiant de pièce 0x6926, qui correspond bien à un processeur TI-OMAP5912

sortie | configuration |
|
|