1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-16 08:12:53 +08:00

fpga/mqnic/DK_DEV_AGF014EA: Add notes on switch settings

Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
Alex Forencich 2023-04-22 22:10:02 -07:00
parent 587b4d5743
commit 04d137ffbc
2 changed files with 18 additions and 0 deletions

View File

@ -15,4 +15,13 @@ Run make to build the driver. Ensure the headers for the running kernel are ins
## How to test
Configure DIP switches:
* SW1: off, on, on, off (AS_NORMAL)
* SW2: all off (UART, Si52202, Si5341 all enable, select USB JTAG)
* SW3: all off (enable all I2C interfaces)
* SW4: off, on, on, off (select USB JTAG, bypass MAX10 JTAG, bypass MICTOR JTAG, enable FPGA JTAG)
* SW6: 1 on, rest off (select x16)
* SW7: off (PCIe reference clock from edge connector)
Run make program to program the DK-DEV-AGF014EA board with the Intel software. Then load the driver with insmod mqnic.ko. Check dmesg for output from driver initialization.

View File

@ -15,4 +15,13 @@ Run make to build the driver. Ensure the headers for the running kernel are ins
## How to test
Configure DIP switches:
* SW1: off, on, on, off (AS_NORMAL)
* SW2: all off (UART, Si52202, Si5341 all enable, select USB JTAG)
* SW3: all off (enable all I2C interfaces)
* SW4: off, on, on, off (select USB JTAG, bypass MAX10 JTAG, bypass MICTOR JTAG, enable FPGA JTAG)
* SW6: 1 on, rest off (select x16)
* SW7: off (PCIe reference clock from edge connector)
Run make program to program the DK-DEV-AGF014EA board with the Intel software. Then load the driver with insmod mqnic.ko. Check dmesg for output from driver initialization.