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

    Trying to install Rhasspy on a M5 Atom Echo using platformio

    SOFTWARE
    atom echo platformio rhasspy
    2
    2
    4.5k
    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.
    • J
      Jevylux
      last edited by

      Hi, I am trying to install a rhasspy/satellite software on a M5 Aton Echo, using platformio in VisualStudioCode.
      However i get an error while trying to upload.
      Has anyone succeeded in uploading something on an Atom Echo ? Here are my results of my tries :

      Auto-detected: COM3
      Uploading .pio\build\m5stack-core-esp32\firmware.bin
      esptool.py v3.1
      Serial port COM3
      Connecting....
      Chip is ESP32-PICO-D4 (revision 1)
      Features: WiFi, BT, Dual Core, 240MHz, Embedded Flash, VRef calibration in efuse, Coding Scheme None
      Crystal is 40MHz
      MAC: 94:b9:7e:8c:c1:c8
      Uploading stub...
      Running stub...
      Stub running...
      Changing baud rate to 460800
      Changed.
      Configuring flash size...

      A fatal error occurred: Timed out waiting for packet header
      *** [upload] Error 2

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

        Hello @Jevylux

        try a slower upload speed, like 115200. E.g. add this line in platform.ini:

        upload_speed = 115200
        

        Thanks
        Felix

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

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