Hello dears, I'm working on t1022 processor.
when I set IP address on ethernet interfaces or ping, encounter this error (I attached dts files and boot and ping log):
root@t1042d4rdb:~# ifconfig fm1-gb3 192.168.1.37 netmask 255.255.255.0
root@t1042d4rdb:~# Qman ErrInt: Invalid Enqueue State
Qman ErrInt: SWP id 8
Qman ErrInt: ecir.fqid 0x14c
Qman ErrInt: Invalid Enqueue State
fsl,qman-frame-queues-rx
I'm using mii fixed-link interface on EC1 and rgmii fixed-link on EC2 and test ping on EC1.
Although I specified a value for qman_fqd address in dts, but I changed it in qman_config.c driver file to:
fqd_a = 0xff6000000;
fqd_sz = 0x800000;
also I have some errors in boot log:
Qman ErrInt: Single-bit ECC Error
fsl_dpa: fsl_dpa: Probed interface eth0
Qman ErrInt: EADR Memory: SW portal ring memory, 0x54
Qman ErrInt, EDATA:
0x00000001
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
If you can please provide me some good documentation of freescale specific buffer-pool, fsl,dpaa and it's properties
like fsl,qman-frame-queues-rx.
Thanks.
Original Attachment has been moved to: device-tree.rar
Original Attachment has been moved to: t1022.log.zip