From c017e305990884c8e81d54aa3e81c47e5e809597 Mon Sep 17 00:00:00 2001 From: Jiao Xianjun Date: Thu, 19 Dec 2019 20:06:47 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f3973b..f861897 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ dtc -I dts -O dtb -o devicetree.dtb devicetree.dts ``` cd $OPENWIFI_DIR/kernel_boot -source $XILINX_DIR/Vivado/2017.4/settings64.sh +source $XILINX_DIR/SDK/2017.4/settings64.sh ./build_boot_bin.sh ../openwifi-hw/zc706_fmcs2/sdk/system_top_hw_platform_0/system.hdf u-boot-zc70x.elf (u-boot-zc70x.elf is included in the original Analog Devices Linux img) ```