[Buildroot] [v2 PATCH 0/2] Raspberry-Pi Zero 2 W support

Julien Grossholtz julien.grossholtz at openest.io
Sat Oct 30 21:35:58 UTC 2021


Hello,

Here is an update of my previous Raspberry-Pi Zero 2 W support.
As Peter Seiderer pointed out, the Raspberry-Pi Linux Kernel was
updated with a new bcm2710-rpi-zero-2.dtb [1] a few hours after I sent
the patch.

Therefore, I bumped the Raspberry-Pi Linux kernel to 5.10.76 for all related
boards. I built and tested it for the Pis I have access to : Pi Zero W
and Pi 4 (32 and 64 bit versions). But, I cannot test the other.

Regarding the Raspberry-Pi Zero 2 W, I updated the patch with the new
dts and kernel git sha1. I booted it, everything seems to work: HDMI,
Micro SD and Wi-Fi with some extra packages.

Let me know what you think,

Julien Grossholtz


[1] https://github.com/raspberrypi/linux/commit/84dc624be6ae704fdb3c413b7d86315cf49fbb0b


*** BLURB HERE ***

Julien Grossholtz (2):
  configs/raspberrypi: bump kernel to 581049d (5.10.76)
  board/raspberrypi: add Raspberry Pi Zero 2 W

 board/raspberrypi/config_zero2w.txt           | 29 +++++++++++++++
 .../genimage-raspberrypizero2w.cfg            | 31 ++++++++++++++++
 board/raspberrypi/readme.txt                  |  5 +++
 board/raspberrypizero2w                       |  1 +
 configs/raspberrypi0_defconfig                |  2 +-
 configs/raspberrypi0w_defconfig               |  2 +-
 configs/raspberrypi2_defconfig                |  2 +-
 configs/raspberrypi3_64_defconfig             |  2 +-
 configs/raspberrypi3_defconfig                |  2 +-
 configs/raspberrypi3_qt5we_defconfig          |  2 +-
 configs/raspberrypi4_64_defconfig             |  2 +-
 configs/raspberrypi4_defconfig                |  2 +-
 configs/raspberrypi_defconfig                 |  2 +-
 configs/raspberrypicm4io_64_defconfig         |  2 +-
 configs/raspberrypicm4io_defconfig            |  2 +-
 configs/raspberrypizero2w_defconfig           | 36 +++++++++++++++++++
 16 files changed, 113 insertions(+), 11 deletions(-)
 create mode 100644 board/raspberrypi/config_zero2w.txt
 create mode 100644 board/raspberrypi/genimage-raspberrypizero2w.cfg
 create mode 120000 board/raspberrypizero2w
 create mode 100644 configs/raspberrypizero2w_defconfig

-- 
2.31.1



More information about the buildroot mailing list