**************************************************************************************************************************** Yocto building procedure **************************************************************************************************************************** Compile total Yocto: ******************** mkdir yocto cd yocto/ wget ftp://ftp.phytec.de/pub/Software/Linux/Yocto/Tools/phyLinux chmod 777 phyLinux ************** To build for am335x: ******************** ./phyLinux init Than hit 1 enter Than hit 4 enter Than hit 5 enter $ source sources/poky/oe-init-build-env bitbake phytec-qt4demo-image After completed building,images are located in build/deploy/images/phycore-am335x-2 Procedure for compiling Linux: ****************************** Location of kernel: ******************* build/tmp-glibc/work/phycore_am335x_2-phytec-linux-gnueabi/linux-ti/3.12.30-phy2-r0/git Run environment script file make clean make distclean make am335x_phytec_defconfig If any changes requiries in menuconfig make menuconfig Than enable or disable packages and save it make zImage zImage is localted in arch/arm/boot Generate .dtb: ************** make am335x-phycore-rdk.dtb .dtb is located in arch/arm/boot/dts