Update drv_fpga_dynamic_loading.md

This commit is contained in:
Jiao Xianjun 2022-05-15 17:28:17 +02:00 committed by GitHub
parent bca2c023b0
commit f3d767acbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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