Skip to main content
Visitor II
September 7, 2021
Question

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

  • September 7, 2021
  • 1 reply
  • 689 views

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.

    This topic has been closed for replies.

    1 reply

    ST Employee
    September 7, 2021

    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'.