> For the complete documentation index, see [llms.txt](https://bananapi.gitbook.io/bpi-m3/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bananapi.gitbook.io/bpi-m3/zh/howtoburnlinuximagetoemmc.md).

# How to burn Linux image to eMMC

OS: BPI-M3 Ubuntu15.10 (Kernel3.4)

Version: 1.0 HDMI

Step 1: Start up the computer with the SD card which has been burnt with the Linux images.

Step 2: Put the images which you'd like to burn to the EMMC Storage to the USB drive.

Step 3: Run "fdisk -l" command line on your BPI-M3 and you can see the EMMC path as " /dev/mmcblk1"

`sudo fdisk -l`

![](/files/-M2HXIpEeDyz8W1QvEOV)

Step 4:Switch to the path of images, and run the command.

```
sudo dd if=ubuntu-mate-15.10-desktop-armhf-raspberry-pi-2-bpi-m3-sd-emmc-20151203.img of=/dev/mmcblk1 bs=10MB
```

![](/files/-M2HXIpKNsqEzoO27Bhk)

Step 5:When finish burning, remove the SD card, and restart the BPI-M3

Step 6:Check if the system starts normally on the EMMC flash boot.

**video demo on youtube:**

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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-m3/zh/howtoburnlinuximagetoemmc.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.
