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:
parent
baf3279982
commit
51b9eb251b
@ -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.
|
||||
|
@ -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/:
|
||||
|
Loading…
x
Reference in New Issue
Block a user