summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSona Sarmadi <sona.sarmadi@enea.com>2018-06-15 18:20:02 +0200
committerSona Sarmadi <sona.sarmadi@enea.com>2018-06-15 18:24:34 +0200
commitfcfc7ef80e7eff44bb92e6a9805bec08afd988d4 (patch)
tree8f7c97ffa1366decee081042e4383cc775d3334d
parente51010980185f9dccb35fc1ef1657438c4c204af (diff)
downloadnfv-access-documentation-fcfc7ef80e7eff44bb92e6a9805bec08afd988d4.tar.gz
Updated Installing the Element ODM SDK
Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com>
-rw-r--r--doc/book-enea-nfv-access-guide-intel/doc/using_nfv_access_sdks.xml15
1 files changed, 12 insertions, 3 deletions
diff --git a/doc/book-enea-nfv-access-guide-intel/doc/using_nfv_access_sdks.xml b/doc/book-enea-nfv-access-guide-intel/doc/using_nfv_access_sdks.xml
index 075675e..af98cd2 100644
--- a/doc/book-enea-nfv-access-guide-intel/doc/using_nfv_access_sdks.xml
+++ b/doc/book-enea-nfv-access-guide-intel/doc/using_nfv_access_sdks.xml
@@ -131,13 +131,22 @@
131 <title>Installing the Element ODM SDK</title> 131 <title>Installing the Element ODM SDK</title>
132 132
133 <para>The Element ODM SDK contains a compressed archive file, 133 <para>The Element ODM SDK contains a compressed archive file,
134 odm-sdk-x.y.z-arch.tar.gz. Please refer to the Element ODM documentaion 134 odm-sdk-x.y.z-arch.tar.gz. Please refer to the Element ODM documentation
135 located at the Documentaion folder for how to install and use the ODM 135 located at the documentation folder for how to build, install and use
136 SDK.</para> 136 the ODM SDK.</para>
137 137
138 <programlisting>Documentation/ 138 <programlisting>Documentation/
139 Element_ODM_Kick_Start_Guide.pdf 139 Element_ODM_Kick_Start_Guide.pdf
140 Element_On_Device_Mgmt_Guide.pdf</programlisting> 140 Element_On_Device_Mgmt_Guide.pdf</programlisting>
141
142 <para>Build the ODM target kit:</para>
143
144 <programlisting>$ cd sdkdir/sysroots/corei7-64-enea-linux/usr/local/odm/odm-sdk-4.0.3-x86_64/
145$ make</programlisting>
146
147 <note>
148 <para>odm_target_kit.tar.gz is generated in the make directory.</para>
149 </note>
141 </section> 150 </section>
142 151
143 <section id="crosscomp-apps"> 152 <section id="crosscomp-apps">