Skip to content
This repository was archived by the owner on Aug 23, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
# M5Stack Micropython Base [Lobo MicroPython](https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo/)

## Getting Start
## Getting Started

- See LoBo MicroPython [WiKi](https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo/wiki)
- Please make sure run ```./BUILD.sh menuconfig``` choose open **MicroPython --> Modules --> Use Display module**

### Simple Build instructions

This works for Linux or macOS, windows is slightly different. Follow the information above to prepare your build environment.

1. Clone the repository `git clone https://github.com/m5stack/M5Stack_MicroPython`
2. Enter the build `cd M5Stack_MicroPython/MicroPython_BUILD/`
3. Build the firmware `./BUILD.sh`
4. Flash the firmware `./BUILD.sh flash`

## Upload code
- Use [Ampy](https://github.com/adafruit/ampy)
- Use [Lobo Miropython filesystems](https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo/wiki/filesystems)
Expand Down