Code Monkey home page Code Monkey logo

Comments (3)

plerup avatar plerup commented on September 18, 2024

Please try the latest commit and make sure that you use the correct BOARD= definition

from makeesparduino.

elpaso avatar elpaso commented on September 18, 2024

Hi, jI've ust tried with no apparent change, btw my board is the WROOM 32 (it should be the default one).

The sketch was just a blink on pin 2 and hello world on serial port.

Memory usage
  Ram:    11016 bytes
  Flash: 142165 bytes

perl -e 'print "Build complete. Elapsed time: ", time()-1511905232,  " seconds\n\n"'
Build complete. Elapsed time: 0 seconds

python "/home/ale/esp32/arduino-esp32/tools/esptool.py" --chip esp32 --port "/dev/ttyUSB0" --baud 921600  --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0xe000 "/home/ale/esp32/arduino-esp32/tools/partitions/boot_app0.bin" 0x1000 "/home/ale/esp32/arduino-esp32/tools/sdk/bin/bootloader.bin" 0x10000 "/tmp/mkESP/Blink_esp32/Blink.bin" 0x8000 "/tmp/mkESP/Blink_esp32/Blink.partitions.bin"
esptool.py v2.1
Connecting........_____..
Chip is ESP32D0WDQ6 (revision 1)
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 921600
Changed.
Configuring flash size...
Auto-detected Flash size: 4MB
Compressed 8192 bytes to 47...
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.0 seconds (effective 33554.4 kbit/s)...
Hash of data verified.
Flash params set to 0x022f
Compressed 12320 bytes to 8150...
Wrote 12320 bytes (8150 compressed) at 0x00001000 in 0.1 seconds (effective 1048.5 kbit/s)...
Hash of data verified.
Compressed 143312 bytes to 80143...
Wrote 143312 bytes (80143 compressed) at 0x00010000 in 1.1 seconds (effective 1052.9 kbit/s)...
Hash of data verified.
Compressed 3072 bytes to 122...
Wrote 3072 bytes (122 compressed) at 0x00008000 in 0.0 seconds (effective 8387.9 kbit/s)...
Hash of data verified.

Leaving...
Hard resetting...

From the terminal:

ets Jun  8 2016 00:22:57

rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0018,len:4
load:0x3fff001c,len:812
load:0x40078000,len:0
load:0x40078000,len:11404
entry 0x40078aa0

from makeesparduino.

plerup avatar plerup commented on September 18, 2024

I don't have a WROOM32 myself but I have seen similar problems with another board depending on wrong default flash mode being specified in the Arduino settings.
Please try different modes by defining FLASH_MODE= on the command line. Possible values are dio, dout and qio

from makeesparduino.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.