Skip to content
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

Add Quartz64-a support #23

Draft
wants to merge 1 commit into
base: develop
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#@TYPE: Machine
#@NAME: Quartz64 Model A
#@DESCRIPTION: The Quartz64 Model A is powered by a Rockchip RK3566 quad-core
# ARM Cortex A55 64-Bit Processor with a Mali G-52 GPU. It comes equipped with
# 2GB, 4GB or 8GB LPDDR4 system memory, and a 128Mb SPI boot flash.
# https://pine64.org/devices/quartz64_model_a/

require conf/machine/include/rk3566.inc

KERNEL_DEVICETREE = "rockchip/rk3566-quartz64-a.dtb"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This board is supported on mainline linux already?

Can this patch go to meta-rockchip as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will go there, but firstly I need to check those issues from dmesg and try to fix them, this is actually the reason this PR is still in draft state.

MACHINE_EXTRA_RRECOMMENDS += "kernel-modules"

UBOOT_MACHINE = "quartz64-a-rk3566_defconfig"
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ do_configure:append() {

COMPATIBLE_MACHINE:orangepi-cm4 = "orangepi-cm4"
COMPATIBLE_MACHINE:zarhus-machine-cm3 = "zarhus-machine-cm3"
COMPATIBLE_MACHINE:quartz64-a = "quartz64-a"