Closed
Description
I have an ESP32 that I loaded MicroPython onto. What I have is a LilyGo TTGO T7 and this is the binary I loaded esp32spiram-idf3-20210202-v1.14.bin onto it.
I erased the flash first without any problems and then I used this command to load the firmware
esptool.py --chip esp32 --port COM6 --baud 500000 write_flash -z 0x1000 esp32spiram-idf3-20210202-v1.14.bin
This board has an additional 8mb of ram.
When I connect to the USP32 using putty this is the output I get
ets J]
▒▒▒▒▒ 00:2&▒▒▒H▒HH▒▒▒0xL▒POWE▒▒▒%UMQ),boo▒▒x13 ▒*▒}MQ_FLAS▒%==Q▒
confi֥▒▒ 0 ▒A%]A▒0xee▒▒,k▒E▒v:0x0bq_dr▒▒x00,▒E▒▒▒0▒0,cs▒▒▒▒0A0,hd_▒▒▒0x▒▒wp_d.▒▒▒▒0C▒둕▒DIO, c▒k▒▒di▒▒
▒▒+▒▒0Mfff0▒L,▒▒▒▒5008
▒
▒▒▒▒l 12 r▒
▒j
load:0▒00780▒▒len:LL▒j
ho 0 tXZ
▒▒▒▒om 4▒!녑▒0x4008▒00,lYK▒▒▒▒j
ent▒▒0x4▒806b▒H▒MicroPython v1.14 on 2021-02-02; ESP32 module (spiram) with ESP32
Type "help()" for more information.
>>>
I am unable to type any commands. I am not sure what is going on with it because the firmware loads with no errors.
Any assistance is really appreciated.