Noah-naihe

Results 3 issues of Noah-naihe

Here I use rpclib library as an example: client: #include #include "rpc/client.h" int main() { // Creating a client that connects to the localhost on port 8080 rpc::client client("127.0.0.1", 8080);...

I'm sorry, I have one more question here; Here I refer to xilinx's cma space extension for a link:https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/18841683/Linux+Reserved+Memory#LinuxReservedMemory-ReservedmemoryforCMA The cma space was also successfully created. ![image](https://user-images.githubusercontent.com/81860689/198526868-0d1bf63f-71b9-47b3-bc4f-5c7ba5d45fea.png) Using this udmabuf...

Here I'm using the zcu102 board. I imported the vivado project containing DPU into the petalinux project, and generated the corresponding image through the petalinux tool, and successfully ran the...