Hi Andreas. Thank you for the information. It then seems that my problem is specific to the STM32F4 Discovery board which contains the STM32F407 only. It's great to hear that the 429 works with OpenOCD out-of-the-box.
This means that OpenOCD probably need to handle the 407 board in a slight different way from the 429. I'm expecting some bare metal 429 soon, so I'll be able to do some tests on these; I have no idea when they will arrive, though. Love Jens On Tue, 06 Jan 2015 07:06:40 +0100, Andreas Färber wrote: > 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 [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
