<?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 Re: how to upgrade the kernel in LTIB in Other NXP Products</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/how-to-upgrade-the-kernel-in-LTIB/m-p/134739#M189</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;I have the same problem with cdt. Could you give me a good version?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Sep 2007 21:58:37 GMT</pubDate>
    <dc:creator>fmf</dc:creator>
    <dc:date>2007-09-10T21:58:37Z</dc:date>
    <item>
      <title>how to upgrade the kernel in LTIB</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/how-to-upgrade-the-kernel-in-LTIB/m-p/134735#M185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I am currently working on mpc8349 board.&lt;BR /&gt;LTIB is given with a 2.6.13.4 kernel but it's obsolete, i would like to upgrade it with a new kernel like 2.6.21.&lt;BR /&gt;How can i do that?&lt;BR /&gt;I tried to choose a new kernel in my local linux directory, the new kernel has compiled but when I uploaded it on the board and try uname -r i got the kernel 2.6.13.4 . . . .&lt;BR /&gt;Please HELP&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 14:39:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/how-to-upgrade-the-kernel-in-LTIB/m-p/134735#M185</guid>
      <dc:creator>aurelihein</dc:creator>
      <dc:date>2007-05-24T14:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to upgrade the kernel in LTIB</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/how-to-upgrade-the-kernel-in-LTIB/m-p/134736#M186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I downloaded the new Uboot 1.2.0 from &lt;A href="http://opensource.freescale.com" target="test_blank"&gt;http://opensource.freescale.com&lt;/A&gt; .I am now able to boot my kernel 2.6.13.4 from it, what i changed is the main.lkc in [config/platform/MPC8349ITX]&lt;BR /&gt;The changement I did are as fallow :&lt;BR /&gt;&lt;BR /&gt;config PLATFORM&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; string&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; default mpc8349emitx&lt;BR /&gt;config LINTARCH&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; string&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; default powerpc&lt;BR /&gt;&lt;BR /&gt;Everything is ok till the dtb compilation, apparently on new kernels a flat tree is given to uboot but I'm not able to generate it the error is this one :&lt;BR /&gt;&lt;BR /&gt;DTC: dts-&amp;gt;dtb&amp;nbsp; on file "mpc8349emitx.dts"&lt;BR /&gt;Warning: physical boot CPU not set.&amp;nbsp; Use -b option to set&lt;BR /&gt;ERROR: Missing /chosen node&lt;BR /&gt;Input tree has errors&lt;BR /&gt;&lt;BR /&gt;and if i try to set a CPU to 0 or to 1&amp;nbsp; i still have the missing chosen node error&lt;BR /&gt;&lt;BR /&gt;thank you for your help,&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2007 14:56:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/how-to-upgrade-the-kernel-in-LTIB/m-p/134736#M186</guid>
      <dc:creator>aurelihein</dc:creator>
      <dc:date>2007-06-04T14:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to upgrade the kernel in LTIB</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/how-to-upgrade-the-kernel-in-LTIB/m-p/134737#M187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I found out that the dtc was obsolete so i upgraded my dtc, now it's working . . .&lt;BR /&gt;I have a new kernel 2.6.21 on my mpc8349emitx board...&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 14:53:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/how-to-upgrade-the-kernel-in-LTIB/m-p/134737#M187</guid>
      <dc:creator>aurelihein</dc:creator>
      <dc:date>2007-06-07T14:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to upgrade the kernel in LTIB</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/how-to-upgrade-the-kernel-in-LTIB/m-p/134738#M188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Salut Aurelihein,&lt;BR /&gt;&lt;BR /&gt;Thanks for keeping the board updated with you progress !&lt;BR /&gt;That could be very useful to someone else.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Alban.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 18:03:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/how-to-upgrade-the-kernel-in-LTIB/m-p/134738#M188</guid>
      <dc:creator>Alban</dc:creator>
      <dc:date>2007-06-07T18:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to upgrade the kernel in LTIB</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/how-to-upgrade-the-kernel-in-LTIB/m-p/134739#M189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;I have the same problem with cdt. Could you give me a good version?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2007 21:58:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/how-to-upgrade-the-kernel-in-LTIB/m-p/134739#M189</guid>
      <dc:creator>fmf</dc:creator>
      <dc:date>2007-09-10T21:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to upgrade the kernel in LTIB</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/how-to-upgrade-the-kernel-in-LTIB/m-p/134740#M190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;you probably meant dtc which mean by the way : device tree compiler&lt;BR /&gt;I am not working anymore on this board, but as far as i remenber i downloaded dtc sources and compile it, and it worked afterward.&lt;BR /&gt;you should look at this website : &lt;A href="http://www.jdl.com/software/" target="test_blank"&gt;http://www.jdl.com/software/&lt;/A&gt;&lt;BR /&gt;I can't really help you more&lt;BR /&gt;let me know how things are going&lt;BR /&gt;good luck&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2007 22:54:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/how-to-upgrade-the-kernel-in-LTIB/m-p/134740#M190</guid>
      <dc:creator>aurelihein</dc:creator>
      <dc:date>2007-09-10T22:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to upgrade the kernel in LTIB</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/how-to-upgrade-the-kernel-in-LTIB/m-p/134741#M191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;I use the latest version of this software:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;dtc -I dts -O dtb -f mpc8349emitx.dts -o mpc834emitx.dtb&lt;BR /&gt;DTC: dts-&amp;gt;dtb&amp;nbsp; on file "mpc8349emitx.dts"&lt;BR /&gt;Warning: physical boot CPU not set.&amp;nbsp; Use -b option to set&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2007 13:50:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/how-to-upgrade-the-kernel-in-LTIB/m-p/134741#M191</guid>
      <dc:creator>fmf</dc:creator>
      <dc:date>2007-09-11T13:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: how to upgrade the kernel in LTIB</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/how-to-upgrade-the-kernel-in-LTIB/m-p/134742#M192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I did it in may, maybe you can try with the version of may&lt;BR /&gt;Else you should try to see inside the C code of the dtc sources&lt;BR /&gt;I am sorry that i can't really help you more, it's another proof that we should publish every single things that we do to help people being faster afterwards...&lt;BR /&gt;let us know though how things are going&lt;BR /&gt;good luck !&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2007 14:18:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/how-to-upgrade-the-kernel-in-LTIB/m-p/134742#M192</guid>
      <dc:creator>aurelihein</dc:creator>
      <dc:date>2007-09-11T14:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to upgrade the kernel in LTIB</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/how-to-upgrade-the-kernel-in-LTIB/m-p/134743#M193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Searching in the code you can see that physical boot cpu is only a cdt option. You can pass -b 0&amp;nbsp;to set 0 address or -f to force&amp;nbsp;compiling. Now is working.&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2007 15:38:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/how-to-upgrade-the-kernel-in-LTIB/m-p/134743#M193</guid>
      <dc:creator>fmf</dc:creator>
      <dc:date>2007-09-11T15:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to upgrade the kernel in LTIB</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/how-to-upgrade-the-kernel-in-LTIB/m-p/134744#M194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;such a good news !&lt;BR /&gt;you were upgrading to 2.6.22 i guess ?&lt;BR /&gt;good luck . . .&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2007 15:54:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/how-to-upgrade-the-kernel-in-LTIB/m-p/134744#M194</guid>
      <dc:creator>aurelihein</dc:creator>
      <dc:date>2007-09-11T15:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to upgrade the kernel in LTIB</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/how-to-upgrade-the-kernel-in-LTIB/m-p/134745#M195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;I am using 2.6.22.6 kernel verision&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2007 16:54:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/how-to-upgrade-the-kernel-in-LTIB/m-p/134745#M195</guid>
      <dc:creator>fmf</dc:creator>
      <dc:date>2007-09-11T16:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to upgrade the kernel in LTIB</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/how-to-upgrade-the-kernel-in-LTIB/m-p/134746#M196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I achieved also to run the board with the kernel 2.6.26.&lt;BR /&gt;Every thing seems working well, except the SATA.&lt;BR /&gt;I've got the following log at boot-up, then the kernel seems to be freezed here :&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;DIV class="msg_source_code"&gt;&lt;DIV class="text_smallest"&gt;Code:&lt;/DIV&gt;&lt;PRE&gt;Driver 'sd' needs updating - please use bus_type methodssata_sil 0000:00:10.0: enabling device (0000 -&amp;gt; 0003)sata_sil 0000:00:10.0: cache line size not set.  Driver may not functionsata_sil 0000:00:10.0: Applying R_ERR on DMA activate FIS errata fixscsi0 : sata_silscsi1 : sata_silscsi2 : sata_silscsi3 : sata_silata1: SATA max UDMA/100 mmio m1024@0x90000000 tf 0x90000080 irq 22ata2: SATA max UDMA/100 mmio m1024@0x90000000 tf 0x900000c0 irq 22ata3: SATA max UDMA/100 mmio m1024@0x90000000 tf 0x90000280 irq 22ata4: SATA max UDMA/100 mmio m1024@0x90000000 tf 0x900002c0 irq 22ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)ata1.00: ATA-7: HDT722516DLA380, V43OA96A, max UDMA/133ata1.00: 321672960 sectors, multi 0: LBA48 NCQ (depth 0/32)ata1.00: configured for UDMA/100ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 310)ata2.00: ATA-7: HDT722516DLA380, V43OA96A, max UDMA/133ata2.00: 321672960 sectors, multi 0: LBA48 NCQ (depth 0/32)ata2.00: configured for UDMA/100ata3: SATA link down (SStatus 0 SControl 310)ata4: SATA link down (SStatus 0 SControl 310)scsi 0:0:0:0: Direct-Access     ATA      HDT722516DLA380  V43O PQ: 0 ANSI: 5sd 0:0:0:0: [sda] 321672960 512-byte hardware sectors (164697 MB)sd 0:0:0:0: [sda] Write Protect is offsd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUAsd 0:0:0:0: [sda] 321672960 512-byte hardware sectors (164697 MB)sd 0:0:0:0: [sda] Write Protect is offsd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA sda:&amp;lt;3&amp;gt;ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in         res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x20 (host bus error)ata1.00: status: { DRDY }ata1.00: qc timeout (cmd 0xec)ata1.00: failed to IDENTIFY (I/O error, err_mask=0x4)ata1.00: revalidation failed (errno=-5)ata1: failed to recover some devices, retrying in 5 secsata1: hard resetting linkata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)ata1.00: configured for UDMA/100ata1: EH completeata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in         res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x20 (host bus error)ata1.00: status: { DRDY }&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;/DIV&gt;any ideas ?&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Olivier&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 21:37:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/how-to-upgrade-the-kernel-in-LTIB/m-p/134746#M196</guid>
      <dc:creator>olivier_o</dc:creator>
      <dc:date>2008-07-22T21:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to upgrade the kernel in LTIB</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/how-to-upgrade-the-kernel-in-LTIB/m-p/134747#M197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;BR /&gt;We are working with the MPC8348E-MITX board.&lt;BR /&gt;The in-box LTIB is linux kernel 2.6.13.4.&amp;nbsp;&lt;BR /&gt;we are attempting to upgrade to 2.6.22&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Whats the point? Having encountered a PCI enumeration problem with a PLX 6152 bridge,&lt;BR /&gt;we are attempting to upgrade the kernel.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;based on this thread in freescale forums, it looks like 2.6.22 upgrade has been done&lt;BR /&gt;before.&amp;nbsp; not too extensively documented, but a good start. so I will add a bit of color here:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;we completed changes to the ltib files&lt;BR /&gt;config/platform/mpc8349itx/main.lkc, created linux-2.6.22-mpc8349itx.config,&lt;BR /&gt;along with dist/lfs-5.1/kernel/kernel-2.6.22-mpc8349itx.spec.in&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;so far so good.&amp;nbsp; after ltib --configure starts the 2.6.22 build,&lt;BR /&gt;it downloads the kernel from bitshrine&lt;BR /&gt;but in &lt;A href="http://www.bitshrine.org/gpp" rel="nofollow" target="_blank"&gt;www.bitshrine.org/gpp&lt;/A&gt;, no suitable&lt;BR /&gt;patch file exists for kernel-2.6.22-mpc8349itx&lt;BR /&gt;in fact the patches die off after 2.6.13 and 2.6.16&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;well, after booting linux 2.6.22 and loading the ramdisk, the system hangs :-o&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;now that we've come this far, we'd like to confirm that this upgrade is&lt;BR /&gt;feasible, and perhaps some advice on how to locate and incorporate patch file(s).&lt;/DIV&gt;&lt;DIV&gt;we are trying to figure out...&lt;/DIV&gt;&lt;DIV&gt;1.&amp;nbsp; will this work ?&lt;/DIV&gt;&lt;DIV&gt;2. is there any way to know what patches exist in PPP?&lt;/DIV&gt;&lt;DIV&gt;3. assuming 2.6.22 can be built for the mpc8349e, what became of the earlier patches from 2.6.1x?&amp;nbsp; Were they propagated upstream to kernel.org?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;thanks,&lt;BR /&gt;/steverino2&lt;BR /&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2008 11:26:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/how-to-upgrade-the-kernel-in-LTIB/m-p/134747#M197</guid>
      <dc:creator>steverino2</dc:creator>
      <dc:date>2008-11-19T11:26:54Z</dc:date>
    </item>
  </channel>
</rss>

