aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristopher Celio <celio@eecs.berkeley.edu>2015-07-27 15:58:12 -0700
committerChristopher Celio <celio@eecs.berkeley.edu>2015-07-27 15:58:12 -0700
commit226e671aee70198b77d24b4ac8dc321a0a6d108d (patch)
tree32e540260336146b21392a401243ebca1af273e1 /README.md
parent5ddcdfd923501a949c35c2a910ac4ec9c5898574 (diff)
downloadriscv-tools-226e671aee70198b77d24b4ac8dc321a0a6d108d.zip
riscv-tools-226e671aee70198b77d24b4ac8dc321a0a6d108d.tar.gz
riscv-tools-226e671aee70198b77d24b4ac8dc321a0a6d108d.tar.bz2
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index f5ab3fd..9eba7ca 100644
--- a/README.md
+++ b/README.md
@@ -718,10 +718,10 @@ execution. We will need to load in the root disk image through the
`+disk` argument to `spike` as well. The command looks
like this:
- $ spike +disk=root.bin vmlinux
+ $ spike +disk=root.bin bbl vmlinux
-`vmlinux` is the name of the compiled Linux kernel
-binary.
+`vmlinux` is the name of the compiled Linux kernel binary,
+and `bbl` is the Berkeley Boot Loader (available from the riscv-pk repository).
If there are no problems, an `ash` prompt will
appear after the boot process completes. It will be pretty useless without the