void-docs icon indicating copy to clipboard operation
void-docs copied to clipboard

Add documentation for arm/aarch64

Open flexibeast opened this issue 6 years ago • 5 comments

Cf. @Johnnynator's comment on /r/voidlinux here.

flexibeast avatar Nov 07 '19 13:11 flexibeast

From IRC, agrisis was having trouble with the udevd service not working, as well as issues in dhcpcd and others. I believe they removed that line to get it to work.

      agrisis │ omg I figured it out
      agrisis │ kernel command line: console=/dev/ttyS0
      agrisis │ that messes up runit I guess
      agrisis │ https://old.reddit.com/r/voidlinux/comments/dwcste/aarch64_on_rock64_hanging_on_boot/

ericonr avatar Jun 18 '20 04:06 ericonr

Couple of ideas for things to add:

The current default /boot/cmdline.txt setting for elevator is "noop". Changing that to "deadline" may improve apparent performance.

In /boot/config.txt if you set gpu_mem to anything less than 32 (MB), you will get alarming looking VCHI related errors in your boot log. They are apparently harmless, but do mean you are using a cut down version of the firmware.

If you've plugged in an LCD monitor to your HDMI on the Pi, you may get weird overscan / resolution options. You'll need to set hdmi_group to 2 in /boot/config.sys and lookup the correct values for hdmi_mode / your monitor here from the DMT group: https://www.raspberrypi.org/documentation/configuration/config-txt/video.md

Installing the package "fake-hwclock" is very useful for maintaining a roughly correct system time between reboots.

Fluffkin avatar Jun 23 '20 21:06 Fluffkin

Another idea for RPi.

The default CPU governor for the RPi kernel is powersave. This can make the system sluggish under certain loads as it will force the lowest frequency. A better default is ondemand which can be set for all cores with:

echo ondemand > /sys/devices/system/cpu/cpufreq/policy0/scaling_governor

I put the above in /etc/rc.local

amak79 avatar Aug 06 '20 14:08 amak79

@ericonr: Is there anything from this discussion that still needs to be added to the "ARM Devices" section?

flexibeast avatar Aug 22 '20 13:08 flexibeast

Most of it, I think. But I don't know how many of them are Void specific, and I don't know exactly how they all work.

I'd also like to leave this issue open to track the addition of the other ARM boards.

ericonr avatar Aug 22 '20 13:08 ericonr