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 Can Not Flashing new BeagleBone from Embest
  • 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
  • Replies 2 replies
  • Subscribers 103 subscribers
  • Views 670 views
  • Users 0 members are here
  • flashing
  • beagle bone
Related

Can Not Flashing new BeagleBone from Embest

shimon
shimon over 7 years ago

Last year I worked with BeagleBone Black from element14. I prepared image configured as I need, and burn it.

Burning process was as described here : https://elinux.org/Thread:Talk:BeagleBone_Black_Extracting_eMMC_contents/Flash_unsuccessful

 

It mean: I downloaded and burned package with u-boot.img and other necessary files which at start up runs script:

 

#!/bin/sh

echo timer > /sys/class/leds/beaglebone\:green\:usr0/trigger

 

#un-comment the following line to perform a backup

#dd if=/dev/mmcblk1 bs=16M | gzip -c > /mnt/BBB-eMMC-$RANDOM.img.gz

 

#un-comment the following 6 lines to perform a restore (be sure to replace XXXXX with your image name)

gunzip -c /mnt/BBB-eMMC-XXXXX.img.gz | dd of=/dev/mmcblk1 bs=16M

UUID=$(/sbin/blkid -c /dev/null -s UUID -o value /dev/mmcblk1p2)

mkdir -p /mnt

mount /dev/mmcblk1p2 /mnt

sed -i "s/^uuid=.*\$/uuid=$UUID/" /mnt/boot/uEnv.txt

umount /mnt

 

sync

echo default-on > /sys/class/leds/beaglebone\:green\:usr0/trigger

 

   But last time I got cards from Embest and that procedure not worked.

When I try to start from SD Card with my image BBB works properly, but when I try to flash eMMC from /boot/uEnv.txt, after flashing I got errors, and message, that system can not find disk.

 

Last Debian (9.1)image flashed correctly.

Please, help.

  

  • Sign in to reply
  • Cancel

Top Replies

  • kravanasa
    kravanasa over 7 years ago +1
    Shimon, There was a change in the eMMC (JEDEC 5.1) as the previous version (JEDEC 5.0) was EOL’d. Older kernels do not support JEDEC 5.1 so you will need to update to Debian Image 7.11 or later for compatibility…
Parents
  • kravanasa
    kravanasa over 7 years ago

    Shimon,

     

    There was a change in the eMMC (JEDEC 5.1) as the previous version (JEDEC 5.0) was EOL’d. Older kernels do not support JEDEC 5.1 so you will need to update to Debian Image 7.11 or later for compatibility. You can also use older image and upgrade the kernel.

    Please follow the instructions in the following link:

    https://elinux.org/Beagleboard:BeagleBoneBlack_Debian#Kernel_Upgrade

     

    cd /opt/scripts/tools/

    git pull

    sudo ./update_kernel.sh

    sudo reboot

     

    Kamran

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • kravanasa
    kravanasa over 7 years ago

    Shimon,

     

    There was a change in the eMMC (JEDEC 5.1) as the previous version (JEDEC 5.0) was EOL’d. Older kernels do not support JEDEC 5.1 so you will need to update to Debian Image 7.11 or later for compatibility. You can also use older image and upgrade the kernel.

    Please follow the instructions in the following link:

    https://elinux.org/Beagleboard:BeagleBoneBlack_Debian#Kernel_Upgrade

     

    cd /opt/scripts/tools/

    git pull

    sudo ./update_kernel.sh

    sudo reboot

     

    Kamran

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