You are reading a single comment by @Darius and its replies. Click here to read the full conversation.
  • I tried 1v97 but no luck unfortunately.

    1. esptool --port /dev/cu.usbserial-DN02MPA4 \
    2. --baud 921600 \
    3. --after hard_reset write_flash \
    4. -z \
    5. --flash_mode dio \
    6. --flash_freq 26m \
    7. --flash_size detect \
    8. > 0x1000 bootloader.bin 0x8000 partitions_espruino.bin 0x10000 espruino_1v97_esp32.bin
    9. esptool.py v2.5.1-dev
    10. Serial port /dev/cu.usbserial-DN02MPA4
    11. Connecting.......
    12. Detecting chip type... ESP32
    13. Chip is ESP32D0WDQ6 (revision 0)
    14. Features: WiFi, BT, Dual Core
    15. MAC: 24:0a:c4:05:6f:c4
    16. Uploading stub...
    17. Running stub...
    18. Stub running...
    19. Changing baud rate to 921600
    20. Changed.
    21. Configuring flash size...
    22. Auto-detected Flash size: 4MB
    23. Flash params set to 0x0221
    24. Compressed 13344 bytes to 8838...
    25. Wrote 13344 bytes (8838 compressed) at 0x00001000 in 0.1 seconds (effective 953.9 kbit/s)...
    26. Hash of data verified.
    27. Compressed 3072 bytes to 162...
    28. Wrote 3072 bytes (162 compressed) at 0x00008000 in 0.0 seconds (effective 1534.6 kbit/s)...
    29. Hash of data verified.
    30. Compressed 930160 bytes to 520555...
    31. Wrote 930160 bytes (520555 compressed) at 0x00010000 in 11.4 seconds (effective 653.4 kbit/s)...
    32. Hash of data verified.
    33. Leaving...
    34. Hard resetting via RTS pin...
    1. [Maelstrom 21:30] ~/Downloads >cu -l /dev/cu.usbserial-DN02MPA4 -s 115200
    2. Connected.
    3. ets Jun 8 2016 00:22:57
    4. rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
    5. ets Jun 8 2016 00:22:57
    6. rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
    7. configsip: 0, SPIWP:0xee
    8. clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
    9. mode:DIO, clock div:3
    10. load:0x3fff0018,len:4
    11. load:0x3fff001c,len:2364
    12. load:0x40078000,len:0
    13. load:0x40078000,len:10880
    14. entry 0x40078c4c
    15. bpx~�nb
    16. |�n��8~�n���n�������Ă�#��#�nrl;|��n����Ă�#��#�n�����n`�������nĒ�
    17. �?�n��
About

Avatar for Darius @Darius started