This is an automated email from Gerrit. Felipe Balbi (ba...@ti.com) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/2621
-- gerrit commit 7e57e6b581122e7c9f4a89b391b4862fb253ef77 Author: Felipe Balbi <ba...@ti.com> Date: Wed Mar 18 16:01:00 2015 -0500 tcl: target: am437x: pass coreid This commit is only for the sake of completeness as default coreid is zero. In any case, coreids 1-4 are used for the different PRU cores inside the SoC. Change-Id: I775f2f444b1a908ffaf7bdbc43bcc966f19668c4 Signed-off-by: Felipe Balbi <ba...@ti.com> diff --git a/tcl/target/am437x.cfg b/tcl/target/am437x.cfg index 1e3cbc5..e928dab 100644 --- a/tcl/target/am437x.cfg +++ b/tcl/target/am437x.cfg @@ -486,7 +486,7 @@ jtag configure $JRC_NAME -event post-reset "runtest 100" # # Cortex A9 target # -target create $_TARGETNAME cortex_a -chain-position $DEBUGSS_NAME -dbgbase 0x80000000 +target create $_TARGETNAME cortex_a -chain-position $DEBUGSS_NAME -coreid 0 -dbgbase 0x80000000 # SRAM: 256K at 0x4030.0000 -- ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ OpenOCD-devel mailing list OpenOCD-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openocd-devel