Skip to content

Commit

Permalink
Merge pull request #122 from andrey-utkin/master
Browse files Browse the repository at this point in the history
README: fix overlays copying command
  • Loading branch information
sakaki- authored Dec 6, 2019
2 parents 948dff8 + ac93591 commit fe00835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ pi64 linux # cp -v arch/arm64/boot/dts/broadcom/bcm2710-rpi-cm3.dtb /boot/
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):
```console
pi64 linux # cp -rv arch/arm64/boot/dts/overlays /boot/
pi64 linux # cp -rv arch/arm64/boot/dts/overlays/ /boot/
```

Lastly, install the modules:
Expand Down

0 comments on commit fe00835

Please sign in to comment.