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

    Cant run M5Burner in Linux

    Bug Report
    4
    9
    15.9k
    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.
    • X
      xis
      last edited by

      I cant start the new M5Burner on Ubuntu 18.04.4 LTS. I get a JavaScript error:
      GLIBC_2.28 not found
      Please help.

      ajb2k3A 1 Reply Last reply Reply Quote 0
      • lukasmaximusL
        lukasmaximus
        last edited by

        Are you using standalone burner or firmware burner within uiflow desktop ide? I suggest you use the latter, I had no issues flashing devices this way on ubuntu 18

        1 Reply Last reply Reply Quote 0
        • ajb2k3A
          ajb2k3 @xis
          last edited by

          @xis said in Cant run M5Burner in Linux:

          I cant start the new M5Burner on Ubuntu 18.04.4 LTS. I get a JavaScript error:
          GLIBC_2.28 not found
          Please help.

          Have you updated GlibC to 2.28?

          UIFlow, so easy an adult can learn it!
          If I don't know it, be patient!
          I've ether not learned it or am too drunk to remember it!
          Author of the WIP UIFlow Handbook!
          M5Black, Go, Stick, Core2, and so much more it cant be fit in here!

          1 Reply Last reply Reply Quote 0
          • m5stackM
            m5stack
            last edited by

            thank you feedback. we will fix this problem as soon as possible

            1 Reply Last reply Reply Quote 0
            • X
              xis
              last edited by

              Thank you for the help.
              So, using uiflow desktop ide there is another error:

              Chip is ESP32-PICO-D4 (revision 1)
              Features: WiFi, BT, Dual Core, 240MHz, Embedded Flash, VRef calibration in efuse
              MAC: d8:a0:1d:56:b9:b8
              Uploading stub...

              A fatal error occurred: Timed out waiting for packet header

              Burn Failed

              How can I update GlibC to 2.28?

              m5stackM 1 Reply Last reply Reply Quote 0
              • lukasmaximusL
                lukasmaximus
                last edited by lukasmaximus

                Which baud rate did you use? for M5stickC and M5atom you should use baud rate 750000, make sure the correct serial port is selected and that you have erased the device before flashing.

                Edit - also not sure if you already know this but using esp32 devices on linux you need to add the current user to the dialout group in order to access the port that the device is connected to. Open up a terminal and enter these commands

                Sudo usermod -a -G dialout $user
                Sudo chmod a+rw /dev/ttyUSB0
                
                1 Reply Last reply Reply Quote 0
                • X
                  xis
                  last edited by

                  Connecting........__.....
                  Detecting chip type...
                  A fatal error occurred: Timed out waiting for packet header

                  Erase Failed

                  That is using 750000 baud rate.
                  User is on the dialout group.
                  Arduino IDE works. And also the last version of M5Burner used to work.

                  1 Reply Last reply Reply Quote 0
                  • m5stackM
                    m5stack @xis
                    last edited by

                    @xis the software has been updated. you could download a new one, then try it again.

                    1 Reply Last reply Reply Quote 0
                    • X
                      xis
                      last edited by

                      Works great. Thank you so much :)

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