newzf / BPI-M3-bsp

Supports BananaPi BPI -M3 (Kernel3.4)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BPI-M3-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_M3_720P"

2. BPI_M3_1080P"

3. BPI_M3_LCD7"

4. BPI_M3_USB_720P"

5. BPI_M3_USB_1080P"

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

BPI-M3 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 with 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=19096

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

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

Overview

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

About

Supports BananaPi BPI -M3 (Kernel3.4)


Languages

Language:C 83.8%Language:HTML 7.2%Language:C++ 5.0%Language:Assembly 1.6%Language:Objective-C 0.9%Language:Groff 0.7%Language:Makefile 0.5%Language:Perl 0.1%Language:Shell 0.1%Language:Python 0.1%Language:Logos 0.0%Language:Yacc 0.0%Language:PHP 0.0%Language:Batchfile 0.0%Language:XS 0.0%Language:XC 0.0%Language:Lex 0.0%Language:GDB 0.0%Language:Scilab 0.0%Language:UnrealScript 0.0%Language:Awk 0.0%Language:Fortran 0.0%Language:M4 0.0%Language:ASP 0.0%Language:Perl 6 0.0%Language:CSS 0.0%Language:SourcePawn 0.0%