Skip to content

Commit

Permalink
Fix the device tree overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanc8 committed Jan 15, 2025
1 parent 638bb5a commit 9e3fac1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions source/Resources/Coprocessors/OrangePi.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Device tree overlays can be enabled and disabled by editing `/etc/default/u-boot
#U_BOOT_TIMEOUT="50"
#U_BOOT_FDT=""
#U_BOOT_FDT_DIR="/lib/firmware/"
U_BOOT_FDT_OVERLAYS="orangepi-5-plus-disable-leds.dtbo"
U_BOOT_FDT_OVERLAYS="device-tree/rockchip/overlay/orangepi-5-plus-disable-leds.dtbo"
#U_BOOT_FDT_OVERLAYS_DIR="/lib/firmware/"
#U_BOOT_SYNC_DTBS="false"
```
Expand All @@ -37,6 +37,5 @@ In order to do this, run:
```bash
sudo nano /etc/default/u-boot # Edit the file
sudo u-boot-update # Apply your changes
sudo reboot
```

Then reboot.

0 comments on commit 9e3fac1

Please sign in to comment.