Skip to content

Commit fe00835

Browse files
authored
Merge pull request #122 from andrey-utkin/master
README: fix overlays copying command
2 parents 948dff8 + ac93591 commit fe00835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ pi64 linux # cp -v arch/arm64/boot/dts/broadcom/bcm2710-rpi-cm3.dtb /boot/
648648
649649
Then, copy across the device tree overlay blobs (these are now the responsibility of the kernel, not the boot firmware, package, so it is essential you add them):
650650
```console
651-
pi64 linux # cp -rv arch/arm64/boot/dts/overlays /boot/
651+
pi64 linux # cp -rv arch/arm64/boot/dts/overlays/ /boot/
652652
```
653653

654654
Lastly, install the modules:

0 commit comments

Comments
 (0)