Hi Dave,
On Thu, Sep 20, 2012 at 12:38 AM, Dave Martin dave.martin@linaro.orgwrote:
On Tue, Sep 18, 2012 at 04:58:21PM -0500, Andy Doan 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
Should you be running model_shell64 instead?
The model_shell64 also complain for the same error as "Not a CADI 2.0 model"...
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
I believe that the pre-built RTSM binaries are integrated simulation builds (i.e., like isim_system). So the required command-line for the isim_system binary built by the fast models package should be similar to the examples we document for launching the RTSM binaries.
Yes, it is similar. Thanks for the hint.
Cheers ---Dave
Thanks,
Lei