From f3d767acbbb9a290a0200da3929a126854ef4f09 Mon Sep 17 00:00:00 2001 From: Jiao Xianjun Date: Sun, 15 May 2022 17:28:17 +0200 Subject: [PATCH] Update drv_fpga_dynamic_loading.md --- doc/app_notes/drv_fpga_dynamic_loading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/app_notes/drv_fpga_dynamic_loading.md b/doc/app_notes/drv_fpga_dynamic_loading.md index 86df5ce..ab57767 100644 --- a/doc/app_notes/drv_fpga_dynamic_loading.md +++ b/doc/app_notes/drv_fpga_dynamic_loading.md @@ -11,7 +11,7 @@ The purpose of this feature is to help you easily reload driver and FPGA built f - [[Detailed full usage info](#Detailed-full-usage-info)] ## Reload driver only -This is the original way. To let **wgd.sh** only loads the driver without touching FPGA, please ensure FPGA image file **system_top.bit.bin** does **NOT** +This is the original way. To let **wgd.sh** only loads the driver without touching FPGA, please ensure FPGA image file **system_top.bit.bin** is **NOT** present in the directory. If wgd.sh can not find the FPGA image, it will skip reloading it. ## Reload driver and FPGA