mirror of
https://github.com/open-sdr/openwifi.git
synced 2025-01-18 18:56:24 +00:00
Update README
Add some notes on gcc-10/gcc-9 and kernel driver mismatch.
This commit is contained in:
parent
7cf9ba6e31
commit
19bec08252
@ -155,6 +155,7 @@ Since the pre-built SD card image might not have the latest bug-fixes/updates, i
|
||||
$OPENWIFI_DIR/user_space/prepare_kernel.sh $OPENWIFI_DIR $XILINX_DIR ARCH_BIT
|
||||
(For Zynq 7000, ARCH_BIT should be 32, for Zynq MPSoC, ARCH_BIT should be 64)
|
||||
```
|
||||
**Note**: In Ubuntu, gcc-10 might have issue, so use gcc-9 if you encounter error.
|
||||
- Compile the latest openwifi driver
|
||||
```
|
||||
$OPENWIFI_DIR/driver/make_all.sh $OPENWIFI_DIR $XILINX_DIR ARCH_BIT
|
||||
@ -165,6 +166,7 @@ Since the pre-built SD card image might not have the latest bug-fixes/updates, i
|
||||
scp `find $OPENWIFI_DIR/driver/ -name \*.ko` root@192.168.10.122:openwifi/
|
||||
```
|
||||
Now you can use **wgd.sh** on board to load the new openwifi driver.
|
||||
**Note**: If you have symbol or version error while loadng the driver, it could be because the kernel in the SD card image is too old. In this case, you need to follow [[Build openwifi Linux img from scratch](#Build-openwifi-Linux-img-from-scratch)] to generate your new SD card image.
|
||||
|
||||
## Update sdrctl
|
||||
- Copy the sdrctl source files to the board via ssh channel
|
||||
|
Loading…
Reference in New Issue
Block a user