search for: kernsize

Displaying 1 result from an estimated 1 matches for "kernsize".

Did you mean: kern_size
2013 Dec 02
7
Stuck trying to boot Xen 4.3 on Arm Midway
...early printk for midway and use the xen.bin file (I could get no output at all when trying to create a uboot image with mkimage from the uncompressed xen.gz). My uboot sequence looks like this: mw.l 800000 0 10000 scsi scan ext2load scsi 0 0x800000 xen.bin ext2load scsi 0 0x1000000 vmlinuz setenv kernsize $filesize ext2load scsi 0 0x2000000 initrd.img setenv initsize $filesize # Tried dtuart=/soc/serial@fff36000 as well without setenv bootargs "sync_console console=dtuart dtuart=serial" fdt addr 0x1000 fdt resize fdt set /chosen bootargs \"$bootargs\" fdt mknod /chosen modules #...