<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX Processors中的主题 How Do I Save My Kernel Configuration As The Default Settings?</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-Do-I-Save-My-Kernel-Configuration-As-The-Default-Settings/m-p/362097#M51022</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I save my kernel configuration as the default settings? I use this:&lt;/P&gt;&lt;P&gt;$ make menuconfig&lt;/P&gt;&lt;P&gt;I save the settings when asked, but how do I make them the default settings so I don't have to keep going back and setting it all up again? When I build a kernel the settings are saved, but when I build a boot.img or do a:&lt;/P&gt;&lt;P&gt;$ make distclean&lt;/P&gt;&lt;P&gt;the settings revert back to what they were originally. What am I missing? Please help.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Oct 2014 03:29:52 GMT</pubDate>
    <dc:creator>freewaymad</dc:creator>
    <dc:date>2014-10-02T03:29:52Z</dc:date>
    <item>
      <title>How Do I Save My Kernel Configuration As The Default Settings?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-Do-I-Save-My-Kernel-Configuration-As-The-Default-Settings/m-p/362097#M51022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I save my kernel configuration as the default settings? I use this:&lt;/P&gt;&lt;P&gt;$ make menuconfig&lt;/P&gt;&lt;P&gt;I save the settings when asked, but how do I make them the default settings so I don't have to keep going back and setting it all up again? When I build a kernel the settings are saved, but when I build a boot.img or do a:&lt;/P&gt;&lt;P&gt;$ make distclean&lt;/P&gt;&lt;P&gt;the settings revert back to what they were originally. What am I missing? Please help.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 03:29:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-Do-I-Save-My-Kernel-Configuration-As-The-Default-Settings/m-p/362097#M51022</guid>
      <dc:creator>freewaymad</dc:creator>
      <dc:date>2014-10-02T03:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: How Do I Save My Kernel Configuration As The Default Settings?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-Do-I-Save-My-Kernel-Configuration-As-The-Default-Settings/m-p/362098#M51023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem Solved!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I went through the process of setting up to build a kernel. I then entered the following commands:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ make distclean&lt;/P&gt;&lt;P&gt;$ make imx6_android_defconfig&lt;/P&gt;&lt;P&gt;$ make menuconfig&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After getting all my settings the way I wanted them, instead of exiting all the way to the "save settings yes or no", I exited to the main or home screen and hit the&lt;/P&gt;&lt;P&gt;"Save an Alternate Configuration File". Then I named the file. This was saved in the "kernel_imx" directory (by default). I went into the kernel_imx/arch/arm/configs folder and renamed the "imx6_defconfig" and "imx6_android_defconfig" files to "original_ imx6_defconfig" and "original_imx6_android_defconfig" (to keep the originals). I then took the Alternate Configuration file in the kernel_imx directory and copied the contents and created my own "imx6_defconfig" and "imx6_android_defconfig" files in the kernel_imx/arch/arm/configs folder. Now my settings are saved as the default settings (unless I go through this process again). I now can build a "rom" or a "boot.img". I can do a:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ make distclean&lt;/P&gt;&lt;P&gt;and then:&lt;/P&gt;&lt;P&gt;$ make imx6_android_defconfig&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not have to use the:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ make menuconfig&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to reset my settings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2014 05:21:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-Do-I-Save-My-Kernel-Configuration-As-The-Default-Settings/m-p/362098#M51023</guid>
      <dc:creator>freewaymad</dc:creator>
      <dc:date>2014-10-04T05:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: How Do I Save My Kernel Configuration As The Default Settings?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-Do-I-Save-My-Kernel-Configuration-As-The-Default-Settings/m-p/362099#M51024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for sharing your findings with the community! I'm sure they will be of help to other users!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 20:19:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-Do-I-Save-My-Kernel-Configuration-As-The-Default-Settings/m-p/362099#M51024</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2014-10-07T20:19:47Z</dc:date>
    </item>
  </channel>
</rss>

