<div dir="ltr">Hello<br>While trying to add additional software I came across a problem.  Ubuntu
 uses armhf and the packages I had built with Yocto use armel.<br>Is there a license issue with building with armhf instead of armel with Yocto?  <br><br>I just received my zedboard this past week.  Testing has been going okay so far.  I built the kernel & devicetree.dtb using Xilinx sdk. The kernel sources were obtained at git clone <a href="https://github.com/Digilent/linux-digilent.git">https://github.com/Digilent/linux-digilent.git</a>.<br>
<br>Ubuntu and BusyBox booted okay with linaro-precise-ubuntu-desktop-20120923-436.tar.gz <br>rootfs and ramdisk8M.image.gz rootfs.  I also used the BOOT.BIN provided for BusyBox tests.<br><br>I then created 2 rootfs wih Yocto both of which booted okay.<br>
MACHINE=zedboard bitbake core-image-minimal and MACHINE=zedboard bitbake core-image-sato using the zImage & devicetree.dtb builted Xilinx sdk. The kernel sources were obtained at git clone <a href="https://github.com/Digilent/linux-digilent.git">https://github.com/Digilent/linux-digilent.git</a>.<br>
<br>zcat core-image-minimal-zedboard-20130915191921.rootfs.ext2.gz > /dev/sdb2<br><br>MACHINE=zedboard bitbake core-image-sato<br>zcat core-image-sato-zedboard-20130918125052.rootfs.ext2.gz > /dev/sdb2<br>Build Configuration:<br>
BB_VERSION        = "1.19.1"<br>BUILD_SYS         = "x86_64-linux"<br>NATIVELSBSTRING   = "Fedora-18"<br>TARGET_SYS        = "arm-poky-linux-gnueabi"<br>MACHINE           = "zedboard"<br>
DISTRO            = "poky"<br>DISTRO_VERSION    = "1.4+snapshot-20130918"<br>TUNE_FEATURES     = " armv7a vfp neon zynq"<br>TARGET_FPU        = "vfp-neon"<br>meta              <br>meta-yocto        = "master:3dee534f1e25109e0bdb681de0746c336f4b8840"<br>
meta-xilinx       <br>meta-kc705        <br>meta-zc702        <br>meta-zedboard     = "master:46f4c79d6d55b556a90bb0fd89c2c09acf2aebff"<br>meta-oe           = "master:c383d6230942bb1558cee02764bced09031cb70f"<br>
meta-java         = "master:59696d89fd33df6953dcb2dd54ccd3b362513f28"<br>meta-yocto-bsp    = "master:3dee534f1e25109e0bdb681de0746c336f4b8840"<br>Any and all help will be appreciated.<br>Thanks<br>Ed Vidal <a href="mailto:vidal.develone@gmail.com">vidal.develone@gmail.com</a><br>
 <br></div>