diff options
-rw-r--r-- | doc/book-enea-nfv-access-guide-intel/doc/using_nfv_access_sdks.xml | 15 |
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"> |