Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search
no edit summary
==='''How to build ISEE Yocto Project SDK'''===
 
Developers can build ISEE Yocto Project SDK in order to use it at their convenience. First of all a SDK installed will be produced and then developers will user the SDK installer in their Host machines to install all ISEE Yocto Project SDK components.
bitbake -c populate_sdk_ext igep-image-name
The resulting SDK installer script can be found inyocto project build folder ./tmp/deploy/sdk/*.sh
==='''How to use ISEE Yocto Project SDK'''===
In order to use the ISEE Yocto Project SDK first of all the Installer script must be run in the Host machine where it is intended to develop the software:
./isee-release-no-x11-glibc-x86_64-igep-basic-image-cortexa9hf-neon-toolchain-2.3.3.sh
Once it is installed the environment must be set up with the source script in
After the environment is set up developers can already compile and debug aplications. It can also be used qemu emulator available in  folder to emulate target applications.