ToDo
- append zeroes to image (clear old config on upgrading)
- dd if=/dev/zero of=zeros.bin bs=32k count=1 ; cat bootloader.bin zeros.bin vmlinuz rootfs.bin > flashimage.bin
- use /etc/modules.d dir for module loading
- for a in /etc/modules.d/* ; do if [ -e $a ] then while read module <$a ; do modprobe $module ; done ; fi ; fi
- fix /etc/init.d/S00
- add new serial.c by Sergey V.
- look at new usb-shci c code
- remove x86 binaries from ./scripts directory
