diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-21 13:12:03 +0000 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-21 13:12:03 +0000 |
commit | 84ba9be5d3619eead02597f391edc2dbef2793a8 (patch) | |
tree | 4dc55f78052390faeb6b00c2c8446c8cbb6f40ec | |
parent | e5315debfd5c7c476746d2cabed4abfebe964178 (diff) |
Detail some instructions.
Some instructions miss some details to get properly executed.
Change-Id: I973a21f31fb685bbd82021101989cbc03764a23f
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r-- | docs/2-Installation.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/2-Installation.md b/docs/2-Installation.md index 7650c6e2..4bb038af 100644 --- a/docs/2-Installation.md +++ b/docs/2-Installation.md @@ -10,6 +10,8 @@ It will produce a _configuration-generated.cpp_ file to paste in the source, _sr To get the correct SDK version installed, you **must** prepare your environment with the **chinook-next** version. To do so, run the following command in your docker image: +> **NOTE** This command assume that proprietary graphic drivers for Renesas Porter board are located in `/home/devel/share/proprietary-renesas-rcar` directory. + ```bash $ prepare_meta -f chinook-next -o /xdt -l /home/devel/mirror -p /home/devel/share/proprietary-renesas-rcar/ -t porter -e wipeconfig -e rm_work ``` @@ -17,6 +19,8 @@ $ prepare_meta -f chinook-next -o /xdt -l /home/devel/mirror -p /home/devel/shar * Check that you updated git submodules, executing the following commands from this repository: ```bash +$ git clone https://github.com/iotbzh/CAN_signaling +$ cd CAN_signaling $ git submodule init $ git submodule update ``` @@ -39,6 +43,7 @@ $ git submodule update You can install any of these using your package manager. For instance, inside the iotbzh's docker image, you must enter this command : ```bash +$ sudo apt-get update $ sudo apt-get install cmake libboost-system-dev libboost-filesystem-dev libboost-program-options-dev ``` |