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
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum Can’t boot brand new pi 3 and no power to USB or Ethernet
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 6 replies
  • Answers 4 answers
  • Subscribers 666 subscribers
  • Views 2920 views
  • Users 0 members are here
  • raspberry_pi
Related

Can’t boot brand new pi 3 and no power to USB or Ethernet

amym
amym over 7 years ago

Hi,

 

I received my pi 3 in the post recently, and have just gone to turn it on for the first time. I’m getting the red power LED light but no green or flashing (so this points to an SD issue I assume?), I’m getting no power to the USB (keyboard and mouse) and no power to the Ethernet either. I get no output via HDMI. Not sure how to solve as I don’t even have an OS on it yet so can’t troubleshoot and I’m brand new to raspberry pi it does seem to be pointing to an SD issue but the SD came pre-installed with NOOBS and Raspbian from element14. Anyone able to help? image Let me know if I need to provide any more info.

  • Sign in to reply
  • Cancel
  • beacon_dave
    0 beacon_dave over 7 years ago

    Perhaps take a look at these troubleshooting guides:

    https://elinux.org/R-Pi_Troubleshooting

    https://www.raspberrypi.org/forums/viewtopic.php?p=437084#p437084

     

    Power supply and SD cards however appear to be the root cause of a lot of problems with the R-Pi.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • rew
    0 rew over 7 years ago

    Well.... A standard PC will have a ROM with code that shows a "bios boot screen".

    The raspberry pi was designed with the goal that it would be cheap. So the ROM is left out. Similarly, PCs need hardware to support decades old methods to tell the video card what to do, just because the boot rom uses that mode. Also expensive, also left out.

     

    So.... The raspberry starts out completely blacked out. No power to anything but the CPU. And the CPU knows nothing about how to enable video until it loads something off the SD card...

     

    So this all points towards that you don't have the proper boot files on your SD card. I would recommend just looking for a guide on how to install NOOBS or Raspbian yourself and follow that. You do need a MicroSD card reader/writer on your PC for that though....

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • amym
    0 amym over 7 years ago in reply to rew

    Thank you so much for your help and the info! I'll sort the SD card and that'll hopefully sort the issue.

     

    Cheers,

    Amy

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • amym
    0 amym over 7 years ago in reply to beacon_dave

    Thank you!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • gdstew
    0 gdstew over 7 years ago in reply to rew

    All LCD monitors (and some CRTs) have the setup information they need to work properly on them and this can be read by the OS. I don't believe

    this was done on early versions of Raspberry Pi OSs but I'm fairly certain it is now. I haven't needed to do anything "special" to get video working

    on my Pis for several years now and I use several LCD monitors from different manufacturers with different resolutions (1280 x 1024, 1680 x 1050,

    and 1920 x 1080). YMMV.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • rew
    0 rew over 7 years ago in reply to gdstew

    gdstew  wrote:

     

    I haven't needed to do anything "special" to get video working on my Pis ..

    Well... the only thing special is that you need to have the monitor connected (and possibly powered up) when you boot up the pi.

     

    During boot the pi will then ask the monitor for its preferred configuration and use that.


    Some monitors do not conform to the specifications and have to be powered up for this querying to work. It should work when the monitor is off or on "standby" but occasionally you might find one that has this problem. So... if you're having problems, just connect the monitor, power it up and THEN power up the pi.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject 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