Created
January 2, 2017 23:35
-
-
Save alkalinecoffee/52df47e06a8513f644a7919651c423e0 to your computer and use it in GitHub Desktop.
ESP8266 setup on OSX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget https://github.com/nodemcu/nodemcu-firmware/releases/download/0.9.6-dev_20150704/nodemcu_float_0.9.6-dev_20150704.bin | |
git clone https://github.com/themadinventor/esptool.git | |
cd esptool | |
sudo python setup.py install | |
sudo python ./esptool.py --port=/dev/cu.SLAB_USBtoUART write_flash -fm=dio -fs=32m 0x00000 nodemcu_float_0.9.6-dev_20150704.bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment