* Change hardcoded kernel options to use ubifs if we boot from NAND. Hardcoding is bad but Qi does not support anything else with NAND. Patch in https://github.com/radekp/qi/commit/0c2d3c3e35c9edb7d1de00b5fcb739bf02afc58 * Rework UI. Currently one needs to hit AUX at the right times to choose the kernel to boot. Idea: 1) I press power button 2) Qi waits for 1 second 3) if I hit AUX during that time Qi stops the boot process and goes to a "menu": 3.1) when it is in menu entry N it blinks a LED N times and pauses for 1 second and then starts blinking again 3.2) every time I press AUX it goes to the next "entry" 3.3) when I hit power it will execute that entry * Consider including glamo timings patch. This is just a performance improvement so it is not a high priority. Patch in https://github.com/radekp/qi/commit/b214400c048857e0f2156028bcd7a16397094a7d misc: write usage instructions provide automatic installation test boot from ram arch:all? debsnap command to install qi why is "Starting ->" not printed when secondary kernel is bootted?