Difference between revisions of "Template:RK3399 Buildroot Intro"
From FriendlyELEC WiKi
(updated by API) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | 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 | + | * 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 | + | 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;
- Rockchip's Buildroot: https://github.com/rockchip-linux/buildroot
- Buildroot's official site: https://buildroot.org