Hello, I'm trying to figure out how to run a Pure Data patch as soon as the UDOO board is plugged in, meaning no interaction with a mouse, keyboard, or monitor. Does anyone know how to do this? And as a second question – is there any issue with simply unplugging the board to shut it down? Thanks for the help!
You have to build a init script that you have to run at boot. You can try to insert your commands in the file named /etc/rc.local I suggest you to Google, there's lot of info online