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:
parent
c8161b013c
commit
416e79e24a
|
@ -4,6 +4,12 @@
|
||||||
# Flash is located at 0x90000000 (CS0) and RAM is located at 0x94000000 (CS1)
|
# 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]
|
source [find target/ti-ar7.cfg]
|
||||||
|
|
||||||
# External 16MB SDRAM - disabled as we use internal sram
|
# External 16MB SDRAM - disabled as we use internal sram
|
||||||
|
|
|
@ -4,6 +4,7 @@ echo "Use -c firmware_help to get help\n"
|
||||||
set known_boards {
|
set known_boards {
|
||||||
"asus-rt-n16 ASUS RT-N16"
|
"asus-rt-n16 ASUS RT-N16"
|
||||||
"linksys-wrt54gl Linksys WRT54GL v1.1"
|
"linksys-wrt54gl Linksys WRT54GL v1.1"
|
||||||
|
"netgear-dg834v3 Netgear DG834G v3"
|
||||||
}
|
}
|
||||||
|
|
||||||
proc firmware_help { } {
|
proc firmware_help { } {
|
||||||
|
|
Loading…
Reference in New Issue