Commit cf5c34c4 authored by Benoit Rat's avatar Benoit Rat

doc: update developper section with new release

parent 752532ae
......@@ -1503,14 +1503,14 @@ Quick Start Guide For Developers
Introduction
--------------
> ***Notes:*** This section is still in development, you can read it to
have a few hints on where to find the project but it shall be seen as
work in progress. It will become more complete as new users step in and
report their problems.
This section has the purpose to give the developers a quick start guide to install
the tools and compile the different projects to obtain the binaries used previously.
If you need a more complete guide on how to create your own HDL for the [SPEC],
or you want to improve the structure of a project using the [OHWR] platform we recommend you
to look at the [spec-getting-started.pdf] guide.
The starting kit is based on various project:
[spec-sw]
......@@ -1579,7 +1579,7 @@ However we provide here a simple resume of the steps required to compile the fir
You should also look at the [wrpc.pdf] to understand how to use it and
how to compile new firmware for other configurations.
You can download it from [wr-nic-v1.1.tar.gz](http://www.ohwr.org/projects/wr-nic/files) file or you can try to compile it following the instructions below:
You can download it from [wr-nic-v2.0.tar.gz](http://www.ohwr.org/projects/wr-nic/files) file or you can try to compile it following the instructions below:
You first need to install the **lm32** compiler as suggested in
[wrpc.pdf], and then you need to compile it using the specific configuration as bellow:
......@@ -1593,7 +1593,7 @@ git clone git://ohwr.org/hdl-core-lib/wr-cores/wrpc-sw.git
cd wrpc-sw
## Checkout the stable release
git checkout -b wr-nic-v1.1 wr-nic-v1.1
git checkout -b wrpc-v2.1-for-wrnic wrpc-v2.1-for-wrnic
~~~~~~~~~~
......@@ -1629,7 +1629,7 @@ the wrpc-sw (`wrc.ram` file) embedded inside.
## Checkout the code
git clone git://ohwr.org/white-rabbit/wr-nic.git
cd wr-nic
git checkout -b wr-nic-v1.1 wr-nic-v1.1
git checkout -b wr-nic-v2.0 wr-nic-v2.0
## Create and update the submodules
git submodule init
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment