diff options
author | Prashanth Mundkur <prashanth.mundkur@gmail.com> | 2018-11-30 10:16:24 -0800 |
---|---|---|
committer | Prashanth Mundkur <prashanth.mundkur@gmail.com> | 2018-11-30 10:16:24 -0800 |
commit | 5cae951f65118398c250331c18c81558e567b7a7 (patch) | |
tree | 1f3b7913b4dc110205dd00a4877900415603d78b /README.md | |
parent | 5f46e431920008b89e6075ab1a58e0accb6d1d83 (diff) | |
download | sail-riscv-5cae951f65118398c250331c18c81558e567b7a7.zip sail-riscv-5cae951f65118398c250331c18c81558e567b7a7.tar.gz sail-riscv-5cae951f65118398c250331c18c81558e567b7a7.tar.bz2 |
Add another README detail.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -53,7 +53,9 @@ Generating Linux binaries: One could directly build Linux and the toolchain using ```https://github.com/sifive/freedom-u-sdk```. The built ```bbl``` -will be available in ```./work/riscv-pk/bbl```. +will be available in ```./work/riscv-pk/bbl```. You will need to configure +a kernel that can be booted on Spike; in particular, it should be +configured to use the HTIF console. The DTB can be generated using Spike and the DeviceTree compiler ```dtc``` as: |