Hi,Expert
We are using toradex IMX8QM core board +QNX7.0 BSP with 4G RAM, 2G of which is located between 0x80000000 and 0xffffffff, and 2G of which is located above 4G address space, but there is the following comment in the BSP build file about using PCIE driver
## PCI Server
## Note:
## PCIe module driver works with under 4G memory limitation.
## To use PCI server, please comment out the line of
## "#define IMX_SDRAM1_SIZE 4096" in the startup header file
## $BSP_ROOT/src/hardware/startup/boards/imx8x/qm-cpu-card/board.h
#######################################################################
That is to say, if we want to use the PCIE driver, we cannot open more than 4G RAM, so we only have 2G RAM available, why use PCIE and use more than 4G RAM conflict
Thank you
Hanc