echo-lalia / MicroHydra

MicroHydra is a simple, 'OS-like', MicroPython based app switcher designed for ESP32 based devices.
GNU General Public License v3.0
158 stars 14 forks source link

Doesn't start on Cardputer #143

Closed itJunky closed 1 month ago

itJunky commented 2 months ago

I'm using a M5Launcher for starting any .bin files.

I'm copied CARDPUTER.bin to SD, renamed it to MicroHydra, unzip and copy CARDPUTER_compiled.zip to root dir on flash, and inserted SD to cardputer. After boot m5launcher i select MicroHydra,bin, press install and waitng a progressbar. But after it goes to end everything is stuck (((

itJunky commented 2 months ago

image If i use thonny it's just bricked my cardputer (

echo-lalia commented 2 months ago

Hello!

Most of my testing is done on the Cardputer, so I'd definitely expect it to work, but I'm not sure why you're having issues.

If you put it into flashing mode by plugging it in, holding G0, and hitting the reset button, are you able to flash it successfully?

Finally, which .bin did you download; the v2.0 bin, or the 2.1 preview?

echo-lalia commented 2 months ago

btw: you don't need to download the compiled.zip if you're flashing the firmware :) that zip is just for installing on top of normal MicroPython. The MicroHydra firmware .bin has those files frozen into it.