Re: [meta-ti] [kirkstone] libgpiod-tools gpioinfo missing for beaglebone

2024-01-13 Thread Lukasz Przenioslo
, 2024 11:38:11 "Lukasz Przenioslo via lists.yoctoproject.org" wrote: Thanks for the answer Jon, I must double confirm this then... I recall that on kirkstone: There were no labels in both meta-ti-bsp and meta-yocto-bsp, They were missing for both dts (black and green). Will check thi

Re: [meta-ti] [kirkstone] libgpiod-tools gpioinfo missing for beaglebone

2024-01-12 Thread Lukasz Przenioslo
ere gotten rid of? As you mentioned they are usefull. Who should be contacted to potentially put them back in place in the repo (in case these were removed by error)? Thanks. On January 10, 2024 22:52:44 Jon Cormier wrote: On Fri, Jan 5, 2024 at 3:49 AM Lukasz Przenioslo wrote: Hel

Re: [meta-ti] [kirkstone] libgpiod-tools gpioinfo missing for beaglebone

2024-01-10 Thread Lukasz Przenioslo
, 2024 22:52:44 Jon Cormier wrote: On Fri, Jan 5, 2024 at 3:49 AM Lukasz Przenioslo wrote: Hello, I have recently moved from Dunfell to Kirkstone for the beaglebone machine. Since then I have noticed that calling gpioinfo from libgpiod-tools does not show the gpio labels: ``` root@beaglebone

Re: [meta-ti] [kirkstone] libgpiod-tools gpioinfo missing for beaglebone

2024-01-10 Thread Lukasz Przenioslo
(in case these were removed by error)?Thanks. On January 10, 2024 22:52:44 Jon Cormier wrote: On Fri, Jan 5, 2024 at 3:49 AM Lukasz Przenioslo wrote: Hello, I have recently moved from Dunfell to Kirkstone for the beaglebone machine. Since then I have noticed that calling gpioinfo from

[meta-ti] [kirkstone] libgpiod-tools gpioinfo missing for beaglebone

2024-01-05 Thread Lukasz Przenioslo
Hello, I have recently moved from Dunfell to Kirkstone for the beaglebone machine. Since then I have noticed that calling gpioinfo from libgpiod-tools does not show the gpio labels: ``` root@beaglebone:~# gpioinfo gpiochip0 - 32 lines: line 0: unnamed unused input active-

Re: [meta-ti] Custom dts recipe

2024-01-02 Thread Lukasz Przenioslo
ject-hello-world-examples/#customize-the-kernel On Thu, Dec 28, 2023 at 11:06 AM Lukasz Przenioslo wrote: Hello, For a while now I am trying to create a custom device tree overlay for the BBB/ BBG. It doesn't go so well. I started to think whether it would not be more feasible to h

[meta-ti] Custom dts recipe

2023-12-28 Thread Lukasz Przenioslo
Hello, For a while now I am trying to create a custom device tree overlay for the BBB/ BBG. It doesn't go so well. I started to think whether it would not be more feasible to have a custom base dts file instead (just like `am335x-bonegreen.dts` or `am335x-boneblack.dts`. Based on one of these 2

[meta-ti] How to find out which *.dts is used?

2023-12-26 Thread Lukasz Przenioslo
Hello, I am currently learning about the Poky and meta-ti. I am trying to build a custom image for the BBB. What I cannot get my head around right now (amongst really many things related to this work), is how to figure out which "am335x-boneblack.dts" file exactly is used by my build... When do

Re: [meta-ti] Custom device tree overlay for BBB

2023-12-22 Thread Lukasz Przenioslo
n. -- Łukasz Przeniosło -- Original Message -- From "Denys Dmytriyenko" To "Lukasz Przenioslo" Cc "Jon Cormier" ; meta-ti@lists.yoctoproject.org Date 2023-12-22 08:03:56 Subject Re: [meta-ti] Custom device tree overlay for BBB Sorry, this got a bit out

Re: [meta-ti] Custom device tree overlay for BBB

2023-12-21 Thread Lukasz Przenioslo
local.conf: KERNEL_DEVICETREE += "your-overlay.dtbo" Check the existing machine conf files for examples. On Thu, Dec 21, 2023 at 08:51:49PM +0000, Lukasz Przenioslo wrote: Hi Jon, I guess the first option is more feasible, as I would not like to modify any files provided by the Poky

Re: [meta-ti] Custom device tree overlay for BBB

2023-12-21 Thread Lukasz Przenioslo
rnel version, but they should still be a decent starting point. On Thu, Dec 21, 2023 at 6:34 AM Lukasz Przenioslo wrote: Hello there, I was able to compile the Poky image (Dunfell) with meta-ti included for the BBB. I am working on an open source project intended for home automation ba

Re: [meta-ti] Custom device tree overlay for BBB

2023-12-21 Thread Lukasz Przenioslo
different kernel version, but they should still be a decent starting point. On Thu, Dec 21, 2023 at 6:34 AM Lukasz Przenioslo wrote: Hello there, I was able to compile the Poky image (Dunfell) with meta-ti included for the BBB. I am working on an open source project intended for home automa

[meta-ti] Custom device tree overlay for BBB

2023-12-21 Thread Lukasz Przenioslo
Hello there, I was able to compile the Poky image (Dunfell) with meta-ti included for the BBB. I am working on an open source project intended for home automation based on the BBB: https://github.com/Beaglenode/BeagleNodeHW The next step I am trying to make is to prepare a proper device tree ov