FriendlyARM NanoPi NEO Core2

NanoPi NEO Core2

Install OpenWrt (generic explanation)

FIXME Please add the installation procedure here.

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.

On a Linux desktop, insert your SD card and run:

dmesg

to see the latest kernel messages.

The most recent message should give you the SD card's device name, such as sdb or sdf or similar.

Download the relevant openwrt-sunxi-cortexa53-sun50i-h5-nanopi-neo-plus2-ext4-sdcard.img.gz image, and unzip this archive file.

As the root user, use dd to copy the image file to the device you identified previously, for example:

dd if=/home/username/Downloads/openwrt-sunxi-cortexa53-sun50i-h5-nanopi-neo-plus2-ext4-sdcard.img of=/dev/sdX bs=2M conv=fsync

Replace the sdX with your device name, such as sdb or sdf.

On a Windows desktop, use Win32DiskImager to copy the img file to your SD card's drive letter.

On a Mac, use Etcher to copy the img file to your SD card.

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

See the special instruction for setting up single-port device

singleportrouter

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

No buttons for this device, but you can try using GPIO button.→ port.gpio.

Front:
Insert photo of front of the casing

Back:
Insert photo of back of the casing

Backside label:
Insert photo of backside label

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

How to connect to the Serial Port of this specific device:
Insert photo of PCB with markings for serial port

Serial connection parameters
for FriendlyARM NanoPi NEO Core2
115200, 8N1

None so far.

U-Boot SPL 2017.11 (Dec 08 2017 - 16:40:54) DRAM: 512 MiB(504MHz) CPU Freq: 408MHz Trying to boot from MMC1 NOTICE: BL3-1: Running on H5 (1718) in SRAM A2 (@0x44000) NOTICE: Configuring SPC Controller NOTICE: BL3-1: v1.0(debug):0fc0ec6 NOTICE: BL3-1: Built : 16:40:53, Dec 8 2017 INFO: BL3-1: Initializing runtime services INFO: BL3-1: Preparing for EL3 exit to normal world INFO: BL3-1: Next image address: 0x4a000000, SPSR: 0x3c9 U-Boot 2017.11 (Dec 08 2017 - 16:40:54 +0800) Allwinner Technology CPU: Allwinner H5 (SUN50I) Model: FriendlyElec NanoPi H5 DRAM: 512 MiB CPU Freq: 1008MHz MMC: SUNXI SD/MMC: 0, SUNXI SD/MMC: 1 *** Warning - bad CRC, using default environment In: serial Out: serial Err: serial Net: No ethernet found. SID: 82800001-94004704-94004704-5036c304 BOARD: nanopi-neo-plus2 starting USB... No controllers 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 reading /boot.scr 850 bytes read in 19 ms (43 KiB/s) ## Executing script at 4fc00000 reading Image 12935176 bytes read in 573 ms (21.5 MiB/s) reading rootfs.cpio.gz 4508371 bytes read in 214 ms (20.1 MiB/s) reading sun50i-h5-nanopi-neo-plus2.dtb 25294 bytes read in 26 ms (949.2 KiB/s) ## Flattened Device Tree blob at 48000000 Booting using the fdt blob at 0x48000000 Loading Ramdisk to 49b00000, end 4a000000 ... OK Loading Device Tree to 0000000049af6000, end 0000000049aff2cd ... OK Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.14.0 (root@wwd) (gcc version 6.3.1 20170109 (Linaro GCC 6.3-2017.02)) #82 SMP Fri Dec 8 14:33:14 CST 27 [ 0.000000] Boot CPU: AArch64 Processor [410fd034] [ 0.000000] Machine model: FriendlyElec NanoPi-NEO-Plus2 [ 0.000000] cma: Reserved 16 MiB at 0x000000005f000000 [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv0.2 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: Trusted OS migration not required [ 0.000000] random: fast init done [ 0.000000] percpu: Embedded 21 pages/cpu @ffff80001ef7a000 s46360 r8192 d31464 u86016 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: enabling workaround for ARM erratum 845719 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129024 [ 0.000000] Kernel command line: console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootfstype=ext4 rw rootwait fsck.repair=yes 0 [ 0.000000] log_buf_len individual max cpu contribution: 4096 bytes [ 0.000000] log_buf_len total cpu_extra contributions: 12288 bytes [ 0.000000] log_buf_len min size: 16384 bytes [ 0.000000] log_buf_len: 32768 bytes [ 0.000000] early log buf free: 14784(90%) [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.000000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.000000] Memory: 471948K/524288K available (8574K kernel code, 664K rwdata, 2892K rodata, 448K init, 412K bss, 35956K reserved,) [ 0.000000] Virtual kernel memory layout: [ 0.000000] modules : 0xffff000000000000 - 0xffff000008000000 ( 128 MB) [ 0.000000] vmalloc : 0xffff000008000000 - 0xffff7dffbfff0000 (129022 GB) [ 0.000000] .text : 0xffff000008080000 - 0xffff0000088e0000 ( 8576 KB) [ 0.000000] .rodata : 0xffff0000088e0000 - 0xffff000008bc0000 ( 2944 KB) [ 0.000000] .init : 0xffff000008bc0000 - 0xffff000008c30000 ( 448 KB) [ 0.000000] .data : 0xffff000008c30000 - 0xffff000008cd6008 ( 665 KB) [ 0.000000] .bss : 0xffff000008cd6008 - 0xffff000008d3d2c0 ( 413 KB) [ 0.000000] fixed : 0xffff7dfffe7fd000 - 0xffff7dfffec00000 ( 4108 KB) [ 0.000000] PCI I/O : 0xffff7dfffee00000 - 0xffff7dffffe00000 ( 16 MB) [ 0.000000] vmemmap : 0xffff7e0000000000 - 0xffff800000000000 ( 2048 GB maximum) [ 0.000000] 0xffff7e0000000000 - 0xffff7e0000800000 ( 8 MB actual) [ 0.000000] memory : 0xffff800000000000 - 0xffff800020000000 ( 512 MB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GIC: Using split EOI/Deactivate mode [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns [ 0.000003] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns [ 0.000134] Console: colour dummy device 80x25 [ 0.000161] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000) [ 0.000171] pid_max: default: 32768 minimum: 301 [ 0.000266] Security Framework initialized [ 0.000277] AppArmor: AppArmor disabled by boot time parameter [ 0.000320] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000330] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.001460] ASID allocator initialised with 65536 entries [ 0.001520] Hierarchical SRCU implementation. [ 0.001863] smp: Bringing up secondary CPUs ... [ 0.002902] Detected VIPT I-cache on CPU1 [ 0.002957] CPU1: Booted secondary processor [410fd034] [ 0.003639] Detected VIPT I-cache on CPU2 [ 0.003664] CPU2: Booted secondary processor [410fd034] [ 0.004326] Detected VIPT I-cache on CPU3 [ 0.004348] CPU3: Booted secondary processor [410fd034] [ 0.004402] smp: Brought up 1 node, 4 CPUs [ 0.004419] SMP: Total of 4 processors activated. [ 0.004426] CPU features: detected feature: 32-bit EL0 Support [ 0.004527] CPU: All CPU(s) started at EL2 [ 0.004547] alternatives: patching kernel code [ 0.005311] devtmpfs: initialized [ 0.009593] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.009614] futex hash table entries: 1024 (order: 5, 131072 bytes) [ 0.010326] pinctrl core: initialized pinctrl subsystem [ 0.010960] NET: Registered protocol family 16 [ 0.011733] cpuidle: using governor menu [ 0.012319] vdso: 2 pages (1 code @ ffff0000088e6000, 1 data @ ffff000008c34000) [ 0.012333] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.013178] DMA: preallocated 256 KiB pool for atomic allocations [ 0.013243] Serial: AMBA PL011 UART driver [ 0.023400] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.024172] reg-fixed-voltage gmac-3v3: could not find pctldev for node /soc/pinctrl@01c20800/gmac_power_pin@0, deferring probe [ 0.024537] gpio-regulator gpio-regulator: could not find pctldev for node /soc/pinctrl@01f02c00/regulator_pins@0, deferring probe [ 0.024856] SCSI subsystem initialized [ 0.024998] usbcore: registered new interface driver usbfs [ 0.025027] usbcore: registered new interface driver hub [ 0.025078] usbcore: registered new device driver usb [ 0.025284] pps_core: LinuxPPS API ver. 1 registered [ 0.025290] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.025304] PTP clock support registered [ 0.025528] Advanced Linux Sound Architecture Driver Initialized. [ 0.026523] clocksource: Switched to clocksource arch_sys_counter [ 0.026742] VFS: Disk quotas dquot_6.6.0 [ 0.026801] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.026901] FS-Cache: Loaded [ 0.027066] CacheFiles: Loaded [ 0.032027] NET: Registered protocol family 2 [ 0.032469] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.032511] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.032602] TCP: Hash tables configured (established 4096 bind 4096) [ 0.032694] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.032713] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.032874] NET: Registered protocol family 1 [ 0.033201] RPC: Registered named UNIX socket transport module. [ 0.033207] RPC: Registered udp transport module. [ 0.033211] RPC: Registered tcp transport module. [ 0.033216] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.033391] Unpacking initramfs... [ 0.227938] Initramfs unpacking failed: junk in compressed archive [ 0.231590] Freeing initrd memory: 5120K [ 0.235407] audit: initializing netlink subsys (disabled) [ 0.235524] audit: type=2000 audit(0.232:1): state=initialized audit_enabled=0 res=1 [ 0.235732] workingset: timestamp_bits=46 max_order=17 bucket_order=0 [ 0.240973] FS-Cache: Netfs 'nfs' registered for caching [ 0.241372] NFS: Registering the id_resolver key type [ 0.241396] Key type id_resolver registered [ 0.241401] Key type id_legacy registered [ 0.241413] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.241418] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 0.246061] NET: Registered protocol family 38 [ 0.246306] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) [ 0.246388] io scheduler noop registered [ 0.246393] io scheduler deadline registered [ 0.246611] io scheduler cfq registered (default) [ 0.246617] io scheduler mq-deadline registered [ 0.246622] io scheduler kyber registered [ 0.247144] sun4i-usb-phy 1c19400.phy: Couldn't request ID GPIO [ 0.248733] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver [ 0.251177] sun50i-h5-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver [ 0.257106] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 0.258044] console [ttyS0] disabled [ 0.278174] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 32, base_baud = 1500000) is a U6_16550A [ 1.028119] console [ttyS0] enabled [ 1.054022] 1c28400.serial: ttyS1 at MMIO 0x1c28400 (irq = 33, base_baud = 1500000) is a U6_16550A [ 1.085220] 1c28800.serial: ttyS2 at MMIO 0x1c28800 (irq = 34, base_baud = 1500000) is a U6_16550A [ 1.114619] 1c28c00.serial: ttyS3 at MMIO 0x1c28c00 (irq = 35, base_baud = 1500000) is a U6_16550A [ 1.125550] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 1.132166] [drm] No driver support for vblank timestamp query. [ 1.144996] sun4i-drm display-engine: bound 1100000.mixer (ops sun8i_mixer_ops) [ 1.152444] sun4i-drm display-engine: No panel or bridge found... RGB output disabled [ 1.160279] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops sun4i_tcon_ops) [ 1.290578] sun8i-dw-hdmi 1ee0000.hdmi: Detected HDMI TX controller v1.32a with HDCP (sun8i_dw_hdmi_phy) [ 1.300321] sun8i-dw-hdmi 1ee0000.hdmi: registered DesignWare HDMI I2C bus driver [ 1.307976] sun4i-drm display-engine: bound 1ee0000.hdmi (ops sun8i_dw_hdmi_ops) [ 1.315400] [drm] Cannot find any crtc or sizes - going 1920x1080 [ 1.356809] Console: switching to colour frame buffer device 240x67 [ 1.390118] sun4i-drm display-engine: fb0: frame buffer device [ 1.396350] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 0 [ 1.405038] cacheinfo: Unable to detect cache hierarchy for CPU 0 [ 1.415248] loop: module loaded [ 1.420079] libphy: Fixed MDIO Bus: probed [ 1.424765] dwmac-sun8i 1c30000.ethernet: PTP uses main clock [ 1.431027] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.437551] ehci-platform: EHCI generic platform driver [ 1.442901] ehci-platform 1c1a000.usb: EHCI Host Controller [ 1.448506] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1 [ 1.456593] ehci-platform 1c1a000.usb: irq 14, io mem 0x01c1a000 [ 1.478530] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00 [ 1.485213] hub 1-0:1.0: USB hub found [ 1.488998] hub 1-0:1.0: 1 port detected [ 1.493465] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.499660] ohci-platform: OHCI generic platform driver [ 1.505052] ohci-platform 1c1a400.usb: Generic Platform OHCI controller [ 1.511677] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2 [ 1.519625] ohci-platform 1c1a400.usb: irq 15, io mem 0x01c1a400 [ 1.587049] hub 2-0:1.0: USB hub found [ 1.590835] hub 2-0:1.0: 1 port detected [ 1.595328] usbcore: registered new interface driver uas [ 1.600706] usbcore: registered new interface driver usb-storage [ 1.607182] mousedev: PS/2 mouse device common for all mice [ 1.613100] sun6i-rtc 1f00000.rtc: rtc core: registered rtc-sun6i as rtc0 [ 1.619891] sun6i-rtc 1f00000.rtc: RTC enabled [ 1.624388] i2c /dev entries driver [ 1.629371] thermal thermal_zone0: failed to read out thermal zone (-16) [ 1.636665] sdhci: Secure Digital Host Controller Interface driver [ 1.642844] sdhci: Copyright(c) Pierre Ossman [ 1.647223] Synopsys Designware Multimedia Card Interface Driver [ 1.654292] sunxi-mmc 1c0f000.mmc: Got CD GPIO [ 1.698655] sunxi-mmc 1c0f000.mmc: base:0xffff000008d85000 irq:10 [ 1.705485] sunxi-mmc 1c10000.mmc: allocated mmc-pwrseq [ 1.756164] mmc0: host does not support reading read-only switch, assuming write-enable [ 1.767774] mmc0: new high speed SDHC card at address 59b4 [ 1.773698] mmcblk0: mmc0:59b4 14.9 GiB [ 1.779136] mmcblk0: p1 p2 [ 1.958538] sunxi-mmc 1c10000.mmc: base:0xffff000008d95000 irq:11 [ 1.992001] mmc2: queuing unknown CIS tuple 0x80 (2 bytes) [ 2.000443] mmc2: queuing unknown CIS tuple 0x80 (3 bytes) [ 2.002536] sunxi-mmc 1c11000.mmc: base:0xffff000008da5000 irq:12 [ 2.002777] sdhci-pltfm: SDHCI platform and OF driver helper [ 2.017684] ledtrig-cpu: registered to indicate activity on CPUs [ 2.023902] hidraw: raw HID events driver (C) Jiri Kosina [ 2.029489] usbcore: registered new interface driver usbhid [ 2.035071] usbhid: USB HID core driver [ 2.039506] mmc2: queuing unknown CIS tuple 0x80 (3 bytes) [ 2.045953] sun4i-codec 1c22c00.codec: Codec <-> 1c22c00.codec mapping ok [ 2.050319] mmc2: queuing unknown CIS tuple 0x80 (7 bytes) [ 2.056812] mmc2: queuing unknown CIS tuple 0x81 (9 bytes) [ 2.065554] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.071217] NET: Registered protocol family 10 [ 2.088015] Segment Routing with IPv6 [ 2.091796] NET: Registered protocol family 17 [ 2.096873] rfkill_gpio rfkill_bt: sunxi-bt device registered. [ 2.102790] 9pnet: Installing 9P2000 support [ 2.107116] Key type dns_resolver registered [ 2.111645] mmc1: new high speed MMC card at address 0001 [ 2.112010] registered taskstats version 1 [ 2.117512] Key type encrypted registered [ 2.123838] dwmac-sun8i 1c30000.ethernet: PTP uses main clock [ 2.123943] dwmac-sun8i 1c30000.ethernet: Will use external PHY [ 2.137312] mmcblk1: mmc1:0001 8GTF4R 7.28 GiB [ 2.142064] mmcblk1boot0: mmc1:0001 8GTF4R partition 1 4.00 MiB [ 2.148202] mmcblk1boot1: mmc1:0001 8GTF4R partition 2 4.00 MiB [ 2.154867] mmcblk1: p1 p2 [ 2.230693] dwmac-sun8i 1c30000.ethernet: Chain mode enabled [ 2.236361] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supported [ 2.243585] dwmac-sun8i 1c30000.ethernet: Normal descriptors [ 2.249247] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supported [ 2.256469] dwmac-sun8i 1c30000.ethernet: COE Type 2 [ 2.261437] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported [ 2.268305] libphy: stmmac: probed [ 2.275870] ehci-platform 1c1b000.usb: EHCI Host Controller [ 2.281500] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 3 [ 2.289679] ehci-platform 1c1b000.usb: irq 16, io mem 0x01c1b000 [ 2.296353] mmc2: new high speed SDIO card at address 0001 [ 2.310523] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00 [ 2.317152] hub 3-0:1.0: USB hub found [ 2.320926] hub 3-0:1.0: 1 port detected [ 2.325437] ehci-platform 1c1c000.usb: EHCI Host Controller [ 2.331027] ehci-platform 1c1c000.usb: new USB bus registered, assigned bus number 4 [ 2.338962] ehci-platform 1c1c000.usb: irq 18, io mem 0x01c1c000 [ 2.358531] ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00 [ 2.365061] hub 4-0:1.0: USB hub found [ 2.368832] hub 4-0:1.0: 1 port detected [ 2.373279] ehci-platform 1c1d000.usb: EHCI Host Controller [ 2.378862] ehci-platform 1c1d000.usb: new USB bus registered, assigned bus number 5 [ 2.386777] ehci-platform 1c1d000.usb: irq 20, io mem 0x01c1d000 [ 2.406526] ehci-platform 1c1d000.usb: USB 2.0 started, EHCI 1.00 [ 2.413062] hub 5-0:1.0: USB hub found [ 2.416834] hub 5-0:1.0: 1 port detected [ 2.421273] ohci-platform 1c1b400.usb: Generic Platform OHCI controller [ 2.427901] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 6 [ 2.435790] ohci-platform 1c1b400.usb: irq 17, io mem 0x01c1b400 [ 2.502964] hub 6-0:1.0: USB hub found [ 2.506736] hub 6-0:1.0: 1 port detected [ 2.511178] ohci-platform 1c1c400.usb: Generic Platform OHCI controller [ 2.517801] ohci-platform 1c1c400.usb: new USB bus registered, assigned bus number 7 [ 2.525706] ohci-platform 1c1c400.usb: irq 19, io mem 0x01c1c400 [ 2.594965] hub 7-0:1.0: USB hub found [ 2.598737] hub 7-0:1.0: 1 port detected [ 2.603160] ohci-platform 1c1d400.usb: Generic Platform OHCI controller [ 2.609787] ohci-platform 1c1d400.usb: new USB bus registered, assigned bus number 8 [ 2.617667] ohci-platform 1c1d400.usb: irq 21, io mem 0x01c1d400 [ 2.686978] hub 8-0:1.0: USB hub found [ 2.690749] hub 8-0:1.0: 1 port detected [ 2.695200] usb_phy_generic usb_phy_generic.3.auto: usb_phy_generic.3.auto supply vcc not found, using dummy regulator [ 2.706148] musb-hdrc musb-hdrc.4.auto: MUSB HDRC host driver [ 2.711899] musb-hdrc musb-hdrc.4.auto: new USB bus registered, assigned bus number 9 [ 2.720164] hub 9-0:1.0: USB hub found [ 2.723946] hub 9-0:1.0: 1 port detected [ 2.730548] input: r-gpio-keys as /devices/platform/r-gpio-keys/input/input0 [ 2.737938] ALSA device list: [ 2.740914] #0: H3 Audio Codec [ 2.744663] Freeing unused kernel memory: 448K Loading, please wait... starting version 229 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. Begin: Will now check root file system ... fsck from util-linux 2.27.1 [/sbin/fsck.ext4 (1) -- /dev/mmcblk0p2] fsck.ext4 -y -C0 /dev/mmcblk0p2 e2fsck 1.42.13 (17-May-2015) rootfs: clean, 52019/913920 files, 346478/3877632 blocks done. [ 3.291631] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null) [ 3.333520] EXT4-fs (mmcblk0p2): re-mounted. Opts: data=ordered done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 3.699347] systemd[1]: System time before build time, advancing clock. [ 3.788645] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTS) [ 3.806958] systemd[1]: Detected architecture arm64. Welcome to Ubuntu core 16.04 LTS! [ 3.827813] systemd[1]: Set hostname to <NanoPi-NEO-Plus2>. [ 4.261567] systemd[1]: Reached target Swap. [ OK ] Reached target Swap. [ 4.280203] systemd[1]: Listening on Journal Socket. [ OK ] Listening on Journal Socket. [ 4.299179] systemd[1]: Created slice User and Session Slice. [ OK ] Created slice User and Session Slice. [ 4.319637] systemd[1]: Reached target Remote File Systems (Pre). [ OK ] Reached target Remote File Systems (Pre). [ 4.338800] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ OK ] Started Forward Password Requests to Wall Directory Watch. [ 4.358620] systemd[1]: Reached target Remote File Systems. [ OK ] Reached target Remote File Systems. [ 4.374983] systemd[1]: Listening on Journal Audit Socket. [ OK ] Listening on Journal Audit Socket. [ OK ] Listening on udev Control Socket. [ OK ] Listening on udev Kernel Socket. [ OK ] Reached target Encrypted Volumes. [ OK ] Listening on Journal Socket (/dev/log). [ OK ] Started Dispatch Password Requests to Console Directory Watch. [ OK ] Reached target Paths. [ OK ] Listening on /dev/initctl Compatibility Named Pipe. [ OK ] Set up automount Arbitrary Executab...ats File System Automount Point. [ OK ] Created slice System Slice. Mounting Debug File System... Starting Journal Service... Starting Load Kernel Modules... Mounting Huge Pages File System... [ OK ] Reached target Slices. Starting Set console keymap... Starting Create list of required st... nodes for the current kernel... Mounting POSIX Message Queue File System... [ 4.689046] udc-core: couldn't find an available UDC - added [g_mass_storage] to list of pending drivers Starting Remount Root and Kernel File Systems... [ OK ] Created slice system-serial\x2dgetty.slice. [ OK ] Mounted Debug File System. [ OK ] Mounted POSIX Message Queue File System. [ OK ] Mounted Huge Pages File System. [ OK ] Started Journal Service. [ OK ] Started Load Kernel Modules. [ OK ] Started Create list of required sta...ce nodes for the current kernel. [ OK ] Started Remount Root and Kernel File Systems. Starting Load/Save Random Seed... Starting udev Coldplug all Devices... Starting Create Static Device Nodes in /dev... Mounting Configuration File System... Starting Apply Kernel Variables... Starting Flush Journal to Persistent Storage... [ OK ] Mounted Configuration File System. [ OK ] Started Set console keymap. [ OK ] Started Load/Save Random Seed. [ OK ] Started Create Static Device Nodes in /dev. [ OK ] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [ OK ] Reached target Local File Systems (Pre). [ OK ] Started Flush Journal to Persistent Storage. [ OK ] Started udev Coldplug all Devices. [ OK ] Started udev Kernel Device Manager. [ OK ] Found device /dev/ttyS0. [ OK ] Reached target Sound Card. [ OK ] Found device /dev/mmcblk0p1. Mounting /boot... [ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. Starting Load/Save RF Kill Switch Status... [ OK ] Mounted /boot. [ OK ] Started Load/Save RF Kill Switch Status. [ OK ] Reached target Local File Systems. Starting Set console font and keymap... Starting Create Volatile Files and Directories... Starting Raise network interfaces... [ OK ] Started Create Volatile Files and Directories. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [ OK ] Started Update UTMP about System Boot/Shutdown. [ OK ] Started Network Time Synchronization. [ OK ] Reached target System Time Synchronized. [ OK ] Reached target System Initialization. [ OK ] Listening on D-Bus System Message Bus Socket. [ OK ] Reached target Sockets. [ OK ] Started Daily apt activities. [ OK ] Reached target Basic System. [ OK ] Started D-Bus System Message Bus. Starting Modem Manager... Starting Restore /etc/resolv.conf i...re the ppp link was shut down... Starting Permit User Sessions... Starting LSB: Start busybox udhcpd at boot time... Starting Login Service... Starting LSB: clean_ip_info... Starting Network Manager... Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"... Starting brcm_patchram_plus... [ OK ] Started Daily Cleanup of Temporary Directories. [ OK ] Reached target Timers. Starting Save/Restore Sound Card State... [ OK ] Started Set console font and keymap. [ OK ] Started Restore /etc/resolv.conf if...fore the ppp link was shut down. [ OK ] Started Permit User Sessions. [ OK ] Started LSB: clean_ip_info. Starting Set console scheme... [ OK ] Created slice system-getty.slice. [ OK ] Started Login Service. [ OK ] Started LSB: Start busybox udhcpd at boot time. [ OK ] Started LSB: Set the CPU Frequency Scaling governor to "ondemand". [ OK ] Started Raise network interfaces. [ OK ] Started Set console scheme. [ OK ] Started Save/Restore Sound Card State. Starting Authenticate and Authorize Users to Run Privileged Tasks... [ OK ] Started Authenticate and Authorize Users to Run Privileged Tasks. [ OK ] Started Network Manager. Starting Network Manager Script Dispatcher Service... Starting Network Manager Wait Online... [ OK ] Reached target Network. Starting OpenBSD Secure Shell server... [ OK ] Started Modem Manager. [ OK ] Started Network Manager Script Dispatcher Service. Starting Hostname Service... [ OK ] Started Hostname Service. [ OK ] Started OpenBSD Secure Shell server. Starting WPA supplicant... [ OK ] Started WPA supplicant. Starting Load/Save RF Kill Switch Status... [ OK ] Started Load/Save RF Kill Switch Status. [FAILED] Failed to start Network Manager Wait Online. See 'systemctl status NetworkManager-wait-online.service' for details. [ OK ] Reached target Network is Online. Starting LSB: Advanced IEEE 802.11 management daemon... Starting /etc/rc.local Compatibility... Starting LSB: disk temperature monitoring daemon... [ OK ] Started LSB: disk temperature monitoring daemon. [ OK ] Started /etc/rc.local Compatibility. [ OK ] Started Serial Getty on ttyS0. [ OK ] Started Getty on tty1. [ OK ] Reached target Login Prompts. [ OK ] Started LSB: Advanced IEEE 802.11 management daemon. Starting Load/Save RF Kill Switch Status... [ OK ] Started Load/Save RF Kill Switch Status. [ OK ] Started brcm_patchram_plus. Starting Bluetooth service... [ OK ] Reached target Multi-User System. [ OK ] Reached target Graphical Interface. Starting Update UTMP about System Runlevel Changes... [ OK ] Started Bluetooth service. [ OK ] Reached target Bluetooth. [ OK ] Started Update UTMP about System Runlevel Changes. Ubuntu 16.04.2 LTS NanoPi-NEO-Plus2 ttyS0 NanoPi-NEO-Plus2 login: pi (automatic login) Last login: Mon Jun 12 07:45:57 UTC 2017 on ttyS0 _____ _ _ _ _____ _ _____ ____ | ___| __(_) ___ _ __ __| | |_ _| ____| | | ____/ ___| | |_ | '__| |/ _ \ '_ \ / _` | | | | | _| | | | _|| | | _|| | | | __/ | | | (_| | | |_| | |___| |___| |__| |___ |_| |_| |_|\___|_| |_|\__,_|_|\__, |_____|_____|_____\____| |___/ Welcome to Ubuntu core 16.04 LTS 4.14.0 System load: 0.32 Up time: 43 sec Memory usage: 7 % of 482Mb IP: CPU temp: 19?°C Usage of /: 8% of 15G * Documentation: http://wiki.friendlyarm.com/Ubuntu * Forum: http://www.friendlyarm.com/Forum/ pi@NanoPi-NEO-Plus2:~$


U-Boot SPL 2017.11 (Jun 24 2018 - 20:30:32) DRAM: 512 MiB Trying to boot from MMC1 U-Boot 2017.11 (Jun 24 2018 - 20:30:32 +0000) Allwinner Technology CPU: Allwinner H5 (SUN50I) Model: FriendlyARM NanoPi NEO Plus 2 DRAM: 512 MiB MMC: SUNXI SD/MMC: 0, SUNXI SD/MMC: 1 *** Warning - bad CRC, using default environment In: serial Out: serial Err: serial Net: No ethernet found. starting USB... USB0: USB EHCI 1.00 USB1: USB OHCI 1.0 scanning bus 0 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 reading /boot.scr 384 bytes read in 15 ms (24.4 KiB/s) ## Executing script at 4fc00000 reading uImage 7671816 bytes read in 397 ms (18.4 MiB/s) reading dtb 14996 bytes read in 24 ms (609.4 KiB/s) ## Flattened Device Tree blob at 4fa00000 Booting using the fdt blob at 0x4fa00000 Loading Device Tree to 0000000049ff9000, end 0000000049fffa93 ... OK Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.14.63 (buildbot@builds-03.infra.lede-project.org) (gcc version 7.3.0 (OpenWrt GCC 7.3.0 r7102-3f3a2c9)) #0 SMP PREEMPT Wed Aug 15 20:42:39 2018 [ 0.000000] Boot CPU: AArch64 Processor [410fd034] [ 0.000000] Machine model: FriendlyARM NanoPi NEO Plus2 [ 0.000000] earlycon: uart0 at MMIO32 0x0000000001c28000 (options '') [ 0.000000] bootconsole [uart0] enabled [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv0.2 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: Trusted OS migration not required [ 0.000000] random: get_random_bytes called from 0xffffff8008700814 with crng_init=0 [ 0.000000] percpu: Embedded 20 pages/cpu @ffffffc01ff8d000 s43544 r8192 d30184 u81920 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129024 [ 0.000000] Kernel command line: console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootwait earlycon=uart,mmio32,0x01c28000 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.000000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.000000] Memory: 498804K/524288K available (5502K kernel code, 452K rwdata, 1104K rodata, 384K init, 324K bss, 25484K reserved, 0K cma-reserved) [ 0.000000] Virtual kernel memory layout: [ 0.000000] modules : 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [ 0.000000] vmalloc : 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [ 0.000000] .text : 0xffffff8008080000 - 0xffffff80085e0000 ( 5504 KB) [ 0.000000] .rodata : 0xffffff80085e0000 - 0xffffff8008700000 ( 1152 KB) [ 0.000000] .init : 0xffffff8008700000 - 0xffffff8008760000 ( 384 KB) [ 0.000000] .data : 0xffffff8008760000 - 0xffffff80087d1008 ( 453 KB) [ 0.000000] .bss : 0xffffff80087d1008 - 0xffffff80088223c0 ( 325 KB) [ 0.000000] fixed : 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [ 0.000000] PCI I/O : 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [ 0.000000] vmemmap : 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [ 0.000000] 0xffffffbf00000000 - 0xffffffbf00800000 ( 8 MB actual) [ 0.000000] memory : 0xffffffc000000000 - 0xffffffc020000000 ( 512 MB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] CONFIG_RCU_FANOUT set to non-default value of 32 [ 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: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GIC: Using split EOI/Deactivate mode [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns [ 0.000005] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns [ 0.008155] Console: colour dummy device 80x25 [ 0.012623] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000) [ 0.022968] pid_max: default: 32768 minimum: 301 [ 0.027685] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.034302] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.074369] ASID allocator initialised with 32768 entries [ 0.079834] Hierarchical SRCU implementation. [ 0.124392] smp: Bringing up secondary CPUs ... [ 0.175212] Detected VIPT I-cache on CPU1 [ 0.175275] CPU1: Booted secondary processor [410fd034] [ 0.244906] Detected VIPT I-cache on CPU2 [ 0.244936] CPU2: Booted secondary processor [410fd034] [ 0.314950] Detected VIPT I-cache on CPU3 [ 0.314978] CPU3: Booted secondary processor [410fd034] [ 0.315042] smp: Brought up 1 node, 4 CPUs [ 0.346793] SMP: Total of 4 processors activated. [ 0.351490] CPU features: detected feature: 32-bit EL0 Support [ 0.357331] CPU features: detected feature: Kernel page table isolation (KPTI) [ 0.366745] CPU: All CPU(s) started at EL2 [ 0.370860] alternatives: patching kernel code [ 0.379335] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.389205] futex hash table entries: 1024 (order: 5, 131072 bytes) [ 0.395649] pinctrl core: initialized pinctrl subsystem [ 0.402039] NET: Registered protocol family 16 [ 0.407982] vdso: 2 pages (1 code @ ffffff80085e4000, 1 data @ ffffff8008764000) [ 0.415636] DMA: preallocated 256 KiB pool for atomic allocations [ 0.442257] SCSI subsystem initialized [ 0.456350] usbcore: registered new interface driver usbfs [ 0.461871] usbcore: registered new interface driver hub [ 0.467282] usbcore: registered new device driver usb [ 0.472455] Linux video capture interface: v2.00 [ 0.477108] pps_core: LinuxPPS API ver. 1 registered [ 0.482079] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.491214] PTP clock support registered [ 0.495515] Advanced Linux Sound Architecture Driver Initialized. [ 0.505436] clocksource: Switched to clocksource arch_sys_counter [ 0.516931] NET: Registered protocol family 2 [ 0.521834] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.528944] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.535496] TCP: Hash tables configured (established 4096 bind 4096) [ 0.541951] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.547806] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.554244] NET: Registered protocol family 1 [ 0.559129] kvm [1]: 8-bit VMID [ 0.562711] kvm [1]: vgic interrupt IRQ1 [ 0.566751] kvm [1]: Hyp mode initialized successfully [ 0.572978] No memory allocated for crashlog [ 0.577363] workingset: timestamp_bits=62 max_order=17 bucket_order=0 [ 0.588581] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.606569] io scheduler noop registered [ 0.610494] io scheduler deadline registered [ 0.614931] io scheduler cfq registered (default) [ 0.622647] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver [ 0.633136] sun50i-h5-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver [ 0.677000] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 0.686712] console [ttyS0] disabled [ 0.710575] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 23, base_baud = 1500000) is a U6_16550A [ 0.719615] console [ttyS0] enabled [ 0.719615] console [ttyS0] enabled [ 0.726617] bootconsole [uart0] disabled [ 0.726617] bootconsole [uart0] disabled [ 0.735457] cacheinfo: Unable to detect cache hierarchy for CPU 0 [ 0.745212] loop: module loaded [ 0.749383] libphy: Fixed MDIO Bus: probed [ 0.754398] dwmac-sun8i 1c30000.ethernet: PTP uses main clock [ 0.760671] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.767200] ehci-platform: EHCI generic platform driver [ 0.772583] ehci-platform 1c1a000.usb: EHCI Host Controller [ 0.778186] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1 [ 0.786069] ehci-platform 1c1a000.usb: irq 11, io mem 0x01c1a000 [ 0.815453] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00 [ 0.821709] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 0.828507] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.835730] usb usb1: Product: EHCI Host Controller [ 0.840602] usb usb1: Manufacturer: Linux 4.14.63 ehci_hcd [ 0.846092] usb usb1: SerialNumber: 1c1a000.usb [ 0.851012] hub 1-0:1.0: USB hub found [ 0.854783] hub 1-0:1.0: 1 port detected [ 0.859256] ehci-platform 1c1d000.usb: EHCI Host Controller [ 0.864836] ehci-platform 1c1d000.usb: new USB bus registered, assigned bus number 2 [ 0.872692] ehci-platform 1c1d000.usb: irq 13, io mem 0x01c1d000 [ 0.905448] ehci-platform 1c1d000.usb: USB 2.0 started, EHCI 1.00 [ 0.911649] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 [ 0.918446] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.925668] usb usb2: Product: EHCI Host Controller [ 0.930541] usb usb2: Manufacturer: Linux 4.14.63 ehci_hcd [ 0.936030] usb usb2: SerialNumber: 1c1d000.usb [ 0.940872] hub 2-0:1.0: USB hub found [ 0.944638] hub 2-0:1.0: 1 port detected [ 0.948987] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.955186] ohci-platform: OHCI generic platform driver [ 0.960623] ohci-platform 1c1a400.usb: Generic Platform OHCI controller [ 0.969656] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 3 [ 0.977509] ohci-platform 1c1a400.usb: irq 12, io mem 0x01c1a400 [ 1.049578] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.056720] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.063933] usb usb3: Product: Generic Platform OHCI controller [ 1.069856] usb usb3: Manufacturer: Linux 4.14.63 ohci_hcd [ 1.075336] usb usb3: SerialNumber: 1c1a400.usb [ 1.080200] hub 3-0:1.0: USB hub found [ 1.083969] hub 3-0:1.0: 1 port detected [ 1.088377] ohci-platform 1c1d400.usb: Generic Platform OHCI controller [ 1.094996] ohci-platform 1c1d400.usb: new USB bus registered, assigned bus number 4 [ 1.102841] ohci-platform 1c1d400.usb: irq 14, io mem 0x01c1d400 [ 1.179607] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.186404] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.193617] usb usb4: Product: Generic Platform OHCI controller [ 1.199616] usb usb4: Manufacturer: Linux 4.14.63 ohci_hcd [ 1.205096] usb usb4: SerialNumber: 1c1d400.usb [ 1.209951] hub 4-0:1.0: USB hub found [ 1.213718] hub 4-0:1.0: 1 port detected [ 1.218220] usbcore: registered new interface driver usb-storage [ 1.224433] mousedev: PS/2 mouse device common for all mice [ 1.230281] i2c /dev entries driver [ 1.234297] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0) [ 1.243482] sunxi-mmc 1c0f000.mmc: Got CD GPIO [ 1.305577] sunxi-mmc 1c0f000.mmc: base:0xffffff8008875000 irq:7 [ 1.312280] sunxi-mmc 1c10000.mmc: allocated mmc-pwrseq [ 1.379145] mmc0: host does not support reading read-only switch, assuming write-enable [ 1.390777] mmc0: new high speed SDHC card at address 59b4 [ 1.396649] mmcblk0: mmc0:59b4 14.9 GiB [ 1.402222] mmcblk0: p1 p2 [ 1.595461] sunxi-mmc 1c10000.mmc: base:0xffffff8008885000 irq:8 [ 1.629091] mmc1: queuing unknown CIS tuple 0x80 (2 bytes) [ 1.637548] mmc1: queuing unknown CIS tuple 0x80 (3 bytes) [ 1.646003] mmc1: queuing unknown CIS tuple 0x80 (3 bytes) [ 1.655453] sunxi-mmc 1c11000.mmc: base:0xffffff8008895000 irq:9 [ 1.663392] NET: Registered protocol family 10 [ 1.669100] mmc1: queuing unknown CIS tuple 0x80 (7 bytes) [ 1.674658] Segment Routing with IPv6 [ 1.674716] NET: Registered protocol family 17 [ 1.674753] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 1.674756] can: controller area network core (rev 20170425 abi 9) [ 1.674823] NET: Registered protocol family 29 [ 1.674829] 8021q: 802.1Q VLAN Support v1.8 [ 1.675443] NOHZ: local_softirq_pending 80 [ 1.685445] NOHZ: local_softirq_pending 80 [ 1.729391] dwmac-sun8i 1c30000.ethernet: PTP uses main clock [ 1.735439] NOHZ: local_softirq_pending 80 [ 1.743936] mmc1: queuing unknown CIS tuple 0x81 (9 bytes) [ 1.794607] mmc2: new high speed MMC card at address 0001 [ 1.800415] mmcblk2: mmc2:0001 8GTF4R 7.28 GiB [ 1.805108] mmcblk2boot0: mmc2:0001 8GTF4R partition 1 4.00 MiB [ 1.811203] mmcblk2boot1: mmc2:0001 8GTF4R partition 2 4.00 MiB [ 1.818174] mmcblk2: p1 p2 [ 1.839884] random: fast init done [ 1.845532] dwmac-sun8i 1c30000.ethernet: Chain mode enabled [ 1.851196] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supported [ 1.858436] dwmac-sun8i 1c30000.ethernet: Normal descriptors [ 1.864102] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supported [ 1.871341] dwmac-sun8i 1c30000.ethernet: COE Type 2 [ 1.876322] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported [ 1.883243] libphy: stmmac: probed [ 1.887380] dwmac-sun8i 1c30000.ethernet: Found internal PHY node [ 1.893573] libphy: mdio_mux: probed [ 1.897190] dwmac-sun8i 1c30000.ethernet: Switch mux to internal PHY [ 1.903553] dwmac-sun8i 1c30000.ethernet: Powering internal PHY [ 1.910209] libphy: mdio_mux: probed [ 1.913810] dwmac-sun8i 1c30000.ethernet: Switch mux to external PHY [ 1.920891] hctosys: unable to open rtc device (rtc0) [ 1.926363] ALSA device list: [ 1.929343] No soundcards found. [ 1.939194] EXT4-fs (mmcblk0p2): mounted filesystem without journal. Opts: (null) [ 1.946809] VFS: Mounted root (ext4 filesystem) readonly on device 179:2. [ 1.953964] Freeing unused kernel memory: 384K [ 2.027443] init: Console is alive [ 2.031052] init: - watchdog - [ 2.035665] mmc1: new high speed SDIO card at address 0001 [ 2.097046] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 2.104034] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 2.115228] init: - preinit - [ 2.231765] random: jshn: uninitialized urandom read (4 bytes read) [ 2.256553] random: jshn: uninitialized urandom read (4 bytes read) [ 2.274455] random: jshn: uninitialized urandom read (4 bytes read) [ 2.291764] RTL8211E Gigabit Ethernet 0.2:07: attached PHY driver [RTL8211E Gigabit Ethernet] (mii_bus:phy_addr=0.2:07, irq=POLL) [ 2.304843] dwmac-sun8i 1c30000.ethernet eth0: No MAC Management Counters available [ 2.312512] dwmac-sun8i 1c30000.ethernet eth0: PTP not supported by HW [ 2.320715] 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.365463] NOHZ: local_softirq_pending 80 [ 5.390377] mount_root: mounting /dev/root [ 5.396988] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null) [ 5.509635] urandom-seed: Seeding with /etc/urandom.seed [ 5.543422] procd: - early - [ 5.546505] procd: - watchdog - [ 5.665473] NOHZ: local_softirq_pending 80 [ 5.685478] NOHZ: local_softirq_pending 80 [ 5.725474] NOHZ: local_softirq_pending 80 [ 5.735473] NOHZ: local_softirq_pending 80 [ 5.745475] NOHZ: local_softirq_pending 80 [ 5.755473] NOHZ: local_softirq_pending 80 [ 6.290484] procd: - watchdog - [ 6.293846] procd: - ubus - [ 6.304049] random: ubusd: uninitialized urandom read (4 bytes read) [ 6.347769] random: ubusd: uninitialized urandom read (4 bytes read) [ 6.354295] random: ubusd: uninitialized urandom read (4 bytes read) [ 6.361090] procd: - init - Please press Enter to activate this console. [ 6.451503] kmodloader: loading kernel modules from /etc/modules.d/* [ 6.461655] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 6.847425] ip_tables: (C) 2000-2006 Netfilter Core Team [ 7.179027] nf_conntrack version 0.5.0 (4096 buckets, 16384 max) [ 7.382062] xt_time: kernel timezone is -0000 [ 7.579593] PPP generic driver version 2.4.2 [ 7.585756] NET: Registered protocol family 24 [ 7.593226] kmodloader: done loading kernel modules from /etc/modules.d/* [ 10.374952] RTL8211E Gigabit Ethernet 0.2:07: attached PHY driver [RTL8211E Gigabit Ethernet] (mii_bus:phy_addr=0.2:07, irq=POLL) [ 10.389467] dwmac-sun8i 1c30000.ethernet eth0: No MAC Management Counters available [ 10.397470] dwmac-sun8i 1c30000.ethernet eth0: PTP not supported by HW [ 10.405667] br-lan: port 1(eth0) entered blocking state [ 10.411127] br-lan: port 1(eth0) entered disabled state [ 10.416994] device eth0 entered promiscuous mode [ 10.423970] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready


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: 2024/02/12 11:13
  • by 127.0.0.1