From d951e04673e55ad78eb4336a8d5938fb4abf95a2 Mon Sep 17 00:00:00 2001 From: Xianjun Jiao Date: Thu, 26 Jan 2023 17:09:31 +0100 Subject: [PATCH] Adapt the wgd.sh for ADI kuiper (our notter release) --- user_space/wgd.sh | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/user_space/wgd.sh b/user_space/wgd.sh index 3d3725c..117159e 100755 --- a/user_space/wgd.sh +++ b/user_space/wgd.sh @@ -64,6 +64,11 @@ insert_check_module () { print_usage +modprobe ad9361_drv +modprobe xilinx_dma +modprobe mac80211 +lsmod + TARGET_DIR=./ DOWNLOAD_FLAG=0 test_mode=0 @@ -149,9 +154,9 @@ fi ./rf_init_11n.sh # insert_check_module ./ xilinx_dma -depmod -modprobe mac80211 -lsmod +# depmod +# modprobe mac80211 +# lsmod MODULE_ALL="tx_intf rx_intf openofdm_tx openofdm_rx xpu sdr" for MODULE in $MODULE_ALL