Skip to content

Instantly share code, notes, and snippets.

@ceremcem
Created March 24, 2016 13:35
Show Gist options
  • Save ceremcem/e81758da801ae9925227 to your computer and use it in GitHub Desktop.
Save ceremcem/e81758da801ae9925227 to your computer and use it in GitHub Desktop.
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