OpenCores
Issue List
system gets restarting with cat /proc/wupper #11
Open ttirupathi opened this issue almost 2 years ago
ttirupathi commented almost 2 years ago

Hello everyone,

I am working with Nvidia Jetson AGX Xavier Developer Kit and VC709 board for my project, and there is requirement of PCIe data acquisition. I have successfully downloaded and generated bit file using vivado 2020.2 and I have compiled the driver for Jetson AGX (SoC) board with three modifications, ofcourse I made those changes to cmem_rcc.c and not for wupper.c. Anyway those are 1) static int cmem_rcc_nopage() function, uncommented the struct vm_area_struct *vma 2) virt_to_bus changed to virt_to_phys at two places.

The board details are at https://developer.nvidia.com/embedded/jetson-agx-xavier-developer-kit.

I have built the wupper_tools too, for all tools, when ever I execute, it restarts the Soc board. I did not find any messages in /var/log/syslog and kernellog And I also found that, cat /proc/wupper also restarts the board, whereas cat /proc/cmem_rcc does not.

Thank you.


Assignee
No one
Labels
Bug