Browse Source

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>
tags/v0.8.0-rc1
Paul Fertser 10 years ago
committed by Spencer Oliver
parent
commit
416e79e24a
2 changed files with 7 additions and 0 deletions
  1. +6
    -0
      tcl/board/netgear-dg834v3.cfg
  2. +1
    -0
      tcl/tools/firmware-recovery.tcl

+ 6
- 0
tcl/board/netgear-dg834v3.cfg 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


+ 1
- 0
tcl/tools/firmware-recovery.tcl 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 { } {


Loading…
Cancel
Save