I am working on a Raspberry Pi (with Rasbian). The board should run standalone (without login), so the application I developed should start upon each boot. But I would also like to be able to take the hand on the board locally (not using ssh). My requirements would then be:
- boot
- wait 1 minute - if there is any user interaction, skip 3.
- launch application - this is a Python script
How would one do that?
Thanks for your help.
Julien