summaryrefslogtreecommitdiff
path: root/FLASH.md
diff options
context:
space:
mode:
authorYash Goyal <yash.goyal@arm.com>2020-05-07 22:55:15 -0500
committerYash Goyal <yash.goyal@arm.com>2020-06-10 13:12:03 -0500
commit9e591faf0239065824af8b06ce96834d619c2bb6 (patch)
treefc04847625dad01f2b3a611b8d7eaea468a4f526 /FLASH.md
parenta8c8172229d47ddbb4cc56363a58b9147881ca15 (diff)
Added License section and updated the flash instructions to macOS
Diffstat (limited to 'FLASH.md')
-rw-r--r--FLASH.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/FLASH.md b/FLASH.md
index 6d2145e..946bb59 100644
--- a/FLASH.md
+++ b/FLASH.md
@@ -4,13 +4,13 @@ The built image will be located in the build directory under `poky/build/tmp/dep
### To flash console-image-raspberrypi3-<timestamp>.rootfs.wic.gz:
-#### MAC OS X
+#### macOS
Note: Make sure the SD card drive and its partition, if any, are all unmounted. This example assumes the SD card is enumerated as /dev/diskX and you should verify your device's path. To unmount all partitions run the following command -
```
ls /dev/diskX?* | xargs -n1 diskutil umount
```
-To flash on Mac OS X, use dd -
+To flash on macOS, use dd -
```
$ gunzip -c console-image-raspberrypi3-<timestamp>.rootfs.wic.gz | sudo dd bs=4m of=/dev/diskX conv=sync