Quantcast
Channel: banana pi single board computer open source project official forum BPI team - Latest topics
Viewing all articles
Browse latest Browse all 6446

How to use bpi-copy commnad (Burning images to EMMC , Copying data from SD-Card/EMMC to be Images)

$
0
0

@BPI_Justin wrote:

usage: bpi-copy
bpi-copy IMGFILE
bpi-copy IMGDIR
bpi-copy IMGFILE DEVICE
bpi-copy DEVICE IMGFILE


  1. Download BPI-Tools

    wget https://github.com/BPI-SINOVOIP/BPI-files/raw/master/debs/bananapi-bpi-tools_1.0.3_armhf.deb

  2. Set up development environment

    2-1: On X86-PC (Ubunut 12.04)

    echo "foreign-architecture armhf" >> /etc/dpkg/dpkg.cfg.d/multiarch

    2-2 :On X86-PC (Ubunut 14.04)

    dpkg --add-architecture armhf

    2-3 :On BananaPI M3/M2Plus do nothing

  3. Install BPI-Tools

    dpkg -i bananapi-bpi-tools*.deb

  4. Creat a folder of BPI-Tools

    mkdir BPI-Tools
    cd BPI-Tools

  5. Update BPI-Tools

    bpi-tools --upgrade

  6. Use bpi-copy commnad

    6-1: To burn into EMMC, please run the following command

    sudo bpi-copy < images file>

    6-2 :Copy data from SD-Card/EMMC to be Images

    sudo bpi-copy < device path> < xxxxx.img.zip>

    6-3 :To burn into certain device,please run the following command

    sudo bpi-copy < xxxxx.img.zip> < device path>


Video Demo (To burn into EMMC)

Video Demo ( Copy data from SD-Card/EMMC to be Images)

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 6446