Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [v2 PATCH 0/2] Raspberry-Pi Zero 2 W support
@ 2021-10-30 21:35 Julien Grossholtz
  2021-10-30 21:35 ` [Buildroot] [PATCH 1/2] configs/raspberrypi: bump kernel to 581049d (5.10.76) Julien Grossholtz
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Julien Grossholtz @ 2021-10-30 21:35 UTC (permalink / raw)
  To: buildroot; +Cc: Peter Seiderer, Martin Bark, Julien Grossholtz

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

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2021-11-04 15:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-30 21:35 [Buildroot] [v2 PATCH 0/2] Raspberry-Pi Zero 2 W support Julien Grossholtz
2021-10-30 21:35 ` [Buildroot] [PATCH 1/2] configs/raspberrypi: bump kernel to 581049d (5.10.76) Julien Grossholtz
2021-11-03 22:39   ` Thomas Petazzoni
2021-10-30 21:36 ` [Buildroot] [PATCH 2/2] board/raspberrypi: add Raspberry Pi Zero 2 W Julien Grossholtz
2021-11-03 20:06 ` [Buildroot] [v2 PATCH 0/2] Raspberry-Pi Zero 2 W support Peter Seiderer
2021-11-04 14:21   ` Julien Grossholtz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox