diff options
author | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-03-06 21:41:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-06 21:41:15 +0000 |
commit | 87f176dfbbbf1a64bd3e034713434393a0f3518b (patch) | |
tree | 83596e3e6ed4d1fa832f6771cdee2ee35c070b95 /doc | |
parent | c71689996d85011f3d493b8cbe75e1379bdbc932 (diff) | |
parent | 6aab6996dbd890c5788bf4e330454a3490268174 (diff) |
Merge pull request #193 from sifive/hifive1-revb
Add support for Segger J-Link OB to HiFive1 Rev B
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sphinx/userguide/installing.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/sphinx/userguide/installing.rst b/doc/sphinx/userguide/installing.rst index 6e57425..b6f3a49 100644 --- a/doc/sphinx/userguide/installing.rst +++ b/doc/sphinx/userguide/installing.rst @@ -48,6 +48,15 @@ and unpack it to your desired location. Then, set the ``RISCV_PATH`` and export RISCV_OPENOCD_PATH=/my/desired/location/openocd export RISCV_PATH=/my/desired/location/riscv64-unknown-elf-gcc-<date>-<version> +Install Segger J-Link Software +------------------------------ + +Some targets supported by Freedom E SDK (like the SiFive HiFive1 Rev B) use Segger J-Link OB +for programming and debugging. If you intend to use these targets, install the Segger J-Link +Software and Documentation Pack for your machine: + +`Segger J-Link Software Downloads <https://www.segger.com/downloads/jlink#J-LinkSoftwareAndDocumentationPack>`_ + Cloning the Repository ---------------------- |