tcl: add ASUS RT-N66U config

CFI flashing verified with real hardware. RAM configuration wasn't
attempted.

Change-Id: I9185ab71430d799793befef708a15f62edba1663
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Reviewed-on: http://openocd.zylin.com/2153
Tested-by: jenkins
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
This commit is contained in:
Paul Fertser
2014-05-24 10:04:14 +04:00
committed by Andreas Fritiofson
parent 5375a9e1d8
commit 76a765adbc
3 changed files with 27 additions and 0 deletions

7
tcl/target/bcm4706.cfg Normal file
View File

@@ -0,0 +1,7 @@
set _CHIPNAME bcm4706
set _CPUID 0x1008c17f
jtag newtap $_CHIPNAME cpu -irlen 5 -ircapture 0x1 -irmask 0x1f -expected-id $_CPUID
set _TARGETNAME $_CHIPNAME.cpu
target create $_TARGETNAME mips_m4k -endian little -chain-position $_TARGETNAME