From 0abab1b610d2a6280cbe8386cdc32100d81c18e0 Mon Sep 17 00:00:00 2001 From: Jiao Xianjun Date: Sat, 28 Jan 2023 19:52:17 +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 c085396..369e576 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ neptunesdr|Low cost Zynq 7020 + AD9361 board|**NO** need [[Application notes](doc/app_notes/README.md)] ## Quick start -- Download [openwifi img](https://drive.google.com/file/d/1fb8eJGJAntOciCiGFVLfQs7m7ucRtSWD/view?usp=share_link) and burn it into a SD card (>=16GB). After this operation, the SD card should have two partitions: BOOT and rootfs. To flash the SD card, SD card tool software (such as Startup Disk Creator in Ubuntu) or dd command can be used: +- Download [openwifi img](https://drive.google.com/file/d/1fb8eJGJAntOciCiGFVLfQs7m7ucRtSWD/view?usp=share_link), unzip and burn it into a SD card (>=16GB). After this operation, the SD card should have two partitions: BOOT and rootfs. To flash the SD card, SD card tool software (such as Startup Disk Creator in Ubuntu) or dd command can be used: ``` sudo dd bs=512 count=31116288 if=openwifi-xyz.img of=/dev/your_sdcard_dev (To have correct count value, better to check the .img file actual situation by "fdisk -l img_filename")