Hi,
I'm having trouble getting up and running with MicroPython and would appreciate some help, please.
I have a M5Stack Fire (with psram) and I'm using a Windows 10 computer.
I'm trying M5Stack_MicroPython and have been successful at burning a couple of different MicroPython.bin files from various firmware builds (such as https://github.com/m5stack/M5Stack_MicroPython/blob/master/MicroPython_BUILD/firmware/esp32_psram_all_bt/MicroPython.bin)
>>esptool --chip esp32 --port COM5 erase_flash
Then:
>>esptool --chip esp32 --port COM5 --baud 460800 write_flash -z 0x1000 MicroPython.bin
esptool.py v2.6
Serial port COM5
Connecting....
Chip is ESP32D0WDQ6 (revision 1)
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
MAC: 84:0d:nn:nn:nn:nn
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 460800
Changed.
Configuring flash size...
Auto-detected Flash size: 16MB
Flash params set to 0x0240
Compressed 2317264 bytes to 1477673...
Wrote 2317264 bytes (1477673 compressed) at 0x00001000 in 35.6 seconds (effective 521.0 kbit/s)...
Hash of data verified.
Leaving...
Hard resetting via RTS pin...
Then I try to connect with rshell or ampy and nothing happens. Connecting with putty, I see the following (over and over again):
rst:0x10 (RTCWDT_RTC_RESET),boot:0x17 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3f400020,len:462120
ets Jun 8 2016 00:22:57
Can anyone tell me what I'm doing wrong, please?
Thanks,
Andrew