Skip to content

Instantly share code, notes, and snippets.

@Nervengift
Last active August 29, 2015 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nervengift/12d342f7a661b3b9c0d9 to your computer and use it in GitHub Desktop.
Save Nervengift/12d342f7a661b3b9c0d9 to your computer and use it in GitHub Desktop.
building (and flashing) nodemcu
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