diff --git a/documentation/sdk-manual/sdk-using.xml b/documentation/sdk-manual/sdk-using.xml index cd95d15e68..fe8a372801 100644 --- a/documentation/sdk-manual/sdk-using.xml +++ b/documentation/sdk-manual/sdk-using.xml @@ -505,15 +505,18 @@ "Installing the SDK" section. - Secure the target root filesystem + + Secure the target root filesystem and the Cross-development toolchain: - You need to find and download the appropriate root filesystem and - the cross-development toolchain. - You can find the tarballs for the root filesystem in the same area used - for the kernel image. - Depending on the type of image you are running, the root filesystem you need differs. - For example, if you are developing an application that runs on an image that - supports Sato, you need to get a root filesystem that supports Sato. + You need to find and download the appropriate root + filesystem and the cross-development toolchain. + You can find the tarballs for the root filesystem in + the same area used for the kernel image. + Depending on the type of image you are running, the root + filesystem you need differs. + For example, if you are developing an application that + runs on an image that supports Sato, you need to get a + root filesystem that supports Sato. You can find the cross-development toolchains at toolchains. Be sure to get the correct toolchain for your development host and your @@ -522,6 +525,17 @@ section for information and the "Installing the SDK" section for installation information. + + As an alternative to downloading an SDK, you can build + the toolchain installer. + For information on building the installer, see the + "Building an SDK Installer" + section. + Another helpful resource for building an installer is + the + Cookbook guide to Making an Eclipse Debug Capable Image + wiki page. + Create and build your application: At this point, you need to have source files for your application.