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!
Hi, is it possible to run Linux on cpu_1 and some bare-metal application on cpu_0?
the device we are developing is thought to have initialization code and system code run on cpu_0 (invisible to the user/client) and left the other cpu to user-applications development
thanks
Hi, is it possible to run Linux on cpu_1 and some bare-metal application on cpu_0?
the device we are developing is thought to have initialization code and system code run on cpu_0 (invisible to the user/client) and left the other cpu to user-applications development
thanks
To run app from Xilinx SDK it is possible to choose which you want to use.
From SD, i think that bootloader is looking for sth to run on cpu_0. And if it possible you need to run Lin on 1.cpu and then you need to run it (always after, i think).
Am I allright?