On Thu, Oct 16, 2008 at 6:41 PM, Spen <[EMAIL PROTECTED]> wrote:
>> > Did not even realise we had a flash fill function!
>> > Could be worth adding something to the docs.
>>
>> Help already exists...
>>
>
> Could i ask where ?

help fill

=>
                register_command(cmd_ctx, flash_cmd, "fillw",
handle_flash_fill_command, COMMAND_EXEC,
                                                 "fill with pattern <address> 
<word_pattern> <count>");
                register_command(cmd_ctx, flash_cmd, "fillh",
handle_flash_fill_command, COMMAND_EXEC,
                                                 "fill with pattern <address> 
<halfword_pattern> <count>");
                register_command(cmd_ctx, flash_cmd, "fillb",
handle_flash_fill_command, COMMAND_EXEC,
                                                 "fill with pattern <address> 
<byte_pattern> <count>");


-- 
Øyvind Harboe
http://www.zylin.com/zy1000.html
ARM7 ARM9 XScale Cortex
JTAG debugger and flash programmer

Free eCos workshop in Oslo October 21!
http://www.zylin.com/workshop.html
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to