Skip to content
This repository was archived by the owner on Aug 23, 2024. It is now read-only.

Commit 201e771

Browse files
authored
Merge pull request #8 from yaleman/patch-1
Updated readme to include flash instructions
2 parents 1a41dfb + 254ba2b commit 201e771

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
# M5Stack Micropython Base [Lobo MicroPython](https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo/)
22

3-
## Getting Start
3+
## Getting Started
44

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

8+
### Simple Build instructions
9+
10+
This works for Linux or macOS, windows is slightly different. Follow the information above to prepare your build environment.
11+
12+
1. Clone the repository `git clone https://github.com/m5stack/M5Stack_MicroPython`
13+
2. Enter the build `cd M5Stack_MicroPython/MicroPython_BUILD/`
14+
3. Build the firmware `./BUILD.sh`
15+
4. Flash the firmware `./BUILD.sh flash`
16+
817
## Upload code
918
- Use [Ampy](https://github.com/adafruit/ampy)
1019
- Use [Lobo Miropython filesystems](https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo/wiki/filesystems)

0 commit comments

Comments
 (0)