12-07-2019 12:06 AM
Hi all,
I use xsdk2018.2 trying UG1186 Building OpenAMP application for RPU Firmware ,
In Creating an Application Project for OpenAMP section, I choose freertos - psu_cortexr5_0 - OpenAMP echo-test - WITH_PROXY=false ,
then I get this:
so what is the problem?
12-11-2019 08:54 AM
FreeRTOS requires tick timer to schedule the tasks. It is a HW platform requirement which is why you need the TTC IP to be enabled.
12-10-2019 02:17 PM - edited 12-10-2019 02:28 PM
I'm not seeing the same issues. Are you using the hardware platforms that is available in the drop down menu or is this your own hdf? Attach the hdf you are using.
It looks like you may not have enabled ttc in your design
Please attach your SDK log. It is a text document in your project folder
12-10-2019 05:15 PM - edited 12-10-2019 05:17 PM
thanks,I also see the same problem if enable echo_test_demo in petalinux, as you say, it is the ttc problem.
after enabled ,it works.
I reference to the project in xilinx-zcu102-zu9-es2-rev1.0-2018.2,but I don't know what ttc for?
12-11-2019 08:54 AM
FreeRTOS requires tick timer to schedule the tasks. It is a HW platform requirement which is why you need the TTC IP to be enabled.