Hi Andy,

On Wed, Sep 19, 2012 at 5:58 AM, Andy Doan <andy.doan@linaro.org> wrote:
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


There is no such prebuilt binary in my installation...
However I find the isim_system is similar to the model_shell,
with the same input I set to model_shell, it could launch the simulation finally.

Still curious to know why model_shell don't work.

Thanks,
Lei