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 Raspberry pi 3 boot issue
  • 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 11 replies
  • Answers 8 answers
  • Subscribers 669 subscribers
  • Views 1372 views
  • Users 0 members are here
  • rasberry_pi_3_b_plus
  • raspberry_pi
Related

Raspberry pi 3 boot issue

silentnight__
silentnight__ over 7 years ago

Hey guys!

 

Having an issue with my Pi 3. It was working 100% fine as usual at night, but the next morning when I turned it on, I got " no signal " on my TV...... bloody strange. The red light is on solid, and the green light is flashing sporadically. Nothing happened to it overnight, it wasn't dropped, knocked or anything..... just literally decided not to work the next day.

 

Anyone ran into this?

 

Thanks in advance.

Aaron

  • Sign in to reply
  • Cancel
Parents
  • silentnight__
    0 silentnight__ over 7 years ago

    Thanks Chris!

     

    I'm going to grab a new mSD and start fresh then go from there.

     

    Thank you all so much for your help, it's muchly appreciated.

     

    Regards,

    Aaron.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • ripntime
    0 ripntime over 7 years ago in reply to silentnight__

    Sometimes it's time vs money and the money for an sd card vs loosing hair is not worth it in the long run.  Plus it could have bad sectors which will produce intermittent problems on a Pi.
    A fresh start leaves nothing to chance. The old one can be used for release testing or for trying various Pi systems retropie etc.

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

    Sometimes it's time vs money and the money for an sd card vs loosing hair is not worth it in the long run.  Plus it could have bad sectors which will produce intermittent problems on a Pi.
    A fresh start leaves nothing to chance. The old one can be used for release testing or for trying various Pi systems retropie etc.

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

    With Flash memory and SSD, the location where data was written previously may not be the same place it is on the memory device due to wear leveling.  There is an attempt to remap the blocks in storage and mark an area that had a write error as bad, but this is only if there is free space left on the memory device.  The fun thing with flash Memory cards and SSDs is that unless the device supports SMART features and they are enable, you will not know the memory device is bad until it no longer works and you can not get to any of the data.  This is why it's good to not put anything important on a flash base storage device or ensure it is backed up often.

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

    jomoenginer  wrote:

     

    but this is only if there is free space left on the memory device. 

    Keep in mind that this is another "free" than what you'd see with "df", or in "6.4Gb used of 8Gb" in your file browser.

     

    When an SD card claims 8Gb, they actually mean 8 billion bytes. But in physical computer stuff that would normally be 8 * 2^30, which is a few percent more (about 7.2% if my wet-ware-calculator is correct). That 7% is used for wear leveling. So... worst-case you write the full 8Gb of data, and then start writing a single block of data again and again. Now all-but-one blocks are "in use" and your rewritten block will be written in the next-available block in the (7%*8GB=) 570Mb of "secret space". Now if we assume that the SD card works with 128kB blocks, you'll have written that single block 4600 times before the first datablock is getting written for the second time.....

     

    Every time you write to a DIFFERENT block, it will get a block from the pool of free blocks and then the old one will get added to the pool.

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