NXP Config Tools v13.1 comes without a python directory

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

NXP Config Tools v13.1 comes without a python directory

Jump to solution
1,703 Views
wdmegrv
Contributor II

The most recent Config Tools v13.1 (DEB Package) misses a python directory.

Here is how the bin directory looks like after the installation:

ls /opt/nxp/i.MX_CFG_v13.1/bin/
artifacts.xml configuration features icon.xpm jre META-INF p2 plugins readme tools tools.ini

 This seems to make the tool fail to locate python.

Unable to locate python

 

configtoolspython.png

0 Kudos
1 Solution
1,317 Views
addiyi
NXP Employee
NXP Employee

From the Config tools for i.MX release notes:

DDR tool
- The DDR tool is not supported on LinuxOS and MacOS

View solution in original post

9 Replies
1,318 Views
addiyi
NXP Employee
NXP Employee

From the Config tools for i.MX release notes:

DDR tool
- The DDR tool is not supported on LinuxOS and MacOS

1,383 Views
don_gunn
Contributor V

I am seeing the same thing.  Ubuntu 22.04.  I have gone in to the tools.ini file and tried to set a path for python but that does't seem to help.

0 Kudos
1,182 Views
gigli_korg
Contributor II

Hi All,
in version 14.0, the fix of changing the path in *.ini file seems solve the problem.

ME@PC:/opt/nxp/i.MX_CFG_v14/bin$ ls 
artifacts.xml features jre p2 readme tools.ini
configuration icon.xpm META-INF plugins tools tools.ini.original

ME@PC:/opt/nxp/i.MX_CFG_v14/bin$ diff tools.ini*
21c21
< -Dpython.dir=/usr/bin/python3
---
> -Dpython.dir=python3

ME@PC:/opt/nxp/i.MX_CFG_v14/bin$ uname -a
Linux ws-gigli 6.2.0-26-generic #26~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Jul 13 16:27:29 UTC 2 x86_64 x86_64 x86_64 GNU/Linux


Stefano

1,683 Views
Rita_Wang
NXP TechSupport
NXP TechSupport

Could you tell us which product are you using?

0 Kudos
1,664 Views
wdmegrv
Contributor II

For an i.MX93 based product.

1,647 Views
Rita_Wang
NXP TechSupport
NXP TechSupport
0 Kudos
1,405 Views
jviguera
Contributor I

Exactly the same problem here.

Using i.MX_CFG_v13.1 on an Ubuntu 18.04 machine the DDR tool fails with "Unable to locate python".

Is there any progress on this?

 

0 Kudos
1,450 Views
lionel1
Contributor I

Where I work, several of us are seeing this problem too. Both the Mac and Linux versions of Config Tools are missing Python in releases as recent as v13.1. I notice that v8 has Python 2.7, so perhaps it was lost in a migration to Python 3?

It would help to know the extent to which the Config Tool developers know this is a problem, whether there is a workaround, and what to expect going forward.

Either way, the ability to run the tools on these platforms (including from the command line, especially when automating or when debugging issues below the veneer of Eclipse) is highly desirable. If your processors' main OS is Linux, isn't it more likely for their developers to know well and use a UNIX-based OS rather than Windows? It's most certainly true in our case.

 

 

 

0 Kudos
1,633 Views
wdmegrv
Contributor II

This Document does not mention anything on how to fix the python issue.
Could you please give me more details.