Skip to content

[WIP] Add OrangePi Zero2 #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions u-boot/arm64/orangepi_zero_2/.build
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
config=orangepi_zero2_defconfig
name=OrangePi Zero2
url=http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/details/Orange-Pi-Zero-2.html
artifacts=u-boot.bin u-boot-sunxi-with-spl.bin
24 changes: 24 additions & 0 deletions u-boot/arm64/orangepi_zero_2/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
OrangePi Zero2 u-boot binaries
===================

This directory contains OrangePi Zero2 u-boot binaries.
These binaries were compiled from the stock u-boot sources.

Hardware Information: <http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/details/Orange-Pi-Zero-2.html>

Source information
-------------
> *Last Update:* pią, 29 lis 2024, 23:55:12 CET

This section tracks the u-boot revision within this repo.

* **Files:** u-boot.bin u-boot-sunxi-with-spl.bin
* **License:** GPLv2
* **Source Code:** git://git.denx.de/u-boot.git
* **Date:** Fri Nov 29 07:51:57 2024 -0600
* **GIT Hash:** 20f641987f83c4679a1181d79a546a098f11f5ad
* **Toolchain:** http://cgit.haiku-os.org/buildtools/
* **Toolchain version:** gcc version 14.2.1 20240912 (Red Hat Cross 14.2.1-1) (GCC)
* **Build Commands:**
* make orangepi_zero2_defconfig
* ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- make
Binary file not shown.
Binary file added u-boot/arm64/orangepi_zero_2/u-boot.bin
Binary file not shown.
12 changes: 11 additions & 1 deletion u-boot/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,16 @@
"63,https://github.com/haiku/firmware/raw/master/u-boot/arm/odroid_xu3/u-boot-dtb.bin",
"1503,https://github.com/hardkernel/u-boot/raw/odroidxu4-v2017.05/sd_fuse/tzsw.bin.hardkernel"
]
},
{
"arch": "arm64",
"id": "orangepi_zero2",
"soc": "H616",
"name": "OrangePi Zero2",
"files": [
"https://github.com/haiku/firmware/raw/master/u-boot/arm64/orangepi_zero_2/u-boot.bin",
"https://github.com/haiku/firmware/raw/master/u-boot/arm64/orangepi_zero_2/README.md",
"8192,https://github.com/haiku/firmware/raw/master/u-boot/arm64/orangepi_zero_2/u-boot-sunxi-with-spl.bin"
]
}

]