From dab5ffcf465232f77f1155905d9757b8c00da3b0 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 13 Sep 2011 06:36:29 -0700 Subject: documentation/adt-manual/adt-prepare.xml: Added note about sato I discovered that in order to remotely deploy and debug an image from Eclipse you have to have a Sato image. I added text to the note about getting or building the image specifying that requirement. (From yocto-docs rev: 060de7f6082bc3dbfa0f7d4e25b2933f15a61fc0) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/adt-manual/adt-prepare.xml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'documentation') diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index 93e013c..65ca634 100644 --- a/documentation/adt-manual/adt-prepare.xml +++ b/documentation/adt-manual/adt-prepare.xml @@ -367,21 +367,27 @@ You will need to have a kernel and filesystem image to boot using your hardware or the QEMU emulator. - That means you either have to build them or know where to get them. - You can find lots of details on how to get or build images and kernels for your - architecture in the + That means you either have to build them or know where to get them. + You can find a quick example of how to build an image in the - Building an Image section of the + Building an Image section of The Yocto Project Quick Start. - + The Yocto Project provides basic kernels and filesystem images for several architectures (x86, x86-64, mips, powerpc, and arm) that you can use unaltered in the QEMU emulator. These kernels and filesystem images reside in the Yocto Project release area - - and are ideal for experimentation within Yocto Project. + and are ideal for experimentation within Yocto Project. + If you plan on remotely deploying and debugging your application from within the + Eclipse IDE, you must have an image that supports Sato. + For information on the image types you can build using the Yocto Project, see + + Reference: Images in + + The Yocto Project Reference Manual. -- cgit v1.1