You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once flashed, the board disconnects USB serial after producing the following message:
Serial console setup
The board can be restarted by a short press on the power button and will produce a USB serial for a couple of seconds till the message above is generated, after that will disconnect again. Pressing reset button doesn't produce any noticeable effects.
This doesn't seem to be related to a bootloader, offset and/or tool used for flashing (tested with official website, m5launcher and esptool.py).
Additional information
Tested with USB connection on MacBook Air M2 running MacOS 15.1.1 (24B91)
The text was updated successfully, but these errors were encountered:
I think i've tried all possible ways to flash the firmware and it won't boot.
So went back to Arduino IDE to restore the original factory sketch hoping that may help. Upon doing so i've noticed that Arduino IDE board info outputs the following:
Well, i tried flashing "TTGO T-Display ESP32 16M" CircuitPython 9.2.1 firmware and it booted up all the way into REPL being available over USB serial. Sure, the screen and probably few other peripherals aren't functioning, but at least it boots up and is accessible.
My board has the following printed on the PCB: "CORE2 v1.1 20221130". At this point I'm confused as v1.1 release date is 2023.11 as stated in the Version Change section here: https://docs.m5stack.com/en/core/Core2%20v1.1
Comparing specs against the original on the official website linked above i see the same chip and most of the the board units being compatible, so i'm still not sure why CircuitPython 8.* and 9.* won't run.
I've tried to build CircuitPython from source with custom board configurations, but so far had no progress, the issue persists.
CircuitPython version
Code/REPL
# cannot run any code
Behavior
cannot run any code
Description
Once flashed, the board disconnects USB serial after producing the following message:
Serial console setup
The board can be restarted by a short press on the power button and will produce a USB serial for a couple of seconds till the message above is generated, after that will disconnect again. Pressing reset button doesn't produce any noticeable effects.
This doesn't seem to be related to a bootloader, offset and/or tool used for flashing (tested with official website, m5launcher and esptool.py).
Additional information
Tested with USB connection on MacBook Air M2 running MacOS 15.1.1 (24B91)
The text was updated successfully, but these errors were encountered: