Re: [Openocd-development] AM3517 problems

2010-12-30 Thread Marek Vasut
On Thursday 30 December 2010 08:41:12 Øyvind Harboe wrote: oyv...@titan:~/workspace/openocd$ openocd -c interface ZY1000; zy1000_server 127.0.0.1;jtag_khz 50 -f board/am3517evm.cfg Open On-Chip Debugger 0.5.0-dev-00682-g0136977 (2010-12-30-08:23) Licensed under GNU GPL v2 For bug

Re: [Openocd-development] [beagleboard] Flyswatter with XM

2010-12-30 Thread Antonio Borneo
On Thu, Dec 30, 2010 at 3:42 PM, Peter Stuge pe...@stuge.se wrote: Jon Masters wrote: Oh, on a randomly off-topic engineering note, I'd love to know why the Flyswatter contains component Q1 (the NPN transistor) so that to do a system reset you don't just pull nSRST low but actually set A_nSRST

Re: [Openocd-development] [PATCH] CORTEX A8: Fix broken CPU identification

2010-12-30 Thread Antonio Borneo
On Thu, Dec 30, 2010 at 11:54 AM, Marek Vasut marek.va...@gmail.com wrote:  } broken_cpus[] = { -       { 0x8000, 0x04770002, 0x6000, imx51 }, +       { 0x8000, 0x04770002, 0x1ba00477, 0x6000, imx51 }, Hi Marek, your patch goes in the right direction, but I think there is a