You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2019/04/01 13:16:12 UTC

[GitHub] [mynewt-core] kasjer opened a new pull request #1734: openocd: Fix openocd_load for Windows

kasjer opened a new pull request #1734: openocd: Fix openocd_load for Windows
URL: https://github.com/apache/mynewt-core/pull/1734
 
 
   openocd expects unix style file names even on Windows.
   
   Before pathc:
   $ newt load hifive1-boot
   Loading bootloader
   Error:
   Downloading bin\targets\hifive1-boot\app\apps\boot\boot.elf.bin to 0x20000000
   GNU MCU Eclipse 64-bit Open On-Chip Debugger 0.10.0+dev-00462-gdd1d90111 (2019-01-18-11:42)
   Licensed under GNU GPL v2
   ...
   ...
   auto erase enabled
   Error: couldn't open bin        argetshifive1-bootppppoooot.elf.bin
   
   Windows style path was passed and \ was treated as escape \t - tab
   
   After patch is applied flashing of hifive1 and bluepill works

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services