FriendlyARM NanoPi R3S
The NanoPi R3S(as “R3S”) is an open source platform with dual-Gbps Ethernet ports designed and developed by FriendlyElec for IoT applications. The NanoPi R3S uses the RK3566 SoC. It has two Gbps Ethernet ports and 2G LPDDR4X RAM, as well as optional 32GB eMMC. The NanoPi R3S can be optionally equipped with an integrated CNC anodized aluminum case.
CNX Software review: https://www.cnx-software.com/2024/08/28/nanopi-r3s-a-low-cost-rockchip-rk3566-sbc-and-dual-gigabit-ethernet-router/
OEM/vendor-provided OS images (including FriendlyWRT) available here: https://wiki.friendlyelec.com/wiki/index.php/NanoPi_R3S#Official_image
Supported Versions
Experimental Versions
None at this time.
Hardware Highlights
Installation
Installation - microSD:
-Uncompress the OpenWRT sysupgrade.img.gz -Write image to microSD card using dd or similar tool
Installation - eMMC:
-Boot from microSD -Uncompress the OpenWRT sysupgrade.img.gz -Flash to eMMC : dd if=x.img of=/dev/mmcblk0 -sync -Remove microSD card -Reboot
Upgrading OpenWrt
These are generic instructions. Update with your router's specifics.
LuCI Web Upgrade Process
- Browse to
http://192.168.1.1/cgi-bin/luci/mini/system/upgrade/
LuCI Upgrade URL - Upload image file for sysupgrade to LuCI
- Wait for reboot
Terminal Upgrade Process
If you don't have a GUI (LuCI) available, you can alternatively upgrade via the command line. There are two command line methods for upgrading:
sysupgrade
mtd
Note: It is important that you put the firmware image into the ramdisk (/tmp) before you start flashing.
sysupgrade
- Login as root via SSH on 192.168.1.1, then enter the following commands:
cd /tmp wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc sysupgrade /tmp/xxx.abc
mtd
If sysupgrade
does not support this router, use mtd
.
- Login as root via SSH on 192.168.1.1, then enter the following commands:
cd /tmp wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc mtd write /tmp/xxx.abc linux && reboot
Debricking
Failsafe mode
Basic configuration
→ Basic configuration After flashing, proceed with this.
Set up your Internet connection, configure wireless, configure USB port, etc.
Specific Configuration
Please fill in real values for this device, then remove the EXAMPLEs
Network interfaces
The default network configuration is:
Interface Name | Description | Default configuration |
---|---|---|
br-lan | LAN | 192.168.1.1/24 |
eth1 | LAN port | |
eth0 | WAN port |
Buttons
→ hardware.button on howto use and configure the hardware button(s). Here, we merely name the buttons, so we can use them in the above Howto.
Please fill in real values for this device, then remove the EXAMPLEs
The FriendlyElec NanoPi R3S has the following buttons:
BUTTON | Event |
---|---|
EXAMPLE Reset | reset |
EXAMPLE Secure Easy Setup | ses |
EXAMPLE No buttons at all. | - |
Hardware
Info
- This table is automatically generated, once the correct filters for Brand and Model are set.
- If you see “Nothing.” instead of a table, please edit this section and adjust the filters with the proper Brand and Model. Just try, it's easy.
- If you still don't see a table here, or a table filled with '¿': Is there already a Techdata page available for FriendlyElec NanoPi R3S ? If not: Create one.
- If you see a table with the desired device data, everything is OK and you can delete this text and the
<WRAP>
that encloses it. - If it still doesn't work: Don't panic, calm down, take a deep breath and contact a wiki admin (tmomas) for help.
---- datatemplatelist dttpllist ---- template: meta:template_datatemplatelist cols : Brand, Model, Versions, Device Type, Availability, Supported Since Commit_git, Supported since Rel, Supported current Rel, Unsupported, Bootloader, CPU, Target, CPU MHz, Flash MBs, RAM MB, Switch, Ethernet 100M ports_, Ethernet Gbit ports_, Comments network ports_, Modem, VLAN, WLAN 2.4GHz, WLAN 5.0GHz, WLAN Hardwares, WLAN Comments_, Detachable Antennas_, USB ports_, SATA ports_, Comments USB SATA ports_, Serial, JTAG, LED count, Button count, Power supply, Device Techdata_pageid, Forum topic URL_url, wikidevi URL_url, OEM Device Homepage URL_url, Firmware OEM Stock URL_url, Firmware OpenWrt Install URL_url, Firmware OpenWrt Upgrade URL_url, Comments_ filter : Brand=FriendlyARM filter : Model=NanoPi R3S filter : Versions=
Opening the case
Note: This will void your warranty!
There is a single black screw on the bottom panel of the case, likely covered by a FriendlyElec QC sticker if you purchased the case together. Once the bottom panel is removed, the PCB can be unsecured from the case by unscrewing three additional silver screws.
Serial
→ port.serial general information about the serial port, serial port cable, etc.
How to connect to the Serial Port of this specific device:
Insert photo of PCB with markings for serial port
Serial connection parameters for FriendlyElec NanoPi R3S | 3.3V, 1500000, 8N1, flow control none |
---|
Bootloader mods
Hardware mods
None so far.
Bootlogs
OEM bootlog
COPY HERE THE BOOTLOG WITH THE ORIGINAL FIRMWARE
OpenWrt bootlog
root@OpenWrt:~# dmesg [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x412fd050] [ 0.000000] Linux version 6.6.58 (kzhang@vm2404) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 13.3.0 r27742-7cb784c980) 13.3.0, GNU ld (GNU Binutils) 2.42) #0 SMP PREEMPT Fri Oct 25 02:24:10 2024 [ 0.000000] Machine model: FriendlyElec NanoPi R3S [ 0.000000] earlycon: uart8250 at MMIO32 0x00000000fe660000 (options '') [ 0.000000] printk: bootconsole [uart8250] enabled [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000200000-0x000000007fffffff] [ 0.000000] DMA32 empty [ 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, zone DMA: 512 pages in unavailable ranges [ 0.000000] cma: Reserved 16 MiB at 0x000000007ba00000 on node -1 [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: MIGRATE_INFO_TYPE not supported. [ 0.000000] psci: SMC Calling Convention v1.2 [ 0.000000] percpu: Embedded 19 pages/cpu s37928 r8192 d31704 u77824 [ 0.000000] pcpu-alloc: s37928 r8192 d31704 u77824 alloc=19*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: detected: GIC system register CPU interface [ 0.000000] CPU features: detected: Virtualization Host Extensions [ 0.000000] CPU features: detected: Qualcomm erratum 1009, or ARM erratum 1286807, 2441009 [ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923 [ 0.000000] alternatives: applying boot alternatives [ 0.000000] Kernel command line: console=ttyS2,1500000 earlycon=uart8250,mmio32,0xfe660000 root=PARTUUID=5452574f-02 rw rootwait [ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 515592 [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] software IO TLB: SWIOTLB bounce buffer size adjusted to 1MB [ 0.000000] software IO TLB: area num 4. [ 0.000000] software IO TLB: mapped [mem 0x000000007d600000-0x000000007d800000] (2MB) [ 0.000000] Memory: 2018252K/2095104K available (9344K kernel code, 2420K rwdata, 2860K rodata, 2176K init, 723K bss, 60468K reserved, 16384K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU event tracing is enabled. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4. [ 0.000000] Trampoline variant of Tasks RCU enabled. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [ 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] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: 320 SPIs implemented [ 0.000000] GICv3: 0 Extended SPIs implemented [ 0.000000] GICv3: MBI range [296:319] [ 0.000000] GICv3: Using MBI frame 0x00000000fd410000 [ 0.000000] Root IRQ handler: gic_handle_irq [ 0.000000] GICv3: GICv3 features: 16 PPIs [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x00000000fd460000 [ 0.000000] ITS: No ITS available, not enabling LPIs [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 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.000001] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns [ 0.001467] Console: colour dummy device 80×25 [ 0.001961] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000) [ 0.002980] pid_max: default: 32768 minimum: 301 [ 0.008576] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.009325] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.015097] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1. [ 0.015911] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1. [ 0.016958] rcu: Hierarchical SRCU implementation. [ 0.017434] rcu: Max phase no-delay instances is 1000. [ 0.019271] smp: Bringing up secondary CPUs ... [ 0.020546] Detected VIPT I-cache on CPU1 [ 0.020639] GICv3: CPU1: found redistributor 100 region 0:0x00000000fd480000 [ 0.020698] CPU1: Booted secondary processor 0x0000000100 [0x412fd050] [ 0.021655] Detected VIPT I-cache on CPU2 [ 0.021736] GICv3: CPU2: found redistributor 200 region 0:0x00000000fd4a0000 [ 0.021781] CPU2: Booted secondary processor 0x0000000200 [0x412fd050] [ 0.022648] Detected VIPT I-cache on CPU3 [ 0.022725] GICv3: CPU3: found redistributor 300 region 0:0x00000000fd4c0000 [ 0.022767] CPU3: Booted secondary processor 0x0000000300 [0x412fd050] [ 0.022897] smp: Brought up 1 node, 4 CPUs [ 0.028489] SMP: Total of 4 processors activated. [ 0.028957] CPU features: detected: 32-bit EL0 Support [ 0.029461] CPU features: detected: Data cache clean to the PoU not required for I/D coherence [ 0.030302] CPU features: detected: Common not Private translations [ 0.030914] CPU features: detected: CRC32 instructions [ 0.031421] CPU features: detected: RCpc load-acquire (LDAPR) [ 0.031983] CPU features: detected: Privileged Access Never [ 0.032528] CPU features: detected: RAS Extension Support [ 0.033059] CPU features: detected: Speculative Store Bypassing Safe (SSBS) [ 0.033832] CPU: All CPU(s) started at EL2 [ 0.034239] alternatives: applying system-wide alternatives [ 0.050277] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.051272] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.054466] pinctrl core: initialized pinctrl subsystem [ 0.057248] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.059187] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations [ 0.060055] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.061022] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.062956] thermal_sys: Registered thermal governor 'step_wise' [ 0.062967] thermal_sys: Registered thermal governor 'power_allocator' [ 0.063613] cpuidle: using governor menu [ 0.064805] ASID allocator initialised with 65536 entries [ 0.066014] Serial: AMBA PL011 UART driver [ 0.089967] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 0.091106] rockchip-gpio fdd60000.gpio: probed /pinctrl/gpio@fdd60000 [ 0.092164] gpio gpiochip1: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 0.093274] rockchip-gpio fe740000.gpio: probed /pinctrl/gpio@fe740000 [ 0.094255] gpio gpiochip2: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 0.095341] rockchip-gpio fe750000.gpio: probed /pinctrl/gpio@fe750000 [ 0.096348] gpio gpiochip3: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 0.097455] rockchip-gpio fe760000.gpio: probed /pinctrl/gpio@fe760000 [ 0.098630] gpio gpiochip4: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 0.099777] rockchip-gpio fe770000.gpio: probed /pinctrl/gpio@fe770000 [ 0.104395] Modules: 28336 pages in range for non-PLT usage [ 0.104410] Modules: 519856 pages in range for PLT usage [ 0.106481] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages [ 0.107670] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page [ 0.108286] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages [ 0.108948] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page [ 0.109607] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages [ 0.110272] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page [ 0.110887] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages [ 0.111549] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page [ 0.114696] cryptd: max_cpu_qlen set to 1000 [ 0.118962] iommu: Default domain type: Passthrough [ 0.119911] SCSI subsystem initialized [ 0.120579] usbcore: registered new interface driver usbfs [ 0.121200] usbcore: registered new interface driver hub [ 0.121770] usbcore: registered new device driver usb [ 0.122679] pps_core: LinuxPPS API ver. 1 registered [ 0.123171] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it [ 0.124076] PTP clock support registered [ 0.124870] scmi_core: SCMI protocol bus registered [ 0.127230] clocksource: Switched to clocksource arch_sys_counter [ 0.130146] VFS: Disk quotas dquot_6.6.0 [ 0.130706] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.138245] NET: Registered PF_INET protocol family [ 0.138994] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.143059] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear) [ 0.143987] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.144765] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.145674] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear) [ 0.146891] TCP: Hash tables configured (established 16384 bind 16384) [ 0.147748] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear) [ 0.148460] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear) [ 0.149594] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.150220] PCI: CLS 0 bytes, default 64 [ 0.152704] workingset: timestamp_bits=46 max_order=19 bucket_order=0 [ 0.161288] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.161869] jffs2: version 2.2 (NAND) (SUMMARY) (ZLIB) (LZMA) (RTIME) (CMODE_PRIORITY) © 2001-2006 Red Hat, Inc. [ 0.168205] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248) [ 0.169158] io scheduler mq-deadline registered [ 0.177024] rockchip-dw-pcie 3c0000000.pcie: host bridge /pcie@fe260000 ranges: [ 0.177836] rockchip-dw-pcie 3c0000000.pcie: IO 0x00f4100000..0x00f41fffff → 0x00f4100000 [ 0.178720] rockchip-dw-pcie 3c0000000.pcie: MEM 0x00f4200000..0x00f5ffffff → 0x00f4200000 [ 0.179589] rockchip-dw-pcie 3c0000000.pcie: MEM 0x0300000000..0x033fffffff → 0x0040000000 [ 0.180659] rockchip-dw-pcie 3c0000000.pcie: iATU: unroll T, 8 ob, 8 ib, align 64K, limit 8G [ 0.397284] rockchip-dw-pcie 3c0000000.pcie: PCIe Gen.1 x1 link up [ 0.398239] rockchip-dw-pcie 3c0000000.pcie: PCI host bridge to bus 0000:00 [ 0.398932] pci_bus 0000:00: root bus resource [bus 00-0f] [ 0.399479] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] (bus address [0xf4100000-0xf41fffff]) [ 0.400415] pci_bus 0000:00: root bus resource [mem 0xf4200000-0xf5ffffff] [ 0.401091] pci_bus 0000:00: root bus resource [mem 0x300000000-0x33fffffff] (bus address [0x40000000-0x7fffffff]) [ 0.402141] pci 0000:00:00.0: [1d87:3566] type 01 class 0x060400 [ 0.402761] pci 0000:00:00.0: reg 0x38: [mem 0x00000000-0x0000ffff pref] [ 0.403496] pci 0000:00:00.0: supports D1 D2 [ 0.403921] pci 0000:00:00.0: PME# supported from D0 D1 D3hot [ 0.408940] pci_bus 0000:01: busn_res: can not insert [bus 01-ff] under [bus 00-0f] (conflicts with (null) [bus 00-0f]) [ 0.410127] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000 [ 0.410806] pci 0000:01:00.0: reg 0x10: initial BAR value 0x00000000 invalid [ 0.411499] pci 0000:01:00.0: reg 0x10: [io size 0x0100] [ 0.412134] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x00000fff 64bit] [ 0.412867] pci 0000:01:00.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit] [ 0.414072] pci 0000:01:00.0: supports D1 D2 [ 0.414496] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.437448] pci 0000:00:00.0: BAR 8: assigned [mem 0xf4200000-0xf42fffff] [ 0.438127] pci 0000:00:00.0: BAR 6: assigned [mem 0xf4300000-0xf430ffff pref] [ 0.438842] pci 0000:00:00.0: BAR 7: assigned [io 0x1000-0x1fff] [ 0.439450] pci 0000:01:00.0: BAR 4: assigned [mem 0xf4200000-0xf4203fff 64bit] [ 0.440223] pci 0000:01:00.0: BAR 2: assigned [mem 0xf4204000-0xf4204fff 64bit] [ 0.440995] pci 0000:01:00.0: BAR 0: assigned [io 0x1000-0x10ff] [ 0.441613] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 0.442131] pci 0000:00:00.0: bridge window [io 0x1000-0x1fff] [ 0.442733] pci 0000:00:00.0: bridge window [mem 0xf4200000-0xf42fffff] [ 0.446030] pcieport 0000:00:00.0: PME: Signaling with IRQ 21 [ 0.447041] pcieport 0000:00:00.0: AER: enabled with IRQ 21 [ 0.453587] dma-pl330 fe530000.dma-controller: Loaded driver for PL330 DMAC-241330 [ 0.454350] dma-pl330 fe530000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16 [ 0.458396] dma-pl330 fe550000.dma-controller: Loaded driver for PL330 DMAC-241330 [ 0.459155] dma-pl330 fe550000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16 [ 0.461500] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 0.464679] printk: console [ttyS2] disabled [ 0.465528] fe660000.serial: ttyS2 at MMIO 0xfe660000 (irq = 26, base_baud = 1500000) is a 16550A [ 0.466679] printk: console [ttyS2] enabled [ 0.467503] printk: bootconsole [uart8250] disabled [ 0.497802] loop: module loaded [ 0.498113] mtip32xx Version 1.3.1 [ 0.504664] rk_gmac-dwmac fe010000.ethernet: IRQ eth_lpi not found [ 0.505456] rk_gmac-dwmac fe010000.ethernet: supply phy not found, using dummy regulator [ 0.506345] rk_gmac-dwmac fe010000.ethernet: clock input or output? (output). [ 0.506985] rk_gmac-dwmac fe010000.ethernet: Can not read property: tx_delay. [ 0.507657] rk_gmac-dwmac fe010000.ethernet: set tx_delay to 0x30 [ 0.508204] rk_gmac-dwmac fe010000.ethernet: Can not read property: rx_delay. [ 0.508832] rk_gmac-dwmac fe010000.ethernet: set rx_delay to 0x10 [ 0.509381] rk_gmac-dwmac fe010000.ethernet: integrated PHY? (no). [ 0.515005] rk_gmac-dwmac fe010000.ethernet: init for RGMII_ID [ 0.515832] rk_gmac-dwmac fe010000.ethernet: User ID: 0x30, Synopsys ID: 0x51 [ 0.516473] rk_gmac-dwmac fe010000.ethernet: DWMAC4/5 [ 0.516934] rk_gmac-dwmac fe010000.ethernet: DMA HW capability register supported [ 0.517624] rk_gmac-dwmac fe010000.ethernet: RX Checksum Offload Engine supported [ 0.518287] rk_gmac-dwmac fe010000.ethernet: TX Checksum insertion supported [ 0.518909] rk_gmac-dwmac fe010000.ethernet: Wake-Up On Lan supported [ 0.519478] rk_gmac-dwmac fe010000.ethernet: TSO supported [ 0.519965] rk_gmac-dwmac fe010000.ethernet: Enable RX Mitigation via HW Watchdog Timer [ 0.520671] rk_gmac-dwmac fe010000.ethernet: Enabled RFS Flow TC (entries=10) [ 0.521303] rk_gmac-dwmac fe010000.ethernet: TSO feature enabled [ 0.521837] rk_gmac-dwmac fe010000.ethernet: Using 32/32 bits DMA host/device width [ 0.804562] usbcore: registered new interface driver usb-storage [ 0.805373] i2c_dev: i2c /dev entries driver [ 0.808086] fan53555-regulator 0-001c: FAN53555 Option[12] Rev[15] Detected! [ 0.883802] rk808-regulator rk808-regulator.1.auto: there is no dvs0 gpio [ 0.884441] rk808-regulator rk808-regulator.1.auto: there is no dvs1 gpio [ 0.893116] input: rk805 pwrkey as /devices/platform/fdd40000.i2c/i2c-0/0-0020/rk805-pwrkey.2.auto/input/input0 [ 0.905136] rk808-rtc rk808-rtc.3.auto: registered as rtc0 [ 0.908298] rk808-rtc rk808-rtc.3.auto: setting system clock to 2017-08-05T09:00:07 UTC (1501923607) [ 0.916313] rtc-hym8563 1-0051: no valid clock/calendar values available [ 0.917066] rtc-hym8563 1-0051: registered as rtc1 [ 0.919785] rockchip-thermal fe710000.tsadc: Missing tshut mode property, using default (gpio) [ 0.920561] rockchip-thermal fe710000.tsadc: Missing tshut-polarity property, using default (low) [ 0.924970] sdhci: Secure Digital Host Controller Interface driver [ 0.925534] sdhci: Copyright© Pierre Ossman [ 0.925922] Synopsys Designware Multimedia Card Interface Driver [ 0.926806] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.928277] dwmmc_rockchip fe2b0000.mmc: IDMAC supports 32-bit address mode. [ 0.928947] dwmmc_rockchip fe2b0000.mmc: Using internal DMA controller. [ 0.929543] dwmmc_rockchip fe2b0000.mmc: Version ID is 270a [ 0.930100] dwmmc_rockchip fe2b0000.mmc: DW MMC controller at irq 63,32 bit host data width,256 deep fifo [ 0.931036] ledtrig-cpu: registered to indicate activity on CPUs [ 0.932212] scmi_protocol scmi_dev.1: Enabled polling mode TX channel - prot_id:16 [ 0.933281] arm-scmi firmware:scmi: SCMI Notifications - Core Enabled. [ 0.933926] arm-scmi firmware:scmi: SCMI Protocol v2.0 'rockchip:' Firmware version 0x0 [ 0.938961] NET: Registered PF_INET6 protocol family [ 0.940998] Segment Routing with IPv6 [ 0.941391] In-situ OAM (IOAM) with IPv6 [ 0.941839] NET: Registered PF_PACKET protocol family [ 0.942527] 8021q: 802.1Q VLAN Support v1.8 [ 0.959926] mmc0: SDHCI controller on fe310000.mmc [fe310000.mmc] using ADMA [ 1.000358] dwc3 fcc00000.usb: Configuration mismatch. dr_mode forced to host [ 1.003890] xhci-hcd xhci-hcd.7.auto: xHCI Host Controller [ 1.004408] xhci-hcd xhci-hcd.7.auto: new USB bus registered, assigned bus number 1 [ 1.005228] xhci-hcd xhci-hcd.7.auto: USB3 root hub has no ports [ 1.005768] xhci-hcd xhci-hcd.7.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000008002000010 [ 1.006651] xhci-hcd xhci-hcd.7.auto: irq 65, io mem 0xfcc00000 [ 1.008031] hub 1-0:1.0: USB hub found [ 1.008413] hub 1-0:1.0: 1 port detected [ 1.013184] xhci-hcd xhci-hcd.8.auto: xHCI Host Controller [ 1.013704] xhci-hcd xhci-hcd.8.auto: new USB bus registered, assigned bus number 2 [ 1.014561] xhci-hcd xhci-hcd.8.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000008002000010 [ 1.015468] xhci-hcd xhci-hcd.8.auto: irq 66, io mem 0xfd000000 [ 1.016199] xhci-hcd xhci-hcd.8.auto: xHCI Host Controller [ 1.016700] xhci-hcd xhci-hcd.8.auto: new USB bus registered, assigned bus number 3 [ 1.017435] xhci-hcd xhci-hcd.8.auto: Host supports USB 3.0 SuperSpeed [ 1.018662] hub 2-0:1.0: USB hub found [ 1.019042] hub 2-0:1.0: 1 port detected [ 1.019856] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM. [ 1.021069] hub 3-0:1.0: USB hub found [ 1.021445] hub 3-0:1.0: 1 port detected [ 1.022835] rk808-regulator rk808-regulator.1.auto: DMA mask not set [ 1.023467] rk808-regulator rk808-regulator.1.auto: there is no dvs0 gpio [ 1.023969] fan53555-regulator 0-001c: FAN53555 Option[12] Rev[15] Detected! [ 1.024088] rk808-regulator rk808-regulator.1.auto: there is no dvs1 gpio [ 1.032869] rk808-regulator rk808-regulator.1.auto: there is no dvs0 gpio [ 1.033160] dwmmc_rockchip fe2b0000.mmc: IDMAC supports 32-bit address mode. [ 1.033512] rk808-regulator rk808-regulator.1.auto: there is no dvs1 gpio [ 1.034143] dwmmc_rockchip fe2b0000.mmc: Using internal DMA controller. [ 1.035285] dwmmc_rockchip fe2b0000.mmc: Version ID is 270a [ 1.035799] dwmmc_rockchip fe2b0000.mmc: DW MMC controller at irq 63,32 bit host data width,256 deep fifo [ 1.051011] vdda0v9_image: Bringing 600000uV into 950000-950000uV [ 1.055747] mmc0: new HS200 MMC card at address 0001 [ 1.056786] mmcblk0: mmc0:0001 A3A551 28.9 GiB [ 1.059948] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 [ 1.061356] mmcblk0boot0: mmc0:0001 A3A551 4.00 MiB [ 1.062812] mmcblk0boot1: mmc0:0001 A3A551 4.00 MiB [ 1.064029] mmcblk0rpmb: mmc0:0001 A3A551 16.0 MiB, chardev (245:0) [ 1.064611] vccio_acodec: Bringing 600000uV into 3300000-3300000uV [ 1.082269] vcca1v8_image: Bringing 600000uV into 1800000-1800000uV [ 1.099135] clk: Disabling unused clocks [ 1.102021] dwmmc_rockchip fe2b0000.mmc: IDMAC supports 32-bit address mode. [ 1.102682] dwmmc_rockchip fe2b0000.mmc: Using internal DMA controller. [ 1.103269] dwmmc_rockchip fe2b0000.mmc: Version ID is 270a [ 1.103778] dwmmc_rockchip fe2b0000.mmc: DW MMC controller at irq 63,32 bit host data width,256 deep fifo [ 1.103780] dw-apb-uart fe660000.serial: forbid DMA for kernel console [ 1.119689] mmc_host mmc1: Bus speed (slot 0) = 375000Hz (slot req 400000Hz, actual 375000HZ div = 0) [ 1.133733] Waiting for root device PARTUUID=5452574f-02... [ 1.183518] mmc_host mmc1: Bus speed (slot 0) = 50000000Hz (slot req 100000000Hz, actual 50000000HZ div = 0) [ 1.373446] dwmmc_rockchip fe2b0000.mmc: Successfully tuned phase to 332 [ 1.374097] mmc1: new ultra high speed SDR50 SDHC card at address 5048 [ 1.376133] mmcblk1: mmc1:5048 SD16G 14.4 GiB [ 1.378656] mmcblk1: p1 p2 [ 1.412106] EXT4-fs (mmcblk1p2): mounted filesystem ff313567-e9f1-5a5d-9895-3ba130b4a864 r/w with ordered data mode. Quota mode: none. [ 1.413300] VFS: Mounted root (ext4 filesystem) on device 179:98. [ 1.414697] Freeing unused kernel memory: 2176K [ 1.415158] Run /sbin/init as init process [ 1.415522] with arguments: [ 1.415524] /sbin/init [ 1.415526] with environment: [ 1.415529] HOME=/ [ 1.415531] TERM=linux [ 1.520910] init: Console is alive [ 1.521583] init: - watchdog - [ 1.624897] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 1.630757] gpio_button_hotplug: loading out-of-tree module taints kernel. [ 1.640101] usbcore: registered new interface driver uas [ 1.640748] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 1.643869] init: - preinit - [ 1.828752] random: jshn: uninitialized urandom read (4 bytes read) [ 1.855742] random: jshn: uninitialized urandom read (4 bytes read) [ 1.895265] random: jshn: uninitialized urandom read (4 bytes read) [ 3.258907] random: procd: uninitialized urandom read (4 bytes read) [ 12.097229] random: crng init done [ 12.097547] random: 4 urandom warning(s) missed due to ratelimiting [ 16.335674] mount_root: mounting /dev/root with options [ 16.388140] EXT4-fs (mmcblk1p2): re-mounted ff313567-e9f1-5a5d-9895-3ba130b4a864 r/w. Quota mode: none. [ 16.449213] EXT4-fs (mmcblk1p1): mounted filesystem 84173db5-fa99-e35a-95c6-28613cc79ea9 r/w without journal. Quota mode: none. [ 16.455254] EXT4-fs (mmcblk1p1): unmounting filesystem 84173db5-fa99-e35a-95c6-28613cc79ea9. [ 16.458785] urandom-seed: Seed file not found (/etc/urandom.seed) [ 16.478557] procd: - early - [ 16.478934] procd: - watchdog - [ 17.027560] procd: - watchdog - [ 17.029369] procd: - ubus - [ 17.082802] procd: - init - [ 17.320882] kmodloader: loading kernel modules from /etc/modules.d/* [ 17.338909] r8169 0000:01:00.0: enabling device (0000 → 0003) [ 17.367601] r8169 0000:01:00.0: can't read MAC address, setting random one [ 17.434872] urngd: v1.0.2 started. [ 17.507581] leds enp1s0-0::lan: Setting an LED's brightness failed (-524) [ 17.547434] leds enp1s0-1::lan: Setting an LED's brightness failed (-524) [ 17.607436] r8169 0000:01:00.0 eth1: RTL8168h/8111h, ea:1b:3b:4a:be:a5, XID 541, IRQ 68 [ 17.608171] r8169 0000:01:00.0 eth1: jumbo features [frames: 9194 bytes, tx checksumming: ko] [ 17.617361] leds enp1s0-2::lan: Setting an LED's brightness failed (-524) [ 17.647867] PPP generic driver version 2.4.2 [ 17.649106] NET: Registered PF_PPPOX protocol family [ 17.651737] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information. [ 17.652439] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld Jason@zx2c4.com. All Rights Reserved. [ 17.656192] kmodloader: done loading kernel modules from /etc/modules.d/* [ 22.117308] Generic FE-GE Realtek PHY r8169-0-100:00: attached PHY driver (mii_bus:phy_addr=r8169-0-100:00, irq=MAC) [ 22.387428] r8169 0000:01:00.0 eth1: Link is Down [ 22.388286] br-lan: port 1(eth1) entered blocking state [ 22.388771] br-lan: port 1(eth1) entered disabled state [ 22.389274] r8169 0000:01:00.0 eth1: entered allmulticast mode [ 22.390063] r8169 0000:01:00.0 eth1: entered promiscuous mode [ 22.392395] br-lan: port 1(eth1) entered blocking state [ 22.392884] br-lan: port 1(eth1) entered forwarding state [ 22.406408] rk_gmac-dwmac fe010000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0 [ 22.647343] rk_gmac-dwmac fe010000.ethernet eth0: PHY [stmmac-0:01] driver [RTL8211F Gigabit Ethernet] (irq=32) [ 22.657241] dwmac4: Master AXI performs any burst length [ 22.657729] rk_gmac-dwmac fe010000.ethernet eth0: No Safety Features support found [ 22.658414] rk_gmac-dwmac fe010000.ethernet eth0: IEEE 1588-2008 Advanced Timestamp supported [ 22.659320] rk_gmac-dwmac fe010000.ethernet eth0: registered PTP clock [ 22.661036] rk_gmac-dwmac fe010000.ethernet eth0: configuring for phy/rgmii-id link mode [ 23.137724] br-lan: port 1(eth1) entered disabled state [ 152.850758] rk_gmac-dwmac fe010000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off [ 349.488885] r8169 0000:01:00.0 eth1: Link is Up - 1Gbps/Full - flow control off [ 349.489722] br-lan: port 1(eth1) entered blocking state [ 349.490228] br-lan: port 1(eth1) entered forwarding state
Notes
Space for additional notes, links to forum threads or other resources.
- ...
Tags
Add tags below, then remove this fixme.