mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
machine: add Pi Zero 2 W 32bits
Added new machine configuration for Raspberry Pi Zero 2 W in 32bit mode. Signed-off-by: Mauro Anjo <maurosanjo@gmail.com>
This commit is contained in:
parent
cd234925fa
commit
58cc662539
17
conf/machine/raspberrypi0-2w.conf
Normal file
17
conf/machine/raspberrypi0-2w.conf
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
#@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 \
|
||||||
|
"
|
||||||
|
|
||||||
|
RPI_KERNEL_DEVICETREE = " \
|
||||||
|
bcm2710-rpi-zero-2.dtb \
|
||||||
|
"
|
Loading…
Reference in New Issue
Block a user