<?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: KDS Installation on Ubuntu in Kinetis Design Studio</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-Installation-on-Ubuntu/m-p/1537158#M10222</link>
    <description>&lt;P&gt;Unfortunately, doesn't look like this solution works on the Ubuntu 22.04. I'm not sure why, but I'm getting the same error&lt;/P&gt;</description>
    <pubDate>Thu, 13 Oct 2022 13:40:50 GMT</pubDate>
    <dc:creator>chima6464</dc:creator>
    <dc:date>2022-10-13T13:40:50Z</dc:date>
    <item>
      <title>KDS Installation on Ubuntu</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-Installation-on-Ubuntu/m-p/657792#M8636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am installing KDS on Ubuntu.&amp;nbsp; The intent is to develop software for FRDM-KW41Z.&amp;nbsp; I have followed the LInux installation instructions in the Kinetis Design Studio 3.2.0 Release Notes.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;xxx@bill-ThinkPad-T440:~$ lsb_release -a&lt;BR /&gt;No LSB modules are available.&lt;BR /&gt;Distributor ID: Ubuntu&lt;BR /&gt;Description: Ubuntu 14.04.5 LTS&lt;BR /&gt;Release: 14.04&lt;BR /&gt;Codename: trusty&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;xxx@bill-ThinkPad-T440:~/Projects$ ls kin*&lt;BR /&gt;kinetis-design-studio_3.2.0-1_amd64.deb&lt;BR /&gt;xxx@bill-ThinkPad-T440:~/Projects$ sudo dpkg -i kinetis-design-studio_3.2.0-1_amd64.deb &lt;BR /&gt;(Reading database ... 853393 files and directories currently installed.)&lt;BR /&gt;Preparing to unpack kinetis-design-studio_3.2.0-1_amd64.deb ...&lt;BR /&gt;Unpacking kinetis-design-studio (3.2.0) over (3.2.0) ...&lt;BR /&gt;Setting up kinetis-design-studio (3.2.0) ...&lt;/P&gt;&lt;P&gt;**********************************************************************&lt;BR /&gt;* Warning: This package includes the GCC ARM Embedded toolchain, *&lt;BR /&gt;* which is built for 32-bit hosts. If you are using a *&lt;BR /&gt;* 64-bit system, you may need to install additional *&lt;BR /&gt;* packages before building software with these tools. *&lt;BR /&gt;* *&lt;BR /&gt;* For more details see: *&lt;BR /&gt;* - KDS_Users_Guide.pdf:"Installing Kinetis Design Studio". *&lt;BR /&gt;* - The Kinetis Design Studio release notes. *&lt;BR /&gt;**********************************************************************&lt;BR /&gt;Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...&lt;BR /&gt;Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...&lt;BR /&gt;Processing triggers for bamfdaemon (0.5.1+14.04.20140409-0ubuntu1) ...&lt;BR /&gt;Rebuilding /usr/share/applications/bamf-2.index...&lt;BR /&gt;Processing triggers for mime-support (3.54ubuntu1.1) ...&lt;BR /&gt;xxx@bill-ThinkPad-T440:~/Projects$ cd /opt/Freescale&lt;BR /&gt;xxx@bill-ThinkPad-T440:/opt/Freescale$ ls -l&lt;/P&gt;&lt;P&gt;total 0&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am expecting to find the installed files in /opt/Freescale, but it's empty.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2017 16:12:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-Installation-on-Ubuntu/m-p/657792#M8636</guid>
      <dc:creator>rbruce</dc:creator>
      <dc:date>2017-01-03T16:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: KDS Installation on Ubuntu</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-Installation-on-Ubuntu/m-p/657793#M8637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Robert!&lt;/P&gt;&lt;P&gt;I ran into the same problem. How I fixed it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sudo dpkg --remove kinetis-design-studio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to remove any failed installation. Then I ran the command again:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sudo dpkg -i kinetis-design-studio_3.2.0-1_amd64.deb&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and it passed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It actually succeeded the first time, but I wanted to reinstall it and ran into the problem you have.&lt;/P&gt;&lt;P&gt;Further more - after the successful install I updated the segger drivers cus it turns out they are a bit old (follow this link &lt;A class="link-titled" href="https://mcuoneclipse.com/2015/08/30/updating-segger-tools-in-eclipse-kinetis-design-studio/" title="https://mcuoneclipse.com/2015/08/30/updating-segger-tools-in-eclipse-kinetis-design-studio/"&gt;Updating Segger Tools in Eclipse Kinetis Design Studio | MCU on Eclipse&lt;/A&gt; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 16:38:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-Installation-on-Ubuntu/m-p/657793#M8637</guid>
      <dc:creator>lubomirbogdanov</dc:creator>
      <dc:date>2017-01-05T16:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: KDS Installation on Ubuntu</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-Installation-on-Ubuntu/m-p/657794#M8638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lubomir Bagdanov (wherever you are),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&amp;nbsp; I now have FRDM_KW41Z, KDS and Segger debugging software up and running on Ubuntu system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robert Bruce&lt;/P&gt;&lt;P&gt;MN, USA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jan 2017 14:45:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-Installation-on-Ubuntu/m-p/657794#M8638</guid>
      <dc:creator>rbruce</dc:creator>
      <dc:date>2017-01-07T14:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: KDS Installation on Ubuntu</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-Installation-on-Ubuntu/m-p/657795#M8639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're welcome! :-)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lubomir Bogdanov&lt;/P&gt;&lt;P&gt;Sofia, Bulgaria&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 08:07:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-Installation-on-Ubuntu/m-p/657795#M8639</guid>
      <dc:creator>lubomirbogdanov</dc:creator>
      <dc:date>2017-01-09T08:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: KDS Installation on Ubuntu</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-Installation-on-Ubuntu/m-p/657796#M8640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks installing twice solved the issue, a tutorial using GNU tools without eclipse is welcome as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 15:58:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-Installation-on-Ubuntu/m-p/657796#M8640</guid>
      <dc:creator>www_rzr_online_</dc:creator>
      <dc:date>2017-03-14T15:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: KDS Installation on Ubuntu</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-Installation-on-Ubuntu/m-p/1537158#M10222</link>
      <description>&lt;P&gt;Unfortunately, doesn't look like this solution works on the Ubuntu 22.04. I'm not sure why, but I'm getting the same error&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2022 13:40:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-Installation-on-Ubuntu/m-p/1537158#M10222</guid>
      <dc:creator>chima6464</dc:creator>
      <dc:date>2022-10-13T13:40:50Z</dc:date>
    </item>
  </channel>
</rss>

