In realview_defconfig I changed, MACH_REALVIEW_PBX [=y] AEABI [=n] but there is no change.
On Fri, Mar 25, 2011 at 17:48, Digant <[email protected]> wrote: > Hi Ali, > Thx for quick reply. > > tried > realview_defconfig<http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=arch/arm/configs/realview_defconfig;h=fcaa60328051254439df8f96dc2013b8dc750a4e;hb=40471856f2e38e9bfa8d605295e8234421110dd6>with > latest M5 codes & kernel src 2.6.38. > > It didn't give any error this time but, *But its not booting.M5term didn't > display anything*... > > ---------------------------------------------- > > command line: build/ARM_FS/m5.debug -d /tmp/output configs/example/fs.py > Global frequency set at 1000000000000 ticks per second > info: kernel located at: /dist/m5/system/binaries/vmlinux.arm > Listening for system connection on port 5903 > Listening for system connection on port 3460 > 0: system.remote_gdb.listener: listening for remote gdb #0 on port 7004 > > **** REAL SIMULATION **** > info: Entering event queue @ 0. Starting simulation... > 331775000: system.terminal: attach terminal 0 > ---------------------------------------------- > m5term localhost 3460 > ==== m5 slave terminal: Terminal 0 ==== > ---------------------------------------------- > > > > On Thu, Mar 24, 2011 at 21:30, Ali Saidi <[email protected]> wrote: > >> 1) Use the latest code. ARM support is in flux and rapidly evolving, you >> shouldn't be using anything that's not the latest. >> 2) The kernel you've got there is compiled with thumb2 instructions only. >> I've never tried a thumb2 kernel and there is probably something about the >> CPU coming out of reset and executing thumb2 code that is confusing it. You >> could either compile a kernel for arm or work on detecting that case and >> changing the processor state to thumb before you start execution. >> >> Ali >> >> On Mar 24, 2011, at 9:00 PM, Digant wrote: >> >> Hi all, >> I want to run m5 in ARM fs mode. I have put kernel image with >> thisconfiguration >> <http://www.linux-arm.org/git?p=ael.git;a=blob_plain;f=kernel/config/2.6.35-arm1/config-2.6.35-arm1-realview-v7-smp-thumb;hb=2010q4>and >> used the AEL cramfs from here and copied the files into 128 MB ext2 file and >> rename it to ael-arm.ext2. >> >> But when I try to run it , it gives following error. >> * >> /opt/m5-2e1ee8ec6266# build/ARM_FS/m5.debug -d /tmp/output >> configs/example/fs.pyM5 Simulator System >> >> Copyright (c) 2001-2008 >> The Regents of The University of Michigan >> All Rights Reserved >> >> >> M5 compiled Mar 11 2011 20:00:36 >> M5 revision Unknown >> M5 started Mar 24 2011 18:50:52 >> M5 executing on mahdi-OptiPlex-755 >> command line: build/ARM_FS/m5.debug -d /tmp/output configs/example/fs.py >> Global frequency set at 1000000000000 ticks per second >> info: kernel located at: /dist/m5/system/binaries/vmlinux.arm >> Listening for system connection on port 5900 >> Listening for system connection on port 3456 >> 0: system.remote_gdb.listener: listening for remote gdb #0 on port 7000 >> **** REAL SIMULATION **** >> info: Entering event queue @ 0. Starting simulation... >> m5.debug: build/ARM_FS/arch/arm/predecoder.hh:120: void >> ArmISA::Predecoder::consumeBytes(int): Assertion `offset <= >> sizeof(MachInst)' failed. >> Program aborted at cycle 0 >> Aborted* >> >> Thank you in advance. >> >> Regards, >> Digant Desai. >> 480-717-7851 >> >> _______________________________________________ >> m5-users mailing list >> [email protected] >> http://m5sim.org/cgi-bin/mailman/listinfo/m5-users >> >> >> >> _______________________________________________ >> m5-users mailing list >> [email protected] >> http://m5sim.org/cgi-bin/mailman/listinfo/m5-users >> > > > Regards, > Digant Desai. > 480-717-7851 > >
_______________________________________________ m5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/m5-users
