2 // vim: set syntax=asciidoc:
8 This is a collection of tips that help you make the most of OpenADK.
10 .Configuration searches:
12 The +make menuconfig+ command offer a search tool.
13 The search tool is called by pressing +/+;
14 The result of the search shows the help message of the matching items.
16 .Display all commands executed by make:
25 $ make ADK_VERBOSE=1 <target>
28 .Display all available targets:
36 There are different cleaning targets available. If a full clean is
37 necessary, you normally will get a message from OpenADK.
38 To delete all build products (including build directories, target, host
39 and pkg trees, the firmware and the toolchain for all targets):
45 If you even want to clean any downloaded source and your
46 configuration +.config+:
52 If you only want to clean the kernel build, because you added or
53 removed some patch, just do:
59 If you just want to clean all packages and wants to rebuild the firmware,
60 (the toolchain is not deleted) just use:
66 .Resetting OpenADK for a new target:
68 Delete the configuration and start from scratch:
75 OpenADK is designed to have multiple architectures and embedded system
76 combinations configured and build without a need to rebuild everything
77 from scratch. There is no limit, you just need to have enough disk space.