You are reading a single comment by @Lixas and its replies. Click here to read the full conversation.
  • i have found your error: wrong adresses on chip
    Your:
    write_flash -z 0x1000 bootloader.bin 0x10000 espruino_esp32.bin 0x8000 partitions_espruino.bin

    Should be:
    write_flash -z 0x1000 bootloader.bin 0x8000 partitions_espruino.bin 0x10000 espruino_esp32.bin

About

Avatar for Lixas @Lixas started