README.md (70cedb2220ce3dc467f97e16f1a60c1776ea94f6) README.md (bca2c023b03a2a84828730ed693cbf98c2e59b89)
1<!--
2Author: Xianjun jiao, Michael Mehari, Wei Liu
3SPDX-FileCopyrightText: 2019 UGent
4SPDX-License-Identifier: AGPL-3.0-or-later
5-->
6
7# openwifi
8<img src="./openwifi-arch.jpg" width="900">

--- 165 unchanged lines hidden (view full) ---

174 cd openwifi/user_space; ./prepare_kernel.sh $XILINX_DIR ARCH_BIT build
175 (For Zynq 7000, ARCH_BIT should be 32, for Zynq MPSoC, ARCH_BIT should be 64)
176 ```
177 **Note**: In Ubuntu, gcc-10 might have issue ('yylloc' error), so use gcc-9 if you encounter error.
178- Compile the latest openwifi driver
179 ```
180 cd openwifi/driver; ./make_all.sh $XILINX_DIR ARCH_BIT
181 (For Zynq 7000, ARCH_BIT should be 32, for Zynq MPSoC, ARCH_BIT should be 64)
1<!--
2Author: Xianjun jiao, Michael Mehari, Wei Liu
3SPDX-FileCopyrightText: 2019 UGent
4SPDX-License-Identifier: AGPL-3.0-or-later
5-->
6
7# openwifi
8<img src="./openwifi-arch.jpg" width="900">

--- 165 unchanged lines hidden (view full) ---

174 cd openwifi/user_space; ./prepare_kernel.sh $XILINX_DIR ARCH_BIT build
175 (For Zynq 7000, ARCH_BIT should be 32, for Zynq MPSoC, ARCH_BIT should be 64)
176 ```
177 **Note**: In Ubuntu, gcc-10 might have issue ('yylloc' error), so use gcc-9 if you encounter error.
178- Compile the latest openwifi driver
179 ```
180 cd openwifi/driver; ./make_all.sh $XILINX_DIR ARCH_BIT
181 (For Zynq 7000, ARCH_BIT should be 32, for Zynq MPSoC, ARCH_BIT should be 64)
182 (More arguments (max 5) beyond above two will be converted to #define argument in pre_def.h for conditional compiling)
182 (More arguments (max 5) beyond above two will be converted to "#define argument" in pre_def.h for conditional compiling)
183 ```
184- Copy the driver files to the board via ssh channel
185 ```
186 cd openwifi/driver; scp `find ./ -name \*.ko` [email protected]:openwifi/
187 ```
188 Now you can use **wgd.sh** on board to load the new openwifi driver. **wgd.sh** also tries to reload FPGA img if system_top.bit.bin presents in the same directory.
189 Find more information in [Driver and FPGA dynamic reloading app note](./doc/app_notes/drv_fpga_dynamic_loading.md).
190

--- 88 unchanged lines hidden ---
183 ```
184- Copy the driver files to the board via ssh channel
185 ```
186 cd openwifi/driver; scp `find ./ -name \*.ko` [email protected]:openwifi/
187 ```
188 Now you can use **wgd.sh** on board to load the new openwifi driver. **wgd.sh** also tries to reload FPGA img if system_top.bit.bin presents in the same directory.
189 Find more information in [Driver and FPGA dynamic reloading app note](./doc/app_notes/drv_fpga_dynamic_loading.md).
190

--- 88 unchanged lines hidden ---