element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • 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 & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • 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
BeagleBoard
  • Products
  • Dev Tools
  • Single-Board Computers
  • BeagleBoard
  • More
  • Cancel
BeagleBoard
Forum BBB not booting after Flashing
  • Blog
  • Forum
  • Documents
  • Quiz
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join BeagleBoard to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 3 replies
  • Subscribers 102 subscribers
  • Views 432 views
  • Users 0 members are here
Related

BBB not booting after Flashing

Former Member
Former Member over 9 years ago

Hello,

 

I just started with a new batch of BBBs.  I placed the SD Card in and powered them up.  LED blinks and then goes solid as expected.  Remove power and SD card.  Reapply power and only the power LED comes on.

 

The same SD card works with earlier version of the BBB.  I can get order dates if that helps.  Both boards have "PCB REVB6" in copper near the power connector.  Both came in the white Element 14 box.  Not sure what else I can compare easily.

 

Has anyone else had this problem?

 

Thanks,

Rob

  • Sign in to reply
  • Cancel
Parents
  • Former Member
    0 Former Member over 9 years ago

    Ok, I looked on line and a user had a similar issue and did a new SDCard configuration and said it worked.  So I am trying the same thing.  First try failed, but I did see something odd that could well be the issue, but not a BBB expert enough to know for sure.

     

    My project was using an old 2GB of the Angstrom OS, but we needed more memory.  It was expanded using these steps (first question is this valid - it seemed to work):

    • fdisk /dev/mmcblk0
    • delete partition 2
    • new partition 2 same start, but end is final sector
    • write the changes
    • reboot
    • resize2fs /dev/mmcblk0p2
    • space increase verified with df -h

    I made an image and probably updated 10-15 boards.  Got the new batch in a no luck.  So I started a rebuild of the OS in the hope of making a new image.  However in fdisk if I look at the partition option the old boards said "Disk /dev/mmcblk0: 3867 MB..." the new ones report "Disk /dev/mmcblk0: 3825 MB...".  So my guess is that the image was too large for the new BBB and either missed something critical or did a wrap of the memory copy and over wrote the beginning.

     

    Well a 4Gig memory chip should have 4Gig since they have a set number of address lines - right?  Anyway the eMMC on one is a Kingston KE4CN2H5A (old) and the other is a Kingston EMMC04G-S100 (new).  I think these are the part numbers anyway, I need to get boards to production and each one needs to be hand updated.  So if they are wrong let me know, but I am hoping to get an answer with this information.

     

    Thanks,

    All

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • Former Member
    0 Former Member over 9 years ago

    Ok, I looked on line and a user had a similar issue and did a new SDCard configuration and said it worked.  So I am trying the same thing.  First try failed, but I did see something odd that could well be the issue, but not a BBB expert enough to know for sure.

     

    My project was using an old 2GB of the Angstrom OS, but we needed more memory.  It was expanded using these steps (first question is this valid - it seemed to work):

    • fdisk /dev/mmcblk0
    • delete partition 2
    • new partition 2 same start, but end is final sector
    • write the changes
    • reboot
    • resize2fs /dev/mmcblk0p2
    • space increase verified with df -h

    I made an image and probably updated 10-15 boards.  Got the new batch in a no luck.  So I started a rebuild of the OS in the hope of making a new image.  However in fdisk if I look at the partition option the old boards said "Disk /dev/mmcblk0: 3867 MB..." the new ones report "Disk /dev/mmcblk0: 3825 MB...".  So my guess is that the image was too large for the new BBB and either missed something critical or did a wrap of the memory copy and over wrote the beginning.

     

    Well a 4Gig memory chip should have 4Gig since they have a set number of address lines - right?  Anyway the eMMC on one is a Kingston KE4CN2H5A (old) and the other is a Kingston EMMC04G-S100 (new).  I think these are the part numbers anyway, I need to get boards to production and each one needs to be hand updated.  So if they are wrong let me know, but I am hoping to get an answer with this information.

     

    Thanks,

    All

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
  • Former Member
    0 Former Member over 9 years ago in reply to Former Member

    I just found another board I am guessing older that had 3925MB.

     

    I would think a 4GB part would have 2^32 or 4,294,967,296.  So what are they using the remaining memory for (a back up operating systems?) and how much memory can we count on using?

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