mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2025-12-21 13:54:21 +01:00
reorg
This commit is contained in:
13
BUIDLbootcamp/M5Stack
Normal file
13
BUIDLbootcamp/M5Stack
Normal 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
|
||||
Reference in New Issue
Block a user