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 & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • 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
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • 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 & Tria Boards Community
  • Avnet Boards Forums
  • More
  • Cancel
Avnet Boards Forums
Software Application Development zedboard embedded linux version
  • 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 19 replies
  • Subscribers 365 subscribers
  • Views 3025 views
  • Users 0 members are here
Related

zedboard embedded linux version

e14 Contributor
e14 Contributor over 14 years ago

Hello,

some questions about the pre-installed linux:

1) Is this embedded linux version that from the linux-xlnx xilinx-git repository?

http://git.xilinx.com/?p=linux-xlnx.git;a=summary

2) Do you supply all sources, build scripts and project files, or do I have to struggle through the xilinx documentation to get it working for my own project?

- Or do you supply only the working binary of the linux-system?

3) Do you supply the planAhead and EDK Project Files for the zedboard?

Philipp

  • Sign in to reply
  • Cancel
Parents
  • e14 Contributor
    0 e14 Contributor over 13 years ago

    I build and almost booted an ubuntu kernel on the zed according to following guidelines.
    http://wiki.analog.com/resources/tools-software/linux-drivers/platforms/zynq#fixing_issues_with_pulse_audio

    I passed FSBL, bitstream loading, uboot, zimage and device tree loading. But it gives the following error message when it is trying to the load the filesystem.

    Kernel panic: no init found. Try passing init= option to kernel.

    The device tree contains the following option for FS.
    bootargs = "console=ttyPS0,115200 root=/dev/mmcblk0p2 rw earlyprintk rootfstype=ext4 rootwait devtmpfs.mount=0";


    What are the options for init?

    Thanks.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • e14 Contributor
    0 e14 Contributor over 13 years ago

    I build and almost booted an ubuntu kernel on the zed according to following guidelines.
    http://wiki.analog.com/resources/tools-software/linux-drivers/platforms/zynq#fixing_issues_with_pulse_audio

    I passed FSBL, bitstream loading, uboot, zimage and device tree loading. But it gives the following error message when it is trying to the load the filesystem.

    Kernel panic: no init found. Try passing init= option to kernel.

    The device tree contains the following option for FS.
    bootargs = "console=ttyPS0,115200 root=/dev/mmcblk0p2 rw earlyprintk rootfstype=ext4 rootwait devtmpfs.mount=0";


    What are the options for init?

    Thanks.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
  • e14 Contributor
    0 e14 Contributor over 13 years ago in reply to e14 Contributor

    hi,
    my command string says:
    console=ttyPS0,115200n8 earlyprintk rootfstype=ext4 root=/dev/mmcblk0p2 rw rootdelay=1 init=/sbin/init
    also i had to set the CONFIG_CMDLINE_FORCE parameter in order to avoid passing parameters to the kernel using u-boot.
    C.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • e14 Contributor
    0 e14 Contributor over 13 years ago in reply to e14 Contributor

    Hello,

    Had anyone finally solved the kernel panic problem/s?

    It happens me the same, I'm trying to build my own embedded linux distro. using u-boot as a bootloader, digilent kernel (new kernel uploaded in their git, based on 3.6 kernel), *.dtb obtained with the script tools as xilinx "explain" in his wiki page (I kept bootargs like the out of box factory made) and Bootloader too, (I'll post something soon about my bootargs' discoveries), I use buildroot 2011.11.1 to compile the kernel and to build my root filesystem image with the basic libraries.

    Copying *.dtb, zImage, ramdisk.image.gz and BOOT.BIN to SD and powering up. When the filesystem begins to being mounted:

    >EXT4-fs (ram0): mounted filesystem without journal. Opts: (null)
    >VFS: Mounted root (ext2 filesystem) on device 1:0.
    >Freeing init memory: 148K
    >Failed to execute /sbin/init.  Attempting defaults...
    >Kernel panic - not syncing: No init found.  Try passing init= option to kernel. See Linux Documentation/init.txt for guidance.
    >CPU0: stopping

    And then it hangs. If I try my zImage with the other factory made files of the SD it works.

    Im trying different combinations of uClibc versions, binutil versions, and GCC versions inside buildroot, could somebody help me?

    If anybody need some more info or had any idea please answer or mail me, Im running out of ideas.

    Thanks for your time. Best regards,

    u00C1lvaro Bustos, Universidad Politu00E9cnica de Madrid.

    • 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 © 2026 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.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube