All of lore.kernel.org
 help / color / mirror / Atom feed
* raspberrypi0-2w
@ 2021-12-02 15:08 safouane maaloul
  2021-12-02 16:30 ` [yocto] raspberrypi0-2w Khem Raj
  2021-12-02 16:43 ` Joel Winarske
  0 siblings, 2 replies; 3+ messages in thread
From: safouane maaloul @ 2021-12-02 15:08 UTC (permalink / raw)
  To: Yocto-mailing-list

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

Hello, I  writed a conf file  to get the raspberrypi0-2 to work in 32 mode
to have the camera packages raspivid. It works just fine. But the problem I
don't have wlan0 interface. I tried everything but I didn't succeed in
getting to work. Here is my conf file:

#@TYPE: Machine
#@NAME: RaspberryPi0 2 Wifi Development Board
#@DESCRIPTION: Machine configuration for the RaspberryPi0 2 Wifi in 32 bits
mode

include conf/machine/raspberrypi3.conf

MACHINEOVERRIDES := "${@'${MACHINEOVERRIDES}'
.replace(':${MACHINE}',':raspberrypi3:${MACHINE}')}"

MACHINE_EXTRA_RRECOMMENDS += "\
    linux-firmware-rpidistro-bcm43436 \
    linux-firmware-rpidistro-bcm43436s \
    bluez-firmware-rpidistro-bcm43430b0-hcd \
    linux-firmware-rpidistro-bcm43430 \
"




Best regards,

-- 
*SAFOUANE MAALOUL*

*maaloulsafouane@gmail.com <maaloulsafouane@gmail.com>*

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [yocto] raspberrypi0-2w
  2021-12-02 15:08 raspberrypi0-2w safouane maaloul
@ 2021-12-02 16:30 ` Khem Raj
  2021-12-02 16:43 ` Joel Winarske
  1 sibling, 0 replies; 3+ messages in thread
From: Khem Raj @ 2021-12-02 16:30 UTC (permalink / raw)
  To: safouane maaloul; +Cc: Yocto-mailing-list

On Thu, Dec 2, 2021 at 7:08 AM safouane maaloul
<maaloulsafouane@gmail.com> wrote:
>
> Hello, I  writed a conf file  to get the raspberrypi0-2 to work in 32 mode to have the camera packages raspivid. It works just fine. But the problem I don't have wlan0 interface. I tried everything but I didn't succeed in getting to work. Here is my conf file:
>
> #@TYPE: Machine
> #@NAME: RaspberryPi0 2 Wifi Development Board
> #@DESCRIPTION: Machine configuration for the RaspberryPi0 2 Wifi in 32 bits mode
>
> include conf/machine/raspberrypi3.conf
>
> MACHINEOVERRIDES := "${@'${MACHINEOVERRIDES}'
> .replace(':${MACHINE}',':raspberrypi3:${MACHINE}')}"
>
> MACHINE_EXTRA_RRECOMMENDS += "\
>     linux-firmware-rpidistro-bcm43436 \
>     linux-firmware-rpidistro-bcm43436s \
>     bluez-firmware-rpidistro-bcm43430b0-hcd \
>     linux-firmware-rpidistro-bcm43430 \
> "
>

also add following to machine conf file.

RPI_KERNEL_DEVICETREE = " \
    broadcom/bcm2710-rpi-zero-2.dtb \
    "


>
>
>
> Best regards,
>
> --
> SAFOUANE MAALOUL
> maaloulsafouane@gmail.com
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> You automatically follow any topics you start or reply to.
> View/Reply Online (#55465): https://lists.yoctoproject.org/g/yocto/message/55465
> Mute This Topic: https://lists.yoctoproject.org/mt/87454331/1997914
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [yocto] raspberrypi0-2w
  2021-12-02 15:08 raspberrypi0-2w safouane maaloul
  2021-12-02 16:30 ` [yocto] raspberrypi0-2w Khem Raj
@ 2021-12-02 16:43 ` Joel Winarske
  1 sibling, 0 replies; 3+ messages in thread
From: Joel Winarske @ 2021-12-02 16:43 UTC (permalink / raw)
  To: safouane maaloul; +Cc: Yocto-mailing-list

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

https://github.com/agherzan/meta-raspberrypi/blob/master/conf/machine/raspberrypi0-2w-64.conf

On Thu, Dec 2, 2021 at 7:08 AM safouane maaloul <maaloulsafouane@gmail.com>
wrote:

> Hello, I  writed a conf file  to get the raspberrypi0-2 to work in 32 mode
> to have the camera packages raspivid. It works just fine. But the problem I
> don't have wlan0 interface. I tried everything but I didn't succeed in
> getting to work. Here is my conf file:
>
> #@TYPE: Machine
> #@NAME: RaspberryPi0 2 Wifi Development Board
> #@DESCRIPTION: Machine configuration for the RaspberryPi0 2 Wifi in 32
> bits mode
>
> include conf/machine/raspberrypi3.conf
>
> MACHINEOVERRIDES := "${@'${MACHINEOVERRIDES}'
> .replace(':${MACHINE}',':raspberrypi3:${MACHINE}')}"
>
> MACHINE_EXTRA_RRECOMMENDS += "\
>     linux-firmware-rpidistro-bcm43436 \
>     linux-firmware-rpidistro-bcm43436s \
>     bluez-firmware-rpidistro-bcm43430b0-hcd \
>     linux-firmware-rpidistro-bcm43430 \
> "
>
>
>
>
> Best regards,
>
> --
> *SAFOUANE MAALOUL*
>
> *maaloulsafouane@gmail.com <maaloulsafouane@gmail.com>*
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#55465):
> https://lists.yoctoproject.org/g/yocto/message/55465
> Mute This Topic: https://lists.yoctoproject.org/mt/87454331/2167248
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [
> joel.winarske@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-12-02 16:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-02 15:08 raspberrypi0-2w safouane maaloul
2021-12-02 16:30 ` [yocto] raspberrypi0-2w Khem Raj
2021-12-02 16:43 ` Joel Winarske

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.