Re: [EXTERNAL] Re: BeagleBone Black Networking (wifi and/or wired)

2019-06-07 Thread Oyake, Amalaye (386M)
Device Tree overays are a method used to update the Device Tree. Given a device tree that describes all the devices, let's say you add a new SPI device, you can update the device tree with a (blob) device tree overlay. I should ask (without Googling), What is the Device Tree Overlay mechanism in

Re: BeagleBone Black Networking (wifi and/or wired)

2019-06-07 Thread Chris Johns
On 8/6/19 1:53 am, Vijay Kumar Banerjee wrote: > > I would like to add that in two projects of this year( I2C and PRU-ICSS > drivers) we > are using our own device tree overlays that make our drivers work. Where to > add > the device > tree related stuff seems like an important question. What

Re: BeagleBone Black Networking (wifi and/or wired)

2019-06-07 Thread Chris Johns
On 8/6/19 1:43 am, Vijay Kumar Banerjee wrote: > > I recently wrote a blog post about running RTEMS on BBB: > https://blog.thelunatic.dev/getting-started-bbb-2/ > Thanks for mentioning this. I have been using it. > Some of it can be a part of the documentation I think. I would like to > help wi

Re: BeagleBone Black Networking (wifi and/or wired)

2019-06-07 Thread Vijay Kumar Banerjee
On Fri, Jun 7, 2019 at 9:15 PM Christian Mauderer < christian.maude...@embedded-brains.de> wrote: > > > - Ursprüngliche Mail - > > Von: "Chris Johns" > > An: "Christian Mauderer" , > "RTEMS Users" > > Gesendet: Freitag, 7. Juni 2019 14:23:51 > > Betreff: Re: BeagleBone Black Networking (

Re: BeagleBone Black Networking (wifi and/or wired)

2019-06-07 Thread Christian Mauderer
- Ursprüngliche Mail - > Von: "Chris Johns" > An: "Christian Mauderer" , "RTEMS > Users" > Gesendet: Freitag, 7. Juni 2019 14:23:51 > Betreff: Re: BeagleBone Black Networking (wifi and/or wired) > On 7/6/19 7:41 pm, Christian Mauderer wrote: >> On 07/06/2019 11:19, Chris Johns wrote:

Re: BeagleBone Black Networking (wifi and/or wired)

2019-06-07 Thread Vijay Kumar Banerjee
On Fri, Jun 7, 2019 at 6:09 PM Chris Johns wrote: > On 7/6/19 10:32 pm, Sebastian Huber wrote: > > On 07/06/2019 14:23, Chris Johns wrote: > >> On 7/6/19 7:41 pm, Christian Mauderer wrote: > >>> On 07/06/2019 11:19, Chris Johns wrote: > On 7/6/19 7:18 pm, Christian Mauderer wrote: > > >

Re: BeagleBone Black Networking (wifi and/or wired)

2019-06-07 Thread Chris Johns
On 7/6/19 10:32 pm, Sebastian Huber wrote: > On 07/06/2019 14:23, Chris Johns wrote: >> On 7/6/19 7:41 pm, Christian Mauderer wrote: >>> On 07/06/2019 11:19, Chris Johns wrote: On 7/6/19 7:18 pm, Christian Mauderer wrote: Which FDT blob do I need to load? >>> >>> I usually use t

Re: BeagleBone Black Networking (wifi and/or wired)

2019-06-07 Thread Sebastian Huber
On 07/06/2019 14:23, Chris Johns wrote: On 7/6/19 7:41 pm, Christian Mauderer wrote: On 07/06/2019 11:19, Chris Johns wrote: On 7/6/19 7:18 pm, Christian Mauderer wrote: Which FDT blob do I need to load? I usually use the one from either the official Linux or the one from FreeBSD. Alternati

Re: BeagleBone Black Networking (wifi and/or wired)

2019-06-07 Thread Chris Johns
On 7/6/19 7:41 pm, Christian Mauderer wrote: > On 07/06/2019 11:19, Chris Johns wrote: >> On 7/6/19 7:18 pm, Christian Mauderer wrote: >> >> Which FDT blob do I need to load? >> > > I usually use the one from either the official Linux or the one from > FreeBSD. Alternatively you can build your own

Re: BeagleBone Black Networking (wifi and/or wired)

2019-06-07 Thread Christian Mauderer
On 07/06/2019 11:19, Chris Johns wrote: > On 7/6/19 7:18 pm, Christian Mauderer wrote: >> >> On 07/06/2019 11:16, Chris Johns wrote: >>> On 7/6/19 6:34 pm, Christian Mauderer wrote: On 07/06/2019 10:23, Chris Johns wrote: > Hi, > > I am looking for some information on doing either

Re: BeagleBone Black Networking (wifi and/or wired)

2019-06-07 Thread Chris Johns
On 7/6/19 7:18 pm, Christian Mauderer wrote: > > On 07/06/2019 11:16, Chris Johns wrote: >> On 7/6/19 6:34 pm, Christian Mauderer wrote: >>> On 07/06/2019 10:23, Chris Johns wrote: Hi, I am looking for some information on doing either but I cannot find out what I need. I

Re: BeagleBone Black Networking (wifi and/or wired)

2019-06-07 Thread Christian Mauderer
On 07/06/2019 11:16, Chris Johns wrote: > On 7/6/19 6:34 pm, Christian Mauderer wrote: >> On 07/06/2019 10:23, Chris Johns wrote: >>> Hi, >>> >>> I am looking for some information on doing either but I cannot find out >>> what I >>> need. I have run a few libbsd examples and some run and some cra

Re: BeagleBone Black Networking (wifi and/or wired)

2019-06-07 Thread Chris Johns
On 7/6/19 6:34 pm, Christian Mauderer wrote: > On 07/06/2019 10:23, Chris Johns wrote: >> Hi, >> >> I am looking for some information on doing either but I cannot find out what >> I >> need. I have run a few libbsd examples and some run and some crash. I am >> wondering if I need an device tree in

Re: BeagleBone Black Networking (wifi and/or wired)

2019-06-07 Thread Christian Mauderer
On 07/06/2019 10:23, Chris Johns wrote: > Hi, > > I am looking for some information on doing either but I cannot find out what I > need. I have run a few libbsd examples and some run and some crash. I am > wondering if I need an device tree installed but I cannot find out which one > and > from w

BeagleBone Black Networking (wifi and/or wired)

2019-06-07 Thread Chris Johns
Hi, I am looking for some information on doing either but I cannot find out what I need. I have run a few libbsd examples and some run and some crash. I am wondering if I need an device tree installed but I cannot find out which one and from where. Any hints would be most welcome. Thanks Chris _