openocd/tcl/board/bt-homehubv1.cfg
Lee Bowyer 47830f0ebf tcl: bcm6348 target config, BT HomeHub v1 board config
Also add the board to the firmware recovery script.

Change-Id: I4f9c895dae171df7249e3b1c0563b288518b9fe0
Signed-off-by: Lee Bowyer <lee@sodnpoo.com>
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Reviewed-on: http://openocd.zylin.com/2097
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
2014-04-14 18:15:24 +00:00

16 lines
436 B
INI

#
# BT HomeHub v1
#
set partition_list {
CFE { Bootloader 0xbe400000 0x00020000 }
firmware { "Kernel+rootfs" 0xbe420000 0x007d0000 }
fisdir { "FIS Directory" 0xbebf0000 0x0000f000 }
nvram { "Config space" 0xbebff000 0x00001000 }
}
source [find target/bcm6348.cfg]
set _FLASHNAME $_CHIPNAME.norflash
flash bank $_FLASHNAME cfi 0xbe400000 0x00800000 2 2 $_TARGETNAME