Giter Site home page Giter Site logo

Comments (3)

mharth avatar mharth commented on July 16, 2024

http://www.wiki.xilinx.com/Using%20meta-xilinx-tools%20layer
HDF_BASE = "file://"
HDF_PATH = "" // ex: HDF_PATH = "/home/user/system.hdf"

meaning
HDF_BASE = "file://"
HDF_PATH = "/home/mydir/boards/ZCU102/zcu102_top/zcu102_top.sdk/zcu102_top.hdf"

Also see how the code is written at:
https://github.com/Xilinx/meta-xilinx-tools/blob/master/recipes-bsp/hdf/external-hdf.bb#L25-L28

from meta-xilinx-tools.

kgaijin avatar kgaijin commented on July 16, 2024

Well...

#Provide the hdf base, path, and filename for HDF
HDF_BASE = "file://"
HDF_PATH = "/home/mydir/boards/ZCU102/zcu102_top/zcu102_top.sdk/zcu102_top.hdf"

ERROR: external-hdf-1.0-r0 do_deploy: Function failed: do_deploy (log file is located at /home/mydir/xilinx/build/tmp/work/zcu102_zynqmp-xilinx-linux/external-hdf/1.0-r0/temp/log.do_deploy.10485)
ERROR: Logfile of failure stored in: /home/mydir/xilinx/build/tmp/work/zcu102_zynqmp-xilinx-linux/external-hdf/1.0-r0/temp/log.do_deploy.10485
Log data follows:
| DEBUG: Executing python function sstate_task_prefunc
| DEBUG: Python function sstate_task_prefunc finished
| DEBUG: Executing shell function do_deploy
| install: omitting directory '/home/mydir/xilinx/build/tmp/work/zcu102_zynqmp-xilinx-linux/external-hdf/1.0-r0/'
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_deploy (log file is located at /home/mydir/xilinx/build/tmp/work/zcu102_zynqmp-xilinx-linux/external-hdf/1.0-r0/temp/log.do_deploy.10485)
ERROR: Task (/home/mydir/xilinx/sources/core/../meta-xilinx-tools/recipes-bsp/hdf/external-hdf.bb:do_deploy) failed with exit code '1'
NOTE: Tasks Summary: Attempted 2073 tasks of which 2072 didn't need to be rerun and 1 failed.
NOTE: Writing buildhistory

Summary: 1 task failed:
  /home/mydir/xilinx/sources/core/../meta-xilinx-tools/recipes-bsp/hdf/external-hdf.bb:do_deploy
Summary: There was 1 WARNING message shown.

from meta-xilinx-tools.

mharth avatar mharth commented on July 16, 2024

This works for us consistently without failures.
1)
Check your /home/mydir/xilinx/build/tmp/work/zcu102_zynqmp-xilinx-linux/external-hdf/1.0-r0/
and see if zcu102_top.hdf if available from here (use find command)
2)
do a cleansstate on external-hdf and retry
3)
use verbose mode in install to see why it is failing to copy the HDF you are providing

from meta-xilinx-tools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.