Git Product home page Git Product logo

Comments (3)

timmydan avatar timmydan commented on August 20, 2024

I had the same problem but got around it by finding and replacing both instances of "chip_id" (lines 496 and 642 in airrohr-flasher.py) with "read_mac" and then recompiling. This is new to me so I might not have understood all the complexities, but it seems that ESP32 doesn't use the command chip_id so read_mac is the closest thing. It ran fine after I made that change. I haven't yet connected it up to the other hardware, so consider this an answer-in-progress.

from airrohr-firmware-flasher.

pjgueno avatar pjgueno commented on August 20, 2024

It is in the esptool.py. We should write a conditional statement or use this function:
def chip_id(esp, args): try: chipid = esp.chip_id() print('Chip ID: 0x%08x' % chipid) except NotSupportedError: print('Warning: %s has no Chip ID. Reading MAC instead.' % esp.CHIP_NAME) read_mac(esp, args)

from airrohr-firmware-flasher.

thepapermen avatar thepapermen commented on August 20, 2024

I've createad a pull request with this fix, hopefully someone can test it on both ESP32 and ESP8266.

#68

from airrohr-firmware-flasher.

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.