File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -33,15 +33,11 @@ binary format).
3333cd brickemu
3434make
3535export CROSSTOOLPREFIX=< path to h8300 cross-compiler toolchain (e.g. /usr/bin/h8300-hms- )>
36- export BRICKOS_DIR=< path to brickOS home>
37- export BRICKOS_LIBDIR=< path to brickOS lib dir> (if not ${BRICKOS_DIR} /lib/brickos)
36+ export CROSSTOOLSUFFIX=< version or other suffix for the h8300 cross-compiler toolchain (e.g. -3 )>
3837./ir-server
39- wish GUI.tcl -firm < path/to/brickOS.coff>
38+ wish GUI.tcl -rom < path/to/rom.srec > - firm < path/to/brickOS.coff>
4039```
4140
42- You can set BRICKEMU_DIR if you want to start emu from another
43- directory.
44-
4541There are two possibilities to download firmware and programs. The
4642easy way is to choose "Firmware..." and "Load Program..." from the
4743menu. Make sure that the rcx is turned on before loading firmware,
You can’t perform that action at this time.
0 commit comments