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 RaspberryPi3 powering up but no visual HDMI - VGA
  • 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
  • Replies 20 replies
  • Subscribers 667 subscribers
  • Views 4988 views
  • Users 0 members are here
Related

RaspberryPi3 powering up but no visual HDMI - VGA

wolfmountaingames
wolfmountaingames over 8 years ago

I recently got a raspberry pi, but all my monitors are VGA so I went to the store got an HDMI to VGA adapter, and plugged in the screen, mouse, keyboard, and finally the pi. The red light came on so the power cord is working, but there was no visual at all it was as if the pi was not on. I read somewhere that in an older version if you changed a line in config.txt that it sometimes help with hdmi to vga, but I can not find config.txt anywhere on the preloaded card I bought. Can someone help me with this or link me to a confirmed working HDMI-VGA adapter that works with the pi?

 

Thanks,

 

Andrew

  • Sign in to reply
  • Cancel
  • rew
    rew over 8 years ago in reply to pkps1968

    When a Raspberry pi boots, the GPU will start and load "bootcode.bin" from the SD card. That contains code to do the things that config.txt tells it to and then load "kernel.img" and start the CPU.

     

    All that already causes some flashes of the green led. If you see no flashes, no communication with the SD card is happening. Card not inserted? No "bootcode.bin" on the SD card? stuff like that.

     

    So for both of you, I'd simplify things by just getting a raspbian image and put that on your SD card according to the instructions you can find online. Then you CAN see config.txt and edit if necessary.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • clem57
    clem57 over 8 years ago in reply to pkps1968

    My Pi 2 turned on without SD card had a solid green light. When replaced if works.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • slashthedragon
    slashthedragon over 8 years ago in reply to pkps1968

    If the green light is not flashing then the software is not running. It is most likely a bad Raspberry pi or a bad SD card/software. Here is how I would troubleshoot.

    SD card.

         Not all SD cards are compatible with all devices. Try another SD card. Make sure it is  a Class 10 card. Get an oversize card.

         Download a new NOOBS.

         Can you see the files if you open the SD card on your PC? This is not proof of a good SD card.

         Try burning the NOOBS image using a different app.

         Try creating a new SD card using a different computer.

    Raspberry Pi

         I have added a "run" switch to my RPi. On my RPi I would remove that. This is unlikely your situation.

         Is something grounding the run line on the RPi?  Again, this is unlikely your situation.

         Is the power supply not providing enough current?  I can imagine a power supply could provide enough current to turn on the red Led but not boot the RPi.

         The only way to prove it is a bad RPi is to try another one.

     

    I burned a new NOOBS to a used SD card to observed exactly how it reacted. It was different than I had recalled in some ways.

          When I powered the RPi on for the first time. The red LED came on, the green LED flashed for a few seconds, then the green LED flashed quickly every few seconds.

         The green LED  and the Network lights did not come on when there was no SD card.

         The network lights came on when the green LED light started flashing.

         I was not able to SSH from my PC as I had thought I had done before.

         I hope this helps.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • slashthedragon
    slashthedragon over 8 years ago in reply to pkps1968

    Here is how I installed Raspbian on the SD card with a linux Ubuntu Mate computer.

    https://www.youtube.com/watch?v=MQ2MV1h6Z0s&t=4s

    Yours OS should be very close to this.

    The slide at 2:13 shows the config.txt in the boot folder. This is before you even install it on the RPi. If the files look like what is in the slides then you should be good to go --- until you remove your SD card without unmounting it. The OS does housekeeping which include moving files around when you least expect it. This is to improve the the operation of the SD card.

    If you pop the card out at the wrong time the files could get corrupted.

    I hope this helps.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • slashthedragon
    slashthedragon over 8 years ago in reply to pkps1968

    On my RPi 3 the red light comes on and nothing else. Someone else commented on their RPi 2 (?) the green light came on steady which doesn't sound right.  I made a video slide show of the steps I took to install NOOBS on the SD card. See my other comment in this thread.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • royleith
    royleith over 8 years ago

    Have you tried plugging the Raspi into a television HDMI socket? Just to see if you get a display. There is no point in making any adjustments such as changing borders as you want to go with a VGA monitor.

     

    Also, you may have problems with the SD card socket or the SD card, itself. I cannot find one interesting thread that noted that the (micro)SD card had distorted with the heat from the Pi and was not making a reliable connection. Here is a similar thread.

     

    sd card - Raspberry Pi fails to turn on - Raspberry Pi Stack Exchange

     

    I have managed to stop my Pis booting by leaving the card out, altogether, or by not fully inserting the card. A visual check to ensure the card is fully seated would be good. The cards are not robust and can be cracked or bent, so take care.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • slashthedragon
    slashthedragon over 8 years ago in reply to wolfmountaingames

    Check again. Mine flashes so quickly after it first booted up that I would not have seen it if the lights were low and I had not waited long enough.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • beacon_dave
    beacon_dave over 8 years ago in reply to slashthedragon

    That video looks more like a Raspbian OS image restore than a NOOBS install.

     

    The first three slides shows the web links to the NOOBS download, but then after that the video appears to be demonstrating a image restore from the Raspbian OS image download.

     

    The difference between a 'Install Raspbian with NOOBS' installation and a 'Download and image Raspbian directly' installation is outlined here:

    https://www.raspberrypi.org/learning/software-guide/quickstart/

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • slashthedragon
    slashthedragon over 8 years ago in reply to beacon_dave

    I have replaced the video which was not a NOOBS installation but a Raspbian installation.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • pkps1968
    pkps1968 over 8 years ago in reply to pkps1968

    Hi..

    Vendor replaced the micro SD card with new one containing Noobs...!!!

    Problem completely solved... started working perfectly...

     

    Thanks every body who put their valuable thoughts & sugections...

     

    with regards,

     

    Pradeep Kumar P ChristyZrewadmintech_contentharnRaspberryPi3 powering up but no visual HDMI - VGA

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