mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
057012eb2c2c2f2de6d739b051406e8ab560e26b
This patch adds basic support for the new OrangePi 5 Plus board: - http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/details/Orange-Pi-5-plus-32GB.html Brief summary of the board features: - RK3588 Rockchip SoC - Quad-Core ARM Cortex-A76 Processor 2.4GHz - Quad-Core ARM Cortex-A55 Processor 1.8GHz - Mali G610 GPU - NPU 6 Tops INT4/INT8/INT16/FP16 - LPDDR4x: 8GB/16GB/32GB - 2x USB 2.0 - 2x USB 3.0 - 2x HDMI out - PCIe M.2 M-key socket (e.g. for NVMe) - PCIe M.2 E-key socket (e.g. for WiFi/BT) - 40-pin expansion interface (GPIO / UART / I2C / SPI / PWM / CAN / I2S) - and much much more ... BSP includes the following components: - mainline ATF v2.12 - mainline U-Boot v2024.10 - mainline Linux kernel v6.12.x Unlike all the other boards from board/orangepi directory, this board is not based on an Allwinner SoC. It is based on Rockchip RK3588 SoC. So custom scripts and configs are used instead of common options from the board/orangepi/common directory. Suggested scripts and configs are based on those of Radxa Rock5B board. Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com> [Julien: - switch to human readable genimage.cfg partition type uuid - add ATF hash in custom hash patches ] Signed-off-by: Julien Olivain <ju.o@free.fr>
…
…
…
Buildroot is a simple, efficient and easy-to-use tool to generate embedded Linux systems through cross-compilation. The documentation can be found in docs/manual. You can generate a text document with 'make manual-text' and read output/docs/manual/manual.text. Online documentation can be found at http://buildroot.org/docs.html To build and use the buildroot stuff, do the following: 1) run 'make menuconfig' 2) select the target architecture and the packages you wish to compile 3) run 'make' 4) wait while it compiles 5) find the kernel, bootloader, root filesystem, etc. in output/images You do not need to be root to build or run buildroot. Have fun! Buildroot comes with a basic configuration for a number of boards. Run 'make list-defconfigs' to view the list of provided configurations. Please feed suggestions, bug reports, insults, and bribes back to the buildroot mailing list: buildroot@buildroot.org You can also find us on #buildroot on OFTC IRC. If you would like to contribute patches, please read https://buildroot.org/manual.html#submitting-patches
Description
Languages
Makefile
62.5%
Python
19%
C
8.5%
Shell
6.1%
PHP
1.4%
Other
2.1%