From: Paul F. <fer...@gm...> - 2025-03-28 11:31:25
|
Hello, On Fri, Mar 28, 2025 at 12:10:26PM +0100, Zbigniew wrote: > openocd -f /usr/share/openocd/scripts/interface/ti-icdi.cfg -f > /usr/share/openocd/scripts/target/stellaris.cfg You can skip the first part of the path, so the command line becomes opencd -f interface/ti-icdi.cfg -c "transport select hla_jtag" \ -c "adapter speed 1000" -f target/stellaris.cfg HTH -- Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software! mailto:fer...@gm... |