Update README.md

This commit is contained in:
Jiao Xianjun 2020-01-29 15:18:42 +01:00 committed by GitHub
parent bcd0bef12c
commit e63fd81508
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ zcu102_9371|Xilinx ZCU102 dev board + ADRV9371|future
**Quick start:** (Example instructions are verified on Ubuntu 16/18) **Quick start:** (Example instructions are verified on Ubuntu 16/18)
* Download pre-built [openwifi Linux img file](https://users.ugent.be/~xjiao/openwifi-1.0.0-ghent.zip) (It might not have the latest bug-fixes/features. Check related sections on how to udpate files in img if needed). Burn the img file to a 16G SD card: * Download pre-built [openwifi Linux .img.xz file](https://users.ugent.be/~xjiao/) (It might not have the latest bug-fixes/features. Check related sections on how to udpate files in img if needed). Burn the img file to a 16G SD card:
``` ```
sudo dd bs=4M if=openwifi-1.0.0-ghent.img of=/dev/mmcblk0 sudo dd bs=4M if=openwifi-1.0.0-ghent.img of=/dev/mmcblk0
(mmcblk0 is the dev name of sdcard in Linux. Make sure you use the correct one in your situation!) (mmcblk0 is the dev name of sdcard in Linux. Make sure you use the correct one in your situation!)