Skip to content

Instantly share code, notes, and snippets.

@avafinger
Created November 28, 2017 19:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avafinger/9e3635e70755a3ab6127e34e74a748d8 to your computer and use it in GitHub Desktop.
Save avafinger/9e3635e70755a3ab6127e34e74a748d8 to your computer and use it in GitHub Desktop.
NanoPi NEO Plus2 - Kernel 4.14.0 - Gbps, Wifi + BT
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.14.0 (alex@svn) (gcc version 7.1.1 20170707 (Linaro GCC 7.1-2017.08)) #6 SMP Tue Nov 28 17:23:57 -02 2017
[ 0.000000] Boot CPU: AArch64 Processor [410fd034]
[ 0.000000] Machine model: FriendlyArm NanoPi NEO Plus2
[ 0.000000] cma: Reserved 16 MiB at 0x000000007f000000
[ 0.000000] On node 0 totalpages: 262144
[ 0.000000] DMA zone: 4096 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 262144 pages, LIFO batch:31
[ 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 @ffff80003ef7c000 s46360 r8192 d31464 u86016
[ 0.000000] pcpu-alloc: s46360 r8192 d31464 u86016 alloc=21*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: enabling workaround for ARM erratum 845719
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 258048
[ 0.000000] Kernel command line: console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootfstype=ext4 rw rootwait fsck.repair=yes panic=10
[ 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: 14796(90%)
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.000000] Memory: 1000164K/1048576K available (8126K kernel code, 644K rwdata, 2740K rodata, 448K init, 408K bss, 32028K reserved, 16384K cma-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 - 0xffff000008870000 ( 8128 KB)
[ 0.000000] .rodata : 0xffff000008870000 - 0xffff000008b20000 ( 2752 KB)
[ 0.000000] .init : 0xffff000008b20000 - 0xffff000008b90000 ( 448 KB)
[ 0.000000] .data : 0xffff000008b90000 - 0xffff000008c31008 ( 645 KB)
[ 0.000000] .bss : 0xffff000008c31008 - 0xffff000008c97268 ( 409 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 - 0xffff7e0001000000 ( 16 MB actual)
[ 0.000000] memory : 0xffff800000000000 - 0xffff800040000000 ( 1024 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.000005] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.000146] Console: colour dummy device 80x25
[ 0.000173] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[ 0.000185] pid_max: default: 32768 minimum: 301
[ 0.000289] Security Framework initialized
[ 0.000300] AppArmor: AppArmor disabled by boot time parameter
[ 0.000350] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.000365] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.001540] ASID allocator initialised with 65536 entries
[ 0.001609] Hierarchical SRCU implementation.
[ 0.002007] smp: Bringing up secondary CPUs ...
[ 0.002963] Detected VIPT I-cache on CPU1
[ 0.003017] CPU1: Booted secondary processor [410fd034]
[ 0.003681] Detected VIPT I-cache on CPU2
[ 0.003708] CPU2: Booted secondary processor [410fd034]
[ 0.004391] Detected VIPT I-cache on CPU3
[ 0.004417] CPU3: Booted secondary processor [410fd034]
[ 0.004482] smp: Brought up 1 node, 4 CPUs
[ 0.004503] SMP: Total of 4 processors activated.
[ 0.004511] CPU features: detected feature: 32-bit EL0 Support
[ 0.004624] CPU: All CPU(s) started at EL2
[ 0.004645] alternatives: patching kernel code
[ 0.005557] devtmpfs: initialized
[ 0.010301] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.010322] futex hash table entries: 1024 (order: 5, 131072 bytes)
[ 0.011090] pinctrl core: initialized pinctrl subsystem
[ 0.011773] NET: Registered protocol family 16
[ 0.012608] cpuidle: using governor menu
[ 0.013199] vdso: 2 pages (1 code @ ffff000008876000, 1 data @ ffff000008b94000)
[ 0.013216] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.014135] DMA: preallocated 256 KiB pool for atomic allocations
[ 0.014202] Serial: AMBA PL011 UART driver
[ 0.025681] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.026788] reg-fixed-voltage gmac-3v3: could not find pctldev for node /soc/pinctrl@01c20800/gmac_power_pin@0, deferring probe
[ 0.026909] gpio-regulator gpio-regulator: could not find pctldev for node /soc/pinctrl@01f02c00/regulator_pins@0, deferring probe
[ 0.027254] SCSI subsystem initialized
[ 0.027431] usbcore: registered new interface driver usbfs
[ 0.027468] usbcore: registered new interface driver hub
[ 0.027523] usbcore: registered new device driver usb
[ 0.027735] pps_core: LinuxPPS API ver. 1 registered
[ 0.027742] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.027759] PTP clock support registered
[ 0.028001] Advanced Linux Sound Architecture Driver Initialized.
[ 0.028830] clocksource: Switched to clocksource arch_sys_counter
[ 0.029048] VFS: Disk quotas dquot_6.6.0
[ 0.029110] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.029231] FS-Cache: Loaded
[ 0.029404] CacheFiles: Loaded
[ 0.035242] NET: Registered protocol family 2
[ 0.035709] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.035794] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)
[ 0.035968] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.036095] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.036128] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.036308] NET: Registered protocol family 1
[ 0.036660] RPC: Registered named UNIX socket transport module.
[ 0.036667] RPC: Registered udp transport module.
[ 0.036672] RPC: Registered tcp transport module.
[ 0.036677] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.036942] Unpacking initramfs...
[ 0.089473] Freeing initrd memory: 1076K
[ 0.093925] audit: initializing netlink subsys (disabled)
[ 0.094053] audit: type=2000 audit(0.092:1): state=initialized audit_enabled=0 res=1
[ 0.094274] workingset: timestamp_bits=46 max_order=18 bucket_order=0
[ 0.100704] FS-Cache: Netfs 'nfs' registered for caching
[ 0.101154] NFS: Registering the id_resolver key type
[ 0.101184] Key type id_resolver registered
[ 0.101189] Key type id_legacy registered
[ 0.101204] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.101210] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 0.106690] NET: Registered protocol family 38
[ 0.106965] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[ 0.107059] io scheduler noop registered
[ 0.107066] io scheduler deadline registered
[ 0.107258] io scheduler cfq registered (default)
[ 0.107265] io scheduler mq-deadline registered
[ 0.107271] io scheduler kyber registered
[ 0.107795] sun4i-usb-phy 1c19400.phy: Couldn't request ID GPIO
[ 0.109719] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
[ 0.112660] sun50i-h5-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
[ 0.118199] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.119262] console [ttyS0] disabled
[ 0.139435] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 31, base_baud = 1500000) is a U6_16550A
[ 0.883164] console [ttyS0] enabled
[ 0.909432] 1c28400.serial: ttyS1 at MMIO 0x1c28400 (irq = 32, base_baud = 1500000) is a U6_16550A
[ 0.938903] 1c28c00.serial: ttyS3 at MMIO 0x1c28c00 (irq = 33, base_baud = 1500000) is a U6_16550A
[ 0.948891] cacheinfo: Unable to detect cache hierarchy for CPU 0
[ 0.959439] loop: module loaded
[ 0.964217] libphy: Fixed MDIO Bus: probed
[ 0.969318] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.975849] ehci-platform: EHCI generic platform driver
[ 0.981223] ehci-platform 1c1a000.usb: EHCI Host Controller
[ 0.986813] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1
[ 0.994976] ehci-platform 1c1a000.usb: irq 13, io mem 0x01c1a000
[ 1.016833] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00
[ 1.023611] hub 1-0:1.0: USB hub found
[ 1.027395] hub 1-0:1.0: 1 port detected
[ 1.031945] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.038148] ohci-platform: OHCI generic platform driver
[ 1.043537] ohci-platform 1c1a400.usb: Generic Platform OHCI controller
[ 1.050168] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2
[ 1.058095] ohci-platform 1c1a400.usb: irq 14, io mem 0x01c1a400
[ 1.125416] hub 2-0:1.0: USB hub found
[ 1.129207] hub 2-0:1.0: 1 port detected
[ 1.133781] usbcore: registered new interface driver uas
[ 1.139170] usbcore: registered new interface driver usb-storage
[ 1.145691] mousedev: PS/2 mouse device common for all mice
[ 1.151543] ads7846 spi0.1: spi0.1 supply vcc not found, using dummy regulator
[ 1.159087] ads7846 spi0.1: touchscreen, irq 146
[ 1.164151] input: ADS7846 Touchscreen as /devices/platform/soc/1c68000.spi/spi_master/spi0/spi0.1/input/input0
[ 1.174796] sun6i-rtc 1f00000.rtc: rtc core: registered rtc-sun6i as rtc0
[ 1.181591] sun6i-rtc 1f00000.rtc: RTC enabled
[ 1.186097] i2c /dev entries driver
[ 1.191222] thermal thermal_zone0: failed to read out thermal zone (-16)
[ 1.198578] sdhci: Secure Digital Host Controller Interface driver
[ 1.204760] sdhci: Copyright(c) Pierre Ossman
[ 1.209147] Synopsys Designware Multimedia Card Interface Driver
[ 1.216236] sunxi-mmc 1c0f000.mmc: Got CD GPIO
[ 1.260961] sunxi-mmc 1c0f000.mmc: base:0xffff000008ce5000 irq:9
[ 1.267790] sunxi-mmc 1c10000.mmc: allocated mmc-pwrseq
[ 1.314975] mmc0: host does not support reading read-only switch, assuming write-enable
[ 1.323065] mmc0: new SDHC card at address 0001
[ 1.328072] mmcblk0: mmc0:0001 00000 14.6 GiB
[ 1.334463] mmcblk0: p1 p2
[ 1.520851] sunxi-mmc 1c10000.mmc: base:0xffff000008cf5000 irq:10
[ 1.554411] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 1.562868] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 1.564848] sunxi-mmc 1c11000.mmc: base:0xffff000008d05000 irq:11
[ 1.565099] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.580121] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.586366] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.591973] usbcore: registered new interface driver usbhid
[ 1.597559] usbhid: USB HID core driver
[ 1.601483] fbtft_of_value: buswidth = 8
[ 1.605422] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 1.610922] fbtft_of_value: debug = 0
[ 1.614599] fbtft_of_value: rotate = 90
[ 1.618450] fbtft_of_value: fps = 33
[ 1.624993] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 1.665936] mmc2: new high speed MMC card at address 0001
[ 1.671841] mmcblk2: mmc2:0001 8WPD3R 7.28 GiB
[ 1.676615] mmcblk2boot0: mmc2:0001 8WPD3R partition 1 4.00 MiB
[ 1.682776] mmcblk2boot1: mmc2:0001 8WPD3R partition 2 4.00 MiB
[ 1.689828] mmcblk2: p1 p2
[ 1.770694] Console: switching to colour frame buffer device 40x30
[ 1.777613] graphics fb0: fb_st7789v frame buffer, 320x240, 150 KiB video memory, 4 KiB buffer memory, fps=35, spi0.0 at 50 MHz
[ 1.790295] sun4i-codec 1c22c00.codec: ASoC: /soc/codec-analog@01f015c0 not registered
[ 1.798222] sun4i-codec 1c22c00.codec: Failed to register our card
[ 1.799789] mmc1: new high speed SDIO card at address 0001
[ 1.811549] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 1.817258] NET: Registered protocol family 10
[ 1.829008] Segment Routing with IPv6
[ 1.832729] NET: Registered protocol family 17
[ 1.837751] rfkill_gpio rfkill_bt: sunxi-bt device registered.
[ 1.843663] 9pnet: Installing 9P2000 support
[ 1.847978] Key type dns_resolver registered
[ 1.852855] registered taskstats version 1
[ 1.857462] Key type encrypted registered
[ 1.867629] sun8i-emac 1c30000.ethernet: PHY regulator found
[ 1.874152] ehci-platform 1c1b000.usb: EHCI Host Controller
[ 1.879749] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 3
[ 1.887726] ehci-platform 1c1b000.usb: irq 15, io mem 0x01c1b000
[ 1.908842] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00
[ 1.915543] hub 3-0:1.0: USB hub found
[ 1.919329] hub 3-0:1.0: 1 port detected
[ 1.923822] ehci-platform 1c1c000.usb: EHCI Host Controller
[ 1.929418] ehci-platform 1c1c000.usb: new USB bus registered, assigned bus number 4
[ 1.937339] ehci-platform 1c1c000.usb: irq 17, io mem 0x01c1c000
[ 1.956844] ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00
[ 1.963450] hub 4-0:1.0: USB hub found
[ 1.967230] hub 4-0:1.0: 1 port detected
[ 1.971678] ehci-platform 1c1d000.usb: EHCI Host Controller
[ 1.977266] ehci-platform 1c1d000.usb: new USB bus registered, assigned bus number 5
[ 1.985169] ehci-platform 1c1d000.usb: irq 19, io mem 0x01c1d000
[ 2.004844] ehci-platform 1c1d000.usb: USB 2.0 started, EHCI 1.00
[ 2.011416] hub 5-0:1.0: USB hub found
[ 2.015196] hub 5-0:1.0: 1 port detected
[ 2.019627] ohci-platform 1c1b400.usb: Generic Platform OHCI controller
[ 2.026259] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 6
[ 2.034134] ohci-platform 1c1b400.usb: irq 16, io mem 0x01c1b400
[ 2.101339] hub 6-0:1.0: USB hub found
[ 2.105122] hub 6-0:1.0: 1 port detected
[ 2.109556] ohci-platform 1c1c400.usb: Generic Platform OHCI controller
[ 2.116185] ohci-platform 1c1c400.usb: new USB bus registered, assigned bus number 7
[ 2.124054] ohci-platform 1c1c400.usb: irq 18, io mem 0x01c1c400
[ 2.193330] hub 7-0:1.0: USB hub found
[ 2.197109] hub 7-0:1.0: 1 port detected
[ 2.201548] ohci-platform 1c1d400.usb: Generic Platform OHCI controller
[ 2.208177] ohci-platform 1c1d400.usb: new USB bus registered, assigned bus number 8
[ 2.216749] ohci-platform 1c1d400.usb: irq 20, io mem 0x01c1d400
[ 2.285355] hub 8-0:1.0: USB hub found
[ 2.289136] hub 8-0:1.0: 1 port detected
[ 2.293628] usb_phy_generic usb_phy_generic.0.auto: usb_phy_generic.0.auto supply vcc not found, using dummy regulator
[ 2.304639] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
[ 2.310395] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 9
[ 2.318753] hub 9-0:1.0: USB hub found
[ 2.322542] hub 9-0:1.0: 1 port detected
[ 2.329711] sun4i-codec 1c22c00.codec: Codec <-> 1c22c00.codec mapping ok
[ 2.338014] input: r-gpio-keys as /devices/platform/r-gpio-keys/input/input1
[ 2.347135] gmac-3v3: disabling
[ 2.350341] ALSA device list:
[ 2.353350] #0: H3 Audio Codec
[ 2.358077] Freeing unused kernel memory: 448K
[ 2.555011] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
[ 2.564498] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
[ 2.607438] EXT4-fs (mmcblk0p2): mounted filesystem without journal. Opts: (null)
[ 3.341945] systemd[1]: System time before build time, advancing clock.
[ 3.511618] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[ 3.530796] systemd[1]: Detected architecture arm64.
[ 3.554563] systemd[1]: Set hostname to <nanopi-neo-plus2>.
[ 4.184727] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 4.205646] systemd[1]: Listening on udev Control Socket.
[ 4.226266] systemd[1]: Created slice System Slice.
[ 4.246012] systemd[1]: Created slice system-getty.slice.
[ 4.265988] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ 4.285915] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 4.306589] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 4.574568] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 5.115196] systemd-journald[227]: Received request to flush runtime journal from PID 1
[ 5.944543] lirc_dev: IR Remote Control driver registered, major 245
[ 6.021163] IR LIRC bridge handler initialized
[ 6.022994] Registered IR keymap rc-empty
[ 6.023332] rc rc0: sunxi-ir as /devices/platform/soc/1f02000.ir/rc/rc0
[ 6.023734] input: sunxi-ir as /devices/platform/soc/1f02000.ir/rc/rc0/input2
[ 6.025174] rc rc0: lirc_dev: driver ir-lirc-codec (sunxi-ir) registered at minor = 0
[ 6.025492] sunxi-ir 1f02000.ir: initialized sunXi IR driver
[ 6.261148] brcmfmac: brcmf_fw_map_chip_to_name: using brcm/brcmfmac43430-sdio.bin for chip 0x00a9a6(43430) rev 0x000001
[ 6.432400] random: crng init done
[ 6.457732] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Oct 8 2016 15:31:47 version 7.46.57.4.ap.r4 (A1 Station/P2P) FWID 01-3621395e es6.c5.n4.a3
[ 6.458600] brcmfmac: brcmf_c_preinit_dcmds: CLM version = API: 12.2 Data: 7.11.15 Compiler: 1.24.2 ClmImport: 1.24.1 Creation: 2014-05-26 10:53:55 Inc Data: 9.1.6 Inc Compiler: 1.29.4 Inc ClmImport: 1.29.13 Creation: 2016-09-21 14:40:59
[ 6.669515] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[ 7.156071] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 7.156099] brcmfmac: power management disabled
[ 7.261321] libphy: 1c30000.ethernet: probed
[ 7.267918] RTL8211E Gigabit Ethernet 1c30000.ethernet-0:00: attached PHY driver [RTL8211E Gigabit Ethernet] (mii_bus:phy_addr=1c30000.ethernet-0:00, irq=POLL)
[ 7.267941] sun8i-emac 1c30000.ethernet: device MAC address slot 0 02:01:36:dd:1d:e9
[ 7.272314] sun8i-emac 1c30000.ethernet: device MAC address slot 1 33:33:00:00:00:01
[ 7.272426] sun8i-emac 1c30000.ethernet: device MAC address slot 1 33:33:00:00:00:01
[ 7.272437] sun8i-emac 1c30000.ethernet: device MAC address slot 2 01:00:5e:00:00:01
[ 7.272457] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 7.644950] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[ 7.651852] rtc-ds1307: probe of 0-0068 failed with error -110
[ 11.357890] sun8i-emac 1c30000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 11.357952] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 11.358334] sun8i-emac 1c30000.ethernet: device MAC address slot 1 33:33:00:00:00:01
[ 11.358357] sun8i-emac 1c30000.ethernet: device MAC address slot 2 01:00:5e:00:00:01
[ 11.358377] sun8i-emac 1c30000.ethernet: device MAC address slot 3 33:33:ff:dd:1d:e9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment