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.

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 OpenWrt Version Supported Model Specific Notes
Blue PCB 2016 - 19.07.0
Yellow PCB 2024 - Not tested WIP

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

FIXME Find out flash layout, then add the flash layout table here (copy, paste, modify the example).

Please check out the article Flash layout. It contains examples and explanations that describe how to document the flash layout.

generic.debrick

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

You can enter Failsafe mode through serial console

failsafe_and_factory_reset

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 ifname '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 cable. However, this hardware (Micro USB OTG port) was not been tested in OpenWrt yet as of January 21, 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.

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 power

Blue PCB:
Insert photo here

Yellow PCB:
Insert photo here

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.

How to connect to the Serial Port of this specific device:

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

None so far.

COPY HERE THE BOOTLOG WITH THE ORIGINAL FIRMWARE


U-Boot SPL 2020.07-OpenWrt-r24012-d8dd03c46f (Jul 15 2024 - 22:14:18 +0000) DRAM: 1024 MiB Trying to boot from MMC1 U-Boot 2020.07-OpenWrt-r24012-d8dd03c46f (Jul 15 2024 - 22:14:18 +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 1 ms (463.9 KiB/s) ## Executing script at 43100000 3508240 bytes read in 167 ms (20 MiB/s) 23000 bytes read in 3 ms (7.3 MiB/s) ## Booting kernel from Legacy Image at 42000000 ... Image Name: ARM OpenWrt Linux-5.15.162 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 3508176 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.162 (builder@buildhost) (arm-openwrt-linux-muslgnueabi-gcc (OpenWrt GCC 12.3.0 r24012-d8dd03c46f) 12.3.0, GNU ld (GNU Binutils) 2.40.0) #0 SMP Mon Jul 15 22:14:18 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=5452574f-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 (7914K 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.000002] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns [ 0.000018] Switching to timer-based delay loop, resolution 41ns [ 0.000205] Console: colour dummy device 80x30 [ 0.000267] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000) [ 0.000286] CPU: Testing write buffer coherency: ok [ 0.000343] pid_max: default: 32768 minimum: 301 [ 0.000972] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.000995] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.002635] /cpus/cpu@0 missing clock-frequency property [ 0.002679] /cpus/cpu@1 missing clock-frequency property [ 0.002701] /cpus/cpu@2 missing clock-frequency property [ 0.002722] /cpus/cpu@3 missing clock-frequency property [ 0.002736] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.003552] Setting up static identity map for 0x40200000 - 0x40200060 [ 0.003688] rcu: Hierarchical SRCU implementation. [ 0.004247] smp: Bringing up secondary CPUs ... [ 0.014969] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.025795] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [ 0.036586] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [ 0.036678] smp: Brought up 1 node, 4 CPUs [ 0.036707] SMP: Total of 4 processors activated (192.00 BogoMIPS). [ 0.036718] CPU: All CPU(s) started in HYP mode. [ 0.036725] CPU: Virtualization extensions available. [ 0.042813] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5 [ 0.043078] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.043105] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.043497] pinctrl core: initialized pinctrl subsystem [ 0.045011] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.045336] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.046499] thermal_sys: Registered thermal governor 'step_wise' [ 0.046823] No ATAGs? [ 0.069842] SCSI subsystem initialized [ 0.070336] usbcore: registered new interface driver usbfs [ 0.070386] usbcore: registered new interface driver hub [ 0.070430] usbcore: registered new device driver usb [ 0.070699] pps_core: LinuxPPS API ver. 1 registered [ 0.070711] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.070735] PTP clock support registered [ 0.070996] Advanced Linux Sound Architecture Driver Initialized. [ 0.072271] clocksource: Switched to clocksource arch_sys_counter [ 0.077570] NET: Registered PF_INET protocol family [ 0.077823] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.078970] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) [ 0.079008] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.079025] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear) [ 0.079099] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.079219] TCP: Hash tables configured (established 8192 bind 8192) [ 0.079345] UDP hash table entries: 512 (order: 2, 16384 bytes, linear) [ 0.079409] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear) [ 0.079719] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.081008] workingset: timestamp_bits=14 max_order=18 bucket_order=4 [ 0.086808] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.087011] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.088508] bounce: pool size: 64 pages [ 0.088610] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248) [ 0.089901] sun4i-usb-phy 1c19400.phy: Couldn't request ID GPIO [ 0.094456] sun8i-h3-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver [ 0.096292] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver [ 0.104287] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 0.107535] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pa not found, using dummy regulator [ 0.108154] printk: console [ttyS0] disabled [ 0.128353] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 44, base_baud = 1500000) is a U6_16550A [ 0.750983] printk: console [ttyS0] enabled [ 0.761522] loop: module loaded [ 0.764993] Loading iSCSI transport class v2.0-870. [ 0.774273] dwmac-sun8i 1c30000.ethernet: IRQ eth_wake_irq not found [ 0.780660] dwmac-sun8i 1c30000.ethernet: IRQ eth_lpi not found [ 0.786691] dwmac-sun8i 1c30000.ethernet: No regulator found [ 0.792471] dwmac-sun8i 1c30000.ethernet: PTP uses main clock [ 0.798243] dwmac-sun8i 1c30000.ethernet: Current syscon value is not the default 148000 (expect 58000) [ 0.807916] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supported [ 0.815156] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supported [ 0.822382] dwmac-sun8i 1c30000.ethernet: COE Type 2 [ 0.827346] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported [ 0.834135] dwmac-sun8i 1c30000.ethernet: Normal descriptors [ 0.839788] dwmac-sun8i 1c30000.ethernet: Chain mode enabled [ 0.847438] dwmac-sun8i 1c30000.ethernet: Found internal PHY node [ 0.854086] dwmac-sun8i 1c30000.ethernet: Switch mux to internal PHY [ 0.860468] dwmac-sun8i 1c30000.ethernet: Powering internal PHY [ 0.868783] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.875375] ehci-platform: EHCI generic platform driver [ 0.880805] ehci-platform 1c1a000.usb: EHCI Host Controller [ 0.886460] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1 [ 0.894380] ehci-platform 1c1a000.usb: irq 35, io mem 0x01c1a000 [ 0.922288] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00 [ 0.928592] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 [ 0.936878] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.944108] usb usb1: Product: EHCI Host Controller [ 0.948984] usb usb1: Manufacturer: Linux 5.15.162 ehci_hcd [ 0.954559] usb usb1: SerialNumber: 1c1a000.usb [ 0.959569] hub 1-0:1.0: USB hub found [ 0.963417] hub 1-0:1.0: 1 port detected [ 0.968117] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.974339] ohci-platform: OHCI generic platform driver [ 0.979752] ohci-platform 1c1a400.usb: Generic Platform OHCI controller [ 0.986397] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2 [ 0.994269] ohci-platform 1c1a400.usb: irq 36, io mem 0x01c1a400 [ 1.066491] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15 [ 1.074777] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.081995] usb usb2: Product: Generic Platform OHCI controller [ 1.087919] usb usb2: Manufacturer: Linux 5.15.162 ohci_hcd [ 1.093498] usb usb2: SerialNumber: 1c1a400.usb [ 1.098474] hub 2-0:1.0: USB hub found [ 1.102279] hub 2-0:1.0: 1 port detected [ 1.107094] usbcore: registered new interface driver usb-storage [ 1.113782] mousedev: PS/2 mouse device common for all mice [ 1.120795] sun6i-rtc 1f00000.rtc: registered as rtc0 [ 1.125937] sun6i-rtc 1f00000.rtc: setting system clock to 2024-07-15T23:02:30 UTC (1721084550) [ 1.134665] sun6i-rtc 1f00000.rtc: RTC enabled [ 1.139290] i2c_dev: i2c /dev entries driver [ 1.145014] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0) [ 1.153972] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pf not found, using dummy regulator [ 1.154095] sun8i-h3-r-pinctrl 1f02c00.pinctrl: supply vcc-pl not found, using dummy regulator [ 1.163412] sunxi-mmc 1c0f000.mmc: Got CD GPIO [ 1.175744] NET: Registered PF_INET6 protocol family [ 1.182049] Segment Routing with IPv6 [ 1.185828] In-situ OAM (IOAM) with IPv6 [ 1.189827] NET: Registered PF_PACKET protocol family [ 1.194968] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 1.200882] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB [ 1.208075] can: controller area network core [ 1.219494] NET: Registered PF_CAN protocol family [ 1.224466] 8021q: 802.1Q VLAN Support v1.8 [ 1.228763] Registering SWP/SWPB emulation handler [ 1.246709] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pg not found, using dummy regulator [ 1.257022] ehci-platform 1c1b000.usb: EHCI Host Controller [ 1.262659] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 3 [ 1.270530] ehci-platform 1c1b000.usb: irq 37, io mem 0x01c1b000 [ 1.297445] mmc0: host does not support reading read-only switch, assuming write-enable [ 1.305495] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00 [ 1.311832] mmc0: new high speed SD card at address 17c9 [ 1.317639] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 [ 1.318298] mmcblk0: mmc0:17c9 SD02G 1.83 GiB [ 1.325943] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.325957] usb usb3: Product: EHCI Host Controller [ 1.325965] usb usb3: Manufacturer: Linux 5.15.162 ehci_hcd [ 1.331818] mmcblk0: p1 p2 [ 1.337643] usb usb3: SerialNumber: 1c1b000.usb [ 1.355917] hub 3-0:1.0: USB hub found [ 1.359728] hub 3-0:1.0: 1 port detected [ 1.364833] ohci-platform 1c1b400.usb: Generic Platform OHCI controller [ 1.371475] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 4 [ 1.379436] ohci-platform 1c1b400.usb: irq 38, io mem 0x01c1b400 [ 1.456473] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15 [ 1.464759] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.471976] usb usb4: Product: Generic Platform OHCI controller [ 1.477901] usb usb4: Manufacturer: Linux 5.15.162 ohci_hcd [ 1.483475] usb usb4: SerialNumber: 1c1b400.usb [ 1.488488] hub 4-0:1.0: USB hub found [ 1.492314] hub 4-0:1.0: 1 port detected [ 1.497368] usb_phy_generic usb_phy_generic.1.auto: supply vcc not found, using dummy regulator [ 1.507030] musb-hdrc musb-hdrc.2.auto: MUSB HDRC host driver [ 1.512837] musb-hdrc musb-hdrc.2.auto: new USB bus registered, assigned bus number 5 [ 1.520971] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 [ 1.529268] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.536501] usb usb5: Product: MUSB HDRC host driver [ 1.541463] usb usb5: Manufacturer: Linux 5.15.162 musb-hcd [ 1.547045] usb usb5: SerialNumber: musb-hdrc.2.auto [ 1.552492] hub 5-0:1.0: USB hub found [ 1.556291] hub 5-0:1.0: 1 port detected [ 1.563937] clk: Disabling unused clocks [ 1.568004] ALSA device list: [ 1.570972] No soundcards found. [ 1.587745] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: disabled. [ 1.597955] VFS: Mounted root (ext4 filesystem) readonly on device 179:2. [ 1.607436] Freeing unused kernel image (initmem) memory: 2048K [ 1.613552] Run /sbin/init as init process [ 1.652294] usb 3-1: new high-speed USB device number 2 using ehci-platform [ 1.684063] init: Console is alive [ 1.687756] init: - watchdog - [ 1.760376] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 1.770427] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 1.782208] init: - preinit - [ 1.853593] usb 3-1: New USB device found, idVendor=0bda, idProduct=8152, bcdDevice=20.00 [ 1.861830] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 1.869007] usb 3-1: Product: USB 10/100 LAN [ 1.873294] usb 3-1: Manufacturer: Realtek [ 1.877394] usb 3-1: SerialNumber: 00E04C46E815 [ 1.883584] random: procd: uninitialized urandom read (4 bytes read) [ 2.003250] random: jshn: uninitialized urandom read (4 bytes read) [ 2.042879] random: jshn: uninitialized urandom read (4 bytes read) [ 2.164112] dwmac-sun8i 1c30000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0 [ 2.173278] dwmac-sun8i 1c30000.ethernet eth0: PHY [0.1:01] driver [Generic PHY] (irq=POLL) [ 2.181657] dwmac-sun8i 1c30000.ethernet eth0: No Safety Features support found [ 2.188990] dwmac-sun8i 1c30000.ethernet eth0: No MAC Management Counters available [ 2.196697] dwmac-sun8i 1c30000.ethernet eth0: PTP not supported by HW [ 2.204034] 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 [ 3.282788] dwmac-sun8i 1c30000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx [ 3.291376] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 4.294954] mount_root: mounting /dev/root [ 4.304594] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null). Quota mode: disabled. [ 4.358014] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. [ 4.374346] urandom-seed: Seeding with /etc/urandom.seed [ 4.405493] dwmac-sun8i 1c30000.ethernet eth0: Link is Down [ 4.418218] procd: - early - [ 4.421244] procd: - watchdog - [ 4.982489] procd: - watchdog - [ 4.986838] procd: - ubus - [ 4.998815] random: ubusd: uninitialized urandom read (4 bytes read) [ 5.040891] random: ubusd: uninitialized urandom read (4 bytes read) [ 5.047623] random: ubusd: uninitialized urandom read (4 bytes read) [ 5.055727] procd: - init - Please press Enter to activate this console. [ 5.315008] kmodloader: loading kernel modules from /etc/modules.d/* [ 5.372652] PPP generic driver version 2.4.2 [ 5.377892] NET: Registered PF_PPPOX protocol family [ 5.387085] kmodloader: done loading kernel modules from /etc/modules.d/* [ 5.888756] urngd: v1.0.2 started. [ 6.263541] random: crng init done [ 6.266948] random: 26 urandom warning(s) missed due to ratelimiting [ 8.983296] dwmac-sun8i 1c30000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0 [ 8.993040] dwmac-sun8i 1c30000.ethernet eth0: PHY [0.1:01] driver [Generic PHY] (irq=POLL) [ 9.001456] dwmac-sun8i 1c30000.ethernet eth0: No Safety Features support found [ 9.008955] dwmac-sun8i 1c30000.ethernet eth0: No MAC Management Counters available [ 9.016704] dwmac-sun8i 1c30000.ethernet eth0: PTP not supported by HW [ 9.023326] dwmac-sun8i 1c30000.ethernet eth0: configuring for phy/mii link mode [ 10.083102] dwmac-sun8i 1c30000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx [ 10.092531] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready BusyBox v1.36.1 (2024-07-15 22:14:18 UTC) built-in shell (ash) _______ ________ __ | |.-----.-----.-----.| | | |.----.| |_ | - || _ | -__| || | | || _|| _| |_______|| __|_____|__|__||________||__| |____| |__| W I R E L E S S F R E E D O M ----------------------------------------------------- OpenWrt 23.05.4, r24012-d8dd03c46f ----------------------------------------------------- === 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 25632 991672 56 9596 960628 Swap: 0 0 0 root@Etna:/# df -h Filesystem Size Used Available Use% Mounted on /dev/root 98.3M 11.5M 84.8M 12% / 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 : 02c00081d651a65f 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/01/26 04:04
  • by ph_ybarro