On Tue, Oct 13, 2009 at 10:37 AM, Daniel Bäder <open...@eh-oh.de> wrote:
> David Brownell schrieb:
>> On Tuesday 13 October 2009, Daniel Bäder wrote:
>>> there should the possibility to do a memwrite without increment
>>> because you need it for nand flash (at least on Samsung processors)
>>> I don't know if this option is the right way to do this.
>>
>> Wouldn't making src/flash/arm_nandio.c work on ARMv6 be
>> an appropriate solution too?  Normal incrementing write
>> to a work area buffer; then execute a code fragment to
>> write to the NAND chip (or a FIFO or whatever).
>
> The disadvantage here is the work area. I don't need to initialize
> any memory if I write or read directly to/from the flash.
>
> However, I think the way it is implemented now is not very useful.
> So removing the option is ok.

The code is still there. If it is to be used, other targets
must implement something similar as well...

-- 
Øyvind Harboe
http://www.zylin.com/zy1000.html
ARM7 ARM9 ARM11 XScale Cortex
JTAG debugger and flash programmer
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to