🤖Have you ever tried Chat.M5Stack.com before asking??😎
    M5Stack Community
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    How to flash tasmona or anything to M5Stack ATOM Lite using esptool?

    Units
    4
    6
    10.8k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      romeokienzler
      last edited by

      Hi, I've tried so many things, but what is the correct way to flash a firmware to the M5Stack ATOM Lite ESP32 Development Kit using esptool? This (among many other commands) is not working

      esptool.py --chip auto --port /dev/ttyUSB0 --baud 115200 --before default_reset --after hard_r^Cet write_flash -z --flash_mode dio --flash_freq 40m --flash_size detect 0x1000 /home/romeokienzler/Downloads/tasmota32.bin

      When I look at the serial monitor of the arduino IDE i get

      11:10:25.593 -> rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
      11:10:25.593 -> configsip: 188777542, SPIWP:0xee
      11:10:25.593 -> clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
      11:10:25.593 -> mode:DIO, clock div:2
      11:10:25.593 -> load:0x3f400020,len:289900
      11:10:25.958 -> ets Jun 8 2016 00:22:57 (edited)

      world101W 1 Reply Last reply Reply Quote 0
      • felmueF
        felmue
        last edited by

        Hello @romeokienzler

        M5Atom lite essentially is just another ESP32 based device so I'd guess the regular Tasmota instructions should work (not tested myself though). Have you tried the instructions here?

        Good luck!
        Felix

        GPIO translation table M5Stack / M5Core2
        Information about various M5Stack products.
        Code examples

        1 Reply Last reply Reply Quote 0
        • world101W
          world101 @romeokienzler
          last edited by

          @romeokienzler said in How to flash tasmona or anything to M5Stack ATOM Lite using esptool?:

          after hard_r^Cet

          Just to point out a possible issue, it looks I like you have a Control-C in your command by mistake. Is that a copy/paste error?

          1 Reply Last reply Reply Quote 0
          • R
            romeokienzler
            last edited by

            Dear @felmue and @world101 - I've followed the published instructions and also the ^C is only present in the post thanks for pointing that out. So until now I don't have a solution to my problem...

            1 Reply Last reply Reply Quote 0
            • R
              romeokienzler
              last edited by

              Checking out Stackoverflow now :) https://stackoverflow.com/questions/66514659/how-to-flash-tasmota-or-anything-to-m5stack-atom-lite-esp32-pico-d4-using-es

              1 Reply Last reply Reply Quote 0
              • DR_Froggy_rDD
                DR_Froggy_rD
                last edited by

                I have alsoo a problem with esptool

                .
                .
                .
                .
                .
                .
                .
                .
                Traceback (most recent call last):
                File "esptool\cmds.py", line 94, in detect_chip
                File "esptool\loader.py", line 378, in check_command
                File "esptool\loader.py", line 347, in command
                File "esptool\loader.py", line 279, in read
                File "esptool\loader.py", line 1387, in slip_reader
                esptool.util.FatalError: Serial data stream stopped: Possible serial noise or corruption.

                During handling of the above exception, another exception occurred:

                Traceback (most recent call last):
                File "esptool.py", line 34, in <module>
                File "esptool_init_.py", line 995, in main
                File "esptool_init
                .py", line 637, in main
                File "esptool_init_.py", line 880, in get_default_connected_device
                File "esptool\cmds.py", line 121, in detect_chip
                File "esptool\loader.py", line 603, in connect
                File "esptool\loader.py", line 544, in _connect_attempt
                File "esptool\loader.py", line 407, in sync
                File "esptool\loader.py", line 323, in command
                File "serial\serialutil.py", line 372, in timeout
                File "serial\serialwin32.py", line 222, in _reconfigure_port
                serial.serialutil.SerialException: Cannot configure port, something went wrong. Original message: PermissionError(13, 'A device attached to the system is not functioning.', None, 31)
                [6352] Failed to execute script 'esptool' due to unhandled exception!

                before clicking the burn button on m5burner, I push the button to enter boot mode green led is flashing

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post