This commit is contained in:
openoms
2019-01-16 14:17:37 +00:00
parent 8692c4f363
commit e2c5bd9e08
3 changed files with 4 additions and 1 deletions

13
BUIDLbootcamp/M5Stack Normal file
View File

@@ -0,0 +1,13 @@
sudo apt-get install git wget make libncurses-dev flex bison gperf python python-serial
git clone --depth 1 https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo.git
cd MicroPython_ESP32_psRAM_LoBo/MicroPython_BUILD/
# ./BUILD.sh menuconfig
./BUILD.sh
cd ../..
git clone https://github.com/tuupola/micropython-m5stack.git
$ sudo pip3 install rshell
$ make sync
$ make repl