Advertisement
zinosat

Untitled

Apr 30th, 2017
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. zino@slurp:~/code/stm32/buildroot$ sudo bash -xe ./board/stmicroelectronics/stm32f429-disco/flash.sh output/ stm32f429disc1
  2. + OUTPUT_DIR=output/
  3. + BOARD_NAME=stm32f429disc1
  4. + test -d output/
  5. + output//host/usr/bin/openocd -f board/stm32f429disc1.cfg -c init -c 'reset init' -c 'flash probe 0' -c 'flash info 0' -c 'flash write_image erase output//images/stm32f429i-disco.bin 0x08000000' -c 'flash write_image erase output//images/stm32f429-disco.dtb 0x08004000' -c 'flash write_image erase output//images/xipImage 0x08008000' -c 'reset run' -c shutdown
  6. Open On-Chip Debugger 0.9.0 (2017-04-30-21:47)
  7. Licensed under GNU GPL v2
  8. For bug reports, read
  9. http://openocd.org/doc/doxygen/bugs.html
  10. embedded:startup.tcl:60: Error: Can't find board/stm32f429disc1.cfg
  11. in procedure 'script'
  12. at file "embedded:startup.tcl", line 60
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement