Hi! I am trying to add a couple .dtbo files to the /boot/overlays/ directory, and have them sourced in config.txt.
My process I have tried is as follows:
mount -o remount,rw /mnt/boot
to allow writing to /mnt/boot- scp the .dtbo files from my computer to /mnt/boot/overlays
- add the dtbo file basename to config.txt (by adding it to the Device Configuration → Define DT overlays)
- reboot
Is this the correct process? Is there anything I should be doing differently? It does not seem to be providing me with the desired result, but could be something else on my end.