Displaying 2 results from an estimated 2 matches for "ext2load".
Did you mean:
ext2_load
2013 Dec 02
7
Stuck trying to boot Xen 4.3 on Arm Midway
...am stuck doing something wrong.
I compiled the hypervisor with debug and 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...
2013 Oct 22
5
Arndale: domU not booting
...T script -C none -d load-xen-mmc.scr.txt load-xen-mmc.img/
Then set up the environment variables in the board with:
/setenv xen_addr_r 0x50000000//
//setenv kernel_addr_r 0x60000000//
//setenv dtb_addr_r 0x42000000//
//setenv script_addr_r 0x40080000//
//
//setenv bootcmd_load_linux_mmc ''ext2load mmc 0:1 $kernel_addr_r /zImage''//
//setenv bootcmd_load_xen_mmc ''ext2load mmc 0:1 $xen_addr_r /xen-uImage''//
//setenv bootcmd_load_dtb_mmc ''ext2load mmc 0:1 $dtb_addr_r
/exynos5250-arndale.dtb''//
//setenv bootcmd_load_script_mmc ''ext2load mmc 0...