-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support building with user prebuilt rootfs #128
feat: support building with user prebuilt rootfs #128
Conversation
It can reduce build time of firmware by ignoring to build rootfs and its components. just compile kernel and uboot with prebuilt rootfs! |
It may cause the media library related to rk to be unusable. I might be inclined not to merge into the master branch. |
@luckfox-eng33 yes. this is advanced user feature who does not want to use OEM toolkit. |
We are conducting a careful evaluation and our FAE team is exhausted by too many questions. |
@luckfox-eng33 it's okay. if you were worried about exhausting your team to answer to the questions, it's good to separate branch technical supporting and non-technical supporing branch. |
Support building with user prebuilt rootfs by setting .BoadConfig.mk
CONFIG_USE_PREBUILT_ROOTFS=y