File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -36,15 +36,19 @@ production version of Milkymist SoC, visit:
36
36
cd compiler-rt-lm32
37
37
make lm32
38
38
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.
40
40
export CRTDIR=/path_to/compiler-rt-lm32/lm32/lm32
41
41
42
42
5. Build and flash the BIOS (part of this source distribution).
43
43
cd software/bios
44
44
make
45
45
make flash
46
46
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
48
52
49
53
[> Instructions (gateware)
50
54
--------------------------
You can’t perform that action at this time.
0 commit comments