# bpi-get command

How to use bpi-get command (Download BPI Images)

```
bpi-get v1.0.3 
  usage: bpi-get 
         bpi-get FILE
```

1. Download BPI-Tools , please run the following command

   > 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)

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

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

   > sudo dpkg --add-architecture armhf

   2-3 :**On BananaPI M3/M2Plus do nothing**
3. Install BPI-Tools

   > sudo dpkg -i bananapi-bpi-tools\*.deb
4. Creat a folder of BPI-Tools

   > mkdir BPI-Tools cd BPI-Tools
5. Update BPI-Tools

   > sudo bpi-tools --upgrade
6. Use bpi-get commnad

   6-1: Download BPI Images

   > sudo bpi-get 2016-07-01-ubuntu-mate-16.04-Xenial-gpu-mpv-bt-nodejs-beta3-bpi-m3-sd-emmc.img.zip

Video Demo

<https://www.youtube.com/watch?v=Bf4QfDnwKAk&feature=youtu.be>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://bananapi.gitbook.io/bpi-m2-ultra-open-source-single-board-computer/bpi-m2-ultraberry-software/bpi-tools/bpi-get-command.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
