Forum Discussion
Hi,
Were you able to solve this issue? I have been trying to reduce the required memory allocation of BAR2 to less than 512MB (working with embedded devices ) in the reference design with no results. The Cyclone 10 GX Development Kit appears with lspci -vv but memory shows as <unassigned> for each block.
I was able to get it working, but it was by switching to a machine with a larger PCIe address space. I kept getting <unassigned> for the memory space when I was on the other computer. It's not a great solution, but it worked.
- WCarb16 years ago
New Contributor
Yes, in machines with larger PCI address memory space I had no problems. In fact, the issue was in one particular embedded device with limited memory space. However, I managed to solve it modifying the IP core from system designer to have a smaller PCIe memory size and changing the base addresses. Also the driver kernel from the linux side required some tuning for these new memory chunks. Thank you for all your help!