Sparkfun ESP32 Thing #7106
Replies: 1 comment
-
Posted at 2018-08-09 by Wilberforce What flashing command did you use? If you used dio try qio or vice-versa.. The baud rate to use is 115200. Sometimes after flashing you need to disconnect the USB and reconnect. Posted at 2018-08-09 by Darius OK I used dio, like so..
Although I flashed MicroPython with..
and that worked. I'll try qio tomorrow for Espruino tomorrow and see how I go, thanks. Posted at 2018-08-09 by Wilberforce If it's working with dio for micro python - then that's unlikely. Do a flash erase first - there might be something in flash left over that is giving you grief. Posted at 2018-08-10 by Darius I realised I had an old-ish esptool so I updated, no change. I tried qio and that resulted in it rebooting constantly, eg
I also tried lowering the SPI clock to 26MHz and doing and erase & reprogram but no dice. Posted at 2018-09-03 by hungryforcodes Your board probably has a 26mhz crystal, and will only run at the moment with Espruino 1v97. I guess that could change in the next or future release. Background: http://forum.espruino.com/conversations/324909/ More here: https://esp32.com/viewtopic.php?t=2800 Posted at 2018-09-03 by Darius I tried 1v97 but no luck unfortunately.
Posted at 2018-09-03 by hungryforcodes OK. 1v96 might work too. I initially had to flash to 1v96 then up to 1v97. However, I've included here some files here that I built today (through the help of Wilberforce) for version 1v99 that resolves problems for me on a board with a 26mhz crystal. It might work for you. Also use "40m" for "--flash_freq" in your esptool, in addition to erasing the flash memory first. Like this,
then
Let me know if it works, I'm curious. Attachments: Posted at 2018-09-18 by hygy It works for me. (At least the first test.) I can connect (after a reset) with espruino ide. Thanks! Posted at 2018-09-19 by hungryforcodes Great! Good to know! :) Posted at 2018-09-19 by hygy When will be get this into the main line? In the next stable release? Posted at 2018-09-19 by Wilberforce Yes. Espruinobuildtools has the new bootlpoader.bin. The problem is that the Travis builds only save latest firmware.bin, not the zip of the complete set. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2018-08-09 by Darius
Hi,
I flashed a SparkFun ESP32 Thing with Espruino (specifically espruino_1v99_esp32.bin) however I just get junk out of it.
If I reset I see the bootloader (I assume) print some stuff then I get junk eg..
I tried a few different baud rates (9600, 19200, 38400, 57600, 115200, 230400, 921600) and none of them produced anything sensible except for the boot loader at 115200.
Any help appreciated, thanks.
BTW I flashed this board with MicroPython and it worked so I think the board is OK.
Beta Was this translation helpful? Give feedback.
All reactions