mirror of
https://github.com/m5stack/M5Stack_MicroPython.git
synced 2026-05-20 10:14:44 -07:00
Merge pull request #8 from yaleman/patch-1
Updated readme to include flash instructions
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user