Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 9166] New: Missing overlays directory in VFAT image for raspberry pi 3
@ 2016-08-11 14:03 bugzilla at busybox.net
  2016-08-16 17:14 ` [Buildroot] [Bug 9166] " bugzilla at busybox.net
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2016-08-11 14:03 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=9166

            Bug ID: 9166
           Summary: Missing overlays directory in VFAT image for raspberry
                    pi 3
           Product: buildroot
           Version: 2016.05
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned at buildroot.uclibc.org
          Reporter: diez.roggisch at ableton.com
                CC: buildroot at uclibc.org
  Target Milestone: ---

When running a raspberry pi 3 buildroot, dtoverlay-parameters (e.g. 
dtoverlay=pi3-disable-bt) don't work, because the VFAT image doesn't contain
the overlays-subdirectory.

The following patch fixes this.

diff --git a/board/raspberrypi/genimage-raspberrypi3.cfg
b/board/raspberrypi/genimage-raspberrypi3.cfg
index 7ba89c5..baab0c4 100644
--- a/board/raspberrypi/genimage-raspberrypi3.cfg
+++ b/board/raspberrypi/genimage-raspberrypi3.cfg
@@ -7,6 +7,7 @@ image boot.vfat {
       "rpi-firmware/config.txt",
       "rpi-firmware/fixup.dat",
       "rpi-firmware/start.elf",
+      "rpi-firmware/overlays",
       "kernel-marked/zImage"
     }
   }

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-08-18 20:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-11 14:03 [Buildroot] [Bug 9166] New: Missing overlays directory in VFAT image for raspberry pi 3 bugzilla at busybox.net
2016-08-16 17:14 ` [Buildroot] [Bug 9166] " bugzilla at busybox.net
2016-08-16 17:41 ` bugzilla at busybox.net
2016-08-18 15:44 ` bugzilla at busybox.net
2016-08-18 17:31 ` bugzilla at busybox.net
2016-08-18 20:09 ` bugzilla at busybox.net

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox