Displaying 1 result from an estimated 1 matches for "script_addr_r".
2013 Oct 22
5
Arndale: domU not booting
...e I attach in this mail and
convert it to an img file with:
/mkimage -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...