Certain OpenOCD commands have been deprecated or removed during the various revisions.
Upgrade your scripts as soon as possible. These descriptions for old commands may be removed a year after the command itself was removed. This means that in January 2010 this chapter may become much shorter.
OLD: jtag_device 8 0x01 0xe3 0xfe NEW: jtag newtap CHIPNAME TAPNAME \ -irlen 8 -ircapture 0x01 -irmask 0xe3
reset run sleep 100 halt