<div dir="ltr"><div><div>Darren:<br><br></div>The Debian scripts for building the kernel fail when there is a .config file in the root of Linux. Besides Minnowmax-3.18.txt, do you have a list of the changes that should be made to the standard .confing to get the same results than the merge?. As I see, maybe it would be easer if I modify the options manually by editconfigs, but its hard to browse to each config just by the way they <span id="result_box" class="" lang="en"><span class="">appear in the .config</span></span>.<br><br></div>Thanks.<br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-05-20 18:19 GMT-05:00 Darren Hart <span dir="ltr"><<a href="mailto:dvhart@linux.intel.com" target="_blank">dvhart@linux.intel.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
<br>
On 5/20/15 2:38 AM, Ferchu R wrote:<br>
> Hi:<br>
><br>
> I have a couple of question regarding the steps enumerated in the wiki<br>
> for the custom kernel:<br>
</span>> <<a href="http://www.elinux.org/Minnowboard:MinnowMaxLinuxKernel" target="_blank">http://www.elinux.org/Minnowboard:MinnowMaxLinuxKernel</a>><br>
<span class="">><br>
> Question 1. When merging Ubuntu standard .config with Minnowmax-3.18.txt<br>
> i am getting two kinds of feedback:<br>
><br>
> * Several messages like this:<br>
><br>
> Value of CONFIG_SERIAL_8250_NR_UARTS is redefined by fragment<br>
> Minnowmax-3.18.txt:<br>
> Previous value: CONFIG_SERIAL_8250_NR_UARTS=32<br>
> New value: CONFIG_SERIAL_8250_NR_UARTS=4<br>
><br>
> * This kind of message just one time:<br>
><br>
> scripts/kconfig/conf --alldefconfig Kconfig<br>
> ./.tmp.config.nxkCkYRh9b:3554:warning: override:<br>
> CPU_FREQ_DEFAULT_GOV_ONDEMAND changes choice                       state<br>
> #<br>
> # configuration written to .config<br>
> #<br>
> Value requested for CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE not in final<br>
> .config<br>
> Requested value:  CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y<br>
> Actual value:     # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set<br>
><br>
> The first one, looks ok to me. But I was wondering if the second is ok.<br>
><br>
<br>
</span>These occur when the kernel config space changes from kernel version to<br>
kernel version, as well as when your starting .config has different<br>
values in it already. These are not problems that will prevent boot, but<br>
you may wish to fine tune the kernel to your needs once you get it going.<br>
<span class=""><br>
<br>
> I wanted to ask too, if the build has to be done with:<br>
><br>
> $ make -j4 && make -j4 modules<br>
><br>
> I always use $fakeroot debian/rules editconfigs for editing the config<br>
> and then $fakeroot debian/rules binary-headers binary-generic to start<br>
> the building process. I am afraid that if I use $make && make modules,<br>
> some of the stuff I have done to the kernel previously could be omited.<br>
><br>
<br>
</span>You should be able to use your debian process instead of the make &&<br>
make modules without a problem, there is nothing special there.<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
Darren Hart<br>
Intel Open Source Technology Center<br>
_______________________________________________<br>
elinux-MinnowBoard mailing list<br>
<a href="mailto:elinux-MinnowBoard@lists.elinux.org">elinux-MinnowBoard@lists.elinux.org</a><br>
<a href="http://lists.elinux.org/mailman/listinfo/elinux-minnowboard" target="_blank">http://lists.elinux.org/mailman/listinfo/elinux-minnowboard</a><br>
</font></span></blockquote></div><br></div>