-
Notifications
You must be signed in to change notification settings - Fork 98
Open
Description
hello I try to flash the compiled version to my device, but even the flash completed, I never got the SSID Evil Crow RF v2 up. Also on serial terminal only noice (at 38400).
is the way I tested:
esptool --port /dev/cu.usbserial-110 -b 115200 write_flash -z --flash_mode dio --flash_freq 40m --flash_size 4MB \
0x1000 firmware.ino.bootloader.bin 0x8000 firmware.ino.partitions.bin 0x10000 firmware.ino.binesptool --chip esp32 --port /dev/cu.usbserial-110 -b 115200 \
write-flash -z \
--flash-mode dio --flash-freq 40m --flash-size 4MB \
0x0 firmware.ino.merged.binI use esptool v5.1.0. thank-you in advance
Metadata
Metadata
Assignees
Labels
No labels