Koenkk / Z-Stack-firmware

Compilation instructions and hex files for Z-Stack firmwares
MIT License
2.33k stars 643 forks source link

Compile the firmware using a Mac #378

Closed tiagomaricate closed 2 years ago

tiagomaricate commented 2 years ago

Hi people.

I just note all the instructions and "official" ways to compile the firmware are using the Flash Programmer 2, only available for Windows.

So, I'd like to know how to do this using a Mac. I can't find any similar tool to do it.

Really sorry if here is not the right place for asking this kind of help. I'm new to using HA and home automation and this is my first time setting up the device. Like a child holding a toy trying to find where to turn it on.

Koenkk commented 2 years ago

Flash Programer 2 works only on Windows indeed but all the rest works on Mac. I've actually made these instructions while compiling it on a Mac. For flashing on mac use cc2538-bsl or the zigstar tool: https://www.zigbee2mqtt.io/guide/adapters/#notes

tiagomaricate commented 2 years ago

Flash Programer 2 works only on Windows indeed but all the rest works on Mac. I've actually made these instructions while compiling it on a Mac. For flashing on mac use cc2538-bsl or the zigstar tool: https://www.zigbee2mqtt.io/guide/adapters/#notes

Perfect! Thanks!