diff options
author | Paul Fertser <fercerpav@gmail.com> | 2014-05-24 10:04:14 +0400 |
---|---|---|
committer | Andreas Fritiofson <andreas.fritiofson@gmail.com> | 2014-06-01 18:27:09 +0000 |
commit | 76a765adbc8d6e20ed8adcd4839132017304e7d6 (patch) | |
tree | e8df7b27d6de416a4750146b19a3884f3747916e /tcl/tools/firmware-recovery.tcl | |
parent | 5375a9e1d8bec9b3137dca6f2173d89fab261a64 (diff) | |
download | riscv-openocd-76a765adbc8d6e20ed8adcd4839132017304e7d6.zip riscv-openocd-76a765adbc8d6e20ed8adcd4839132017304e7d6.tar.gz riscv-openocd-76a765adbc8d6e20ed8adcd4839132017304e7d6.tar.bz2 |
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>
Diffstat (limited to 'tcl/tools/firmware-recovery.tcl')
-rw-r--r-- | tcl/tools/firmware-recovery.tcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tcl/tools/firmware-recovery.tcl b/tcl/tools/firmware-recovery.tcl index 4531149..0f2bc2a 100644 --- a/tcl/tools/firmware-recovery.tcl +++ b/tcl/tools/firmware-recovery.tcl @@ -3,6 +3,7 @@ echo "Use -c firmware_help to get help\n" set known_boards { "asus-rt-n16 ASUS RT-N16" + "asus-rt-n66u ASUS RT-N66U" "linksys-wrt54gl Linksys WRT54GL v1.1" "netgear-dg834v3 Netgear DG834G v3" "bt-homehubv1 BT HomeHub v1" |