From: Paul F. <fer...@gm...> - 2018-11-23 18:57:08
|
Hi, This is interesting... On Thu, Nov 22, 2018 at 05:14:36PM +0000, MARTIN Jean-Loïc wrote: > wrote 139264 bytes from file .pioenvs\esp-wrover-kit\firmware.bin in 2.993481s > (45.432 KiB/s) ... > read 136224 bytes from file .pioenvs\esp-wrover-kit\firmware.bin and flash bank > 0 at offset 0x00010000 in 0.681558s (195.187 KiB/s) So here it worked just fine with backslashes. > Error: couldn't open > c:UsersjlmartinDocumentsPlatformIOProjects╔81122-115851-espidf-blink.pioenvsesp-wrover-kiootloader.bin And here they're removed. Now the question is, what were the actual commands it were executing? What's inside esp32.cfg there on your system? It looks like it has 2 "program" invocations and the first one is "proper" (probably filename is in {} braces) and the second one lets Tcl process the string. So I'd say it's most likely a bug in that esp32.cfg rather than in OpenOCD upstream. -- Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software! mailto:fer...@gm... |