bitbake-devel.lists.openembedded.org archive mirror
 help / color / mirror / Atom feed
* [bitbake-devel] Modify extlinux.conf from my layer
@ 2023-05-16 14:09 Katu Txakur
  0 siblings, 0 replies; only message in thread
From: Katu Txakur @ 2023-05-16 14:09 UTC (permalink / raw)
  To: bitbake-devel

[-- Attachment #1: Type: text/plain, Size: 748 bytes --]

Hi,

My image has a /boot/extlinux/extlinux.conf file with:

default Yocto
label Yocto
   kernel /zImage
   fdtdir /
append root=PARTUUID=a60cf838-02 rootwait console=ttyS0,115200

If I manually add the DEVICETREE, it works and my selected dtb gets loaded
at boot:
default Yocto
label Yocto
   kernel /zImage
   fdtdir /
   DEVICETREE /am335x-bonegreen.dtb
append root=PARTUUID=a60cf838-02 rootwait console=ttyS0,115200

How do I add this as part of my build? I've tried setting
UBOOT_EXTLINUX_FDT in local.conf but it did not work.
How do I add a custom dtb? Ideally without having to patch u-boot or
kernel. I'm pretty sure there must be a simple way to achieve this. Any
pointers or documentation I can read, I'd appreciate it.

Thank you,
Katu

[-- Attachment #2: Type: text/html, Size: 998 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-05-16 14:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-16 14:09 [bitbake-devel] Modify extlinux.conf from my layer Katu Txakur

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).