You've already forked LLM_buildroot-external-m5stack
mirror of
https://github.com/m5stack/LLM_buildroot-external-m5stack.git
synced 2026-05-20 11:34:12 -07:00
34 lines
807 B
Plaintext
34 lines
807 B
Plaintext
Here is the procedure to reproduce the Starter Package for this
|
|
#CONFIG# Buildroot configuration:
|
|
|
|
1. Clone the repositories:
|
|
|
|
git clone git@github.com:bootlin/buildroot
|
|
git -C buildroot checkout #BR_REV#
|
|
git clone git@github.com:bootlin/buildroot-external-st.git
|
|
git -C buildroot-external-st checkout #BR_EXT_REV#
|
|
|
|
2. Configure Buildroot
|
|
|
|
make -C buildroot BR2_EXTERNAL=../buildroot-external-st O=../output #CONFIG#_defconfig
|
|
|
|
3. Build the #CONFIG# image
|
|
|
|
make -C buildroot O=../output
|
|
|
|
4. Generate license compliance information
|
|
|
|
make -C buildroot O=../output legal-info
|
|
|
|
5. Build the SDK
|
|
|
|
make -C buildroot O=../output sdk
|
|
|
|
You will find the #CONFIG# image and sdk in:
|
|
|
|
buildroot/output/images
|
|
|
|
You will find the #CONFIG# licenses and sources in:
|
|
|
|
buildroot/output/legal-info
|