Slide 7
Slide 7 text
Build and run FMP
●
Build (target/vexpressa9_gcc/README-EN.txt)
●
Run FMP on QEMU
$ cd toppers-fmp-for-qemu-vexpress-a9/
$ mkdir -p obj/obj_sample
$ cd obj/obj_sample
$ perl ../../configure -T vexpressa9_gcc -f
$ make realclean
$ make ENABLE_G_SYSLOG=false PRC_NUM=4 KERNEL_FUNCOBJS=
$ qemu-system-arm -cpu cortex-a9 -M vexpress-a9 -smp 4 -serial vc:80Cx40C \
-serial vc:80Cx40C -serial vc:80Cx40C -serial vc:80Cx40C -no-reboot \
-icount auto -m 1024M -kernel fmp
$ Ctrl+Alt+4,5,6,7 for switching between each virtual console.
$ qemu-system-arm -cpu cortex-a9 -M vexpress-a9 -smp 4 -serial vc:80Cx40C \
-serial vc:80Cx40C -serial vc:80Cx40C -serial vc:80Cx40C -no-reboot \
-icount auto -m 1024M -kernel fmp
$ Ctrl+Alt+4,5,6,7 for switching between each virtual console.