LS1043ARDB Builtin Network Driver - QNX Neutrino 7.0

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

LS1043ARDB Builtin Network Driver - QNX Neutrino 7.0

674件の閲覧回数
FredS
Contributor II

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

 

 

0 件の賞賛
1 返信

650件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

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

 

0 件の賞賛