Search found 11 matches

by bdelarre
Sun Feb 18, 2018 12:42 am
Forum: General Discussion
Topic: Unable to use the "official" SPIFFS wrapper
Replies: 7
Views: 10370

Re: Unable to use the "official" SPIFFS wrapper

Ignore me, having one of those days... Seems this is working fine on revisions as described above, the thing that threw me is that the base path used when initializing the spiffs mount, in my case /spiffs seems to count towards the maximum name length defined by SPIFFS_OBJ_NAME_LEN. I had a path whi...
by bdelarre
Sun Feb 18, 2018 12:31 am
Forum: General Discussion
Topic: Unable to use the "official" SPIFFS wrapper
Replies: 7
Views: 10370

Re: Unable to use the "official" SPIFFS wrapper

I'm also seeing the same issue with current mkspiffs at revision 1693a95 and release/v3.0 of esp-idf. Can mount the filesystem, can open the file, but every read results in 0 bytes and EOF state.
by bdelarre
Thu Nov 09, 2017 5:24 pm
Forum: General Discussion
Topic: Flashing over JTAG with TIAO multi function adapter
Replies: 11
Views: 14651

Re: Flashing over JTAG with TIAO multi function adapter

Exactly, the linked PR has been working reasonably well for me, have had no issues flashing since this change.
by bdelarre
Fri Nov 03, 2017 11:40 pm
Forum: General Discussion
Topic: Flashing over JTAG with TIAO multi function adapter
Replies: 11
Views: 14651

Re: Flashing over JTAG with TIAO multi function adapter

Filed this PR against the openocd-esp32 project to increase the timeout to 10s. Seems to do the job.

https://github.com/espressif/openocd-esp32/pull/24
by bdelarre
Fri Nov 03, 2017 5:28 am
Forum: General Discussion
Topic: Flashing over JTAG with TIAO multi function adapter
Replies: 11
Views: 14651

Re: Flashing over JTAG with TIAO multi function adapter

Finally some progress figuring this thing out! Tried a few other speeds, reducing way down to 3khz. No joy. Then decided to revert my code change and try flashing again with usb. Worked fine. Flashed the same code with jtag, worked fine. After some binary chopping it appears that if my code has this...
by bdelarre
Fri Nov 03, 2017 2:44 am
Forum: General Discussion
Topic: Flashing over JTAG with TIAO multi function adapter
Replies: 11
Views: 14651

Re: Flashing over JTAG with TIAO multi function adapter

What the hell? Started failing again. No changes, worked last night, doesn't work this morning.

I lowered the speed to 10mhz with no improvement.
by bdelarre
Tue Oct 31, 2017 2:50 am
Forum: General Discussion
Topic: Flashing over JTAG with TIAO multi function adapter
Replies: 11
Views: 14651

Re: Flashing over JTAG with TIAO multi function adapter

Well, I am thoroughly confused.

I haven't changed anything, and its started working!

I did remove a usb hub that I had plugged in (that wasn't in any way connected to any of my devices). I wonder if it was interfering somehow?
by bdelarre
Sat Oct 28, 2017 6:58 pm
Forum: General Discussion
Topic: Flashing over JTAG with TIAO multi function adapter
Replies: 11
Views: 14651

Re: Flashing over JTAG with TIAO multi function adapter

Hi Alexey, Thanks for pitching in! I ran the same process on the hello_world example (I had it precompiled so it was handy), same result: $ bin/openocd.exe -s share/openocd/scripts -f interface/ftdi/tumpa.cfg -f board/esp-wroom-32.cfg -c "program_esp32 hello-world.bin 0x10000 verify exit" Open On-Ch...
by bdelarre
Thu Oct 26, 2017 2:55 am
Forum: General Discussion
Topic: Flashing over JTAG with TIAO multi function adapter
Replies: 11
Views: 14651

Re: Flashing over JTAG with TIAO multi function adapter

Nobody?

Could really do with this working, and by all accounts it should work. Its a real pain to flash over serial and then have to plug the jtag back in to debug.

Any suggestions?
by bdelarre
Sun Oct 22, 2017 8:07 pm
Forum: General Discussion
Topic: Flashing over JTAG with TIAO multi function adapter
Replies: 11
Views: 14651

Re: Flashing over JTAG with TIAO multi function adapter

Forgot to include some relevant bits of info.

I'm running Windows 10 Home Edition, and attempting to flash a Sparkfun ESP32 Thing.

I also tried compiling the latest version of the modified OpenOCD version from source, with exactly the same results.