Jump to content

rymut

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. @Andrea if i remember correctly this issue can be resolved using simple patch From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: John Doe <john.doe@somewhere.on.planet> Date: Sat, 9 Mar 2024 18:20:14 +0100 Subject: Patching atf sunxi64 files make_helpers/build_macros.mk Signed-off-by: John Doe <john.doe@somewhere.on.planet> --- make_helpers/build_macros.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_helpers/build_macros.mk b/make_helpers/build_macros.mk index a99d51669..cc1270cd8 100644 --- a/make_helpers/build_macros.mk +++ b/make_helpers/build_macros.mk @@ -491,11 +491,11 @@ endif all: ${LIB_DIR}/lib$(1).a ${LIB_DIR}/lib$(1).a: $(OBJS) $$(ECHO) " AR $$@" - $$(Q)$($(ARCH)-ar) cr $$@ $$? + $$(Q)$($(ARCH))-ar cr $$@ $$? endef # Generate the path to one or more preprocessed linker scripts given the paths # of their sources. # -- Created with Armbian build tools https://github.com/armbian/build Error is due to value $($(ARCH)-ar) being set to platform gcc command and not platform ar command.
  2. Hello, about a month ago I got MangoPi QM-Quad - quite nice board, but with small support. Hardware specification: https://mangopi.org/mqquad Review: https://bret.dk/initial-mangopi-mq-quad-comparison/ I needed a raspberry pi zero board with usb-c with both host and otg ports and external wifi antenna - so after some consideration I want with Mango-Pi QM-Quad. Sadly after some work with available distributions I finally give up with trying to compile / build everything I needed and moved to getting Armbian to run on the board. Thankfully board is almost identical with orangepi-zero2 - so modification with edge kernel only required modifying dts & u-boot configuration. So here I am with repository containing patches for mangopi: https://github.com/rymut/armbian-build_mangopi-mq-quad_longan-pi-3h Some work needs to be done: gpio and media connector comes to mind, any body interested in supporting this board?
  3. I got mine Longan Pi 3H two weeks ago, I started tinkering before finding out this post. Source code here: https://github.com/rymut/armbian-build_mangopi-mq-quad_longan-pi-3h/tree/development @pixdrift I don't have any issue with temperature - yes board runs a bit hot 50~55 degrees (with no workload with simple flat metal heat used as a heat sink), but no shutdown so far in 48 hours uptime. I skipped applying 0006-arm64-dts-allwinner-h616-Add-CPU-Operating-Performan.patch and use armbian default cpu opp table for h616. Any way my repository is still work in progress - I definitely need to add overlay containing wifi firmware and not copy it after first boot.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines