ArmLibRemote ------------ GDB remote JTAG debugging for ARM7/9 Installation ------------ Intall into \cygwin Usage ----- usage: arm9LibRemote [] [] [] [] where = drivers's tcp/ip port, default = 8888 = WIGGLER,RAVEN,EDEMON,MPDEMON_SERIAL,MPDEMON_PARALLEL MPDEMON_ETHERNET default = RAVEN = WIGGLER/RAVEN/MPDEMON_PARALLEL : LPT number 0 - 4, MPDEMON_SERIAL : COM number 0 - 4, EDEMON/MPDEMON_ETHERNET: tcp/ip address xxx.xxx.xxx.xxx, default = 1 = JTAG/BDM clock rate 1 - 8, default = 1 Example windows command script file ----------------------------------- @echo off start "JTAG connection" arm9LibRemote.exe 8888 WIGGLER 1 1 start "Debugger" arm-elf-gdb --command=MyCommands.txt