]> git.sur5r.net Git - openocd/blob - tcl/board/omap2420_h4.cfg
4a5daaf69367be6e2936f16ac414b7e166be03f7
[openocd] / tcl / board / omap2420_h4.cfg
1 # OMAP2420 SDP board ("H4")
2
3 source [find target/omap2420.cfg]
4
5 # NOTE: this assumes you're *NOT* using a TI-14 connector.
6 reset_config trst_and_srst separate
7
8 # Board configs can vary a *LOT* ... parts, jumpers, etc.
9 # This GP board boots from cs0 using NOR (2x32M), and also
10 # has 64M NAND on cs6.
11 flash bank cfi 0x04000000 0x02000000 2 2 $_TARGETNAME
12 flash bank cfi 0x06000000 0x02000000 2 2 $_TARGETNAME
13
14 # vim:syntax tcl