samples: zperf: enable it on the fvp_base_revc_2xaemv8a board
Add config file and devicetree overlay for the fvp_base_revc_2xaemv8a board, so that this sample can run on this board. Signed-off-by: Huifeng Zhang <Huifeng.Zhang@arm.com>
This commit is contained in:
parent
bd8f527368
commit
dcd2778525
|
@ -33,6 +33,7 @@ This sample application has been tested on the following platforms:
|
|||
- Freedom Board (FRDM K64F)
|
||||
- QEMU x86
|
||||
- Arm FVP BaseR AEMv8-R
|
||||
- ARM BASE RevC AEMv8A Fixed Virtual Platforms
|
||||
|
||||
Requirements
|
||||
************
|
||||
|
|
10
samples/net/zperf/boards/fvp_base_revc_2xaemv8a.conf
Normal file
10
samples/net/zperf/boards/fvp_base_revc_2xaemv8a.conf
Normal file
|
@ -0,0 +1,10 @@
|
|||
CONFIG_NET_DHCPV4=y
|
||||
CONFIG_MDIO=y
|
||||
CONFIG_MDIO_SHELL=n
|
||||
CONFIG_NET_IPV6=n
|
||||
CONFIG_NET_CONFIG_MY_IPV4_ADDR=""
|
||||
CONFIG_NET_CONFIG_PEER_IPV4_ADDR=""
|
||||
CONFIG_MDIO_INIT_PRIORITY=81
|
||||
CONFIG_PHY_INIT_PRIORITY=82
|
||||
CONFIG_NET_BUF_RX_COUNT=56
|
||||
CONFIG_NET_BUF_TX_COUNT=56
|
11
samples/net/zperf/boards/fvp_base_revc_2xaemv8a.overlay
Normal file
11
samples/net/zperf/boards/fvp_base_revc_2xaemv8a.overlay
Normal file
|
@ -0,0 +1,11 @@
|
|||
ð {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&phy {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&mdio {
|
||||
status = "okay";
|
||||
};
|
Loading…
Reference in a new issue