[meta-xilinx] meta-topic
Edward Vidal
vidal.develone at gmail.com
Sat Feb 1 13:13:28 PST 2014
hello all,
Still having problem with source or . in bitbake receipe.
I uppgraded to 14.6 of Xilinx tools on my ubuntu x86_64 system.
These are the items im local.conf
MACHINE ?= "zedboard"
ZYNQ_BOOTGEN = "bootgen"
#testing if these are the correct settings
#currently fpga-image is not working
XILINX_LM_LICENSE_FILE = "/home/vidal/.Xilinx/Xilinx.lic"
XILINX_TOOL_ARCH = "64"
BOARD_DESIGN_URI = "git://github.com/analogdevicesinc/fpgahdl_xilinx.git"
ZYNQ_BITFILE = "/home/vidal/zedboard_bit_files/system.bit"
XILINX_TOOL_PATH = "/opt/Xilinx/14.6"
XILINX_VIVADO_PATH = "/opt/Xilinx/Vivado_HLS/2012.4"
Build Configuration:
BB_VERSION = "1.21.1"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "Ubuntu-12.04"
TARGET_SYS = "arm-oe-linux-gnueabi"
MACHINE = "zedboard"
DISTRO = "nodistro"
DISTRO_VERSION = "nodistro.0"
TUNE_FEATURES = "armv7a vfp neon"
TARGET_FPU = "vfp-neon"
meta = "master:a5e6926cd409140d16391c72316da00ffbfe5429"
meta-topic = "master:9af0ecd7e756b367e0ec80263319247b6c2d69c3"
In the file topic_oe/meta-topic/recipes-bsp/fpga/fpga-image.inc
I added the call to the file build_fpga and commented serveral lines
/home/vidal/build_fpga
#source
${XILINX_TOOL_PATH}/ISE_DS/settings${XILINX_TOOL_ARCH}.sh
#xps -nw ${iseprojf} << EOF
#run bits
#run exporttosdk
#EOF
Below is the file build_fpga
/home/vidal/build_fpga
#!/bin/bash
source /opt/Xilinx/14.6/ISE_DS/settings64.sh
cd
~/POKY/topic_oe/build/tmp-eglibc/work/zedboard-oe-linux-gnueabi/fpga-image-adi/1.AUTOINC-3e6cfd4858-r0/git/cf_adv7511_zed
xps -nw system.xmp << EOF
run bits
run exporttosdk
EOF
bitbake my-image
NOTE: recipe my-image-1.0-r0: task do_rootfs: Started
NOTE: recipe my-image-1.0-r0: task do_rootfs: Succeeded
NOTE: Running noexec task 1554 of 1554 (ID: 12,
/home/vidal/POKY/topic_oe/meta-topic/recipes-core/images/my-image.bb,
do_build)
NOTE: Tasks Summary: Attempted 1554 tasks of which 24 didn't need to be
rerun and all succeeded.
NOTE: Writing buildhistory
I still see the autorun.scr has ${kernel_addr}, ${kernel_image} and
${devicetree_image} are still variables. Where does these arguments get
define for bitbake to substitute them.
mkimage -l tmp-eglibc/deploy/images/zedboard/uImage
Image Name: Linux-3.12.0
Created: Sat Feb 1 13:40:08 2014
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 3122344 Bytes = 3049.16 kB = 2.98 MB
Load Address: 00008000
Entry Point: 00008000
My next challenge will be to try and get this to boot on my zedboard.
autorun.scr
BOOT.bin
modules--3.12+git0+b0f1cdb587-r0-zedboard-20140201201147.tgz
modules-zedboard.tgz
my-image-zedboard-20140201201147.rootfs.manifest
my-image-zedboard-20140201201147.rootfs.tar.gz
my-image-zedboard-20140201201147.rootfs.ubi
my-image-zedboard-20140201201147.rootfs.ubifs
my-image-zedboard.manifest
my-image-zedboard.tar.gz
my-image-zedboard.ubi
README_-_DO_NOT_DELETE_FILES_IN_THIS_DIRECTORY.txt
ubinize.cfg
u-boot.bin
u-boot-zedboard.bin
u-boot-zedboard-xilinx-zynq-r6.bin
uImage
uImage--3.12+git0+b0f1cdb587-r0-zedboard-20140201201147.bin
uImage--3.12+git0+b0f1cdb587-r0-zynq-zed-adv7511-20140201201147.dtb
uImage-zedboard.bin
uImage-zynq-zed-adv7511.dtb
Any and all help will be appreciated.
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-xilinx/attachments/20140201/24de2c99/attachment.html>
More information about the meta-xilinx
mailing list