I've seen the game emulator example. The guy who made it doesn't seem to have interest in helping newbies do what he's done. There are people who try to teach others how to do these things, for example, this embedded midi player was built by a guy who created a complete course on OS development. http://www.joebutton.co.uk/blog/baremetal-midi-lv2-raspberrypi/
and his course, "Baking Pi"
The network access isn't needed immediately upon boot. The device can show a status indicator while the network system is coming up. But a chosen interpreter and associated runtime scripts need to start running immediately, because it will operate the UI, I2C, and be responsible for all device logic. I've read that it's possible to prevent the kernel from waiting for network devices to reach ready state.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I've seen the game emulator example. The guy who made it doesn't seem to have interest in helping newbies do what he's done. There are people who try to teach others how to do these things, for example, this embedded midi player was built by a guy who created a complete course on OS development.
http://www.joebutton.co.uk/blog/baremetal-midi-lv2-raspberrypi/
and his course, "Baking Pi"
I also found this really awesome guide on building Arduino sketches for the pi.
The network access isn't needed immediately upon boot. The device can show a status indicator while the network system is coming up. But a chosen interpreter and associated runtime scripts need to start running immediately, because it will operate the UI, I2C, and be responsible for all device logic. I've read that it's possible to prevent the kernel from waiting for network devices to reach ready state.
[edit1]
<1s: https://www.youtube.com/watch?v=-l_DSZe8_F8
[edit2]
The search continues.
http://elinux.org/Boot_Time
[edit3]
Getting warmer.
http://makelinux.com/emb/fastboot/
https://www.youtube.com/watch?v=747XLVbTgA4
[edit4]
https://www.youtube.com/watch?v=KTRA1PRJWH8