PINE64

Full Version: Linux Mainline
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7
GBe test


Mainline


Code:
rock64@rock64:~$ uname -a
Linux rock64 4.13.0-rc1-rockchip-ayufan-93-ga1d4fc4 #1 SMP PREEMPT Tue Aug 29 09:46:09 UTC 2017 aarch64 GNU/Linux
rock64@rock64:~$ iperf -c 192.168.1.4 -i 1
------------------------------------------------------------
Client connecting to 192.168.1.4, TCP port 5001
TCP window size: 85.0 KByte (default)
------------------------------------------------------------
[  3] local 192.168.1.5 port 57002 connected with 192.168.1.4 port 5001
[ ID] Interval       Transfer     Bandwidth
[  3]  0.0- 1.0 sec  97.6 KBytes   799 Kbits/sec
[  3]  1.0- 2.0 sec  1.41 KBytes  11.6 Kbits/sec
[  3]  2.0- 3.0 sec  0.00 Bytes  0.00 bits/sec
[  3]  3.0- 4.0 sec  0.00 Bytes  0.00 bits/sec
[  3]  4.0- 5.0 sec  0.00 Bytes  0.00 bits/sec
[  3]  5.0- 6.0 sec  0.00 Bytes  0.00 bits/sec
[  3]  6.0- 7.0 sec  0.00 Bytes  0.00 bits/sec
[  3]  7.0- 8.0 sec  0.00 Bytes  0.00 bits/sec
[  3]  8.0- 9.0 sec  2.83 KBytes  23.2 Kbits/sec
[  3]  9.0-10.0 sec  0.00 Bytes  0.00 bits/sec
[  3]  0.0-10.2 sec   102 KBytes  81.4 Kbits/sec
rock64@rock64:~$  iperf -s -i 1
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size: 85.3 KByte (default)
------------------------------------------------------------
[  4] local 192.168.1.5 port 5001 connected with 192.168.1.4 port 46846
[ ID] Interval       Transfer     Bandwidth
[  4]  0.0- 1.0 sec  26.3 MBytes   220 Mbits/sec
[  4]  1.0- 2.0 sec  35.6 MBytes   298 Mbits/sec
[  4]  2.0- 3.0 sec  26.8 MBytes   225 Mbits/sec
[  4]  3.0- 4.0 sec  28.7 MBytes   241 Mbits/sec
[  4]  4.0- 5.0 sec  23.7 MBytes   199 Mbits/sec
[  4]  5.0- 6.0 sec  32.2 MBytes   270 Mbits/sec
[  4]  6.0- 7.0 sec  28.1 MBytes   236 Mbits/sec
[  4]  7.0- 8.0 sec  38.3 MBytes   321 Mbits/sec
[  4]  8.0- 9.0 sec  30.8 MBytes   259 Mbits/sec
[  4]  9.0-10.0 sec  36.2 MBytes   304 Mbits/sec
[  4]  0.0-10.0 sec   307 MBytes   257 Mbits/sec


Kernel 4.4

Code:
rock64@rock64:~$ uname -a
Linux rock64 4.4.77-rockchip-ayufan-96 #1 SMP Wed Aug 30 21:19:43 UTC 2017 aarch64 GNU/Linux
rock64@rock64:~$  iperf -c 192.168.1.4 -i 1
------------------------------------------------------------
Client connecting to 192.168.1.4, TCP port 5001
TCP window size: 85.0 KByte (default)
------------------------------------------------------------
[  3] local 192.168.1.5 port 38790 connected with 192.168.1.4 port 5001
[ ID] Interval       Transfer     Bandwidth
[  3]  0.0- 1.0 sec   107 MBytes   894 Mbits/sec
[  3]  1.0- 2.0 sec   105 MBytes   878 Mbits/sec
[  3]  2.0- 3.0 sec   100 MBytes   843 Mbits/sec
[  3]  3.0- 4.0 sec   103 MBytes   867 Mbits/sec
[  3]  4.0- 5.0 sec   104 MBytes   876 Mbits/sec
[  3]  5.0- 6.0 sec   104 MBytes   869 Mbits/sec
[  3]  6.0- 7.0 sec   103 MBytes   863 Mbits/sec
[  3]  7.0- 8.0 sec   101 MBytes   850 Mbits/sec
[  3]  8.0- 9.0 sec   104 MBytes   870 Mbits/sec
[  3]  9.0-10.0 sec   104 MBytes   872 Mbits/sec
[  3]  0.0-10.0 sec  1.01 GBytes   868 Mbits/sec
rock64@rock64:~$  iperf -s -i 1
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size: 85.3 KByte (default)
------------------------------------------------------------
[  4] local 192.168.1.5 port 5001 connected with 192.168.1.4 port 46848
[ ID] Interval       Transfer     Bandwidth
[  4]  0.0- 1.0 sec   106 MBytes   890 Mbits/sec
[  4]  1.0- 2.0 sec   112 MBytes   941 Mbits/sec
[  4]  2.0- 3.0 sec   112 MBytes   941 Mbits/sec
[  4]  3.0- 4.0 sec   112 MBytes   941 Mbits/sec
[  4]  4.0- 5.0 sec   112 MBytes   941 Mbits/sec
[  4]  5.0- 6.0 sec   112 MBytes   941 Mbits/sec
[  4]  6.0- 7.0 sec   112 MBytes   941 Mbits/sec
[  4]  7.0- 8.0 sec   112 MBytes   941 Mbits/sec
[  4]  8.0- 9.0 sec   112 MBytes   941 Mbits/sec
[  4]  9.0-10.0 sec   112 MBytes   941 Mbits/sec
[  4]  0.0-10.0 sec  1.09 GBytes   936 Mbits/sec
The latest 0.5.6 is needed to have needed GbE fixes that work with the mainline kernel.
(09-04-2017, 03:16 PM)ayufan Wrote: [ -> ]The latest 0.5.6 is needed to have needed GbE fixes that work with the mainline kernel.

Alright, here is the iperf test. It is much much better now:


Code:
rock64@rock64:/$ uname -a
Linux rock64 4.13.0-rc1-rockchip-ayufan-96-gbacbee6 #1 SMP PREEMPT Wed Aug 30 21:25:59 UTC 2017 aarch64 GNU/Linux
rock64@rock64:/$ iperf -c 192.168.1.4 -i 1
------------------------------------------------------------
Client connecting to 192.168.1.4, TCP port 5001
TCP window size: 85.0 KByte (default)
------------------------------------------------------------
[  3] local 192.168.1.5 port 33922 connected with 192.168.1.4 port 5001
[ ID] Interval       Transfer     Bandwidth
[  3]  0.0- 1.0 sec   105 MBytes   882 Mbits/sec
[  3]  1.0- 2.0 sec   106 MBytes   888 Mbits/sec
[  3]  2.0- 3.0 sec   106 MBytes   885 Mbits/sec
[  3]  3.0- 4.0 sec   104 MBytes   875 Mbits/sec
[  3]  4.0- 5.0 sec   105 MBytes   884 Mbits/sec
[  3]  5.0- 6.0 sec   106 MBytes   888 Mbits/sec
[  3]  6.0- 7.0 sec   106 MBytes   888 Mbits/sec
[  3]  7.0- 8.0 sec   106 MBytes   888 Mbits/sec
[  3]  8.0- 9.0 sec   106 MBytes   890 Mbits/sec
[  3]  9.0-10.0 sec   106 MBytes   888 Mbits/sec
[  3]  0.0-10.0 sec  1.03 GBytes   885 Mbits/sec

...but wait.... look here:

Code:
rock64@rock64:/$ iperf -s -i 1
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size: 85.3 KByte (default)
------------------------------------------------------------
[  4] local 192.168.1.5 port 5001 connected with 192.168.1.4 port 56148
[ ID] Interval       Transfer     Bandwidth
[  4]  0.0- 1.0 sec  55.8 MBytes   468 Mbits/sec
[  4]  1.0- 2.0 sec  44.4 MBytes   373 Mbits/sec
[  4]  2.0- 3.0 sec  54.6 MBytes   458 Mbits/sec
[  4]  3.0- 4.0 sec  39.7 MBytes   333 Mbits/sec
[  4]  4.0- 5.0 sec  44.5 MBytes   373 Mbits/sec
[  4]  5.0- 6.0 sec  44.9 MBytes   377 Mbits/sec
[  4]  6.0- 7.0 sec  43.0 MBytes   361 Mbits/sec
[  4]  7.0- 8.0 sec  49.8 MBytes   418 Mbits/sec
[  4]  8.0- 9.0 sec  47.7 MBytes   400 Mbits/sec
[  4]  9.0-10.0 sec  53.4 MBytes   448 Mbits/sec
[  4]  0.0-10.0 sec   478 MBytes   401 Mbits/sec

The second part of iPerf test doesn't look quite right.

SSH terminal keyboard also feels a bit sluggish 

But I am happy to report that all my installed apps work.


Code:
rock64@rock64:~$ systemd-analyze blame
         10.601s nmbd.service
          1.577s mariadb.service
          1.241s dev-sda1.device
           600ms php7.0-fpm.service
           541ms networking.service
           513ms nginx.service
           421ms dhcpcd.service
           352ms smbd.service
           314ms systemd-udev-trigger.service
           261ms ssh.service
           245ms sysstat.service
           223ms sys-kernel-debug.mount
           218ms dev-mqueue.mount
           216ms systemd-logind.service
           185ms fake-hwclock.service
           178ms systemd-journal-flush.service
           177ms ntp.service
           177ms systemd-tmpfiles-setup-dev.service
           175ms systemd-modules-load.service
           174ms avahi-daemon.service
           165ms systemd-fsck@dev-disk-by\x2dlabel-boot.service
           154ms systemd-random-seed.service
           139ms ssh-keygen.service
           133ms systemd-journald.service
           110ms systemd-sysctl.service
           106ms systemd-remount-fs.service
           106ms rsyslog.service
            91ms rtorrent.service
            89ms sys-kernel-config.mount
            81ms dev-hugepages.mount
            76ms systemd-user-sessions.service
            49ms systemd-tmpfiles-setup.service
            44ms sys-fs-fuse-connections.mount
            42ms systemd-udevd.service
            33ms systemd-update-utmp-runlevel.service
            33ms public.mount
            33ms boot-efi.mount
            24ms systemd-update-utmp.service




Code:
rock64@rock64:~$ dmesg
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.13.0-rc1-rockchip-ayufan-96-gbacbee6 (root@44a942354eca) (gcc version 5.4.0 20160609 (Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.4)) #1 SMP PREEMPT Wed Aug 30 21:25:59 UTC 2017
[    0.000000] Boot CPU: AArch64 Processor [410fd034]
[    0.000000] Machine model: Pine64 Rock64
[    0.000000] earlycon: uart8250 at MMIO32 0x00000000ff130000 (options '')
[    0.000000] bootconsole [uart8250] enabled
[    0.000000] efi: Getting EFI parameters from FDT:
[    0.000000] efi: UEFI not found.
[    0.000000] cma: Reserved 16 MiB at 0x000000007f000000
[    0.000000] NUMA: No NUMA configuration found
[    0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x000000007fffffff]
[    0.000000] NUMA: Adding memblock [0x200000 - 0x7fffffff] on node 0
[    0.000000] NUMA: Initmem setup node 0 [mem 0x00200000-0x7fffffff]
[    0.000000] NUMA: NODE_DATA [mem 0x7efbe280-0x7efbfd7f]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000200000-0x000000007fffffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000200000-0x000000007fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000200000-0x000000007fffffff]
[    0.000000] On node 0 totalpages: 523776
[    0.000000]   DMA zone: 8184 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 523776 pages, LIFO batch:31
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.0 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: MIGRATE_INFO_TYPE not supported.
[    0.000000] percpu: Embedded 26 pages/cpu @ffff80007ef53000 s67608 r8192 d30696 u106496
[    0.000000] pcpu-alloc: s67608 r8192 d30696 u106496 alloc=26*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: enabling workaround for ARM erratum 845719
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 515592
[    0.000000] Policy zone: DMA
[    0.000000] Kernel command line: earlycon=uart8250,mmio32,0xff130000 rw root=LABEL=rootfs rootwait rootfstype=ext4 init=/sbin/init coherent_pool=1M ethaddr=32:98:97:39:cc:21 eth1addr=32:98:97:39:cc:41 serial=9f02748f654f5ed
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Memory: 2018316K/2095104K available (14780K kernel code, 1542K rwdata, 6200K rodata, 1216K init, 520K bss, 60404K reserved, 16384K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     modules : 0xffff000000000000 - 0xffff000008000000   (   128 MB)
[    0.000000]     vmalloc : 0xffff000008000000 - 0xffff7dffbfff0000   (129022 GB)
[    0.000000]       .text : 0xffff000008080000 - 0xffff000008ef0000   ( 14784 KB)
[    0.000000]     .rodata : 0xffff000008ef0000 - 0xffff000009510000   (  6272 KB)
[    0.000000]       .init : 0xffff000009510000 - 0xffff000009640000   (  1216 KB)
[    0.000000]       .data : 0xffff000009640000 - 0xffff0000097c1a00   (  1543 KB)
[    0.000000]        .bss : 0xffff0000097c1a00 - 0xffff000009843c08   (   521 KB)
[    0.000000]     fixed   : 0xffff7dfffe7fd000 - 0xffff7dfffec00000   (  4108 KB)
[    0.000000]     PCI I/O : 0xffff7dfffee00000 - 0xffff7dffffe00000   (    16 MB)
[    0.000000]     vmemmap : 0xffff7e0000000000 - 0xffff800000000000   (  2048 GB maximum)
[    0.000000]               0xffff7e0000008000 - 0xffff7e0002000000   (    31 MB actual)
[    0.000000]     memory  : 0xffff800000200000 - 0xffff800080000000   (  2046 MB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] GIC: Using split EOI/Deactivate mode
[    0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    0.000006] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.001765] Console: colour dummy device 80x25
[    0.002187] console [tty0] enabled
[    0.002554] bootconsole [uart8250] disabled
[    0.003025] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[    0.003058] pid_max: default: 32768 minimum: 301
[    0.003183] Security Framework initialized
[    0.004388] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.004995] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.005059] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.005099] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.018671] ASID allocator initialised with 65536 entries
[    0.026660] Hierarchical SRCU implementation.
[    0.036374] EFI services will not be available.
[    0.042731] smp: Bringing up secondary CPUs ...
[    0.070895] Detected VIPT I-cache on CPU1
[    0.070951] CPU1: Booted secondary processor [410fd034]
[    0.098975] Detected VIPT I-cache on CPU2
[    0.099019] CPU2: Booted secondary processor [410fd034]
[    0.127060] Detected VIPT I-cache on CPU3
[    0.127103] CPU3: Booted secondary processor [410fd034]
[    0.127185] smp: Brought up 1 node, 4 CPUs
[    0.127272] SMP: Total of 4 processors activated.
[    0.127291] CPU features: detected feature: 32-bit EL0 Support
[    0.127472] CPU: All CPU(s) started at EL2
[    0.127507] alternatives: patching kernel code
[    0.129055] devtmpfs: initialized
[    0.139103] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.139218] futex hash table entries: 1024 (order: 5, 131072 bytes)
[    0.140163] xor: measuring software checksum speed
[    0.179145]    8regs     :  1117.000 MB/sec
[    0.219204]    8regs_prefetch:  1027.000 MB/sec
[    0.259258]    32regs    :  1364.000 MB/sec
[    0.299316]    32regs_prefetch:  1190.000 MB/sec
[    0.299343] xor: using function: 32regs (1364.000 MB/sec)
[    0.299378] pinctrl core: initialized pinctrl subsystem
[    0.299900] random: fast init done
[    0.301275] DMI not present or invalid.
[    0.301740] NET: Registered protocol family 16
[    0.304142] cpuidle: using governor menu
[    0.305567] vdso: 2 pages (1 code @ ffff000008ef6000, 1 data @ ffff000009645000)
[    0.305629] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.307339] DMA: preallocated 1024 KiB pool for atomic allocations
[    0.307992] Serial: AMBA PL011 UART driver
[    0.352823] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.419843] raid6: int64x1  gen()   208 MB/s
[    0.487965] raid6: int64x1  xor()   218 MB/s
[    0.555928] raid6: int64x2  gen()   328 MB/s
[    0.624056] raid6: int64x2  xor()   298 MB/s
[    0.692175] raid6: int64x4  gen()   519 MB/s
[    0.760255] raid6: int64x4  xor()   377 MB/s
[    0.828301] raid6: int64x8  gen()   548 MB/s
[    0.896475] raid6: int64x8  xor()   363 MB/s
[    0.964525] raid6: neonx1   gen()   362 MB/s
[    1.032586] raid6: neonx1   xor()   378 MB/s
[    1.100739] raid6: neonx2   gen()   583 MB/s
[    1.168796] raid6: neonx2   xor()   514 MB/s
[    1.236899] raid6: neonx4   gen()   753 MB/s
[    1.304989] raid6: neonx4   xor()   590 MB/s
[    1.373128] raid6: neonx8   gen()   785 MB/s
[    1.441173] raid6: neonx8   xor()   602 MB/s
[    1.441201] raid6: using algorithm neonx8 gen() 785 MB/s
[    1.441239] raid6: .... xor() 602 MB/s, rmw enabled
[    1.441266] raid6: using intx1 recovery algorithm
[    1.441621] ACPI: Interpreter disabled.
[    1.444188] vcc_host_5v: supplied by vcc_sys
[    1.444293] vcc_host1_5v: supplied by vcc_sys
[    1.445086] vgaarb: loaded
[    1.445512] SCSI subsystem initialized
[    1.445751] libata version 3.00 loaded.
[    1.446246] usbcore: registered new interface driver usbfs
[    1.446353] usbcore: registered new interface driver hub
[    1.446487] usbcore: registered new device driver usb
[    1.447452] media: Linux media interface: v0.10
[    1.447533] Linux video capture interface: v2.00
[    1.447660] pps_core: LinuxPPS API ver. 1 registered
[    1.447691] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.447758] PTP clock support registered
[    1.447979] EDAC MC: Ver: 3.0.0
[    1.448424] dmi: Firmware registration failed.
[    1.448766] Advanced Linux Sound Architecture Driver Initialized.
[    1.449426] Bluetooth: Core ver 2.22
[    1.449523] NET: Registered protocol family 31
[    1.449551] Bluetooth: HCI device and connection manager initialized
[    1.449588] Bluetooth: HCI socket layer initialized
[    1.449618] Bluetooth: L2CAP socket layer initialized
[    1.449669] Bluetooth: SCO socket layer initialized
[    1.450247] NetLabel: Initializing
[    1.450278] NetLabel:  domain hash size = 128
[    1.450303] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    1.450418] NetLabel:  unlabeled traffic allowed by default
[    1.451417] clocksource: Switched to clocksource arch_sys_counter
[    1.451611] VFS: Disk quotas dquot_6.6.0
[    1.451700] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.451992] pnp: PnP ACPI: disabled
[    1.461373] NET: Registered protocol family 2
[    1.462018] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    1.462347] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[    1.462794] TCP: Hash tables configured (established 16384 bind 16384)
[    1.462967] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[    1.463090] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[    1.463338] NET: Registered protocol family 1
[    1.463866] RPC: Registered named UNIX socket transport module.
[    1.463904] RPC: Registered udp transport module.
[    1.463931] RPC: Registered tcp transport module.
[    1.463957] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.463991] PCI: CLS 0 bytes, default 128
[    1.464203] Trying to unpack rootfs image as initramfs...
[    1.658277] Freeing initrd memory: 2516K
[    1.659654] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[    1.659920] kvm [1]: 8-bit VMID
[    1.659948] kvm [1]: IDMAP page: 2ed9000
[    1.659974] kvm [1]: HYP VA range: 800000000000:ffffffffffff
[    1.661154] kvm [1]: Hyp mode initialized successfully
[    1.661218] kvm [1]: vgic-v2@ff814000
[    1.661335] kvm [1]: vgic interrupt IRQ1
[    1.661373] kvm [1]: virtual timer IRQ4
[    1.664401] audit: initializing netlink subsys (disabled)
[    1.664576] audit: type=2000 audit(1.661:1): state=initialized audit_enabled=0 res=1
[    1.665059] workingset: timestamp_bits=44 max_order=19 bucket_order=0
[    1.675444] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.676453] NFS: Registering the id_resolver key type
[    1.676516] Key type id_resolver registered
[    1.676543] Key type id_legacy registered
[    1.676579] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    1.676609] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    1.677778] fuse init (API version 7.26)
[    1.678537] 9p: Installing v9fs 9p2000 file system support
[    1.686773] NET: Registered protocol family 38
[    1.686917] Key type asymmetric registered
[    1.687210] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    1.687260] io scheduler noop registered
[    1.687668] io scheduler cfq registered (default)
[    1.687705] io scheduler mq-deadline registered
[    1.687732] io scheduler kyber registered
[    1.703740] dma-pl330 ff1f0000.dmac: Loaded driver for PL330 DMAC-241330
[    1.703787] dma-pl330 ff1f0000.dmac:         DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
[    1.705852] xenfs: not registering filesystem on non-xen platform
[    1.711115] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.713592] ff130000.serial: ttyS2 at MMIO 0xff130000 (irq = 12, base_baud = 1500000) is a 16550A
[    1.806503] console [ttyS2] enabled
[    1.808068] SuperH (H)SCI(F) driver initialized
[    1.809025] msm_serial: driver initialized
[    1.828330] brd: module loaded
[    1.836343] loop: module loaded
[    1.853406] hisi_sas: driver version v1.6
[    1.857898] rockchip-spi ff190000.spi: Failed to request TX DMA channel
[    1.858520] rockchip-spi ff190000.spi: Failed to request RX DMA channel
[    1.859834] m25p80 spi32766.0: found gd25q128, expected m25p128
[    1.862123] m25p80 spi32766.0: gd25q128 (16384 Kbytes)
[    1.866341] 6 ofpart partitions found on MTD device spi32766.0
[    1.866889] Creating 6 MTD partitions on "spi32766.0":
[    1.867369] 0x000000000000-0x000000008000 : "system"
[    1.868918] 0x000000008000-0x000000400000 : "loader"
[    1.870341] 0x000000400000-0x0000007c0000 : "reserved"
[    1.871857] 0x0000007c0000-0x000000800000 : "vendor"
[    1.873285] 0x000000800000-0x000000c00000 : "uboot"
[    1.874702] 0x000000c00000-0x000001000000 : "atf"
[    1.877912] libphy: Fixed MDIO Bus: probed
[    1.880091] tun: Universal TUN/TAP device driver, 1.6
[    1.882094] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    1.882640] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    1.883257] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[    1.884007] igb: Copyright (c) 2007-2014 Intel Corporation.
[    1.884590] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[    1.885314] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[    1.886395] sky2: driver version 1.30
[    1.888681] rk_gmac-dwmac ff540000.ethernet: PTP uses main clock
[    1.889355] rk_gmac-dwmac ff540000.ethernet: clock input or output? (input).
[    1.890005] rk_gmac-dwmac ff540000.ethernet: TX delay(0x26).
[    1.890528] rk_gmac-dwmac ff540000.ethernet: RX delay(0x11).
[    1.891054] rk_gmac-dwmac ff540000.ethernet: integrated PHY? (no).
[    1.891777] rk_gmac-dwmac ff540000.ethernet: clock input from PHY
[    1.897351] rk_gmac-dwmac ff540000.ethernet: init for RGMII
[    1.897909] stmmac - user ID: 0x10, Synopsys ID: 0x35
[    1.898378] rk_gmac-dwmac ff540000.ethernet: Ring mode enabled
[    1.898916] rk_gmac-dwmac ff540000.ethernet: DMA HW capability register supported
[    1.899622] rk_gmac-dwmac ff540000.ethernet: Normal descriptors
[    1.900167] rk_gmac-dwmac ff540000.ethernet: RX Checksum Offload Engine supported
[    1.900857] rk_gmac-dwmac ff540000.ethernet: COE Type 2
[    1.901338] rk_gmac-dwmac ff540000.ethernet: TX Checksum insertion supported
[    1.901979] rk_gmac-dwmac ff540000.ethernet: Wake-Up On Lan supported
[    1.902608] rk_gmac-dwmac ff540000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    2.004630] libphy: stmmac: probed
[    2.004978] rk_gmac-dwmac ff540000.ethernet (unnamed net_device) (uninitialized): PHY ID 001cc916 at 0 IRQ POLL (stmmac-0:00) active
[    2.006065] rk_gmac-dwmac ff540000.ethernet (unnamed net_device) (uninitialized): PHY ID 001cc916 at 1 IRQ POLL (stmmac-0:01)
[    2.007917] rk_gmac-dwmac ff550000.ethernet: PTP uses main clock
[    2.008609] rk_gmac-dwmac ff550000.ethernet: clock input or output? (output).
[    2.009266] rk_gmac-dwmac ff550000.ethernet: Can not read property: tx_delay.
[    2.009917] rk_gmac-dwmac ff550000.ethernet: set tx_delay to 0x30
[    2.010477] rk_gmac-dwmac ff550000.ethernet: Can not read property: rx_delay.
[    2.011127] rk_gmac-dwmac ff550000.ethernet: set rx_delay to 0x10
[    2.011735] rk_gmac-dwmac ff550000.ethernet: integrated PHY? (yes).
[    2.012444] rk_gmac-dwmac ff550000.ethernet: cannot get clock clk_mac_refout
[    2.018123] rk_gmac-dwmac ff550000.ethernet: init for RMII
[    2.055466] stmmac - user ID: 0x10, Synopsys ID: 0x35
[    2.055937] rk_gmac-dwmac ff550000.ethernet: Ring mode enabled
[    2.056474] rk_gmac-dwmac ff550000.ethernet: DMA HW capability register supported
[    2.057166] rk_gmac-dwmac ff550000.ethernet: Normal descriptors
[    2.057708] rk_gmac-dwmac ff550000.ethernet: RX Checksum Offload Engine supported
[    2.058400] rk_gmac-dwmac ff550000.ethernet: COE Type 2
[    2.058881] rk_gmac-dwmac ff550000.ethernet: TX Checksum insertion supported
[    2.059547] rk_gmac-dwmac ff550000.ethernet: Wake-Up On Lan supported
[    2.060176] rk_gmac-dwmac ff550000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    2.061051] libphy: stmmac: probed
[    2.066532] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
[    2.067317] usbcore: registered new interface driver pegasus
[    2.067952] usbcore: registered new interface driver rtl8150
[    2.068535] usbcore: registered new interface driver r8152
[    2.069094] usbcore: registered new interface driver asix
[    2.069652] usbcore: registered new interface driver ax88179_178a
[    2.070273] usbcore: registered new interface driver cdc_ether
[    2.070864] usbcore: registered new interface driver dm9601
[    2.071464] usbcore: registered new interface driver CoreChips
[    2.072069] usbcore: registered new interface driver smsc75xx
[    2.072660] usbcore: registered new interface driver smsc95xx
[    2.073251] usbcore: registered new interface driver net1080
[    2.073824] usbcore: registered new interface driver plusb
[    2.074379] usbcore: registered new interface driver cdc_subset
[    2.074973] usbcore: registered new interface driver MOSCHIP usb-ethernet driver
[    2.075754] usbcore: registered new interface driver cdc_ncm
[    2.076515] VFIO - User Level meta-driver version: 0.3
[    2.080886] dwc2 ff580000.usb: ff580000.usb supply vusb_d not found, using dummy regulator
[    2.081715] dwc2 ff580000.usb: ff580000.usb supply vusb_a not found, using dummy regulator
[    2.094950] dwc2 ff580000.usb: DWC OTG Controller
[    2.095497] dwc2 ff580000.usb: new USB bus registered, assigned bus number 1
[    2.096173] dwc2 ff580000.usb: irq 20, io mem 0xff580000
[    2.097518] hub 1-0:1.0: USB hub found
[    2.097913] hub 1-0:1.0: 1 port detected
[    2.099454] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.100063] ehci-pci: EHCI PCI platform driver
[    2.100556] ehci-platform: EHCI generic platform driver
[    2.103461] ehci-platform ff5c0000.usb: EHCI Host Controller
[    2.104013] ehci-platform ff5c0000.usb: new USB bus registered, assigned bus number 2
[    2.105137] ehci-platform ff5c0000.usb: irq 21, io mem 0xff5c0000
[    2.119433] ehci-platform ff5c0000.usb: USB 2.0 started, EHCI 1.00
[    2.120786] hub 2-0:1.0: USB hub found
[    2.121178] hub 2-0:1.0: 1 port detected
[    2.121931] ehci-orion: EHCI orion driver
[    2.122523] ehci-exynos: EHCI EXYNOS driver
[    2.123069] ehci-msm: Qualcomm On-Chip EHCI Host Controller
[    2.123772] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.124359] ohci-pci: OHCI PCI platform driver
[    2.124876] ohci-platform: OHCI generic platform driver
[    2.125670] ohci-platform ff5d0000.usb: Generic Platform OHCI controller
[    2.126320] ohci-platform ff5d0000.usb: new USB bus registered, assigned bus number 3
[    2.127312] ohci-platform ff5d0000.usb: irq 22, io mem 0xff5d0000
[    2.192214] hub 3-0:1.0: USB hub found
[    2.192610] hub 3-0:1.0: 1 port detected
[    2.193360] ohci-exynos: OHCI EXYNOS driver
[    2.194467] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[    2.195005] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 4
[    2.196587] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x02010010
[    2.197434] xhci-hcd xhci-hcd.0.auto: irq 157, io mem 0xff600000
[    2.198792] hub 4-0:1.0: USB hub found
[    2.199189] hub 4-0:1.0: 1 port detected
[    2.199981] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[    2.200507] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 5
[    2.201305] usb usb5: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.202764] hub 5-0:1.0: USB hub found
[    2.203157] hub 5-0:1.0: 1 port detected
[    2.204339] usbcore: registered new interface driver usb-storage
[    2.208760] i2c /dev entries driver
[    2.212197] rk808 1-0018: chip id: 0x8050
[    2.218455] rk808-regulator rk808-regulator: there is no dvs0 gpio
[    2.219044] rk808-regulator rk808-regulator: there is no dvs1 gpio
[    2.219705] DCDC_REG1: mapping for mode 1 not defined
[    2.220178] DCDC_REG1: mapping for mode 2 not defined
[    2.220723] DCDC_REG1: supplied by vcc_sys
[    2.223250] DCDC_REG2: mapping for mode 1 not defined
[    2.223759] DCDC_REG2: mapping for mode 2 not defined
[    2.224297] DCDC_REG2: supplied by vcc_sys
[    2.225904] DCDC_REG3: mapping for mode 1 not defined
[    2.226379] DCDC_REG3: mapping for mode 2 not defined
[    2.226909] DCDC_REG3: supplied by vcc_sys
[    2.227705] DCDC_REG4: mapping for mode 1 not defined
[    2.228185] DCDC_REG4: mapping for mode 2 not defined
[    2.228716] DCDC_REG4: supplied by vcc_sys
[    2.230326] LDO_REG1: supplied by vcc_io
[    2.234114] LDO_REG2: supplied by vcc_io
[    2.238025] LDO_REG3: supplied by vcc_sys
[    2.252154] rk808-rtc rk808-rtc: rtc core: registered rk808-rtc as rtc0
[    2.255585] input: rk805 pwrkey as /devices/platform/ff160000.i2c/i2c-1/1-0018/rk805-pwrkey/input/input0
[    2.256760] rk3x-i2c ff160000.i2c: Initialized RK3xxx I2C bus at ffff000009e83000
[    2.258870] IR NEC protocol handler initialized
[    2.259301] IR RC5(x/sz) protocol handler initialized
[    2.259796] IR RC6 protocol handler initialized
[    2.260218] IR JVC protocol handler initialized
[    2.260634] IR Sony protocol handler initialized
[    2.261061] IR SANYO protocol handler initialized
[    2.261494] IR Sharp protocol handler initialized
[    2.261926] IR MCE Keyboard/mouse protocol handler initialized
[    2.262459] IR XMP protocol handler initialized
[    2.266741] Bluetooth: HCI UART driver ver 2.3
[    2.269796] pwrseq_simple: probe of sdio-pwrseq failed with error -16
[    2.270596] sdhci: Secure Digital Host Controller Interface driver
[    2.271155] sdhci: Copyright(c) Pierre Ossman
[    2.271906] Synopsys Designware Multimedia Card Interface Driver
[    2.273284] dwmmc_rockchip ff520000.dwmmc: IDMAC supports 32-bit address mode.
[    2.274074] dwmmc_rockchip ff520000.dwmmc: Using internal DMA controller.
[    2.274684] dwmmc_rockchip ff520000.dwmmc: Version ID is 270a
[    2.275222] dwmmc_rockchip ff520000.dwmmc: DW MMC controller at irq 17,32 bit host data width,256 deep fifo
[    2.276160] mmc_host mmc0: card is non-removable.
[    2.295436] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[    2.315829] dwmmc_rockchip ff500000.dwmmc: IDMAC supports 32-bit address mode.
[    2.316609] dwmmc_rockchip ff500000.dwmmc: Using internal DMA controller.
[    2.317220] dwmmc_rockchip ff500000.dwmmc: Version ID is 270a
[    2.317758] dwmmc_rockchip ff500000.dwmmc: DW MMC controller at irq 18,32 bit host data width,256 deep fifo
[    2.318690] vcc_sd: supplied by vcc_io
[    2.319187] dwmmc_rockchip ff500000.dwmmc: Got CD GPIO
[    2.339583] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[    2.347477] mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
[    2.360441] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.368086] ledtrig-cpu: registered to indicate activity on CPUs
[    2.370275] usbcore: registered new interface driver usbhid
[    2.370799] usbhid: USB HID core driver
[    2.376461] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[    2.377666] ip_tables: (C) 2000-2006 Netfilter Core Team
[    2.378967] NET: Registered protocol family 10
[    2.380678] Segment Routing with IPv6
[    2.381121] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    2.381940] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    2.383135] NET: Registered protocol family 17
[    2.383642] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    2.384819] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    2.385367] Bluetooth: HIDP socket layer initialized
[    2.385890] 8021q: 802.1Q VLAN Support v1.8
[    2.386327] 9pnet: Installing 9P2000 support
[    2.386804] Key type dns_resolver registered
[    2.388409] registered taskstats version 1
[    2.390092] Btrfs loaded, crc32c=crc32c-generic
[    2.403860] rk808-rtc rk808-rtc: setting system clock to 2017-09-05 01:43:38 UTC (1504575818)
[    2.405615] ALSA device list:
[    2.405902]   No soundcards found.
[    2.406422] of_dma_request_slave_channel: dma-names property of node '/serial@ff130000' missing or empty
[    2.407293] ttyS2 - failed to request DMA
[    2.407510] mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
[    2.408999] Freeing unused kernel memory: 1216K
[    2.425902] mmc_host mmc1: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
[    2.426868] mmc1: new high speed SDHC card at address e624
[    2.427782] mmcblk1: mmc1:e624 SU04G 3.69 GiB
[    2.443608]  mmcblk1: p1 p2 p3 p4 p5 p6 p7
[    2.471508] mmc_host mmc0: Bus speed (slot 0) = 100000Hz (slot req 100000Hz, actual 100000HZ div = 0)
[    2.531482] usb 4-1: new high-speed USB device number 2 using xhci-hcd
[    3.131593] usb 5-1: new SuperSpeed USB device number 2 using xhci-hcd
[    3.162037] hub 5-1:1.0: USB hub found
[    3.162706] hub 5-1:1.0: 4 ports detected
[    3.194125] hub 4-1:1.0: USB hub found
[    3.195574] hub 4-1:1.0: 4 ports detected
[    3.459500] usb 5-1.4: new SuperSpeed USB device number 3 using xhci-hcd
[    3.483973] usb-storage 5-1.4:1.0: USB Mass Storage device detected
[    3.484915] scsi host0: usb-storage 5-1.4:1.0
[    3.488678] usbcore: registered new interface driver uas
[    5.031815] scsi 0:0:0:0: Direct-Access     ATA      M4-CT128M4SSD2   070H PQ: 0 ANSI: 6
[    5.033753] sd 0:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
[    5.039083] sd 0:0:0:0: [sda] Write Protect is off
[    5.039615] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
[    5.040179] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    5.044878]  sda: sda1 sda2
[    5.048259] sd 0:0:0:0: [sda] Attached SCSI disk
[    5.532127] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    5.734749] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[    5.736886] systemd[1]: Detected architecture arm64.
[    5.755976] systemd[1]: Set hostname to <rock64>.
[    5.945256] systemd[1]: Listening on Syslog Socket.
[    5.955816] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    5.967591] systemd[1]: Reached target Remote File Systems.
[    5.979714] systemd[1]: Listening on fsck to fsckd communication Socket.
[    5.992174] systemd[1]: Created slice User and Session Slice.
[    6.003741] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    6.016113] systemd[1]: Created slice System Slice.
[    6.578819] systemd-journald[1914]: Received request to flush runtime journal from PID 1
[    7.109007] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    7.737181] RTL8211F Gigabit Ethernet stmmac-0:00: attached PHY driver [RTL8211F Gigabit Ethernet] (mii_bus:phy_addr=stmmac-0:00, irq=-1)
[    7.839485] rk_gmac-dwmac ff540000.ethernet eth0: PTP not supported by HW
[    7.840285] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    8.260337] Rockchip integrated EPHY stmmac-1:00: attached PHY driver [Rockchip integrated EPHY] (mii_bus:phy_addr=stmmac-1:00, irq=-1)
[    8.359495] rk_gmac-dwmac ff550000.ethernet eth1: PTP not supported by HW
[    8.360299] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[    8.616168] random: crng init done
[   11.937268] rk_gmac-dwmac ff540000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[   11.938127] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready

Great job, ayufan! Thanks!
Hi,

just to make sure I understand things right:  The announcement was mentioning headless so I assume this does not yet work for pinebook, right?

Thanks for the clarification

           Andreas.
Code:
rock64@rock64:~$ uname -a
Linux rock64 4.13.0-rc1-rockchip-ayufan-93-ga1d4fc4 #1 SMP PREEMPT Tue Aug 29 09:46:09 UTC 2017 aarch64 aarch64 aarch64 GNU/Linux
rock64@rock64:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu Artful Aardvark (development branch)
Release:        17.10
Codename:       artful

Tested 4.13 with Artful.

1. Keyboard respond on SSH Terminal is still laggy.
2. Samba installed successfully but video pauses periodically.

Looks like GbE issue has not been totally fixed.
Hi !

I installed linux-image-4.13.0-rockchip-ayufan-130-g4f68418_0.5.13_arm64.deb on top of stretch-minimal-rock64-0.5.13-130-arm64.img.xz. The sytems starts with 4.13.0-rockchip-ayufan-130-g4f68418 but fails to identify the root filesystem now:

Gave up waiting for root file system device.  Common problems:
- Boot args (cat /proc/cmdline)
  - Check rootdelay= (did the system wait long enough?)
- Missing modules (cat /proc/modules; ls /dev)
ALERT!  LABEL=linux-root does not exist.  Dropping to a shell!

Is there any way to boot 4.4.77 in uboot again (like in grub) or to hard code the device for the roor filesystem instead of the defined LABEL:

earlycon=uart8250,mmio32,0xff130000 rw root=LABEL=linux-root rootwait rootfstype=ext4 init=/sbin/init coherent_pool=1M ethaddr=96:e3:6f:f5:12:17 eth1addr=96:e3:6f:f5:12:37 serial=794bb69656b7cf1

Many thanks !
Hi !

Seems that there is an issue in kernel 4.13 in handling the eMMC which is mmc0 (while mmc1 is the SD card):

Begin: Running /scripts/local-premount ... done.
[    3.003233] mmc_host mmc0: Bus speed (slot 0) = 200000000Hz (slot req 200000000Hz, actual 200000000HZ div = 0)
[    3.004152] dwmmc_rockchip ff520000.dwmmc: Tuning clock (sample_clk) not defined.
[    3.004816] mmc0: tuning execution failed: -5
[    3.005208] mmc0: error -5 whilst initialising MMC card

In initramfs only the SD card is visible but not the eMMC module which I use mainly:

(initramfs) blkid
/dev/mmcblk1p1: UUID="f64c30f7-7269-4e80-bf0a-1a6a3ee14d5d" TYPE="ext4" PARTUUID="101b1335-dc89-42c5-82d1-2856ed148e6e"
/dev/mmcblk1: PTUUID="a0fedc3d-260c-4382-aa5c-9af5d95cc746" PTTYPE="gpt"
(09-24-2017, 05:26 AM)scat70 Wrote: [ -> ]Hi !

Seems that there is an issue in kernel 4.13 in handling the eMMC which is mmc0 (while mmc1 is the SD card):

Begin: Running /scripts/local-premount ... done.
[    3.003233] mmc_host mmc0: Bus speed (slot 0) = 200000000Hz (slot req 200000000Hz, actual 200000000HZ div = 0)
[    3.004152] dwmmc_rockchip ff520000.dwmmc: Tuning clock (sample_clk) not defined.
[    3.004816] mmc0: tuning execution failed: -5
[    3.005208] mmc0: error -5 whilst initialising MMC card

In initramfs only the SD card is visible but not the eMMC module which I use mainly:

(initramfs) blkid
/dev/mmcblk1p1: UUID="f64c30f7-7269-4e80-bf0a-1a6a3ee14d5d" TYPE="ext4" PARTUUID="101b1335-dc89-42c5-82d1-2856ed148e6e"
/dev/mmcblk1: PTUUID="a0fedc3d-260c-4382-aa5c-9af5d95cc746" PTTYPE="gpt"

I think those are old as its RC1 and I think current is 4.13.2
Also don't you also need the firmware and headers I dunno really think the headers are just for compiling but maybe firmware.
But it is RC1 and think its just never been deleted or updated to a working 4.13 he was prob looking at the Mali inclusion in 4.13
Seems to be in deed an issue with 4.13.0 in handling eMMC. Using the same kernel with the
SD card works well


How you doing with 4.14? RC2 is out and with the Rock64 inclusions seems like its a kernel we should be aiming for if early adopters.

https://www.phoronix.com/scan.php?page=n...2-Released
https://www.phoronix.com/scan.php?page=n...Linux-4.14
Pages: 1 2 3 4 5 6 7