<?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>topic how to update vmalloc space in SDK 1.7 in P-Series</title>
    <link>https://community.nxp.com/t5/P-Series/how-to-update-vmalloc-space-in-SDK-1-7/m-p/370231#M1891</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H2&gt;Background:&lt;/H2&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have recently upgraded our board (similar to the P2020RDB) to use a 256MB NOR flash, up from 64MB NOR.&amp;nbsp; During boot, the kernel complains about not being able to vmalloc enough space to cover the increased 256MB NOR:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Memory: 2005736K/2097152K available (5828K kernel code, 304K rwdata, 1604K rodata, 248K init, 183K bss, 91416K reserved, 1310716K highmem)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Kernel virtual memory layout:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; * 0xfffbf000..0xfffff000&amp;nbsp; : fixmap&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; * 0xff800000..0xffc00000&amp;nbsp; : highmem PTEs&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; * 0xff7fc000..0xff800000&amp;nbsp; : early ioremap&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; * 0xf1000000..0xff7fc000&amp;nbsp; : vmalloc &amp;amp; ioremap&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;vmap allocation for size 268439552 failed: use vmalloc=&amp;lt;size&amp;gt; to increase size.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;of-flash e0000000.nor: Failed to ioremap() flash region&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;of-flash: probe of e0000000.nor failed with error -12&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on this forum thread:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/message/438327"&gt;How can I get more vmalloc/ioremap space?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We &lt;EM&gt;&lt;STRONG&gt;previously&lt;/STRONG&gt;&lt;/EM&gt; (LTIB-era) shifted the page_offset / task_size boundary to allow for more kernel and vmalloc space with the following kernel-config subsection:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;#&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;# Advanced setup&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;#&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;CONFIG_ADVANCED_OPTIONS=y&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;CONFIG_LOWMEM_SIZE_BOOL=y&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;CONFIG_LOWMEM_SIZE=0x30000000&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;# CONFIG_LOWMEM_CAM_NUM_BOOL is not set&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;CONFIG_LOWMEM_CAM_NUM=3&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;# CONFIG_RELOCATABLE is not set&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;CONFIG_PAGE_OFFSET_BOOL=y&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;CONFIG_PAGE_OFFSET=0xa0000000&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;CONFIG_KERNEL_START_BOOL=y&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;CONFIG_KERNEL_START=0xa0000000&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;# CONFIG_PHYSICAL_START_BOOL is not set&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;CONFIG_PHYSICAL_START=0x00000000&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;CONFIG_PHYSICAL_ALIGN=0x04000000&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;CONFIG_TASK_SIZE_BOOL=y&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;CONFIG_TASK_SIZE=0xa0000000&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;CONFIG_NET=y&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We &lt;EM&gt;&lt;STRONG&gt;recently&lt;/STRONG&gt;&lt;/EM&gt; updated to the latest SDK 1.7, which also exhibits the same VMALLOC era.&amp;nbsp; So, after a full Yocto/SDK-1.7 build for the P2020RDB, I have tried to modify the kernel config with the above options by following these directions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/infocenter/topic/QORIQSDK/3069694.html" title="http://www.freescale.com/infocenter/topic/QORIQSDK/3069694.html"&gt;Linux Kernel&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which are in short:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: 'courier new', courier;"&gt;$ cd &amp;lt;SDK-V1.7&amp;gt;/poky/build_p2020rdb_release&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 10pt;"&gt;$ &lt;SPAN style="color: #000000;"&gt;bitbake -c menuconfig virtual/kernel&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #000000; font-family: 'courier new', courier; font-size: 10pt;"&gt;&amp;lt;... make above changes via Advanced menu ...&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #000000; font-family: 'courier new', courier; font-size: 10pt;"&gt;$ &lt;SPAN style="color: #000000;"&gt;bitbake -c compile -f virtual/kernel&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: 'courier new', courier;"&gt;$ &lt;SPAN style="color: #000000;"&gt;bitbake virtual/kernel&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: 'courier new', courier;"&gt;$ cp -L tmp/deploy/images/p2020rdb/uImage &amp;lt;TFTP server path to test new kernel&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H2&gt;&lt;STRONG&gt;Problem:&lt;/STRONG&gt;&lt;/H2&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the problem:&amp;nbsp; Many of my changes persist and are included in the new kernel.&amp;nbsp; However, several changes - SquashFS, disabling unused file-systems, enable timestamp in printk and most importantly adding the above advanced options - are lost!&amp;nbsp; If I run menuconfig again, I see that they are missing. ... It appears that specific kernel config options - not all - are overwritten as part of each build.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I stop this behavior and force my changes to be included in the new kernel?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trevor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Jan 2015 21:19:04 GMT</pubDate>
    <dc:creator>tbowen</dc:creator>
    <dc:date>2015-01-22T21:19:04Z</dc:date>
    <item>
      <title>how to update vmalloc space in SDK 1.7</title>
      <link>https://community.nxp.com/t5/P-Series/how-to-update-vmalloc-space-in-SDK-1-7/m-p/370231#M1891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H2&gt;Background:&lt;/H2&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have recently upgraded our board (similar to the P2020RDB) to use a 256MB NOR flash, up from 64MB NOR.&amp;nbsp; During boot, the kernel complains about not being able to vmalloc enough space to cover the increased 256MB NOR:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Memory: 2005736K/2097152K available (5828K kernel code, 304K rwdata, 1604K rodata, 248K init, 183K bss, 91416K reserved, 1310716K highmem)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Kernel virtual memory layout:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; * 0xfffbf000..0xfffff000&amp;nbsp; : fixmap&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; * 0xff800000..0xffc00000&amp;nbsp; : highmem PTEs&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; * 0xff7fc000..0xff800000&amp;nbsp; : early ioremap&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; * 0xf1000000..0xff7fc000&amp;nbsp; : vmalloc &amp;amp; ioremap&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;vmap allocation for size 268439552 failed: use vmalloc=&amp;lt;size&amp;gt; to increase size.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;of-flash e0000000.nor: Failed to ioremap() flash region&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;of-flash: probe of e0000000.nor failed with error -12&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on this forum thread:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/message/438327"&gt;How can I get more vmalloc/ioremap space?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We &lt;EM&gt;&lt;STRONG&gt;previously&lt;/STRONG&gt;&lt;/EM&gt; (LTIB-era) shifted the page_offset / task_size boundary to allow for more kernel and vmalloc space with the following kernel-config subsection:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;#&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;# Advanced setup&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;#&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;CONFIG_ADVANCED_OPTIONS=y&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;CONFIG_LOWMEM_SIZE_BOOL=y&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;CONFIG_LOWMEM_SIZE=0x30000000&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;# CONFIG_LOWMEM_CAM_NUM_BOOL is not set&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;CONFIG_LOWMEM_CAM_NUM=3&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;# CONFIG_RELOCATABLE is not set&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;CONFIG_PAGE_OFFSET_BOOL=y&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;CONFIG_PAGE_OFFSET=0xa0000000&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;CONFIG_KERNEL_START_BOOL=y&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;CONFIG_KERNEL_START=0xa0000000&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;# CONFIG_PHYSICAL_START_BOOL is not set&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;CONFIG_PHYSICAL_START=0x00000000&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;CONFIG_PHYSICAL_ALIGN=0x04000000&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;CONFIG_TASK_SIZE_BOOL=y&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;CONFIG_TASK_SIZE=0xa0000000&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;CONFIG_NET=y&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We &lt;EM&gt;&lt;STRONG&gt;recently&lt;/STRONG&gt;&lt;/EM&gt; updated to the latest SDK 1.7, which also exhibits the same VMALLOC era.&amp;nbsp; So, after a full Yocto/SDK-1.7 build for the P2020RDB, I have tried to modify the kernel config with the above options by following these directions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/infocenter/topic/QORIQSDK/3069694.html" title="http://www.freescale.com/infocenter/topic/QORIQSDK/3069694.html"&gt;Linux Kernel&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which are in short:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: 'courier new', courier;"&gt;$ cd &amp;lt;SDK-V1.7&amp;gt;/poky/build_p2020rdb_release&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 10pt;"&gt;$ &lt;SPAN style="color: #000000;"&gt;bitbake -c menuconfig virtual/kernel&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #000000; font-family: 'courier new', courier; font-size: 10pt;"&gt;&amp;lt;... make above changes via Advanced menu ...&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #000000; font-family: 'courier new', courier; font-size: 10pt;"&gt;$ &lt;SPAN style="color: #000000;"&gt;bitbake -c compile -f virtual/kernel&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: 'courier new', courier;"&gt;$ &lt;SPAN style="color: #000000;"&gt;bitbake virtual/kernel&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: 'courier new', courier;"&gt;$ cp -L tmp/deploy/images/p2020rdb/uImage &amp;lt;TFTP server path to test new kernel&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H2&gt;&lt;STRONG&gt;Problem:&lt;/STRONG&gt;&lt;/H2&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the problem:&amp;nbsp; Many of my changes persist and are included in the new kernel.&amp;nbsp; However, several changes - SquashFS, disabling unused file-systems, enable timestamp in printk and most importantly adding the above advanced options - are lost!&amp;nbsp; If I run menuconfig again, I see that they are missing. ... It appears that specific kernel config options - not all - are overwritten as part of each build.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I stop this behavior and force my changes to be included in the new kernel?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trevor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 21:19:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/how-to-update-vmalloc-space-in-SDK-1-7/m-p/370231#M1891</guid>
      <dc:creator>tbowen</dc:creator>
      <dc:date>2015-01-22T21:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to update vmalloc space in SDK 1.7</title>
      <link>https://community.nxp.com/t5/P-Series/how-to-update-vmalloc-space-in-SDK-1-7/m-p/370232#M1892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found the problem ... I have to manually perform a "Save" to ".config" during menuconfig.&amp;nbsp; I'm not accustomed to that extra step.&amp;nbsp; Also, I'm not sure why part of my config changes are saved ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 22:13:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/how-to-update-vmalloc-space-in-SDK-1-7/m-p/370232#M1892</guid>
      <dc:creator>tbowen</dc:creator>
      <dc:date>2015-01-22T22:13:45Z</dc:date>
    </item>
  </channel>
</rss>

