You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use PYNQ_allocatedSharedMemory to allocate space on ZCU102(PYNQ 3.0), It returns a non null pointer(state->pointer is not null). However, when I use "malloc_usable_size" to view the size of the space pointed by the pointer, the result is zero, which lead to "core dump(bus error )" in “memcpy” function. How to solve this problem?
The text was updated successfully, but these errors were encountered:
Hi! I am having a similar issue. It says that it cannot open the /dev/xlnk device. I think it is something related to the deprecation of libxlnk_cma in favour of XRT library.
I use PYNQ_allocatedSharedMemory to allocate space on ZCU102(PYNQ 3.0), It returns a non null pointer(state->pointer is not null). However, when I use "malloc_usable_size" to view the size of the space pointed by the pointer, the result is zero, which lead to "core dump(bus error )" in “memcpy” function. How to solve this problem?
The text was updated successfully, but these errors were encountered: