KDS Installation on Ubuntu

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

KDS Installation on Ubuntu

Jump to solution
5,208 Views
rbruce
Contributor II

I am installing KDS on Ubuntu.  The intent is to develop software for FRDM-KW41Z.  I have followed the LInux installation instructions in the Kinetis Design Studio 3.2.0 Release Notes.

 

xxx@bill-ThinkPad-T440:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.5 LTS
Release: 14.04
Codename: trusty

...

xxx@bill-ThinkPad-T440:~/Projects$ ls kin*
kinetis-design-studio_3.2.0-1_amd64.deb
xxx@bill-ThinkPad-T440:~/Projects$ sudo dpkg -i kinetis-design-studio_3.2.0-1_amd64.deb
(Reading database ... 853393 files and directories currently installed.)
Preparing to unpack kinetis-design-studio_3.2.0-1_amd64.deb ...
Unpacking kinetis-design-studio (3.2.0) over (3.2.0) ...
Setting up kinetis-design-studio (3.2.0) ...

**********************************************************************
* Warning: This package includes the GCC ARM Embedded toolchain, *
* which is built for 32-bit hosts. If you are using a *
* 64-bit system, you may need to install additional *
* packages before building software with these tools. *
* *
* For more details see: *
* - KDS_Users_Guide.pdf:"Installing Kinetis Design Studio". *
* - The Kinetis Design Studio release notes. *
**********************************************************************
Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
Processing triggers for bamfdaemon (0.5.1+14.04.20140409-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for mime-support (3.54ubuntu1.1) ...
xxx@bill-ThinkPad-T440:~/Projects$ cd /opt/Freescale
xxx@bill-ThinkPad-T440:/opt/Freescale$ ls -l

total 0

 

I am expecting to find the installed files in /opt/Freescale, but it's empty.

Labels (1)
1 Solution
3,484 Views
lubomirbogdanov
Contributor II

Hello, Robert!

I ran into the same problem. How I fixed it:

sudo dpkg --remove kinetis-design-studio

to remove any failed installation. Then I ran the command again:

sudo dpkg -i kinetis-design-studio_3.2.0-1_amd64.deb

and it passed.

It actually succeeded the first time, but I wanted to reinstall it and ran into the problem you have.

Further more - after the successful install I updated the segger drivers cus it turns out they are a bit old (follow this link Updating Segger Tools in Eclipse Kinetis Design Studio | MCU on Eclipse )

hope this helps!

View solution in original post

0 Kudos
5 Replies
3,484 Views
www_rzr_online_
Contributor I

Thanks installing twice solved the issue, a tutorial using GNU tools without eclipse is welcome as well.

0 Kudos
3,484 Views
rbruce
Contributor II

Lubomir Bagdanov (wherever you are),

Thanks for your help.  I now have FRDM_KW41Z, KDS and Segger debugging software up and running on Ubuntu system.

Robert Bruce

MN, USA

3,484 Views
lubomirbogdanov
Contributor II

You're welcome! :-)

Lubomir Bogdanov

Sofia, Bulgaria

0 Kudos
3,485 Views
lubomirbogdanov
Contributor II

Hello, Robert!

I ran into the same problem. How I fixed it:

sudo dpkg --remove kinetis-design-studio

to remove any failed installation. Then I ran the command again:

sudo dpkg -i kinetis-design-studio_3.2.0-1_amd64.deb

and it passed.

It actually succeeded the first time, but I wanted to reinstall it and ran into the problem you have.

Further more - after the successful install I updated the segger drivers cus it turns out they are a bit old (follow this link Updating Segger Tools in Eclipse Kinetis Design Studio | MCU on Eclipse )

hope this helps!

0 Kudos
2,939 Views
chima6464
Contributor I

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

0 Kudos