element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Members
    Members
    • Benefits of Membership
    • Achievement Levels
    • Members Area
    • Personal Blogs
    • Feedback and Support
    • What's New on element14
  • Learn
    Learn
    • Learning Center
    • eBooks
    • 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
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Dev Tools
    • Manufacturers
    • Raspberry Pi
    • RoadTests & Reviews
    • Avnet Boards Community
    • Product Groups
  • 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
Avnet Boards Forums
  • Products
  • Dev Tools
  • Avnet Boards Community
  • Avnet Boards Forums
  • More
  • Cancel
Avnet Boards Forums
Mini-ITX Hardware Design Can not generate a proper u-boot for mini-itx
  • Forum
  • Documents
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Avnet Boards Forums requires membership for participation - click to join
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 4 replies
  • Subscribers 107 subscribers
  • Views 370 views
  • Users 0 members are here
Related

Can not generate a proper u-boot for mini-itx

Former Member
Former Member over 6 years ago

Hi All,

I followed the tutorial (Ubuntu_on_Zynq_Mini-ITX_Tutorial_04) to install Ubuntu on my mini-itx 7100.

However, when I tried to generated u-boot, I got a serial of problems described above. 

1. Follow the extra instructions and get warnings:

arch/../configs/zynq_mitx_defconfig:2:warning: unexpected data
arch/../configs/zynq_mitx_defconfig:3:warning: unexpected data
arch/../configs/zynq_mitx_defconfig:4:warning: unexpected data

the zynq_mitx_defconfig:

CONFIG_SPL=y
+S:CONFIG_ARM=y
+S:CONFIG_ZYNQ=y
+S:CONFIG_TARGET_ZYNQ_MITX=y
CONFIG_OF_CONTROL=n
CONFIG_DEFAULT_DEVICE_TREE="zynq-mini-itx"

the u-boot-xlnx is download from GitHub and the branch is xilinx-v2014.4

I think that the defconfig file may be incorrect so I checked zynq_zed_defconfig find that they are quite different. Therefore,

2. I copy all contents of  zynq_zed_defconfig into zynq_mitx_defconfig and rm "+S:" of the original lines. I can generate u-boot this time but can not boot my mini-itx 7100 (program done led keeps flashing).

I also tried to follow other verisons of tutorials but get nothing. The  zynq_mitx_defconfig of tutorial 2013.3, tutorial 2014.4, tutorial 2015.3 are all different.

Any help is appreciated

  • Sign in to reply
  • Cancel
Parents
  • elliemellie
    0 elliemellie over 6 years ago

    Not sure if it will help, but I will try anyway. Last time I was installing Ubuntu on Zyng mini itx I followed Ubuntu_on_Zynq_Tutorial_03. There were a few issues here and there but I withstood them with some googling,

     

    Cheers
    Ellie

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

    Hi Ellie,

    I tried the verision you suggest and get the following issue:

    make -C arch/arm/cpu/armv7/zynq/ u-boot.lds
    make[1]: Entering directory `/root/2013/u-boot-xlnx-xilinx-v2013.4/arch/arm/cpu/armv7/zynq'
    make[1]: *** No rule to make target `u-boot.lds'.  Stop.
    make[1]: Leaving directory `/root/2013/u-boot-xlnx-xilinx-v2013.4/arch/arm/cpu/armv7/zynq'
    make: *** [arch/arm/cpu/armv7/zynq/u-boot.lds] Error 2
     

    It seems the u-boot.lds file is not generated. Did you have that issue?

    Thank you very much for you reply.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • Former Member
    0 Former Member over 6 years ago in reply to elliemellie

    Hi Ellie,

    I tried the verision you suggest and get the following issue:

    make -C arch/arm/cpu/armv7/zynq/ u-boot.lds
    make[1]: Entering directory `/root/2013/u-boot-xlnx-xilinx-v2013.4/arch/arm/cpu/armv7/zynq'
    make[1]: *** No rule to make target `u-boot.lds'.  Stop.
    make[1]: Leaving directory `/root/2013/u-boot-xlnx-xilinx-v2013.4/arch/arm/cpu/armv7/zynq'
    make: *** [arch/arm/cpu/armv7/zynq/u-boot.lds] Error 2
     

    It seems the u-boot.lds file is not generated. Did you have that issue?

    Thank you very much for you reply.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
No Data
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 © 2023 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

  • Facebook
  • Twitter
  • linkedin
  • YouTube