Last active
August 29, 2015 14:21
-
-
Save Nervengift/12d342f7a661b3b9c0d9 to your computer and use it in GitHub Desktop.
building (and flashing) nodemcu
This file contains 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
git clone https://github.com/pfalcon/esp-open-sdk | |
cd esp-open-sdk | |
make | |
export PATH="$(pwd)/xtensa-lx106-elf/bin:$PATH" | |
cd .. | |
git clone https://github.com/nodemcu/nodemcu-firmware.git | |
cd nodemcu-firmware | |
# optional: edit app/include/user_modules.h and other configs | |
make | |
#make flash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment