Hi everyone,
in preparation for my master thesis, i need to deploy the vmm demo on the i.MX53 quick start board.
I followed Stefans instructions in this thread: http://sourceforge.net/p/genode/mailman/genode-main/thread/9167aa55bacd5e3f0... , so i did the following:
I am using the master branch of this repo: git@...116...:skalk/genode.git
tool/create_builddir hw_imx53 BUILD_DIR=hw_imx53 cd hw_imx53 echo "SPECS += trustzone" >> etc/specs.conf echo "RUN_OPT = --target uboot" >> etc/build.conf make run/tz_vmm
It starts compiling, after some time i get the following output:
Program core/imx53/trustzone/core ASSEMBLE boot_modules.o LINK core make[1]: Leaving directory '/tmp/genode/hw_imx53' Error: Can't execute automatically on target 'uboot' Makefile:237: recipe for target 'run/tz_vmm' failed make: *** [run/tz_vmm] Error 255
What am I missing? Any help appreciated!
kind regards
David