Skip to content

Commit

Permalink
fpga/mqnic/ZCU106: Add notes for boot mode selection on ZCU106
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Forencich <[email protected]>
  • Loading branch information
alexforencich committed Nov 23, 2023
1 parent baf3279 commit 51b9eb2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fpga/mqnic/ZCU106/fpga_pcie/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,8 @@ On the host system, run `make` in `modules/mqnic` to build the driver. Ensure t

### Testing

Configure DIP switches:

* SW6 4-1: on, on, on, on (mode 0b0000, JTAG boot)

Run `make program` to program the board with Vivado. Then, reboot the machine to re-enumerate the PCIe bus. Finally, load the driver on the host system with `insmod mqnic.ko`. Check `dmesg` for output from driver initialization, and run `mqnic-dump -d /dev/mqnic0` to dump the internal state.
4 changes: 4 additions & 0 deletions fpga/mqnic/ZCU106/fpga_zynqmp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ Then change into sub-directory `ps/petalinux/` and build the PetaLinux project.

### Testing

Configure DIP switches:

* SW6 4-1: off, off, off, on (mode 0b1110, SD boot)

Copy the following, resulting files of building the PetaLinux project onto an SDcard suitable for then booting the ZCU106 in SDcard boot mode.

ps/petalinux/images/linux/:
Expand Down

0 comments on commit 51b9eb2

Please sign in to comment.