Hello,
 
I've got a ZCU102 rev 1.1 board and I'm trying to build yocto using this howto: https://github.com/Xilinx/meta-xilinx/blob/master/meta-xilinx-bsp/README.building.md
 
There is following error while booting:
 
U-Boot SPL 2018.01 (Jan 25 2019 - 21:16:27)
EL Level:       EL3
Trying to boot from MMC1
reading u-boot.bin
reading atf-uboot.ub
reading atf-uboot.ub
NOTICE:  ATF running on XCZU9EG/silicon v4/RTL5.1 at 0xfffea000
NOTICE:  BL31: Secure code at 0x0
NOTICE:  BL31: Non secure code at 0x8000000
NOTICE:  BL31: v1.5(release):xilinx-v2018.3
NOTICE:  BL31: Built : 21:23:57, Jan 25 2019
PMUFW:  v1.1
zynqmp_clk_get_peripheral_rate mio read fail
failed to get rate
zynqmp_clk_get_peripheral_rate mio read fail
failed to get rate
 
I also tried to boot pre-build petalinux 2018.2 image and it worked fine.
 
Here is my build configuration:
 
BB_VERSION           = "1.40.0"
BUILD_SYS            = "x86_64-linux"
NATIVELSBSTRING      = "universal"
TARGET_SYS           = "aarch64-poky-linux"
MACHINE              = "zcu102-zynqmp"
DISTRO               = "poky"
DISTRO_VERSION       = "2.6.1"
TUNE_FEATURES        = "aarch64"
TARGET_FPU           = ""
meta                 
meta-poky            
meta-yocto-bsp       = "thud:cc73390a75d98b96eb861ae0624283c1ea6ef1bd"
meta-xilinx-bsp      
meta-xilinx-standalone
meta-xilinx-contrib  = "thud:c42016e2e6ca13e133fdb877785ec8aa2bd82f16"

Build Configuration:
BB_VERSION           = "1.40.0"
BUILD_SYS            = "x86_64-linux"
NATIVELSBSTRING      = "universal"
TARGET_SYS           = "aarch64-poky-linux"
MACHINE              = "zcu102-zynqmp"
DISTRO               = "poky"
DISTRO_VERSION       = "2.6.1"
TUNE_FEATURES        = "aarch64"
TARGET_FPU           = ""
meta                 
meta-poky            
meta-yocto-bsp       = "thud:cc73390a75d98b96eb861ae0624283c1ea6ef1bd"
meta-xilinx-bsp      
meta-xilinx-standalone
meta-xilinx-contrib  = "thud:c42016e2e6ca13e133fdb877785ec8aa2bd82f16"

Build Configuration:
BB_VERSION           = "1.40.0"
BUILD_SYS            = "x86_64-linux"
NATIVELSBSTRING      = "universal"
TARGET_SYS           = "microblazeel-xilinx-elf"
MACHINE              = "zynqmp-pmu"
DISTRO               = "xilinx-standalone"
DISTRO_VERSION       = "1.0"
TUNE_FEATURES        = "microblaze v9.2 barrel-shift pattern-compare"
TARGET_FPU           = "fpu-soft"
meta                 
meta-poky            
meta-yocto-bsp       = "thud:cc73390a75d98b96eb861ae0624283c1ea6ef1bd"
meta-xilinx-bsp      
meta-xilinx-standalone
meta-xilinx-contrib  = "thud:c42016e2e6ca13e133fdb877785ec8aa2bd82f16"
 
Kind regards
Alex
-- 
_______________________________________________
meta-xilinx mailing list
meta-xilinx@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-xilinx

Reply via email to