diff options
| author | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-02-05 11:02:00 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-02-05 11:02:00 +1000 |
| commit | 96a1194b4fc67650227332222336188ba3395f49 (patch) | |
| tree | 96d460e0cce44b5a886ffe784cd2ae1fe15c4f50 /README | |
| parent | 6177100590a43b0572d6dba8649831e46dd8e085 (diff) | |
| download | meta-xilinx-96a1194b4fc67650227332222336188ba3395f49.tar.gz | |
README: Update README
* Remove notice about requiring external toolchain for MicroBlaze
* Remove the mention of 'linux-xlnx' being additional (it's the default
kernel provider for all machines) and is built by core-image-minimal
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'README')
| -rw-r--r-- | README | 7 |
1 files changed, 2 insertions, 5 deletions
| @@ -50,16 +50,13 @@ To build a specific target BSP configure the associated machine in local.conf: | |||
| 50 | 50 | ||
| 51 | MACHINE ?= "zc702-zynq7" | 51 | MACHINE ?= "zc702-zynq7" |
| 52 | 52 | ||
| 53 | Note: Currently MicroBlaze targets only support being built with an External | ||
| 54 | toolchain, please see the section below 'Configuring External Toolchain'. | ||
| 55 | |||
| 56 | Build the target file system image using bitbake: | 53 | Build the target file system image using bitbake: |
| 57 | 54 | ||
| 58 | $ bitbake core-image-minimal | 55 | $ bitbake core-image-minimal |
| 59 | 56 | ||
| 60 | Build additional targets include Linux and U-Boot: | 57 | Build additional targets, including U-Boot: |
| 61 | 58 | ||
| 62 | $ bitbake linux-xlnx u-boot-xlnx | 59 | $ bitbake u-boot-xlnx |
| 63 | 60 | ||
| 64 | Once complete the images for the target machine will be available in the output | 61 | Once complete the images for the target machine will be available in the output |
| 65 | directory 'tmp/deploy/images'. | 62 | directory 'tmp/deploy/images'. |
