07-13-2017, 12:01 AM
Greetings,
Code:
Xilinx Zynq MP First Stage Boot Loader
Release 2016.3 Jan 5 2017 - 11:58:09
Platform: Silicon (3.0), Cluster ID 0x80000000
Running on A53-0 (64-bit) Processor, Device Name: XCZU9EG
Board Configuration successful
Processor Initialization Done
================= In Stage 2 ============
SD1 with level shifter Boot Mode
SD: rc= 0
File name is BOOT.BIN
SD: Unable to open file BOOT.BIN: 3
XFSBL_ERROR_SD_F_OPEN
Boot Device Initialization failed 0x29
================= In Stage Err ============
Fsbl Error Status: 0x0
- I am using the binaries from XZD_20161231.gz
- I followed most of instructions in Xen-Zynq-Distribution-XZD-Users-Manual.pdf
- I deviated only by putting the files directly on the SD card rather than an image file due to technical issues
- I am using CentOS as a guest in VirtualBox on Windows 7 host
- I created the xen-zcu102_sd.dtb using the patch in the user's manual (above) and PetaLinux v2015.4 and vivado 2017.2
- I have HW-Z1-ZCU102 revision 1.0
- Could this be an issue with using fdisk, mounting the SD card and coping files?
- Could this be a compatibility issue between the hardware and the pre-built binary files?
- I do not have a reason to build my own binaries at this time
- My goal is to run some user mode software under the hypervisor for testing purposes
- If the SD card configuration is most likely to be the problem then I am considering getting a physical computer with Ubuntu 14.04 as what is recommended in the DornerWorks' user's manual.