Skip to content

ROCKPro64 - Kamils neuer 0.10.x Release

ROCKPro64
  • Da Kamil ja wieder recht fleißig ist, mal ein kurzes Zwischenfazit.

    IMG_20200405_114848.jpg

    Schnelltest heute Nachmittag. Noch mit dem Release 10.3. uboot liegt im SPI!

    • Boot von USB2 - OK
    • Boot von USB3 nur mit aktivem USB-Hub möglich
    • Boot von HDD angeschlossen an der PCIe SATA-Karte von Pine64
    • Boot von PCIe NVMe SSD

    Das sind ja schon sehr erfreuliche Ergebnisse 🙂

    Der neue Release (0.10.x) enthält den 5.6er Linux Kernel.

    rock64@rockpro64:~$ uname -a
    Linux rockpro64 5.6.0-1127-ayufan-g1bd266cae93f #ayufan SMP PREEMPT Sat Apr 4 11:14:08 UTC 2020 aarch64 GNU/Linux
    

    Tipp: Der beinhaltet Wireguard 1.0.0 🤗

    LAN

    rock64@rockpro64:~$ sudo iperf3 -c 192.168.3.213
    [sudo] password for rock64: 
    Connecting to host 192.168.3.213, port 5201
    [  5] local 192.168.3.14 port 42836 connected to 192.168.3.213 port 5201
    [ ID] Interval           Transfer     Bitrate         Retr  Cwnd
    [  5]   0.00-1.00   sec   114 MBytes   957 Mbits/sec    0   1.10 MBytes       
    [  5]   1.00-2.00   sec   112 MBytes   944 Mbits/sec    0   1.10 MBytes       
    [  5]   2.00-3.00   sec   112 MBytes   944 Mbits/sec    0   1.10 MBytes       
    [  5]   3.00-4.00   sec   111 MBytes   933 Mbits/sec  281    150 KBytes       
    [  5]   4.00-5.00   sec   111 MBytes   933 Mbits/sec  301   86.3 KBytes       
    [  5]   5.00-6.00   sec   112 MBytes   944 Mbits/sec  311    147 KBytes       
    [  5]   6.00-7.00   sec   111 MBytes   933 Mbits/sec   53    349 KBytes       
    [  5]   7.00-8.00   sec   112 MBytes   944 Mbits/sec   99   79.2 KBytes       
    [  5]   8.00-9.00   sec   111 MBytes   933 Mbits/sec  245    174 KBytes       
    [  5]   9.00-10.00  sec   112 MBytes   944 Mbits/sec  119    303 KBytes       
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [ ID] Interval           Transfer     Bitrate         Retr
    [  5]   0.00-10.00  sec  1.10 GBytes   941 Mbits/sec  1409             sender
    [  5]   0.00-10.00  sec  1.09 GBytes   938 Mbits/sec                  receiver
    
    iperf Done.
    rock64@rockpro64:~$ sudo iperf3 -R -c 192.168.3.213
    Connecting to host 192.168.3.213, port 5201
    Reverse mode, remote host 192.168.3.213 is sending
    [  5] local 192.168.3.14 port 42840 connected to 192.168.3.213 port 5201
    [ ID] Interval           Transfer     Bitrate
    [  5]   0.00-1.00   sec   112 MBytes   941 Mbits/sec                  
    [  5]   1.00-2.00   sec   112 MBytes   941 Mbits/sec                  
    [  5]   2.00-3.00   sec   112 MBytes   941 Mbits/sec                  
    [  5]   3.00-4.00   sec   112 MBytes   941 Mbits/sec                  
    [  5]   4.00-5.00   sec   112 MBytes   942 Mbits/sec                  
    [  5]   5.00-6.00   sec   112 MBytes   941 Mbits/sec                  
    [  5]   6.00-7.00   sec   112 MBytes   941 Mbits/sec                  
    [  5]   7.00-8.00   sec   112 MBytes   941 Mbits/sec                  
    [  5]   8.00-9.00   sec   112 MBytes   942 Mbits/sec                  
    [  5]   9.00-10.00  sec   112 MBytes   941 Mbits/sec                  
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [ ID] Interval           Transfer     Bitrate         Retr
    [  5]   0.00-10.00  sec  1.10 GBytes   942 Mbits/sec    0             sender
    [  5]   0.00-10.00  sec  1.10 GBytes   941 Mbits/sec                  receiver
    
    iperf Done.
    

    Ich werde den Release die Tage noch intensiv testen, ein paar Fehler konnte ich ja schon dem Kamil melden und sind auch schon gefixt.

    Nach langer Zeit hat man mal wieder das Gefühl, es geht was voran. Ein aktueller Kernel 5.6, Booten nach seinen Wünschen nun möglich und das ein oder andere werde ich dann auch noch entdecken.

    Kamil bietet Image für folgende Hardware an

    • Rock64
    • ROCKPro64
    • PineBookPro
    • RockPi4B

    Als Distributionen gibt es

    Debian Buster 10

    • Container Image
    • Minimal Image
    • OpenMediaVault

    Ubuntu Focal

    • Minimal Image

    Desktop Images werden dann später kommen, wenn sie fertig sind. So nach dem Motto When it's Done 😉

    Viel Spaß beim Testen!

  • 1 Stimmen
    12 Beiträge
    907 Aufrufe
    M

    Hi,

    since I'm currently change my rockpro64 setup I came across this.

    With the kernel from ayufan you need to set PWM_CTL to

    /sys/devices/platform/pwm-fan/hwmon/hwmon3/pwm1

    for my self compiled one I need

    /sys/devices/platform/pwm-fan/hwmon/hwmon0/pwm1

    But I got it only working with one entry for PWM_CTL e.g.

    PWM_CTL = "/sys/devices/platform/pwm-fan/hwmon/hwmon0/pwm1",

    after that you need to start ats again

    sudo systemctl stop ats sudo systemctl start ats

    initially the fan should start immediately for a short period of time.

    In case it is even a different one on your kernel you can find the right one using this command.

    sudo find /sys -name pwm1 | grep hwmon

    So far I'm not sure which kernel parameter or modul changes this.

    Martin

  • 0 Stimmen
    1 Beiträge
    246 Aufrufe
    Niemand hat geantwortet
  • Ayufan Release 0.7.13 (WiFi)

    ROCKPro64
    6
    0 Stimmen
    6 Beiträge
    461 Aufrufe
    FrankMF

    Für Bluetooth scheint noch was zu fehlen

    root@rockpro64:/mnt/home/rock64# service bluetooth status ● bluetooth.service - Bluetooth service Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled) Active: active (running) since Sat 2019-04-06 17:36:54 UTC; 2min 11s ago Docs: man:bluetoothd(8) Main PID: 2421 (bluetoothd) Status: "Running" Tasks: 1 (limit: 2380) CGroup: /system.slice/bluetooth.service └─2421 /usr/lib/bluetooth/bluetoothd Apr 06 17:36:54 rockpro64 systemd[1]: Starting Bluetooth service... Apr 06 17:36:54 rockpro64 bluetoothd[2421]: Bluetooth daemon 5.48 Apr 06 17:36:54 rockpro64 systemd[1]: Started Bluetooth service. Apr 06 17:36:54 rockpro64 bluetoothd[2421]: Starting SDP server Apr 06 17:36:54 rockpro64 bluetoothd[2421]: kernel lacks bnep-protocol support Apr 06 17:36:54 rockpro64 bluetoothd[2421]: System does not support network plugin Apr 06 17:36:54 rockpro64 bluetoothd[2421]: Bluetooth management interface 1.10 initialized
  • Kamil's 4.20.x

    ROCKPro64
    1
    0 Stimmen
    1 Beiträge
    632 Aufrufe
    Niemand hat geantwortet
  • Restic - Rootserver als Datenablage nutzen

    Restic
    2
    0 Stimmen
    2 Beiträge
    684 Aufrufe
    FrankMF

    Ok, das erste Backup dauert immer was länger 😉 In meinem Fall 5 Std. 16 Minuten.

    Files: 33408 new, 0 changed, 0 unmodified Dirs: 1 new, 0 changed, 0 unmodified Data Blobs: 20849 new Tree Blobs: 2 new Added to the repo: 6.278 GiB processed 33408 files, 8.604 GiB in 5:16:03 snapshot 5beg1cb3 saved

    Aber, das Schöne ist, das die Backups inkrementell angelegt werden. Das nächste geht schneller 🙂

    open repository repository 3gg202a2 opened successfully, password is correct lock repository load index files using parent snapshot 5beg1cb3 start scan on [/home/frank] start backup on [/home/frank] scan finished in 3.791s: 33788 files, 8.611 GiB Files: 496 new, 74 changed, 33218 unmodified Dirs: 0 new, 1 changed, 0 unmodified Data Blobs: 292 new Tree Blobs: 2 new Added to the repo: 43.661 MiB processed 33788 files, 8.611 GiB in 2:15 snapshot fag41bf7 saved

    Eine tägliche Sicherung sollte dann wohl reichen.

  • ROCKPro64 wieder vorbestellbar

    ROCKPro64
    5
    0 Stimmen
    5 Beiträge
    980 Aufrufe
    FrankMF

    Meine Lieferung ist unterwegs 🙂

    Hello Mr. Frank Mankel, Order 62068 just shipped on July 18, 2018 from Shenzhen transit to Hong Kong DHL.

  • Armbianmonitor

    ROCKPro64
    1
    0 Stimmen
    1 Beiträge
    1k Aufrufe
    Niemand hat geantwortet
  • NodeBB - nach Plugin platt

    NodeBB
    1
    0 Stimmen
    1 Beiträge
    584 Aufrufe
    Niemand hat geantwortet