[meta-xilinx] meta-zynq
Edward Vidal
vidal.develone at gmail.com
Wed Jan 15 05:16:22 PST 2014
Hello all,
Following the direction in README and some
These were errors that I was getting with fpga-image in my-image.bb
ERROR: Function failed: do_compile (log file is located at
/home/vidal/POKY/zynq_oe/build/tmp-eglibc/work/zedboard-oe-linux-gnueabi/fpga-image/5.AUTOINC-0a90b0d42e-r0/temp/log.do_compile.6643)
ERROR: Logfile of failure stored in:
/home/vidal/POKY/zynq_oe/build/tmp-eglibc/work/zedboard-oe-linux-gnueabi/fpga-image/5.AUTOINC-0a90b0d42e-r0/temp/log.do_compile.6643
ERROR: Task 364 (/home/vidal/POKY/zynq_oe/meta-zynq/recipes-bsp/fpga/
fpga-image.bb, do_compile) failed with exit code '1'
After removing fpga-image from my-image.bb creating a new patch file for
u-boot-zynq and changing some md5sum in some recipes the command
MACHINE=zedboard bitbake my-image generated the files to boot my zedboard.
BOOT.bin, autorun.scr, uImage, uImage-zynq-zed-adv7511.dtb (to
devicetree.dtb) which were transferred to vfat partition. The file
my-image-zedboard.rootfs.tar.gz was extracted on an ext4 partition.
U-Boot 2013.07 (Jan 14 2014 - 18:54:23)
Memory: ECC disabled
DRAM: 512 MiB
WARNING: Caches not enabled
MMC: zynq_sdhci: 0
SF: Detected S25FL256S_64K with page size 64 KiB, total 32 MiB
*** Warning - bad CRC, using default environment
In: serial
Out: serial
Err: serial
**********************************************************
I see that now the autorun.scr appears to be running.
**********************************************************
Rd Block Len: 512
SD version 3.0
High Capacity: Yes
Capacity: 29.3 GiB
Bus Width: 4-bit
reading uImage
3121600 bytes read in 483 ms (6.2 MiB/s)
reading devicetree.dtb
10562 bytes read in 19 ms (542 KiB/s)
reading uramdisk.image.gz
** Unable to read file uramdisk.image.gz **
***********************************************************
zynq-uboot> fatload mmc 0 0x00008000 uImage
reading uImage
3121600 bytes read in 484 ms (6.2 MiB/s)
zynq-uboot> fatload mmc 0 0x2A00000 devicetree.dtb
reading devicetree.dtb
10562 bytes read in 19 ms (542 KiB/s)
zynq-uboot> bootm 0x00008000 - 0x2A00000
## Booting kernel from Legacy Image at 00008000 ...
Image Name: Linux-3.12.0
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 3121536 Bytes = 3 MiB
Load Address: 00008000
Entry Point: 00008000
Verifying Checksum ... OK
## Flattened Device Tree blob at 02a00000
Booting using the fdt blob at 0x2a00000
XIP Kernel Image ... OK
Loading Device Tree to 1fb5f000, end 1fb64941 ... OK
Starting kernel ...
undefined instruction
pc : [<0000800c>] lr : [<1ff777cc>]
sp : 1fb65d70 ip : 00000000 fp : 00000000
r10: 1ffae978 r9 : 00000000 r8 : 1fb65f48
r7 : 00000000 r6 : 00008000 r5 : 1ffae978 r4 : 00000000
r3 : 00002942 r2 : 1fb5f000 r1 : baefa2ee r0 : 446b2c6d
Flags: nZCv IRQs off FIQs off Mode SVC_32
Resetting CPU ...
resetting ...
All of my results are at https://github.com/develone/meta-zynq.git or
git at github.com:develone/meta-zynq.git on the kernel-3.12 branch. I have
my local.conf bblayers.conf a file which explains my chg
test_looijmans_layer.txt and boot.txt. Any and help is appreciated
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-xilinx/attachments/20140115/4e7950ec/attachment.html>
More information about the meta-xilinx
mailing list