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
RIoTboard
  • Products
  • Dev Tools
  • Single-Board Computers
  • RIoTboard
  • More
  • Cancel
RIoTboard
Forum How can i create an image of my linux configuration and flash it into emcc
  • Blog
  • Forum
  • Documents
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join RIoTboard to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 4 replies
  • Answers 1 answer
  • Subscribers 23 subscribers
  • Views 2988 views
  • Users 0 members are here
Related

How can i create an image of my linux configuration and flash it into emcc

Former Member
Former Member over 11 years ago

I want to copy the same configuration on more riotboards. How can i handle this with the emcc-flash not the sd-card?.

  • Sign in to reply
  • Cancel
Parents
  • tusharp
    0 tusharp over 11 years ago

    just for records:

     

    block size can be determined using below command

    blockdev --getbsz /dev/mmcblk1

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • jiapei100
    0 jiapei100 over 4 years ago in reply to tusharp

    In my case:

     

    ➜  ~ df -h

    Filesystem      Size  Used Avail Use% Mounted on

    /dev/mmcblk0p1   28G   18G  8.8G  67% /

    none             16G     0   16G   0% /dev

    tmpfs            16G   88K   16G   1% /dev/shm

    tmpfs            16G   31M   16G   1% /run

    tmpfs           5.0M  4.0K  5.0M   1% /run/lock

    tmpfs            16G     0   16G   0% /sys/fs/cgroup

    tmpfs           3.2G   12K  3.2G   1% /run/user/120

    tmpfs           3.2G  116K  3.2G   1% /run/user/1000

    /dev/mmcblk1p1   29G   29G     0 100% /media/lvision/AGX-SD

     

     

    And I got the following No space left on device ERROR

     

    ➜  ~ sudo dd bs=1024 if=/dev/mmcblk0 of=/dev/mmcblk1

    [sudo] password for lvision:

    dd: error writing '/dev/mmcblk1': No space left on device

    30318593+0 records in

    30318592+0 records out

    31046238208 bytes (31 GB, 29 GiB) copied, 4605.66 s, 6.7 MB/s

     

    while I tried to dd mmcblk0 which is ONLY used 18G to mmcblk1 which is of 29G size.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • jiapei100
    0 jiapei100 over 4 years ago in reply to tusharp

    In my case:

     

    ➜  ~ df -h

    Filesystem      Size  Used Avail Use% Mounted on

    /dev/mmcblk0p1   28G   18G  8.8G  67% /

    none             16G     0   16G   0% /dev

    tmpfs            16G   88K   16G   1% /dev/shm

    tmpfs            16G   31M   16G   1% /run

    tmpfs           5.0M  4.0K  5.0M   1% /run/lock

    tmpfs            16G     0   16G   0% /sys/fs/cgroup

    tmpfs           3.2G   12K  3.2G   1% /run/user/120

    tmpfs           3.2G  116K  3.2G   1% /run/user/1000

    /dev/mmcblk1p1   29G   29G     0 100% /media/lvision/AGX-SD

     

     

    And I got the following No space left on device ERROR

     

    ➜  ~ sudo dd bs=1024 if=/dev/mmcblk0 of=/dev/mmcblk1

    [sudo] password for lvision:

    dd: error writing '/dev/mmcblk1': No space left on device

    30318593+0 records in

    30318592+0 records out

    31046238208 bytes (31 GB, 29 GiB) copied, 4605.66 s, 6.7 MB/s

     

    while I tried to dd mmcblk0 which is ONLY used 18G to mmcblk1 which is of 29G size.

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