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 1281 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
Parents
  • 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
Reply
  • 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
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