[Buildroot] [PATCH] beagleboneblack: add board

Jason Kridner jkridner at beagleboard.org
Fri Sep 27 14:19:32 UTC 2013


On Fri, Sep 27, 2013 at 2:12 AM, Fatih Aşıcı <fatih.asici at gmail.com> wrote:
> On Thu, 2013-09-26 at 16:53 -0400, Jason Kridner wrote:
>> > Would there be any issues with bumping the kernel version to this
>> for
>> > the original (white) beaglebone as well?
>>
>> Nope. I could make one build that supported both boards, but it would
>> need to have both .dtb files in it. That's the only reason I made a
>> separate config. Is there an easy way to include multiple .dtb files?
>> Mainline u-boot is smart enough to tell me which one needs to be used
>> at boot.
>>
> This seems possible according to linux/Config.in:
>
> "
> config BR2_LINUX_KERNEL_INTREE_DTS_NAME
>         string "Device Tree Source file names"
>         depends on BR2_LINUX_KERNEL_USE_INTREE_DTS
>         help
>          Name of the device tree source file, without
>          the trailing .dts. You can provide a list of
>          dts files to build, separated by spaces.
> "

Adding multiple makes it not output any .dtb files to the
output/images directory. It seems there is a single assignment in
linux.mk. :(

>
>


More information about the buildroot mailing list