diff options
author | Prashanth Mundkur <prashanth.mundkur@gmail.com> | 2018-11-30 14:20:28 -0800 |
---|---|---|
committer | Prashanth Mundkur <prashanth.mundkur@gmail.com> | 2018-11-30 14:20:28 -0800 |
commit | 9b8b37d081800cd655d10fa9bd9cf8868522586e (patch) | |
tree | 282caf44ed490d4763999fc6f915c580ce7c2b3d /README.md | |
parent | 629f913d23f486e62eee57acb7fa61be6a24a08e (diff) | |
download | sail-riscv-9b8b37d081800cd655d10fa9bd9cf8868522586e.zip sail-riscv-9b8b37d081800cd655d10fa9bd9cf8868522586e.tar.gz sail-riscv-9b8b37d081800cd655d10fa9bd9cf8868522586e.tar.bz2 |
More minor readme edits.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -73,8 +73,8 @@ Booting Linux with the C backend The C model needs an ELF-version of the BBL (Berkeley-Boot-Loader) that contains the Linux kernel as an embedded payload. It also needs a DTB (device-tree blob) file describing the platform (say in the file -`spike.dtb`). Once those are available, the model should be run -as: +`spike.dtb`). Once those are available (see below for suggestions), +the model should be run as: ``` $ ./riscv_sim -t console.log -b spike.dtb bbl > execution-trace.log 2>&1 & @@ -91,8 +91,8 @@ own DTB. $ ./platform bbl > execution-trace.log 2> console.log ``` -Generating Linux binaries -------------------------- +Generating input files for Linux boot +------------------------------------- One could directly build Linux and the toolchain using `https://github.com/sifive/freedom-u-sdk`. The built `bbl` |