On Thursday 18 February 2010, Xiaofan Chen wrote: > What does it do right now? Just finding out the interface? I actually > have the Luminary EK-LM3S1968 instead of LM3S811.
Looks like it's looking at the USB vendor and product IDs, which for "luminary" and "luminary-lm3s811" are the same (just look at tcl/interface/*.cfg to see). The layouts selected are, however, different... I don't think there's an easy way to find out what layout is associated with those IDs, if they differ ... So far as I'm aware, all *current* Luminary boards should use the same ft2232 layout -- just like the "ICDI" boards. But the old LM3S811 eval boards should use "evb_lm3s811" since they're not quite the same. I don't happen to know of anything different enough in the LM3S1968 boards to motivate either a ft2232_layout or a new config file. - Dave > [mc...@myfreebsd ~/Downloads]$ pythin openocd.py > bash: pythin: command not found > [mc...@myfreebsd ~/Downloads]$ python openocd.py > Finding interfaces... > Found dummy > Found luminary > Found luminary-lm3s811 > Found jlink _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
