On 27 January 2011 16:53, Aaron Carroll <aar...@cse.unsw.edu.au> wrote:
> I think I've got an x-loader fix for this... I'm trying to test it now
> with Linux.  Stay tuned.

I think we have a winner... try this patch:

diff --git a/board/omap4430panda/clock.c b/board/omap4430panda/clock.c
index 792e5d6..7f391f0 100644
--- a/board/omap4430panda/clock.c
+++ b/board/omap4430panda/clock.c
@@ -504,7 +504,7 @@ void configure_core_dpll_no_lock(void)
                sr32(CM_DIV_M3_DPLL_CORE, 8, 1, 0x1);
                sr32(CM_DIV_M4_DPLL_CORE, 8, 1, 0x1);
                sr32(CM_DIV_M5_DPLL_CORE, 8, 1, 0x1);
-               sr32(CM_DIV_M6_DPLL_CORE, 8, 1, 0x1);
+               sr32(CM_DIV_M6_DPLL_CORE, 8, 1, 0x0);
                sr32(CM_DIV_M7_DPLL_CORE, 8, 1, 0x1);
 //     }


Patch is against x-loader (http://gitorious.org/x-loader) HEAD.


Cheers,
    -- Aaron
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to