Hello
I am using the S32G-VNP-RDB2 board and run the Linux BSP 44.0 from NXP.
The BSP print the version "Auto Linux BSP 44.0 s32g274ardb2 ttyLF0".
Set the pfe0 net interface the IP 192.168.0.12
root@s32g274ardb2:/# ifconfig pfe0
pfe0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.0.12 netmask 255.255.255.0 broadcast 192.168.0.1
inet6 fe80::204:9fff:febe:ef00 prefixlen 64 scopeid 0x20<link>
ether 00:04:9f:be:ef:00 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 127 bytes 15832 (15.4 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device memory 0x46000000-46ffffff
when I used the ping command, it print
root@s32g274ardb2:/# ping 192.168.0.11
PING 192.168.0.11 (192.168.0.11) 56(84) bytes of data.
From 192.168.0.12 icmp_seq=1 Destination Host Unreachable
ping: sendmsg: No route to host
From 192.168.0.12 icmp_seq=2 Destination Host Unreachable
From 192.168.0.12 icmp_seq=3 Destination Host Unreachable
If the PFE is different of GMAC? Can you tell me how to use the PFE network?