Skip to content

Images 0.10.x

Angeheftet Images
10 1 599
  • 0.10.2: gitlab-ci-linux-build-170 released

    HIGHLY EXPERIMENTAL AND NOT WORKING!!!
    THIS RELEASE HAS BROKEN BOOT

    Quelle: https://github.com/ayufan-rock64/linux-build/releases/

    Nein, man kann noch nichts nutzen! 🙂

  • 0.10.3: gitlab-ci-linux-build-171 released

    • HIGHLY EXPERIMENTAL AND NOT WORKING!!!

    • PRE-RELEASE: unstable and should be only used for testing purposes

      • 0.10.3: Hopefully OMV will compile,
      • 0.10.3: ADd SPI boot on RockPro64
      • 0.10.3: Add NVME/SATA boot on RockPro64
      • 0.10.2: Update partition scheme to use /boot/efi, /boot and /
      • 0.10.2: Configure /etc/fstab with all partitions
      • 0.10.2: Compile buster/containers instead of focal/containers

    Das sollte jetzt auch auf einigen Geräten booten. Aber heute wird nichts mehr getestet - Feierabend! 🙂

  • 0.10.6: gitlab-ci-linux-build-174 released

    • 0.10.6: Maybe build OMV5
    • 0.10.6: Use u-boot instead of u-boot-rockchip
    • 0.10.6: Fix focal/armhf build
    • 0.10.5: Revert systemd-networkd change
    • 0.10.5: Maybe support USB3 boot on Rock64
    • 0.10.5: Maybe build OMV5
  • 0.10.7: gitlab-ci-linux-build-175 released

    • 0.10.7: Maybe Pinebook Pro will work, thanks Manjaro 🙂
    • 0.10.7: Maybe Desktop will boot
    • 0.10.7: Maybe OMV5 will run
    • 0.10.7: Maybe gl4es will work
  • 0.10.7 ist im Moment nicht funktional. Nach dem Boot ist keine eth0 Schnittstelle vorhanden.

  • 0.10.8: gitlab-ci-linux-build-177 released

    • 0.10.8: Make rootfs sticky
    • 0.10.8: Update sizes of images
    • 0.10.8: Enable by default C.UTF-8 and en_US.UTF-8 and use dpkg-reconfigure locales
    • 0.10.8: Run update-command-not-found
    • 0.10.8: Better handle /etc/resolv.conf (do not remove it, if it become system controlled)
    • 0.10.8: Load dptx.alt.bin to make it possible to ship also on buster

    Viele neue Images

    • Ubuntu Focal LXDE
    • Ubuntu Focal Mate
    • Ubuntu Focal Minimum
    • Debian Buster OMV

    Viele Sachen zum Testen 🙂

  • 0.10.9 - 0.10.9: gitlab-ci-linux-build-180 released

    • 0.10.9: Shrink created images to reduce write time
    • 0.10.9: Enable work/diy LEDs on boot for RockPro64/PinebookPro
    • 0.10.9: Fix excessive log messages on OMV5
    • 0.10.8: Make rootfs sticky
    • 0.10.8: Update sizes of images
  • 0.10.10: gitlab-ci-linux-build-181 released

    • 0.10.10: Do not compile OMV5 for armhf, only arm64
    • 0.10.10: Fix fstab issue introduced in 0.10.9
    • 0.10.10: Do more cleanups during image creation to reduce size
    • 0.10.10: Enable u-boot HDMI output for RockPro64
    • 0.10.10: Support HDMI modeline with pclck 32MHz (ie. 1024x600@43)
    • 0.10.10: Support automated resize when booting from nvme
  • 0.10.11: gitlab-ci-linux-build-183 released

    • 0.10.11: Support wifi/bt on Pinebook Pro
    • 0.10.11: Add install_kernel script
    • 0.10.11: Fix support for rockchip/dptx.bin
    • 0.10.11: Try Gnome, KDE, XFCE4 additionally to LXDE, Mate

    Neue Desktops werden auf Basis von Ubuntu Focal unterstützt.

    • KDE
    • XFCE4
    • Gnome

    Mal gespannt, was davon rund läuft 😉 Kann leider jetzt nichts testen, meine Testmaschine ist mit einem Raid Resync beschäftigt. OK, dann die Tage..

  • 0.10.12: gitlab-ci-linux-build-184 released

    • 0.10.12: Be strict on any qemu failures
    • 0.10.12: Build by default mate/lxde/gnome/xfce4
    • 0.10.12: Add pcie scan delay from @nuumio
    • 0.10.12: Add ubuntu-mate-lightdm-theme where possible

    Ich komme gar nicht mehr mit dem Testen hinterher 🙂

  • TwisterOS

    Images twisteros armbian rockpro64
    1
    3
    0 Stimmen
    1 Beiträge
    289 Aufrufe
    Niemand hat geantwortet
  • ROCKPro64 - RTC

    Hardware rockpro64
    1
    1
    0 Stimmen
    1 Beiträge
    388 Aufrufe
    Niemand hat geantwortet
  • ROCKPro64 - Anpassen resize_rootfs.sh

    Angeheftet ROCKPro64 rockpro64
    3
    0 Stimmen
    3 Beiträge
    548 Aufrufe
    FrankMF
    Seit Release 0.10.10 ist das automatische Vergrößern der Root Partition mit drin 0.10.10: Support automated resize when booting from nvme Einfach das Image auf die NVMe SSD schreiben, ab in den ROCKPro64 und fertig! Nach dem Booten wird die Partition dann automatisch auf die maximal mögliche Größe erweitert. Kamil hat das Script auch ein wenig angepasst. case $dev in /dev/mmcblk?p?) DISK=${dev:0:12} PART=${dev:13} NAME="sd/emmc" ;; /dev/sd??) DISK=${dev:0:8} PART=${dev:8} NAME="hdd/ssd" ;; /dev/nvme?n?p?) DISK=${dev:0:12} PART=${dev:13} NAME="pcie/nvme" ;; Das Resultat bei einer Samsung 979 EVO mit 500GB Speicher rock64@rockpro64:~$ df -h Filesystem Size Used Avail Use% Mounted on udev 918M 0 918M 0% /dev tmpfs 192M 5.2M 187M 3% /run /dev/nvme0n1p4 459G 1.2G 439G 1% / tmpfs 957M 0 957M 0% /dev/shm tmpfs 5.0M 4.0K 5.0M 1% /run/lock tmpfs 957M 0 957M 0% /sys/fs/cgroup /dev/nvme0n1p3 229M 44M 169M 21% /boot /dev/nvme0n1p2 12M 0 12M 0% /boot/efi tmpfs 192M 0 192M 0% /run/user/1000 Perfekt. Danke Kamil!
  • Armbian 5.4.0-rc1

    Armbian armbian rockpro64
    5
    4
    0 Stimmen
    5 Beiträge
    450 Aufrufe
    FrankMF
    Gut, ich bin nicht der einzige, der ständig damit Probleme hat. @tkaiser auch [image: 1578061215343-1036201d-a4b2-47be-a618-36003c07e0ce-grafik.png]
  • ROCKPro64 (4GB) - Probleme mit der PCIe SATA-Karte??

    ROCKPro64 rockpro64
    8
    1
    0 Stimmen
    8 Beiträge
    1k Aufrufe
    FrankMF
    Die Verlinkung hatte ich überlesen, sorry. Es gibt nur eine Handvoll Karten, die im PCIe Port funktionieren. Warum, kann ich dir leider nicht beantworten. Es liegt aber mit Sicherheit an falschen Einstellungen im Kernel und an fehlenden Treibern. Ich habe hier auch eine andere Karte rumliegen, die erzeugt immer nur eine Kernel Panic In diesem Thread steht einiges was geht und was nicht. https://forum.pine64.org/showthread.php?tid=6459
  • Image 0.7.8 - Latest release

    ROCKPro64 rockpro64
    1
    0 Stimmen
    1 Beiträge
    571 Aufrufe
    Niemand hat geantwortet
  • Release Empfehlung für Einsteiger

    Verschoben Archiv rockpro64
    2
    0 Stimmen
    2 Beiträge
    1k Aufrufe
    FrankMF
    Sieht so aus, als wenn wir ein neues Traumpaar haben. 0.7.7 und rock64@rockpro64:/mnt$ uname -a Linux rockpro64 4.18.0-rc3-1046-ayufan-ge76778b6aa4b #1 SMP PREEMPT Thu Jul 19 14:10:17 UTC 2018 aarch64 aarch64 aarch64 GNU/Linux
  • Wiki zum ROCKPro64 veröffentlicht!

    Verschoben ROCKPro64 rockpro64
    1
    1
    0 Stimmen
    1 Beiträge
    1k Aufrufe
    Niemand hat geantwortet