element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • 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
Software Application Development Linux can not get start on the zed board
  • 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 Not Answered
  • Replies 7 replies
  • Subscribers 312 subscribers
  • Views 374 views
  • Users 0 members are here
Related

Linux can not get start on the zed board

Former Member
Former Member over 12 years ago

Hello every one ,
        
      The linux system cannot get start on my board.
      
      There are logs printed through the serial port
U-Boot 2012.04.01-00304-g7639205 (May 11 2013 - 15:43:39)

DRAM:  512 MiB
WARNING: Caches not enabled
MMC:   SDHCI: 0
Using default environment

In:    serial
Out:   serial
Err:   serial
Net:   zynq_gem
Hit any key to stop autoboot:  0
Copying Linux from SD to RAM...
Device: SDHCI
Manufacturer ID: 12
OEM: 3456
Name: F0F0F
Tran Speed: 25000000
Rd Block Len: 512
SD version 2.0
High Capacity: Yes
Capacity: 3.7 GiB
Bus Width: 4-bit
reading zImage

2483504 bytes read
reading devicetree.dtb

5793 bytes read
reading ramdisk8M.image.gz

3622263 bytes read
## Starting application at 0x00008000 ...
Uncompressing Linux... done, booting the kernel.
           the system stopped here , booting the kernel failed.

           What's the reason causing this kind of problem..

          Hoping your help!

SXL

  • Sign in to reply
  • Cancel
  • Former Member
    0 Former Member over 12 years ago

    I have done some trial. And I make sure that the kernel is ok. Because it works well with the official BOOT.BIN file.

    But when using my BOOT.BIN file , it never works .
    and the system stop at here:
    ## Starting application at 0x00008000 ...
    Uncompressing Linux... done, booting the kernel.

    The difference in the serial log file between the two situation is that
    MY:
    SD version 2.0
    High Capacity: Yes
    Capacity: 3.7 GiB
    Bus Width: 4-bit
    HIS:

    SD version 1.0
    High Capacity: Yes
    Capacity: 3.7 GiB
    Bus Width: 1-bit

    I am not sure if it is the problem.

    Anybody may give me some advice??

    SXL

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

    I suppose the BOOT.BIN file is the source of the error.

    The BOOT.BIN is made up of the fsbl.elf, u-boot.elf and system.bit file. I have downloaded the system.bit file to the zynq , It successed.

    So only the fsbl.elf and the u-boot.elf could be wrong.

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

    Hey,
    i had the same problem. in my case the fsbl was wrong, but i have no idea why. the fsble was created with the template in sdk 14.5. Does anyone know what the problem with the fsbl is? I never succeeded building a working FSBL with that template.

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

    Hey  sxl630828191,
    Have you followed speedway labs (lab1_1 ,lab1_2 and lab 1_3) for implementing linux on zynq? If you haven't go through them.They have explained how to create boot.bin using zynq_fsbl_0.elf,system.bit and u-boot.elf.It must work

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

    Hi,
    Have you solved the problem ? I get the same problem,can you give me some advice ?thankyou!

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

    I have solved the problem! The hardware you configure in xps must accordance with devicetree.dtb. So you can modify your configuration in xps or modify devicetree.dts!
    hope this can help someone have the same problem!

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

    I am usign the new BOOT.bin and new devicetree.dtb(this is according to the design in xps) but still it hangs up at the same place??
    http://www.zedboard.org/content/hangup-uncompressing-linux-done-booting-kernel
    This is the link to my problem. Please help.

    • 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