tcl/netgear-dg834v3.cfg: add to easy firmware recovery list

Change-Id: I6e5205ec41c58dc2fe3fb0051c30918507ef1e88
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Reviewed-on: http://openocd.zylin.com/1851
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
This commit is contained in:
Paul Fertser 2013-12-30 23:09:51 +04:00 committed by Spencer Oliver
parent c8161b013c
commit 416e79e24a
2 changed files with 7 additions and 0 deletions

View File

@ -4,6 +4,12 @@
# Flash is located at 0x90000000 (CS0) and RAM is located at 0x94000000 (CS1)
#
set partition_list {
loader { "Bootloader (ADAM2)" 0x90000000 0x00020000 }
firmware { "Kernel+rootfs" 0x90020000 0x003d0000 }
config { "Bootloader config space" 0x903f0000 0x00010000 }
}
source [find target/ti-ar7.cfg]
# External 16MB SDRAM - disabled as we use internal sram

View File

@ -4,6 +4,7 @@ echo "Use -c firmware_help to get help\n"
set known_boards {
"asus-rt-n16 ASUS RT-N16"
"linksys-wrt54gl Linksys WRT54GL v1.1"
"netgear-dg834v3 Netgear DG834G v3"
}
proc firmware_help { } {