File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 5
5
# will default to a built-in ID.
6
6
uboot_setenv(uboot-env, "nerves_serial_number", "\${NERVES_SERIAL_NUMBER}")
7
7
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
9
12
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)
10
16
uboot_setenv(uboot-env, "disable_uboot_overlay_video", "1")
11
17
uboot_setenv(uboot-env, "disable_uboot_overlay_audio", "1")
12
-
13
- uboot_setenv(uboot-env, "enable_uboot_cape_universal", "1")
14
18
#uboot_setenv(uboot-env, "dtb_overlay", "/lib/firmware/BB-SPIDEV0-00A0.dtbo")
15
19
#uboot_setenv(uboot-env, "uboot_overlay_addr0", "/lib/firmware/BB-SPIDEV0-00A0.dtbo")
You can’t perform that action at this time.
0 commit comments