Category: Software
Product Number: pluto
How can we load a python script in Pluto, to run it on power up?
How can we load a python script in Pluto, to run it on power up?
Here is how you run code from external USB devices when plugged in or powerup https://wiki.analog.com/university/tools/pluto/devs/usb_otg
If you want to run python you will need to compile it standalone and put it on the USB stick or rebuild the firmware with python support (it may not fit depending on packages used). Note putting python on Pluto or cross-compiling for your USB stick is out of the scope of our support.
-Travis