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 Power, no boot
  • 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 8 replies
  • Subscribers 666 subscribers
  • Views 1275 views
  • Users 0 members are here
  • raspberry_pi_getting_started
Related

Power, no boot

brumbaugh
brumbaugh over 5 years ago

Hi,

 

Im new to the Raspberry Pi arena, but have built PC's and done quite a bit with PC's.

 

I have a Pi4, which I bought the 7" touchscreen display for it.

 

I installed everything. I have power, but no boot. I cannot even get any thing out of the monitor.

 

Any ideas.

 

- touch screen is connected via ribbon cable.

- both the Pi and the display have power and the power supply is rated to handle both.

- red LED is lit...

- SD card is in and has a copy of NOOBS on it.

 

Display is dead...

 

Any ideas? Display or OS?

 

Thanks,

Kyle

  • Sign in to reply
  • Cancel
  • dougw
    dougw over 5 years ago

    The only things I can think of are to make sure the ribbon cables are seated properly with their clamping bars also seated properly, and to make sure there is adequate voltage and current available to run the Pi and the display...

    My setup which is only a Pi 3 and 7" display complains about the power if I don't use a high capacity power supply with an 18 gage cable.

    Also some people have trouble with their SD cards, some cards (even new cards and cards that work on other computers) don't seem to work.

    It is strange how few web sites have updated their material to indicate that the 7" display is compatible with the Pi 4.

    Here is one site that goes through it...

    https://www.softprayog.in/tutorials/connecting-7-touchscreen-display-to-raspberry-pi-4b

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • fmilburn
    fmilburn over 5 years ago

    Hi Kyle,

     

    Does the Pi boot OK and display when hooked up to a standard HDMI monitor?

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Cancel
  • Sean_Miller
    Sean_Miller over 5 years ago

    I have a smaller touchscreen that required its own Kernal files.  This is because the display needed what is called a different Device Tree for Linux - which is fancy for saying the pins had to be configured to drive the display.

     

    To see if this is the case, go to the manufacturers page and look for a hookup guide or tutorial for installation.  Here is mine just to serve as an example:  https://learn.adafruit.com/adafruit-pitft-3-dot-5-touch-screen-for-raspberry-pi

     

    This was my process:

    • Get the latest Raspian image to a SD card
    • Hook up the raspberry pi to an HDMI ready TV and connect a mouse and keyboard
    • Boot up successfully and follow all the prompts for initial set up including setting up WiFi and enabling SSH.  Shutdown.
    • I could then go headless - meaning disconnect everything but the power cord and connect through the WiFi.
    • I turned it on and used my PC with the program Putty to connect to the terminal of the Pi via WiFi.
    • I cloned the manufacturers Kernal files per their instructions and ran their install script.
    • Followed the prompts.
    • Rebooted.
    • Ran their calibration script for the touchscreen.

     

    See ya',

    Sean

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • grondak
    grondak over 5 years ago in reply to Sean_Miller

    Hi Sean_Miller

    I read the installation instructions at Adafruit as you linked.

    PiTFT no longer needs any custom kernels or modules, so you can continue to update/upgrade your Pi and it will work with the most recent releases.

    Did you need a custom kernel for the device tree? Or did you need no kernel per your process steps?

     

    I noticed there is an HDMI/Touchscreen mirror mode.  That could help you get closer.

    PiTFT as HDMI Mirror (Best for Raspbian Full/PIXEL)

    This option is the easiest to understand: whatever appears on the HDMI display will be 'mirrored' to the PiTFT. Note that HDMI is much higher resolution so it's not like it turns the PiTFT into a 1080p display. This is great for when you want to run OpenGL-optimized software, PIXEL desktop software, or really anything. The down-side is its a little slower than drawing directly to the framebuffer. You may not notice it but it's worth us mentioning!

    If you have trouble getting it working in mirror mode, then dougw 's hints could be very useful.

    I wish the adafruit page mentioned display-specific logs.

    Is there anything in the output of

    dmesg

    related to this display?

     

    Tony

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • Sean_Miller
    Sean_Miller over 5 years ago in reply to grondak

    I was referring to this quote on that page:

    The PiTFT requires some device tree support and a couple other things to make it a nice stand-alone display. If you just want to get going, check out the following for easy-install instructions!

    I thought it was doing something with the kernel, but it may just be the device tree overlay files.

     

    I then used the instructions that followed assuming that is where the device tree overlay stuff was happening.  I definitely had no screen until I ran that stuff.

     

    However, Kyle, you may not have an Adafruit TFT, so try to locate an installer similar to my experience from your manufacturer page.

     

    See ya',

    Sean

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • grondak
    grondak over 5 years ago in reply to Sean_Miller

    Hi Sean_Miller

    I just now noticed you're not Kyle image

    My bad.

    Diagnosing something that already works is not productive at all!

    Tony

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • colporteur
    colporteur over 5 years ago

    Looking at your profile, you are a newly minted Element14 member, a welcome to the site is warranted.

     

    I suggest you start the Pi without the 7 inch screen just to simplify the equation. Remember that theory in Algebra. Simplify the equation before you try and solve it. A KVM with the Pi HDMI connected to a TV will get you video with minimal effort.

     

    I have no experience with the NOOBs tool. I use an open source image hoeing software called Balena Etcher https://www.balena.io/etcher/ . Grab a full image of Raspbian operating system from https://www.raspberrypi.org/downloads/raspbian/  and use Ether to make an image to your SD card.

     

    A boot up of the Pi with the new image will confirm 1st you have a working Pi. The same SD image can be used to support the touch monitor.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • jeromehess
    jeromehess over 5 years ago in reply to colporteur

    Sean is right on target. The smartest thing ANYONE ever told me (it applies to everything but it REALLY applies to computers)

     

    START WITH WHAT YOU KNOW WORKS

     

    Cant tell you how many times ive seen people put together a new pc wit all new parts, save the mouse. The spend HOURS assembling it even go through cable management and get it screwed back down before then plug it in

     

    only guarantee there is frustration

     

    strip back everything you can, then slowly but surely swap out the old stuff w/ the new.....

    • Cancel
    • Vote Up +2 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