>1. Do we need to create cross-tool-chain(powerpc-eabi or powerpc-fsl-linux)
> to generate images for QorIQ processors using SDK? If not where is
> the Cross-Tool-chain is located in SDK?
>
[Platon] The SDK builds and installs a toolchain automatically when
it builds a target image or package. If you want to use the SDK toolchain
to build an external (to the SDK) software, follow instructions at this
link:
https://freescale.sdlproducts.com/LiveContent/content/en-US/QorIQ_SDK_1.9/GUID-16DBC8E2-9A18-4867-9B...
>2. I want to develop Bare board application for T1024RDB using SDK. Is there any tutorial for guidance?
>
[Platon] SDK is for development in Linux environment. Use CodeWarrior
to work with bare hadrware. CodeWarrior documentation can be found here:
http://www.nxp.com/products/software-and-tools/software-development-tools/codewarrior-development-to...
>3. Can we use "powerpc-fsl-linux-*" cross tools for designing bare
>board application? if not how it will effect? and how to create
>"powerpc-eabi-*" cross tool chain using SDK?
[Platon] No. powerpc-fsl-linux tools generate binaries that rely on
the presence of Linux OS. Use CodeWarrior for bare board development.
>4. How to develop u-boot standalone binaries (programs which can
>run u-boot environment) using SDK?
>
[Platon] The SDK is primarily targeted at Linux and uses u-Boot only
as a bootloader. If you wish to develop a u-Boot application, study
u-Boot documentation:
http://www.denx.de/wiki/view/DULG/UBootStandalone
doc/README.standalone - this path is from the top of u-Boot source code
directory tree
and the sources/Makifiles of example standalone applications, see the
documents above on how to locate them.
>5. how to create "qemu-system-ppc/ppc64" executable for HOST PC to
>emulate binaries/images generated by SDK in HOST PC it self?
>
[Platon] There is no support to host KVM/QEMU in the SDK. Refer to
the documentation on QEMU website:
http://wiki.qemu.org/Manual
>6. In the scope development what is difference between Code Warrior and SDK?
>
[Platon] The SDK is a set of tools and software packages that helps you
to quickly configure, create and deploy a workable Linux to a supported target board.
CodeWarrior is a set of tools for software development: creating, building
and debugging your code. If you develop for Linux, the SDK creates the
basic environment for your target board (workable kernel, roofs),
CodeWarrior builds, debugs and profiles your code for you. For a bare
board, CodeWarrior creates a minimum operation environment for your
code.
Have a great day,
Platon
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------