diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index 93e013c60c..65ca6345ff 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.