Bug 9546 - seems BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS do nothing
Summary: seems BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS do nothing
Status: RESOLVED INVALID
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-30 14:46 UTC by Artem Synytsyn
Modified: 2016-12-30 17:56 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Artem Synytsyn 2016-12-30 14:46:34 UTC
Enabling  BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS from  Target Packages -> Hardware Handling -> Firmware does not copy *.dtbo files into boot/overlays folder.
Comment 1 Yann E. MORIN 2016-12-30 17:56:01 UTC
Artem,

Please compare board/raspberrypi/genimage-raspberrypi.cfg and
board/raspberrypi3/genimage-raspberrypi3.cfg . You'll see how
to add the overlays .dtbo files for your specific rpi version.

The configuration files provided in Buildroot are only basic
configs; you have to adapt them to your own needs.

Regards,
Yann E. MORIN.