Skip to content

Commit 2a7ff97

Browse files
author
Sebastien Bourdeauducq
committedJun 3, 2012
m1nor, FJMEM and UrJTAG clarifications
1 parent 9496fff commit 2a7ff97

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed
 

‎README

+6-2
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,19 @@ production version of Milkymist SoC, visit:
3636
cd compiler-rt-lm32
3737
make lm32
3838

39-
4. Set the CRTDIR environment variable to where the libcompiler_rt.a is.
39+
4. Set the CRTDIR environment variable to where libcompiler_rt.a is.
4040
export CRTDIR=/path_to/compiler-rt-lm32/lm32/lm32
4141

4242
5. Build and flash the BIOS (part of this source distribution).
4343
cd software/bios
4444
make
4545
make flash
4646

47-
The second command requires UrJTAG and FJMEM.
47+
The second command requires m1nor, FJMEM and UrJTAG.
48+
These tools can be found respectively at:
49+
http://projects.qi-hardware.com/index.php/p/wernermisc/
50+
https://github.com/milkymist/fjmem-m1
51+
http://urjtag.org
4852

4953
[> Instructions (gateware)
5054
--------------------------

0 commit comments

Comments
 (0)
Please sign in to comment.