build script

make one file output
This commit is contained in:
LaurynasL 2015-03-16 09:53:15 +02:00
parent e0120e9b45
commit 7efbe081a5
1 changed files with 6 additions and 1 deletions

View File

@ -1 +1,6 @@
make && esptool.py elf2image app/.output/eagle/debug/image/eagle.app.v6.out
make clean
make all
cd bin/
srec_cat -output full.bin -binary 0x00000.bin -binary -fill 0xff 0x00000 0x10000 0x10000.bin -binary -offset 0x10000
rm ../pre_build/latest/nodemcu_latest.bin
mv full.bin ../pre_build/latest/nodemcu_latest.bin