Skip to content

Supports Banana Pi BPI-R2 (MT7623N) (Kernel 4.4)

Notifications You must be signed in to change notification settings

pepe2k/BPI-R2-bsp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BPI R2 BSP

Overview

This project is for banana-pi R2 board, including U-boot and Linux Kernel 4.4.x.

Getting started

  1. Downloading Ubuntu 16.04 image for R2 board from http://www.banana-pi.org
  2. Running below command to burn this image to SD card which must be larger than 8GB dd if= of=/dev/mmcblk0
  3. Install this SD to R2 board
  4. Press power button a few seconds to activate this board The default baud rate of serial port is 115200, the default username/password are root/bananapi

How to build both U-boot and Linux kernel

To build this project, the following package is required: gcc-arm-linux-gnueabihf

  1. Clone this code to a host PC on which the Ubuntu 16.04 is installed
  2. Run script build.sh ./build.sh
  3. Select 1 to build both uboot and kernel
  4. Both new uboot and kernel will be generated in folder SD when it completes

How to update both u-boot and Linux kernel

  1. Install SD card to this host PC, please ensure Ubuntu 16.04 R2 image is installed on this SD card
  2. Enter folder SD which is generated after building
  3. Run below command to update u-boot and Linux kernel bpi-update -c bpi-r2.conf
  4. After it completes, move SD to R2 board
  5. Press power button to activate this board

About

Supports Banana Pi BPI-R2 (MT7623N) (Kernel 4.4)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 94.9%
  • C++ 2.5%
  • Assembly 1.8%
  • Makefile 0.3%
  • Objective-C 0.2%
  • Perl 0.1%
  • Other 0.2%