Factory Test compiled and uploaded well, but...
-
Re: [M5StickC - Cannot upload FactoryTest](size too large)
Factory test compiled and uploaded ok but
Stick only showed dynamic start screen and after that it got grey and no functions can be selected/run.
Anyway, the red LED blinks.Whats wrong?
Thanks for any hint
Regards
Peter -
Hello @DG4EK
I've just tried the current Factory Test firmware from github on my M5StickC and it works just fine for me.
Re file size too large:
- Arduino IDE: choose partition scheme:
No OTA (Large APP)
- PlatformIO: add
board_build.partitions = no_ota.csv
toplatformio.ini
Hope this helps.
Cheers
Felix - Arduino IDE: choose partition scheme: