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

Julien Grossholtz julien.grossholtz at openest.io
Thu Oct 28 06:26:16 UTC 2021


Hello,

The following patch add support for the new Raspberry-Pi Zero 2 W.

I have a concern regarding the previous Pi Zero naming in buildroot, the
defconfig is named raspberrypi0w_defconfig. The commercial name is
Raspberry Pi "Zero", not "0". For the Zero 2 the defconfig name would
be raspberrypi02w, but it does not looks good.

It is also true for the board/ simlink name,config.txt and genimage
configuration file.

If you agree, I can send a patch to update the previous generation pi zero(w)
files names to something like "raspberrypizero..." . Otherwise I will update
this patch with appropriate filenames. Anyway, it is better to have a
consistent naming scheme between those boards.

Let me know what you think.

Have nice day,

Julien Grossholtz (1):
  board/raspberrypi: add Raspberry Pi Zero 2 W

 board/raspberrypi/config_zero2.txt            | 29 ++++++++++++++
 .../raspberrypi/genimage-raspberrypizero2.cfg | 31 +++++++++++++++
 board/raspberrypi/readme.txt                  |  5 +++
 board/raspberrypizero2                        |  1 +
 configs/raspberrypizero2_defconfig            | 38 +++++++++++++++++++
 5 files changed, 104 insertions(+)
 create mode 100644 board/raspberrypi/config_zero2.txt
 create mode 100644 board/raspberrypi/genimage-raspberrypizero2.cfg
 create mode 120000 board/raspberrypizero2
 create mode 100644 configs/raspberrypizero2_defconfig

-- 
2.31.1



More information about the buildroot mailing list