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
Ultra96 Hardware Design Avnet Ultra96 V-2 booting problem
  • 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 4 replies
  • Subscribers 332 subscribers
  • Views 1474 views
  • Users 0 members are here
  • ultra96
Related

Avnet Ultra96 V-2 booting problem

achbou6
achbou6 over 4 years ago

I was normally booting my Avnet Ultra96 V-2 from SD-card but today surprisingly no more.

Current behaviour:

- I am booting from the same SD card  and the switch is correctly configured

- No output on the serial Interface

- The Led D5 INIT(red) is always illuminating

- The led D2 3,3V (Green) is always illuminating

- The led D1 (DONE) is never illuminating

- the leds D3,D4,D6,D7 always illuminating

- Clicking on the button SW4 (PWR_BTN) doesnt trigger a restart (I guess so because I remarked that the leds are always illuminating).

I tried to change the SD-card but the same status remains.

 

I tried to boot it from JTAG using petalinux-boot --jtag --prebuilt 3 --verbose, it ends up with the error "no targets found with "name = ~"*PSU*" . available targets :

1 PS TAP

2 PMU

3 PL

4 dummy_dap

Can you please give some hints too debug the problem, that would be really helpful.

  • Sign in to reply
  • Cancel
Parents
  • narrucmot
    0 narrucmot over 4 years ago

    Hi Achraf,

     

    I have see SD cards become corrupted, and thus unbootable.  Do you have another SD card you can try?

     

    Also, rather than using the prebuilt option for PetaLinux JTAG boot, can you try simply booting to u-boot instead?:

    petalinux-boot --jtag --fpga --bitstream ./images/linux/system.bit --u-boot

    (don't forget to move the boot mode switch to JTAG!)

     

    This obviously won't boot the full OS image, but it can be a quicker test that the processing system and programmable logic are OK.  I have see that the prebuilt option does not always work as desired or expected.  If you can get to a u-boot prompt there is a good chance the hardware is OK and you can focus debug elsewhere.

     

    --Tom

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • achbou6
    0 achbou6 over 4 years ago in reply to narrucmot

    Hi Tom,

     

    Thanks for the feedback, I tried another SD card but it is not working

    The command you mentioned gives following error :

    INFO: Configuring the FPGA...

    INFO: Downloading bitstream: ./images/linux/system.bit to the target.

    initializing

    fpga initialization failed

     

    I tried also with Vitis to download the bitstream, ext ... but the board is not detectable.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • bhfletcher
    0 bhfletcher over 4 years ago in reply to achbou6

    If you are using a VM, you might check this suggestion from the Xilinx forum:

    https://forums.xilinx.com/t5/Embedded-Linux/Trying-to-get-the-petalinux-boot-jtag-working-but-unsure-what-my/td-p/116900…

     

    My only other thought is that your board has been damaged.

    Bryan

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • jomoenginer
    0 jomoenginer over 4 years ago in reply to achbou6

    Are you able to read the uSD card from another system,  mainly a Linux system?  This could also give you an idea if the filesystem is corrupt or there is an issue with the uSD card itself.

     

    Also, there seem to be notes regarding Samsung EVO uSD cards not being supported with the Ultra96 boards, especially those over 64Gb.  However, I am using both Samsung Pro+ 64Gb and Samsung EVO Plus 64Gb without issue thus far.

     

    I have seen issues where the uSD card was not seen on a board as a result of a damaged uSD card holder.  You might want to check the slot for the uSD card and ensure there are no obstructions or damaged pins in the slot.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • jomoenginer
    0 jomoenginer over 4 years ago in reply to achbou6

    Are you able to read the uSD card from another system,  mainly a Linux system?  This could also give you an idea if the filesystem is corrupt or there is an issue with the uSD card itself.

     

    Also, there seem to be notes regarding Samsung EVO uSD cards not being supported with the Ultra96 boards, especially those over 64Gb.  However, I am using both Samsung Pro+ 64Gb and Samsung EVO Plus 64Gb without issue thus far.

     

    I have seen issues where the uSD card was not seen on a board as a result of a damaged uSD card holder.  You might want to check the slot for the uSD card and ensure there are no obstructions or damaged pins in the slot.

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