Re: [Openocd-development] [PATCH] LPC3180(LPC3250) SLC driver implemnted

2010-03-15 Thread richard vegh
I don't know any of the risk. If new functionality is not working (selected by: lpc3180 select 0 slc bulk ), you can still use the old one (lpc3180 select 0 slc). The new patch is here which can be compiled: Richard On Mon, Mar 15, 2010 at 8:36 AM, Øyvind Harboe wrote: > I got this error when

[Openocd-development] [PATCH] LPC3180(LPC3250) SLC driver implemnted

2010-03-14 Thread richard vegh
Hi, Until this time only basic SLC functionality exists when you want to use SLC to access external nand flash. Basic functionality can be selected with command: lpc3180 select 0 slc It is anyway very slow to write/read to/from nand flash. With the new command, SLC speed improved about 20 t

Re: [Openocd-development] During nand flash writing OCD crashes with Hitex LPC3250-Stick

2010-01-10 Thread richard vegh
Unfortunately I don't use git. Isn't it possible that you apply the changes with simple "patch -p1 < filname.patch" on your working copy, then make a diff or commit it? The lpc3180.c has the only file what has changed and 3 new files are added. Richard On Sun, Jan 10, 2010 at 8:27 PM, Øyvind Harb

Re: [Openocd-development] During nand flash writing OCD crashes with Hitex LPC3250-Stick

2010-01-10 Thread richard vegh
Patch for: - large page nand flash crash - lpc3180 driver correction to accept lpc3180 select 0 mlc|slc commands - 3 config files to support hitex lpc3250 usb stick Hopefully it can be merged before 0.4.0 release. Is this patch OK for you? Richard On Fri, Jan 8, 2010 at 10:38 AM, richard vegh

Re: [Openocd-development] During nand flash writing OCD crashes with Hitex LPC3250-Stick

2010-01-08 Thread richard vegh
I will provide one if it works reliably. Anyway do you know why there is so big timing differences accessing large page nand flash with slc or mlc mode? With mlc mode accessing is fast: > lpc3180 select 0 mlc mlc controller selected > nand probe 0 NAND flash device 'NAND 128MiB 3,3V 8-bit' found

Re: [Openocd-development] During nand flash writing OCD crashes with Hitex LPC3250-Stick

2010-01-07 Thread richard vegh
cktraces... Richard On Wed, Jan 6, 2010 at 1:30 PM, Øyvind Harboe wrote: > On Wed, Jan 6, 2010 at 11:43 AM, richard vegh > wrote: > >>I think you should focus on getting the gdb symbols for the bt ... > > > > I would happy if I can use symbols with my own built one. Do

Re: [Openocd-development] During nand flash writing OCD crashes with Hitex LPC3250-Stick

2010-01-06 Thread richard vegh
>I think you should focus on getting the gdb symbols for the bt ... I would happy if I can use symbols with my own built one. Do you have any hints why gdb can not use the already available symbols in the executable? Anyway the crash is present in 0.3.1 also so I think the latest one also contain

Re: [Openocd-development] During nand flash writing OCD crashes with Hitex LPC3250-Stick

2010-01-06 Thread richard vegh
I have tried with dummy interface. I have just replaced the previous config file beginings with these lines: interface dummy #ft2232_device_desc "LPC3250-Stick" #ft2232_layout stm32stick #ft2232_layout comstick #ft2232_layout usbjtag #ft2232_layout jtagkey #ft2232_layout olimex-jtag #ft2232_vid

Re: [Openocd-development] During nand flash writing OCD crashes with Hitex LPC3250-Stick

2010-01-06 Thread richard vegh
.log and still > No symbol table info available. Or what else should I do? When compiling a saw that the Makefile contains the -g switch in the CFLAGS. Richard On Tue, Jan 5, 2010 at 8:07 PM, David Brownell wrote: > On Tuesday 05 January 2010, richard vegh wrote: > > #0 0