The kernel itself can't actually cause two devices in the memory system to 
conflict. The platform you're trying to simulate only has 256MB of contineous 
space starting at address 0. I believe you're trying to give the system more 
memory that that.

Ali

On Aug 11, 2011, at 6:37 AM, 이동열 wrote:

> 
> HI, 
> 
> I got your reply thanks. 
> Now I'm trying to run Android on Gem5, I got kernel source code from 
> https://linux-arm.org, you told me. 
> But I failed to run Android on Gem5, 
> 
> Global frequency set at 1000000000000 ticks per second 
> info: kernel located at: 
> /home/dleldzm1/simulator/armdroid/binaries/vmlinux.android 
> info: Using bootloader at address 0x80000000 
> Listening for system connection on port 5900 
> Listening for system connection on port 3456 
> fatal: system.iobus has two ports with same range: 
> system.realview.mmc_fake-pioport 
> system.bridge-portA 
> @ cycle 0 
> [recvStatusChange:build/ARM_FS/mem/bus.cc, line 551] 
> Memory Usage: 723280 KBytes 
> 
> I thought it's caused by CONFIG_MMC, so I changed the config file which I got 
> from https://linux-arm.org, to CONFIG_MMC is not set. 
> But it's same. I don't know what it's problem. 
> When I try to run this one, I use follow command. 
> 
> ./build/ARM_FS/gem5.opt -d ./tmp/output configs/example/fs.py 
> --benchmark=ArmAndroid --kernel=vmlinux.android 
> 
> And my kernel version is 2.6.35 Kernel is customized by 
> https://linux-arm.org. 
> If you know anything about what it's happening, please let me know. 
> Thanks. 
> 
> - Lee - _______________________________________________
> gem5-users mailing list
> [email protected]
> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to