epiccurious / jade-diy

Securely custody your bitcoin with Open Source software and generic hardware.
MIT No Attribution
12 stars 1 forks source link

Flashing with Arm-based macOS 14.1.1 is broken #38

Closed epiccurious closed 7 months ago

epiccurious commented 7 months ago

Something is broken when installing the ESP-IDF from /tmp/ in macOS

To fix, need to make two changes

  1. don't use /tmp/ directory. Use a directory in ~/Downloads/ instead. (This will prevent the script failing in the screenshot.)
  2. Run the script as the user, not as sudo. (This will prevent the sudo pip warnings in the screenshot.)

image

epiccurious commented 7 months ago

This is a non-trivial change. Needs extensive testing before merging to master.