tobozo / M5Stack-SD-Updater

💾 Customizable menu system for M5Stack, M5Unified and ESP32-Chimera-Core - loads apps from the Micro SD card. Easily add you own apps
MIT License
309 stars 41 forks source link

Provide ready to flash .bin files in github releases page #144

Closed tbaumann closed 3 years ago

tbaumann commented 3 years ago

The README suggests to use M5Burner for ease of use.

However this only runs on Windows and MacOS. It would be useful if new users who just want to bootstrap a M5Stack with SD-Boot support could fetch a recompiled .bin file from the githup page and flash it with esptool.

tobozo commented 3 years ago

M5Burner has a linux version

image

https://m5stack.com/pages/download

Also there's already a downloadable zip with the precompiled menu.bin in the releases page (Yolo edition)

tbaumann commented 3 years ago

Thanks. I made wrong assumptions.