Metainformationen zur Seite
  •  

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Letzte ÜberarbeitungBeide Seiten der Revision
odroid:hc4:installation [2022/01/20 18:19] hossieodroid:hc4:installation [2022/01/31 14:18] hossie
Zeile 70: Zeile 70:
 pacman -Su pacman -Su
 rm /var/cache/pacman/pkg/* rm /var/cache/pacman/pkg/*
 +systemctl reboot
 +</code>
 +===== Armbian (Ubuntu) =====
 +  * [[https://armbian.hosthatch.com/dl/odroidhc4/archive/|Download]]
 +  * [[https://www.armbian.com/odroid-hc4/|Bootloader Bypass]]
 +<code bash>dd if=Armbian_XXX.img of=/dev/sdX bs=4M status=progress oflag=sync</code>
 +<code bash>apt remove unattended-upgrades networkd-dispatcher --purge
 +systemctl disable smartd
 +systemctl disable vnstat
 +rm /var/log/unattended-upgrades -rf
 +sed -i 's/verbosity=.*/verbosity=7/g' /boot/armbianEnv.txt
 +armbian-config #Kernel update
 +echo "export PS1='\[\033]0;\u@\h:\w\007\]\[\033[01;31m\]\h\[\033[01;34m\] \w \$\[\033[00m\] '" >> .bashrc
 +timedatectl set-timezone XXX
 +apt update
 +apt dist-upgrade -V
 +apt autoremove --purge
 +apt clean
 systemctl reboot systemctl reboot
 </code> </code>