Jetzt habe ich auch mal ein Board mit eingebunden:
1 | source [find target/stm32.cfg]
|
Und es scheint zu klappen ...
1 | Open On-Chip Debugger 0.4.0 (2010-10-08-15:44)
|
2 | Licensed under GNU GPL v2
|
3 | For bug reports, read
|
4 | http://openocd.berlios.de/doc/doxygen/bugs.html
|
5 | parport port = 0x0
|
6 | 1000 kHz
|
7 | jtag_nsrst_delay: 100
|
8 | jtag_ntrst_delay: 100
|
9 | Info : clock speed 500 kHz
|
10 | Info : JTAG tap: stm32.cpu tap/device found: 0x3ba00477 (mfg: 0x23b, part: 0xba00, ver: 0x3)
|
11 | Info : JTAG tap: stm32.bs tap/device found: 0x06418041 (mfg: 0x020, part: 0x6418, ver: 0x0)
|
12 | Info : stm32.cpu: hardware has 6 breakpoints, 4 watchpoints
|
Das mit dem 'parport_port 0' ist die Lösung (steht auch unter 9.2.1 im
Manual. Wenn man aber keine Ahnung von Linux hat überliest man sowas
(PPDEV?!) gerne mal)- vielen Dank!
Die Frage bleibt: wie stoppe ich das Ganze wieder, so daß ich erneut
verbinden kann? ... Hmm, das steht bestimmt auch im Manual...