Difference between revisions of "How to bulid a image with BSP"

From Banana Pi Wiki
Jump to: navigation, search
(Download and compile BSP code)
(Download and compile BSP code)
Line 8: Line 8:
  
 
[[FILE:build_image_1.png]]
 
[[FILE:build_image_1.png]]
 +
 +
3. After built bsp code, the boot and kernel files will be generated in "SD/bpi-m4".
 +
 +
[[FILE:build_image_2.png]]

Revision as of 00:48, 30 July 2019

Introduction

Download and compile BSP code

Here I use BPI-M4 as an example:

1. Execute command: "git clone https://github.com/BPI-SINOVOIP/BPI-M4-bsp.git" to download bsp code.

2. Execute command: "./build.sh" then choose "1" to build the bsp

Build image 1.png

3. After built bsp code, the boot and kernel files will be generated in "SD/bpi-m4".

Build image 2.png