Updated readme to include flash instructions

This commit is contained in:
yaleman
2019-08-12 12:26:05 +10:00
committed by GitHub
parent 1a41dfb0e3
commit 254ba2bb55
+10 -1
View File
@@ -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)