Difference between revisions of "Template:RK3399 Buildroot Intro"

From FriendlyELEC WiKi
Jump to: navigation, search
(updated by API)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Buildroot是Linux平台上一个构建嵌入式Linux系统的框架,由Makefile脚本和Kconfig配置文件构成,旨在简化系统制作步骤,可实现一站式生成可烧写的系统固件,最终的固件包含boot-loader、kernel和rootfs,以及rootfs中的各种库和应用程序 (例如qt, gstreamer, busybox等)<br />
+
Buildroot is a simple, efficient and easy-to-use tool to generate embedded Linux systems through cross-compilation. It contains a boot-loader, kernel, rootfs, various libraries and utilities(e.g. qt, gstreamer, busybox etc).<br />
 
<br />
 
<br />
 
FriendlyELEC's Buildroot is based on Rockchip's version which is made with linux-sdk and maintained with git. FriendlyELEC's version is synced with Rockchip's version;
 
FriendlyELEC's Buildroot is based on Rockchip's version which is made with linux-sdk and maintained with git. FriendlyELEC's version is synced with Rockchip's version;
 
<br />
 
<br />
 
* Rockchip's Buildroot: https://github.com/rockchip-linux/buildroot<br />
 
* Rockchip's Buildroot: https://github.com/rockchip-linux/buildroot<br />
* Buildroot's official site: https://buildroot.org<br />
+
* Buildroot's official site: https://buildroot.org
 +
{{#switch: {{{1}}}
 +
| SOM-RK3399
 +
| NanoPi-M4V2
 +
| NanoPi-NEO4
 +
| NanoPC-T4
 +
| NanoPi-M4B =
 
<br />
 
<br />
Here is what Buildroot for RK3399 looks like
+
Here is what Buildroot for rockchip looks like
 
<div><ul>  
 
<div><ul>  
 
<li style="display: inline-block;">[[File:rk3399-buildroot-home.jpg|500px]]</li>
 
<li style="display: inline-block;">[[File:rk3399-buildroot-home.jpg|500px]]</li>
Line 15: Line 21:
 
<li style="display: inline-block;">[[File:rk3399-buildroot-player.jpg|500px]] </li>
 
<li style="display: inline-block;">[[File:rk3399-buildroot-player.jpg|500px]] </li>
 
</ul></div>
 
</ul></div>
 +
| #default =
 +
}}

Latest revision as of 09:38, 9 March 2022

Buildroot is a simple, efficient and easy-to-use tool to generate embedded Linux systems through cross-compilation. It contains a boot-loader, kernel, rootfs, various libraries and utilities(e.g. qt, gstreamer, busybox etc).

FriendlyELEC's Buildroot is based on Rockchip's version which is made with linux-sdk and maintained with git. FriendlyELEC's version is synced with Rockchip's version;