I'm currently working with a #LS1043A-RDB, using Neutrino 7.0 RTOS
I want to use the builtin network controller, but I don't have the driver.
QNX support and the System Builder File of the BSP referred me to NXP...
I searched the board page, nowhere to be found.
#######################################################################
## Network driver
#######################################################################
# For builtin Network driver support, contact NXP DPAA (Data Path Acceleration Architecture)
Where can I get the driver?
Thanks
NXP provides Linux SDK for the customers, you could refer to the Network driver provided in Linux.
$ git clone https://source.codeaurora.org/external/qoriq/qoriq-components/linux.git
$ cd linux
$ git checkout LSDK-21.08 -b LSDK-21.08
Please refer to drivers in the following folder.
drivers/net/ethernet/freescale/sdk_dpaa/
drivers/staging/fsl_qbman/
drivers/net/ethernet/freescale/sdk_fman/
Please refer to the following Kernel options.
CONFIG_FSL_SDK_DPAA_ETH=y
CONFIG_FSL_SDK_DPA=y
CONFIG_FSL_SDK_FMAN=y
CONFIG_FSL_SDK_BMAN=y
CONFIG_FSL_BMAN_CONFIG=y
CONFIG_FSL_SDK_QMAN=y
CONFIG_FSL_QMAN_CONFIG=y