Python demo applications#

The simpleswitch-python-hello-world provides an example of a Python application running in a simpleswitch package.

The simpleswitch-python-hello-world-debug and simpleswitch-python-hello-world-debug-vscode provide the same application, while allowing remote debugging. They are based on simpleswitch-python-hello-world package with the startup command modified to wrap the Python application with remote debugger bridge. The first one can be used with CLI, while the second one is made to be used with Microsoft Visual Studio Code.

Registration

If you want to test SimpleCore™, SimpleSwitch™ or any of our packages from our SimpleCore™ incubator program, please register here and we will grant you access.

How to get it#

  • Scotty
  • Bitbake
    ## On your computer run
    $ scotty build simpleswitch-python-hello-world
    ## or
    $ scotty build simpleswitch-python-hello-world-debug
    ## or
    $ scotty build simpleswitch-python-hello-world-debug-vscode
    ## On your computer run
    $ bitbake simpleswitch-python-hello-world
    ## or
    $ bitbake simpleswitch-python-hello-world-debug
    ## or
    $ bitbake simpleswitch-python-hello-world-debug-vscode