<?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>Other NXP ProductsのトピックDebug in Layerscape LS1046A</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/Debug-in-Layerscape-LS1046A/m-p/1412160#M13208</link>
    <description>&lt;P&gt;I am using LS1046ARDB evalution board to build the network encryptor application, when i am try to do debug the application i found a solution at this community mentioned in below image&lt;/P&gt;&lt;P&gt;img.png(attach the image here)&lt;/P&gt;&lt;P&gt;1. I have connected my LS1046ARDB board to the internet and checked the google.com, its working.&lt;BR /&gt;2. Now i am trying to download the gdbserver on LS1046ARDB board but apt was not working, it show's the below error.&lt;/P&gt;&lt;P&gt;LS1046ARDB Board -&amp;gt; ~$ sudo apt-get install gdbserver&lt;BR /&gt;~$ E: The package lists or status file could not be parsed or opened&lt;/P&gt;&lt;P&gt;Is there possible to install gdbserver on NXP LS1046ARDB board and do remote debugging through aarch64-linux-gnu-gdb in host system?&lt;BR /&gt;If the above method is not worked means, then what is the alternate solution for remote dugging.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="." style="width: 912px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/170250iC4948D765CC8348E/image-size/large?v=v2&amp;amp;px=999" role="button" title="img.png" alt="." /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 11 Feb 2022 03:32:46 GMT</pubDate>
    <dc:creator>Saitama</dc:creator>
    <dc:date>2022-02-11T03:32:46Z</dc:date>
    <item>
      <title>Debug in Layerscape LS1046A</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Debug-in-Layerscape-LS1046A/m-p/1412160#M13208</link>
      <description>&lt;P&gt;I am using LS1046ARDB evalution board to build the network encryptor application, when i am try to do debug the application i found a solution at this community mentioned in below image&lt;/P&gt;&lt;P&gt;img.png(attach the image here)&lt;/P&gt;&lt;P&gt;1. I have connected my LS1046ARDB board to the internet and checked the google.com, its working.&lt;BR /&gt;2. Now i am trying to download the gdbserver on LS1046ARDB board but apt was not working, it show's the below error.&lt;/P&gt;&lt;P&gt;LS1046ARDB Board -&amp;gt; ~$ sudo apt-get install gdbserver&lt;BR /&gt;~$ E: The package lists or status file could not be parsed or opened&lt;/P&gt;&lt;P&gt;Is there possible to install gdbserver on NXP LS1046ARDB board and do remote debugging through aarch64-linux-gnu-gdb in host system?&lt;BR /&gt;If the above method is not worked means, then what is the alternate solution for remote dugging.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="." style="width: 912px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/170250iC4948D765CC8348E/image-size/large?v=v2&amp;amp;px=999" role="button" title="img.png" alt="." /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2022 03:32:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Debug-in-Layerscape-LS1046A/m-p/1412160#M13208</guid>
      <dc:creator>Saitama</dc:creator>
      <dc:date>2022-02-11T03:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Debug in Layerscape LS1046A</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Debug-in-Layerscape-LS1046A/m-p/1412320#M13211</link>
      <description>&lt;P&gt;Please use&amp;nbsp;NXP LSDK 2108 (custom based on ubuntu 20.04), there is no problem to install gdbserver, please refer to my following log on the target board.&lt;/P&gt;
&lt;P&gt;root@localhost:~# apt-get install gdbserver&lt;BR /&gt;Reading package lists... Done&lt;BR /&gt;Building dependency tree&lt;BR /&gt;Reading state information... Done&lt;BR /&gt;The following NEW packages will be installed:&lt;BR /&gt;gdbserver&lt;BR /&gt;0 upgraded, 1 newly installed, 0 to remove and 74 not upgraded.&lt;BR /&gt;Need to get 198 kB of archives.&lt;BR /&gt;After this operation, 808 kB of additional disk space will be used.&lt;BR /&gt;Get:1 &lt;A href="http://us.ports.ubuntu.com/ubuntu-ports" target="_blank"&gt;http://us.ports.ubuntu.com/ubuntu-ports&lt;/A&gt; focal-updates/main arm64 gdbserver arm64 9.2-0ubuntu1~20.04.1 [198 kB]&lt;BR /&gt;Fetched 198 kB in 2s (87.1 kB/s)&lt;BR /&gt;Selecting previously unselected package gdbserver.&lt;BR /&gt;(Reading database ... 58340 files and directories currently installed.)&lt;BR /&gt;Preparing to unpack .../gdbserver_9.2-0ubuntu1~20.04.1_arm64.deb ...&lt;BR /&gt;Unpacking gdbserver (9.2-0ubuntu1~20.04.1) ...&lt;BR /&gt;Setting up gdbserver (9.2-0ubuntu1~20.04.1) ...&lt;BR /&gt;Processing triggers for man-db (2.9.1-1) ...&lt;BR /&gt;root@localhost:~# gdbserver --version&lt;BR /&gt;GNU gdbserver (Ubuntu 9.2-0ubuntu1~20.04.1) 9.2&lt;BR /&gt;Copyright (C) 2020 Free Software Foundation, Inc.&lt;BR /&gt;gdbserver is free software, covered by the GNU General Public License.&lt;BR /&gt;This gdbserver was configured as "aarch64-linux-gnu"&lt;BR /&gt;root@localhost:~#&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2022 08:46:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Debug-in-Layerscape-LS1046A/m-p/1412320#M13211</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2022-02-11T08:46:17Z</dc:date>
    </item>
  </channel>
</rss>

