Difference between revisions of "Template:RK3399 Buildroot Intro"
From FriendlyELEC WiKi
(updated by API) |
|||
Line 1: | Line 1: | ||
Buildroot是Linux平台上一个构建嵌入式Linux系统的框架,由Makefile脚本和Kconfig配置文件构成,旨在简化系统制作步骤,可实现一站式生成可烧写的系统固件,最终的固件包含boot-loader、kernel和rootfs,以及rootfs中的各种库和应用程序 (例如qt, gstreamer, busybox等)。<br /> | Buildroot是Linux平台上一个构建嵌入式Linux系统的框架,由Makefile脚本和Kconfig配置文件构成,旨在简化系统制作步骤,可实现一站式生成可烧写的系统固件,最终的固件包含boot-loader、kernel和rootfs,以及rootfs中的各种库和应用程序 (例如qt, gstreamer, busybox等)。<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; | |
<br /> | <br /> | ||
− | * | + | * Rockchip's Buildroot: https://github.com/rockchip-linux/buildroot<br /> |
− | * | + | * Buildroot's official site: https://buildroot.org<br /> |
<br /> | <br /> | ||
− | Buildroot for | + | Here is what Buildroot for RK3399 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> |
Revision as of 09:19, 16 May 2019
Buildroot是Linux平台上一个构建嵌入式Linux系统的框架,由Makefile脚本和Kconfig配置文件构成,旨在简化系统制作步骤,可实现一站式生成可烧写的系统固件,最终的固件包含boot-loader、kernel和rootfs,以及rootfs中的各种库和应用程序 (例如qt, gstreamer, busybox等)。
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;
- Rockchip's Buildroot: https://github.com/rockchip-linux/buildroot
- Buildroot's official site: https://buildroot.org
Here is what Buildroot for RK3399 looks like