kopia lustrzana https://github.com/pjalocha/esp32-ogn-tracker
4 wiersze
283 B
Bash
4 wiersze
283 B
Bash
python esptool.py --chip esp32 --port /dev/ttyACM0 --baud 921600 --before default_reset --after hard_reset \
|
|
write_flash -z --flash_mode dio --flash_freq 40m --flash_size detect 0x1000 \
|
|
build/bootloader/bootloader.bin 0x10000 build/esp32-ogn-tracker.bin 0x8000 build/partitions.bin
|