From 58faac27a6eec586b2083985f197696333575764 Mon Sep 17 00:00:00 2001 From: Jiao Xianjun Date: Thu, 26 Jan 2023 18:54:12 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e965031..bb1b09a 100644 --- a/README.md +++ b/README.md @@ -174,11 +174,10 @@ Since the pre-built SD card image might not have the latest bug-fixes/updates, i - Prepare Analog Devices Linux kernel source code (only need to run once): ``` + sudo apt install flex bison libssl-dev device-tree-compiler u-boot-tools -y cd openwifi/user_space; ./prepare_kernel.sh $XILINX_DIR ARCH_BIT (For Zynq 7000, ARCH_BIT should be 32, for Zynq MPSoC, ARCH_BIT should be 64) ``` - **Note**: You might need to install "flex/bison/libssl-dev" packages via "apt install" to compile the kernel/modules. - **Note**: In Ubuntu, gcc-10 might have issue ('yylloc' error), so use gcc-9 if you encounter error. - Compile the latest openwifi driver ``` cd openwifi/driver; ./make_all.sh $XILINX_DIR ARCH_BIT