element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Avnet Boards Forums
  • Products
  • Dev Tools
  • Avnet Boards Community
  • Avnet Boards Forums
  • More
  • Cancel
Avnet Boards Forums
MiniZed Hardware Design Minized SDSoC platform 2019.1 not visible
  • Forum
  • Documents
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Avnet Boards Forums to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 8 replies
  • Answers 1 answer
  • Subscribers 324 subscribers
  • Views 827 views
  • Users 0 members are here
  • petalinux
  • sdsoc
  • platform
  • minized
Related

Minized SDSoC platform 2019.1 not visible

bartokon
bartokon over 6 years ago

Hello everybody!

I have tried to create Minized Platform for SDSoC 2019.1 but with no luck.

I have imported and updated Minized project with Wi-Fi and BT hardware, upgraded ip's eliminated errors, generated hdf file for platform.

Created petalinux project via.

petalinux-create -t project -n name --type zynq

petalinux-config  --get-hwdescription=/home/.../.../file.hdf

petalinux-build

no errors occured and i have moutned rootfs.ext4  and

petalinux-package --fsbl zynq_fsbl.elf --u-boot u-boot.elf (something like that) and created BOOT.BIN file then modified *.bif file and changed according path to files listed.

Now in SDSoC create project from hw-spec

DSA/HDF file =/home/.../.../file.hdf, system linux etc.

And now I have tried two ways....

One is generated all by SDSoC and other one is pointing ready files location and none of them works (I cannot see those platform when creating new project in SDSoC).

Now I don't know what to do.... Do you guys/girls have any idea why it isn't working?

Thanks for help

  • Sign in to reply
  • Cancel

Top Replies

  • bartokon
    bartokon over 6 years ago in reply to bartokon +1 suggested
    I have downloaded platform from minized repo and SDSoC sees it. But I got error while compiling hw matrix multiply script. I have compared differences between those two and the linker script is different…
  • bartokon
    0 bartokon over 6 years ago

    PS. Baremetal also doesn't work image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • clem57
    0 clem57 over 6 years ago

    Was a tree generated in those steps? The tree is like a hardware descriptor used by kernel code

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • bartokon
    0 bartokon over 6 years ago in reply to clem57

    image

    "System.dtb" exists in images folder.

    I think it's a problem with SDSoC... I tried to create zc702 clean project by inserting only zynqPS and exporting HW. Still, same result... I don't know if is this licensing issue or something

    Now I'm uploading whole MiniZed project to git (I know it is bad idea ~40gb) but there is a hdf "pswifi.hdf" file for project. If you need any logs or files just tell me.

    Thanks for being interested and helping us image

    https://github.com/bartokon/MinizRepo/tree/master/kek

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • bartokon
    0 bartokon over 6 years ago in reply to bartokon

    I have downloaded platform from minized repo and SDSoC sees it. But I got error while compiling hw matrix multiply script.

    I have compared differences between those two and the linker script is different. I will try to fix the problem and write solution here.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • clem57
    0 clem57 over 6 years ago in reply to bartokon

    How did that work for you?

    Thanks,

    Clem

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • bartokon
    0 bartokon over 6 years ago in reply to clem57

    Hello Clem!

    I have found this link: https://www.xilinx.com/html_docs/xilinx2019_1/sdsoc_doc/oar1554997070123.html  and followed instructions. After fixing problems with time domains I have successfully generated dsa for project. Then I imported that dsa and created new platform project. The platform was auto generated and it is visible but.... Now I problem with compiling basic integer multiply program (see logs).

    I will try to fix those problems. If anybody has idea how can I fix those compilation errors feel free to share the knowledge with me image

    Thanks,

    Bartek.

    Attachments:
    sds.log.zip
    sds_main.log.zip
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • bartokon
    0 bartokon over 6 years ago in reply to bartokon

    Hey again!

    I have found a quick fix/bypass.

    I have Virtual machine Linux Ubuntu with SDX, so I tried to compile it there, and after linking gmake via:

    sudo ln -s /usr/bin/make /usr/bin/gmake

    and after rebuilding project all went good.

    Now I will try to repeat those steps with petalinux and see if it will also work.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • clem57
    0 clem57 over 5 years ago in reply to bartokon

    That is a great idea to use a VM. Both as a test of build code and as a cross compiler. Was it QEMU by chance? I was reading about a modified version https://github.com/Xilinx/qemu ... Comments?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube