mirror of
https://github.com/sunknudsen/privacy-guides.git
synced 2025-02-23 09:13:56 +00:00
Updated Raspberry Pi OS release
This commit is contained in:
parent
dbdcd21780
commit
7c4c504760
@ -80,7 +80,7 @@ EOF
|
|||||||
|
|
||||||
Run `diskutil list` to find disk ID of SD card to override with “Raspberry Pi OS Lite” (`disk2` in the following example).
|
Run `diskutil list` to find disk ID of SD card to override with “Raspberry Pi OS Lite” (`disk2` in the following example).
|
||||||
|
|
||||||
Replace `diskn` and `rdiskn` with disk ID of SD card (`disk2` and `rdisk2` in the following example) and `2021-01-11-raspios-buster-armhf-lite.img` with current image.
|
Replace `diskn` and `rdiskn` with disk ID of SD card (`disk2` and `rdisk2` in the following example) and `2021-03-04-raspios-buster-armhf-lite.img` with current image.
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ diskutil list
|
$ diskutil list
|
||||||
@ -112,7 +112,7 @@ disk2 was already unmounted or it has a partitioning scheme so use "diskutil unm
|
|||||||
$ sudo diskutil unmountDisk /dev/diskn (if previous step fails)
|
$ sudo diskutil unmountDisk /dev/diskn (if previous step fails)
|
||||||
Unmount of all volumes on disk2 was successful
|
Unmount of all volumes on disk2 was successful
|
||||||
|
|
||||||
$ sudo dd bs=1m if=/Users/sunknudsen/Downloads/2021-01-11-raspios-buster-armhf-lite.img of=/dev/rdiskn
|
$ sudo dd bs=1m if=/Users/sunknudsen/Downloads/2021-03-04-raspios-buster-armhf-lite.img of=/dev/rdiskn
|
||||||
1772+0 records in
|
1772+0 records in
|
||||||
1772+0 records out
|
1772+0 records out
|
||||||
1858076672 bytes transferred in 40.449002 secs (45936280 bytes/sec)
|
1858076672 bytes transferred in 40.449002 secs (45936280 bytes/sec)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user