Skip to content

Images 0.11.x

Images
  • Kamil muss irgendwie gerade nichts anderes zu tuen haben 😉

    Hier ist nach ganz langer Pause ein Pre-Release 0.11.0

    0.11.0: gitlab-ci-linux-build-185 released

    • 0.11.0: Try to use 2021.04 uboot and 5.12.0 kernel

    Download läuft 🙂

    Danke Kamil!!

  • Ein ganz schneller Test gestern Abend brachte dann folgendes Ergebnis.

    ohne SPI

    • Image auf SD-Karte - Bootvorgang OK

    u-boot im SPI

    • kein Boot von SSD an USB2 oder USB2

    Fehlermeldung vom Boot von meiner NVMe Debian Installation

    U-Boot SPL 2021.04-ayufan-2018-g54ae1197 (May 06 2021 - 14:45:34 +0000)         
    Trying to boot from SPI                                                         
    Trying to boot from SPI                                                         
    Trying to boot from MMC1                                                        
    Card did not respond to voltage select! : -110                                  
    spl: mmc init failed with error: -95                                            
    Trying to boot from MMC2                                                        
    Card did not respond to voltage select! : -110                                  
    spl: mmc init failed with error: -95                                            
    SPL: failed to boot from all boot devices                                       
    ### ERROR ### Please RESET the board ###     
    

    Also, noch ganz früher Pre-Release. Mal schauen ob Kamil noch was dran macht. Das Image von der SD-Karte kann man nutzen.

  • 0.11.1: gitlab-ci-linux-build-186 released

    • 0.11.1: Update to 2021.07 and 5.13.0 kernel
    • 0.11.0: Try to use 2021.04 uboot and 5.12.0 kernel

    SD-Karte bootet erfolgreich.

    frank@frank-MS-7C37:~$ ssh rock64@192.168.3.172
    rock64@192.168.3.172's password: 
                    _                     __   _  _   
     _ __ ___   ___| | ___ __  _ __ ___  / /_ | || |  
    | '__/ _ \ / __| |/ / '_ \| '__/ _ \| '_ \| || |_ 
    | | | (_) | (__|   <| |_) | | | (_) | (_) |__   _|
    |_|  \___/ \___|_|\_\ .__/|_|  \___/ \___/   |_|  
                        |_|                           
    Linux rockpro64 5.13.0-1150-ayufan-g7a7e95f66648 #ayufan SMP Tue Jul 20 10:01:52 UTC 2021 aarch64
    
    The programs included with the Debian GNU/Linux system are free software;
    the exact distribution terms for each program are described in the
    individual files in /usr/share/doc/*/copyright.
    
    Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
    permitted by applicable law.
    Last login: Tue Jul 20 13:26:17 2021 from 192.168.3.213
    rock64@rockpro64:~$ uname -a
    Linux rockpro64 5.13.0-1150-ayufan-g7a7e95f66648 #ayufan SMP Tue Jul 20 10:01:52 UTC 2021 aarch64 GNU/Linux
    
  • Der uboot bootet immer noch nicht korrekt aus dem SPI 😞

    Ich habe mal einen Issues Request erstellt, damit Kamil das Problem kennt. Keine Ahnung, ob der da noch intensiv dran arbeitet.

  • 0.11.2: gitlab-ci-linux-build-187 released

    • 0.11.2: Update OMV install (to also be able to run OMV6)
  • Redis Stack?

    Redis
    1
    1
    0 Stimmen
    1 Beiträge
    144 Aufrufe
    Niemand hat geantwortet
  • Nextcloud - extrem lange Ladezeiten

    Nextcloud
    1
    1
    0 Stimmen
    1 Beiträge
    159 Aufrufe
    Niemand hat geantwortet
  • Rest-Server v0.12.0 released

    Restic
    1
    0 Stimmen
    1 Beiträge
    100 Aufrufe
    Niemand hat geantwortet
  • Debian Buster 10.8 released

    Linux
    1
    0 Stimmen
    1 Beiträge
    222 Aufrufe
    Niemand hat geantwortet
  • ROCKPro64 - WLan-Antennen

    Hardware
    1
    0 Stimmen
    1 Beiträge
    285 Aufrufe
    Niemand hat geantwortet
  • SATA Karte Marvell 88SE9230 Chipsatz

    Angeheftet Hardware
    19
    0 Stimmen
    19 Beiträge
    6k Aufrufe
    FrankMF
    Ok, es gibt noch eine andere Möglichkeit. Kamil hat mir noch ein wenig geholfen. Mit folgender Änderung werden die Platten gefunden. hmm, I had to add /etc/default/extlinux: libahci.skip_host_reset=1 Sieht dann so aus. # Configure timeout to choose the kernel # TIMEOUT="10" # Configure default kernel to boot: check all kernels in `/boot/extlinux/extlinux.conf` # DEFAULT="kernel-4.4.126-rockchip-ayufan-253" # Configure additional kernel configuration options APPEND="$APPEND root=LABEL=linux-root rootwait rootfstype=ext4 libahci.skip_host_reset=1" Danach waren die Platten zu sehen. root@rockpro64:/tmp/etc/default# blkid /dev/sda2: SEC_TYPE="msdos" LABEL_FATBOOT="boot-efi" LABEL="boot-efi" UUID="ABCD-FC7D" TYPE="vfat" PARTLABEL="boot_efi" PARTUUID="72e36967-4050-4bb3-8f8f-bf6755c38f28" /dev/sda3: LABEL="linux-boot" UUID="8e289a3e-0f9b-4da1-a147-51e03390637c" TYPE="ext4" PARTLABEL="linux_boot" PARTUUID="fe944fd2-3e42-4202-8a95-656e9bdb4be6" /dev/sda4: LABEL="linux-root" UUID="3e9513c6-dfd1-48c9-bee2-04bb5a153056" TYPE="ext4" PARTLABEL="linux_root" PARTUUID="d2d1dd88-030d-4f74-998f-7c9ce7d385d0" /dev/sdb2: SEC_TYPE="msdos" LABEL_FATBOOT="boot-efi" LABEL="boot-efi" UUID="56C9-F745" TYPE="vfat" PARTLABEL="boot_efi" PARTUUID="919c8f73-5f25-4a01-9072-3a5ed9a88ff2" /dev/sdb3: LABEL="linux-boot" UUID="23c19647-f4a1-4197-a877-f1bb03456bef" TYPE="ext4" PARTLABEL="linux_boot" PARTUUID="093d0cc0-d122-4dce-aeb5-4e266b4b7d9d" /dev/sdb4: LABEL="linux-root" UUID="f1c74331-8318-4ee8-a4f7-f0c169fb9944" TYPE="ext4" PARTLABEL="linux_root" PARTUUID="964ab457-58d5-40c4-bb02-dfd37bd2f0da" /dev/sda1: PARTLABEL="loader1" PARTUUID="37466429-e4a4-495c-b9a1-3f74625a3cae" /dev/sdb1: PARTLABEL="loader1" PARTUUID="33f692b3-54cb-4a37-b602-21a2baf32fa0" Aber auch hiermit ist ein Boot von der SATA Platte nicht möglich. Ich möchte hier noch was vom kamil zitieren. (11:44:09) ayufanWithPM: will look later, but this controller is tricky, also on x86 as well (11:44:16) ayufanWithPM: jms585 seems to be significantly more stable Evt. bekommt er das gefixt
  • Benchmark

    ROCKPro64
    1
    0 Stimmen
    1 Beiträge
    457 Aufrufe
    Niemand hat geantwortet
  • Restic - Ein Backupkonzept - Automatisieren!

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