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

fpga/mqnic/ZCU106: Add notes for boot mode selection on ZCU106

Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
Alex Forencich 2023-11-23 00:51:38 -08:00
parent baf3279982
commit 51b9eb251b
2 changed files with 8 additions and 0 deletions

View File

@ -21,4 +21,8 @@ On the host system, run `make` in `modules/mqnic` to build the driver. Ensure t
### Testing ### 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. 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.

View File

@ -46,6 +46,10 @@ Then change into sub-directory `ps/petalinux/` and build the PetaLinux project.
### Testing ### 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. 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/: ps/petalinux/images/linux/: