Anybody know if a port of Xilinx's Linux/FreeRTOS Asymmetric Multi-Processing (AMP) reference design is in the works for the ZedBoard?
Thanks!
Anybody know if a port of Xilinx's Linux/FreeRTOS Asymmetric Multi-Processing (AMP) reference design is in the works for the ZedBoard?
Thanks!
there is a FreeRTTOS port for Zynq on the site, but for the ZC702. with a little effort it will work for the Zedboard.
http://www.freertos.org/Interactive_Frames/Open_Frames.html?http://interactive.freertos.org/home
Linux Ubuntu is well documented on this forum and the community designs.
I am looking into getting the ASMP going. I have seen a PetaLinux/FreeRTOS app again for ZC702, by Xilinx/PetaLinux and missinglinkelectronics.
I will check their websites.
I also would welcome some informsation on how to set up the ASMP for ZedBoard.
thanks.
Hi,
See this post on Xilinx forum:
http://forums.xilinx.com/t5/7-Series-FPGAs/where-is-pre-canned-AMP-solution-Linux-FreeRTOS/td-p/259490
In it, I have posted link to AMP Linux/FreeRTOS
project for ZC702 board. Not sure what changes are
needed to make it work on ZedBoard.
Regards,
Pramod Ranade
hi pramod,
you are probably aware that mcdougal released his work in an app note. here's a link, everyone.
http://www.xilinx.com/support/documentation/application_notes/xapp1078-amp-linux-bare-metal.pdf
what you can do in baremetal, you can do with FreeRTOS as it is done the same with inclusion of the extra API and BSP.
as you had done, pramod!
a good start on an linux high end with network interface to the world (sockets?), with FreeRTOS low end doing real time reactive controls.
what do you know about xilinx petalinux use of rpmsg/remoteproc for the inter-ARM communication of the two cores?
hi pramod,
you are probably aware that mcdougal released his work in an app note. here's a link, everyone.
http://www.xilinx.com/support/documentation/application_notes/xapp1078-amp-linux-bare-metal.pdf
what you can do in baremetal, you can do with FreeRTOS as it is done the same with inclusion of the extra API and BSP.
as you had done, pramod!
a good start on an linux high end with network interface to the world (sockets?), with FreeRTOS low end doing real time reactive controls.
what do you know about xilinx petalinux use of rpmsg/remoteproc for the inter-ARM communication of the two cores?