01-12-2023, 06:42 PM
(12-14-2022, 01:09 AM)balbes150 Wrote:(12-13-2022, 09:12 PM)acj_ Wrote: Following up on my own post. I chatted with a few Pine64 folks on Discord, and they agreed that the benchmark numbers are reasonable for the Q64a and the memory issues maybe because of u-boot that Armbian uses.
Show the UART log and the exact name of the image where the 2 GB memory is displayed.
Running into the same issue as acj_ and MC68060. I'll provide what I can but I am not at the level of UART debugging. I first noticed the lack of memory after installing AIO Nextcloud and watching it grind to a hault in TOP.
Code:
root@homelab-nas:/mnt/disk1/ncdata# top
top - 23:36:58 up 3:56, 4 users, load average: 35.53, 50.23, 26.49
Tasks: 242 total, 1 running, 241 sleeping, 0 stopped, 0 zombie
%Cpu(s): 55.5 us, 3.6 sy, 0.0 ni, 38.2 id, 1.2 wa, 1.2 hi, 0.3 si, 0.0 st
MiB Mem : 1978.9 total, 35.4 free, 1526.1 used, 417.5 buff/cache
MiB Swap: 989.4 total, 130.5 free, 858.9 used. 328.2 avail Mem
I tried Lunar minimal:
https://github.com/armbian/community/rel...#quartz64a
and Sid minimal:
https://github.com/armbian/community/rel...#quartz64a
Here's output from lshw, you'll see the 1978MiB System memory
Code:
root@homelab-nas:/mnt/disk1/ncdata# lshw -short
H/W path Device Class Description
=====================================================
system Pine64 RK3566 Quartz64-A Board
/0 bus Motherboard
/0/1 processor cpu
/0/2 processor cpu
/0/3 processor cpu
/0/4 processor cpu
/0/5 memory 1978MiB System memory
/0/0 bridge RK3568 Remote Signal Processor
/0/0/0 scsi0 storage JMB58x AHCI SATA controller
/0/0/0/0.0.0 /dev/sda volume 5589GiB WDC WD60EZAZ-00S
/2 usb1 bus EHCI Host Controller
/3 usb2 bus Generic Platform OHCI controller
/4 usb3 bus EHCI Host Controller
/5 usb4 bus Generic Platform OHCI controller
/6 usb5 bus xHCI Host Controller
/7 usb6 bus xHCI Host Controller
/1 usb7 bus xHCI Host Controller
/8 mmc0 bus MMC Host
/8/59b4 /dev/mmcblk0 disk 63GB USD00
/8/59b4/1 /dev/mmcblk0p1 volume 58GiB EXT4 volume
/9 mmc1 bus MMC Host
/a mmc2 bus MMC Host
/b card0 multimedia HDMI
/c card1 multimedia RK817
/d card2 multimedia SPDIF
/e input0 input rk805 pwrkey
/f eth0 network Ethernet interface
I figured it something in the kernal config for Quartz64, I looked over the DTS/DTB but couldn't find anything that I could experiment with. Would love to use the Armbian image if possible, but I need the full 8gb. If I can test and device tree changes, I'd be happy too.