Commit f1af8716 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski Committed by Alessandro Rubini

userspace/rootfs_override: adapt for 18-ports FW

parent d642d789
......@@ -130,4 +130,29 @@ ports = {
mac_addr = "auto";
mode = "wr_master";
};
wr15 = {
phy_rx_min = 160000; -- minimal RX latency introduced by the PHY (in picoseconds)
phy_tx_min = 0;
mac_addr = "auto";
mode = "wr_master";
};
wr16 = {
phy_rx_min = 160000; -- minimal RX latency introduced by the PHY (in picoseconds)
phy_tx_min = 0;
mac_addr = "auto";
mode = "wr_master";
};
wr17 = {
phy_rx_min = 160000; -- minimal RX latency introduced by the PHY (in picoseconds)
phy_tx_min = 0;
mac_addr = "auto";
mode = "wr_master";
};
};
......@@ -3,7 +3,7 @@
echo "Starting up WR Switch (18-ports MiniBackplane version)..."
export WR_HOME="/wr"
$WR_HOME/bin/load-virtex $WR_HOME/lib/firmware/8ports_mb.bin
$WR_HOME/bin/load-virtex $WR_HOME/lib/firmware/18ports_mb.bin
$WR_HOME/bin/load-lm32 $WR_HOME/lib/firmware/rt_cpu.bin
insmod $WR_HOME/lib/modules/wr_vic.ko
insmod $WR_HOME/lib/modules/wr-nic.ko
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment