Created
March 24, 2016 13:35
-
-
Save ceremcem/e81758da801ae9925227 to your computer and use it in GitHub Desktop.
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
edit-this: | |
gedit Makefile & | |
untar: | |
tar -xvf *.tgz | |
download: | |
wget https://github.com/jeelabs/esp-link/releases/download/v2.1.7/esp-link-v2.1.7.tgz | |
make untar | |
program: | |
cd esp-link* ;\ | |
esptool.py --port /dev/ttyUSB0 write_flash -fs 4m -ff 40m 0x00000 boot_v1.4\(b1\).bin 0x1000 user1.bin 0x7E000 blank.bin | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment