Re: [Openocd-development] NAND Flash Bad Block Density - What is reasonable?

2011-01-25 Thread Jon Povey
jamwyatt wrote: > The downside is that uboot, as provided from Marvell, is > relatively particular at the use and management of the first 1M > partition. I believe that it can not survive more than one bad block > in that partition. Then it must be fixed. NAND has errors. If you want to use NAND

[Openocd-development] Patch for at91sam3s.c

2011-01-25 Thread Thomas Schmid
Hey all, Found some mistakes in the presentation of the 'at91sam3s info' command. They are all minor. A patch is attached. Cheers, - Thomas From 7b23852e89022928eee9bc2cb3f6ae27c2a247e7 Mon Sep 17 00:00:00 2001 From: Thomas Schmid Date: Tue, 25 Jan 2011 08:15:30 -0800 Subject: [PATCH] Fixed sma

Re: [Openocd-development] NAND Flash Bad Block Density - What is reasonable?

2011-01-25 Thread jamwyatt
Thanks for the details Jon. Based on this, I might change the partitions sizes a little. I do use UBI for the major partition, but the other partitions are read by u-boot (Kernel or R/O root filesystem in JFFS2). These smaller partitions have to have a set size with an explicit offset, but the qu

Re: [Openocd-development] segfault in cortex_m3_assert_reset

2011-01-25 Thread Andreas Fritiofson
Mathias: I built in a fresh out-of-tree directory, and reran bootstrap every time. See test.sh script. Anyway I found the bug, the patch I posted solves it for me. Since the stack was corrupted, technically, anything could have happened. It was just magically consistent during my bisection. All: F

Re: [Openocd-development] [PATCH 0/6] OMAP4430/Cortex-A9 Support

2011-01-25 Thread luca ellero
2011/1/24 Aaron Carroll > This patchset adds support for the OMAP4430/Pandaboard and the ARM > Cortex-A9 CPU. For now I have clagged the A8 code into cortex_a9.c > to avoid breaking A8. > > To deal with multiple cores exposed by one DAP, I've introduced a > '-coreid' target option, which does th

Re: [Openocd-development] segfault in cortex_m3_assert_reset

2011-01-25 Thread Mathias K.
Hello, i had the same error a while ago. Try to clean your repository (make distclean) and recompile the source. Regards, Mathias Am 24.01.2011 23:08, schrieb Andreas Fritiofson: > Hi all, > > Has anyone else problem with segfaults on current git? As soon as I > issue a reset, openocd dies.

[Openocd-development] [PATCH] add basic TI xds100v2 support

2011-01-25 Thread Mathias K.
Hello, this patch add basic xds100v2 support. The settings are the result of the protocoll reverse engeneering with a simple usb logger. Tested with the TMS570 USB eval kit. Regards, Mathias >From bcbe271b72833c4f0082af168c0cabe94de665d0 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 25 Jan 2