KDS Installation on Ubuntu

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

KDS Installation on Ubuntu

跳至解决方案
5,548 次查看
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.

标签 (1)
1 解答
3,824 次查看
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 项奖励
回复
5 回复数
3,824 次查看
www_rzr_online_
Contributor I

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

0 项奖励
回复
3,824 次查看
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,824 次查看
lubomirbogdanov
Contributor II

You're welcome! :-)

Lubomir Bogdanov

Sofia, Bulgaria

0 项奖励
回复
3,825 次查看
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 项奖励
回复
3,279 次查看
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 项奖励
回复