Difference between revisions of "EBC Exercise 24 Kconfig Edits"
m (moved ECE497 Lab05 Kconfig Edits to EBC Exercise 14 Kconfig Edits) |
m (Removed from ECE497 category) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | [[Category: | + | [[Category:DeleteMe]] |
− | Section 4.4 shows how to modify '''Kconfig''' files. Find the correct Kconfig file and modify it so the following option appears when configuring the kernel. | + | '''I've moved this to a homework''' |
+ | |||
+ | Download the Linux Kernel by following [[EBC Exercise 08 Installing Development Tools]]. Then you can proceed. | ||
+ | |||
+ | Section 4.4 of the ''Embedded Linux Primer'' shows how to modify '''Kconfig''' files. Find the correct Kconfig file and modify it so the following option appears when configuring the kernel. | ||
Hint: use '''make xconfig''' and search for a keyword | Hint: use '''make xconfig''' and search for a keyword | ||
− | [[File: | + | [[File:KernelConfig.png]] |
What changes do you have to make to the corresponding makefile for your new addition to be compiled? | What changes do you have to make to the corresponding makefile for your new addition to be compiled? |
Latest revision as of 08:44, 11 October 2013
I've moved this to a homework
Download the Linux Kernel by following EBC Exercise 08 Installing Development Tools. Then you can proceed.
Section 4.4 of the Embedded Linux Primer shows how to modify Kconfig files. Find the correct Kconfig file and modify it so the following option appears when configuring the kernel.
Hint: use make xconfig and search for a keyword
What changes do you have to make to the corresponding makefile for your new addition to be compiled?