--- ** [tickets:#312] Work of the bundle openocd and imx8 evk** **Status:** new **Milestone:** 0.10.0 **Created:** Mon Jul 12, 2021 02:38 PM UTC by Андрей **Last Updated:** Mon Jul 12, 2021 02:38 PM UTC **Owner:** Spencer Oliver Hello! I found a bug in work of the bundle openocd and imx8 evk. An error has occurred, when i put hbreak in gdb and continue execution. A message about of duplicate breakpoint appeared. After the following fixes: ~~~ diff --git a/tcl/board/nxp_mcimx8m-evk.cfg b/tcl/board/nxp_mcimx8m-evk.cfg index dd9bd53ac..1cb027269 100644 --- a/tcl/board/nxp_mcimx8m-evk.cfg +++ b/tcl/board/nxp_mcimx8m-evk.cfg @@ -16,7 +16,7 @@ adapter srst delay 70 # board has an i.MX8MQ with 4 Cortex-A53 cores set CHIPNAME imx8mq -set CHIPCORES 4 +set CHIPCORES 1 # source SoC configuration source [find target/imx8m.cfg] ~~~ the error has gone and the breakpoints started working. Thank you for your attention and have a nice day. --- Sent from sourceforge.net because [email protected] is subscribed to https://sourceforge.net/p/openocd/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/openocd/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
