Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eFuse BLOCK0 MAC (QEMU-135) #76

Closed
BG7YWL opened this issue Jun 15, 2023 · 3 comments
Closed

eFuse BLOCK0 MAC (QEMU-135) #76

BG7YWL opened this issue Jun 15, 2023 · 3 comments
Labels
Resolution: Done Issue is done internally Status: Done Issue is done internally

Comments

@BG7YWL
Copy link

BG7YWL commented Jun 15, 2023

How to specify the MAC address of eFuse BLOCK0.
The ID I obtained through machine.unique_id() is b'\x00\x00\x00\x00\x00\x00'

@github-actions github-actions bot changed the title eFuse BLOCK0 MAC eFuse BLOCK0 MAC (QEMU-135) Jun 15, 2023
@igrr
Copy link
Member

igrr commented Jun 15, 2023

Could you please clarify what machine.unique_id() is? It looks like a function call, but in which language/environment/library?

@BG7YWL
Copy link
Author

BG7YWL commented Jun 15, 2023

Could you please clarify what machine.unique_id() is? It looks like a function call, but in which language/environment/library?

ESP32-D0WD-V3,MicroPython
Snipaste_2023-06-15_15-43-53

@igrr
Copy link
Member

igrr commented Jun 15, 2023

I see, in this case you need to do the following:

  1. Enable eFuse emulation: https://github.com/espressif/qemu/wiki#specifying-efuse-storage
  2. Generate eFuse binary, I have put a script here: https://gist.github.com/igrr/3537f8ddb03a50aa980e2e0c121c7581

@BG7YWL BG7YWL closed this as completed Jun 21, 2023
@espressif-bot espressif-bot added Status: Done Issue is done internally Resolution: Done Issue is done internally and removed Status: To Do labels Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Done Issue is done internally Status: Done Issue is done internally
Projects
None yet
Development

No branches or pull requests

3 participants