I'm working with my 7 years old son on a edukit robotics project with my son on my Raspberry PI 2, installed with Jessie. Instead of using Python (Too complicated for him) I programmed the robot with him in scratch (default version in Jessie with scratch GPIO embedded).
However, now we want to startup the PI, so that it finally automatically executes our Scratch program (instead of connecting and launching vnc or xrdp and starting our scratch program).
I did found on the web : http://simplesi.net/autostart-scratchgpio-projects
But this seems not to work, as it seems to be obsolete (no more need to install ScratchGPIO) as this was probably written prior to Rasbian Jessie, as now it seems to startup a nuscratch image.
But I can't get around it to adapt these instructions to get this work with the current Jessie version.
Any suggestions, anyone who has solved the same issue ?