Xunlong Orange Pi One

The Xunlong Orange Pi One is a single-board computer using Allwinner SoCs and lack an Ethernet Network Switch.

While original version of Orange Pi One is equipped with 512MB RAM, later versions of Orange Pi One, which is having 1024MB RAM, 2 times the RAM of the previous version (Reported 1002.83MiB available in OpenWrt status page).

For further Allwinner-based boards, please refer to soc.allwinner.sunxi

Model Additional Ports
Orange Pi One CSI, HDMI, Micro USB (OTG), 40 Pin Header

This additional hardware has not been tested in OpenWrt yet as of January 20, 2025.

Version/Model Launch Date S/N Supported since Model Specific Notes
Blue PCB 2016 - 19.07 Initial release
Yellow PCB 2024 - 24.10 Retains many of its original features and hardware
Orange PCB 2024 - 24.10 Same basic hardware as Yellow PCB

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).

generic.debrick

It's easy to debrick this device, the system is stored on a Micro-SD card

failsafe_and_factory_reset

You can enter Failsafe mode through serial console

Basic configuration After flashing, proceed with this section.

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 One, 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

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 port which supported since OpenWrt 24.10.

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.

Given the generous 1GB RAM and microSD card, and with hardware offloading the CPU cores are mostly unloaded, this becomes a good device for Docker. Is Adblock-Fast missing a feature? Try the Pi-hole container. Samba not powerful enough? Host a NAS container. Have several WAPs plugged in a larger location? Consider Unifi-controller. Or perhaps a Nethack server you can login and play.

The default network configuration is:

Interface Name Description Default configuration
br-lan LAN (initial configuration) 192.168.1.1/24

No VLAN for this device

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 One has the following buttons:

BUTTON Event
Power button (SW4) Power off the device

Blue PCB:
opi_one_front.jpg opi_one_front1.jpg opi_one_front2.jpg opi_one_front3.jpg opi_one_backpcb.jpg

Orange PCB:
opi_one_orangepcb1.jpg opi_one_orangepcb2.jpg opi_one_orangepcb3.jpg opi_one_orangepcb4.jpg opi_one_orangepcb5.jpg

Note: Since the Orange Pi One ships without a case, this can't void your warranty. :)

port.serial general information about the serial port, serial port cable, etc.

The serial console connections are located at right side of PCB beside the Micro USB OTG port and RJ45 Ethernet port, which is shown below:

Serial connection parameters
for Xunlong Orange Pi One
115200, 8N1

Note: This firmware running AdoPiSoft. This console is non-interactive and console is disabled after boot.

U-Boot SPL 2021.04-armbian (May 06 2021 - 18:26:04 +0000) DRAM: 1024 MiB Trying to boot from MMC1 U-Boot 2021.04-armbian (May 06 2021 - 18:26:04 +0000) Allwinner Technology CPU: Allwinner H3 (SUN8I 1680) Model: Xunlong Orange Pi One DRAM: 1 GiB MMC: mmc@1c0f000: 0 Loading Environment from FAT... Unable to use mmc 0:1... In: serial@1c28000 Out: serial@1c28000 Err: serial@1c28000 Net: phy interface0 eth0: ethernet@1c30000 starting USB... Bus usb@1c1a000: USB EHCI 1.00 Bus usb@1c1a400: USB OHCI 1.0 Bus usb@1c1b000: USB EHCI 1.00 Bus usb@1c1b400: USB OHCI 1.0 scanning bus usb@1c1a000 for devices... 1 USB Device(s) found scanning bus usb@1c1a400 for devices... 1 USB Device(s) found scanning bus usb@1c1b000 for devices... 1 USB Device(s) found scanning bus usb@1c1b400 for devices... 1 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found Autoboot in 1 seconds, press <Space> to stop switch to partitions #0, OK mmc0 is current device Scanning mmc 0:1... Found U-Boot script /boot/boot.scr 3967 bytes read in 4 ms (967.8 KiB/s) ## Executing script at 43100000 U-boot loaded from SD Boot script loaded from mmc 226 bytes read in 3 ms (73.2 KiB/s) 11526961 bytes read in 550 ms (20 MiB/s) 7975912 bytes read in 382 ms (19.9 MiB/s) Found mainline kernel configuration 32217 bytes read in 8 ms (3.8 MiB/s) 4185 bytes read in 7 ms (583 KiB/s) Applying kernel provided DT fixup script (sun8i-h3-fixup.scr) ## Executing script at 45000000 ## Loading init Ramdisk from Legacy Image at 43300000 ... Image Name: uInitrd Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 11526897 Bytes = 11 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 43000000 Booting using the fdt blob at 0x43000000 EHCI failed to shut down host controller. Loading Ramdisk to 49501000, end 49fff2f1 ... OK Loading Device Tree to 49490000, end 49500fff ... OK Starting kernel ... [ 7.413895] thermal thermal_zone0: binding zone cpu_thermal with cdev thermal-cpufreq-0 failed:-22 [ 8.462766] lima 1c40000.gpu: dev_pm_opp_set_regulators: no regulator (mali) found: -19


U-Boot SPL 2020.07-OpenWrt-r24106-10cc5fcd00 (Sep 23 2024 - 12:34:46 +0000) DRAM: 1024 MiB Trying to boot from MMC1 U-Boot 2020.07-OpenWrt-r24106-10cc5fcd00 (Sep 23 2024 - 12:34:46 +0000) Allwinner Technology CPU: Allwinner H3 (SUN8I 1680) Model: Xunlong Orange Pi One DRAM: 1 GiB MMC: mmc@1c0f000: 0 Loading Environment from FAT... *** Warning - bad CRC, using default environment In: serial Out: serial Err: serial Net: phy interface0 eth0: ethernet@1c30000 starting USB... Bus usb@1c1a000: USB EHCI 1.00 Bus usb@1c1a400: USB OHCI 1.0 Bus usb@1c1b000: USB EHCI 1.00 Bus usb@1c1b400: USB OHCI 1.0 scanning bus usb@1c1a000 for devices... 1 USB Device(s) found scanning bus usb@1c1a400 for devices... 1 USB Device(s) found scanning bus usb@1c1b000 for devices... 2 USB Device(s) found scanning bus usb@1c1b400 for devices... 1 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found Hit any key to stop autoboot: 0 switch to partitions #0, OK mmc0 is current device Scanning mmc 0:1... Found U-Boot script /boot.scr 475 bytes read in 4 ms (115.2 KiB/s) ## Executing script at 43100000 3509808 bytes read in 165 ms (20.3 MiB/s) 23000 bytes read in 7 ms (3.1 MiB/s) ## Booting kernel from Legacy Image at 42000000 ... Image Name: ARM OpenWrt Linux-5.15.167 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 3509744 Bytes = 3.3 MiB Load Address: 40008000 Entry Point: 40008000 Verifying Checksum ... OK ## Flattened Device Tree blob at 43000000 Booting using the fdt blob at 0x43000000 EHCI failed to shut down host controller. Loading Kernel Image Using Device Tree in place at 43000000, end 430089d7 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 5.15.167 (builder@buildhost) (arm-openwrt-linux-muslgnueabi-gcc (OpenWrt GCC 12.3.0 r24106-10cc5fcd00) 12.3.0, GNU ld (GNU Binutils) 2.40.0) #0 SMP Mon Sep 23 12:34:46 2024 [ 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 One [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000040000000-0x000000006fffffff] [ 0.000000] HighMem [mem 0x0000000070000000-0x000000007fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000040000000-0x000000007fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000007fffffff] [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: Using PSCI v0.1 Function IDs from DT [ 0.000000] percpu: Embedded 12 pages/cpu s19660 r8192 d21300 u49152 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 260416 [ 0.000000] Kernel command line: console=ttyS0,115200 earlyprintk root=PARTUUID=70186d7b-02 rootwait [ 0.000000] Unknown kernel command line parameters "earlyprintk", will be passed to user space. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear) [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 1024852K/1048576K available (7918K kernel code, 841K rwdata, 1304K rodata, 2048K init, 262K bss, 23724K reserved, 0K cma-reserved, 262132K highmem) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4. [ 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: 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.000001] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns [ 0.000017] Switching to timer-based delay loop, resolution 41ns [ 0.000204] Console: colour dummy device 80x30 [ 0.000269] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000) [ 0.000289] CPU: Testing write buffer coherency: ok [ 0.000344] pid_max: default: 32768 minimum: 301 [ 0.001001] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.001025] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.002670] /cpus/cpu@0 missing clock-frequency property [ 0.002715] /cpus/cpu@1 missing clock-frequency property [ 0.002736] /cpus/cpu@2 missing clock-frequency property [ 0.002757] /cpus/cpu@3 missing clock-frequency property [ 0.002772] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.003585] Setting up static identity map for 0x40200000 - 0x40200060 [ 0.003724] rcu: Hierarchical SRCU implementation. [ 0.004283] smp: Bringing up secondary CPUs ... [ 0.015013] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.025837] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [ 0.036631] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [ 0.036723] smp: Brought up 1 node, 4 CPUs [ 0.036751] SMP: Total of 4 processors activated (192.00 BogoMIPS). [ 0.036763] CPU: All CPU(s) started in HYP mode. [ 0.036769] CPU: Virtualization extensions available. [ 0.042816] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5 [ 0.043077] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.043106] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.043503] pinctrl core: initialized pinctrl subsystem [ 0.045043] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.045370] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.046503] thermal_sys: Registered thermal governor 'step_wise' [ 0.046832] No ATAGs? [ 0.069875] SCSI subsystem initialized [ 0.070357] usbcore: registered new interface driver usbfs [ 0.070405] usbcore: registered new interface driver hub [ 0.070449] usbcore: registered new device driver usb [ 0.070710] pps_core: LinuxPPS API ver. 1 registered [ 0.070721] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.070745] PTP clock support registered [ 0.071000] Advanced Linux Sound Architecture Driver Initialized. [ 0.072235] clocksource: Switched to clocksource arch_sys_counter [ 0.077526] NET: Registered PF_INET protocol family [ 0.077781] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.078944] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) [ 0.078980] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.078998] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear) [ 0.079072] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.079191] TCP: Hash tables configured (established 8192 bind 8192) [ 0.079314] UDP hash table entries: 512 (order: 2, 16384 bytes, linear) [ 0.079379] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear) [ 0.079688] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.081072] workingset: timestamp_bits=14 max_order=18 bucket_order=4 [ 0.086841] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.087045] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.088545] bounce: pool size: 64 pages [ 0.088644] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248) [ 0.089888] sun4i-usb-phy 1c19400.phy: Couldn't request ID GPIO [ 0.094404] sun8i-h3-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver [ 0.096222] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver [ 0.104083] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 0.107253] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pa not found, using dummy regulator [ 0.107857] printk: console [ttyS0] disabled [ 0.128059] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 44, base_baud = 1500000) is a U6_16550A [ 0.750690] printk: console [ttyS0] enabled [ 0.761184] loop: module loaded [ 0.764663] Loading iSCSI transport class v2.0-870. [ 0.773839] dwmac-sun8i 1c30000.ethernet: IRQ eth_wake_irq not found [ 0.780222] dwmac-sun8i 1c30000.ethernet: IRQ eth_lpi not found [ 0.786265] dwmac-sun8i 1c30000.ethernet: No regulator found [ 0.792039] dwmac-sun8i 1c30000.ethernet: PTP uses main clock [ 0.797831] dwmac-sun8i 1c30000.ethernet: Current syscon value is not the default 148000 (expect 58000) [ 0.807512] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supported [ 0.814762] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supported [ 0.821978] dwmac-sun8i 1c30000.ethernet: COE Type 2 [ 0.826983] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported [ 0.833777] dwmac-sun8i 1c30000.ethernet: Normal descriptors [ 0.839433] dwmac-sun8i 1c30000.ethernet: Chain mode enabled [ 0.847037] dwmac-sun8i 1c30000.ethernet: Found internal PHY node [ 0.853688] dwmac-sun8i 1c30000.ethernet: Switch mux to internal PHY [ 0.860071] dwmac-sun8i 1c30000.ethernet: Powering internal PHY [ 0.868370] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.874957] ehci-platform: EHCI generic platform driver [ 0.880380] ehci-platform 1c1a000.usb: EHCI Host Controller [ 0.886026] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1 [ 0.893939] ehci-platform 1c1a000.usb: irq 35, io mem 0x01c1a000 [ 0.922238] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00 [ 0.928543] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 [ 0.936822] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.944054] usb usb1: Product: EHCI Host Controller [ 0.948929] usb usb1: Manufacturer: Linux 5.15.167 ehci_hcd [ 0.954506] usb usb1: SerialNumber: 1c1a000.usb [ 0.959490] hub 1-0:1.0: USB hub found [ 0.963314] hub 1-0:1.0: 1 port detected [ 0.968017] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.974248] ohci-platform: OHCI generic platform driver [ 0.979650] ohci-platform 1c1a400.usb: Generic Platform OHCI controller [ 0.986301] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2 [ 0.994181] ohci-platform 1c1a400.usb: irq 36, io mem 0x01c1a400 [ 1.066449] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15 [ 1.074732] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.081950] usb usb2: Product: Generic Platform OHCI controller [ 1.087876] usb usb2: Manufacturer: Linux 5.15.167 ohci_hcd [ 1.093454] usb usb2: SerialNumber: 1c1a400.usb [ 1.098398] hub 2-0:1.0: USB hub found [ 1.102195] hub 2-0:1.0: 1 port detected [ 1.107021] usbcore: registered new interface driver usb-storage [ 1.113696] mousedev: PS/2 mouse device common for all mice [ 1.120760] sun6i-rtc 1f00000.rtc: registered as rtc0 [ 1.125914] sun6i-rtc 1f00000.rtc: setting system clock to 2024-09-23T12:35:23 UTC (1727094923) [ 1.134645] sun6i-rtc 1f00000.rtc: RTC enabled [ 1.139275] i2c_dev: i2c /dev entries driver [ 1.144993] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0) [ 1.153955] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pf not found, using dummy regulator [ 1.154078] sun8i-h3-r-pinctrl 1f02c00.pinctrl: supply vcc-pl not found, using dummy regulator [ 1.163569] sunxi-mmc 1c0f000.mmc: Got CD GPIO [ 1.175674] NET: Registered PF_INET6 protocol family [ 1.181982] Segment Routing with IPv6 [ 1.185764] In-situ OAM (IOAM) with IPv6 [ 1.189763] NET: Registered PF_PACKET protocol family [ 1.194900] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 1.200984] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB [ 1.214967] can: controller area network core [ 1.219525] NET: Registered PF_CAN protocol family [ 1.224504] 8021q: 802.1Q VLAN Support v1.8 [ 1.228802] Registering SWP/SWPB emulation handler [ 1.246652] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pg not found, using dummy regulator [ 1.257010] mmc0: host does not support reading read-only switch, assuming write-enable [ 1.257043] ehci-platform 1c1b000.usb: EHCI Host Controller [ 1.270667] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 3 [ 1.278480] mmc0: new high speed SDHC card at address b368 [ 1.278559] ehci-platform 1c1b000.usb: irq 37, io mem 0x01c1b000 [ 1.290928] mmcblk0: mmc0:b368 NCard 14.6 GiB [ 1.297083] mmcblk0: p1 p2 p3 [ 1.312283] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00 [ 1.318629] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 [ 1.326915] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.334148] usb usb3: Product: EHCI Host Controller [ 1.339024] usb usb3: Manufacturer: Linux 5.15.167 ehci_hcd [ 1.344600] usb usb3: SerialNumber: 1c1b000.usb [ 1.349609] hub 3-0:1.0: USB hub found [ 1.353426] hub 3-0:1.0: 1 port detected [ 1.358473] ohci-platform 1c1b400.usb: Generic Platform OHCI controller [ 1.365159] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 4 [ 1.373079] ohci-platform 1c1b400.usb: irq 38, io mem 0x01c1b400 [ 1.456411] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15 [ 1.464692] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.471910] usb usb4: Product: Generic Platform OHCI controller [ 1.477833] usb usb4: Manufacturer: Linux 5.15.167 ohci_hcd [ 1.483411] usb usb4: SerialNumber: 1c1b400.usb [ 1.488384] hub 4-0:1.0: USB hub found [ 1.492182] hub 4-0:1.0: 1 port detected [ 1.497243] usb_phy_generic usb_phy_generic.1.auto: supply vcc not found, using dummy regulator [ 1.506927] musb-hdrc musb-hdrc.2.auto: MUSB HDRC host driver [ 1.512739] musb-hdrc musb-hdrc.2.auto: new USB bus registered, assigned bus number 5 [ 1.520861] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 [ 1.529155] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.536392] usb usb5: Product: MUSB HDRC host driver [ 1.541354] usb usb5: Manufacturer: Linux 5.15.167 musb-hcd [ 1.546935] usb usb5: SerialNumber: musb-hdrc.2.auto [ 1.552360] hub 5-0:1.0: USB hub found [ 1.556155] hub 5-0:1.0: 1 port detected [ 1.563838] clk: Disabling unused clocks [ 1.567907] ALSA device list: [ 1.570876] No soundcards found. [ 1.590638] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: disabled. [ 1.600868] VFS: Mounted root (ext4 filesystem) readonly on device 179:2. [ 1.610344] Freeing unused kernel image (initmem) memory: 2048K [ 1.616456] Run /sbin/init as init process [ 1.642263] usb 3-1: new high-speed USB device number 2 using ehci-platform [ 1.690580] init: Console is alive [ 1.694370] init: - watchdog - [ 1.817771] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 1.843520] usb 3-1: New USB device found, idVendor=0bda, idProduct=8152, bcdDevice=20.00 [ 1.851717] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 1.858925] usb 3-1: Product: USB 10/100 LAN [ 1.863235] usb 3-1: Manufacturer: Realtek [ 1.867343] usb 3-1: SerialNumber: 00E04C46E815 [ 1.876471] SGI XFS with security attributes, no debug enabled [ 1.884773] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 1.899713] init: - preinit - [ 2.114732] random: jshn: uninitialized urandom read (4 bytes read) [ 2.154763] random: jshn: uninitialized urandom read (4 bytes read) [ 2.177244] random: jshn: uninitialized urandom read (4 bytes read) [ 2.283134] dwmac-sun8i 1c30000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0 [ 2.292542] dwmac-sun8i 1c30000.ethernet eth0: PHY [0.1:01] driver [Generic PHY] (irq=POLL) [ 2.300960] dwmac-sun8i 1c30000.ethernet eth0: No Safety Features support found [ 2.308320] dwmac-sun8i 1c30000.ethernet eth0: No MAC Management Counters available [ 2.316009] dwmac-sun8i 1c30000.ethernet eth0: PTP not supported by HW [ 2.324150] dwmac-sun8i 1c30000.ethernet eth0: configuring for phy/mii link mode 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 [ 4.415172] mount_root: mounting /dev/root [ 4.422476] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null). Quota mode: disabled. [ 4.430134] mount_root: loading kmods from internal overlay [ 4.445059] kmodloader: loading kernel modules from //etc/modules-boot.d/* [ 4.453116] kmodloader: done loading kernel modules from //etc/modules-boot.d/* [ 4.758131] block: attempting to load /etc/config/fstab [ 4.766079] block: extroot: not configured [ 4.851094] urandom-seed: Seed file not found (/etc/urandom.seed) [ 4.890692] procd: - early - [ 4.893803] procd: - watchdog - [ 5.460023] procd: - watchdog - [ 5.474928] procd: - ubus - [ 5.579334] random: ubusd: uninitialized urandom read (4 bytes read) [ 5.589530] random: ubusd: uninitialized urandom read (4 bytes read) [ 5.691125] random: ubusd: uninitialized urandom read (4 bytes read) [ 5.699683] procd: - init - Please press Enter to activate this console. [ 6.181891] kmodloader: loading kernel modules from /etc/modules.d/* [ 6.321215] usbcore: registered new device driver r8152-cfgselector [ 6.502428] r8152-cfgselector 3-1: reset high-speed USB device number 2 using ehci-platform [ 6.708973] random: ubusd: uninitialized urandom read (4 bytes read) [ 6.742098] urngd: v1.0.2 started. [ 6.764050] r8152 3-1:1.0: skip request firmware [ 6.813830] r8152 3-1:1.0 eth1: v1.12.13 [ 6.817940] usbcore: registered new interface driver r8152 [ 6.826624] usbcore: registered new interface driver ax88179_178a [ 6.833730] usbcore: registered new interface driver cdc_ether [ 6.840736] usbcore: registered new interface driver cdc_ncm [ 6.881851] PPP generic driver version 2.4.2 [ 6.892145] NET: Registered PF_PPPOX protocol family [ 6.901461] kmodloader: done loading kernel modules from /etc/modules.d/* [ 7.140092] random: crng init done [ 7.143583] random: 28 urandom warning(s) missed due to ratelimiting [ 17.136037] dwmac-sun8i 1c30000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0 [ 17.145570] dwmac-sun8i 1c30000.ethernet eth0: PHY [0.1:01] driver [Generic PHY] (irq=POLL) [ 17.154064] dwmac-sun8i 1c30000.ethernet eth0: No Safety Features support found [ 17.161414] dwmac-sun8i 1c30000.ethernet eth0: No MAC Management Counters available [ 17.169246] dwmac-sun8i 1c30000.ethernet eth0: PTP not supported by HW [ 17.175881] dwmac-sun8i 1c30000.ethernet eth0: configuring for phy/mii link mode [ 17.184352] br-lan: port 1(eth0) entered blocking state [ 17.189617] br-lan: port 1(eth0) entered disabled state [ 17.195219] device eth0 entered promiscuous mode BusyBox v1.36.1 (2025-02-01 05:19:18 UTC) built-in shell (ash) _______ ________ __ | |.-----.-----.-----.| | | |.----.| |_ | - || _ | -__| || | | || _|| _| |_______|| __|_____|__|__||________||__| |____| |__| W I R E L E S S F R E E D O M ----------------------------------------------------- OpenWrt 23.05.5, r24106-10cc5fcd00 ----------------------------------------------------- === WARNING! ===================================== There is no root password defined on this device! Use the "passwd" command to set up a new password in order to prevent unauthorized SSH logins. -------------------------------------------------- root@Etna:/# free total used free shared buff/cache available Mem: 1026900 26648 988548 56 11704 958552 Swap: 0 0 0 root@Etna:/# df -h Filesystem Size Used Available Use% Mounted on /dev/root 98.3M 19.4M 76.9M 20% / tmpfs 501.4M 56.0K 501.4M 0% /tmp tmpfs 512.0K 0 512.0K 0% /dev root@Etna:/# cat /proc/cpuinfo processor : 0 model name : ARMv7 Processor rev 5 (v7l) BogoMIPS : 48.00 Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm CPU implementer : 0x41 CPU architecture: 7 CPU variant : 0x0 CPU part : 0xc07 CPU revision : 5 processor : 1 model name : ARMv7 Processor rev 5 (v7l) BogoMIPS : 48.00 Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm CPU implementer : 0x41 CPU architecture: 7 CPU variant : 0x0 CPU part : 0xc07 CPU revision : 5 processor : 2 model name : ARMv7 Processor rev 5 (v7l) BogoMIPS : 48.00 Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm CPU implementer : 0x41 CPU architecture: 7 CPU variant : 0x0 CPU part : 0xc07 CPU revision : 5 processor : 3 model name : ARMv7 Processor rev 5 (v7l) BogoMIPS : 48.00 Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm CPU implementer : 0x41 CPU architecture: 7 CPU variant : 0x0 CPU part : 0xc07 CPU revision : 5 Hardware : Allwinner sun8i Family Revision : 0000 Serial : 02c0008100e7da3a root@Etna:/#


U-Boot SPL 2024.01-OpenWrt-r28427-6df0e3d02a (Feb 03 2025 - 23:09:37 +0000) DRAM: 1024 MiB Trying to boot from MMC1 U-Boot 2024.01-OpenWrt-r28427-6df0e3d02a (Feb 03 2025 - 23:09:37 +0000) Allwinner Technology CPU: Allwinner H3 (SUN8I 1680) Model: Xunlong Orange Pi One DRAM: 1 GiB Core: 66 devices, 20 uclasses, devicetree: separate WDT: Not starting watchdog@1c20ca0 MMC: mmc@1c0f000: 0 Loading Environment from FAT... Unable to read "uboot.env" from mmc0:1... In: serial,usbkbd Out: serial,vidconsole Err: serial,vidconsole Net: eth0: ethernet@1c30000 starting USB... Bus usb@1c1a000: USB EHCI 1.00 Bus usb@1c1a400: USB OHCI 1.0 Bus usb@1c1b000: USB EHCI 1.00 Bus usb@1c1b400: USB OHCI 1.0 scanning bus usb@1c1a000 for devices... 1 USB Device(s) found scanning bus usb@1c1a400 for devices... 1 USB Device(s) found scanning bus usb@1c1b000 for devices... 1 USB Device(s) found scanning bus usb@1c1b400 for devices... 1 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found Hit any key to stop autoboot: 0 switch to partitions #0, OK mmc0 is current device Scanning mmc 0:1... Found U-Boot script /boot.scr 475 bytes read in 1 ms (463.9 KiB/s) ## Executing script at 43100000 3817136 bytes read in 160 ms (22.8 MiB/s) 30037 bytes read in 4 ms (7.2 MiB/s) ## Booting kernel from Legacy Image at 42000000 ... Image Name: ARM OpenWrt Linux-6.6.73 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 3817072 Bytes = 3.6 MiB Load Address: 40008000 Entry Point: 40008000 Verifying Checksum ... OK ## Flattened Device Tree blob at 43000000 Booting using the fdt blob at 0x43000000 Working FDT set to 43000000 Loading Kernel Image Using Device Tree in place at 43000000, end 4300a554 Working FDT set to 43000000 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 6.6.73 (builder@buildhost) (arm-openwrt-linux-muslgnueabi-gcc (OpenWrt GCC 13.3.0 r28427-6df0e3d02a) 13.3.0, GNU ld (GNU Binutils) 2.42) #0 SMP Mon Feb 3 23:09:37 2025 [ 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 One [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000040000000-0x000000006fffffff] [ 0.000000] HighMem [mem 0x0000000070000000-0x000000007fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000040000000-0x000000007fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000007fffffff] [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: Using PSCI v0.1 Function IDs from DT [ 0.000000] percpu: Embedded 13 pages/cpu s21588 r8192 d23468 u53248 [ 0.000000] Kernel command line: console=ttyS0,115200 earlyprintk root=PARTUUID=8fe544c5-02 rootwait [ 0.000000] Unknown kernel command line parameters "earlyprintk", will be passed to user space. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear) [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 260416 [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 1022732K/1048576K available (8598K kernel code, 894K rwdata, 1452K rodata, 2048K init, 262K bss, 25844K reserved, 0K cma-reserved, 262144K highmem) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4. [ 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: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000] GIC: Using split EOI/Deactivate mode [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 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.000002] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns [ 0.000015] Switching to timer-based delay loop, resolution 41ns [ 0.000191] Console: colour dummy device 80x30 [ 0.000252] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000) [ 0.000269] CPU: Testing write buffer coherency: ok [ 0.000323] pid_max: default: 32768 minimum: 301 [ 0.007131] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.007149] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.012786] /cpus/cpu@0 missing clock-frequency property [ 0.012820] /cpus/cpu@1 missing clock-frequency property [ 0.012837] /cpus/cpu@2 missing clock-frequency property [ 0.012854] /cpus/cpu@3 missing clock-frequency property [ 0.012865] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.013889] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4. [ 0.014007] Setting up static identity map for 0x40200000 - 0x40200060 [ 0.014166] rcu: Hierarchical SRCU implementation. [ 0.014173] rcu: Max phase no-delay instances is 1000. [ 0.014840] smp: Bringing up secondary CPUs ... [ 0.025795] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.036870] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [ 0.047883] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [ 0.047993] smp: Brought up 1 node, 4 CPUs [ 0.048003] SMP: Total of 4 processors activated (192.00 BogoMIPS). [ 0.048011] CPU: All CPU(s) started in HYP mode. [ 0.048014] CPU: Virtualization extensions available. [ 0.056252] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5 [ 0.056506] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.056530] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.061050] pinctrl core: initialized pinctrl subsystem [ 0.063393] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.063719] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.064808] thermal_sys: Registered thermal governor 'step_wise' [ 0.064913] No ATAGs? [ 0.068133] /soc/mixer@1100000: Fixed dependency cycle(s) with /soc/lcd-controller@1c0c000 [ 0.068187] /soc/lcd-controller@1c0c000: Fixed dependency cycle(s) with /soc/hdmi@1ee0000 [ 0.068207] /soc/lcd-controller@1c0c000: Fixed dependency cycle(s) with /soc/mixer@1100000 [ 0.068439] /soc/interrupt-controller@1c81000: Fixed dependency cycle(s) with /soc/interrupt-controller@1c81000 [ 0.068467] /soc/hdmi@1ee0000: Fixed dependency cycle(s) with /soc/lcd-controller@1c0c000 [ 0.068889] /soc/mixer@1100000: Fixed dependency cycle(s) with /soc/lcd-controller@1c0c000 [ 0.069298] /soc/mixer@1100000: Fixed dependency cycle(s) with /soc/lcd-controller@1c0c000 [ 0.069408] /soc/lcd-controller@1c0c000: Fixed dependency cycle(s) with /soc/hdmi@1ee0000 [ 0.069426] /soc/lcd-controller@1c0c000: Fixed dependency cycle(s) with /soc/mixer@1100000 [ 0.073620] /soc/lcd-controller@1c0c000: Fixed dependency cycle(s) with /soc/hdmi@1ee0000 [ 0.073724] /soc/hdmi@1ee0000: Fixed dependency cycle(s) with /soc/lcd-controller@1c0c000 [ 0.077107] /soc/hdmi@1ee0000: Fixed dependency cycle(s) with /connector [ 0.077211] /connector: Fixed dependency cycle(s) with /soc/hdmi@1ee0000 [ 0.082733] SCSI subsystem initialized [ 0.083774] usbcore: registered new interface driver usbfs [ 0.083811] usbcore: registered new interface driver hub [ 0.083881] usbcore: registered new device driver usb [ 0.084160] mc: Linux media interface: v0.10 [ 0.084264] pps_core: LinuxPPS API ver. 1 registered [ 0.084270] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.084289] PTP clock support registered [ 0.084609] Advanced Linux Sound Architecture Driver Initialized. [ 0.086223] clocksource: Switched to clocksource arch_sys_counter [ 0.098320] NET: Registered PF_INET protocol family [ 0.098562] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.101128] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) [ 0.101159] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.101173] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear) [ 0.101245] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear) [ 0.101512] TCP: Hash tables configured (established 8192 bind 8192) [ 0.102322] MPTCP token hash table entries: 1024 (order: 2, 16384 bytes, linear) [ 0.102631] UDP hash table entries: 512 (order: 2, 16384 bytes, linear) [ 0.102694] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear) [ 0.103251] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.105604] workingset: timestamp_bits=14 max_order=18 bucket_order=4 [ 0.114602] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.116668] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.124833] bounce: pool size: 64 pages [ 0.125291] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) [ 0.127094] sun4i-usb-phy 1c19400.phy: Couldn't request ID GPIO [ 0.129297] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 0.130421] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 0.141851] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 0.157536] loop: module loaded [ 0.161019] dwmac-sun8i 1c30000.ethernet: IRQ eth_wake_irq not found [ 0.161039] dwmac-sun8i 1c30000.ethernet: IRQ eth_lpi not found [ 0.161103] dwmac-sun8i 1c30000.ethernet: No regulator found [ 0.161214] dwmac-sun8i 1c30000.ethernet: PTP uses main clock [ 0.161238] dwmac-sun8i 1c30000.ethernet: Current syscon value is not the default 148000 (expect 58000) [ 0.165831] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supported [ 0.165856] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supported [ 0.165863] dwmac-sun8i 1c30000.ethernet: COE Type 2 [ 0.165873] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported [ 0.165881] dwmac-sun8i 1c30000.ethernet: Normal descriptors [ 0.165887] dwmac-sun8i 1c30000.ethernet: Chain mode enabled [ 0.167904] dwmac-sun8i 1c30000.ethernet: Found internal PHY node [ 0.168551] dwmac-sun8i 1c30000.ethernet: Switch mux to internal PHY [ 0.168567] dwmac-sun8i 1c30000.ethernet: Powering internal PHY [ 0.172632] usbcore: registered new interface driver usb-storage [ 0.173231] mousedev: PS/2 mouse device common for all mice [ 0.174698] sun6i-rtc 1f00000.rtc: registered as rtc0 [ 0.174741] sun6i-rtc 1f00000.rtc: setting system clock to 2025-02-03T23:10:15 UTC (1738624215) [ 0.174919] i2c_dev: i2c /dev entries driver [ 0.176362] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0) [ 0.184287] NET: Registered PF_INET6 protocol family [ 0.186599] Segment Routing with IPv6 [ 0.186699] In-situ OAM (IOAM) with IPv6 [ 0.186795] NET: Registered PF_PACKET protocol family [ 0.186852] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 0.187012] can: controller area network core [ 0.187962] NET: Registered PF_CAN protocol family [ 0.188078] 8021q: 802.1Q VLAN Support v1.8 [ 0.188282] Registering SWP/SWPB emulation handler [ 0.218753] sun4i-usb-phy 1c19400.phy: Couldn't request ID GPIO [ 0.219648] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 0.222756] sun8i-h3-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver [ 0.223402] gpio gpiochip1: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 0.223937] sun8i-h3-r-pinctrl 1f02c00.pinctrl: supply vcc-pl not found, using dummy regulator [ 0.226049] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver [ 0.226652] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pa not found, using dummy regulator [ 0.227478] printk: console [ttyS0] disabled [ 0.248184] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 136, base_baud = 1500000) is a U6_16550A [ 0.248262] printk: console [ttyS0] enabled [ 1.249438] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pg not found, using dummy regulator [ 1.257155] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pf not found, using dummy regulator [ 1.258250] sun4i-usb-phy 1c19400.phy: Couldn't get regulator usb0_vbus... Deferring probe [ 1.268379] sunxi-mmc 1c0f000.mmc: Got CD GPIO [ 1.277411] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pg not found, using dummy regulator [ 1.289453] usb_phy_generic usb_phy_generic.1.auto: dummy supplies not allowed for exclusive requests [ 1.299518] musb-hdrc musb-hdrc.2.auto: MUSB HDRC host driver [ 1.304504] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB [ 1.305301] musb-hdrc musb-hdrc.2.auto: new USB bus registered, assigned bus number 1 [ 1.320533] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06 [ 1.328853] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.336075] usb usb1: Product: MUSB HDRC host driver [ 1.341047] usb usb1: Manufacturer: Linux 6.6.73 musb-hcd [ 1.346464] usb usb1: SerialNumber: musb-hdrc.2.auto [ 1.347937] mmc0: host does not support reading read-only switch, assuming write-enable [ 1.352380] hub 1-0:1.0: USB hub found [ 1.361422] mmc0: new high speed SDHC card at address 0001 [ 1.363276] hub 1-0:1.0: 1 port detected [ 1.370027] mmcblk0: mmc0:0001 MSSD0 29.2 GiB [ 1.378375] mmcblk0: p1 p2 p3 [ 1.380997] ehci-platform 1c1b000.usb: EHCI Host Controller [ 1.383360] ohci-platform 1c1b400.usb: Generic Platform OHCI controller [ 1.387093] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 2 [ 1.393709] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 3 [ 1.401613] ehci-platform 1c1b000.usb: irq 34, io mem 0x01c1b000 [ 1.409358] ohci-platform 1c1b400.usb: irq 36, io mem 0x01c1b400 [ 1.415845] clk: Disabling unused clocks [ 1.425323] ALSA device list: [ 1.428305] No soundcards found. [ 1.446243] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00 [ 1.452575] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06 [ 1.460891] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.468131] usb usb2: Product: EHCI Host Controller [ 1.473007] usb usb2: Manufacturer: Linux 6.6.73 ehci_hcd [ 1.478412] usb usb2: SerialNumber: 1c1b000.usb [ 1.483586] hub 2-0:1.0: USB hub found [ 1.487410] hub 2-0:1.0: 1 port detected [ 1.500499] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.06 [ 1.508805] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.516023] usb usb3: Product: Generic Platform OHCI controller [ 1.521951] usb usb3: Manufacturer: Linux 6.6.73 ohci_hcd [ 1.527358] usb usb3: SerialNumber: 1c1b400.usb [ 1.532347] hub 3-0:1.0: USB hub found [ 1.536334] hub 3-0:1.0: 1 port detected [ 2.406267] phy phy-1c19400.phy.0: Changing dr_mode to 1 [ 2.411632] ehci-platform 1c1a000.usb: EHCI Host Controller [ 2.411632] ohci-platform 1c1a400.usb: Generic Platform OHCI controller [ 2.411673] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 4 [ 2.417248] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 5 [ 2.423982] ohci-platform 1c1a400.usb: irq 35, io mem 0x01c1a400 [ 2.431696] ehci-platform 1c1a000.usb: irq 33, io mem 0x01c1a000 [ 2.476229] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00 [ 2.482536] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06 [ 2.490816] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.498045] usb usb5: Product: EHCI Host Controller [ 2.502921] usb usb5: Manufacturer: Linux 6.6.73 ehci_hcd [ 2.508324] usb usb5: SerialNumber: 1c1a000.usb [ 2.513469] hub 5-0:1.0: USB hub found [ 2.517298] hub 5-0:1.0: 1 port detected [ 2.521855] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.06 [ 2.530148] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.537382] usb usb4: Product: Generic Platform OHCI controller [ 2.543298] usb usb4: Manufacturer: Linux 6.6.73 ohci_hcd [ 2.548704] usb usb4: SerialNumber: 1c1a400.usb [ 2.553816] hub 4-0:1.0: USB hub found [ 2.557650] hub 4-0:1.0: 1 port detected [ 2.574722] EXT4-fs (mmcblk0p2): mounted filesystem ff313567-e9f1-5a5d-9895-3ba130b4a864 ro with ordered data mode. Quota mode: disabled. [ 2.587170] VFS: Mounted root (ext4 filesystem) readonly on device 179:2. [ 2.596765] Freeing unused kernel image (initmem) memory: 2048K [ 2.602903] Run /sbin/init as init process [ 2.671092] init: Console is alive [ 2.674780] init: - watchdog - [ 2.822213] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 2.838346] raid6: skipped pq benchmark and selected neonx8 [ 2.843962] raid6: using neon recovery algorithm [ 2.867200] xor: measuring software checksum speed [ 2.874544] arm4regs : 1298 MB/sec [ 2.882771] 8regs : 854 MB/sec [ 2.890980] 32regs : 854 MB/sec [ 2.897758] neon : 1354 MB/sec [ 2.902112] xor: using function: neon (1354 MB/sec) [ 2.993601] Btrfs loaded, zoned=no, fsverity=no [ 3.009034] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 3.031849] init: - preinit - strings: standard output: Broken pipe [ 6.656231] random: crng init done Cannot parse config file '/etc/fw_env.config': No such file or directory Failed to find NVMEM device [ 6.891928] dwmac-sun8i 1c30000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0 [ 6.902652] dwmac-sun8i 1c30000.ethernet eth0: PHY [mdio_mux-0.1:01] driver [Generic PHY] (irq=POLL) [ 6.911910] dwmac-sun8i 1c30000.ethernet eth0: No Safety Features support found [ 6.919247] dwmac-sun8i 1c30000.ethernet eth0: No MAC Management Counters available [ 6.926917] dwmac-sun8i 1c30000.ethernet eth0: PTP not supported by HW [ 6.934496] dwmac-sun8i 1c30000.ethernet eth0: configuring for phy/mii link mode 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 [ 11.052539] mount_root: mounting /dev/root with options [ 11.148223] EXT4-fs (mmcblk0p2): re-mounted ff313567-e9f1-5a5d-9895-3ba130b4a864 r/w. Quota mode: disabled. [ 11.158309] mount_root: loading kmods from internal overlay [ 11.176334] kmodloader: loading kernel modules from //etc/modules-boot.d/* [ 11.184722] kmodloader: done loading kernel modules from //etc/modules-boot.d/* [ 11.318756] block: attempting to load /tmp/overlay/upper/etc/config/fstab [ 11.325796] block: unable to load configuration (fstab: Entry not found) [ 11.332650] block: attempting to load /tmp/overlay/etc/config/fstab [ 11.339087] block: unable to load configuration (fstab: Entry not found) [ 11.345869] block: attempting to load /etc/config/fstab [ 11.353293] block: extroot: not configured [ 11.357655] block: attempting to load /etc/config/fstab [ 11.363316] block: extroot: not configured [ 11.487711] urandom-seed: Seed file not found (/etc/urandom.seed) Scanning for Btrfs filesystems [ 11.713794] procd: - early - [ 11.716896] procd: - watchdog - [ 12.286538] procd: - watchdog - [ 12.291098] procd: - ubus - [ 12.447133] procd: - init - Please press Enter to activate this console. [ 12.789528] kmodloader: loading kernel modules from /etc/modules.d/* [ 12.816508] ntfs3: Enabled Linux POSIX ACLs support [ 12.851213] usbcore: registered new device driver r8152-cfgselector [ 12.857629] usbcore: registered new interface driver r8152 [ 12.868352] usbcore: registered new interface driver ax88179_178a [ 12.875259] usbcore: registered new interface driver cdc_eem [ 12.881905] usbcore: registered new interface driver cdc_ether [ 12.889070] usbcore: registered new interface driver cdc_ncm [ 12.895384] usbcore: registered new interface driver cdc_subset [ 12.938896] PPP generic driver version 2.4.2 [ 12.944426] NET: Registered PF_PPPOX protocol family [ 12.950735] usbcore: registered new interface driver rndis_host [ 12.960295] kmodloader: done loading kernel modules from /etc/modules.d/* [ 13.333444] urngd: v1.0.2 started. [ 33.899500] dwmac-sun8i 1c30000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0 [ 33.909890] dwmac-sun8i 1c30000.ethernet eth0: PHY [mdio_mux-0.1:01] driver [Generic PHY] (irq=POLL) [ 33.919192] dwmac-sun8i 1c30000.ethernet eth0: No Safety Features support found [ 33.926617] dwmac-sun8i 1c30000.ethernet eth0: No MAC Management Counters available [ 33.934315] dwmac-sun8i 1c30000.ethernet eth0: PTP not supported by HW [ 33.940984] dwmac-sun8i 1c30000.ethernet eth0: configuring for phy/mii link mode BusyBox v1.36.1 (2025-04-26 18:53:51 UTC) built-in shell (ash) _______ ________ __ | |.-----.-----.-----.| | | |.----.| |_ | - || _ | -__| || | | || _|| _| |_______|| __|_____|__|__||________||__| |____| |__| W I R E L E S S F R E E D O M ----------------------------------------------------- OpenWrt 24.10.0, r28427-6df0e3d02a ----------------------------------------------------- === WARNING! ===================================== There is no root password defined on this device! Use the "passwd" command to set up a new password in order to prevent unauthorized SSH logins. -------------------------------------------------- root@Etna:~#


Space for additional notes, links to forum threads or other resources.

  • ...
This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
  • Last modified: 2025/05/07 11:50
  • by ph_ybarro