Xunlong Orange Pi PC
The Xunlong Orange Pi PC is a single-board computer using Allwinner SoCs and lack an Ethernet Network Switch.
For further Allwinner-based boards, please refer to soc.allwinner.sunxi
Supported Versions
Status
- Please refer to soc.allwinner.sunxi regarding the Allwinner H3 SOC.
- Booting from SD
- Ethernet working
- SPI working
- 1 Wire working
Hardware Highlights
Model | Additional Ports |
---|---|
Orange Pi PC | CSI, HDMI, Micro USB (OTG), Microphone, HDMI, 40 Pin header, Audio, IR |
This additional hardware has not been tested in OpenWrt yet as of February 11, 2025
Installation
Uncompress the OpenWrt ...ext4-sdcard.img.gz
image and write it to a micro SD card using a tool like dd or Balena Etcher.
For installation see soc.allwinner.sunxi or install OpenWrt (sdcard explanation).
Debricking
It's easy to debrick this device, the system is stored on a Micro-SD card
Failsafe mode
You can enter Failsafe mode through serial console
Basic configuration
→ Basic configuration After flashing, proceed with this section.
How to connect via Ethernet
It might be tricky to connect via Ethernet for the first time. By default the DHCP client is enabled and the IP address is configured as static 192.168.1.1
After flashing OpenWrt as described above, you can reach the OpenWrt via Ethernet by using the SSH to set your password or browse to http://192.168.1.1
if LuCI is installed.
Alternatively, in order to set it up with a fixed IP different from the default 192.168.1.1 do the following:
uci set network.lan.ipaddr=10.0.0.1 uci commit network /etc/init.d/network restart
In order to get online with a serial directly on the Orange Pi PC, set the single port to 'wan'
edit the network file, create the wan and change the lan to eth0 (vi /etc/config/network
):
config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config interface 'lan' option type 'bridge' #option ifname 'eth0' option proto 'static' option ipaddr '192.168.1.1' option netmask '255.255.255.0' option ip6assign '60' config interface 'wan' option ifname 'eth0' option _orig_ifname 'eth0' option _orig_bridge 'false' option proto 'dhcp' config interface 'wan6' option ifname 'eth0' option _orig_ifname 'eth0' option _orig_bridge 'false' option proto 'dhcpv6' option reqaddress 'try' option reqprefix 'auto'
Alternatively, in order to configure onboard ethernet to eth0 for LAN and USB adapter to eth1 for WAN (vi /etc/config/network
):
config device option name 'br-lan' option type 'bridge' option ports 'eth0' config interface 'lan' option device 'br-lan' option proto 'static' option ipaddr '10.0.0.1' option netmask '255.255.255.0' option ip6assign '64' config interface 'wan' option device 'eth1' option proto 'dhcp' config interface 'wan6' option device 'eth1' option proto 'dhcpv6' option reqaddress 'try' option reqprefix 'auto'
Reboot.
Be sure to change these back once your USB LAN adapter is installed
Adding a USB to Ethernet Adapter
It is common to use a USB 3.0 to Gigabit Ethernet adapter to connect your WAN/Internet device (e.g. cable modem or fiber optic modem), thus freeing up the built-in Ethernet port for a switch and/or wireless access point. Also, you can plug-in an adapter via USB-OTG cable. However, this hardware (Micro USB OTG port) was not been tested in OpenWrt yet as of February 10, 2025.
Install the kernel module associated with your adapter. It is suggested to use Firmware Selector, click Customize, and add your adapter kmod so it is ready use. Some common examples:
- RTL8153: kmod-usb-net-rtl8152
- AX8817: kmod-usb-net-asix-ax88179
Alternatively, you can compile your own sunxi image with these included, for example (on menuconfig):
Kernel modules -> USB Support -> kmod-usb-net kmod-usb-net-asix asix-ax88179
Then proceed with the connecting instructions on the previous chapter.
Specific Configuration
Network interfaces
The default network configuration is:
Interface Name | Description | Default configuration |
---|---|---|
br-lan | LAN (initial configuration) | 192.168.1.1/24 |
Switch Ports (for VLANs)
No VLAN for this device
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.
The Xunlong Orange Pi PC has the following buttons:
BUTTON | Event |
---|---|
Power button (SW4) | Power off the device |
Hardware
Info
Serial
You can use s usual serial levelshifter. Pinout is:
[ POWER ] GND RX TX [ HDMI ] o o o
Bootlog
OpenWrt bootlog
U-Boot SPL 2017.11 (Nov 05 2019 - 14:12:18) DRAM: 1024 MiB Trying to boot from MMC1 U-Boot 2017.11 (Nov 05 2019 - 14:12:18 +0000) Allwinner Technology CPU: Allwinner H3 (SUN8I 1680) Model: Xunlong Orange Pi PC DRAM: 1 GiB MMC: SUNXI SD/MMC: 0 *** Warning - bad CRC, using default environment In: serial Out: serial Err: serial Net: phy interface0 eth0: ethernet@1c30000 starting USB... USB0: USB EHCI 1.00 USB1: USB OHCI 1.0 USB2: USB EHCI 1.00 USB3: USB OHCI 1.0 USB4: USB EHCI 1.00 USB5: USB OHCI 1.0 scanning bus 0 for devices... 1 USB Device(s) found scanning bus 2 for devices... 1 USB Device(s) found scanning bus 4 for devices... 1 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found Hit any key to stop autoboot: 2 <0x08><0x08><0x08> 1 <0x08><0x08><0x08> 0 switch to partitions #0, OK mmc0 is current device Scanning mmc 0:1... Found U-Boot script /boot.scr reading /boot.scr 377 bytes read in 15 ms (24.4 KiB/s) ## Executing script at 43100000 reading uImage 2459160 bytes read in 177 ms (13.2 MiB/s) reading dtb 15406 bytes read in 26 ms (578.1 KiB/s) ## Booting kernel from Legacy Image at 42000000 ... Image Name: ARM OpenWrt Linux-4.14.151 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 2459096 Bytes = 2.3 MiB Load Address: 40008000 Entry Point: 40008000 Verifying Checksum ... OK ## Flattened Device Tree blob at 43000000 Booting using the fdt blob at 0x43000000 Loading Kernel Image ... OK Using Device Tree in place at 43000000, end 43006c2d Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.14.151 (buildbot@62f0e5d67d46) (gcc version 7.3.0 (OpenWrt GCC 7.3.0 r7897-9d401013fc)) #0 SMP PREEMPT Tue Nov 5 14:12:18 2019 [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=30c5387d [ 0.000000] CPU: div instructions available: patching division code [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] OF: fdt: Machine model: Xunlong Orange Pi PC [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: Using PSCI v0.1 Function IDs from DT [ 0.000000] random: get_random_bytes called from 0xc0a008d8 with crng_init=0 [ 0.000000] percpu: Embedded 15 pages/cpu s30796 r8192 d22452 u61440 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 260608 [ 0.000000] Kernel command line: console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootwait [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes) [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Memory: 1028380K/1048576K available (5253K kernel code, 337K rwdata, 888K rodata, 2048K init, 246K bss, 20196K reserved, 0K cma-reserved, 262132K highmem) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB) [ 0.000000] vmalloc : 0xf0800000 - 0xff800000 ( 240 MB) [ 0.000000] lowmem : 0xc0000000 - 0xf0000000 ( 768 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) [ 0.000000] .text : 0xc0008000 - 0xc0721788 (7270 kB) [ 0.000000] .init : 0xc0a00000 - 0xc0c00000 (2048 kB) [ 0.000000] .data : 0xc0c00000 - 0xc0c54700 ( 338 kB) [ 0.000000] .bss : 0xc0c5b22c - 0xc0c98e10 ( 247 kB) [ 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=8 to nr_cpu_ids=4. [ 0.000000] Tasks RCU enabled. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000] GIC: Using split EOI/Deactivate mode [ 0.000000] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns [ 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.000017] Switching to timer-based delay loop, resolution 41ns [ 0.000146] Console: colour dummy device 80x30 [ 0.000180] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000) [ 0.000193] pid_max: default: 32768 minimum: 301 [ 0.000307] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.000323] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.000797] CPU: Testing write buffer coherency: ok [ 0.001089] /cpus/cpu@0 missing clock-frequency property [ 0.001108] /cpus/cpu@1 missing clock-frequency property [ 0.001124] /cpus/cpu@2 missing clock-frequency property [ 0.001142] /cpus/cpu@3 missing clock-frequency property [ 0.001153] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.040052] Setting up static identity map for 0x40200000 - 0x40200060 [ 0.060046] Hierarchical SRCU implementation. [ 0.100100] smp: Bringing up secondary CPUs ... [ 0.180493] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.260623] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [ 0.340755] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [ 0.340836] smp: Brought up 1 node, 4 CPUs [ 0.340857] SMP: Total of 4 processors activated (192.00 BogoMIPS). [ 0.340864] CPU: All CPU(s) started in HYP mode. [ 0.340870] CPU: Virtualization extensions available. [ 0.344324] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5 [ 0.344771] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.344794] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.344980] pinctrl core: initialized pinctrl subsystem [ 0.346123] NET: Registered protocol family 16 [ 0.346378] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.347798] No ATAGs? [ 0.373630] SCSI subsystem initialized [ 0.374449] usbcore: registered new interface driver usbfs [ 0.374565] usbcore: registered new interface driver hub [ 0.374677] usbcore: registered new device driver usb [ 0.374974] Linux video capture interface: v2.00 [ 0.375108] pps_core: LinuxPPS API ver. 1 registered [ 0.375118] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.375187] PTP clock support registered [ 0.375891] Advanced Linux Sound Architecture Driver Initialized. [ 0.380912] clocksource: Switched to clocksource arch_sys_counter [ 0.387139] NET: Registered protocol family 2 [ 0.387752] TCP established hash table entries: 8192 (order: 3, 32768 bytes) [ 0.387830] TCP bind hash table entries: 8192 (order: 4, 65536 bytes) [ 0.387945] TCP: Hash tables configured (established 8192 bind 8192) [ 0.388044] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.388101] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.388291] NET: Registered protocol family 1 [ 0.388614] kvm [1]: 8-bit VMID [ 0.389022] kvm [1]: vgic interrupt IRQ16 [ 0.389114] kvm [1]: Hyp mode initialized successfully [ 0.390948] No memory allocated for crashlog [ 0.391085] workingset: timestamp_bits=30 max_order=18 bucket_order=0 [ 0.394756] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.408140] bounce: pool size: 64 pages [ 0.408172] io scheduler noop registered [ 0.408180] io scheduler deadline registered [ 0.408330] io scheduler cfq registered (default) [ 0.408891] sun4i-usb-phy 1c19400.phy: Couldn't request ID GPIO [ 0.412308] sun8i-h3-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver [ 0.413720] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver [ 0.449001] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 0.452048] console [ttyS0] disabled [ 0.472392] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 40, base_baud = 1500000) is a U6_16550A [ 1.073492] console [ttyS0] enabled [ 1.081553] loop: module loaded [ 1.086399] libphy: Fixed MDIO Bus: probed [ 1.090899] dwmac-sun8i 1c30000.ethernet: PTP uses main clock [ 1.096676] dwmac-sun8i 1c30000.ethernet: No regulator found [ 1.102427] dwmac-sun8i 1c30000.ethernet: Current syscon value is not the default 148000 (expect 58000) [ 1.111830] dwmac-sun8i 1c30000.ethernet: Chain mode enabled [ 1.117483] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supported [ 1.124760] dwmac-sun8i 1c30000.ethernet: Normal descriptors [ 1.130415] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supported [ 1.137644] dwmac-sun8i 1c30000.ethernet: COE Type 2 [ 1.142612] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported [ 1.149528] libphy: stmmac: probed [ 1.153442] dwmac-sun8i 1c30000.ethernet: Found internal PHY node [ 1.159635] libphy: mdio_mux: probed [ 1.163245] dwmac-sun8i 1c30000.ethernet: Switch mux to internal PHY [ 1.169593] dwmac-sun8i 1c30000.ethernet: Powering internal PHY [ 1.176203] libphy: mdio_mux: probed [ 1.180356] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.186896] ehci-platform: EHCI generic platform driver [ 1.192297] ehci-platform 1c1a000.usb: EHCI Host Controller [ 1.197887] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1 [ 1.205765] ehci-platform 1c1a000.usb: irq 25, io mem 0x01c1a000 [ 1.240875] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00 [ 1.247131] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.253930] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.261156] usb usb1: Product: EHCI Host Controller [ 1.266028] usb usb1: Manufacturer: Linux 4.14.151 ehci_hcd [ 1.271605] usb usb1: SerialNumber: 1c1a000.usb [ 1.276512] hub 1-0:1.0: USB hub found [ 1.280289] hub 1-0:1.0: 1 port detected [ 1.284873] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.291086] ohci-platform: OHCI generic platform driver [ 1.296472] ohci-platform 1c1a400.usb: Generic Platform OHCI controller [ 1.303119] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2 [ 1.310973] ohci-platform 1c1a400.usb: irq 26, io mem 0x01c1a400 [ 1.385021] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.394182] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.401414] usb usb2: Product: Generic Platform OHCI controller [ 1.407327] usb usb2: Manufacturer: Linux 4.14.151 ohci_hcd [ 1.412905] usb usb2: SerialNumber: 1c1a400.usb [ 1.417776] hub 2-0:1.0: USB hub found [ 1.421571] hub 2-0:1.0: 1 port detected [ 1.426222] usbcore: registered new interface driver usb-storage [ 1.432472] mousedev: PS/2 mouse device common for all mice [ 1.438412] i2c /dev entries driver [ 1.442575] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0) [ 1.450770] cpu cpu0: failed to get clock: -2 [ 1.455165] cpufreq-dt: probe of cpufreq-dt failed with error -2 [ 1.462133] sunxi-mmc 1c0f000.mmc: Got CD GPIO [ 1.520893] sunxi-mmc 1c0f000.mmc: base:0xf0883000 irq:23 [ 1.530961] NET: Registered protocol family 10 [ 1.536509] Segment Routing with IPv6 [ 1.540232] NET: Registered protocol family 17 [ 1.544755] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 1.557707] can: controller area network core (rev 20170425 abi 9) [ 1.563942] NET: Registered protocol family 29 [ 1.568385] 8021q: 802.1Q VLAN Support v1.8 [ 1.568661] mmc0: host does not support reading read-only switch, assuming write-enable [ 1.572678] Registering SWP/SWPB emulation handler [ 1.582778] mmc0: new high speed SDHC card at address 0007 [ 1.591319] mmcblk0: mmc0:0007 SD4GB 3.71 GiB [ 1.592081] ehci-platform 1c1b000.usb: EHCI Host Controller [ 1.597088] mmcblk0: p1 p2 [ 1.601398] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 3 [ 1.612079] ehci-platform 1c1b000.usb: irq 27, io mem 0x01c1b000 [ 1.640869] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00 [ 1.647127] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.653933] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.661161] usb usb3: Product: EHCI Host Controller [ 1.666034] usb usb3: Manufacturer: Linux 4.14.151 ehci_hcd [ 1.671612] usb usb3: SerialNumber: 1c1b000.usb [ 1.676527] hub 3-0:1.0: USB hub found [ 1.680308] hub 3-0:1.0: 1 port detected [ 1.684937] ehci-platform 1c1c000.usb: EHCI Host Controller [ 1.690525] ehci-platform 1c1c000.usb: new USB bus registered, assigned bus number 4 [ 1.698398] ehci-platform 1c1c000.usb: irq 29, io mem 0x01c1c000 [ 1.730873] ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00 [ 1.737102] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.743905] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.751129] usb usb4: Product: EHCI Host Controller [ 1.756001] usb usb4: Manufacturer: Linux 4.14.151 ehci_hcd [ 1.761578] usb usb4: SerialNumber: 1c1c000.usb [ 1.766456] hub 4-0:1.0: USB hub found [ 1.770230] hub 4-0:1.0: 1 port detected [ 1.774782] ehci-platform 1c1d000.usb: EHCI Host Controller [ 1.780374] ehci-platform 1c1d000.usb: new USB bus registered, assigned bus number 5 [ 1.788241] ehci-platform 1c1d000.usb: irq 31, io mem 0x01c1d000 [ 1.820876] ehci-platform 1c1d000.usb: USB 2.0 started, EHCI 1.00 [ 1.827103] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.833904] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.841128] usb usb5: Product: EHCI Host Controller [ 1.846000] usb usb5: Manufacturer: Linux 4.14.151 ehci_hcd [ 1.851578] usb usb5: SerialNumber: 1c1d000.usb [ 1.856449] hub 5-0:1.0: USB hub found [ 1.860225] hub 5-0:1.0: 1 port detected [ 1.864760] ohci-platform 1c1b400.usb: Generic Platform OHCI controller [ 1.871408] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 6 [ 1.879253] ohci-platform 1c1b400.usb: irq 28, io mem 0x01c1b400 [ 1.955014] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.961821] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.969034] usb usb6: Product: Generic Platform OHCI controller [ 1.974960] usb usb6: Manufacturer: Linux 4.14.151 ohci_hcd [ 1.980526] usb usb6: SerialNumber: 1c1b400.usb [ 1.985416] hub 6-0:1.0: USB hub found [ 1.989193] hub 6-0:1.0: 1 port detected [ 1.993730] ohci-platform 1c1c400.usb: Generic Platform OHCI controller [ 2.000357] ohci-platform 1c1c400.usb: new USB bus registered, assigned bus number 7 [ 2.008220] ohci-platform 1c1c400.usb: irq 30, io mem 0x01c1c400 [ 2.085008] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001 [ 2.091806] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.099019] usb usb7: Product: Generic Platform OHCI controller [ 2.104947] usb usb7: Manufacturer: Linux 4.14.151 ohci_hcd [ 2.110513] usb usb7: SerialNumber: 1c1c400.usb [ 2.115398] hub 7-0:1.0: USB hub found [ 2.119172] hub 7-0:1.0: 1 port detected [ 2.123718] ohci-platform 1c1d400.usb: Generic Platform OHCI controller [ 2.130349] ohci-platform 1c1d400.usb: new USB bus registered, assigned bus number 8 [ 2.138232] ohci-platform 1c1d400.usb: irq 32, io mem 0x01c1d400 [ 2.215018] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001 [ 2.221822] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.229035] usb usb8: Product: Generic Platform OHCI controller [ 2.234958] usb usb8: Manufacturer: Linux 4.14.151 ohci_hcd [ 2.240524] usb usb8: SerialNumber: 1c1d400.usb [ 2.245418] hub 8-0:1.0: USB hub found [ 2.249194] hub 8-0:1.0: 1 port detected [ 2.253495] hctosys: unable to open rtc device (rtc0) [ 2.258952] ALSA device list: [ 2.261935] No soundcards found. [ 2.274826] EXT4-fs (mmcblk0p2): mounted filesystem without journal. Opts: (null) [ 2.282375] VFS: Mounted root (ext4 filesystem) readonly on device 179:2. [ 2.291274] Freeing unused kernel memory: 2048K [ 2.373874] init: Console is alive [ 2.377453] init: - watchdog - [ 2.461339] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 2.471797] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 2.481888] init: - preinit - [ 2.610450] random: jshn: uninitialized urandom read (4 bytes read) [ 2.637235] random: jshn: uninitialized urandom read (4 bytes read) [ 2.656522] random: jshn: uninitialized urandom read (4 bytes read) [ 2.675809] Generic PHY 0.1:01: attached PHY driver [Generic PHY] (mii_bus:phy_addr=0.1:01, irq=POLL) [ 2.686480] dwmac-sun8i 1c30000.ethernet eth0: No MAC Management Counters available [ 2.694173] dwmac-sun8i 1c30000.ethernet eth0: PTP not supported by HW [ 2.702024] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready Press the [f] key and hit [enter] to enter failsafe mode Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level [ 5.779060] mount_root: mounting /dev/root [ 5.783623] EXT4-fs (mmcblk0p2): warning: mounting unchecked fs, running e2fsck is recommended [ 5.796408] random: fast init done [ 5.807155] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null) [ 5.851455] dwmac-sun8i 1c30000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx [ 5.860013] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 5.905093] urandom-seed: Seeding with /etc/urandom.seed [ 5.944253] procd: - early - [ 5.947203] procd: - watchdog - [ 6.713862] procd: - watchdog - [ 6.717227] procd: - ubus - [ 6.728113] urandom_read: 1 callbacks suppressed [ 6.728122] random: ubusd: uninitialized urandom read (4 bytes read) [ 6.771527] random: ubusd: uninitialized urandom read (4 bytes read) [ 6.778063] random: ubusd: uninitialized urandom read (4 bytes read) [ 6.784910] procd: - init - Please press Enter to activate this console. [ 6.890772] kmodloader: loading kernel modules from /etc/modules.d/* [ 6.899906] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 6.919274] ip_tables: (C) 2000-2006 Netfilter Core Team [ 6.927826] nf_conntrack version 0.5.0 (16384 buckets, 65536 max) [ 6.952167] xt_time: kernel timezone is -0000 [ 6.959746] PPP generic driver version 2.4.2 [ 6.964767] NET: Registered protocol family 24 [ 6.970468] kmodloader: done loading kernel modules from /etc/modules.d/* [ 9.404858] Generic PHY 0.1:01: attached PHY driver [Generic PHY] (mii_bus:phy_addr=0.1:01, irq=POLL) [ 9.415916] dwmac-sun8i 1c30000.ethernet eth0: No MAC Management Counters available [ 9.424261] dwmac-sun8i 1c30000.ethernet eth0: PTP not supported by HW [ 9.432621] br-lan: port 1(eth0) entered blocking state [ 9.437879] br-lan: port 1(eth0) entered disabled state [ 9.443870] device eth0 entered promiscuous mode [ 9.450548] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready [ 12.561452] dwmac-sun8i 1c30000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx [ 12.570017] br-lan: port 1(eth0) entered blocking state [ 12.575264] br-lan: port 1(eth0) entered forwarding state [ 12.581492] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready BusyBox v1.28.4 () built-in shell (ash) _______ ________ __ | |.-----.-----.-----.| | | |.----.| |_ | - || _ | -__| || | | || _|| _| |_______|| __|_____|__|__||________||__| |____| |__| W I R E L E S S F R E E D O M ----------------------------------------------------- OpenWrt 18.06.5, r7897-9d401013fc ----------------------------------------------------- root@OrangePiPC_Test:/#