(2026-03-01, 05:20 PM)villain Wrote: I've got as far as trying to screen the device using "screen /dev/tty.usbmodem14301 115200" in terminal (I couldn't get PuTTY working) but it throws a quick error (something about resources being busy) then "Sorry, could not find a PTY." and returns to the previous terminal window.
I sometimes get a message like this from tangara-cli and have to retry, so just in case you haven't tried doing it again, try that and the issue may go away. I'm not a Mac user, so I'm not sure what would make the port busy (other than more update attempts) if you keep seeing it... I would probably just reboot :x
(2026-03-01, 05:20 PM)villain Wrote: I also tried to reinstall the firmware to the latest version, and I can no longer use the latest version of the Tangara Companion ("You can't open the application "Tangara Companion" because this application is not supported on this Mac." - I'm running MacOS Sonoma 14.6.1 on a 2018 Mac Mini)
Unfortunately, the last few versions of the Tangara Companion GUI haven't been built for MacOS x86_64, so you won't be able to flash new versions of Tangara using the companion. There's an issue for that here:
https://github.com/haileys/tangara-companion/issues/38
I'm assuming that when you reference the CLI not working, you mean the Tangara Companion CLI, so I'll suggest something else. It's a little more complex, but the "developer's" method of flashing the device is the most comprehensive:
https://cooltech.zone/tangara/docs/flash...ith-idf-py
Note that it's the "Recovery and Initial Flashing with idf.py" section specifically, since the esptool sections don't flash all partitions, and recent Tangara versions do need to flash all partitions to update properly. I haven't done it on a Mac, but I'm assuming you can get the development dependencies via homebrew or similar.
This would also let you do the `idf.py monitor` that ailurux recommended. You don't need screen or PuTTY with this method; idf.py does it for you.