From b68be72e7089db710eebc5b550b035d4a9876bc7 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Fri, 20 Feb 2026 21:34:06 -0800 Subject: [PATCH] cndm: Fix readme Signed-off-by: Alex Forencich --- src/cndm/board/AS02MC04/fpga/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cndm/board/AS02MC04/fpga/README.md b/src/cndm/board/AS02MC04/fpga/README.md index 0707af0..9db7f24 100644 --- a/src/cndm/board/AS02MC04/fpga/README.md +++ b/src/cndm/board/AS02MC04/fpga/README.md @@ -25,8 +25,8 @@ This design targets the Alibaba AS02MC04 FPGA board. Run `make` in the appropriate `fpga*` subdirectory to build the bitstream. Ensure that the Xilinx Vivado toolchain components are in PATH. -On the host system, run `make` in `modules/cndm_proto` to build the driver. Ensure that the headers for the running kernel are installed, otherwise the driver cannot be compiled. +On the host system, run `make` in `modules/cndm` to build the driver. Ensure that the headers for the running kernel are installed, otherwise the driver cannot be compiled. ## How to test -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 cndm_proto.ko`. Check `dmesg` for output from driver initialization. Run `cndm_proto_ddcmd.sh =p` to enable all debug messages. +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 cndm.ko`. Check `dmesg` for output from driver initialization. Run `cndm_ddcmd.sh =p` to enable all debug messages.