Has anyone successfully built the composite boot.img with a zImage and ramdisk.img and booted it. I really would prefer this paradigm to the out of band method used for booting Android in the Android Rowboat distribution. It makes updating boards in the field a reall pain in the ass whereas using fastboot is more the mainstream method for using Android. Also, segregating the read only and read write NAND partitions insures abrupt power loss doesn't cause corrupted system files preventing a boot up. The script that comes with Android for doing this is mkbootimg.sh and produces an image. However when used with fastboot boot boot.img.new, it does not quite behave as expected. Kernel command line parameters for ttyS2 do not seem to work as they did with uImage in that there is no kernel output. Anyone got an idea?