Difference between revisions of "How to bulid a image with BSP"
JackZengWiki (talk | contribs) (→Download and compile BSP code) |
JackZengWiki (talk | contribs) (→Introduction) |
||
Line 1: | Line 1: | ||
=Introduction= | =Introduction= | ||
− | ==Download and compile BSP code== | + | ==1.Download and compile BSP code== |
Here I use BPI-M4 as an example: | Here I use BPI-M4 as an example: | ||
Line 12: | Line 12: | ||
[[FILE:build_image_2.png]] | [[FILE:build_image_2.png]] | ||
+ | |||
+ | ==2.Install an image on tf card== | ||
+ | 1. | ||
+ | |||
+ | [[FILE:build_image_3.png]] |
Revision as of 00:03, 30 July 2019
Introduction
1.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
3. After built bsp code, the boot and kernel files will be generated in "SD/bpi-m4".
2.Install an image on tf card
1.