File tree 2 files changed +66
-66
lines changed
2 files changed +66
-66
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ user1.bin: obj/proxy.o obj/elm327.o obj/webserver.o obj/sha.o obj/rsa.o
50
50
$(OBJCP ) --only-section .data -O binary a.out eagle.app.v6.data.bin
51
51
$(OBJCP ) --only-section .rodata -O binary a.out eagle.app.v6.rodata.bin
52
52
$(OBJCP ) --only-section .irom0.text -O binary a.out eagle.app.v6.irom0text.bin
53
- COMPILE=gcc python ./esp-open-sdk/ESP8266_NONOS_SDK_V1.5.4_16_05_20/tools/gen_appbin.py a.out 2 0 32 4 0
53
+ COMPILE=gcc python2 ./esp-open-sdk/ESP8266_NONOS_SDK_V1.5.4_16_05_20/tools/gen_appbin.py a.out 2 0 32 4 0
54
54
rm -f eagle.app.v6.* .bin
55
55
mv eagle.app.flash.bin $@
56
56
../crypto/sign.py $@ $@ $(CERT )
@@ -61,7 +61,7 @@ user2.bin: obj/proxy.o obj/elm327.o obj/webserver.o obj/sha.o obj/rsa.o
61
61
$(OBJCP ) --only-section .data -O binary a.out eagle.app.v6.data.bin
62
62
$(OBJCP ) --only-section .rodata -O binary a.out eagle.app.v6.rodata.bin
63
63
$(OBJCP ) --only-section .irom0.text -O binary a.out eagle.app.v6.irom0text.bin
64
- COMPILE=gcc python ./esp-open-sdk/ESP8266_NONOS_SDK_V1.5.4_16_05_20/tools/gen_appbin.py a.out 2 0 32 4 0
64
+ COMPILE=gcc python2 ./esp-open-sdk/ESP8266_NONOS_SDK_V1.5.4_16_05_20/tools/gen_appbin.py a.out 2 0 32 4 0
65
65
rm -f eagle.app.v6.* .bin
66
66
mv eagle.app.flash.bin $@
67
67
../crypto/sign.py $@ $@ $(CERT )
You can’t perform that action at this time.
0 commit comments