软件:sdk11,
芯片:TI AM6421
在Linux下加载PRU ICCSG的网卡驱动模块时,没有生成全部pru设备节点(When loading the PRU ICCSG NIC driver module for the AM6421 under Linux, not all PRU device nodes get created.)
在系统中依次插入下面的模块(Insert the following modules into the system in sequence)
insmod hsr.ko
insmod sch_mqprio_lib.ko
insmod icss_iep.ko
insmod pruss.ko
insmod sch_mqprio.ko
insmod sch_taprio.ko
insmod pru_rproc.ko
此时,内核打印(At this point, the kernel prints.)
[ 120.269968] remoteproc remoteproc0: 3000a000.txpru is available
[ 120.286654] remoteproc remoteproc1: 3000c000.txpru is available
[ 120.303852] remoteproc remoteproc2: 3008a000.txpru is available
[ 120.321842] remoteproc remoteproc3: 3008c000.txpru is available
Only 4 txpru,Neither pru nor rtu were detected, resulting in the subsequent failure to load the network port driver.