Commit 01e8a02d authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

userspace: added minimal HAL configuration file

parent 6892422d
global = {
hal_modules_path = "/root";
hal_firmware_path = "/root";
modules = {"wr_vic.ko", "wr-nic.ko"};
};
timing = {
pps_width = 100000; -- PPS pulse width
use_external_clock = 0;
};
ports = {
wr0 = {
phy_rx_min = 20 * 800; -- minimal RX latency introduced by the PHY (in picoseconds)
phy_tx_min = 20 * 800;
mac_addr = "auto";
mode = "wr_master";
};
};
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