20240408在全志H3平台的Nano Pi NEO CORE开发板的eMMC刷Ubuntu Core 16.04

20240408在全志H3平台的Nano Pi NEO CORE开发板的eMMC刷Ubuntu Core 16.04
2024/4/8 20:46

参考资料:
https://wiki.friendlyelec.com/wiki/index.php/NanoPi_NEO_Core/zh#.E5.AE.89.E8.A3.85.E7.B3.BB.E7.BB.9F

[  OK  ] Created slice Slice /system/getty.
[  OK  ] Finished Load/Save Random Seed.
[  OK  ] Started OpenBSD Secure Shell server.

Ubuntu 22.04 LTS NanoPi-NEO-Core ttyS0

Default Login:
Username = pi
Password = pi

NanoPi-NEO-Core login: pi
Password: 
Last login: Mon Mar 20 14:32:29 UTC 2023 on ttyS0
To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.

pi@NanoPi-NEO-Core:~$ 
pi@NanoPi-NEO-Core:~$ cat /etc/issue
Ubuntu 22.04 LTS \n \l

Default Login:
Username = pi
Password = pi

pi@NanoPi-NEO-Core:~$ 
pi@NanoPi-NEO-Core:~$ su root
Password: 
root@NanoPi-NEO-Core:/home/pi# 
root@NanoPi-NEO-Core:/home/pi# 
root@NanoPi-NEO-Core:/home/pi# eflasher


----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Finish, please reboot system and start from the eMMC.
----------------------------------------------------------------------
>>> Enter an option (poweroff/reboot) , or "c" to return:
c


----------------------------------------------------------------------
  EFlasher v1.3 b231006 running on NanoPi-NEO-Core
    Doc: http://wiki.friendlyarm.com/wiki/index.php/EFlasher
    eMMC: 7.3 GB
----------------------------------------------------------------------
  # Select an OS to install:
    1) FriendlyCore
   
  # Select your backup target device:
     tf) [*] TF card  (/dev/mmcblk0p1 - 5.4 GB free - 29.7 GB total - fuseblk)
    usb) [ ] USB disk  (<none>)
   
  # Backup eMMC flash to TF card:
    Not enough free disk space on your TF card
   
  # Configure automatic job:
    aui) Automatic installing (Curr:On)
   
  # Format drive
    ftf) Format TF card back to original size
----------------------------------------------------------------------
>>> Enter an option (1/tf/usb/aui/ftf) :
1


----------------------------------------------------------------------
  Ready to Go with FriendlyCore
----------------------------------------------------------------------
  Ready to install
  Version:
          2023-11-08
  Path:
          /mnt/sdcard/friendlycore
  Image files:
          u-boot-sunxi-with-spl.bin 2 MB
          boot.img 40 MB
          rootfs.img 996 MB
          userdata.img 156 KB
   
  Total size:
          1.0 GB
  Kernel parameter:
          Default
----------------------------------------------------------------------
>>> Do you wish to continue? (yes/no) :
yes


----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low format complete


----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Finish, please reboot system and start from the eMMC.
----------------------------------------------------------------------
>>> Enter an option (poweroff/reboot) , or "c" to return:
poweroff


 

TF卡启动+刷机:

[BEGIN] 2024/4/8 21:20:00
pi@NanoPi-NEO-Core:~$ 
U-Boot SPL 2017.11 (Dec 30 2019 - 11:20:07)
DRAM: 512 MiB(408MHz)
CPU Freq: 408MHz
memory test: 1
Pattern 55aa  Writing...Reading...OK
Trying to boot from MMC1
Boot device: sd


U-Boot 2017.11 (Dec 30 2019 - 11:20:07 +0800) Allwinner Technology

CPU:   Allwinner H3 (SUN8I 1680)
Model: FriendlyElec NanoPi H3
DRAM:  512 MiB
CPU Freq: 1008MHz
MMC:   SUNXI SD/MMC: 0, SUNXI SD/MMC: 1
In:    serial
Out:   serial
Err:   serial
Net:   No ethernet found.
BOARD: nanopi-neo-core
starting USB...
No controllers found
Hit any key to stop autoboot:  0 
reading boot.scr
1204 bytes read in 18 ms (64.5 KiB/s)
## Executing script at 43100000
running eflasher boot.scr
reading zImage
5901592 bytes read in 295 ms (19.1 MiB/s)
reading rootfs.cpio.gz
5880768 bytes read in 292 ms (19.2 MiB/s)
reading sun8i-h3-nanopi-neo-core.dtb
34556 bytes read in 26 ms (1.3 MiB/s)
## Flattened Device Tree blob at 48000000
   Booting using the fdt blob at 0x48000000
   Loading Ramdisk to 49a64000, end 49fffbc0 ... OK
   Loading Device Tree to 49a58000, end 49a636fb ... OK

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.14.111 (root@ubuntu) (gcc version 4.9.3 (ctng-1.21.0-229g-FA)) #1 SMP Sat Dec 28 01:30:07 CST 2019
[    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=30c5387d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt: Machine model: FriendlyElec NanoPi-NEO-Core
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] Reserved memory: created CMA memory pool at 0x000000005bc00000, size 64 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: Using PSCI v0.1 Function IDs from DT
[    0.000000] percpu: Embedded 17 pages/cpu @dff5b000 s37120 r8192 d24320 u69632
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 129920
[    0.000000] Kernel command line: console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p3 rootfstype=ext4 rw rootwait fsck.repair=yes panic=10 fbcon=map:0   snd-soc-core.pmdown_time=3600000
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Memory: 430300K/524288K available (10240K kernel code, 391K rwdata, 2080K rodata, 2048K init, 303K bss, 28452K reserved, 65536K cma-reserved, 0K highmem)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
[    0.000000]     vmalloc : 0xe0800000 - 0xff800000   ( 496 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0c00000   (12256 kB)
[    0.000000]       .init : 0xc1000000 - 0xc1200000   (2048 kB)
[    0.000000]       .data : 0xc1200000 - 0xc1261f00   ( 392 kB)
[    0.000000]        .bss : 0xc126a884 - 0xc12b6850   ( 304 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000]     RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[    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.000007] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.000019] Switching to timer-based delay loop, resolution 41ns
[    0.000214] Console: colour dummy device 80x30
[    0.000250] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=120000)
[    0.000265] pid_max: default: 32768 minimum: 301
[    0.000435] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.000449] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.001181] CPU: Testing write buffer coherency: ok
[    0.001637] CPU0: update cpu_capacity 1024
[    0.001650] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.002028] Setting up static identity map for 0x40200000 - 0x40200060
[    0.002153] Hierarchical SRCU implementation.
[    0.002730] smp: Bringing up secondary CPUs ...
[    0.013537] CPU1: update cpu_capacity 1024
[    0.013543] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.024451] CPU2: update cpu_capacity 1024
[    0.024458] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.035258] CPU3: update cpu_capacity 1024
[    0.035263] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.035346] smp: Brought up 1 node, 4 CPUs
[    0.035376] SMP: Total of 4 processors activated (192.00 BogoMIPS).
[    0.035382] CPU: All CPU(s) started in HYP mode.
[    0.035388] CPU: Virtualization extensions available.
[    0.036123] devtmpfs: initialized
[    0.042853] random: get_random_u32 called from bucket_table_alloc+0xf0/0x240 with crng_init=0
[    0.043463] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[    0.043731] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302231375000 ns
[    0.043754] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.046478] xor: measuring software checksum speed
[    0.095070]    arm4regs  :  1372.800 MB/sec
[    0.145126]    8regs     :   769.600 MB/sec
[    0.195181]    32regs    :   850.400 MB/sec
[    0.245239]    neon      :  1283.200 MB/sec
[    0.245246] xor: using function: arm4regs (1372.800 MB/sec)
[    0.245267] pinctrl core: initialized pinctrl subsystem
[    0.246266] NET: Registered protocol family 16
[    0.247938] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.248746] cpuidle: using governor ladder
[    0.248836] cpuidle: using governor menu
[    0.249251] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.249261] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.268414] SCSI subsystem initialized
[    0.268859] usbcore: registered new interface driver usbfs
[    0.268905] usbcore: registered new interface driver hub
[    0.268998] usbcore: registered new device driver usb
[    0.269172] media: Linux media interface: v0.10
[    0.269217] Linux video capture interface: v2.00
[    0.269346] pps_core: LinuxPPS API ver. 1 registered
[    0.269354] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.269373] PTP clock support registered
[    0.269679] Advanced Linux Sound Architecture Driver Initialized.
[    0.271339] clocksource: Switched to clocksource arch_sys_counter
[    0.271538] VFS: Disk quotas dquot_6.6.0
[    0.271617] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.271768] FS-Cache: Loaded
[    0.278869] NET: Registered protocol family 2
[    0.279527] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[    0.279582] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[    0.279645] TCP: Hash tables configured (established 4096 bind 4096)
[    0.279754] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.279800] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.280014] NET: Registered protocol family 1
[    0.280489] RPC: Registered named UNIX socket transport module.
[    0.280502] RPC: Registered udp transport module.
[    0.280507] RPC: Registered tcp transport module.
[    0.280513] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.280729] Unpacking initramfs...
[    0.578225] Freeing initrd memory: 5744K
[    0.578647] kvm [1]: 8-bit VMID
[    0.579350] kvm [1]: vgic interrupt IRQ16
[    0.579453] kvm [1]: Hyp mode initialized successfully
[    0.582396] workingset: timestamp_bits=14 max_order=17 bucket_order=3
[    0.587057] zbud: loaded
[    0.588655] FS-Cache: Netfs 'nfs' registered for caching
[    0.589209] NFS: Registering the id_resolver key type
[    0.589247] Key type id_resolver registered
[    0.589254] Key type id_legacy registered
[    0.589269] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.589292] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    0.590207] fuse init (API version 7.26)
[    0.595608] async_tx: api initialized (async)
[    0.595730] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    0.595896] io scheduler noop registered (default)
[    0.595909] io scheduler deadline registered
[    0.596098] io scheduler cfq registered
[    0.596108] io scheduler mq-deadline registered
[    0.596239] io scheduler bfq registered
[    0.597031] sun4i-usb-phy 1c19400.phy: Couldn't request ID GPIO, pinctrl may not init
[    0.600806] sun8i-h3-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
[    0.602408] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
[    0.607849] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
[    0.609760] console [ttyS0] disabled
[    0.629958] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 45, base_baud = 1500000) is a U6_16550A
[    1.389439] console [ttyS0] enabled
[    1.415717] 1c28400.serial: ttyS1 at MMIO 0x1c28400 (irq = 46, base_baud = 1500000) is a U6_16550A
[    1.447291] 1c28800.serial: ttyS2 at MMIO 0x1c28800 (irq = 47, base_baud = 1500000) is a U6_16550A
[    1.478978] 1c28c00.serial: ttyS3 at MMIO 0x1c28c00 (irq = 48, base_baud = 1500000) is a U6_16550A
[    1.490162] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.496798] [drm] No driver support for vblank timestamp query.
[    1.512121] sun4i-drm display-engine: bound 1100000.mixer (ops 0xc0c51b68)
[    1.519237] sun4i-drm display-engine: No panel or bridge found... RGB output disabled
[    1.527094] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops 0xc0c5086c)
[    1.656444] sun8i-dw-hdmi 1ee0000.hdmi: Detected HDMI TX controller v1.32a with HDCP (sun8i_dw_hdmi_phy)
[    1.666357] sun8i-dw-hdmi 1ee0000.hdmi: registered DesignWare HDMI I2C bus driver
[    1.674073] sun4i-drm display-engine: bound 1ee0000.hdmi (ops 0xc0c51ee8)
[    1.680923] [drm] Cannot find any crtc or sizes - going 1920x1080
[    1.728312] Console: switching to colour frame buffer device 240x67
[    1.759182] sun4i-drm display-engine: fb0:  frame buffer device
[    1.765552] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 0
[    1.782394] loop: module loaded
[    1.801955] st: Version 20160209, fixed bufsize 32768, s/g segs 256
[    1.808331] osst :I: Tape driver with OnStream support version 0.99.4
[    1.808331] osst :I: $Id: osst.c,v 1.73 2005/01/01 21:13:34 wriede Exp $
[    1.821673] SCSI Media Changer driver v0.25 
[    1.828003] libphy: Fixed MDIO Bus: probed
[    1.832150] tun: Universal TUN/TAP device driver, 1.6
[    1.837384] CAN device driver interface
[    1.841739] dwmac-sun8i 1c30000.ethernet: PTP uses main clock
[    1.847543] dwmac-sun8i 1c30000.ethernet: No regulator found
[    1.853257] dwmac-sun8i 1c30000.ethernet: Will use internal PHY
[    1.859375] dwmac-sun8i 1c30000.ethernet: Chain mode enabled
[    1.865046] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supported
[    1.872269] dwmac-sun8i 1c30000.ethernet: Normal descriptors
[    1.877932] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supported
[    1.885154] dwmac-sun8i 1c30000.ethernet: COE Type 2
[    1.890124] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported
[    1.897470] libphy: stmmac: probed
[    1.906924] PPP generic driver version 2.4.2
[    1.911447] PPP BSD Compression module registered
[    1.916147] PPP Deflate Compression module registered
[    1.921239] PPP MPPE Compression module registered
[    1.926040] NET: Registered protocol family 24
[    1.930595] usbcore: registered new interface driver qmi_wwan
[    1.936378] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.942913] ehci-platform: EHCI generic platform driver
[    1.948417] ehci-platform 1c1a000.usb: EHCI Host Controller
[    1.954045] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1
[    1.962250] ehci-platform 1c1a000.usb: irq 29, io mem 0x01c1a000
[    1.981353] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00
[    1.987638] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.994436] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.001662] usb usb1: Product: EHCI Host Controller
[    2.006545] usb usb1: Manufacturer: Linux 4.14.111 ehci_hcd
[    2.012120] usb usb1: SerialNumber: 1c1a000.usb
[    2.017227] hub 1-0:1.0: USB hub found
[    2.021007] hub 1-0:1.0: 1 port detected
[    2.025655] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.031876] ohci-platform: OHCI generic platform driver
[    2.037316] ohci-platform 1c1a400.usb: Generic Platform OHCI controller
[    2.043960] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2
[    2.051927] ohci-platform 1c1a400.usb: irq 30, io mem 0x01c1a400
[    2.120491] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    2.127296] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.134524] usb usb2: Product: Generic Platform OHCI controller
[    2.140449] usb usb2: Manufacturer: Linux 4.14.111 ohci_hcd
[    2.146026] usb usb2: SerialNumber: 1c1a400.usb
[    2.153437] hub 2-0:1.0: USB hub found
[    2.157233] hub 2-0:1.0: 1 port detected
[    2.161878] usbcore: registered new interface driver cdc_acm
[    2.167554] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    2.175606] usbcore: registered new interface driver usblp
[    2.181141] usbcore: registered new interface driver cdc_wdm
[    2.186840] usbcore: registered new interface driver uas
[    2.192240] usbcore: registered new interface driver usb-storage
[    2.198339] usbcore: registered new interface driver usbserial
[    2.204213] usbcore: registered new interface driver usbserial_generic
[    2.210770] usbserial: USB Serial support registered for generic
[    2.216818] usbcore: registered new interface driver option
[    2.222420] usbserial: USB Serial support registered for GSM modem (1-port)
[    2.229518] usbcore: registered new interface driver qcserial
[    2.235299] usbserial: USB Serial support registered for Qualcomm USB modem
[    2.243100] mousedev: PS/2 mouse device common for all mice
[    2.249182] sun6i-rtc 1f00000.rtc: rtc core: registered rtc-sun6i as rtc0
[    2.255980] sun6i-rtc 1f00000.rtc: RTC enabled
[    2.260501] i2c /dev entries driver
[    2.265882] lirc_dev: IR Remote Control driver registered, major 244
[    2.272266] IR NEC protocol handler initialized
[    2.276806] IR RC5(x/sz) protocol handler initialized
[    2.281859] IR RC6 protocol handler initialized
[    2.286393] IR JVC protocol handler initialized
[    2.290916] IR Sony protocol handler initialized
[    2.295535] IR SANYO protocol handler initialized
[    2.300241] IR Sharp protocol handler initialized
[    2.304947] IR MCE Keyboard/mouse protocol handler initialized
[    2.310780] IR LIRC bridge handler initialized
[    2.315225] IR XMP protocol handler initialized
[    2.320657] thermal thermal_zone0: failed to read out thermal zone (-16)
[    2.327899] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
[    2.336194] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[    2.386406] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB
[    2.429011] mmc0: host does not support reading read-only switch, assuming write-enable
[    2.431695] sunxi-mmc 1c11000.mmc: initialized, max. request size: 16384 KB
[    2.439986] mmc0: new high speed SDHC card at address aaaa
[    2.449537] ledtrig-cpu: registered to indicate activity on CPUs
[    2.449952] mmcblk0: mmc0:aaaa SD32G 29.7 GiB 
[    2.455805] hidraw: raw HID events driver (C) Jiri Kosina
[    2.461385]  mmcblk0: p1 p2 p3
[    2.465591] usbcore: registered new interface driver usbhid
[    2.474057] usbhid: USB HID core driver
[    2.493844] sun4i-codec 1c22c00.codec: Codec <-> 1c22c00.codec mapping ok
[    2.503916] Initializing XFRM netlink socket
[    2.508794] NET: Registered protocol family 10
[    2.516456] mmc1: new DDR MMC card at address 0001
[    2.522026] mmcblk1: mmc1:0001 8GTF4R 7.28 GiB 
[    2.526968] mmcblk1boot0: mmc1:0001 8GTF4R partition 1 4.00 MiB
[    2.531220] Segment Routing with IPv6
[    2.533191] mmcblk1boot1: mmc1:0001 8GTF4R partition 2 4.00 MiB
[    2.536721] NET: Registered protocol family 17
[    2.543606]  mmcblk1: p1 p2 p3
[    2.547007] NET: Registered protocol family 15
[    2.554482] can: controller area network core (rev 20170425 abi 9)
[    2.560753] NET: Registered protocol family 29
[    2.565220] can: raw protocol (rev 20170425)
[    2.569531] can: broadcast manager protocol (rev 20170425 t)
[    2.575202] can: netlink gateway (rev 20170425) max_hops=1
[    2.581207] Key type dns_resolver registered
[    2.585795] Registering SWP/SWPB emulation handler
[    2.592065] registered taskstats version 1
[    2.604418] Key type encrypted registered
[    2.614498] vcc1v2: supplied by vcc5v0
[    2.618627] vcc-dram: supplied by vcc5v0
[    2.622853] vdd-cpux-en: supplied by vcc5v0
[    2.628834] ehci-platform 1c1b000.usb: EHCI Host Controller
[    2.634459] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 3
[    2.642696] ehci-platform 1c1b000.usb: irq 31, io mem 0x01c1b000
[    2.661357] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00
[    2.667643] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    2.674445] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.681675] usb usb3: Product: EHCI Host Controller
[    2.686558] usb usb3: Manufacturer: Linux 4.14.111 ehci_hcd
[    2.692134] usb usb3: SerialNumber: 1c1b000.usb
[    2.697258] hub 3-0:1.0: USB hub found
[    2.701038] hub 3-0:1.0: 1 port detected
[    2.705714] ehci-platform 1c1c000.usb: EHCI Host Controller
[    2.711340] ehci-platform 1c1c000.usb: new USB bus registered, assigned bus number 4
[    2.719471] ehci-platform 1c1c000.usb: irq 33, io mem 0x01c1c000
[    2.736355] ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00
[    2.742609] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
[    2.749408] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.756633] usb usb4: Product: EHCI Host Controller
[    2.761516] usb usb4: Manufacturer: Linux 4.14.111 ehci_hcd
[    2.767099] usb usb4: SerialNumber: 1c1c000.usb
[    2.772139] hub 4-0:1.0: USB hub found
[    2.775916] hub 4-0:1.0: 1 port detected
[    2.780536] ehci-platform 1c1d000.usb: EHCI Host Controller
[    2.786151] ehci-platform 1c1d000.usb: new USB bus registered, assigned bus number 5
[    2.794196] ehci-platform 1c1d000.usb: irq 35, io mem 0x01c1d000
[    2.811344] ehci-platform 1c1d000.usb: USB 2.0 started, EHCI 1.00
[    2.817589] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
[    2.824385] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.831609] usb usb5: Product: EHCI Host Controller
[    2.836492] usb usb5: Manufacturer: Linux 4.14.111 ehci_hcd
[    2.842073] usb usb5: SerialNumber: 1c1d000.usb
[    2.847136] hub 5-0:1.0: USB hub found
[    2.850912] hub 5-0:1.0: 1 port detected
[    2.855472] ohci-platform 1c1b400.usb: Generic Platform OHCI controller
[    2.862131] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 6
[    2.870124] ohci-platform 1c1b400.usb: irq 32, io mem 0x01c1b400
[    2.935484] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    2.942292] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.949517] usb usb6: Product: Generic Platform OHCI controller
[    2.955440] usb usb6: Manufacturer: Linux 4.14.111 ohci_hcd
[    2.961016] usb usb6: SerialNumber: 1c1b400.usb
[    2.966480] hub 6-0:1.0: USB hub found
[    2.970260] hub 6-0:1.0: 1 port detected
[    2.974830] ohci-platform 1c1c400.usb: Generic Platform OHCI controller
[    2.981567] ohci-platform 1c1c400.usb: new USB bus registered, assigned bus number 7
[    2.989581] ohci-platform 1c1c400.usb: irq 34, io mem 0x01c1c400
[    3.041362] usb 3-1: new high-speed USB device number 2 using ehci-platform
[    3.055473] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    3.062280] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.069510] usb usb7: Product: Generic Platform OHCI controller
[    3.075436] usb usb7: Manufacturer: Linux 4.14.111 ohci_hcd
[    3.081014] usb usb7: SerialNumber: 1c1c400.usb
[    3.086126] hub 7-0:1.0: USB hub found
[    3.089922] hub 7-0:1.0: 1 port detected
[    3.094500] ohci-platform 1c1d400.usb: Generic Platform OHCI controller
[    3.101163] ohci-platform 1c1d400.usb: new USB bus registered, assigned bus number 8
[    3.109199] ohci-platform 1c1d400.usb: irq 36, io mem 0x01c1d400
[    3.175516] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[    3.182323] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.189550] usb usb8: Product: Generic Platform OHCI controller
[    3.195474] usb usb8: Manufacturer: Linux 4.14.111 ohci_hcd
[    3.201052] usb usb8: SerialNumber: 1c1d400.usb
[    3.206141] hub 8-0:1.0: USB hub found
[    3.209937] hub 8-0:1.0: 1 port detected
[    3.214570] usb_phy_generic usb_phy_generic.3.auto: usb_phy_generic.3.auto supply vcc not found, using dummy regulator
[    3.225664] musb-hdrc musb-hdrc.4.auto: MUSB HDRC host driver
[    3.231487] musb-hdrc musb-hdrc.4.auto: new USB bus registered, assigned bus number 9
[    3.239534] usb usb9: New USB device found, idVendor=1d6b, idProduct=0002
[    3.246349] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.253574] usb usb9: Product: MUSB HDRC host driver
[    3.258546] usb usb9: Manufacturer: Linux 4.14.111 musb-hcd
[    3.264124] usb usb9: SerialNumber: musb-hdrc.4.auto
[    3.269622] hub 9-0:1.0: USB hub found
[    3.273440] hub 9-0:1.0: 1 port detected
[    3.277383] usb 3-1: New USB device found, idVendor=2c7c, idProduct=6005
[    3.284091] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.291226] usb 3-1: Product: Android
[    3.294906] usb 3-1: Manufacturer: Android
[    3.299010] usb 3-1: SerialNumber: 0000
[    3.306828] asoc-simple-card soc:sound: i2s-hifi <-> 1c22800.i2s mapping ok
[    3.317566] input: r_gpio_keys as /devices/platform/r_gpio_keys/input/input0
[    3.325368] sun6i-rtc 1f00000.rtc: setting system clock to 2016-02-11 16:34:50 UTC (1455208490)
[    3.334523] vcc3v0: disabling
[    3.337521] vcc5v0: disabling
[    3.340487] usb0-vbus: disabling
[    3.343724] ALSA device list:
[    3.346703]   #0: Dummy 1
[    3.349318]   #1: Loopback 1
[    3.352205]   #2: H3 Audio Codec
[    3.355428]   #3: allwinner,hdmi
[    3.361095] Freeing unused kernel memory: 2048K
Loading, please wait...
starting version 237
[    3.501428] usb 7-1: new full-speed USB device number 2 using ohci-platform
[    3.750404] usb 7-1: New USB device found, idVendor=10c4, idProduct=ea60
[    3.757157] usb 7-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.764323] usb 7-1: Product: CP2104 USB to UART Bridge Controller
[    3.770605] usb 7-1: Manufacturer: Silicon Labs
[    3.775229] usb 7-1: SerialNumber: 02C4A87F
[    3.895784] random: fast init done
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.31.1
[/sbin/fsck.ext4 (1) -- /dev/mmcblk0p3] fsck.ext4 -y -C0 /dev/mmcblk0p3 
e2fsck 1.44.1 (24-Mar-2018)
rootfs: clean, 33826/54432 files, 175389/217600 blocks
done.
[    4.263062] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null)
[    4.285509] EXT4-fs (mmcblk0p3): re-mounted. Opts: data=ordered
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
[    4.759825] systemd[1]: System time before build time, advancing clock.
[    4.820733] ip_tables: (C) 2000-2006 Netfilter Core Team
[    4.828468] cgroup: cgroup2: unknown option "memory_recursiveprot"
[    4.848276] systemd[1]: systemd 249.11-0ubuntu3.9 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    4.880146] systemd[1]: Detected architecture arm.

Welcome to Ubuntu 22.04.3 LTS!

[    4.902572] systemd[1]: Hostname set to <NanoPi-NEO-Core>.
[    5.687843] systemd[1]: /etc/systemd/system/rc-local.service:11: Support for option SysVStartPriority= has been removed and it is ignored
[    5.789167] systemd[1]: Queued start job for default target Graphical Interface.
[    5.799440] random: systemd: uninitialized urandom read (16 bytes read)
[    5.812463] systemd[1]: Created slice Slice /system/modprobe.
[  OK  ] Created slice Slice /system/modprobe.
[    5.831716] random: systemd: uninitialized urandom read (16 bytes read)
[    5.841116] systemd[1]: Created slice Slice /system/serial-getty.
[  OK  ] Created slice Slice /system/serial-getty.
[    5.861698] random: systemd: uninitialized urandom read (16 bytes read)
[    5.870222] systemd[1]: Created slice User and Session Slice.
[  OK  ] Created slice User and Session Slice.
[    5.892298] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Started Dispatch Password …ts to Console Directory Watch.
[    5.922033] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Started Forward Password R…uests to Wall Directory Watch.
[    5.952195] systemd[1]: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped.
[    5.964429] systemd[1]: Reached target Local Encrypted Volumes.
[  OK  ] Reached target Local Encrypted Volumes.
[    5.987344] systemd[1]: Reached target Path Units.
[  OK  ] Reached target Path Units.
[    6.006766] systemd[1]: Reached target Remote File Systems.
[  OK  ] Reached target Remote File Systems.
[    6.026630] systemd[1]: Reached target Slice Units.
[  OK  ] Reached target Slice Units.
[    6.046785] systemd[1]: Reached target Swaps.
[  OK  ] Reached target Swaps.
[    6.066898] systemd[1]: Reached target Local Verity Protected Volumes.
[  OK  ] Reached target Local Verity Protected Volumes.
[    6.087962] systemd[1]: Listening on Syslog Socket.
[  OK  ] Listening on Syslog Socket.
[    6.107283] systemd[1]: Listening on initctl Compatibility Named Pipe.
[  OK  ] Listening on initctl Compatibility Named Pipe.
[    6.156769] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
[    6.166617] systemd[1]: Listening on Journal Socket (/dev/log).
[  OK  ] Listening on Journal Socket (/dev/log).
[    6.192759] systemd[1]: Listening on Journal Socket.
[  OK  ] Listening on Journal Socket.
[    6.220000] systemd[1]: Listening on udev Control Socket.
[  OK  ] Listening on udev Control Socket.
[    6.242728] systemd[1]: Listening on udev Kernel Socket.
[  OK  ] Listening on udev Kernel Socket.
[    6.261776] systemd[1]: Reached target Socket Units.
[  OK  ] Reached target Socket Units.
[    6.282648] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
[    6.297145] systemd[1]: Mounting POSIX Message Queue File System...
         Mounting POSIX Message Queue File System...
[    6.323365] systemd[1]: Mounting Kernel Debug File System...
         Mounting Kernel Debug File System...
[    6.342583] systemd[1]: Condition check resulted in Kernel Trace File System being skipped.
[    6.353086] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[    6.366048] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[    6.379993] systemd[1]: Starting Journal Service...
         Starting Journal Service...
[    6.405688] systemd[1]: Starting Set the console keyboard layout...
         Starting Set the console keyboard layout...
[    6.436093] systemd[1]: Starting Create List of Static Device Nodes...
         Starting Create List of Static Device Nodes...
[    6.467621] systemd[1]: Starting Load Kernel Module chromeos_pstore...
         Starting Load Kernel Module chromeos_pstore...
[    6.495407] systemd[1]: Starting Load Kernel Module configfs...
         Starting Load Kernel Module configfs...
[    6.524961] systemd[1]: Starting Load Kernel Module drm...
         Starting Load Kernel Module drm...
[    6.554590] systemd[1]: Starting Load Kernel Module efi_pstore...
         Starting Load Kernel Module efi_pstore...
[    6.584988] systemd[1]: Starting Load Kernel Module fuse...
         Starting Load Kernel Module fuse...
[    6.614894] systemd[1]: Starting Load Kernel Module pstore_blk...
         Starting Load Kernel Module pstore_blk...
[    6.644983] systemd[1]: Starting Load Kernel Module pstore_zone...
         Starting Load Kernel Module pstore_zone...
[    6.680167] systemd[1]: Starting Load Kernel Module ramoops...
         Starting Load Kernel Module ramoops...
[    6.713401] systemd[1]: Starting Load Kernel Modules...
         Starting Load Kernel Modules...
[    6.739990] systemd[1]: Starting Remount Root and Kernel File Systems...
         Starting Remount Root and Kernel File Systems...
[    6.769190] systemd[1]: Starting Coldplug All udev Devices...
         Starting Coldplug All udev Devices...
[    6.811305] systemd[1]: Mounted POSIX Message Queue File System.
[  OK  ] Mounted POSIX Message Queue File System.
[    6.832994] systemd[1]: Mounted Kernel Debug File System.
[  OK  ] Mounted Kernel Debug File System.
[    6.854269] systemd[1]: Finished Create List of Static Device Nodes.
[  OK  ] Finished Create List of Static Device Nodes.
[    6.892680] systemd[1]: modprobe@chromeos_pstore.service: Deactivated successfully.
[    6.902722] systemd[1]: Finished Load Kernel Module chromeos_pstore.
[  OK  ] Finished Load Kernel Module chromeos_pstore.
[    6.928025] systemd[1]: Started Journal Service.
[  OK  ] Started Journal Service.
[  OK  ] Finished Load Kernel Module configfs.
[  OK  ] Finished Load Kernel Module drm.
[  OK  ] Finished Load Kernel Module efi_pstore.
[  OK  ] Finished Load Kernel Module fuse.
[  OK  ] Finished Load Kernel Module pstore_blk.
[  OK  ] Finished Load Kernel Module pstore_zone.
[  OK  ] Finished Set the console keyboard layout.
[  OK  ] Finished Load Kernel Module ramoops.
[  OK  ] Finished Load Kernel Modules.
[  OK  ] Finished Remount Root and Kernel File Systems.
         Mounting FUSE Control File System...
         Mounting Kernel Configuration File System...
         Starting Flush Journal to Persistent Storage...
         Starting Load/Save Random Seed...
[    7.247031] systemd-journald[231]: Received client request to flush runtime journal.
         Starting Apply Kernel Variables...
[    7.275759] systemd-journald[231]: File /var/log/journal/7822be752ce44a689f059e9027ebaa18/system.journal corrupted or uncleanly shut down, renaming and replacing.
         Starting Create System Users...
[  OK  ] Mounted FUSE Control File System.
[  OK  ] Mounted Kernel Configuration File System.
[  OK  ] Finished Apply Kernel Variables.
[  OK  ] Finished Create System Users.
         Starting Create Static Device Nodes in /dev...
[  OK  ] Finished Flush Journal to Persistent Storage.
[  OK  ] Finished Coldplug All udev Devices.
[  OK  ] Finished Create Static Device Nodes in /dev.
[  OK  ] Reached target Preparation for Local File Systems.
         Starting Helper to synchronize boot up for ifupdown...
         Starting Rule-based Manage…for Device Events and Files...
[  OK  ] Started Rule-based Manager for Device Events and Files.
[  OK  ] Reached target Hardware activated USB gadget.
[  OK  ] Found device /dev/mmcblk0p1.
[  OK  ] Found device /dev/ttyS0.
[  OK  ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
         Mounting /mnt/sdcard...
         Starting Load Kernel Module chromeos_pstore...
         Starting Load Kernel Module efi_pstore...
         Starting Load Kernel Module pstore_blk...
         Starting Load Kernel Module pstore_zone...
         Starting Load Kernel Module ramoops...
[  OK  ] Mounted /mnt/sdcard.
[  OK  ] Finished Load Kernel Module chromeos_pstore.
[  OK  ] Finished Load Kernel Module efi_pstore.
[  OK  ] Finished Load Kernel Module pstore_blk.
[  OK  ] Finished Load Kernel Module pstore_zone.
[  OK  ] Finished Load Kernel Module ramoops.
[  OK  ] Reached target Local File Systems.
         Starting Set console font and keymap...
[  OK  ] Started ifup for eth0.
         Starting Load Kernel Module chromeos_pstore...
         Starting Load Kernel Module efi_pstore...
         Starting Load Kernel Module pstore_blk...
         Starting Load Kernel Module pstore_zone...
         Starting Load Kernel Module ramoops...
         Starting Create Volatile Files and Directories...
[  OK  ] Finished Set console font and keymap.
[  OK  ] Finished Load Kernel Module chromeos_pstore.
[  OK  ] Finished Load Kernel Module efi_pstore.
[  OK  ] Finished Load Kernel Module pstore_blk.
[  OK  ] Finished Load Kernel Module pstore_zone.
[  OK  ] Finished Load Kernel Module ramoops.
[  OK  ] Finished Create Volatile Files and Directories.
         Starting Network Name Resolution...
         Starting Network Time Synchronization...
         Starting Record System Boot/Shutdown in UTMP...
[  OK  ] Finished Record System Boot/Shutdown in UTMP.
[  OK  ] Started Network Time Synchronization.
[  OK  ] Reached target System Initialization.
[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Reached target Basic System.
[   10.496416] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  OK  ] Reached target System Time Set.
[  OK  ] Started Daily apt download activities.
[  OK  ] Started Daily apt upgrade and clean activities.
[  OK  ] Started Daily dpkg database backup timer.
[  OK  ] Started Periodic ext4 Onli…ata Check for All Filesystems.
[  OK  ] Started Discard unused blocks once a week.
[  OK  ] Started Daily rotation of log files.
[  OK  ] Started Message of the Day.
[  OK  ] Reached target Timer Units.
[  OK  ] Listening on D-Bus System Message Bus Socket.
         Starting Save/Restore Sound Card State...
[  OK  ] Started Regular background program processing daemon.
[  OK  ] Started D-Bus System Message Bus.
[  OK  ] Started Save initial kernel messages after boot.
         Starting Remove Stale Onli…t4 Metadata Check Snapshots...
         Starting eflasher-gui...
         Starting Init board...
         Starting System Logging Service...
         Starting User Login Management...
         Starting WPA supplicant...
[  OK  ] Started Network Name Resolution.
[  OK  ] Finished Helper to synchronize boot up for ifupdown.
[  OK  ] Finished Init board.
[  OK  ] Reached target Host and Network Name Lookups.
         Starting Raise network interfaces...
         Starting /etc/rc.local...
[  OK  ] Started System Logging Service.
[  OK  ] Finished Remove Stale Onli…ext4 Metadata Check Snapshots.
[  OK  ] Finished Save/Restore Sound Card State.
[  OK  ] Started /etc/rc.local.
[  OK  ] Started WPA supplicant.
[  OK  ] Reached target Sound Card.
[  OK  ] Finished Raise network interfaces.
[  OK  ] Reached target Network.
         Starting OpenBSD Secure Shell server...
         Starting Permit User Sessions...
[  OK  ] Started User Login Management.
[  OK  ] Finished Permit User Sessions.
[  OK  ] Started Serial Getty on ttyS0.
         Starting Set console scheme...
[  OK  ] Finished Set console scheme.
[  OK  ] Created slice Slice /system/getty.
[  OK  ] Finished Load/Save Random Seed.
[  OK  ] Started OpenBSD Secure Shell server.

Ubuntu 22.04 LTS NanoPi-NEO-Core ttyS0

Default Login:
Username = pi
Password = pi

NanoPi-NEO-Core login: pi
Password: 
Last login: Mon Mar 20 14:32:29 UTC 2023 on ttyS0
To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.

pi@NanoPi-NEO-Core:~$ 
pi@NanoPi-NEO-Core:~$ cat /etc/issue
Ubuntu 22.04 LTS \n \l

Default Login:
Username = pi
Password = pi

pi@NanoPi-NEO-Core:~$ 

pi@NanoPi-NEO-Core:~$ 
pi@NanoPi-NEO-Core:~$ uname -a
Linux NanoPi-NEO-Core 4.14.111 #1 SMP Sat Dec 28 01:30:07 CST 2019 armv7l armv7l armv7l GNU/Linux
pi@NanoPi-NEO-Core:~$ 
pi@NanoPi-NEO-Core:~$ su root
Password: 
root@NanoPi-NEO-Core:/home/pi# 
root@NanoPi-NEO-Core:/home/pi# 
root@NanoPi-NEO-Core:/home/pi# eflasher

/usr/bin/setqt4env: line 11: /proc/driver/one-wire-info: No such file or directory
ctp = 0
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Finish, please reboot system and start from the eMMC.
----------------------------------------------------------------------
>>> Enter an option (poweroff/reboot) , or "c" to return:
c

----------------------------------------------------------------------
  EFlasher v1.3 b231006 running on NanoPi-NEO-Core
    Doc: http://wiki.friendlyarm.com/wiki/index.php/EFlasher
    eMMC: 7.3 GB
----------------------------------------------------------------------
  # Select an OS to install:
    1) FriendlyCore
   
  # Select your backup target device:
     tf) [*] TF card  (/dev/mmcblk0p1 - 5.4 GB free - 29.7 GB total - fuseblk)
    usb) [ ] USB disk  (<none>)
   
  # Backup eMMC flash to TF card:
    Not enough free disk space on your TF card
   
  # Configure automatic job:
    aui) Automatic installing (Curr:On)
   
  # Format drive
    ftf) Format TF card back to original size
----------------------------------------------------------------------
>>> Enter an option (1/tf/usb/aui/ftf) :
1

----------------------------------------------------------------------
  Ready to Go with FriendlyCore
----------------------------------------------------------------------
  Ready to install
  Version:
          2023-11-08
  Path:
          /mnt/sdcard/friendlycore
  Image files:
          u-boot-sunxi-with-spl.bin 2 MB
          boot.img 40 MB
          rootfs.img 996 MB
          userdata.img 156 KB
   
  Total size:
          1.0 GB
  Kernel parameter:
          Default
----------------------------------------------------------------------
>>> Do you wish to continue? (yes/no) :
yes

----------------------------------------------------------------------
  Ready to Go with FriendlyCore
----------------------------------------------------------------------
  Ready to install
  Version:
          2023-11-08
  Path:
          /mnt/sdcard/friendlycore
  Image files:
          u-boot-sunxi-with-spl.bin 2 MB
          boot.img 40 MB
          rootfs.img 996 MB
          userdata.img 156 KB
   
  Total size:
          1.0 GB
  Kernel parameter:
          Default
----------------------------------------------------------------------
>>> Do you wish to continue? (yes/no) :
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low formatting ...
  0%
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low formatting ...
  10%
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low formatting ...
  10%
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low formatting ...
  10%
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low formatting ...
  10%
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low formatting ...
  10%
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low formatting ...
  10%
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low formatting ...
  10%
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low formatting ...
  12%
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low formatting ...
  13%
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low formatting ...
  15%
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low formatting ...
  18%
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low formatting ...
  18%
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low formatting ...
  20%
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low formatting ...
  24%
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low formatting ...
  24%
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low formatting ...
  27%
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low formatting ...
  27%
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low formatting ...
  31%
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low formatting ...
  31%
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low formatting ...
  39%
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low formatting ...
  39%
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low formatting ...
  39%
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low formatting ...
  39%
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low formatting ...
  39%
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low formatting ...
  55%
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low formatting ...
  55%
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low formatting ...
  55%
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low formatting ...
  55%
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low formatting ...
  55%
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low formatting ...
  55%
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low formatting ...
  55%
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low formatting ...
  55%
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low formatting ...
  63%
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low formatting ...
  63%
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low formatting ...
  63%
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low formatting ...
  65%
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low formatting ...
  65%
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low formatting ...
  67%
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low formatting ...
  67%
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low formatting ...
  67%
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low format complete
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low format complete
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low format complete
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low format complete
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low format complete
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low format complete
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low format complete
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low format complete
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low format complete
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low format complete
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low format complete
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low format complete
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low format complete
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low format complete
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low format complete
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low format complete
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low format complete
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low format complete
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low format complete
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low format complete
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
   
  Low format complete
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:49
  [=___________________]  8%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:48
  [=___________________]  9%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:48
  [=___________________]  9%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:48
  [==__________________]  10%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:47
  [==__________________]  12%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:46
  [==__________________]  13%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:46
  [==__________________]  13%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:45
  [==__________________]  14%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:45
  [===_________________]  15%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:44
  [===_________________]  16%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:44
  [===_________________]  17%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:43
  [===_________________]  18%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:43
  [===_________________]  19%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:42
  [====________________]  20%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:42
  [====________________]  21%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:41
  [====________________]  22%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:41
  [====________________]  23%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:40
  [====________________]  24%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:40
  [=====_______________]  25%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:39
  [=====_______________]  26%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:38
  [=====_______________]  27%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:38
  [=====_______________]  28%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:38
  [=====_______________]  28%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:37
  [======______________]  30%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:36
  [======______________]  31%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:36
  [======______________]  31%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:36
  [======______________]  32%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:35
  [======______________]  34%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:34
  [=======_____________]  35%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:34
  [=======_____________]  35%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:34
  [=======_____________]  36%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:33
  [=======_____________]  38%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:32
  [=======_____________]  38%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:32
  [=======_____________]  39%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:32
  [========____________]  40%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:31
  [========____________]  41%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:30
  [========____________]  42%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:30
  [========____________]  43%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:29
  [========____________]  44%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:29
  [=========___________]  45%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:28
  [=========___________]  46%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:28
  [=========___________]  47%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:27
  [=========___________]  48%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:27
  [=========___________]  49%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:26
  [==========__________]  50%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:26
  [==========__________]  51%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:25
  [==========__________]  52%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:25
  [==========__________]  53%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:24
  [==========__________]  54%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:24
  [===========_________]  55%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:23
  [===========_________]  55%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:22
  [===========_________]  57%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:22
  [===========_________]  58%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:22
  [===========_________]  58%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:21
  [===========_________]  59%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:20
  [============________]  61%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:20
  [============________]  61%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:20
  [============________]  62%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:19
  [============________]  63%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:18
  [=============_______]  65%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:18
  [=============_______]  65%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:17
  [=============_______]  66%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:17
  [=============_______]  67%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:16
  [=============_______]  68%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:16
  [=============_______]  69%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:15
  [==============______]  70%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:15
  [==============______]  71%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:14
  [==============______]  72%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:14
  [==============______]  73%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:13
  [==============______]  74%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:13
  [===============_____]  75%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:12
  [===============_____]  76%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:12
  [===============_____]  77%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:11
  [===============_____]  78%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:11
  [===============_____]  78%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:10
  [================____]  80%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:10
  [================____]  81%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:09
  [================____]  82%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:09
  [================____]  82%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:08
  [================____]  84%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:08
  [=================___]  85%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:07
  [=================___]  85%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:07
  [=================___]  86%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:06
  [=================___]  88%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:05
  [=================___]  88%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:05
  [=================___]  89%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:05
  [==================__]  90%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:04
  [==================__]  92%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:03
  [==================__]  92%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:03
  [==================__]  93%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:03
  [==================__]  94%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:02
  [===================_]  95%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:00
  [===================_]  96%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:00
  [===================_]  97%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:00
  [===================_]  98%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:00
  [===================_]  99%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:00
  [===================_]  99%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 19 MB/s
  Remaining Time: 00:00:00
  [===================_]  99%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 7 MB/s
  Remaining Time: 00:00:00
  [===================_]  99%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 8 MB/s
  Remaining Time: 00:00:00
  [====================]  100%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 8 MB/s
  Remaining Time: 00:00:00
  [====================]  100%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 8 MB/s
  Remaining Time: 00:00:00
  [====================]  100%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 8 MB/s
  Remaining Time: 00:00:00
  [====================]  100%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Speed: 8 MB/s
  Remaining Time: 00:00:00
  [====================]  100%
----------------------------------------------------------------------
  >>>Enter "c" to cancel.
----------------------------------------------------------------------
  Installing FriendlyCore
----------------------------------------------------------------------
  Finish, please reboot system and start from the eMMC.
----------------------------------------------------------------------
>>> Enter an option (poweroff/reboot) , or "c" to return:
poweroff

         Stopping Session c1 of User pi...
[  OK  ] Removed slice Slice /system/modprobe.
[  OK  ] Stopped target Host and Network Name Lookups.
[  OK  ] Stopped target Sound Card.
[  OK  ] Stopped target Timer Units.
[  OK  ] Stopped Daily apt upgrade and clean activities.
[  OK  ] Stopped Daily apt download activities.
[  OK  ] Stopped Daily dpkg database backup timer.
[  OK  ] Stopped Periodic ext4 Onli…ata Check for All Filesystems.
[  OK  ] Stopped Discard unused blocks once a week.
[  OK  ] Stopped Daily rotation of log files.
[  OK  ] Stopped Message of the Day.
[  OK  ] Stopped Daily Cleanup of Temporary Directories.
[  OK  ] Stopped target System Time Set.
[  OK  ] Stopped target Hardware activated USB gadget.
[  OK  ] Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
         Stopping Save/Restore Sound Card State...
         Stopping Load/Save Random Seed...
         Stopping Regular background program processing daemon...
[  OK  ] Removed slice Slice /system/getty.
         Stopping System Logging Service...
         Stopping Serial Getty on ttyS0...
         Stopping OpenBSD Secure Shell server...
[  OK  ] Stopped Regular background program processing daemon.
[  OK  ] Stopped Serial Getty on ttyS0.
[  OK  ] Stopped Save/Restore Sound Card State.
[  OK  ] Stopped Load/Save Random Seed.
[  OK  ] Stopped System Logging Service.
[  OK  ] Removed slice Slice /system/serial-getty.
[  OK  ] Stopped /etc/rc.local.
[  OK  ] Stopped OpenBSD Secure Shell server.
[  OK  ] Stopped eflasher-gui.
[  OK  ] Stopped Session c1 of User pi.
         Stopping User Login Management...
         Stopping User Manager for UID 1000...
[  OK  ] Stopped User Manager for UID 1000.
         Stopping User Runtime Directory /run/user/1000...
[  OK  ] Stopped User Login Management.
[  OK  ] Unmounted /run/user/1000.
[  OK  ] Stopped User Runtime Directory /run/user/1000.
[  OK  ] Removed slice User Slice of UID 1000.
         Stopping Permit User Sessions...
[  OK  ] Stopped Permit User Sessions.
[  OK  ] Stopped target Network.
[  OK  ] Stopped target Remote File Systems.
         Stopping ifup for eth0...
         Stopping Raise network interfaces...
         Stopping Network Name Resolution...
         Stopping WPA supplicant...
[  OK  ] Stopped WPA supplicant.
[  OK  ] Stopped Raise network interfaces.
[  OK  ] Stopped Network Name Resolution.
[  OK  ] Stopped target Basic System.
[  OK  ] Stopped target Path Units.
[  OK  ] Stopped target Slice Units.
[  OK  ] Removed slice User and Session Slice.
[  OK  ] Stopped target Socket Units.
[  OK  ] Stopped target System Initialization.
[  OK  ] Stopped target Local Encrypted Volumes.
[  OK  ] Stopped Dispatch Password …ts to Console Directory Watch.
[  OK  ] Stopped Forward Password R…uests to Wall Directory Watch.
[  OK  ] Stopped target Swaps.
[  OK  ] Stopped target Local Verity Protected Volumes.
[  OK  ] Closed Syslog Socket.
         Stopping Network Time Synchronization...
         Stopping Record System Boot/Shutdown in UTMP...
[  OK  ] Stopped Network Time Synchronization.
[  OK  ] Stopped Record System Boot/Shutdown in UTMP.
[  OK  ] Stopped Create Volatile Files and Directories.
[  OK  ] Stopped ifup for eth0.
[  OK  ] Stopped target Local File Systems.
         Unmounting /mnt/sdcard...
         Unmounting /run/credentials/systemd-sysusers.service...
[  OK  ] Stopped Apply Kernel Variables.
[  OK  ] Stopped Load Kernel Modules.
[  OK  ] Unmounted /run/credentials/systemd-sysusers.service.
[  OK  ] Unmounted /mnt/sdcard.
[  OK  ] Stopped target Preparation for Local File Systems.
[  OK  ] Reached target Unmount All Filesystems.
[  OK  ] Stopped Create Static Device Nodes in /dev.
[  OK  ] Stopped Create System Users.
[  OK  ] Stopped Remount Root and Kernel File Systems.
[  OK  ] Reached target System Shutdown.
[  OK  ] Reached target Late Shutdown Services.
[  OK  ] Finished System Power Off.
[  OK  ] Reached target System Power Off.
[  213.731353] reboot: System halted

[END] 2024/4/8 21:24:00
 

重新上电:

[BEGIN] 2024/4/8 21:24:17

U-Boot SPL 2017.11 (Jun 15 2021 - 10:49:36)
DRAM: 512 MiB(408MHz)
CPU Freq: 408MHz
memory test: 1
Pattern 55aa  Writing...Reading...OK
Trying to boot from MMC2
Boot device: emmc


U-Boot 2017.11 (Jun 15 2021 - 10:49:36 +0800) Allwinner Technology

CPU:   Allwinner H3 (SUN8I 1680)
Model: FriendlyElec NanoPi H3
DRAM:  512 MiB
CPU Freq: 1008MHz
MMC:   SUNXI SD/MMC: 1, SUNXI SD/MMC: 0
*** Warning - bad CRC, using default environment

In:    serial
Out:   serial
Err:   serial
Net:   No ethernet found.
BOARD: nanopi-neo-core
starting USB...
No controllers found
Hit any key to stop autoboot:  0 
reading boot.scr
1478 bytes read in 19 ms (75.2 KiB/s)
## Executing script at 43100000
running boot.scr
reading uEnv.txt
968 bytes read in 18 ms (51.8 KiB/s)
reading zImage
5902784 bytes read in 291 ms (19.3 MiB/s)
reading rootfs.cpio.gz
5880768 bytes read in 291 ms (19.3 MiB/s)
reading sun8i-h3-nanopi-neo-core.dtb
34556 bytes read in 26 ms (1.3 MiB/s)
overlays is empty
reading overlays/sun8i-h3-fixup.scr
4109 bytes read in 33 ms (121.1 KiB/s)
## Executing script at 44500000
## Flattened Device Tree blob at 48000000
   Booting using the fdt blob at 0x48000000
   Loading Ramdisk to 49a64000, end 49fffbc0 ... OK
   reserving fdt memory region: addr=48000000 size=6e000
   Loading Device Tree to 499f3000, end 49a63fff ... OK

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.14.111 (root@ubuntu) (gcc version 4.9.3 (ctng-1.21.0-229g-FA)) #193 SMP Thu Jun 10 18:20:47 CST 2021
[    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: FriendlyElec NanoPi-NEO-Core
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] Reserved memory: created CMA memory pool at 0x000000005bc00000, size 64 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: Using PSCI v0.1 Function IDs from DT
[    0.000000] percpu: Embedded 17 pages/cpu @dff5b000 s37120 r8192 d24320 u69632
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 129920
[    0.000000] Kernel command line: console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootfstype=ext4 rw rootwait fsck.repair=yes panic=10 fbcon=map:0  data=/dev/mmcblk0p3 snd-soc-core.pmdown_time=3600000
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Memory: 429860K/524288K available (10240K kernel code, 391K rwdata, 2080K rodata, 2048K init, 303K bss, 28892K reserved, 65536K cma-reserved, 0K highmem)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
[    0.000000]     vmalloc : 0xe0800000 - 0xff800000   ( 496 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0c00000   (12256 kB)
[    0.000000]       .init : 0xc1000000 - 0xc1200000   (2048 kB)
[    0.000000]       .data : 0xc1200000 - 0xc1261f00   ( 392 kB)
[    0.000000]        .bss : 0xc126a884 - 0xc12b6850   ( 304 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000]     RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] GIC: Using split EOI/Deactivate mode
[    0.000000] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[    0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    0.000006] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.000018] Switching to timer-based delay loop, resolution 41ns
[    0.000214] Console: colour dummy device 80x30
[    0.000250] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=120000)
[    0.000264] pid_max: default: 32768 minimum: 301
[    0.000437] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.000451] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.001186] CPU: Testing write buffer coherency: ok
[    0.001646] CPU0: update cpu_capacity 1024
[    0.001658] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.002033] Setting up static identity map for 0x40200000 - 0x40200060
[    0.002157] Hierarchical SRCU implementation.
[    0.002738] smp: Bringing up secondary CPUs ...
[    0.013543] CPU1: update cpu_capacity 1024
[    0.013549] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.024451] CPU2: update cpu_capacity 1024
[    0.024457] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.035273] CPU3: update cpu_capacity 1024
[    0.035279] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.035364] smp: Brought up 1 node, 4 CPUs
[    0.035393] SMP: Total of 4 processors activated (192.00 BogoMIPS).
[    0.035399] CPU: All CPU(s) started in HYP mode.
[    0.035405] CPU: Virtualization extensions available.
[    0.036142] devtmpfs: initialized
[    0.043058] random: get_random_u32 called from bucket_table_alloc+0xf0/0x240 with crng_init=0
[    0.043694] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[    0.043956] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302231375000 ns
[    0.043980] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.046698] xor: measuring software checksum speed
[    0.095079]    arm4regs  :  1372.800 MB/sec
[    0.145134]    8regs     :   769.600 MB/sec
[    0.195189]    32regs    :   850.400 MB/sec
[    0.245246]    neon      :  1283.200 MB/sec
[    0.245253] xor: using function: arm4regs (1372.800 MB/sec)
[    0.245273] pinctrl core: initialized pinctrl subsystem
[    0.246281] NET: Registered protocol family 16
[    0.247975] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.248836] cpuidle: using governor ladder
[    0.248874] cpuidle: using governor menu
[    0.249298] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.249308] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.268407] SCSI subsystem initialized
[    0.268832] usbcore: registered new interface driver usbfs
[    0.268880] usbcore: registered new interface driver hub
[    0.268972] usbcore: registered new device driver usb
[    0.269149] media: Linux media interface: v0.10
[    0.269191] Linux video capture interface: v2.00
[    0.269322] pps_core: LinuxPPS API ver. 1 registered
[    0.269330] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.269349] PTP clock support registered
[    0.269661] Advanced Linux Sound Architecture Driver Initialized.
[    0.271344] clocksource: Switched to clocksource arch_sys_counter
[    0.271521] VFS: Disk quotas dquot_6.6.0
[    0.271603] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.271762] FS-Cache: Loaded
[    0.279025] NET: Registered protocol family 2
[    0.279666] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[    0.279721] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[    0.279784] TCP: Hash tables configured (established 4096 bind 4096)
[    0.279893] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.279937] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.280153] NET: Registered protocol family 1
[    0.280632] RPC: Registered named UNIX socket transport module.
[    0.280643] RPC: Registered udp transport module.
[    0.280648] RPC: Registered tcp transport module.
[    0.280654] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.280903] Unpacking initramfs...
[    0.578695] Freeing initrd memory: 5744K
[    0.579136] kvm [1]: 8-bit VMID
[    0.579837] kvm [1]: vgic interrupt IRQ16
[    0.579941] kvm [1]: Hyp mode initialized successfully
[    0.582830] workingset: timestamp_bits=14 max_order=17 bucket_order=3
[    0.587495] zbud: loaded
[    0.589062] FS-Cache: Netfs 'nfs' registered for caching
[    0.589577] NFS: Registering the id_resolver key type
[    0.589615] Key type id_resolver registered
[    0.589623] Key type id_legacy registered
[    0.589638] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.589656] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    0.590594] fuse init (API version 7.26)
[    0.595990] async_tx: api initialized (async)
[    0.596111] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    0.596293] io scheduler noop registered (default)
[    0.596304] io scheduler deadline registered
[    0.596571] io scheduler cfq registered
[    0.596583] io scheduler mq-deadline registered
[    0.596713] io scheduler bfq registered
[    0.597407] sun4i-usb-phy 1c19400.phy: Couldn't request ID GPIO, pinctrl may not init
[    0.601068] sun8i-h3-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
[    0.602670] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
[    0.608095] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
[    0.609978] console [ttyS0] disabled
[    0.630166] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 45, base_baud = 1500000) is a U6_16550A
[    1.391570] console [ttyS0] enabled
[    1.417831] 1c28400.serial: ttyS1 at MMIO 0x1c28400 (irq = 46, base_baud = 1500000) is a U6_16550A
[    1.449404] 1c28800.serial: ttyS2 at MMIO 0x1c28800 (irq = 47, base_baud = 1500000) is a U6_16550A
[    1.480963] 1c28c00.serial: ttyS3 at MMIO 0x1c28c00 (irq = 48, base_baud = 1500000) is a U6_16550A
[    1.492210] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.498842] [drm] No driver support for vblank timestamp query.
[    1.514220] sun4i-drm display-engine: bound 1100000.mixer (ops 0xc0c51b68)
[    1.521309] sun4i-drm display-engine: No panel or bridge found... RGB output disabled
[    1.529164] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops 0xc0c5086c)
[    1.661446] sun8i-dw-hdmi 1ee0000.hdmi: Detected HDMI TX controller v1.32a with HDCP (sun8i_dw_hdmi_phy)
[    1.671352] sun8i-dw-hdmi 1ee0000.hdmi: registered DesignWare HDMI I2C bus driver
[    1.679073] sun4i-drm display-engine: bound 1ee0000.hdmi (ops 0xc0c51ee8)
[    1.685922] [drm] Cannot find any crtc or sizes - going 1920x1080
[    1.733342] Console: switching to colour frame buffer device 240x67
[    1.764220] sun4i-drm display-engine: fb0:  frame buffer device
[    1.770642] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 0
[    1.787486] loop: module loaded
[    1.807043] st: Version 20160209, fixed bufsize 32768, s/g segs 256
[    1.813423] osst :I: Tape driver with OnStream support version 0.99.4
[    1.813423] osst :I: $Id: osst.c,v 1.73 2005/01/01 21:13:34 wriede Exp $
[    1.826736] SCSI Media Changer driver v0.25 
[    1.833054] libphy: Fixed MDIO Bus: probed
[    1.837198] tun: Universal TUN/TAP device driver, 1.6
[    1.842442] CAN device driver interface
[    1.846791] dwmac-sun8i 1c30000.ethernet: PTP uses main clock
[    1.852610] dwmac-sun8i 1c30000.ethernet: No regulator found
[    1.858325] dwmac-sun8i 1c30000.ethernet: Will use internal PHY
[    1.864447] dwmac-sun8i 1c30000.ethernet: Chain mode enabled
[    1.870118] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supported
[    1.877339] dwmac-sun8i 1c30000.ethernet: Normal descriptors
[    1.883002] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supported
[    1.890222] dwmac-sun8i 1c30000.ethernet: COE Type 2
[    1.895192] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported
[    1.902542] libphy: stmmac: probed
[    1.911971] PPP generic driver version 2.4.2
[    1.916496] PPP BSD Compression module registered
[    1.921196] PPP Deflate Compression module registered
[    1.926291] PPP MPPE Compression module registered
[    1.931124] NET: Registered protocol family 24
[    1.935683] usbcore: registered new interface driver qmi_wwan
[    1.941466] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.948008] ehci-platform: EHCI generic platform driver
[    1.953521] ehci-platform 1c1a000.usb: EHCI Host Controller
[    1.959138] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1
[    1.967332] ehci-platform 1c1a000.usb: irq 29, io mem 0x01c1a000
[    1.986354] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00
[    1.992650] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.999451] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.006675] usb usb1: Product: EHCI Host Controller
[    2.011557] usb usb1: Manufacturer: Linux 4.14.111 ehci_hcd
[    2.017132] usb usb1: SerialNumber: 1c1a000.usb
[    2.022209] hub 1-0:1.0: USB hub found
[    2.025988] hub 1-0:1.0: 1 port detected
[    2.030627] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.036852] ohci-platform: OHCI generic platform driver
[    2.042286] ohci-platform 1c1a400.usb: Generic Platform OHCI controller
[    2.048930] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2
[    2.056905] ohci-platform 1c1a400.usb: irq 30, io mem 0x01c1a400
[    2.125524] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    2.132333] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.139561] usb usb2: Product: Generic Platform OHCI controller
[    2.145485] usb usb2: Manufacturer: Linux 4.14.111 ohci_hcd
[    2.151060] usb usb2: SerialNumber: 1c1a400.usb
[    2.158454] hub 2-0:1.0: USB hub found
[    2.162246] hub 2-0:1.0: 1 port detected
[    2.166903] usbcore: registered new interface driver cdc_acm
[    2.172576] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    2.180625] usbcore: registered new interface driver usblp
[    2.186148] usbcore: registered new interface driver cdc_wdm
[    2.191854] usbcore: registered new interface driver uas
[    2.197257] usbcore: registered new interface driver usb-storage
[    2.203353] usbcore: registered new interface driver usbserial
[    2.209225] usbcore: registered new interface driver usbserial_generic
[    2.215785] usbserial: USB Serial support registered for generic
[    2.221830] usbcore: registered new interface driver option
[    2.227437] usbserial: USB Serial support registered for GSM modem (1-port)
[    2.234546] usbcore: registered new interface driver qcserial
[    2.240331] usbserial: USB Serial support registered for Qualcomm USB modem
[    2.248147] mousedev: PS/2 mouse device common for all mice
[    2.254220] sun6i-rtc 1f00000.rtc: rtc core: registered rtc-sun6i as rtc0
[    2.261020] sun6i-rtc 1f00000.rtc: RTC enabled
[    2.265538] i2c /dev entries driver
[    2.270914] lirc_dev: IR Remote Control driver registered, major 244
[    2.277297] IR NEC protocol handler initialized
[    2.281836] IR RC5(x/sz) protocol handler initialized
[    2.286888] IR RC6 protocol handler initialized
[    2.291421] IR JVC protocol handler initialized
[    2.295945] IR Sony protocol handler initialized
[    2.300564] IR SANYO protocol handler initialized
[    2.305270] IR Sharp protocol handler initialized
[    2.309976] IR MCE Keyboard/mouse protocol handler initialized
[    2.315808] IR LIRC bridge handler initialized
[    2.320253] IR XMP protocol handler initialized
[    2.325631] thermal thermal_zone0: failed to read out thermal zone (-16)
[    2.332863] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
[    2.341168] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[    2.391406] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB
[    2.436701] sunxi-mmc 1c11000.mmc: initialized, max. request size: 16384 KB
[    2.445684] ledtrig-cpu: registered to indicate activity on CPUs
[    2.453950] hidraw: raw HID events driver (C) Jiri Kosina
[    2.459516] usbcore: registered new interface driver usbhid
[    2.465101] usbhid: USB HID core driver
[    2.483792] sun4i-codec 1c22c00.codec: Codec <-> 1c22c00.codec mapping ok
[    2.493924] Initializing XFRM netlink socket
[    2.498821] NET: Registered protocol family 10
[    2.517161] mmc0: new DDR MMC card at address 0001
[    2.520851] Segment Routing with IPv6
[    2.522567] mmcblk0: mmc0:0001 8GTF4R 7.28 GiB 
[    2.525755] NET: Registered protocol family 17
[    2.530411] mmcblk0boot0: mmc0:0001 8GTF4R partition 1 4.00 MiB
[    2.534706] NET: Registered protocol family 15
[    2.540779] mmcblk0boot1: mmc0:0001 8GTF4R partition 2 4.00 MiB
[    2.545084] can: controller area network core (rev 20170425 abi 9)
[    2.552017]  mmcblk0: p1 p2 p3
[    2.557263] NET: Registered protocol family 29
[    2.564675] can: raw protocol (rev 20170425)
[    2.568965] can: broadcast manager protocol (rev 20170425 t)
[    2.574671] can: netlink gateway (rev 20170425) max_hops=1
[    2.580690] Key type dns_resolver registered
[    2.585289] Registering SWP/SWPB emulation handler
[    2.591497] registered taskstats version 1
[    2.603881] Key type encrypted registered
[    2.613852] vcc1v2: supplied by vcc5v0
[    2.617974] vcc-dram: supplied by vcc5v0
[    2.622253] vdd-cpux-en: supplied by vcc5v0
[    2.628207] ehci-platform 1c1b000.usb: EHCI Host Controller
[    2.633833] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 3
[    2.642240] ehci-platform 1c1b000.usb: irq 31, io mem 0x01c1b000
[    2.661358] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00
[    2.667670] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    2.674479] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.681710] usb usb3: Product: EHCI Host Controller
[    2.686593] usb usb3: Manufacturer: Linux 4.14.111 ehci_hcd
[    2.692167] usb usb3: SerialNumber: 1c1b000.usb
[    2.697296] hub 3-0:1.0: USB hub found
[    2.701076] hub 3-0:1.0: 1 port detected
[    2.705735] ehci-platform 1c1c000.usb: EHCI Host Controller
[    2.711363] ehci-platform 1c1c000.usb: new USB bus registered, assigned bus number 4
[    2.719440] ehci-platform 1c1c000.usb: irq 33, io mem 0x01c1c000
[    2.736348] ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00
[    2.742603] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
[    2.749400] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.756624] usb usb4: Product: EHCI Host Controller
[    2.761506] usb usb4: Manufacturer: Linux 4.14.111 ehci_hcd
[    2.767079] usb usb4: SerialNumber: 1c1c000.usb
[    2.772094] hub 4-0:1.0: USB hub found
[    2.775877] hub 4-0:1.0: 1 port detected
[    2.780473] ehci-platform 1c1d000.usb: EHCI Host Controller
[    2.786084] ehci-platform 1c1d000.usb: new USB bus registered, assigned bus number 5
[    2.794282] ehci-platform 1c1d000.usb: irq 35, io mem 0x01c1d000
[    2.811349] ehci-platform 1c1d000.usb: USB 2.0 started, EHCI 1.00
[    2.817594] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
[    2.824390] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.831614] usb usb5: Product: EHCI Host Controller
[    2.836496] usb usb5: Manufacturer: Linux 4.14.111 ehci_hcd
[    2.842069] usb usb5: SerialNumber: 1c1d000.usb
[    2.847080] hub 5-0:1.0: USB hub found
[    2.850857] hub 5-0:1.0: 1 port detected
[    2.855438] ohci-platform 1c1b400.usb: Generic Platform OHCI controller
[    2.862100] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 6
[    2.870064] ohci-platform 1c1b400.usb: irq 32, io mem 0x01c1b400
[    2.935487] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    2.942292] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.949517] usb usb6: Product: Generic Platform OHCI controller
[    2.955440] usb usb6: Manufacturer: Linux 4.14.111 ohci_hcd
[    2.961015] usb usb6: SerialNumber: 1c1b400.usb
[    2.966089] hub 6-0:1.0: USB hub found
[    2.969885] hub 6-0:1.0: 1 port detected
[    2.974479] ohci-platform 1c1c400.usb: Generic Platform OHCI controller
[    2.981133] ohci-platform 1c1c400.usb: new USB bus registered, assigned bus number 7
[    2.989309] ohci-platform 1c1c400.usb: irq 34, io mem 0x01c1c400
[    3.046364] usb 3-1: new high-speed USB device number 2 using ehci-platform
[    3.057554] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    3.064363] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.071589] usb usb7: Product: Generic Platform OHCI controller
[    3.077516] usb usb7: Manufacturer: Linux 4.14.111 ohci_hcd
[    3.083095] usb usb7: SerialNumber: 1c1c400.usb
[    3.088201] hub 7-0:1.0: USB hub found
[    3.092003] hub 7-0:1.0: 1 port detected
[    3.096591] ohci-platform 1c1d400.usb: Generic Platform OHCI controller
[    3.103244] ohci-platform 1c1d400.usb: new USB bus registered, assigned bus number 8
[    3.111249] ohci-platform 1c1d400.usb: irq 36, io mem 0x01c1d400
[    3.180491] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[    3.187295] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.194522] usb usb8: Product: Generic Platform OHCI controller
[    3.200447] usb usb8: Manufacturer: Linux 4.14.111 ohci_hcd
[    3.206023] usb usb8: SerialNumber: 1c1d400.usb
[    3.211124] hub 8-0:1.0: USB hub found
[    3.214924] hub 8-0:1.0: 1 port detected
[    3.219584] usb_phy_generic usb_phy_generic.3.auto: usb_phy_generic.3.auto supply vcc not found, using dummy regulator
[    3.230700] musb-hdrc musb-hdrc.4.auto: MUSB HDRC host driver
[    3.236520] musb-hdrc musb-hdrc.4.auto: new USB bus registered, assigned bus number 9
[    3.244547] usb usb9: New USB device found, idVendor=1d6b, idProduct=0002
[    3.251353] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.258579] usb usb9: Product: MUSB HDRC host driver
[    3.263551] usb usb9: Manufacturer: Linux 4.14.111 musb-hcd
[    3.269129] usb usb9: SerialNumber: musb-hdrc.4.auto
[    3.274621] hub 9-0:1.0: USB hub found
[    3.278435] hub 9-0:1.0: 1 port detected
[    3.282377] usb 3-1: New USB device found, idVendor=2c7c, idProduct=6005
[    3.289082] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.296220] usb 3-1: Product: Android
[    3.299893] usb 3-1: Manufacturer: Android
[    3.303999] usb 3-1: SerialNumber: 0000
[    3.311826] asoc-simple-card soc:sound: i2s-hifi <-> 1c22800.i2s mapping ok
[    3.322525] input: r_gpio_keys as /devices/platform/r_gpio_keys/input/input0
[    3.330300] sun6i-rtc 1f00000.rtc: setting system clock to 2016-02-11 16:39:02 UTC (1455208742)
[    3.339422] vcc3v0: disabling
[    3.342422] vcc5v0: disabling
[    3.345393] usb0-vbus: disabling
[    3.348638] ALSA device list:
[    3.351610]   #0: Dummy 1
[    3.354227]   #1: Loopback 1
[    3.357114]   #2: H3 Audio Codec
[    3.360336]   #3: allwinner,hdmi
[    3.366001] Freeing unused kernel memory: 2048K
Loading, please wait...
starting version 237
[    3.511407] usb 7-1: new full-speed USB device number 2 using ohci-platform
[    3.760527] usb 7-1: New USB device found, idVendor=10c4, idProduct=ea60
[    3.767317] usb 7-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.774475] usb 7-1: Product: CP2104 USB to UART Bridge Controller
[    3.780765] usb 7-1: Manufacturer: Silicon Labs
[    3.785405] usb 7-1: SerialNumber: 02C4A87F
[    3.923163] random: fast init done
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.
[    4.156629] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
Begin: Will now check userdata file system ... fsck from util-linux 2.31.1
[/sbin/fsck.ext4 (1) -- /dev/mmcblk0p3] fsck.ext4 -y -C0 /dev/mmcblk0p3 
e2fsck 1.44.1 (24-Mar-2018)
Superblock last write time (Wed Nov  8 07:48:54 2023,
    now = Thu Feb 11 16:39:03 2016) is in the future.
Fix? yes

Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure                                           
Pass 3: Checking directory connectivity
Pass 4: C[    4.261240] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null)
hecking reference counts
Pass 5: Checking group summary information
userdata: 11/12800 files (0.0% non-contiguous), 4958/51200 blocks              
done.
Begin: Resizing ext4 file system on /dev/mmcblk0p3 ... Model: MMC 8GTF4R (sd/mmc)
Disk /dev/mmcblk0: 100%
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags: 

Number  Start  End    Size   Type     File system  Flags
 1      0.32%  0.86%  0.54%  primary  fat16
 2      0.86%  17.2%  16.3%  primary  ext4
 3      17.2%  100%   82.8%  primary  ext4

resize2fs 1.44.1 (24-Mar-2018)
Resizing the filesystem on /dev/mmcblk0p3 to 1581056 (4k) blocks.
The filesystem on /dev/mmcblk0p3 is now 1581056 (4k) blocks long.

done.
[    6.384170] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null)
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
[    6.627805] random: systemd: uninitialized urandom read (16 bytes read)
[    6.637818] random: systemd: uninitialized urandom read (16 bytes read)
[    6.650781] 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)
[    6.669787] systemd[1]: Detected architecture arm.

Welcome to Ubuntu 16.04.2 LTS!

[    6.697165] systemd[1]: Set hostname to <FriendlyElec>.
[    6.707846] random: systemd: uninitialized urandom read (16 bytes read)
[    6.714614] systemd[1]: Initializing machine ID from random generator.
[    7.010417] systemd[1]: Created slice User and Session Slice.
[  OK  ] Created slice User and Session Slice.
[    7.031668] systemd[1]: Reached target Encrypted Volumes.
[  OK  ] Reached target Encrypted Volumes.
[    7.051566] systemd[1]: Reached target Remote File Systems (Pre).
[  OK  ] Reached target Remote File Systems (Pre).
[    7.071699] systemd[1]: Listening on udev Kernel Socket.
[  OK  ] Listening on udev Kernel Socket.
[    7.091958] systemd[1]: Listening on Journal Socket.
[  OK  ] Listening on Journal Socket.
[    7.111791] systemd[1]: Listening on udev Control Socket.
[  OK  ] Listening on udev Control Socket.
[  OK  ] Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Reached target Remote File Systems.
[  OK  ] Listening on Journal Socket (/dev/log).
[  OK  ] Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Reached target Paths.
[  OK  ] Created slice System Slice.
         Starting Create list of required st... nodes for the current kernel...
         Mounting POSIX Message Queue File System...
         Starting Load Kernel Modules...
         Starting Remount Root and Kernel File Systems...
[    7.305002] Mass Storage Function, version: 2009/09/11
[    7.310288] LUN: removable file: (no medium)
[    7.314959] LUN: file: /dev/mmcblk0p1
[    7.318695] Number of LUNs=1
[    7.318933] g_mass_storage gadget: Mass Storage Gadget, version: 2009/09/11
[    7.328620] g_mass_storage gadget: userspace failed to provide iSerialNumber
[    7.335679] g_mass_storage gadget: g_mass_storage ready
[  OK  ] Reached target Slices.
[  OK  ] Created slice system-serial\x2dgetty.slice.
[    7.376078] 8821cu: loading out-of-tree module taints kernel.
         Starting Set console keymap...
[    7.404321] usbcore: registered new interface driver rtl8821cu
         Mounting Debug File System...
         Starting Journal Service...
[  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
[    7.476248] usbcore: registered new interface driver rtl88xxau
[  OK  ] Reached target Swap.
[  OK  ] Mounted POSIX Message Queue File System.
[  OK  ] Mounted Debug File System.
[  OK  ] Started Create list of required sta...ce nodes for the current kernel.
[  OK  ] Started Load Kernel Modules.
[  OK  ] Started Remount Root and Kernel File Systems.
[  OK  ] Started Set console keymap.
[  OK  ] Started Journal Service.
         Starting Flush Journal to Persistent Storage...
         Starting udev Coldplug all Devices...
         Starting Load/Save Random Seed...
         Mounting FUSE Control File System...
         Mounting Configuration File System...
         Starting Apply Kernel Variables...
         Starting Create Static Device Nodes in /dev...
[  OK  ] Mounted Configuration File System.
[  OK  ] Mounted FUSE Control File System.
[  OK  ] Started Load/Save Random Seed.
[  OK  ] Started Apply Kernel Variables.
[  OK  ] Started Create Static Device Nodes in /dev.
[  OK  ] Started Flush Journal to Persistent Storage.
[  OK  ] Reached target Local File Systems (Pre).
         Starting udev Kernel Device Manager...
[  OK  ] Started udev Coldplug all Devices.
[  OK  ] Started udev Kernel Device Manager.
[  OK  ] Reached target Sound Card.
[  OK  ] Found device /dev/mmcblk0p1.
[  OK  ] Found device /dev/ttyS0.
         Mounting /boot...
[  OK  ] Mounted /boot.
[  OK  ] Reached target Local File Systems.
         Starting Raise network interfaces...
         Starting Set console font and keymap...
         Starting Create Volatile Files and Directories...
[  OK  ] Started Create Volatile Files and Directories.
[  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
         Starting Update UTMP about System Boot/Shutdown...
[  OK  ] Reached target System Time Synchronized.
[  OK  ] Started Update UTMP about System Boot/Shutdown.
[  OK  ] Reached target System Initialization.
[  OK  ] Listening on D-Bus System Message Bus Socket.
[  OK  ] Reached target Sockets.
[  OK  ] Reached target Basic System.
         Starting Login Service...
         Starting Save/Restore Sound Card State...
[  OK  ] Started D-Bus System Message Bus.
         Starting Network Manager...
         Starting LSB: sync_ntp_rtc...
[  OK  ] Started Daily Cleanup of Temporary Directories.
         Starting LSB: add swap at first boot...
         Starting brcm_patchram_plus...
         Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"...
         Starting LSB: select system audio output at first boot...
         Starting Permit User Sessions...
         Starting Modem Manager...
         Starting Restore /etc/resolv.conf i...re the ppp link was shut down...
[  OK  ] Started Daily apt activities.
[  OK  ] Reached target Timers.
         Starting Init board...
[  OK  ] Started Regular background program processing daemon.
[  OK  ] Started Set console font and keymap.
[  OK  ] Started LSB: sync_ntp_rtc.
[  OK  ] Started brcm_patchram_plus.
[  OK  ] Started Permit User Sessions.
[  OK  ] Started Restore /etc/resolv.conf if...fore the ppp link was shut down.
[  OK  ] Started Save/Restore Sound Card State.
[  OK  ] Started LSB: add swap at first boot.
[  OK  ] Started Raise network interfaces.
[  OK  ] Started LSB: select system audio output at first boot.
[  OK  ] Started LSB: Set the CPU Frequency Scaling governor to "ondemand".
[  OK  ] Started Network Manager.
[  OK  ] Started Login Service.
         Starting Network Manager Script Dispatcher Service...
         Starting Network Manager Wait Online...
         Starting Authenticate and Authorize Users to Run Privileged Tasks...
         Starting Set console scheme...
[  OK  ] Created slice system-getty.slice.
[  OK  ] Started Set console scheme.
[  OK  ] Started Network Manager Script Dispatcher Service.
         Starting Hostname Service...
[  OK  ] Started Init board.
[  OK  ] Started Authenticate and Authorize Users to Run Privileged Tasks.
[  OK  ] Started Hostname Service.
[  OK  ] Reached target Network.
         Starting OpenBSD Secure Shell server...
[  OK  ] Started Modem Manager.
[  OK  ] Started OpenBSD Secure Shell server.
[   11.261262] cdc_ether 3-1:1.0 usb0: kevent 12 may have been dropped
[FAILED] Failed to start Network Manager Wait Online.
See 'systemctl status NetworkManager-wait-online.service' for details.
[  OK  ] Reached target Network is Online.
         Starting /etc/rc.local Compatibility...
         Starting LSB: Start NTP daemon...
[   41.726209] rc.local[659]: ctp = 0
         Starting LSB: disk temperature monitoring daemon...
[  OK  ] Started /etc/rc.local Compatibility.
[  OK  ] Started LSB: disk temperature monitoring daemon.
[  OK  ] Started Getty on tty1.
[  OK  ] Started Serial Getty on ttyS0.
[  OK  ] Reached target Login Prompts.
[  OK  ] Started LSB: Start NTP daemon.
[  OK  ] Reached target Multi-User System.
[  OK  ] Reached target Graphical Interface.
         Starting Update UTMP about System Runlevel Changes...
[  OK  ] Started Update UTMP about System Runlevel Changes.

Ubuntu 16.04.2 LTS NanoPi-NEO-Core ttyS0

Default Login:
Username = pi
Password = pi

NanoPi-NEO-Core login: pi (automatic login)

 _____     _                _ _       _____ _     _____ ____ 
|  ___| __(_) ___ _ __   __| | |_   _| ____| |   | ____/ ___|
| |_ | '__| |/ _ \ '_ \ / _` | | | | |  _| | |   |  _|| |    
|  _|| |  | |  __/ | | | (_| | | |_| | |___| |___| |__| |___ 
|_|  |_|  |_|\___|_| |_|\__,_|_|\__, |_____|_____|_____\____|
                                |___/                        

Welcome to Ubuntu 16.04.2 LTS 4.14.111
System load:   0.44                Up time:       44 sec        
Memory usage:  8 % of 491Mb      IP:            
CPU temp:      48°C               
Usage of /:    9% of 6.0G       

 * Documentation: http://wiki.friendlyarm.com/Ubuntu
 * Forum: http://www.friendlyarm.com/Forum/

pi@NanoPi-NEO-Core:~$ 
pi@NanoPi-NEO-Core:~$ cat /etc/issue
Ubuntu 16.04.2 LTS \n \l

pi@NanoPi-NEO-Core:~$ 
pi@NanoPi-NEO-Core:~$ uname -a
Linux NanoPi-NEO-Core 4.14.111 #193 SMP Thu Jun 10 18:20:47 CST 2021 armv7l armv7l armv7l GNU/Linux
pi@NanoPi-NEO-Core:~$ 
pi@NanoPi-NEO-Core:~$ 
pi@NanoPi-NEO-Core:~$ [   57.143254] cdc_ether 3-1:1.0 usb0: kevent 12 may have been dropped

pi@NanoPi-NEO-Core:~$ 
pi@NanoPi-NEO-Core:~$ poweroff

Failed to set wall message, ignoring: Interactive authentication required.
Failed to power off system via logind: Interactive authentication required.
Failed to start poweroff.target: Interactive authentication required.
See system logs and 'systemctl status poweroff.target' for details.
Failed to open /dev/initctl: Permission denied
Failed to talk to init daemon.
pi@NanoPi-NEO-Core:~$ 

[END] 2024/4/8 21:25:52
 

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:/a/527292.html

如若内容造成侵权/违法违规/事实不符,请联系我们进行投诉反馈qq邮箱809451989@qq.com,一经查实,立即删除!

相关文章

linux centos 系统 docker及podman拉取kylin麒麟镜像内部及部署安装Gaussdb数据库

研究总结来之不易 1.首先下载安装包&#xff0c;网址&#xff1a; 软件包 | openGauss 2.参考安装连接&#xff1a; 单节点安装 openGauss学习笔记-03 openGauss极简版单节点安装_opengauss 笔记-CSDN博客 当然他们说的有些也是不完全一样的&#xff0c;根据自己的环境摸索…

Flutter之Flex组件布局

目录 Flex属性值 轴向:direction:Axis.horizontal 主轴方向:mainAxisAlignment:MainAxisAlignment.center 交叉轴方向:crossAxisAlignment:CrossAxisAlignment 主轴尺寸:mainAxisSize 文字方向:textDirection:TextDirection 竖直方向排序:verticalDirection:VerticalDir…

汇编入门--基础知识(1)

1.汇编语言的概念 汇编语言是一种低级编程语言&#xff0c;它与计算机的机器语言非常接近&#xff0c;但比机器语言更易于人类阅读和理解。汇编语言是用一系列的助记符来表示机器语言的操作码和操作数。每种计算机体系结构&#xff08;如x86、ARM等&#xff09;都有自己的汇编语…

【Spring】一问详解什么是Spring IoC和DI

目录 一、IoC & DI入门1.1、Spring1.1.1、什么是容器1.1.2、什么是IoC 1.2、IoC介绍1.2.1、传统程序开发1.2.2、问题分析1.2.3、问题解决1.2.4、 IoC优势 1.3、Bean的作用域1.4、DI介绍 二、IoC详解2.1、Bean的存储2.1.1、类注解的使用2.1.2、获取bean对象的其他方式2.1.3、…

【数据结构】数组(稀疏矩阵、特殊矩阵压缩、矩阵存储、稀疏矩阵的快速转置、十字链表)

稀疏矩阵、矩阵压缩、稀疏矩阵的快速转置、十字链表 目录 稀疏矩阵、矩阵压缩、稀疏矩阵的快速转置、十字链表1.数组2.数组的顺序表示和实现3.特殊矩阵的压缩存储&#xff08;1&#xff09;. 上三角矩阵—列为主序压缩存储&#xff08;2&#xff09;. 下三角矩阵—**行为主序压…

uni-app项目创建方式

原生小程序与uni-app的区别 创建uni-app的方式 1.通过HBuilderX创建 2.通过命令行创建 vue3ts版&#xff1a;npx degit dcloudio/uni-preset-vue#vite-ts 项目名称 用vscode开发uni-app项目 安装命令&#xff1a;npm i -D types/wechat-miniprogram uni-helper/uni-app-typ…

HarmonyOS 应用开发-边缓存边播放案例

介绍 OhosVideoCache是一个支持边播放边缓存的库&#xff0c;只需要将音视频的url传递给OhosVideoCache处理之后再设置给播放器&#xff0c; OhosVideoCache就可以一边下载音视频数据并保存在本地&#xff0c;一边读取本地缓存返回给播放器&#xff0c;使用者无需进行其他操作…

【爬虫+数据清洗+可视化】用Python开发舆情分析文本挖掘“淄博烧烤“可视化大屏

先上效果截图&#xff1a; 动态演示效果&#xff1a; 【大屏演示】Python可视化舆情大屏「淄博烧烤」 主要用到的技术栈&#xff1a; requests 爬虫发送请求json 解析返回数据re 正则表达式清洗文本pandas保存csv文件sqlalchemy 保存MySQL数据pyecharts 可视化开发snownlp 情感…

17 - 微程序控制

---- 整理自B站UP主 踌躇月光 的视频 1. 实验目标 将 RAM 中 0 地址内容和 1 地址内容相加&#xff0c;结果存入 2 地址。 需要从 RAM 读取数据 需要寄存器暂存数据 需要从 ROM 中读取控制程序 3 4 > 7 2. 实验过程 【17 - 微程序控制】 2.1 改造 ALU 2.2 程序计数…

成都欣丰洪泰文化传媒有限公司电商服务的新锐力量

在当今电商行业风起云涌的时代&#xff0c;成都欣丰洪泰文化传媒有限公司以其独特的视角和专业的服务&#xff0c;成为了业内的佼佼者。该公司专注于电商服务&#xff0c;致力于为广大商家提供全方位、多层次的解决方案&#xff0c;助力商家在激烈的市场竞争中脱颖而出。 一、…

位置编码学习

基本概念 关于位置编码的一切&#xff1a;https://kexue.fm/archives/8130#T5%E5%BC%8F 残差连接 Post Norm 关注深度 残差的意思是给前面的层搞一条“绿色通道”&#xff0c;让梯度可以更直接地回传&#xff0c;但是在Post Norm中&#xff0c;这条“绿色通道”被严重削弱…

今日arXiv最热大模型论文:人民大学发布,拯救打工人!Office真实场景下的大模型表格处理

引言&#xff1a;大语言模型事实召回机制探索 该论文深入研究了基于Transformer的语言模型在零射击和少射击场景下的事实记忆任务机制。模型通过任务特定的注意力头部从语境中提取主题实体&#xff0c;并通过多层感知机回忆所需答案。作者提出了一种新的分析方法&#xff0c;可…

牛客 2024春招冲刺题单 ONT82 腐烂的苹果【中等 BFS Java,Go】

题目 题目链接&#xff1a; https://www.nowcoder.com/practice/54ab9865ce7a45968b126d6968a77f34 思路 广度优先搜索。首先找到2坐标集合&#xff0c;然后每次往四周为1的坐标扩展参考答案Java import java.util.*;public class Solution {/*** 代码中的类名、方法名、参数…

RAG基础知识及应用

简单介绍下RAG的基础知识和RAG开源应用 “茴香豆" 一. RAG 基础知识 1. RAG工作原理 RAG是将向量数据库和大模型问答能力的有效结合&#xff0c;从而达到让大模型的知识能力增加的目的。首先将知识源存储在向量数据库中&#xff0c;当提出问题时&#xff0c;去向量数据库…

客户案例丨拓数派向量计算引擎PieCloudVector助力东吴证券AIGC应用升级

1.项目背景 随着人工智能技术的不断创新和应用&#xff0c;我们可以看到人工智能在各个领域的应用越来越广泛。深度学习技术在图像识别、语音识别、自然语言处理等领域表现出色。机器学习算法的改进将解决更多实际问题&#xff0c;如增强学习、迁移学习和联合学习等&#xff…

学生用什么品牌的台灯好,学生护眼台灯推荐品牌

在童年的岁月里&#xff0c;我们常常无知于如何正确地使用眼睛&#xff0c;对于何种光线最有益眼睛健康也缺乏了解。这些年轻时的疏忽&#xff0c;如今在我的眼镜度数上得到了反映&#xff0c;近视已接近千度&#xff0c;这是许多同样经历的视友都能共鸣的体验。随着时间的推移…

MoonBit 最新动态:MoonBit 引入实验性的测试覆盖率统计工具

MoonBit更新 支持 array.iter intrinsic 并且已经对标准库中的函数进行标注&#xff0c;从而可以在特定情况下将循环进行内联&#xff0c;以提升运行效率 /// intrinsic %array.iter pub fn iter[T](self : Array[T], f : (T) -> Unit) -> Unit {for i 0; i < self…

pymilvus创建IVF_FLAT向量索引

索引简介 索引的作用是加速大型数据集上的查询。 目前&#xff0c;向量字段仅支持一种索引类型&#xff0c;即只能创建一个索引。 milvus支持的向量索引类型大部分使用近似最近邻搜索算法(ANNS,approximate nearest neighbors search) 。ANNS 的核心思想不再局限于返回最准确…

棋牌室计时吧台计费收费灯控管理系统软件操作流程

棋牌室计时吧台计费收费灯控管理系统软件操作流程 一、前言 以下软件操作教程以&#xff0c;佳易王棋牌桌球计时计费管理系统软件灯控版V17.87为例说明 软件文件下载可以点击最下方官网卡片——软件下载——试用版软件下载 该计时计费软件可以是棋牌和桌球混合同时计时计费 …

uniapp:Hbuilder没有检测到设备请插入设备或启动模拟器的问题解决

问题 使用模拟器调试运行项目时&#xff0c;出现以下提示&#xff0c;“没有检测到设备&#xff0c;请插入设备或启动模拟器后点击刷新再试”。排查了一天最终找到原因。 解决 已确认模拟器是已经正常启动&#xff0c;并且Hbuilder设置中的adb路径和端口都配置没有问题&#…