Hi,

Am 21.12.2014 um 04:13 schrieb Jens Bauer:
> The most important thing first: Merry Christmas to all of you!

Happy New Year.

> Have anyone tried flashing a STM32F4 Discovery board lately ?

Yes, I demo'ed our OpenOCD 0.8.0 package with the STM32F429I-DISCO at
the openSUSE booth at ARM Tech Symposium 2014 Europe in early December.
It worked perfectly, thanks to anyone who contributed to that.

I used a shell script along the lines of:

openocd -f board/stm32f429discovery.cfg \
        -c "init" \
        -c "reset init" \
        -c "flash probe 0" \
        -c "flash info 0" \
        -c "flash write_image erase
arch/arm/boot/dts/stm32f429i-discovery.dtb 0x08004000" \
        -c "flash write_image erase arch/arm/boot/xipImage 0x08008000" \
        -c "reset run" \
        -c "shutdown"

https://en.opensuse.org/openSUSE:ARM_Tech_Symposia_2014/STM32F429

As a Linux user, I never used any ST tool with the board, and no
mass_erase was needed either.

Regards,
Andreas

-- 
SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Felix Imendörffer, Jane Smithard, Jennifer Guild, Dilip Upmanyu,
Graham Norton; HRB 21284 (AG Nürnberg)

------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to