diff options
| author | Kishore Bodke <kishore.k.bodke@intel.com> | 2012-10-31 15:04:55 -0700 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@intel.com> | 2012-11-01 08:20:59 -0500 |
| commit | c5618b8edbc562942a42002579bdd506270e59f6 (patch) | |
| tree | 6a8a289a6897e9e1a1022bc34f1520fa2631f6d8 | |
| parent | 24d937c4f221f3954cd8cb80ad006fe3c6558edc (diff) | |
| download | meta-intel-c5618b8edbc562942a42002579bdd506270e59f6.tar.gz | |
crystalforest: Update README Instructions.
Add Instructions on how to get the DPDK and
QuickAssist Recipes.
Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
| -rw-r--r-- | meta-crystalforest/README | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/meta-crystalforest/README b/meta-crystalforest/README index 8731c2ad..55e4ba04 100644 --- a/meta-crystalforest/README +++ b/meta-crystalforest/README | |||
| @@ -56,6 +56,7 @@ Table of Contents | |||
| 56 | 56 | ||
| 57 | I. Building the meta-crystalforest BSP layer | 57 | I. Building the meta-crystalforest BSP layer |
| 58 | II. Booting the images in /binary | 58 | II. Booting the images in /binary |
| 59 | III. Enabling Intel DPDK and QuickAssist Technology | ||
| 59 | 60 | ||
| 60 | 61 | ||
| 61 | I. Building the meta-crystalforest BSP layer | 62 | I. Building the meta-crystalforest BSP layer |
| @@ -88,15 +89,6 @@ You should then be able to build a crystalforest image as such: | |||
| 88 | $ source oe-init-build-env | 89 | $ source oe-init-build-env |
| 89 | $ bitbake core-image-sato | 90 | $ bitbake core-image-sato |
| 90 | 91 | ||
| 91 | The above image will not give you the quickassist technology features | ||
| 92 | such as openssl-qat-module, zlib-qat-module and corpus data files. | ||
| 93 | |||
| 94 | If you want those feature built into the image by default, You should | ||
| 95 | build the custom image by doing the following: | ||
| 96 | |||
| 97 | $ source oe-init-build-env | ||
| 98 | $ bitbake core-image-qat | ||
| 99 | |||
| 100 | At the end of a successful build, you should have a live image that | 92 | At the end of a successful build, you should have a live image that |
| 101 | you can boot from a USB flash drive (see instructions on how to do | 93 | you can boot from a USB flash drive (see instructions on how to do |
| 102 | that below, in the section 'Booting the images from /binary'). | 94 | that below, in the section 'Booting the images from /binary'). |
| @@ -147,6 +139,15 @@ ifconfig the IP address and use that to ssh in. The root password is | |||
| 147 | empty, so to log in type 'root' for the user name and hit 'Enter' at | 139 | empty, so to log in type 'root' for the user name and hit 'Enter' at |
| 148 | the Password prompt: and you should be in. | 140 | the Password prompt: and you should be in. |
| 149 | 141 | ||
| 142 | III. Enabling Intel DPDK and QuickAssist Technology | ||
| 143 | =================================================== | ||
| 144 | |||
| 145 | There are recipes available for the 'Intel Data Plane Development Kit and | ||
| 146 | Intel QuickAssist Technology components for use with this BSP. Please | ||
| 147 | contact your Intel Field Sales Representative or visit Intel Embedded Design | ||
| 148 | Center (www.intel.com/p/en_US/embedded/designcenter) for instructions on how | ||
| 149 | to locate and use these recipes. | ||
| 150 | |||
| 150 | ---- | 151 | ---- |
| 151 | 152 | ||
| 152 | If you find you're getting corrupt images on the USB (it doesn't show | 153 | If you find you're getting corrupt images on the USB (it doesn't show |
