Created
July 8, 2018 19:37
-
-
Save mkresin/b987b98c41793143c4b0a49da60b275b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CONFIG_OF_OVERLAY=y | |
CONFIG_OF_CONFIGFS=y | |
mount x /sys/kernel/config -t configfs | |
mkdir /sys/kernel/config/device-tree/overlays/foo | |
cp /boot/overlays/uart1.dtbo /lib/firmware/ | |
echo uart1.dtbo > /sys/kernel/config/device-tree/overlay/foo/path |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment