Jump to content

xwiggen

Members
  • Posts

    136
  • Joined

  • Last visited

Everything posted by xwiggen

  1. --- armbian-hardware-optimization.orig 2020-05-17 10:53:46.352578716 +0200 +++ armbian-hardware-optimization 2020-05-17 10:54:02.052970679 +0200 @@ -67,7 +67,7 @@ [[ -f $prefix/cpuinfo_cur_freq ]] && chmod +r $prefix/cpuinfo_cur_freq 2> /dev/null # enable compression where not exists - find /etc/logrotate.d/. -type f | xargs grep -H -c 'compress' | grep 0$ | cut -d':' -f1 | xargs -L1 sed -i '/{/ a compress' + find /etc/logrotate.d/. -type f | xargs grep -H -c 'compress' | grep 0$ | cut -d':' -f1 | xargs -L1 sed -i '/{/ a compress' 2> /dev/null sed -i "s/#compress/compress/" /etc/logrotate.conf # tweak ondemand cpufreq governor settings to increase cpufreq with IO load
  2. See https://wiki.debian.org/DebianGeoMirror On my install apt-get update yielded device or resource busy, fixed it by changing apt repository to http://deb.debian.org. weird, now it works alright
  3. Ah great. Been trying to strip down kernel config but end up with unbootable system.
  4. no network-manager is easy; # cat >/etc/network/interfaces.d/eth0 auto eth0 iface eth0 inet dhcp iface eth0 inet6 auto # dpkg -P network-manager wpasupplicant crda wireless-tools wireless-regdb libiw && reboot
  5. Add maxcpus=1 (usbcore.nousb) to kernel cmdline or e.g. echo 0 >/sys/devices/system/cpu/cpu3/online Blacklisting modules is safe; # cat >/etc/modprobe.d/blacklist.conf blacklist cfg80211 blacklist ip_tables blacklist lima blacklist snd blacklist snd_pcm blacklist snd_pcm_dmaengine blacklist snd_soc_core blacklist snd_soc_simple_card blacklist snd_soc_simple_card_utils blacklist snd_timer blacklist soundcore blacklist sun4i_i2s blacklist sun8i_adda_pr_regmap blacklist sun8i_codec_analog blacklist sunxi_cedrus blacklist v4l2_mem2mem ^D Note I do use headless, no usb no wifi no network-manager, you will need to adapt the blacklist according to your needs (board, used features).
  6. Will build the packages to see what armbian-release is generated. armbianmonitor does not work by default as the buster distribution does not include a repository with rpimonitor, fixed that, see http://ix.io/2l7O Is master on https://github.com/armbian considered stable and used for release images?
  7. % cat /etc/armbian-release # PLEASE DO NOT EDIT THIS FILE BOARD=zeropi BOARD_NAME="ZeroPi" BOARDFAMILY=sun8i BUILD_REPOSITORY_URL=https://github.com/armbian/rkbin BUILD_REPOSITORY_COMMIT=3e533c9 DISTRIBUTION_CODENAME=buster DISTRIBUTION_STATUS=supported VERSION=20.02.1 LINUXFAMILY=sunxi BRANCH=current ARCH=arm IMAGE_TYPE=stable BOARD_TYPE=conf INITRD_ARCH=arm KERNEL_IMAGE_TYPE=Image # dpkg -l | awk '{print $2" "$3}' | grep -Ei "^linux|zeropi" | sort linux-base 4.6 linux-buster-root-current-zeropi 20.02.1 linux-dtb-current-sunxi 20.05.0-trunk linux-image-current-sunxi 20.05.0-trunk linux-libc-dev:armhf 4.19.98-1+deb10u1 linux-u-boot-zeropi-current 20.02.1 No rockchip, board is functioning, did something go wrong in the upgrade process? Update The incorrect release file is packaged in linux-buster-root-current-zeropi_20.02.1_armhf.deb. (sources.list.d/armbian.list: deb http://apt.armbian.com buster main buster-utils )
  8. I have a dirt-cheap psu and old phone cable powering the Zeropi and no issues. RPi2 and RPi3 are much more fuss, probably because I don't have anything on the usb. Spec recommends 2A psu, I doubt the zeropi uses much more than 1a
  9. Running buster on a ZeroPi but softy does not uninstall. Also home-assistant does not seem to install, followed rpi3 guide on homeassistant and got it to work in docker container; Softy reports homeassistant to be installed.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines