1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-01-25 19:46:10 +00:00

Merge pull request #129 from antonblanchard/update-micropython

Point to upstream micropython
This commit is contained in:
Anton Blanchard
2020-01-11 07:35:37 +11:00
committed by GitHub

View File

@@ -19,9 +19,8 @@ You can try out Microwatt/Micropython without hardware by using the ghdl simulat
grab the powerpc64le-power8 toolchain from https://toolchains.bootlin.com
```
git clone https://github.com/mikey/micropython
git clone https://github.com/micropython/micropython.git
cd micropython
git checkout powerpc
cd ports/powerpc
make -j$(nproc)
cd ../../../