]> Git Repo - buildroot-mgba.git/commit
configs/orangepi_zero2w: new board
authorSergey Matyukevich <[email protected]>
Sun, 5 May 2024 19:54:19 +0000 (22:54 +0300)
committerThomas Petazzoni <[email protected]>
Mon, 6 May 2024 19:58:18 +0000 (21:58 +0200)
commit837d2a7ef257bfe0c091ab8ed3416ccc94b188b0
tree9f6042625094c31993f120558f331a35721b30a8
parent5272c6bea1247e87a32947bd960757a19fdf8b90
configs/orangepi_zero2w: new board

This patch adds basic support for the new OrangePi Zero2W board:
- http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/details/Orange-Pi-Zero-2W.html

Brief summary of the board features:
- H618 Allwinner SoC
  - Quad-Core ARM Cortex-A53 Processor 1.5GHz
  - Mali G31 MP2 GPU
- LPDDR4: 1GB/2GB/4GB
- Wi-Fi5.0+BT 5.0
- 2x Type-C USB 2.0
- 1x Mini HDMI
- Wi-Fi 5.0 + BT 5.0
- 40-pin expansion interface (GPIO / UART / I2C / SPI / PWM)
- 24-pin expansion interface (2x USB 2.0 / ETH / IR / audio)

BSP includes the following components:
- mainline ATF v2.10
- mainline U-Boot v2024.04
- mainline Linux kernel v6.8

No custom scripts required: all is covered by common orangepi scripts.
However new option BR2_DOWNLOAD_FORCE_CHECK_HASHES requires checksums
for all the BSP components. They are added as board specific patches.

Signed-off-by: Sergey Matyukevich <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
DEVELOPERS
board/orangepi/orangepi-zero2w/patches/arm-trusted-firmware/arm-trusted-firmware.hash [new file with mode: 0644]
board/orangepi/orangepi-zero2w/patches/linux-headers/linux-headers.hash [new symlink]
board/orangepi/orangepi-zero2w/patches/linux/linux.hash [new file with mode: 0644]
board/orangepi/orangepi-zero2w/patches/uboot/uboot.hash [new file with mode: 0644]
board/orangepi/orangepi-zero2w/readme.txt [new file with mode: 0644]
configs/orangepi_zero2w_defconfig [new file with mode: 0644]
This page took 0.031192 seconds and 4 git commands to generate.