Hi Felix

I use the attache script to flash some F7 boards

give simply

$ flash_f7 nuttx

Bye

Roberto

On 6/12/24 7:35 AM, Felix Leonbacher wrote:
Hey Guys,

I am an embedded systems Student in Germany and wanted to use ur apache
nuttx in my project. Sadly I am unable to flash it. I have a STM32F207
nucleo-144 and when I come to
openocd -f interface/stlink-v2.cfg -f target/stm32f2x.cfg -c 'init' \
-c 'program
nuttx/nuttx.bin verify reset' -c 'shutdown',
it says checksum mismatch

I'd like to use your product, its for a noncommercial use (just my
bachelor).

#!/usr/bin/sh

INSTALL_DIR=/usr
OPENOCD_DIR=$INSTALL_DIR/share/openocd/scripts
FLASH=$INSTALL_DIR/bin/openocd

FLASH_FLAGS="-f $OPENOCD_DIR/interface/stlink.cfg -f 
$OPENOCD_DIR/target/stm32f7x.cfg"

$FLASH $FLASH_FLAGS -c "program $1 verify reset exit"

Reply via email to