[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Data Abort while in booting when using latest version on arm32 fastmodels
Hi, Julien I finally succeed booting xen on newer version of FVP(Fastmodels) The problem is wrong memory size setting in command line option. I left my command line for others who will face the same problem like me and I marked bold memory setting part in command line. NOTE: If you want to configure size of memory for domain 0, you should use command as below for linux command line and xen command line(see the BOLD). If any you configure different size of memory, you may see the data abort error(e.g. HSR: 0x90000045 xxxx). In my case, domain0(mem=2048) has lager memory size than xen configuration(dom0_mem=128M) 1. For FVP_VE_Cortex-A15x124-A7x124 FVP_VE_Cortex-A15x4-A7x4 -a coretile.cluster0.*=./linux-system-semi.axf \ -a coretile.cluster1.*=./linux-system-semi.axf \ -C motherboard.smsc_91c111.enabled=1 -C motherboard.hostbridge.userNetworking=1 \ -C coretile.dualclustersystemconfigurationblock.CFG_ACTIVECLUSTER=0x3 \ -C coretile.cluster0.cpu0.semihosting-cmd_line=" \ --kernel ../xen/xen/xen \ --module ../linux/arch/arm/boot/zImage console=ttyAMA0 earlyprintk=xen debug mem=128M root=/dev/nfs nfsroot=192.168.0.8:/srv/nfsroot/ rw ip=dhcp \ --dtb rtsm_ve-cortex_a15x4_a7x4.dtb -- earlyprintk dom0_mem=128M" 2. For FVP_VE_Cortex-A15x124 FVP_VE_Cortex-A15x4 -a ./linux-system-semi.axf \ -C motherboard.smsc_91c111.enabled=1 -C motherboard.hostbridge.userNetworking=1 \ -C cluster.cpu0.semihosting-cmd_line=" \ --kernel ../xen/xen/xen \ --module ../linux/arch/arm/boot/zImage console=ttyAMA0 earlyprintk=xen debug root=/dev/nfs nfsroot=192.168.0.8:/srv/nfsroot/ rw ip=dhcp \ --dtb rtsm_ve-cortex_a15x4.dtb -- earlyprintk console=ttyAMA0" Thanks, Wonseok Wonseok. 2016-07-12 20:56 GMT+09:00 Wonseok Ko <magicyaba@xxxxxxxxx>:
_______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |