Skip to content

Flash version 1.0 #72

@nechry

Description

@nechry

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.bin
esptool --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.bin

I use esptool v5.1.0. thank-you in advance

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions