Hi,

I'm trying to run blinky on stm32f303 discovery board.
But I get the the following error, when I try to upload the bootloader to
board.

Can someone tell me what is the reason for that?

sanjeewa@SanjeewaPC:~/dev/withoutAnyChange/stm32f3$ newt -v load stmf3_boot
Loading image
Load command:
/home/sanjeewa/dev/withoutAnyChange/stm32f3/repos/mynewt_stm32f3/hw/bsp/stm32f3discovery/stm32f3discovery_download.sh
/home/sanjeewa/dev/withoutAnyChange/stm32f3/repos/mynewt_stm32f3/hw/bsp/stm32f3discovery/
/home/sanjeewa/dev/withoutAnyChange/stm32f3/bin/stmf3_boot/apps/boot/boot
BASELIBC FS LIBC NFFS bootloader
Downloading
/home/sanjeewa/dev/withoutAnyChange/stm32f3/bin/stmf3_boot/apps/boot/boot.elf.bin
to 0x08000000
Open On-Chip Debugger 0.9.0 (2015-09-02-10:42)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
adapter speed: 1000 kHz
adapter_nsrst_delay: 100
Info : The selected transport took over low-level target control. The
results might differ compared to plain JTAG/SWD
none separate
srst_only separate srst_nogate srst_open_drain connect_deassert_srst
Info : Unable to match requested speed 1000 kHz, using 950 kHz
Info : Unable to match requested speed 1000 kHz, using 950 kHz
Info : clock speed 950 kHz
Error: open failed
in procedure 'init'
in procedure 'ocd_bouncer'

Error: Downloading
/home/sanjeewa/dev/withoutAnyChange/stm32f3/bin/stmf3_boot/apps/boot/boot.elf.bin
to 0x08000000
Open On-Chip Debugger 0.9.0 (2015-09-02-10:42)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
adapter speed: 1000 kHz
adapter_nsrst_delay: 100
Info : The selected transport took over low-level target control. The
results might differ compared to plain JTAG/SWD
none separate
srst_only separate srst_nogate srst_open_drain connect_deassert_srst
Info : Unable to match requested speed 1000 kHz, using 950 kHz
Info : Unable to match requested speed 1000 kHz, using 950 kHz
Info : clock speed 950 kHz
Error: open failed
in procedure 'init'
in procedure 'ocd_bouncer'



load - Load app image to target for <target-name>.

Usage:
  newt load <target-name> [flags]

Global Flags:
  -l, --loglevel string   Log level (default "WARN")
  -o, --outfile string    Filename to tee output to
  -q, --quiet             Be quiet; only display error output
  -s, --silent            Be silent; don't output anything
  -v, --verbose           Enable verbose output when executing commands


Regards,
Sanjeewa

Reply via email to