cancel
Showing results for 
Search instead for 
Did you mean: 

Can you support me in testing ST Linux with STM32MP1 DK2?

NN.1
Associate

Hello Friends,

I am newly using STM32MP1 DK2 

If I create python exe file, can I run python exe on st Linux?

Share me details how to run python exe in st Linux on STM32MP1 DK2

Thank you friends.

1 REPLY 1
Jean-Marc B
ST Employee

Hello @NN.1​ 

what do you call a «python exe file»? Is it a file containing python source code? If that the case, yes, the OpenSTLinux supports python3 execution.

For example:

$ cat > hello.py <<EOF
print('Hello World!')
EOF
$ python3 hello.py
Hello World!

Best regards,

--JM

In order to give better visibility on the answered topics, please click on 'Select as Best' on the reply which solved your issue or answered your question. See also 'Best Answers'.