m1nor, FJMEM and UrJTAG clarifications
authorSebastien Bourdeauducq <sebastien@milkymist.org>
Sun, 3 Jun 2012 20:20:50 +0000 (22:20 +0200)
committerSebastien Bourdeauducq <sebastien@milkymist.org>
Sun, 3 Jun 2012 20:20:50 +0000 (22:20 +0200)
README

diff --git a/README b/README
index 99d1748c1d43dde2a9bf7149611a652556b71965..eff63f5135854c41c4c79fe1fac8451230778376 100644 (file)
--- a/README
+++ b/README
@@ -36,7 +36,7 @@ production version of Milkymist SoC, visit:
   cd compiler-rt-lm32
   make lm32
 
-4. Set the CRTDIR environment variable to where the libcompiler_rt.a is.
+4. Set the CRTDIR environment variable to where libcompiler_rt.a is.
   export CRTDIR=/path_to/compiler-rt-lm32/lm32/lm32
 
 5. Build and flash the BIOS (part of this source distribution).
@@ -44,7 +44,11 @@ production version of Milkymist SoC, visit:
   make
   make flash
 
-The second command requires UrJTAG and FJMEM.
+The second command requires m1nor, FJMEM and UrJTAG.
+These tools can be found respectively at:
+  http://projects.qi-hardware.com/index.php/p/wernermisc/
+  https://github.com/milkymist/fjmem-m1
+  http://urjtag.org
   
 [> Instructions (gateware)
 --------------------------