Followings are my operations to start Linaro-android in Fastmodel: First, download and build linaro-android
(1)Download “linaro_android_build_cmds.sh” from http://snapshots.linaro.org/android/~linaro-android/vexpress-linaro-13.09-re... (2)Comment out the last two lines in script corresponding to the building of android #. build/envsetup.sh #make -j${CPUS} boottarball systemtarball userdatatarball (3)Run the Script to download "vexpress-linaro-13.09-release" (4)Remove the folder "native-toolchain" exist in source code (5)Uncomment out the last two lines in script corresponding to the building of android . build/envsetup.sh make -j${CPUS} boottarball systemtarball userdatatarball (6)Run the script "linaro_android_build_cmds.sh" to build android Here ,in <android directory>/out/target/product/vexpress/ appear: boot.tar.bz2 、system.tar.bz2 、userdata.tar.bz2 Second,create an SD card image linaro-android-media-create --iamge-file mmc.bin --image-size 2000M --dev vexpress --system system.tar.bz2 --boot boot.tar.bz2 --userdata userdata.tar.bz2 Third,boot linaro-android in Fastmodel (1)start Fastmodel (2)Load project:FastModelsPortfolio_8.3/examples/FVP_VE/Build_Cortex-A15x1/FVP_VE_Cortex-A15x1.sgproj (3)Debug Click "OK" About the above step,the parameter settings are: motherboard.smsc_91c111.enabled=1 motherboard.hostbridge.userNetworking=1 motherboard.mmc.p_mmc_file=/home/muzhen/files/mmc.bin cluster.cpu0.semihosting-cmd_line="--kernel /home/muzhen/files/movetoolchain/boot/uImage --dtb /home/muzhen/files/movetoolchain/boot/rtsm/rtsm_ve-ca15x1.dtb --initrd /home/muzhen/files/movetoolchain/boot/uInitrd -- console=tty0 console=ttyAMA0,38400n8 rootwait ro init=/init androidboot.console=ttyAMA0"
Click "OK" , then "Run" ,the following is result:
But the question is when I grap mouse in CLCD ,I cannot find mouse in it . I cannot do any operation . So look forward to your reply about this problem. Thanks a lot!