Update README.md

This commit is contained in:
Jiao Xianjun 2019-12-19 20:06:47 +01:00 committed by GitHub
parent 20101e8202
commit c017e30599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
```