# HTCLEO mtype, as thats the mtype the attached kernel is built for set mtype 2524 # RAMADDR is generic to qsd8x50 set ramaddr 0x20000000 # 128MB should be fine for starters set ramsize 0x08000000 # Not using zImage on purpose as the decompression routine hangs the device set kernel Image # Don't have a proper initrd yet #set initrd "initrd-htcraphael-20090412.cpio.gz" # Setting mem to 128M which should be safe, and lpj as the calculation loop in the kernel hangs the device somehow set cmdline "init=/init root=/dev/ram mem=128M lpj=8000000" # Andddd try to boot bootlinux