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
Avnet Boards General Restart everything
  • 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 Verified Answer
  • Replies 2 replies
  • Subscribers 367 subscribers
  • Views 559 views
  • Users 0 members are here
  • iiot
  • microzed
  • industrial_iot
  • microzed_iiot
Related

Restart everything

joaomota1994
joaomota1994 over 8 years ago

Hello! i've tried to boot the wind river linux from sd card .

i've everything like new except for the booting instructions!


First question: do i need to download an iso image and burn it to SD Card in order to start wind river pulsar linux ?


Second: I want to put everything as it came of the box. What i've done and looking to undo  is the uboot. i used this instructions and i want to undo them: https://knowledge.windriver.com/en-us/000_Products/000/060/000/030/000_Wind_River_Pulsar_Linux_Quick_Start_for_Avnet_Zynq%2C_7.0/000/020
Is it possible?

Thanks in the advance!
it's going to be a fun master thesis.

  • Sign in to reply
  • Cancel
Parents
  • jafoste4
    0 jafoste4 over 8 years ago

    Hello,

    To reinstall the Wind River Pulsar Linux that came with your MicroZed please see the "Wind River Pulsar Linux OS Download Instrctions" located here http://minized.org/support/documentation/1519

    --Josh

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Reject Answer
    • Cancel
  • joaomota1994
    0 joaomota1994 over 8 years ago in reply to jafoste4

    Hello!Thank you so much for answering!

    So you're telling me that out of the box it runs Wind River Pulsar Linux OS ?

    i followed this instructions and start using uboot, but previously i didn't have it. I want to go back to whatever it was there previously because something is not working here with this (i didn't burn anything in the SD card it just went as it was) .

    I want the other thing that was there before i did this:

    1.   Boot up Pulsar Linux by performing one of the following procedures at the U-Boot prompt: 
          
      •    

        Boot up Pulsar Linux manually:

           
        > fatload mmc 0 0x3000000 uImage
        > fatload mmc 0 0x2A00000 dtb
        > setenv bootargs 'console=ttyPS0,115200 root=/dev/mmcblk0p3 \
        ro rootfstype=btrfs rootwait'
        > bootm 0x3000000 - 0x2a00000
          
      •   
      •    

        Boot up Pulsar Linux automatically after saving the boot settings in the U-Boot environment:

           

        > setenv sdboot "fatload mmc 0 0x3000000 uImage && fatload mmc 0 0x2A00000 dtb ; \
             setenv bootargs 'console=ttyPS0,115200 root=/dev/mmcblk0p3 ro rootfstype=btrfs \
             rootwait' ; bootm 0x3000000 - 0x2a00000"

             > setenv bootcmd "run sdboot"
             > saveenv
             > reset

          
      •  

     

    I just want a fresh start. So i guess i'll have to mess with the booting instructions again. 

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • joaomota1994
    0 joaomota1994 over 8 years ago in reply to jafoste4

    Hello!Thank you so much for answering!

    So you're telling me that out of the box it runs Wind River Pulsar Linux OS ?

    i followed this instructions and start using uboot, but previously i didn't have it. I want to go back to whatever it was there previously because something is not working here with this (i didn't burn anything in the SD card it just went as it was) .

    I want the other thing that was there before i did this:

    1.   Boot up Pulsar Linux by performing one of the following procedures at the U-Boot prompt: 
          
      •    

        Boot up Pulsar Linux manually:

           
        > fatload mmc 0 0x3000000 uImage
        > fatload mmc 0 0x2A00000 dtb
        > setenv bootargs 'console=ttyPS0,115200 root=/dev/mmcblk0p3 \
        ro rootfstype=btrfs rootwait'
        > bootm 0x3000000 - 0x2a00000
          
      •   
      •    

        Boot up Pulsar Linux automatically after saving the boot settings in the U-Boot environment:

           

        > setenv sdboot "fatload mmc 0 0x3000000 uImage && fatload mmc 0 0x2A00000 dtb ; \
             setenv bootargs 'console=ttyPS0,115200 root=/dev/mmcblk0p3 ro rootfstype=btrfs \
             rootwait' ; bootm 0x3000000 - 0x2a00000"

             > setenv bootcmd "run sdboot"
             > saveenv
             > reset

          
      •  

     

    I just want a fresh start. So i guess i'll have to mess with the booting instructions again. 

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

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube