summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README7
1 files changed, 2 insertions, 5 deletions
diff --git a/README b/README
index 6bee5d7d..c5c548e6 100644
--- a/README
+++ b/README
@@ -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
53Note: Currently MicroBlaze targets only support being built with an External
54toolchain, please see the section below 'Configuring External Toolchain'.
55
56Build the target file system image using bitbake: 53Build the target file system image using bitbake:
57 54
58 $ bitbake core-image-minimal 55 $ bitbake core-image-minimal
59 56
60Build additional targets include Linux and U-Boot: 57Build additional targets, including U-Boot:
61 58
62 $ bitbake linux-xlnx u-boot-xlnx 59 $ bitbake u-boot-xlnx
63 60
64Once complete the images for the target machine will be available in the output 61Once complete the images for the target machine will be available in the output
65directory 'tmp/deploy/images'. 62directory 'tmp/deploy/images'.