DKCook is a hell script programming, put at FFTools/DockerCook/.
If you can’t find FFTools, please update the SDK.
DKCookdefault use a docker image tchip/buildroot-builder,it will automatically download the buildroot-builder from Docker Hub.
To build the SDK, you can add ./FFTools/DockerCook/DKCook in front of the building command. As below:
Building the whole SDK:
- $ cd SDK/
- $ ./FFTools/DockerCook/DKCook ./build.sh
Copy the code
Building kernel:
- $ cd SDK/
- $ ./FFTools/DockerCook/DKCook ./build.sh kernel
Copy the code
Or building kernel step by step:
- $ cd SDK/
- $ ./FFTools/DockerCook/DKCook --run
Copy the code
NOTE
If you have build the SDK on PC, and want to do it in container instead. Or the opposite. You must rebuild the whole SDK with new environment(rm SDK/buildroot/output/ directory), to avoid some misstake.
Advanced