mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Added a note about the current status
Also specifically called out the need for the external toolchain.
This commit is contained in:
9
README
9
README
@@ -1,3 +1,12 @@
|
|||||||
|
# MiyooCFW Buildroot
|
||||||
|
|
||||||
|
The goal of this repo is to build a working root filesystem for MiyooCFW.
|
||||||
|
However, the filesystem it produces is quite a bit different from what MiyooCFW expects, so we're currently using a prebuilt rootfs that lives in https://github.com/MiyooCFW/sdcard
|
||||||
|
|
||||||
|
The current configuration expects an external toolchain to exist in `/opt/miyoo` - download it from https://github.com/MiyooCFW/toolchain/releases or use our docker image.
|
||||||
|
Using an external toolchain reduces compile time quite a bit, but it can be disabled if you want to compile everything locally.
|
||||||
|
|
||||||
|
## Original Buildroot Readme
|
||||||
Buildroot is a simple, efficient and easy-to-use tool to generate embedded
|
Buildroot is a simple, efficient and easy-to-use tool to generate embedded
|
||||||
Linux systems through cross-compilation.
|
Linux systems through cross-compilation.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user