Jump to content

dsk123

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by dsk123

  1. I ran the below lines and ended up getting some errors regarding hunks.  I thought this might happen as the fsbl that you mentioned above is applying patches to the newer version of the linux kernel and not the 2019.1 kernel.  Do you have any thoughts as to how I should proceed?  Ultimately I'm just trying to get a petalinux build using 2019.1 and then use the BSP to help generate a PNYQ image using the 2019.1 tools.

     

    cd sdfix

    git clone https://github.com/Digilent/Genesys-ZU-HW

    cd Genesys-ZU-HW/

    git checkout tags/5ev/oob/v2019.1 -b remotes/origin/5ev/oob/master

    start vivado

    source create_project.tcl

    change settings to be the new board support package

    build the project

    export the .hdf file

    cd ..

    git clone https://github.com/Digilent/Genesys-ZU-OS

    cd Genesys-ZU-OS/

    git checkout tags/5ev/oob/v2019.1 -b remotes/origin/5ev/oob/master

    sudo cp ../Genesys-ZU-HW/system_wrapper.hdf .

    downloaded Genesys-ZU-OS-5ev-oob-release-v2.1 and replaced the

    project-spec\meta-user\recipes-bsp\fsbl directory on my virtual box with the one from the repo

    petalinux-config --get-hw-description  [accept all defaults and save]

    petalinux-build

     

    image.png.9c4652a93eb09fdd8abfcf0fa178a964.png

    image.png.25918462cd8bac6686e693b79e94d301.png

  2. I know how to use the system-user.dtsi and the board files with the petalinux toolflow but how do I use the embeddedsw code with petalinux?  I'm not exactly sure how to swap in the correct fsbl as opposed to using the default one that petalinux has.  Also I only see a genesys-zu_2019.2 branch for the embeddedsw repo.  Will this work for the 2019.1 flow?  Thanks for your help on this.

  3. Thanks so much.  Should everything you suggested above work with the 2019.1 tools and associated linux build?

    git clone https://github.com/Digilent/Genesys-ZU-HW

    cd Genesys-ZU-HW/

    git checkout tags/5ev/oob/v2019.1 -b remotes/origin/5ev/oob/master

    start vivado

    source create_project.tcl

    I'm building the project now after I loaded in the board file you suggested.

    Regarding the FSBL should I use branch genesys-zu_19.2 as I need it to be compatible with the default version of xilinx linux for 2019.1 toolflow?

      ,Dan

     

  4. I am having problems booting when I build petalinux for the Genesys ZU5EV board.  I compile the BOOT.bin and image.ub ok but when I boot I get the below error.

     

    SD1 with level shifter Boot ModeSD: rc= 0File name is BOOT.BINSD: Unable to open file BOOT.BIN: 3 XFSBL_ERROR_SD_F_OPENBoot Device Initialization failed 0x29

    I just bought 3 ZU5EV boards and I'm wondering if it might be something regarding the board version vs the 2019.1 code base version. 

    Ultimately I'm trying to get PYNQ up and running on the board and getting it to boot via petalinux is the first step.  

    Any help would be greatly appreciated.

×
×
  • Create New...