On 09/17/2012 04:01 AM, Dave Pigott wrote:
Hi Lei,
I'm copying Andy Doan directly on this, since he's had more experience of getting FM working in LAVA and can probably point you in the right direction.
Thanks
Dave
On 14 Sep 2012, at 14:35, Lei Wen wrote:
Hi Dave,
On Fri, Sep 14, 2012 at 3:58 PM, Dave Pigott <dave.pigott@linaro.org mailto:dave.pigott@linaro.org> wrote:
Hi Lei, We run Fast Models on 64 bit all the time. How are you creating the model, and how are you trying to launch it?
I launch the fast model by below command: model_shell cadi_system_Linux64-Release-GCC-4.4.so http://cadi_system_Linux64-Release-GCC-4.4.so/ boot-wrapper/linux-system-semi.axf -f params
Looks like you do things different than we do. The way we launch things is with:
/opt/arm/RTSM_A15-A7x14_VE/Linux64_RTSM_VE_Cortex-A15x4-A7x4/RTSM_VE_Cortex-A15x4-A7x4
-a coretile.cluster0.*=img.axf -C motherboard.mmc.p_mmc_file=sd.img -C coretile.cluster0.cpu0.semihosting-enable=1 -C motherboard.hostbridge.userNetworking=1 -C coretile.cache_state_modelled=0 -C motherboard.smsc_91c111.enabled=1
I also follow pages like:
https://wiki.linaro.org/Platform/Android/AndroidOnFastModels
And it is interested that while I just run the "./isim_system", there is no such error report out. But I don't know to use isim_system to launch this simulation...
Dave On 14 Sep 2012, at 08:40, Lei Wen wrote: > Hi, > > Does anyone try to run the fastmodel over ubuntu 64bit machine? > I try to run the simulation over Cortex-A15 model, but get below error message when start: > "Fatal Error: No CreateCADIBroker entry point found. Not a CADI 2.0 model ?" > > Anyone knows what this message means? Do I need any additional configuration to bring up > the fastmodel over 64bit ubuntu? > > Thanks, > Lei > _______________________________________________ > linaro-dev mailing list > linaro-dev@lists.linaro.org <mailto:linaro-dev@lists.linaro.org> > http://lists.linaro.org/mailman/listinfo/linaro-dev
Thanks, Lei