Banana pi BPI-M3 A83T octa-core single board comp
  • Initial page
  • LANGS
  • Banana Pi BPI-M3
    • Banana pi BPI-M3 octa-core development board
    • Summary
    • BPI-M3 WIFI interface
    • BPI-M3 Validation test
    • bpi-bootsel commond
    • BPI-M3 3.5 音频接口
    • BPI-M3 quality guarantee
    • BPI-tools
    • BPI-M3 WiringPi
    • How to setup docker env. to build github source code
    • linux_for_kernel_34
    • BPI-M3 GigE RJ45 LAN
    • BPI-M3 software
    • BPI-M3 CE,FCC RoHS Certification
    • All Banana Pi SBC Comparison
    • BPI-M3 SATA interface
    • GPU for kernel 3.4
    • BPI-M3 3.7 V lithium battery interface
    • BPI-M3 schematic diagram
    • BPI-M3 CSI camera interface
    • BPI-M3 Audio microphone interface
    • How to burn Linux image to eMMC
    • android_software
    • BPI-M3 micro SD card slot
    • BPI-M3 OTG interface
    • BPI-M3 USB interface
    • BPI-M3 DC Power interface
    • BPI-M3 MIPI DSI interface
    • linux-sunxi wiki
    • Linux software
    • A83T Linux-sunxi wiki
    • BPI-M3 eMMC flash
    • how_to_burn_android_image_to_emmc
    • BPI-M3 DXF and 3D design
    • BPI-M3 WIFI Lab test
    • how to use fatload uEnv.txt & script.bin & kernel uImage
    • BPI-M3 IR interface
    • BPI-M3 HDMI interfact
    • BPI-M3 online video
    • bpi-bootsel commond
    • BPI-M3 GPIO Pin define
    • BPI-M3 How to control GPIO on Android
    • OpenWRT on banana pi
    • Reference documents
    • Allwinner chip documents
    • BPI-M3 hardware spec
    • BPI-M3 wifi antenna slot
    • BPI-M3 fix rootmydevice issue for Security Alert
    • BPI-M3 bluetooth interface
    • BPI-M3 mainline kernel
    • BPI-M3 source code on github
    • BPI-M3 Quick Start
    • How to rotate display screen
    • Linux mainlining effort
    • BPI-M3 BSP Cross Compile teach
    • BPI-M3 hardware interface
    • Banana pi wikipedia wiki
    • mainline Linux
    • mainline uboot
  • Banana Pi BPI-M3
    • Banana pi wikipedia wiki
    • a83t-datasheet-and-user-manua
    • Summary
    • bpi-copy command
    • android_software
    • android-51-development-document
    • All Banana Pi SBC Comparison
    • A83T Linux-sunxi wiki
    • All banana pi product
    • Allwinner chip documents
    • bpi-bootsel commond
    • bpi-bootsel commond
    • BanaNAS-Nas server based on Debian Jessie
  • Getting Started with M3 - Banana Pi Wiki
Powered by GitBook
On this page
  • How to burn android image to eMMC under windows
  • How to burn android image to eMMC under Linux

Was this helpful?

  1. Banana Pi BPI-M3

how_to_burn_android_image_to_emmc

PreviousBPI-M3 eMMC flashNextBPI-M3 DXF and 3D design

Last updated 5 years ago

Was this helpful?

How to burn android image to eMMC under windows

1,download android 5.1.1 image from download page.

2,if your PC is windows OS, please download tooling to burn if your PC is Linux OS, please download or tooling

example: burn android image to EMMC on windows.

1,install PhonenixSuit.

2,running PhonenixSuit. chick "one key to burn" choose your android image file .

3,press on BPI-M3 uboot key. and plug in micro USB data line.

5,press Yes to burn image:

6,if all is ok , try to boot from eMMC , if not success ,just need try again.

Video demo how to burn android image to eMMC:

This is a guide on burning the Android image onto the eMMC on the Banana Pi BPI-M3. The eMMC is 8GB and decently fast.

You will need to burn android onto MicroSD with Phoenix Card first and boot it. Then you need to enable USB debugging, install Google Composite ADB drivers, and write the image to eMMC with Phoenix Suit. Then you can take out the MicroSD card and boot M3 from eMMC.

How to burn android image to eMMC under Linux

3,Ubuntu OS run LiveSuit_For_Linux32(or 64) Directory LiveSuit.run

sudo ./LiveSuit.run

if prompt message missing dkms module,please install it:

sudo apt-get install dkms

sudo ./LiveSuit.run

4,install drivers:

sudo dpkg -i awdev-dkms_0.4_all.deb

5,when finished ,reboot system

6,Ubuntu system add udev rules:

sudo vim /etc/udev/rules.d/10-local.rules

7 input udev rules:

note: please replace GROUP="text" text with your user group.

   SUBSYSTEM!="usb_device", ACTION!="add", GOTO="objdev_rules_end"
   #USBasp
   ATTRS{idVendor}=="1f3a", ATTRS{idProduct}=="efe8", GROUP="text",
   MODE="0666"
   LABEL="objdev_rules_end"

save & reboot or just reboot udev server, so you can run LiveSuit.sh as a general user,reboot udev commond :

sudo service udev restart

8 run burn tooling(home/usernamer/Bin )

./LiveSuit.sh

9 Click "Yes" button to burn eMMC

note: when burn eMMC, it will clean all document on eMMC.

10, when all is OK ,just rebbot BPI-M3, and boot android image from eMMC flash.

4,press on Power key to boot BPI-M3.

1,download android image from download page.

2,download or tooling

https://www.youtube.com/watch?v=FZp6wGtgKd8&feature=youtu.be
http://www.banan-pi.org
Linux 32bit
Linux 64bit
http://www.banan-pi.org
PhoenixSuit.zip
Linux 32bit
Linux 64bit