2022-04-15 23:44:21 -04:00
|
|
|
|
|
|
|
|
<div align = center>
|
|
|
|
|
|
|
|
|
|
# Buildroot YuzukiHD
|
|
|
|
|
*BuildRoot Package for YuzukiHD Devices and Others*
|
|
|
|
|
|
|
|
|
|
<br>
|
2021-03-23 15:33:57 +08:00
|
|
|
|
2022-04-15 23:41:43 -04:00
|
|
|
[Documentation] —
|
|
|
|
|
[Releases] —
|
|
|
|
|
[License] —
|
|
|
|
|
[Mirror]
|
2022-03-13 23:19:01 +08:00
|
|
|
|
2022-04-15 23:44:21 -04:00
|
|
|
<br>
|
|
|
|
|
|
2022-04-15 23:41:43 -04:00
|
|
|
![Badge Cats]
|
|
|
|
|
![Badge Betamax]
|
2022-04-15 23:44:21 -04:00
|
|
|
[![Badge Build]][CI]
|
2022-02-16 23:56:08 +08:00
|
|
|
|
2022-04-15 23:44:21 -04:00
|
|
|
<br>
|
2022-03-21 15:29:52 +08:00
|
|
|
|
2022-04-15 23:44:21 -04:00
|
|
|
---
|
|
|
|
|
|
|
|
|
|
<br>
|
2022-03-27 15:37:55 +08:00
|
|
|
|
2022-03-21 15:29:52 +08:00
|
|
|
| Vender | Device | Chip | U-Boot | Linux | Defconfig |
|
|
|
|
|
| -------- | ----------- | ------- | ------- | ------- | --------- |
|
2022-03-27 23:28:14 +08:00
|
|
|
| YuzukiHD | YuzukiRuler | F1C200s | 2020.07 | 5.4.180 | yuzukihd_yuzukiruler_defconfig |
|
|
|
|
|
| YuzukiHD | YuzukiCore F1 | F1C200s | 2020.07 | 5.4.180 | yuzukihd_yuzukicore_f1_defconfig |
|
2022-03-30 15:08:32 +08:00
|
|
|
| YuzukiHD | YuzukiCK1N | V3x | 2022.01 | 5.4.180 | yuzukihd_yuzukick1n_defconfig |
|
2022-03-27 23:28:14 +08:00
|
|
|
| Sipeed | lichee nano | F1C100s | 2020.07 | 5.4.180 | sipeed_lichee_nano_defconfig |
|
|
|
|
|
| Sipeed | lichee zero | V3s | 2020.07 | 5.4.180 | sipeed_lichee_zero_defconfig |
|
2022-04-05 22:42:33 +08:00
|
|
|
| awol | nezha | D1-H | tina,uboot 2018 | tina,linux 2018 | awol_nezha_defconfig |
|
|
|
|
|
| awol | nezha-d1s | D1s | tina,uboot 2018 | tina,linux 2018 | awol_nezha_d1s_defconfig |
|
2022-04-12 22:59:47 +08:00
|
|
|
| mangopi | MQ | D1s | tina,uboot 2018 | tina,linux 2018 | mangopi_mq_defconfig |
|
|
|
|
|
| mangopi | MQ Dual | T113 | longan,uboot 2018 | longan,linux 2018 | mangopi_mq_dual_defconfig |
|
2022-04-12 23:00:48 +08:00
|
|
|
| mangopi | MQ Pro | D1-H | tina,uboot 2018 | tina,linux 2018 | mangopi_mq_pro_defconfig |
|
2022-03-15 10:04:44 +08:00
|
|
|
|
2022-04-15 23:44:21 -04:00
|
|
|
<br>
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
<br>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
2022-02-16 23:09:45 +08:00
|
|
|
## Notice
|
2022-03-21 15:30:44 +08:00
|
|
|
|
2022-04-15 23:41:43 -04:00
|
|
|
This Buildroot development package is a fork of which is a fork **[MangoPi-R]** of **[Tiny200]**
|
2022-03-21 15:30:44 +08:00
|
|
|
|
|
|
|
|
## About buildroot
|
2022-02-16 23:09:45 +08:00
|
|
|
|
2022-02-16 23:55:14 +08:00
|
|
|
```
|
2022-02-16 23:09:45 +08:00
|
|
|
Buildroot is a simple, efficient and easy-to-use tool to generate embedded
|
|
|
|
|
Linux systems through cross-compilation.
|
|
|
|
|
|
|
|
|
|
The documentation can be found in docs/manual. You can generate a text
|
|
|
|
|
document with 'make manual-text' and read output/docs/manual/manual.text.
|
|
|
|
|
Online documentation can be found at http://buildroot.org/docs.html
|
|
|
|
|
|
|
|
|
|
To build and use the buildroot stuff, do the following:
|
|
|
|
|
|
|
|
|
|
1) run 'make menuconfig'
|
|
|
|
|
2) select the target architecture and the packages you wish to compile
|
|
|
|
|
3) run 'make'
|
|
|
|
|
4) wait while it compiles
|
|
|
|
|
5) find the kernel, bootloader, root filesystem, etc. in output/images
|
|
|
|
|
|
|
|
|
|
You do not need to be root to build or run buildroot. Have fun!
|
|
|
|
|
|
|
|
|
|
Buildroot comes with a basic configuration for a number of boards. Run
|
|
|
|
|
'make list-defconfigs' to view the list of provided configurations.
|
|
|
|
|
|
|
|
|
|
Please feed suggestions, bug reports, insults, and bribes back to the
|
|
|
|
|
buildroot mailing list: buildroot@buildroot.org
|
|
|
|
|
You can also find us on #buildroot on Freenode IRC.
|
|
|
|
|
|
|
|
|
|
If you would like to contribute patches, please read
|
|
|
|
|
https://buildroot.org/manual.html#submitting-patches
|
2022-02-22 14:45:40 +08:00
|
|
|
```
|
2022-03-21 15:30:44 +08:00
|
|
|
|
|
|
|
|
|
2022-04-15 23:41:43 -04:00
|
|
|
|
|
|
|
|
<!----------------------------------------------------------------------------->
|
|
|
|
|
|
|
|
|
|
[Badge Betamax]: https://forthebadge.com/images/badges/compatibility-betamax.svg
|
|
|
|
|
[Badge Build]: https://ci.appveyor.com/api/projects/status/qa7iq9ip0g3nh96c?retina=true
|
|
|
|
|
[Badge Cats]: https://forthebadge.com/images/badges/contains-cat-gifs.svg
|
|
|
|
|
|
|
|
|
|
[Documentation]: https://yuzukihd.gloomyghost.com/Buildroot-YuzukiSBC/#/
|
|
|
|
|
[Releases]: https://github.com/yuzukihd/Buildroot-YuzukiSBC/releases
|
|
|
|
|
|
|
|
|
|
[License]: LICENSE
|
|
|
|
|
|
|
|
|
|
[Mirror]: https://gitee.com/GloomyGhost/Buildroot-YuzukiSBC
|
|
|
|
|
[CI]: https://ci.appveyor.com/project/GloomyGhost-MosquitoCoil/buildroot-yuzukisbc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[MangoPi-R]: https://github.com/mangopi-sbc/buildroot-mangopi-r
|
|
|
|
|
[Tiny200]: https://github.com/aodzip/buildroot-tiny200
|