Skip to content

Commit 9f50cd5

Browse files
fhunlethmobileoverlord
authored andcommitted
Add comments to dtb settings in fwup.conf
1 parent b616285 commit 9f50cd5

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

fwup_include/provisioning.conf

+7-3
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@
55
# will default to a built-in ID.
66
uboot_setenv(uboot-env, "nerves_serial_number", "\${NERVES_SERIAL_NUMBER}")
77

8-
# Device tree overlay settings
8+
# Nerves default device tree overlay settings
9+
#
10+
# 1. Enable overlay support
11+
# 2. Enable Universal I/O so that config-pin works
912
uboot_setenv(uboot-env, "enable_uboot_overlays", "1")
13+
uboot_setenv(uboot-env, "enable_uboot_cape_universal", "1")
14+
15+
# Testing (do not merge to master)
1016
uboot_setenv(uboot-env, "disable_uboot_overlay_video", "1")
1117
uboot_setenv(uboot-env, "disable_uboot_overlay_audio", "1")
12-
13-
uboot_setenv(uboot-env, "enable_uboot_cape_universal", "1")
1418
#uboot_setenv(uboot-env, "dtb_overlay", "/lib/firmware/BB-SPIDEV0-00A0.dtbo")
1519
#uboot_setenv(uboot-env, "uboot_overlay_addr0", "/lib/firmware/BB-SPIDEV0-00A0.dtbo")

0 commit comments

Comments
 (0)