<?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: Quick P3041 test in P-Series</title>
    <link>https://community.nxp.com/t5/P-Series/Quick-P3041-test/m-p/1077203#M4907</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; which port the host needs to be connected to the board.&lt;/P&gt;&lt;P&gt;Assuming that the late line of the U-Boot booting log is:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;FM1@DTSEC1, FM1@DTSEC2, FM1@DTSEC3, FM1@DTSEC4, FM1@DTSEC5 [PRIME], FM1@TGEC1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;this means that U-Boot default is FM1@DTSEC5 and it works on P1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There were several P3041DS firmware versions and it will be more convenient to provide specific recommendations after obtaining U-Boot booting log and log of the "printenv" command.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Apr 2020 10:00:40 GMT</pubDate>
    <dc:creator>ufedor</dc:creator>
    <dc:date>2020-04-27T10:00:40Z</dc:date>
    <item>
      <title>Quick P3041 test</title>
      <link>https://community.nxp.com/t5/P-Series/Quick-P3041-test/m-p/1077202#M4906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am about to receive the p3041ds development. And went through most of the document relating to this board and could not find anywhere as a quick start guide on how to connect the board with a host. I was assuming that the board came with an install boot loader where some instruction might be available to quickly connect to the host. The reason why you want to do this is to verify that the board is somehow functioning. Also you need to know which port the host needs to be connected to the board. Can someone help with this!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2020 17:35:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Quick-P3041-test/m-p/1077202#M4906</guid>
      <dc:creator>sidiropoulos_ch</dc:creator>
      <dc:date>2020-04-24T17:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: Quick P3041 test</title>
      <link>https://community.nxp.com/t5/P-Series/Quick-P3041-test/m-p/1077203#M4907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; which port the host needs to be connected to the board.&lt;/P&gt;&lt;P&gt;Assuming that the late line of the U-Boot booting log is:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;FM1@DTSEC1, FM1@DTSEC2, FM1@DTSEC3, FM1@DTSEC4, FM1@DTSEC5 [PRIME], FM1@TGEC1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;this means that U-Boot default is FM1@DTSEC5 and it works on P1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There were several P3041DS firmware versions and it will be more convenient to provide specific recommendations after obtaining U-Boot booting log and log of the "printenv" command.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2020 10:00:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Quick-P3041-test/m-p/1077203#M4907</guid>
      <dc:creator>ufedor</dc:creator>
      <dc:date>2020-04-27T10:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Quick P3041 test</title>
      <link>https://community.nxp.com/t5/P-Series/Quick-P3041-test/m-p/1077204#M4908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have recently received my P3041DS. So I had an opportunity to try a few things with it.&lt;/P&gt;&lt;P&gt;From this I came out with a mixture of successes and not so successful in certain areas.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Successes:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;ran the bareboard programs using USB tap debugger successfully&lt;/LI&gt;&lt;LI&gt;using a bootloader from vxworks I was able to bootup in ROM successfully.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; This requires to configure SW7 and copying the image so that it is booted in ROM bank area.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; With this, it boots in vxworks menus instead of U-BOOT. Selecting SW7 back to default settings&lt;/P&gt;&lt;P&gt;&amp;nbsp; starts the U_BOOT again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Not so succesful:&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;So my starting point with this is....I am using BareBoard example in CW development studio 10.5.2 that simply prints&lt;BR /&gt;"Welcome to CodeWarrior"&lt;BR /&gt;From this build it produces an Elf binary file (executable)--&amp;gt;Entry point address: 0x100108&lt;BR /&gt;and would like to load (in RAM) the executable and run it after U-BOOT is launched on target.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loaded Elf image:-&lt;/P&gt;&lt;P&gt;=&amp;gt; tftp 1000000 bareboardExample.elf&lt;BR /&gt;Using FM1@DTSEC5 device&lt;BR /&gt;TFTP from server 192.168.178.63; our IP address is 192.168.178.65&lt;BR /&gt;Filename 'bareboardExample.elf'.&lt;BR /&gt;Load address: 0x1000000&lt;BR /&gt;Loading: ###############&lt;BR /&gt;done&lt;BR /&gt;Bytes transferred = 220004 (35b64 hex)&lt;BR /&gt;=&amp;gt; bootelf 1000000&lt;BR /&gt;## Starting application at 0x00100108 ...&lt;BR /&gt;Bad trap at PC: 100474, SR: 29200, vector=800&lt;BR /&gt;NIP: 00100474 XER: 00000000 LR: 00100428 REGS: 003dfd28 TRAP: 0800 DAR: 00000000&lt;BR /&gt;MSR: 00029200 EE: 1 PR: 0 FP: 0 ME: 1 IR/DR: 00&lt;/P&gt;&lt;P&gt;GPR00: 00100428 003DFE18 7FE2DF30 0010C6F0 0010CA40 0010C178 003DFF50 00000000&lt;BR /&gt;GPR08: 0000000C 003DFF60 00000000 0010D034 20222042 00115050 00000001 003DFF50&lt;BR /&gt;GPR16: 7FE30F14 00000000 7FE30F30 7FE30F00 7FFB0BE8 7FF3C3E4 7FFB0034 7FF803FC&lt;BR /&gt;GPR24: 0010C6F0 0010CA40 00000001 0010C178 00000001 00000001 7FF94810 00100108&lt;BR /&gt;Call backtrace:&lt;BR /&gt;DEADBEEF 00100428 0010003C 0010016C&lt;BR /&gt;Exception in kernel pc 100474 signal 0&lt;BR /&gt;### ERROR ### Please RESET the board ###&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Here I Converted Elf image into bin image using GNU tools objcopy&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Using FM1@DTSEC5 device&lt;BR /&gt;TFTP from server 192.168.178.63; our IP address is 192.168.178.65&lt;BR /&gt;Filename 'bareboardExample.bin'.&lt;BR /&gt;Load address: 0x1000000&lt;BR /&gt;Loading: #################################################################&lt;BR /&gt; ###########&lt;BR /&gt;done&lt;BR /&gt;Bytes transferred = 1101932 (10d06c hex)&lt;/P&gt;&lt;P&gt;=&amp;gt; go 0x00100108&lt;BR /&gt;## Starting application at 0x00100108 ...&lt;BR /&gt;Bad trap at PC: 100108, SR: 29200, vector=800&lt;BR /&gt;NIP: 00100108 XER: 00000000 LR: 7FF3C124 REGS: 7fe2dca8 TRAP: 0800 DAR: 00000000&lt;BR /&gt;MSR: 00029200 EE: 1 PR: 0 FP: 0 ME: 1 IR/DR: 00&lt;/P&gt;&lt;P&gt;GPR00: 00100108 7FE2DD98 7FE2DF30 00000001 7FE30F14 7FE30F14 00100108 00000010&lt;BR /&gt;GPR08: FFFFFFFE 00000020 00000020 7FE2DDA0 7FF3C178 70578A80 00000000 00000000&lt;BR /&gt;GPR16: 7FF999A4 00000000 7FE30F30 7FE30F00 7FFB0BE8 7FF3C3E4 7FFB0034 7FF803FC&lt;BR /&gt;GPR24: 00000000 00000000 00000000 00000000 00100108 7FE30F14 7FF94810 00000002&lt;BR /&gt;Call backtrace:&lt;BR /&gt;00000002 7FF3C198 7FF4E97C 7FF4EF88 7FF4F104 7FF51EF0 7FF3ABA0&lt;BR /&gt;7FF3164C&lt;BR /&gt;Exception in kernel pc 100108 signal 0&lt;BR /&gt;### ERROR ### Please RESET the board ###&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Also used in the above with 'go' command 0x0100108 (Entry point address) in U-boot area&lt;/P&gt;&lt;P&gt;with no success.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;What is the problem, are the images which I have build and converted are not&lt;BR /&gt;compatible with U-BOOT or am I not loading images in the correct Ram locations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To confirm the issue with images, maybe its better if someone can provide me an example of an image file already built to load on my target board.&lt;BR /&gt;(Assuming someone out there has a similar board and was able to build an image that can be loaded/run in U-boot).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone assist me with this.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2020 14:22:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Quick-P3041-test/m-p/1077204#M4908</guid>
      <dc:creator>sidiropoulos_ch</dc:creator>
      <dc:date>2020-06-03T14:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Quick P3041 test</title>
      <link>https://community.nxp.com/t5/P-Series/Quick-P3041-test/m-p/1077205#M4909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I forgot to include the U-boot version I'm using:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U-Boot 2011.12-00030-gad15412 (May 02 2012 - 15:53:05)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CPU0:&amp;nbsp; P3041E, Version: 2.0, (0x82190320)&lt;BR /&gt;Core:&amp;nbsp; E500MC, Version: 3.2, (0x80230032)&lt;BR /&gt;Clock Configuration:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CPU0:1500 MHz, CPU1:1500 MHz, CPU2:1500 MHz, CPU3:1500 MHz,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CCB:750&amp;nbsp; MHz,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DDR:666.667 MHz (1333.333 MT/s data rate) (Asynchronous), LBC:93.750 MHz&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FMAN1: 583.333 MHz&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PME:&amp;nbsp;&amp;nbsp; 375 MHz&lt;BR /&gt;L1:&amp;nbsp;&amp;nbsp;&amp;nbsp; D-cache 32 kB enabled&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I-cache 32 kB enabled&lt;BR /&gt;Board: P3041DS, Sys ID: 0x1c, Sys Ver: 0x12, FPGA Ver: 0x05, vBank: 0&lt;BR /&gt;36-bit Addressing&lt;BR /&gt;Reset Configuration Word (RCW):&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00000000: 12600000 00000000 241c0000 00000000&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00000010: d8804c00 03002000 fe800000 41000000&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00000020: 00000000 00000000 00000000 10c30001&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00000030: a8000000 00000000 00000000 00000000&lt;BR /&gt;SERDES Reference Clocks: Bank1=100Mhz Bank2=125Mhz Bank3=125Mhz&lt;BR /&gt;I2C:&amp;nbsp;&amp;nbsp; ready&lt;BR /&gt;SPI:&amp;nbsp;&amp;nbsp; ready&lt;BR /&gt;DRAM:&amp;nbsp; Initializing....using SPD&lt;BR /&gt;Detected UDIMM i-DIMM&lt;BR /&gt;2 GiB (DDR3, 64-bit, CL=9, ECC on)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DDR Chip-Select Interleaving Mode: CS0+CS1&lt;BR /&gt;Testing 0x00000000 - 0x7fffffff&lt;BR /&gt;Remap DDR&lt;BR /&gt;POST memory PASSED&lt;BR /&gt;Flash: 128 MiB&lt;BR /&gt;L2:&amp;nbsp;&amp;nbsp;&amp;nbsp; 128 KB enabled&lt;BR /&gt;Corenet Platform Cache: 1024 KB enabled&lt;BR /&gt;SERDES: timeout resetting bank 3&lt;BR /&gt;SRIO1: disabled&lt;BR /&gt;SRIO2: disabled&lt;BR /&gt;NAND:&amp;nbsp; 1024 MiB&lt;BR /&gt;MMC:&amp;nbsp; FSL_SDHC: 0&lt;BR /&gt;EEPROM: NXID v1&lt;BR /&gt;PCIe1: Root Complex, no link, regs @ 0xfe200000&lt;BR /&gt;PCIe1: Bus 00 - 00&lt;BR /&gt;PCIe2: disabled&lt;BR /&gt;PCIe3: Root Complex, no link, regs @ 0xfe202000&lt;BR /&gt;PCIe3: Bus 01 - 01&lt;BR /&gt;PCIe4: disabled&lt;BR /&gt;In:&amp;nbsp;&amp;nbsp;&amp;nbsp; serial&lt;BR /&gt;Out:&amp;nbsp;&amp;nbsp; serial&lt;BR /&gt;Err:&amp;nbsp;&amp;nbsp; serial&lt;BR /&gt;Warning: SERDES bank 3 expects reference clock 100MHz, but actual is 125MHz&lt;BR /&gt;Net:&amp;nbsp;&amp;nbsp; Initializing Fman&lt;BR /&gt;Fman1: Uploading microcode version 101.8.0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2020 14:34:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Quick-P3041-test/m-p/1077205#M4909</guid>
      <dc:creator>sidiropoulos_ch</dc:creator>
      <dc:date>2020-06-03T14:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Quick P3041 test</title>
      <link>https://community.nxp.com/t5/P-Series/Quick-P3041-test/m-p/1077206#M4910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The bareboard ELF is not supposed to be loaded and executed by U-Boot - it has to be loaded only by CodeWarrior debugger.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2020 17:32:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Quick-P3041-test/m-p/1077206#M4910</guid>
      <dc:creator>ufedor</dc:creator>
      <dc:date>2020-06-03T17:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Quick P3041 test</title>
      <link>https://community.nxp.com/t5/P-Series/Quick-P3041-test/m-p/1077207#M4911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ufedor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes I agree with what you said. However my second example above shows that I used a binary image and it still crashed the target. I mentioned above that I used objcopy to convert an elf to bin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2020 18:21:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Quick-P3041-test/m-p/1077207#M4911</guid>
      <dc:creator>sidiropoulos_ch</dc:creator>
      <dc:date>2020-06-03T18:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Quick P3041 test</title>
      <link>https://community.nxp.com/t5/P-Series/Quick-P3041-test/m-p/1077208#M4912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;All I need to know for time being if using objcopy command to convert elf to bin is the correct way.&lt;/P&gt;&lt;P&gt;As I'm reading on the web I noticed the "hello world " examples images have been built around&lt;/P&gt;&lt;P&gt;the uboot Build Environment. Which I think the bin file I produced &amp;nbsp;may not be quite compatible&amp;nbsp;&lt;/P&gt;&lt;P&gt;with uboot.&lt;/P&gt;&lt;P&gt;Can you confirm when using the flash programmer in CW to convert an elf image to bin is the correct&lt;/P&gt;&lt;P&gt;approach of uploading the image to the target?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2020 18:06:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Quick-P3041-test/m-p/1077208#M4912</guid>
      <dc:creator>sidiropoulos_ch</dc:creator>
      <dc:date>2020-06-04T18:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Quick P3041 test</title>
      <link>https://community.nxp.com/t5/P-Series/Quick-P3041-test/m-p/1077209#M4913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; Which I think the bin file I produced &amp;nbsp;may not be quite compatible with uboot.&lt;/P&gt;&lt;P&gt;It is NOT compatible with U-Boot.&lt;/P&gt;&lt;P&gt;I already wrote this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2020 02:41:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Quick-P3041-test/m-p/1077209#M4913</guid>
      <dc:creator>ufedor</dc:creator>
      <dc:date>2020-06-05T02:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Quick P3041 test</title>
      <link>https://community.nxp.com/t5/P-Series/Quick-P3041-test/m-p/1077210#M4914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for reconfirming this ufedor.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So &amp;nbsp;can you then please suggest what are my options in loading /running&amp;nbsp;an image successfully onto the target without the debugger.&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;Regards&amp;nbsp;&lt;/P&gt;&lt;P&gt;chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2020 05:55:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Quick-P3041-test/m-p/1077210#M4914</guid>
      <dc:creator>sidiropoulos_ch</dc:creator>
      <dc:date>2020-06-05T05:55:49Z</dc:date>
    </item>
  </channel>
</rss>

