10
0
Fork 0
sumorobot-firmware/Makefile

17 lines
459 B
Makefile
Raw Normal View History

2018-01-10 21:48:50 +00:00
all: flash update wifis
2018-01-10 21:21:26 +00:00
ampy -p /dev/tty.SLAB_USBtoUART put uwebsockets.py
update:
2018-01-10 21:48:50 +00:00
sleep 3
2018-01-10 21:21:26 +00:00
ampy -p /dev/tty.SLAB_USBtoUART put hal.py
2018-01-10 21:48:50 +00:00
ampy -p /dev/tty.SLAB_USBtoUART put main.py
ampy -p /dev/tty.SLAB_USBtoUART put boot.py
2018-01-10 21:21:26 +00:00
wifis:
2018-01-10 21:48:50 +00:00
sleep 3
2018-01-10 21:21:26 +00:00
ampy -p /dev/tty.SLAB_USBtoUART put wifis.json
flash:
esptool.py -p /dev/tty.SLAB_USBtoUART -b 460800 erase_flash
esptool.py -p /dev/tty.SLAB_USBtoUART -b 460800 write_flash --flash_mode dio 0x1000 esp32-*.bin