Problem with flashing firmware on ESP32

Posted on
  • I built the firmware according to the official tutorial. And I got the file 'espruino_2v01.56_esp32.tgz'.

    Then I decompressed it and flash the files(bootloader.bin, partitions_espruino.bin, espruino_esp32.bin) to the ESP32.

    But when I use screen to monitor the ESP32, I got the error in the picture.


    1 Attachment

    • EBA1CD68-7CD4-44B2-86E8-00FC10FAEAEF.png
  • As we have moved the v3.1x of the firmware - the firmware size has grown.

    The default is to have the espruino built with debug, so if you do this it will make a firware that will fit:

    make clean && BOARD=ESP32 RELEASE=1 make

  • It works, thank you for help @Wilberforce !

  • Post a reply
    • Bold
    • Italics
    • Link
    • Image
    • List
    • Quote
    • code
    • Preview
About

Problem with flashing firmware on ESP32

Posted by Avatar for user98245 @user98245

Actions