Git Product home page Git Product logo

rodoredimido / bpi-m3-bsp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bpi-sinovoip/bpi-m3-bsp

0.0 1.0 0.0 481.08 MB

Supports BananaPi BPI -M3 (Kernel3.4)

Makefile 0.51% C++ 4.59% C 81.28% XC 0.01% XS 0.01% Python 0.05% Objective-C 4.71% Shell 0.05% HTML 7.12% Assembly 1.56% Awk 0.01% Perl 0.07% UnrealScript 0.01% Yacc 0.01% Lex 0.01% Batchfile 0.01% Scilab 0.01% ASP 0.01% PHP 0.01% CSS 0.01%

bpi-m3-bsp's Introduction

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.

bpi-m3-bsp's People

Contributors

bpi-sinovoip avatar dangku avatar josh64x2 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.