board: ti_am437x_idk: default to 1000kHz
16000kHz is only safe after PLLs have been locked properly. Until that's done (with reset init), we can only safely run at 1000kHz. Change-Id: I4e0a17e88aa9919cd6c34d44da68e23115c0d3a3 Signed-off-by: Felipe Balbi <balbi@ti.com> Reviewed-on: http://openocd.zylin.com/3015 Tested-by: jenkins Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>
This commit is contained in:
parent
dd70e57b82
commit
e4848fe043
|
@ -4,7 +4,7 @@
|
||||||
source [find interface/ftdi/xds100v2.cfg]
|
source [find interface/ftdi/xds100v2.cfg]
|
||||||
|
|
||||||
transport select jtag
|
transport select jtag
|
||||||
adapter_khz 16000
|
adapter_khz 1000
|
||||||
|
|
||||||
source [find target/am437x.cfg]
|
source [find target/am437x.cfg]
|
||||||
$_TARGETNAME configure -event reset-init { init_platform 0x61a11b32 }
|
$_TARGETNAME configure -event reset-init { init_platform 0x61a11b32 }
|
||||||
|
|
Loading…
Reference in New Issue