projects
/
microwatt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a67e3b
)
Point to upstream micropython
author
Anton Blanchard
<anton@linux.ibm.com>
Fri, 10 Jan 2020 20:20:21 +0000
(07:20 +1100)
committer
Anton Blanchard
<anton@ozlabs.org>
Fri, 10 Jan 2020 20:20:21 +0000
(07:20 +1100)
Our changes are now merged upstream, so point there instead.
Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index 65a3a304312847ab8542a4dc1eef53f99347972f..942f6dc158d3da81474d4838ba9371c38ecc357a 100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-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/mi
key/micropython
+git clone https://github.com/mi
cropython/micropython.git
cd micropython
-git checkout powerpc
cd ports/powerpc
make -j$(nproc)
cd ../../../