Hello,
I'm new to openocd but definetly impressed. I have a luminary lm3s8962
eval board with built in dual port ftdi 2232 for jtag and serial port.
yum install openocd ...gave me version 0.4
contrib/rules copied to /etc/udev/rules.d/ ....to get plugdev group
access to my usb hardware
openocd -f interface/luminary.cfg -f target/lm3s6965.cfg -f
prog.script ...to flash my flash!
That's great, up and running in no time!
I just have one minor issue, I need to run picoterm as root to get
access to the ftdi serial port, which appears as /dev/ttyUSB0 on my
system and I'm ignorant about udev :-(
The udev rule that applies to my eval board is:
# TI/Luminary Stellaris Evaluation Board (several)
ATTRS{idVendor}=="0403", ATTRS{idProduct}=="bcd9", MODE="664", GROUP="plugdev"
but I don't understand why the jtag port would be accessible by
plugdev group members but the serial port (which is part of the same
ftdi2232 usb chip) is not. Has anyone else encountered this?....and
solved it! I did search the mailing list and the web but didn't find
anything relevant.
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development