Skip to content

925outer/BPI-M2P-bsp

 
 

Repository files navigation

BPI-M2P-bsp

Getting Started

  1. Choose a board doing: ./build.sh,

  2. Choose a board doing

"This tool supports the following BPI board(s):"

************************************************"

1. BPI_M2P_720P"

2. BPI_M2P_1080P"

3. BPI_M2P_USB_720P"

4. BPI_M2P_USB_1080P"

*************************************************"

BPI-M2P SD Card Info

Step 1.To be on safe side erase the first part of your SD Card (also clears the partition table).

   sudo  dd if=/dev/zero of=${card} bs=1M count=1

Step 2.Go to folder "Download", put the file(s) to 100MB of the SD Card whit DD command.

sudo dd if=boot0_sdcard.fex     of=${card} bs=1k seek=8

sudo dd if=u-boot.fex 	        of=${card} bs=1k seek=16400

sudo dd if=sunxi_mbr.fex    of=${card} bs=1k seek=20480

sudo dd if=boot-resource.fex    of=${card} bs=1k seek=36864

sudo dd if=env.fex          of=${card} bs=1k seek=69632

Overview

ref. from https://github.com/loboris/OrangePI-Kernel.git Thanks Boris Lovosevic

You may go to http://www.banana-pi.org to download Ubuntu15.10 images and burn them into the Sdcard to see the architecture.

About

Supports BananaPi BPI -M2+ (Kernel3.4)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 85.9%
  • HTML 7.9%
  • C++ 3.6%
  • Roff 0.8%
  • Makefile 0.5%
  • Objective-C 0.5%
  • Other 0.8%