# Atheros AR71xx MIPS 24Kc SoC. # tested on PB44 refererence board adapter_nsrst_delay 200 jtag_ntrst_delay 200 #reset_config trst_and_srst combined set CHIPNAME Jupiter4E jtag newtap $CHIPNAME cpu -irlen 4 -expected-id 0x10940f0f set TARGETNAME $CHIPNAME.cpu target create $TARGETNAME arm9tdmi -endian big -chain-position $TARGETNAME $TARGETNAME configure -event reset-start { echo "reset-start event" } $TARGETNAME configure -event reset-assert-pre { echo "reset-assert-pre event" } $TARGETNAME configure -event reset-assert { echo "reset-assert event"} $TARGETNAME configure -event reset-deassert-post { echo "reset-deassert-post"} $TARGETNAME configure -event reset-assert-post { echo "reset-assert-post "} $TARGETNAME configure -event reset-deassert-pre { echo "reset-deassert-pre"} $TARGETNAME configure -event reset-halt-post { echo "reset-halt-post event" } $TARGETNAME configure -event reset-init { echo "reset-init event" }