Skip to content

Instantly share code, notes, and snippets.

@kamilion
Last active November 26, 2019 05:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kamilion/f15829424a94916fac9ea9c68159d3ab to your computer and use it in GitHub Desktop.
Save kamilion/f15829424a94916fac9ea9c68159d3ab to your computer and use it in GitHub Desktop.
pine-pinephone-20191101-plasma.img warmboot log
=> mmc info
Device: mmc@1c0f000
Manufacturer ID: 1b
OEM: 534d
Name: BB1QT
Bus Speed: 50000000
Mode: SD High Speed (50MHz)
Rd Block Len: 512
SD version 3.0
High Capacity: Yes
Capacity: 29.8 GiB
Bus Width: 4-bit
Erase Group Size: 512 Bytes
=> reset
resetting ...
U-Boot SPL 2019.10 (Oct 19 2019 - 21:17:46 +0000)
DRAM: 2048 MiB
Trying to boot from MMC1
NOTICE: BL31: v2.1(release):v3.10.0_rc3-151-ga4b61dc7d9
NOTICE: BL31: Built : 16:21:59, Jun 12 2019
NOTICE: BL31: Detected Allwinner A64/H64/R18 SoC (1689)
NOTICE: BL31: Found U-Boot DTB at 0x408b1e0, model: Pine64 LTS
NOTICE: BL31: PMIC: Detected AXP803 on RSB.
U-Boot 2019.10 (Oct 19 2019 - 21:17:46 +0000) Allwinner Technology
CPU: Allwinner A64 (SUN50I)
Model: Pine64 LTS
DRAM: 2 GiB
MMC: mmc@1c0f000: 0, mmc@1c11000: 1
Loading Environment from FAT... Unable to use mmc 1:1... In: serial
Out: serial
Err: serial
Net: phy interface7
Could not get PHY for ethernet@1c30000: addr 1
eth-1: ethernet@1c30000
starting USB...
Bus usb@1c1a000: USB EHCI 1.00
Bus usb@1c1a400: USB OHCI 1.0
Bus usb@1c1b000: USB EHCI 1.00
Bus usb@1c1b400: USB OHCI 1.0
scanning bus usb@1c1a000 for devices... 1 USB Device(s) found
scanning bus usb@1c1a400 for devices... 1 USB Device(s) found
scanning bus usb@1c1b000 for devices... 1 USB Device(s) found
scanning bus usb@1c1b400 for devices... 1 USB Device(s) found
scanning usb for storage devices... 0 Storage Device(s) found
Hit any key to stop autoboot: 0
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1...
Found U-Boot script /boot.scr
714 bytes read in 2 ms (348.6 KiB/s)
## Executing script at 4fc00000
gpio: pin 114 (gpio 114) value is 1
arch=arm
baudrate=115200
board=sunxi
board_name=sunxi
boot_a_script=load ${devtype} ${devnum}:${distro_bootpart} ${scriptaddr} ${prefix}${script}; source ${scriptaddr}
boot_efi_binary=if fdt addr ${fdt_addr_r}; then bootefi bootmgr ${fdt_addr_r};else bootefi bootmgr ${fdtcontroladdr};fi;load ${devtype} ${devnum}:${distro_bootpart} ${kernel_addr_r} efi/boot/bootaa64.efi; if fdt addr ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r};else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi
boot_extlinux=sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} ${prefix}${boot_syslinux_conf}
boot_net_usb_start=usb start
boot_prefixes=/ /boot/
boot_script_dhcp=boot.scr.uimg
boot_scripts=boot.scr.uimg boot.scr
boot_syslinux_conf=extlinux/extlinux.conf
boot_targets=fel mmc_auto usb0 pxe dhcp
bootargs=init=/init.sh rw console=tty0 console=ttyS0,115200 no_console_suspend earlycon=uart,mmio32,0x01c28000 panic=10 consoleblank=0 loglevel=1 cma=256M PMOS_NO_OUTPUT_REDIRECT
bootcmd=run distro_bootcmd
bootcmd_dhcp=run boot_net_usb_start; if dhcp ${scriptaddr} ${boot_script_dhcp}; then source ${scriptaddr}; fi;setenv efi_fdtfile ${fdtfile}; setenv efi_old_vci ${bootp_vci};setenv efi_old_arch ${bootp_arch};setenv bootp_vci PXEClient:Arch:00011:UNDI:003000;setenv bootp_arch 0xb;if dhcp ${kernel_addr_r}; then tftpboot ${fdt_addr_r} dtb/${efi_fdtfile};if fdt addr ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r}; else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi;fi;setenv bootp_vci ${efi_old_vci};setenv bootp_arch ${efi_old_arch};setenv efi_fdtfile;setenv efi_old_arch;setenv efi_old_vci;
bootcmd_fel=if test -n ${fel_booted} && test -n ${fel_scriptaddr}; then echo '(FEL boot)'; source ${fel_scriptaddr}; fi
bootcmd_mmc0=devnum=0; run mmc_boot
bootcmd_mmc1=devnum=1; run mmc_boot
bootcmd_mmc_auto=if test ${mmc_bootdev} -eq 1; then run bootcmd_mmc1; run bootcmd_mmc0; elif test ${mmc_bootdev} -eq 0; then run bootcmd_mmc0; run bootcmd_mmc1; fi
bootcmd_pxe=run boot_net_usb_start; dhcp; if pxe get; then pxe boot; fi
bootcmd_usb0=devnum=0; run usb_boot
bootdelay=2
bootfstype=ext4
bootm_size=0xa000000
console=ttyS0,115200
cpu=armv8
devplist=1
dfu_alt_info_ram=kernel ram 0x40080000 0x1000000;fdt ram 0x4FA00000 0x100000;ramdisk ram 0x4FE00000 0x4000000
distro_bootcmd=for target in ${boot_targets}; do run bootcmd_${target}; done
efi_dtb_prefixes=/ /dtb/ /dtb/current/
ethaddr=02:ba:47:94:80:9f
fdt_addr_r=0x4FA00000
fdtcontroladdr=b9f34258
fdtfile=allwinner/sun50i-a64-pine64-lts.dtb
fileaddr=4fc00000
filesize=2ca
kernel_addr_r=0x40080000
load_efi_dtb=load ${devtype} ${devnum}:${distro_bootpart} ${fdt_addr_r} ${prefix}${efi_fdtfile}
mmc_boot=if mmc dev ${devnum}; then devtype=mmc; run scan_dev_for_boot_part; fi
mmc_bootdev=0
partitions=name=loader1,start=8k,size=32k,uuid=${uuid_gpt_loader1};name=loader2,size=984k,uuid=${uuid_gpt_loader2};name=esp,size=128M,bootable,uuid=${uuid_gpt_esp};name=system,size=-,uuid=${uuid_gpt_system};
preboot=usb start
pxefile_addr_r=0x4FD00000
ramdisk_addr_r=0x4FE00000
scan_dev_for_boot=echo Scanning ${devtype} ${devnum}:${distro_bootpart}...; for prefix in ${boot_prefixes}; do run scan_dev_for_extlinux; run scan_dev_for_scripts; done;run scan_dev_for_efi;
scan_dev_for_boot_part=part list ${devtype} ${devnum} -bootable devplist; env exists devplist || setenv devplist 1; for distro_bootpart in ${devplist}; do if fstype ${devtype} ${devnum}:${distro_bootpart} bootfstype; then run scan_dev_for_boot; fi; done; setenv devplist
scan_dev_for_efi=setenv efi_fdtfile ${fdtfile}; for prefix in ${efi_dtb_prefixes}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${efi_fdtfile}; then run load_efi_dtb; fi;done;if test -e ${devtype} ${devnum}:${distro_bootpart} efi/boot/bootaa64.efi; then echo Found EFI removable media binary efi/boot/bootaa64.efi; run boot_efi_binary; echo EFI LOAD FAILED: continuing...; fi; setenv efi_fdtfile
scan_dev_for_extlinux=if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${boot_syslinux_conf}; then echo Found ${prefix}${boot_syslinux_conf}; run boot_extlinux; echo SCRIPT FAILED: continuing...; fi
scan_dev_for_scripts=for script in ${boot_scripts}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${script}; then echo Found U-Boot script ${prefix}${script}; run boot_a_script; echo SCRIPT FAILED: continuing...; fi; done
scriptaddr=0x4FC00000
serial#=92c001ba4794809f
soc=sunxi
stderr=serial,vidconsole
stdin=serial,usbkbd
stdout=serial,vidconsole
usb_boot=usb start; if usb dev ${devnum}; then devtype=usb; run scan_dev_for_boot_part; fi
uuid_gpt_esp=c12a7328-f81f-11d2-ba4b-00a0c93ec93b
uuid_gpt_system=b921b045-1df0-41c3-af44-4c6f280d3fae
Environment size: 4685/131068 bytes
Loading DTB
29311 bytes read in 4 ms (7 MiB/s)
Loading Initramfs
4884316 bytes read in 235 ms (19.8 MiB/s)
Loading Kernel
14170120 bytes read in 666 ms (20.3 MiB/s)
gpio: pin 115 (gpio 115) value is 1
Resizing FDT
Booting kernel
gpio: pin 116 (gpio 116) value is 1
## Loading init Ramdisk from Legacy Image at 4fe00000 ...
Image Name: uInitrd
Image Type: AArch64 Linux RAMDisk Image (uncompressed)
Data Size: 4884252 Bytes = 4.7 MiB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
## Flattened Device Tree blob at 4fa00000
Booting using the fdt blob at 0x4fa00000
EHCI failed to shut down host controller.
Loading Ramdisk to 49b57000, end 49fff71c ... OK
Loading Device Tree to 0000000049b4c000, end 0000000049b56fff ... OK
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 5.3.0 (pmos@msi) (gcc version 9.2.0 (Alpine 9.2.0)) #2-postmarketos-allwinner SMP Sun Oct 13 10:33:20 UTC 2019
[ 0.000000] Machine model: PinePhone
[ 0.000000] earlycon: uart0 at MMIO32 0x0000000001c28000 (options '')
[ 0.000000] printk: bootconsole [uart0] enabled
### postmarketOS initramfs ###
Configuring kernel firmware image search path
modprobe: module sun6i_mipi_dsi not found in modules.dep
modprobe: module sun4i_drm not found in modules.dep
modprobe: module pwm_sun4i not found in modules.dep
modprobe: module sun8i_mixer not found in modules.dep
modprobe: module ext4 not found in modules.dep
modprobe: module usb_f_rndis not found in modules.dep
NOTE: Waiting 10 seconds for the framebuffer /dev/fb0.
If your device does not have a framebuffer, disable this with:
no_framebuffer=true in <https://postmarketos.org/deviceinfo>
Setting framebuffer mode to: U:720x1440p-0
Setup usb network
/sys/class/android_usb does not exist, skipping android_usb
Setting up an USB gadget through configfs
Starting udhcpd
Using interface usb0
Start the dhcpcd daemon (forks into background)
Mount boot partition (/dev/mmcblk0p1)
Extract /boot/initramfs-postmarketos-allwinner-extra
31518 blocks
Check/repair root filesystem (/dev/mmcblk0p2)
e2fsck 1.45.4 (23-Sep-2019)
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
pmOS_root: 70151/100016 files (0.1% non-contiguous), 541403/621312 blocks
Resize root filesystem (/dev/mmcblk0p2)
resize2fs 1.45.4 (23-Sep-2019)
The filesystem is already 621312 (4k) blocks long. Nothing to do!
Mount root partition (/dev/mmcblk0p2)
umount: can't unmount /dev: Invalid argument
OpenRC 0.42.1.034fce6328 is starting up Linux 5.3.0 (aarch64)
/lib/rc/sh/init.sh: line 15: can't create /dev/null: Read-only file system
* md5sum is missing, which suggests /usr is not mounted
* If you have separate /usr, it must be mounted by initramfs
* If not, you should check coreutils is installed correctly
* Mounting /proc ... [ ok ]
* Mounting /run ... * /run/openrc: creating directory
* /run/lock: creating directory
* /run/lock: correcting owner
/lib/rc/sh/init.sh: line 101: can't create /dev/null: Read-only file system
/lib/rc/sh/gendepends.sh: line 28: can't create /dev/null: Read-only file system
* Caching service dependencies ... [ ok ]
* Clock skew detected with `(null)'
* Adjusting mtime of `/run/openrc/deptree' to Fri Nov 1 14:44:20 2019
* WARNING: clock skew detected!
* Mounting devtmpfs on /dev ... [ ok ]
* Mounting /dev/mqueue ... [ ok ]
* Mounting /dev/pts ... [ ok ]
* Mounting /dev/shm ... [ ok ]
* Mount subpartitions of /dev/mmcblk0
device-mapper: reload ioctl on mmcblk0p1 failed: Resource busy
create/reload failed on mmcblk0p1
device-mapper: reload ioctl on mmcblk0p2 failed: Resource busy
create/reload failed on mmcblk0p2
* Mount subpartitions of /dev/mmcblk2p3
read error, sector 1
device-mapper: reload ioctl on mmcblk2p3p1 failed: Invalid argument
create/reload failed on mmcblk2p3p1
device-mapper: reload ioctl on mmcblk2p3p2 failed: Invalid argument
create/reload failed on mmcblk2p3p2
* Mounting /sys ... [ ok ]
* Mounting security filesystem ... [ ok ]
* Mounting debug filesystem ... [ ok ]
* Mounting config filesystem ... [ ok ]
* Mounting persistent storage (pstore) filesystem ... [ ok ]
* Starting udev ... [ ok ]
* Generating a rule to create a /dev/root symlink ... [ ok ]
* Populating /dev with existing devices through uevents ... [ ok ]
* WARNING: clock skew detected!
* Loading modules ... [ ok ]
* Setting system clock using the hardware clock [UTC] ... [ ok ]
* Setting the local clock based on last shutdown time ... [ ok ]
* Checking local filesystems ...pmOS_root: Superblock last write time is in the future.
(by less than a day, probably due to the hardware clock being incorrectly set)
pmOS_root: clean, 70151/100016 files, 541403/621312 blocks
pmOS_boot: Superblock last write time is in the future.
(by less than a day, probably due to the hardware clock being incorrectly set)
pmOS_boot: clean, 18/16384 files, 47364/65536 blocks
[ ok ]
* Remounting root filesystem read/write ... [ ok ]
* Remounting filesystems ... [ ok ]
* Mounting local filesystems ... [ ok ]
* Configuring kernel parameters ...sysctl: error: 'net.ipv4.tcp_syncookies' is an unknown key
[ ok ]
* Creating user login records ... [ ok ]
* Wiping /tmp directory ... [ ok ]
* Setting hostname ... [ ok ]
* Starting busybox syslog ... [ ok ]
* WARNING: clock skew detected!
* Starting System Message Bus ... [ ok ]
* Starting RNG Daemon ... [ ok ]
* Could not find a wireless interface
* Starting WPA Supplicant ... [ ok ]
* Starting networkmanager ... [ ok ]
* Starting chronyd ... [ ok ]
* /run/lightdm: creating directory
* /run/lightdm: correcting owner
* Starting Display Manager ... [ ok ]
* Starting oFono ... [ ok ]
* Starting sshd ... [ ok ]
* Activating swap file ...Configured swap file size is 0, skipping creation.
[ ok ]
* Starting local ... [ ok ]
Welcome to postmarketOS
Kernel 5.3.0 on an aarch64 (/dev/ttyS0)
pine64-pinephone login: demo
Password:
Welcome to postmarketOS!
This distribution is based on Alpine Linux.
Read both our wikis to find a large amount of how-to guides and
general information about administrating and development.
See <https://wiki.postmarketos.org> and <https://wiki.alpinelinux.org>.
You may change this message by editing /etc/motd.
pine64-pinephone:~$ sudo -s
[sudo] password for demo:
pine64-pinephone:/home/demo# cd /proc/
pine64-pinephone:/proc# ls
1 2077 2740 444 iomem
10 2078 2741 477 ioports
11 2080 2745 484 irq
1180 21 2746 493 kallsyms
1182 2110 2751 5 key-users
12 2111 2754 52 keys
1234 22 2762 57 kmsg
1251 23 2767 579 kpagecgroup
1291 2388 2768 580 kpagecount
1294 24 2769 581 kpageflags
1298 2416 2771 6 loadavg
13 2417 2781 652 locks
1300 2440 2795 66 meminfo
1303 2441 28 68 misc
1306 2466 2803 7 modules
1308 2467 2807 750 mounts
1309 2490 2808 8 mtd
1335 2491 2839 9 net
1361 25 2842 975 pagetypeinfo
1362 2519 2854 976 partitions
1386 2551 2862 asound self
14 2552 2863 buddyinfo slabinfo
15 2568 2864 bus softirqs
1503 2586 29 cgroups stat
1504 2596 3 cmdline swaps
1505 26 30 config.gz sys
1533 2604 32 consoles sysrq-trigger
1534 2624 34 cpuinfo sysvipc
16 27 373 crypto thread-self
17 2719 374 device-tree timer_list
18 2720 376 devices tty
19 2721 377 diskstats uptime
1997 2722 378 driver version
2 2723 395 execdomains vmallocinfo
20 2724 4 fb vmstat
2051 2725 426 filesystems zoneinfo
2054 2735 428 fs
2065 2739 429 interrupts
pine64-pinephone:/proc# cd /sys/
block/ class/ devices/ fs/ module/
bus/ dev/ firmware/ kernel/ power/
pine64-pinephone:/proc# cd /sys/class/power_supply/
pine64-pinephone:/sys/class/power_supply# ls
axp20x-battery axp20x-usb axp813-ac
pine64-pinephone:/sys/class/power_supply# cd axp20x-battery/
pine64-pinephone:/sys/devices/platform/soc/1f03400.rsb/sunxi-rsb-3a3/axp20x-battery-power-supply/power_supply/axp20x-battery# ls
capacity present
constant_charge_current status
constant_charge_current_max subsystem
current_now type
device uevent
health voltage_max_design
hwmon0 voltage_min_design
online voltage_now
pine64-pinephone:/sys/devices/platform/soc/1f03400.rsb/sunxi-rsb-3a3/axp20x-battery-power-supply/power_supply/axp20x-battery# cat health
Good
pine64-pinephone:/sys/devices/platform/soc/1f03400.rsb/sunxi-rsb-3a3/axp20x-battery-power-supply/power_supply/axp20x-battery# cat capacity
pine64-pinephone:/sys/devices/platform/soc/1f03400.rsb/sunxi-rsb-3a3/axp20x-battery-power-supply/power_supply/axp20x-battery# cat present
pine64-pinephone:/sys/devices/platform/soc/1f03400.rsb/sunxi-rsb-3a3/axp20x-battery-power-supply/power_supply/axp20x-battery# cat current_now
pine64-pinephone:/sys/devices/platform/soc/1f03400.rsb/sunxi-rsb-3a3/axp20x-battery-power-supply/power_supply/axp20x-battery# cat online
pine64-pinephone:/sys/devices/platform/soc/1f03400.rsb/sunxi-rsb-3a3/axp20x-battery-power-supply/power_supply/axp20x-battery# cat constant_charge_current
1200000
pine64-pinephone:/sys/devices/platform/soc/1f03400.rsb/sunxi-rsb-3a3/axp20x-battery-power-supply/power_supply/axp20x-battery# cd ..
pine64-pinephone:/sys/class/power_supply# cd ..
pine64-pinephone:/sys/class# cd ..
pine64-pinephone:/sys# ls
block class devices fs module
bus dev firmware kernel power
pine64-pinephone:/sys# cd class/
pine64-pinephone:/sys/class# ls
backlight i2c-dev pwm tee
bdi input regulator thermal
block iommu rfkill tpm
bluetooth lcd rtc tpmrm
bsg leds sas_device tty
devcoredump mdio_bus sas_end_device udc
devfreq mem sas_expander usb_role
dma misc sas_host vc
drm mmc_host sas_phy vfio
extcon mtd sas_port video4linux
gpio net scsi_device vtconsole
graphics phy scsi_disk watchdog
hnae power_supply scsi_host
hwmon pps sound
i2c-adapter ptp spi_master
pine64-pinephone:/sys/class# cd graphics/
pine64-pinephone:/sys/class/graphics# ls
fb0 fbcon
pine64-pinephone:/sys/class/graphics# cd fb0/
pine64-pinephone:/sys/devices/platform/display-engine/graphics/fb0# ls
bits_per_pixel device power uevent
blank mode rotate virtual_size
console modes state
cursor name stride
dev pan subsystem
pine64-pinephone:/sys/devices/platform/display-engine/graphics/fb0# cat mode
U:720x1440p-0
pine64-pinephone:/sys/devices/platform/display-engine/graphics/fb0# cat state
0
pine64-pinephone:/sys/devices/platform/display-engine/graphics/fb0# dmesg
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 5.3.0 (pmos@msi) (gcc version 9.2.0 (Alpine 9.2.0)) #2-postmarketos-allwinner SMP Sun Oct 13 10:33:20 UTC 2019
[ 0.000000] Machine model: PinePhone
[ 0.000000] earlycon: uart0 at MMIO32 0x0000000001c28000 (options '')
[ 0.000000] printk: bootconsole [uart0] enabled
[ 0.000000] cma: Reserved 256 MiB at 0x00000000b0000000
[ 0.000000] NUMA: No NUMA configuration found
[ 0.000000] NUMA: Faking a node at [mem 0x0000000040000000-0x00000000bfffffff]
[ 0.000000] NUMA: NODE_DATA [mem 0xafbd3840-0xafbd4fff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA32 [mem 0x0000000040000000-0x00000000bfffffff]
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000040000000-0x00000000bfffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x00000000bfffffff]
[ 0.000000] On node 0 totalpages: 524288
[ 0.000000] DMA32 zone: 8192 pages used for memmap
[ 0.000000] DMA32 zone: 0 pages reserved
[ 0.000000] DMA32 zone: 524288 pages, LIFO batch:63
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] psci: SMC Calling Convention v1.1
[ 0.000000] percpu: Embedded 23 pages/cpu s53272 r8192 d32744 u94208
[ 0.000000] pcpu-alloc: s53272 r8192 d32744 u94208 alloc=23*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: ARM erratum 845719
[ 0.000000] CPU features: detected: ARM erratum 843419
[ 0.000000] Speculative Store Bypass Disable mitigation not required
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 516096
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: init=/init.sh rw console=tty0 console=ttyS0,115200 no_console_suspend earlycon=uart,mmio32,0x01c28000 panic=10 consoleblank=0 loglevel=1 cma=256M PMOS_NO_OUTPUT_REDIRECT
[ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 1775320K/2097152K available (8766K kernel code, 654K rwdata, 3376K rodata, 960K init, 340K bss, 59688K reserved, 262144K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] random: get_random_bytes called from start_kernel+0x2e4/0x470 with crng_init=0
[ 0.000000] arch_timer: Enabling global workaround for Allwinner erratum UNKNOWN1
[ 0.000000] arch_timer: CPU0: Trapping CNTVCT access
[ 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.000004] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.000401] Console: colour dummy device 80x25
[ 0.000415] printk: console [tty0] enabled
[ 0.000502] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[ 0.000511] pid_max: default: 32768 minimum: 301
[ 0.000610] LSM: Security Framework initializing
[ 0.000689] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.000709] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.001261] *** VALIDATE proc ***
[ 0.001498] *** VALIDATE cgroup1 ***
[ 0.001506] *** VALIDATE cgroup2 ***
[ 0.002297] ASID allocator initialised with 32768 entries
[ 0.002387] rcu: Hierarchical SRCU implementation.
[ 0.003624] smp: Bringing up secondary CPUs ...
[ 0.004918] Detected VIPT I-cache on CPU1
[ 0.004974] arch_timer: CPU1: Trapping CNTVCT access
[ 0.004986] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.005914] Detected VIPT I-cache on CPU2
[ 0.005942] arch_timer: CPU2: Trapping CNTVCT access
[ 0.005950] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.006826] Detected VIPT I-cache on CPU3
[ 0.006850] arch_timer: CPU3: Trapping CNTVCT access
[ 0.006858] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.006931] smp: Brought up 1 node, 4 CPUs
[ 0.006936] SMP: Total of 4 processors activated.
[ 0.006942] CPU features: detected: 32-bit EL0 Support
[ 0.006948] CPU features: detected: CRC32 instructions
[ 0.007271] CPU: All CPU(s) started at EL2
[ 0.007290] alternatives: patching kernel code
[ 0.009422] devtmpfs: initialized
[ 0.016000] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.016022] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.025932] pinctrl core: initialized pinctrl subsystem
[ 0.027457] NET: Registered protocol family 16
[ 0.029183] cpuidle: using governor menu
[ 0.029567] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.030974] DMA: preallocated 256 KiB pool for atomic allocations
[ 0.031905] Serial: AMBA PL011 UART driver
[ 0.051096] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.051106] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.051111] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.051116] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.053153] cryptd: max_cpu_qlen set to 1000
[ 0.058602] SCSI subsystem initialized
[ 0.058988] usbcore: registered new interface driver usbfs
[ 0.059037] usbcore: registered new interface driver hub
[ 0.059113] usbcore: registered new device driver usb
[ 0.059612] mc: Linux media interface: v0.10
[ 0.059653] videodev: Linux video capture interface: v2.00
[ 0.059705] pps_core: LinuxPPS API ver. 1 registered
[ 0.059708] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.059737] PTP clock support registered
[ 0.059941] EDAC MC: Ver: 3.0.0
[ 0.061798] clocksource: Switched to clocksource arch_sys_counter
[ 0.062027] VFS: Disk quotas dquot_6.6.0
[ 0.062092] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.062141] *** VALIDATE hugetlbfs ***
[ 0.069523] thermal_sys: Registered thermal governor 'step_wise'
[ 0.069529] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.070373] NET: Registered protocol family 2
[ 0.070852] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
[ 0.070893] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.071052] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 0.071422] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.071560] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.071619] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.071806] NET: Registered protocol family 1
[ 0.072300] RPC: Registered named UNIX socket transport module.
[ 0.072304] RPC: Registered udp transport module.
[ 0.072307] RPC: Registered tcp transport module.
[ 0.072309] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.072511] Unpacking initramfs...
[ 0.387805] Freeing initrd memory: 4768K
[ 0.394781] Initialise system trusted keyrings
[ 0.394929] workingset: timestamp_bits=44 max_order=19 bucket_order=0
[ 0.403595] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.404525] NFS: Registering the id_resolver key type
[ 0.404550] Key type id_resolver registered
[ 0.404554] Key type id_legacy registered
[ 0.404565] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.404767] 9p: Installing v9fs 9p2000 file system support
[ 0.425204] Key type asymmetric registered
[ 0.425210] Asymmetric key parser 'x509' registered
[ 0.425260] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.425266] io scheduler mq-deadline registered
[ 0.425270] io scheduler kyber registered
[ 0.426062] sun50i-de2-bus 1000000.bus: Error couldn't map SRAM to device
[ 0.427029] sun4i-usb-phy 1c19400.phy: failed to get clock usb0_phy
[ 0.427499] sun6i-mipi-dphy 1ca1000.d-phy: Couldn't create the DPHY encoder regmap
[ 0.430992] sun50i-a64-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
[ 0.432243] sun50i-a64-r-pinctrl 1f02c00.pinctrl: 1f02c00.pinctrl supply vcc-pl not found, using dummy regulator
[ 0.445446] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.450827] sun6i-mipi-dsi 1ca0000.dsi: Couldn't get VCC-DSI supply
[ 0.453935] lima 1c40000.gpu: bus rate = 200000000
[ 0.453944] lima 1c40000.gpu: mod rate = 297000000
[ 0.454206] lima 1c40000.gpu: gp - mali400 version major 1 minor 1
[ 0.454253] lima 1c40000.gpu: pp0 - mali400 version major 1 minor 1
[ 0.454300] lima 1c40000.gpu: pp1 - mali400 version major 1 minor 1
[ 0.454340] lima 1c40000.gpu: l2 cache 64K, 4-way, 64byte cache line, 64bit external bus
[ 0.455117] [drm] Initialized lima 1.0.0 20190217 for 1c40000.gpu on minor 0
[ 0.464380] loop: module loaded
[ 0.466354] libphy: Fixed MDIO Bus: probed
[ 0.466818] tun: Universal TUN/TAP device driver, 1.6
[ 0.468643] VFIO - User Level meta-driver version: 0.3
[ 0.469831] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.469838] ehci-platform: EHCI generic platform driver
[ 0.470084] ehci-platform 1c1a000.usb: EHCI Host Controller
[ 0.470115] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1
[ 0.470235] ehci-platform 1c1a000.usb: irq 15, io mem 0x01c1a000
[ 0.485807] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00
[ 0.486707] hub 1-0:1.0: USB hub found
[ 0.486757] hub 1-0:1.0: 1 port detected
[ 0.487546] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.487578] ohci-platform: OHCI generic platform driver
[ 0.487783] ohci-platform 1c1a400.usb: Generic Platform OHCI controller
[ 0.487806] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2
[ 0.487927] ohci-platform 1c1a400.usb: irq 16, io mem 0x01c1a400
[ 0.550540] hub 2-0:1.0: USB hub found
[ 0.550587] hub 2-0:1.0: 1 port detected
[ 0.551810] usbcore: registered new interface driver usb-storage
[ 0.554774] sun6i-rtc 1f00000.rtc: registered as rtc0
[ 0.554785] sun6i-rtc 1f00000.rtc: RTC enabled
[ 0.554929] i2c /dev entries driver
[ 0.556946] device-mapper: ioctl: 4.40.0-ioctl (2019-01-18) initialised: dm-devel@redhat.com
[ 0.558048] sdhci: Secure Digital Host Controller Interface driver
[ 0.558055] sdhci: Copyright(c) Pierre Ossman
[ 0.558192] Synopsys Designware Multimedia Card Interface Driver
[ 0.559087] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.560009] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.560940] usbcore: registered new interface driver usbhid
[ 0.560944] usbhid: USB HID core driver
[ 0.562640] cedrus 1c0e000.video-codec: Device registered as /dev/video0
[ 0.564304] NET: Registered protocol family 17
[ 0.564523] 9pnet: Installing 9P2000 support
[ 0.564557] Key type dns_resolver registered
[ 0.565293] registered taskstats version 1
[ 0.565297] Loading compiled-in X.509 certificates
[ 0.576186] sunxi-rsb 1f03400.rsb: RSB running at 3000000 Hz
[ 0.576618] axp20x-rsb sunxi-rsb-3a3: AXP20x variant AXP803 found
[ 0.579360] input: axp20x-pek as /devices/platform/soc/1f03400.rsb/sunxi-rsb-3a3/axp221-pek/input/input0
[ 0.581148] axp20x-adc axp813-adc: DMA mask not set
[ 0.582119] axp20x-battery-power-supply axp20x-battery-power-supply: DMA mask not set
[ 0.582358] power_supply axp20x-battery: hwmon: 'axp20x-battery' is not a valid name attribute, please fix
[ 0.583125] axp20x-ac-power-supply axp20x-ac-power-supply: DMA mask not set
[ 0.583273] power_supply axp813-ac: hwmon: 'axp813-ac' is not a valid name attribute, please fix
[ 0.584687] axp20x-usb-power-supply axp20x-usb-power-supply: DMA mask not set
[ 0.584893] power_supply axp20x-usb: hwmon: 'axp20x-usb' is not a valid name attribute, please fix
[ 0.586102] dcdc1: supplied by regulator-dummy
[ 0.586503] dcdc2: supplied by regulator-dummy
[ 0.586751] dcdc4: supplied by regulator-dummy
[ 0.587015] dcdc5: supplied by regulator-dummy
[ 0.587267] dcdc6: supplied by regulator-dummy
[ 0.587511] dc1sw: supplied by regulator-dummy
[ 0.587768] aldo1: supplied by regulator-dummy
[ 0.587829] dovdd-csi: Bringing 3300000uV into 2800000-2800000uV
[ 0.588067] aldo2: supplied by regulator-dummy
[ 0.588319] aldo3: supplied by regulator-dummy
[ 0.588606] dldo1: supplied by regulator-dummy
[ 0.588860] dldo2: supplied by regulator-dummy
[ 0.588920] vcc-mipi-io: Bringing 2900000uV into 3300000-3300000uV
[ 0.589167] dldo3: supplied by regulator-dummy
[ 0.589227] avdd-csi: Bringing 2900000uV into 2800000-2800000uV
[ 0.589484] dldo4: supplied by regulator-dummy
[ 0.589744] eldo1: supplied by regulator-dummy
[ 0.590065] eldo2: supplied by regulator-dummy
[ 0.590359] eldo3: supplied by regulator-dummy
[ 0.590422] dvdd-1v8-csi: Bringing 700000uV into 1800000-1800000uV
[ 0.590656] fldo1: supplied by regulator-dummy
[ 0.590930] fldo2: supplied by regulator-dummy
[ 0.591228] rtc-ldo: supplied by regulator-dummy
[ 0.591448] ldo-io0: supplied by regulator-dummy
[ 0.591521] vcc-lcd: Bringing 3300000uV into 2800000-2800000uV
[ 0.591820] ldo-io1: supplied by regulator-dummy
[ 0.591883] vcc-1v8-typec: Bringing 3300000uV into 1800000-1800000uV
[ 0.592152] axp20x-rsb sunxi-rsb-3a3: AXP20X driver loaded
[ 0.597318] sun50i-a64-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
[ 0.597653] sun50i-a64-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-ph not found, using dummy regulator
[ 0.597764] pwm-backlight backlight: backlight supply power not found, using dummy regulator
[ 0.614329] sun50i-a64-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pb not found, using dummy regulator
[ 0.614834] printk: console [ttyS0] disabled
[ 0.635366] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 26, base_baud = 1500000) is a U6_16550A
[ 0.635410] printk: console [ttyS0] enabled
[ 0.635413] printk: bootconsole [uart0] disabled
[ 0.657215] 1c28400.serial: ttyS1 at MMIO 0x1c28400 (irq = 27, base_baud = 1500000) is a U6_16550A
[ 0.657405] serial serial0: tty port ttyS1 registered
[ 0.658282] sun50i-a64-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pd not found, using dummy regulator
[ 0.658363] sun6i-mipi-dsi 1ca0000.dsi: Attached device xbd599
[ 0.658385] panel-xingbangda-xbd599 1ca0000.dsi.0: [drm:xbd599_probe] 720x1440@60 24bpp dsi 4dl - ready
[ 0.688299] sun4i-drm display-engine: bound 1100000.mixer (ops sun8i_mixer_ops)
[ 0.689960] sun4i-drm display-engine: bound 1200000.mixer (ops sun8i_mixer_ops)
[ 0.690377] sun4i-drm display-engine: No panel or bridge found... RGB output disabled
[ 0.690395] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops sun4i_tcon_ops)
[ 0.690618] sun4i-drm display-engine: bound 1c0d000.lcd-controller (ops sun4i_tcon_ops)
[ 0.690650] sun4i-drm display-engine: bound 1ca0000.dsi (ops sun6i_dsi_ops)
[ 0.690656] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 0.690658] [drm] No driver support for vblank timestamp query.
[ 0.691124] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 1
[ 1.148961] Console: switching to colour frame buffer device 90x90
[ 1.191669] sun4i-drm display-engine: fb0: sun4i-drmdrmfb frame buffer device
[ 1.192536] ehci-platform 1c1b000.usb: EHCI Host Controller
[ 1.192563] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 3
[ 1.192689] ehci-platform 1c1b000.usb: irq 17, io mem 0x01c1b000
[ 1.205804] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00
[ 1.206504] hub 3-0:1.0: USB hub found
[ 1.206540] hub 3-0:1.0: 1 port detected
[ 1.207557] ohci-platform 1c1b400.usb: Generic Platform OHCI controller
[ 1.207580] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 4
[ 1.207704] ohci-platform 1c1b400.usb: irq 18, io mem 0x01c1b400
[ 1.270485] hub 4-0:1.0: USB hub found
[ 1.270519] hub 4-0:1.0: 1 port detected
[ 1.271621] usb_phy_generic usb_phy_generic.0.auto: usb_phy_generic.0.auto supply vcc not found, using dummy regulator
[ 1.273749] Goodix-TS 0-005d: 0-005d supply VDDIO not found, using dummy regulator
[ 1.375289] Goodix-TS 0-005d: ID 4097, version: 0200
[ 1.376463] Goodix-TS 0-005d: Direct firmware load for goodix_4097_cfg.bin failed with error -2
[ 1.376508] random: fast init done
[ 1.378329] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 792000 KHz
[ 1.381565] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 816000 KHz
[ 1.385958] sun50i-a64-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pf not found, using dummy regulator
[ 1.386463] sunxi-mmc 1c0f000.mmc: Got CD GPIO
[ 1.401069] input: Goodix Capacitive TouchScreen as /devices/platform/soc/1c2ac00.i2c/i2c-0/0-005d/input/input1
[ 1.411717] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB, uses new timings mode
[ 1.412871] sunxi-mmc 1c10000.mmc: allocated mmc-pwrseq
[ 1.436527] sunxi-mmc 1c10000.mmc: initialized, max. request size: 16384 KB, uses new timings mode
[ 1.437249] sun50i-a64-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pc not found, using dummy regulator
[ 1.448806] mmc0: new high speed SDHC card at address 0001
[ 1.449895] mmcblk0: mmc0:0001 BB1QT 29.8 GiB
[ 1.451373] mmcblk0: p1 p2
[ 1.461810] sunxi-mmc 1c11000.mmc: initialized, max. request size: 2048 KB, uses new timings mode
[ 1.463390] sun6i-rtc 1f00000.rtc: setting system clock to 2019-08-23T08:53:31 UTC (1566550411)
[ 1.463656] vcc-wifi: disabling
[ 1.463692] vcc5v0: disabling
[ 1.464339] Freeing unused kernel memory: 960K
[ 1.485855] Run /init as init process
[ 1.527517] mmc2: new DDR MMC card at address 0001
[ 1.528968] mmcblk2: mmc2:0001 RS016G 14.6 GiB
[ 1.530026] mmcblk2boot0: mmc2:0001 RS016G partition 1 4.00 MiB
[ 1.530988] mmcblk2boot1: mmc2:0001 RS016G partition 2 4.00 MiB
[ 1.532618] mmcblk2: p1 p2 p3 < p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 >
[ 1.532650] mmcblk2: p1 size 21585920 extends beyond EOD, truncated
[ 1.953887] using random self ethernet address
[ 1.953894] using random host ethernet address
[ 1.963030] usb0: HOST MAC e6:55:67:ee:fb:10
[ 1.963065] usb0: MAC 02:a8:16:1c:c6:49
[ 2.143743] EXT4-fs (mmcblk0p1): mounted filesystem without journal. Opts: (null)
[ 3.725879] random: crng init done
[ 8.650026] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 9.741920] device-mapper: table: 254:0: linear: Device lookup failed
[ 9.741927] device-mapper: ioctl: error adding target to table
[ 9.744288] device-mapper: table: 254:0: linear: Device lookup failed
[ 9.744295] device-mapper: ioctl: error adding target to table
[ 9.796944] device-mapper: table: 254:0: mmcblk2p3 too small for target: start=139263, len=32768, dev_size=2
[ 9.796952] device-mapper: core: Cannot calculate initial queue limits
[ 9.796954] device-mapper: ioctl: unable to set up device queue for new table.
[ 9.834658] device-mapper: table: 254:0: mmcblk2p3 too small for target: start=1, len=2, dev_size=2
[ 9.834668] device-mapper: core: Cannot calculate initial queue limits
[ 9.834670] device-mapper: ioctl: unable to set up device queue for new table.
[ 10.245827] udevd[1996]: starting version 3.2.8
[ 10.332814] udevd[1997]: starting eudev-3.2.8
[ 10.535984] i2c-gpio i2c-csi: using lines 141 (SDA) and 140 (SCL)
[ 10.782528] input: 1c21800.lradc as /devices/platform/soc/1c21800.lradc/input/input2
[ 11.342393] input: gpio-vibrator as /devices/platform/vibrator/input/input3
[ 11.534429] inv-mpu6050-i2c 1-0068: mounting matrix not found: using identity...
[ 11.534487] inv-mpu6050-i2c 1-0068: 1-0068 supply vddio not found, using dummy regulator
[ 11.721087] asoc-simple-card sound: ASoC: codec-analog@1f015c0 not registered
[ 11.732575] i2c i2c-1: Added multiplexed i2c bus 3
[ 11.733702] asoc-simple-card sound: ASoC: codec-analog@1f015c0 not registered
[ 11.980411] simple-amplifier audio-amplifier: audio-amplifier supply VCC not found, using dummy regulator
[ 11.980517] sun50i-codec-analog 1f015c0.codec-analog: 1f015c0.codec-analog supply cpvdd not found, using dummy regulator
[ 11.982482] asoc-simple-card sound: sun8i <-> 1c22c00.dai mapping ok
[ 12.034548] ov5640 2-003c: ov5640_read_reg: error: reg=300a
[ 12.034557] ov5640 2-003c: ov5640_check_chip_id: failed to read chip identifier
[ 12.506003] Bluetooth: Core ver 2.22
[ 12.506123] NET: Registered protocol family 31
[ 12.506126] Bluetooth: HCI device and connection manager initialized
[ 12.506147] Bluetooth: HCI socket layer initialized
[ 12.506154] Bluetooth: L2CAP socket layer initialized
[ 12.506168] Bluetooth: SCO socket layer initialized
[ 12.736170] st-magn-i2c 1-001e: 1-001e supply vddio not found, using dummy regulator
[ 12.739709] iio iio:device3: interrupts active high level
[ 12.739798] NET: Registered protocol family 10
[ 12.740603] iio iio:device3: registered magnetometer lis3mdl
[ 12.741185] Segment Routing with IPv6
[ 12.980883] Bluetooth: HCI UART driver ver 2.3
[ 12.980894] Bluetooth: HCI UART protocol H4 registered
[ 12.980993] Bluetooth: HCI UART protocol LL registered
[ 12.981040] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 12.981329] Bluetooth: HCI UART protocol Broadcom registered
[ 14.769313] EXT4-fs (mmcblk0p2): re-mounted. Opts: data=ordered
[ 21.852190] elogind-daemon[2568]: Failed to create inotify watch on /dev/null/utmp, ignoring: Not a directory
[ 21.866682] elogind-daemon[2568]: New seat seat0.
[ 21.946431] elogind-daemon[2568]: Watching system buttons on /dev/input/event0 (axp20x-pek)
[ 21.946555] elogind-daemon[2568]: Failed to set utmp path to /dev/null/utmp: Not supported
[ 23.054273] elogind-daemon[2568]: Failed to create inotify watch on /dev/null/utmp, ignoring: Not a directory
[ 23.055717] elogind-daemon[2568]: New session c1 of user demo.
[ 23.065395] elogind-daemon[2568]: Failed to apply ACLs: Not supported
[ 125.120228] elogind-daemon[2568]: Failed to create inotify watch on /dev/null/utmp, ignoring: Not a directory
[ 125.120770] elogind-daemon[2568]: New session c2 of user demo.
[ 191.386272] elogind-daemon[2568]: Power key pressed.
[ 234.400683] elogind-daemon[2568]: Power key pressed.
pine64-pinephone:/sys/devices/platform/display-engine/graphics/fb0#
U-Boot SPL 2019.04-01010-g97c65687fd (Apr 26 2019 - 23:05:26 +0000)
DRAM: 2048 MiB
Trying to boot from MMC1
NOTICE: BL31: v2.1(debug):v2.1-109-gc3e4e088
NOTICE: BL31: Built : 23:03:52, Apr 26 2019
NOTICE: BL31: Detected Allwinner A64/H64/R18 SoC (1689)
NOTICE: BL31: Found U-Boot DTB at 0x40893e0, model: SoPine with baseboard
INFO: ARM GICv2 driver initialized
INFO: Configuring SPC Controller
NOTICE: BL31: PMIC: Detected AXP803 on RSB.
INFO: PMIC: AXP803: dcdc1 voltage: 3.300V
INFO: PMIC: AXP803: dcdc5 voltage: 1.200V
INFO: PMIC: AXP803: dcdc6 voltage: 1.100V
INFO: PMIC: AXP803: dldo1 voltage: 3.300V
INFO: PMIC: AXP803: Enabling DC1SW
INFO: BL31: Platform setup done
INFO: BL31: Initializing runtime services
WARNING: BL31: cortex_a53: CPU workaround for 819472 was missing!
WARNING: BL31: cortex_a53: CPU workaround for 824069 was missing!
WARNING: BL31: cortex_a53: CPU workaround for 827319 was missing!
INFO: BL31: cortex_a53: CPU workaround for 843419 was applied
INFO: BL31: cortex_a53: CPU workaround for 855873 was applied
INFO: BL31: Preparing for EL3 exit to normal world
INFO: Entry point address = 0x4a000000
INFO: SPSR = 0x3c9
U-Boot 2019.04-01010-g97c65687fd (Apr 26 2019 - 23:05:26 +0000) UBports
CPU: Allwinner A64 (SUN50I)
Model: SoPine with baseboard
DRAM: 2 GiB
MMC: mmc@1c0f000: 0, mmc@1c11000: 1
Loading Environment from FAT... Unable to use mmc 1:1... In: serial
Out: serial
Err: serial
Net: phy interface7
eth0: ethernet@1c30000
starting USB...
Bus usb@1c1a000: USB EHCI 1.00
Bus usb@1c1a400: USB OHCI 1.0
Bus usb@1c1b000: USB EHCI 1.00
Bus usb@1c1b400: USB OHCI 1.0
scanning bus usb@1c1a000 for devices... 1 USB Device(s) found
scanning bus usb@1c1a400 for devices... 1 USB Device(s) found
scanning bus usb@1c1b000 for devices... 1 USB Device(s) found
scanning bus usb@1c1b400 for devices... 1 USB Device(s) found
scanning usb for storage devices... 0 Storage Device(s) found
Hit any key to stop autoboot: 0
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1...
Found U-Boot script /boot/boot.scr
724 bytes read in 1 ms (707 KiB/s)
## Executing script at 4fc00000
7019705 bytes read in 310 ms (21.6 MiB/s)
Uncompressed size: 15415304 = 0xEB3808
29311 bytes read in 8 ms (3.5 MiB/s)
4588814 bytes read in 202 ms (21.7 MiB/s)
## Flattened Device Tree blob at 4fa00000
Booting using the fdt blob at 0x4fa00000
EHCI failed to shut down host controller.
Loading Ramdisk to 49b9f000, end 49fff50e ... OK
Loading Device Tree to 0000000049b94000, end 0000000049b9e27e ... OK
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 5.3.0-pine64 (root@runner-mUSadhTy-project-11304676-concurrent-0) (gcc version 7.4.0 (Ubuntu/Linaro 7.4.0-1ubuntu1~18.04.1)) #1 SMP Fri Nov 22 11:13:30 UTC 2019
[ 0.000000] Machine model: PinePhone
[ 0.000000] cma: Reserved 256 MiB at 0x00000000b0000000
[ 0.000000] NUMA: No NUMA configuration found
[ 0.000000] NUMA: Faking a node at [mem 0x0000000040000000-0x00000000bfffffff]
[ 0.000000] NUMA: NODE_DATA [mem 0xafbd4840-0xafbd5fff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA32 [mem 0x0000000040000000-0x00000000bfffffff]
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000040000000-0x00000000bfffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x00000000bfffffff]
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] psci: SMC Calling Convention v1.1
[ 0.000000] percpu: Embedded 23 pages/cpu s53784 r8192 d32232 u94208
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: ARM erratum 845719
[ 0.000000] CPU features: detected: ARM erratum 843419
[ 0.000000] Speculative Store Bypass Disable mitigation not required
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 516096
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: console=ttyS0,115200 console=tty0 root=PARTUUID=a3b9eaa7-01 rw rootwait
[ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 1774352K/2097152K available (9726K kernel code, 718K rwdata, 3552K rodata, 1024K init, 388K bss, 60656K reserved, 262144K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] random: get_random_bytes called from start_kernel+0x2e4/0x47c with crng_init=0
[ 0.000000] arch_timer: Enabling global workaround for Allwinner erratum UNKNOWN1
[ 0.000000] arch_timer: CPU0: Trapping CNTVCT access
[ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[ 0.000005] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.000408] Console: colour dummy device 80x25
[ 0.000797] printk: console [tty0] enabled
[ 0.000888] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[ 0.000913] pid_max: default: 32768 minimum: 301
[ 0.001016] LSM: Security Framework initializing
[ 0.001059] Yama: becoming mindful.
[ 0.001095] SELinux: Initializing.
[ 0.001157] *** VALIDATE SELinux ***
[ 0.001176] TOMOYO Linux initialized
[ 0.001250] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.001284] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.001889] *** VALIDATE proc ***
[ 0.002145] *** VALIDATE cgroup1 ***
[ 0.002160] *** VALIDATE cgroup2 ***
[ 0.002985] ASID allocator initialised with 32768 entries
[ 0.003087] rcu: Hierarchical SRCU implementation.
[ 0.004445] smp: Bringing up secondary CPUs ...
[ 0.005818] Detected VIPT I-cache on CPU1
[ 0.005876] arch_timer: CPU1: Trapping CNTVCT access
[ 0.005888] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.006875] Detected VIPT I-cache on CPU2
[ 0.006906] arch_timer: CPU2: Trapping CNTVCT access
[ 0.006914] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.007839] Detected VIPT I-cache on CPU3
[ 0.007865] arch_timer: CPU3: Trapping CNTVCT access
[ 0.007873] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.007949] smp: Brought up 1 node, 4 CPUs
[ 0.008035] SMP: Total of 4 processors activated.
[ 0.008048] CPU features: detected: 32-bit EL0 Support
[ 0.008062] CPU features: detected: CRC32 instructions
[ 0.008450] CPU: All CPU(s) started at EL2
[ 0.008481] alternatives: patching kernel code
[ 0.010679] devtmpfs: initialized
[ 0.017444] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.017492] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.027319] pinctrl core: initialized pinctrl subsystem
[ 0.029011] NET: Registered protocol family 16
[ 0.029501] audit: initializing netlink subsys (disabled)
[ 0.029646] audit: type=2000 audit(0.028:1): state=initialized audit_enabled=0 res=1
[ 0.030802] cpuidle: using governor menu
[ 0.031123] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.032474] DMA: preallocated 256 KiB pool for atomic allocations
[ 0.033459] Serial: AMBA PL011 UART driver
[ 0.053896] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.053930] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.053946] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.053961] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.056527] cryptd: max_cpu_qlen set to 1000
[ 0.062392] SCSI subsystem initialized
[ 0.062817] usbcore: registered new interface driver usbfs
[ 0.062908] usbcore: registered new interface driver hub
[ 0.063000] usbcore: registered new device driver usb
[ 0.063521] mc: Linux media interface: v0.10
[ 0.063595] videodev: Linux video capture interface: v2.00
[ 0.063666] pps_core: LinuxPPS API ver. 1 registered
[ 0.063680] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.063717] PTP clock support registered
[ 0.063938] EDAC MC: Ver: 3.0.0
[ 0.065751] NetLabel: Initializing
[ 0.065778] NetLabel: domain hash size = 128
[ 0.065788] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.065863] NetLabel: unlabeled traffic allowed by default
[ 0.066268] clocksource: Switched to clocksource arch_sys_counter
[ 0.066520] VFS: Disk quotas dquot_6.6.0
[ 0.066594] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.066654] *** VALIDATE hugetlbfs ***
[ 0.075634] thermal_sys: Registered thermal governor 'step_wise'
[ 0.075639] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.076375] NET: Registered protocol family 2
[ 0.076995] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
[ 0.077054] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.077228] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 0.077589] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.077748] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.077820] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.078023] NET: Registered protocol family 1
[ 0.079065] RPC: Registered named UNIX socket transport module.
[ 0.079084] RPC: Registered udp transport module.
[ 0.079095] RPC: Registered tcp transport module.
[ 0.079106] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.079351] Unpacking initramfs...
[ 0.359375] Freeing initrd memory: 4480K
[ 0.472881] Initialise system trusted keyrings
[ 0.473056] workingset: timestamp_bits=44 max_order=19 bucket_order=0
[ 0.482715] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.484392] NFS: Registering the id_resolver key type
[ 0.484444] Key type id_resolver registered
[ 0.484456] Key type id_legacy registered
[ 0.484476] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.484678] 9p: Installing v9fs 9p2000 file system support
[ 0.508969] Key type asymmetric registered
[ 0.509000] Asymmetric key parser 'x509' registered
[ 0.509095] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.509115] io scheduler mq-deadline registered
[ 0.509127] io scheduler kyber registered
[ 0.509854] sun50i-de2-bus 1000000.bus: Error couldn't map SRAM to device
[ 0.510908] sun4i-usb-phy 1c19400.phy: failed to get clock usb0_phy
[ 0.511412] sun6i-mipi-dphy 1ca1000.d-phy: Couldn't create the DPHY encoder regmap
[ 0.515311] sun50i-a64-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
[ 0.516612] sun50i-a64-r-pinctrl 1f02c00.pinctrl: 1f02c00.pinctrl supply vcc-pl not found, using dummy regulator
[ 0.530191] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.535734] sun6i-mipi-dsi 1ca0000.dsi: Couldn't get VCC-DSI supply
[ 0.538773] lima 1c40000.gpu: bus rate = 200000000
[ 0.538806] lima 1c40000.gpu: mod rate = 297000000
[ 0.539095] lima 1c40000.gpu: gp - mali400 version major 1 minor 1
[ 0.539156] lima 1c40000.gpu: pp0 - mali400 version major 1 minor 1
[ 0.539215] lima 1c40000.gpu: pp1 - mali400 version major 1 minor 1
[ 0.539266] lima 1c40000.gpu: l2 cache 64K, 4-way, 64byte cache line, 64bit external bus
[ 0.540123] [drm] Initialized lima 1.0.0 20190217 for 1c40000.gpu on minor 0
[ 0.550116] loop: module loaded
[ 0.552171] libphy: Fixed MDIO Bus: probed
[ 0.552680] tun: Universal TUN/TAP device driver, 1.6
[ 0.554707] VFIO - User Level meta-driver version: 0.3
[ 0.555892] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.555916] ehci-platform: EHCI generic platform driver
[ 0.556169] ehci-platform 1c1a000.usb: EHCI Host Controller
[ 0.556204] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1
[ 0.556341] ehci-platform 1c1a000.usb: irq 15, io mem 0x01c1a000
[ 0.570545] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00
[ 0.571448] hub 1-0:1.0: USB hub found
[ 0.571512] hub 1-0:1.0: 1 port detected
[ 0.572302] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.572351] ohci-platform: OHCI generic platform driver
[ 0.572579] ohci-platform 1c1a400.usb: Generic Platform OHCI controller
[ 0.572613] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2
[ 0.572774] ohci-platform 1c1a400.usb: irq 16, io mem 0x01c1a400
[ 0.635128] hub 2-0:1.0: USB hub found
[ 0.635192] hub 2-0:1.0: 1 port detected
[ 0.636451] usbcore: registered new interface driver usb-storage
[ 0.639576] sun6i-rtc 1f00000.rtc: registered as rtc0
[ 0.639611] sun6i-rtc 1f00000.rtc: RTC enabled
[ 0.639766] i2c /dev entries driver
[ 0.641875] device-mapper: ioctl: 4.40.0-ioctl (2019-01-18) initialised: dm-devel@redhat.com
[ 0.643099] sdhci: Secure Digital Host Controller Interface driver
[ 0.643133] sdhci: Copyright(c) Pierre Ossman
[ 0.643287] Synopsys Designware Multimedia Card Interface Driver
[ 0.644189] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.645131] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.646107] usbcore: registered new interface driver usbhid
[ 0.646130] usbhid: USB HID core driver
[ 0.647884] cedrus 1c0e000.video-codec: Device registered as /dev/video0
[ 0.649734] Initializing XFRM netlink socket
[ 0.649779] NET: Registered protocol family 17
[ 0.649806] NET: Registered protocol family 15
[ 0.650020] 9pnet: Installing 9P2000 support
[ 0.650066] Key type dns_resolver registered
[ 0.650868] registered taskstats version 1
[ 0.650885] Loading compiled-in X.509 certificates
[ 0.663829] Key type encrypted registered
[ 0.663889] evm: Initialising EVM extended attributes:
[ 0.663901] evm: security.selinux
[ 0.663911] evm: security.SMACK64
[ 0.663920] evm: security.apparmor
[ 0.663930] evm: security.capability
[ 0.663940] evm: HMAC attrs: 0x1
[ 0.676606] sunxi-rsb 1f03400.rsb: RSB running at 3000000 Hz
[ 0.677088] axp20x-rsb sunxi-rsb-3a3: AXP20x variant AXP803 found
[ 0.679971] input: axp20x-pek as /devices/platform/soc/1f03400.rsb/sunxi-rsb-3a3/axp221-pek/input/input0
[ 0.681846] axp20x-adc axp813-adc: DMA mask not set
[ 0.682938] axp20x-battery-power-supply axp20x-battery-power-supply: DMA mask not set
[ 0.683181] power_supply axp20x-battery: hwmon: 'axp20x-battery' is not a valid name attribute, please fix
[ 0.683939] axp20x-ac-power-supply axp20x-ac-power-supply: DMA mask not set
[ 0.684109] power_supply axp813-ac: hwmon: 'axp813-ac' is not a valid name attribute, please fix
[ 0.685558] axp20x-usb-power-supply axp20x-usb-power-supply: DMA mask not set
[ 0.685827] power_supply axp20x-usb: hwmon: 'axp20x-usb' is not a valid name attribute, please fix
[ 0.687199] dcdc1: supplied by regulator-dummy
[ 0.687683] dcdc2: supplied by regulator-dummy
[ 0.687982] dcdc4: supplied by regulator-dummy
[ 0.688272] dcdc5: supplied by regulator-dummy
[ 0.688599] dcdc6: supplied by regulator-dummy
[ 0.688874] dc1sw: supplied by regulator-dummy
[ 0.689136] aldo1: supplied by regulator-dummy
[ 0.689224] dovdd-csi: Bringing 3300000uV into 2800000-2800000uV
[ 0.689500] aldo2: supplied by regulator-dummy
[ 0.689804] aldo3: supplied by regulator-dummy
[ 0.690104] dldo1: supplied by regulator-dummy
[ 0.690453] dldo2: supplied by regulator-dummy
[ 0.690568] vcc-mipi-io: Bringing 2900000uV into 3300000-3300000uV
[ 0.690898] dldo3: supplied by regulator-dummy
[ 0.690979] avdd-csi: Bringing 2900000uV into 2800000-2800000uV
[ 0.691247] dldo4: supplied by regulator-dummy
[ 0.691533] eldo1: supplied by regulator-dummy
[ 0.691853] eldo2: supplied by regulator-dummy
[ 0.692148] eldo3: supplied by regulator-dummy
[ 0.692233] dvdd-1v8-csi: Bringing 700000uV into 1800000-1800000uV
[ 0.692501] fldo1: supplied by regulator-dummy
[ 0.692823] fldo2: supplied by regulator-dummy
[ 0.693136] rtc-ldo: supplied by regulator-dummy
[ 0.693413] ldo-io0: supplied by regulator-dummy
[ 0.693523] vcc-lcd: Bringing 3300000uV into 2800000-2800000uV
[ 0.693870] ldo-io1: supplied by regulator-dummy
[ 0.693957] vcc-1v8-typec: Bringing 3300000uV into 1800000-1800000uV
[ 0.694222] axp20x-rsb sunxi-rsb-3a3: AXP20X driver loaded
[ 0.699866] sun50i-a64-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
[ 0.700264] sun50i-a64-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-ph not found, using dummy regulator
[ 0.700416] pwm-backlight backlight: backlight supply power not found, using dummy regulator
[ 0.714816] sun50i-a64-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pb not found, using dummy regulator
[ 0.715384] printk: console [ttyS0] disabled
[ 0.736056] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 26, base_baud = 1500000) is a U6_16550A
[ 2.098841] printk: console [ttyS0] enabled
[ 2.125107] 1c28400.serial: ttyS1 at MMIO 0x1c28400 (irq = 27, base_baud = 1500000) is a U6_16550A
[ 2.134269] serial serial0: tty port ttyS1 registered
[ 2.140288] sun50i-a64-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pd not found, using dummy regulator
[ 2.150396] sun6i-mipi-dsi 1ca0000.dsi: Attached device xbd599
[ 2.156259] panel-xingbangda-xbd599 1ca0000.dsi.0: [drm:xbd599_probe] 720x1440@60 24bpp dsi 4dl - ready
[ 2.195513] sun4i-drm display-engine: bound 1100000.mixer (ops sun8i_mixer_ops)
[ 2.204488] sun4i-drm display-engine: bound 1200000.mixer (ops sun8i_mixer_ops)
[ 2.212273] sun4i-drm display-engine: No panel or bridge found... RGB output disabled
[ 2.220129] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops sun4i_tcon_ops)
[ 2.228337] sun4i-drm display-engine: bound 1c0d000.lcd-controller (ops sun4i_tcon_ops)
[ 2.236381] sun4i-drm display-engine: bound 1ca0000.dsi (ops sun6i_dsi_ops)
[ 2.243353] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 2.249972] [drm] No driver support for vblank timestamp query.
[ 2.256356] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 1
[ 2.761321] Console: switching to colour frame buffer device 90x90
[ 2.792276] sun4i-drm display-engine: fb0: sun4i-drmdrmfb frame buffer device
[ 2.800478] ehci-platform 1c1b000.usb: EHCI Host Controller
[ 2.806258] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 3
[ 2.814362] ehci-platform 1c1b000.usb: irq 17, io mem 0x01c1b000
[ 2.834276] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00
[ 2.841316] hub 3-0:1.0: USB hub found
[ 2.845234] hub 3-0:1.0: 1 port detected
[ 2.850358] ohci-platform 1c1b400.usb: Generic Platform OHCI controller
[ 2.857192] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 4
[ 2.865320] ohci-platform 1c1b400.usb: irq 18, io mem 0x01c1b400
[ 2.935045] hub 4-0:1.0: USB hub found
[ 2.938957] hub 4-0:1.0: 1 port detected
[ 2.944145] usb_phy_generic usb_phy_generic.0.auto: usb_phy_generic.0.auto supply vcc not found, using dummy regulator
[ 2.957437] Goodix-TS 0-005d: 0-005d supply VDDIO not found, using dummy regulator
[ 3.063761] Goodix-TS 0-005d: ID 4097, version: 0200
[ 3.070090] Goodix-TS 0-005d: Direct firmware load for goodix_4097_cfg.bin failed with error -2
[ 3.080607] random: fast init done
[ 3.084721] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 792000 KHz
[ 3.097308] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 816000 KHz
[ 3.113096] sun50i-a64-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pf not found, using dummy regulator
[ 3.123938] sunxi-mmc 1c0f000.mmc: Got CD GPIO
[ 3.139846] input: Goodix Capacitive TouchScreen as /devices/platform/soc/1c2ac00.i2c/i2c-0/0-005d/input/input1
[ 3.162805] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB, uses new timings mode
[ 3.173225] sunxi-mmc 1c10000.mmc: allocated mmc-pwrseq
[ 3.201786] sunxi-mmc 1c10000.mmc: initialized, max. request size: 16384 KB, uses new timings mode
[ 3.211695] sun50i-a64-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pc not found, using dummy regulator
[ 3.230884] mmc0: new high speed SDHC card at address 0001
[ 3.237707] mmcblk0: mmc0:0001 BB1QT 29.8 GiB
[ 3.243554] mmcblk0: p1
[ 3.249336] sunxi-mmc 1c11000.mmc: initialized, max. request size: 2048 KB, uses new timings mode
[ 3.260076] sun6i-rtc 1f00000.rtc: setting system clock to 1970-01-01T00:43:21 UTC (2601)
[ 3.268707] vcc-wifi: disabling
[ 3.271952] vcc5v0: disabling
[ 3.275539] Freeing unused kernel memory: 1024K
[ 3.294328] Run /init as init process
[ 3.324916] mmc2: new DDR MMC card at address 0001
[ 3.331420] mmcblk2: mmc2:0001 RS016G 14.6 GiB
[ 3.337235] mmcblk2boot0: mmc2:0001 RS016G partition 1 4.00 MiB
[ 3.344402] mmcblk2boot1: mmc2:0001 RS016G partition 2 4.00 MiB
[ 3.346710] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 3.349540] random: udevadm: uninitialized urandom read (16 bytes read)
[ 3.349624] random: udevadm: uninitialized urandom read (16 bytes read)
[ 3.352206] mmcblk2: p1 p2 p3 < p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 >
[ 3.379044] mmcblk2: p1 size 21585920 extends beyond EOD, truncated
[ 4.606479] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[ 4.717635] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
[ 5.163052] init: ureadahead main process (1429) terminated with status 5
[ 5.341602] random: crng init done
[ 5.353424] random: 7 urandom warning(s) missed due to ratelimiting
[ 7.127367] asoc-simple-card sound: ASoC: audio-amplifier not registered
[ 7.158169] asoc-simple-card sound: ASoC: audio-amplifier not registered
[ 7.220041] asoc-simple-card sound: ASoC: audio-amplifier not registered
[ 7.366203] asoc-simple-card sound: ASoC: audio-amplifier not registered
[ 7.413941] asoc-simple-card sound: ASoC: audio-amplifier not registered
[ 7.482788] asoc-simple-card sound: ASoC: audio-amplifier not registered
[ 8.012304] ov5640 2-003c: ov5640_read_reg: error: reg=300a
[ 8.025939] ov5640 2-003c: ov5640_check_chip_id: failed to read chip identifier
[ 9.239662] systemd-logind[1796]: Failed to start user service, ignoring: Unknown unit: user@32011.service
Ubuntu 16.04.6 LTS ubuntu-phablet ttyS0
ubuntu-phablet login: [ 32.440153] systemd-timedated[3443]: Assertion 'path' failed at ../src/basic/path-util.c:354, function path_startswith(). Aborting.
Ubuntu 16.04.6 LTS ubuntu-phablet ttyS0
ubuntu-phablet login: ubuntu
Password:
Login incorrect
ubuntu-phablet login: ubuntu
Password:
Login incorrect
ubuntu-phablet login:
Login timed out
Ubuntu 16.04.6 LTS ubuntu-phablet ttyS0
ubuntu-phablet login: phablet
Password:
Welcome to Ubuntu 16.04.6 LTS (GNU/Linux 5.3.0-pine64 aarch64)
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantage
The programs included with the Ubuntu system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
applicable law.
To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.
phablet@ubuntu-phablet:~$ sudo -s
[sudo] password for phablet:
root@ubuntu-phablet:~# dmesg
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 5.3.0-pine64 (root@runner-mUSadhTy-project-11304676-concurrent-0) (gcc version 7.4.0 (Ubuntu/Linaro 7.4.0-1ubuntu1~18.04.1)) #1 SMP Fri Nov 22 11:13:30 UTC 2019
[ 0.000000] Machine model: PinePhone
[ 0.000000] cma: Reserved 256 MiB at 0x00000000b0000000
[ 0.000000] NUMA: No NUMA configuration found
[ 0.000000] NUMA: Faking a node at [mem 0x0000000040000000-0x00000000bfffffff]
[ 0.000000] NUMA: NODE_DATA [mem 0xafbd4840-0xafbd5fff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA32 [mem 0x0000000040000000-0x00000000bfffffff]
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000040000000-0x00000000bfffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x00000000bfffffff]
[ 0.000000] On node 0 totalpages: 524288
[ 0.000000] DMA32 zone: 8192 pages used for memmap
[ 0.000000] DMA32 zone: 0 pages reserved
[ 0.000000] DMA32 zone: 524288 pages, LIFO batch:63
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] psci: SMC Calling Convention v1.1
[ 0.000000] percpu: Embedded 23 pages/cpu s53784 r8192 d32232 u94208
[ 0.000000] pcpu-alloc: s53784 r8192 d32232 u94208 alloc=23*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: ARM erratum 845719
[ 0.000000] CPU features: detected: ARM erratum 843419
[ 0.000000] Speculative Store Bypass Disable mitigation not required
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 516096
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: console=ttyS0,115200 console=tty0 root=PARTUUID=a3b9eaa7-01 rw rootwait
[ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 1774352K/2097152K available (9726K kernel code, 718K rwdata, 3552K rodata, 1024K init, 388K bss, 60656K reserved, 262144K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] random: get_random_bytes called from start_kernel+0x2e4/0x47c with crng_init=0
[ 0.000000] arch_timer: Enabling global workaround for Allwinner erratum UNKNOWN1
[ 0.000000] arch_timer: CPU0: Trapping CNTVCT access
[ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[ 0.000005] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.000408] Console: colour dummy device 80x25
[ 0.000797] printk: console [tty0] enabled
[ 0.000888] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[ 0.000913] pid_max: default: 32768 minimum: 301
[ 0.001016] LSM: Security Framework initializing
[ 0.001059] Yama: becoming mindful.
[ 0.001095] SELinux: Initializing.
[ 0.001157] *** VALIDATE SELinux ***
[ 0.001176] TOMOYO Linux initialized
[ 0.001250] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.001284] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.001889] *** VALIDATE proc ***
[ 0.002145] *** VALIDATE cgroup1 ***
[ 0.002160] *** VALIDATE cgroup2 ***
[ 0.002985] ASID allocator initialised with 32768 entries
[ 0.003087] rcu: Hierarchical SRCU implementation.
[ 0.004445] smp: Bringing up secondary CPUs ...
[ 0.005818] Detected VIPT I-cache on CPU1
[ 0.005876] arch_timer: CPU1: Trapping CNTVCT access
[ 0.005888] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.006875] Detected VIPT I-cache on CPU2
[ 0.006906] arch_timer: CPU2: Trapping CNTVCT access
[ 0.006914] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.007839] Detected VIPT I-cache on CPU3
[ 0.007865] arch_timer: CPU3: Trapping CNTVCT access
[ 0.007873] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.007949] smp: Brought up 1 node, 4 CPUs
[ 0.008035] SMP: Total of 4 processors activated.
[ 0.008048] CPU features: detected: 32-bit EL0 Support
[ 0.008062] CPU features: detected: CRC32 instructions
[ 0.008450] CPU: All CPU(s) started at EL2
[ 0.008481] alternatives: patching kernel code
[ 0.010679] devtmpfs: initialized
[ 0.017444] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.017492] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.027319] pinctrl core: initialized pinctrl subsystem
[ 0.029011] NET: Registered protocol family 16
[ 0.029501] audit: initializing netlink subsys (disabled)
[ 0.029646] audit: type=2000 audit(0.028:1): state=initialized audit_enabled=0 res=1
[ 0.030802] cpuidle: using governor menu
[ 0.031123] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.032474] DMA: preallocated 256 KiB pool for atomic allocations
[ 0.033459] Serial: AMBA PL011 UART driver
[ 0.053896] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.053930] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.053946] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.053961] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.056527] cryptd: max_cpu_qlen set to 1000
[ 0.062392] SCSI subsystem initialized
[ 0.062817] usbcore: registered new interface driver usbfs
[ 0.062908] usbcore: registered new interface driver hub
[ 0.063000] usbcore: registered new device driver usb
[ 0.063521] mc: Linux media interface: v0.10
[ 0.063595] videodev: Linux video capture interface: v2.00
[ 0.063666] pps_core: LinuxPPS API ver. 1 registered
[ 0.063680] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.063717] PTP clock support registered
[ 0.063938] EDAC MC: Ver: 3.0.0
[ 0.065751] NetLabel: Initializing
[ 0.065778] NetLabel: domain hash size = 128
[ 0.065788] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.065863] NetLabel: unlabeled traffic allowed by default
[ 0.066268] clocksource: Switched to clocksource arch_sys_counter
[ 0.066520] VFS: Disk quotas dquot_6.6.0
[ 0.066594] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.066654] *** VALIDATE hugetlbfs ***
[ 0.075634] thermal_sys: Registered thermal governor 'step_wise'
[ 0.075639] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.076375] NET: Registered protocol family 2
[ 0.076995] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
[ 0.077054] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.077228] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 0.077589] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.077748] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.077820] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.078023] NET: Registered protocol family 1
[ 0.079065] RPC: Registered named UNIX socket transport module.
[ 0.079084] RPC: Registered udp transport module.
[ 0.079095] RPC: Registered tcp transport module.
[ 0.079106] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.079351] Unpacking initramfs...
[ 0.359375] Freeing initrd memory: 4480K
[ 0.472881] Initialise system trusted keyrings
[ 0.473056] workingset: timestamp_bits=44 max_order=19 bucket_order=0
[ 0.482715] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.484392] NFS: Registering the id_resolver key type
[ 0.484444] Key type id_resolver registered
[ 0.484456] Key type id_legacy registered
[ 0.484476] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.484678] 9p: Installing v9fs 9p2000 file system support
[ 0.508969] Key type asymmetric registered
[ 0.509000] Asymmetric key parser 'x509' registered
[ 0.509095] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.509115] io scheduler mq-deadline registered
[ 0.509127] io scheduler kyber registered
[ 0.509854] sun50i-de2-bus 1000000.bus: Error couldn't map SRAM to device
[ 0.510908] sun4i-usb-phy 1c19400.phy: failed to get clock usb0_phy
[ 0.511412] sun6i-mipi-dphy 1ca1000.d-phy: Couldn't create the DPHY encoder regmap
[ 0.515311] sun50i-a64-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
[ 0.516612] sun50i-a64-r-pinctrl 1f02c00.pinctrl: 1f02c00.pinctrl supply vcc-pl not found, using dummy regulator
[ 0.530191] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.535734] sun6i-mipi-dsi 1ca0000.dsi: Couldn't get VCC-DSI supply
[ 0.538773] lima 1c40000.gpu: bus rate = 200000000
[ 0.538806] lima 1c40000.gpu: mod rate = 297000000
[ 0.539095] lima 1c40000.gpu: gp - mali400 version major 1 minor 1
[ 0.539156] lima 1c40000.gpu: pp0 - mali400 version major 1 minor 1
[ 0.539215] lima 1c40000.gpu: pp1 - mali400 version major 1 minor 1
[ 0.539266] lima 1c40000.gpu: l2 cache 64K, 4-way, 64byte cache line, 64bit external bus
[ 0.540123] [drm] Initialized lima 1.0.0 20190217 for 1c40000.gpu on minor 0
[ 0.550116] loop: module loaded
[ 0.552171] libphy: Fixed MDIO Bus: probed
[ 0.552680] tun: Universal TUN/TAP device driver, 1.6
[ 0.554707] VFIO - User Level meta-driver version: 0.3
[ 0.555892] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.555916] ehci-platform: EHCI generic platform driver
[ 0.556169] ehci-platform 1c1a000.usb: EHCI Host Controller
[ 0.556204] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1
[ 0.556341] ehci-platform 1c1a000.usb: irq 15, io mem 0x01c1a000
[ 0.570545] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00
[ 0.571448] hub 1-0:1.0: USB hub found
[ 0.571512] hub 1-0:1.0: 1 port detected
[ 0.572302] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.572351] ohci-platform: OHCI generic platform driver
[ 0.572579] ohci-platform 1c1a400.usb: Generic Platform OHCI controller
[ 0.572613] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2
[ 0.572774] ohci-platform 1c1a400.usb: irq 16, io mem 0x01c1a400
[ 0.635128] hub 2-0:1.0: USB hub found
[ 0.635192] hub 2-0:1.0: 1 port detected
[ 0.636451] usbcore: registered new interface driver usb-storage
[ 0.639576] sun6i-rtc 1f00000.rtc: registered as rtc0
[ 0.639611] sun6i-rtc 1f00000.rtc: RTC enabled
[ 0.639766] i2c /dev entries driver
[ 0.641875] device-mapper: ioctl: 4.40.0-ioctl (2019-01-18) initialised: dm-devel@redhat.com
[ 0.643099] sdhci: Secure Digital Host Controller Interface driver
[ 0.643133] sdhci: Copyright(c) Pierre Ossman
[ 0.643287] Synopsys Designware Multimedia Card Interface Driver
[ 0.644189] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.645131] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.646107] usbcore: registered new interface driver usbhid
[ 0.646130] usbhid: USB HID core driver
[ 0.647884] cedrus 1c0e000.video-codec: Device registered as /dev/video0
[ 0.649734] Initializing XFRM netlink socket
[ 0.649779] NET: Registered protocol family 17
[ 0.649806] NET: Registered protocol family 15
[ 0.650020] 9pnet: Installing 9P2000 support
[ 0.650066] Key type dns_resolver registered
[ 0.650868] registered taskstats version 1
[ 0.650885] Loading compiled-in X.509 certificates
[ 0.663829] Key type encrypted registered
[ 0.663889] evm: Initialising EVM extended attributes:
[ 0.663901] evm: security.selinux
[ 0.663911] evm: security.SMACK64
[ 0.663920] evm: security.apparmor
[ 0.663930] evm: security.capability
[ 0.663940] evm: HMAC attrs: 0x1
[ 0.676606] sunxi-rsb 1f03400.rsb: RSB running at 3000000 Hz
[ 0.677088] axp20x-rsb sunxi-rsb-3a3: AXP20x variant AXP803 found
[ 0.679971] input: axp20x-pek as /devices/platform/soc/1f03400.rsb/sunxi-rsb-3a3/axp221-pek/input/input0
[ 0.681846] axp20x-adc axp813-adc: DMA mask not set
[ 0.682938] axp20x-battery-power-supply axp20x-battery-power-supply: DMA mask not set
[ 0.683181] power_supply axp20x-battery: hwmon: 'axp20x-battery' is not a valid name attribute, please fix
[ 0.683939] axp20x-ac-power-supply axp20x-ac-power-supply: DMA mask not set
[ 0.684109] power_supply axp813-ac: hwmon: 'axp813-ac' is not a valid name attribute, please fix
[ 0.685558] axp20x-usb-power-supply axp20x-usb-power-supply: DMA mask not set
[ 0.685827] power_supply axp20x-usb: hwmon: 'axp20x-usb' is not a valid name attribute, please fix
[ 0.687199] dcdc1: supplied by regulator-dummy
[ 0.687683] dcdc2: supplied by regulator-dummy
[ 0.687982] dcdc4: supplied by regulator-dummy
[ 0.688272] dcdc5: supplied by regulator-dummy
[ 0.688599] dcdc6: supplied by regulator-dummy
[ 0.688874] dc1sw: supplied by regulator-dummy
[ 0.689136] aldo1: supplied by regulator-dummy
[ 0.689224] dovdd-csi: Bringing 3300000uV into 2800000-2800000uV
[ 0.689500] aldo2: supplied by regulator-dummy
[ 0.689804] aldo3: supplied by regulator-dummy
[ 0.690104] dldo1: supplied by regulator-dummy
[ 0.690453] dldo2: supplied by regulator-dummy
[ 0.690568] vcc-mipi-io: Bringing 2900000uV into 3300000-3300000uV
[ 0.690898] dldo3: supplied by regulator-dummy
[ 0.690979] avdd-csi: Bringing 2900000uV into 2800000-2800000uV
[ 0.691247] dldo4: supplied by regulator-dummy
[ 0.691533] eldo1: supplied by regulator-dummy
[ 0.691853] eldo2: supplied by regulator-dummy
[ 0.692148] eldo3: supplied by regulator-dummy
[ 0.692233] dvdd-1v8-csi: Bringing 700000uV into 1800000-1800000uV
[ 0.692501] fldo1: supplied by regulator-dummy
[ 0.692823] fldo2: supplied by regulator-dummy
[ 0.693136] rtc-ldo: supplied by regulator-dummy
[ 0.693413] ldo-io0: supplied by regulator-dummy
[ 0.693523] vcc-lcd: Bringing 3300000uV into 2800000-2800000uV
[ 0.693870] ldo-io1: supplied by regulator-dummy
[ 0.693957] vcc-1v8-typec: Bringing 3300000uV into 1800000-1800000uV
[ 0.694222] axp20x-rsb sunxi-rsb-3a3: AXP20X driver loaded
[ 0.699866] sun50i-a64-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
[ 0.700264] sun50i-a64-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-ph not found, using dummy regulator
[ 0.700416] pwm-backlight backlight: backlight supply power not found, using dummy regulator
[ 0.714816] sun50i-a64-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pb not found, using dummy regulator
[ 0.715384] printk: console [ttyS0] disabled
[ 0.736056] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 26, base_baud = 1500000) is a U6_16550A
[ 2.098841] printk: console [ttyS0] enabled
[ 2.125107] 1c28400.serial: ttyS1 at MMIO 0x1c28400 (irq = 27, base_baud = 1500000) is a U6_16550A
[ 2.134269] serial serial0: tty port ttyS1 registered
[ 2.140288] sun50i-a64-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pd not found, using dummy regulator
[ 2.150396] sun6i-mipi-dsi 1ca0000.dsi: Attached device xbd599
[ 2.156259] panel-xingbangda-xbd599 1ca0000.dsi.0: [drm:xbd599_probe] 720x1440@60 24bpp dsi 4dl - ready
[ 2.195513] sun4i-drm display-engine: bound 1100000.mixer (ops sun8i_mixer_ops)
[ 2.204488] sun4i-drm display-engine: bound 1200000.mixer (ops sun8i_mixer_ops)
[ 2.212273] sun4i-drm display-engine: No panel or bridge found... RGB output disabled
[ 2.220129] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops sun4i_tcon_ops)
[ 2.228337] sun4i-drm display-engine: bound 1c0d000.lcd-controller (ops sun4i_tcon_ops)
[ 2.236381] sun4i-drm display-engine: bound 1ca0000.dsi (ops sun6i_dsi_ops)
[ 2.243353] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 2.249972] [drm] No driver support for vblank timestamp query.
[ 2.256356] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 1
[ 2.761321] Console: switching to colour frame buffer device 90x90
[ 2.792276] sun4i-drm display-engine: fb0: sun4i-drmdrmfb frame buffer device
[ 2.800478] ehci-platform 1c1b000.usb: EHCI Host Controller
[ 2.806258] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 3
[ 2.814362] ehci-platform 1c1b000.usb: irq 17, io mem 0x01c1b000
[ 2.834276] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00
[ 2.841316] hub 3-0:1.0: USB hub found
[ 2.845234] hub 3-0:1.0: 1 port detected
[ 2.850358] ohci-platform 1c1b400.usb: Generic Platform OHCI controller
[ 2.857192] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 4
[ 2.865320] ohci-platform 1c1b400.usb: irq 18, io mem 0x01c1b400
[ 2.935045] hub 4-0:1.0: USB hub found
[ 2.938957] hub 4-0:1.0: 1 port detected
[ 2.944145] usb_phy_generic usb_phy_generic.0.auto: usb_phy_generic.0.auto supply vcc not found, using dummy regulator
[ 2.957437] Goodix-TS 0-005d: 0-005d supply VDDIO not found, using dummy regulator
[ 3.063761] Goodix-TS 0-005d: ID 4097, version: 0200
[ 3.070090] Goodix-TS 0-005d: Direct firmware load for goodix_4097_cfg.bin failed with error -2
[ 3.080607] random: fast init done
[ 3.084721] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 792000 KHz
[ 3.097308] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 816000 KHz
[ 3.113096] sun50i-a64-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pf not found, using dummy regulator
[ 3.123938] sunxi-mmc 1c0f000.mmc: Got CD GPIO
[ 3.139846] input: Goodix Capacitive TouchScreen as /devices/platform/soc/1c2ac00.i2c/i2c-0/0-005d/input/input1
[ 3.162805] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB, uses new timings mode
[ 3.173225] sunxi-mmc 1c10000.mmc: allocated mmc-pwrseq
[ 3.201786] sunxi-mmc 1c10000.mmc: initialized, max. request size: 16384 KB, uses new timings mode
[ 3.211695] sun50i-a64-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pc not found, using dummy regulator
[ 3.230884] mmc0: new high speed SDHC card at address 0001
[ 3.237707] mmcblk0: mmc0:0001 BB1QT 29.8 GiB
[ 3.243554] mmcblk0: p1
[ 3.249336] sunxi-mmc 1c11000.mmc: initialized, max. request size: 2048 KB, uses new timings mode
[ 3.260076] sun6i-rtc 1f00000.rtc: setting system clock to 1970-01-01T00:43:21 UTC (2601)
[ 3.268707] vcc-wifi: disabling
[ 3.271952] vcc5v0: disabling
[ 3.275539] Freeing unused kernel memory: 1024K
[ 3.294328] Run /init as init process
[ 3.324916] mmc2: new DDR MMC card at address 0001
[ 3.331420] mmcblk2: mmc2:0001 RS016G 14.6 GiB
[ 3.337235] mmcblk2boot0: mmc2:0001 RS016G partition 1 4.00 MiB
[ 3.344402] mmcblk2boot1: mmc2:0001 RS016G partition 2 4.00 MiB
[ 3.346710] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 3.349540] random: udevadm: uninitialized urandom read (16 bytes read)
[ 3.349624] random: udevadm: uninitialized urandom read (16 bytes read)
[ 3.352206] mmcblk2: p1 p2 p3 < p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 >
[ 3.379044] mmcblk2: p1 size 21585920 extends beyond EOD, truncated
[ 4.606479] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[ 4.717635] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
[ 5.163052] init: ureadahead main process (1429) terminated with status 5
[ 5.341602] random: crng init done
[ 5.353424] random: 7 urandom warning(s) missed due to ratelimiting
[ 6.371065] i2c-gpio i2c-csi: using lines 141 (SDA) and 140 (SCL)
[ 6.822110] input: 1c21800.lradc as /devices/platform/soc/1c21800.lradc/input/input2
[ 7.127367] asoc-simple-card sound: ASoC: audio-amplifier not registered
[ 7.158169] asoc-simple-card sound: ASoC: audio-amplifier not registered
[ 7.220041] asoc-simple-card sound: ASoC: audio-amplifier not registered
[ 7.264009] inv-mpu6050-i2c 1-0068: mounting matrix not found: using identity...
[ 7.264075] inv-mpu6050-i2c 1-0068: 1-0068 supply vddio not found, using dummy regulator
[ 7.322492] Bluetooth: Core ver 2.22
[ 7.322618] NET: Registered protocol family 31
[ 7.322621] Bluetooth: HCI device and connection manager initialized
[ 7.322646] Bluetooth: HCI socket layer initialized
[ 7.322655] Bluetooth: L2CAP socket layer initialized
[ 7.322684] Bluetooth: SCO socket layer initialized
[ 7.332245] st-magn-i2c 1-001e: 1-001e supply vddio not found, using dummy regulator
[ 7.358636] iio iio:device3: interrupts active high level
[ 7.364812] iio iio:device3: registered magnetometer lis3mdl
[ 7.366203] asoc-simple-card sound: ASoC: audio-amplifier not registered
[ 7.410959] input: gpio-vibrator as /devices/platform/vibrator/input/input3
[ 7.413941] asoc-simple-card sound: ASoC: audio-amplifier not registered
[ 7.480846] i2c i2c-1: Added multiplexed i2c bus 3
[ 7.482788] asoc-simple-card sound: ASoC: audio-amplifier not registered
[ 8.012304] ov5640 2-003c: ov5640_read_reg: error: reg=300a
[ 8.025939] ov5640 2-003c: ov5640_check_chip_id: failed to read chip identifier
[ 8.249294] systemd-logind[1796]: New seat seat0.
[ 8.484542] init: ubuntu-location-service main process (1649) killed by SEGV signal
[ 8.484610] init: ubuntu-location-service main process ended, respawning
[ 8.568974] init: failsafe main process (1819) killed by TERM signal
[ 8.649513] init: ubuntu-location-service main process (1884) killed by SEGV signal
[ 8.649577] init: ubuntu-location-service main process ended, respawning
[ 8.733124] NET: Registered protocol family 10
[ 8.734604] Segment Routing with IPv6
[ 8.812908] init: ubuntu-location-service main process (1925) killed by SEGV signal
[ 8.812978] init: ubuntu-location-service main process ended, respawning
[ 8.953799] init: ubuntu-location-service main process (1948) killed by SEGV signal
[ 8.953869] init: ubuntu-location-service main process ended, respawning
[ 9.099871] init: ubuntu-location-service main process (1971) killed by SEGV signal
[ 9.099952] init: ubuntu-location-service main process ended, respawning
[ 9.239662] systemd-logind[1796]: Failed to start user service, ignoring: Unknown unit: user@32011.service
[ 9.244981] init: ubuntu-location-service main process (1994) killed by SEGV signal
[ 9.265834] init: ubuntu-location-service main process ended, respawning
[ 9.323913] systemd-logind[1796]: New session c1 of user phablet.
[ 9.418647] init: ubuntu-location-service main process (2022) killed by SEGV signal
[ 9.418737] init: ubuntu-location-service main process ended, respawning
[ 9.558840] init: ubuntu-location-service main process (2049) killed by SEGV signal
[ 9.558908] init: ubuntu-location-service main process ended, respawning
[ 9.700975] init: ubuntu-location-service main process (2081) killed by SEGV signal
[ 9.701120] init: ubuntu-location-service main process ended, respawning
[ 9.836702] init: ubuntu-location-service main process (2114) killed by SEGV signal
[ 9.836769] init: ubuntu-location-service main process ended, respawning
[ 9.963978] init: ubuntu-location-service main process (2129) killed by SEGV signal
[ 9.964051] init: ubuntu-location-service respawning too fast, stopped
[ 10.000815] init: system-watchdog main process (2160) terminated with status 1
[ 11.025754] init: isc-dhcp-server main process (2337) terminated with status 1
[ 11.025825] init: isc-dhcp-server main process ended, respawning
[ 11.426191] init: isc-dhcp-server main process (2397) terminated with status 1
[ 11.426322] init: isc-dhcp-server main process ended, respawning
[ 11.706612] init: isc-dhcp-server main process (2428) terminated with status 1
[ 11.706684] init: isc-dhcp-server main process ended, respawning
[ 12.002562] init: isc-dhcp-server main process (2471) terminated with status 1
[ 12.002625] init: isc-dhcp-server main process ended, respawning
[ 12.278502] init: isc-dhcp-server main process (2499) terminated with status 1
[ 12.278579] init: isc-dhcp-server main process ended, respawning
[ 12.519486] init: isc-dhcp-server main process (2528) terminated with status 1
[ 12.519551] init: isc-dhcp-server main process ended, respawning
[ 12.868992] init: isc-dhcp-server main process (2566) terminated with status 1
[ 12.869052] init: isc-dhcp-server main process ended, respawning
[ 13.076153] init: isc-dhcp-server main process (2578) terminated with status 1
[ 13.076225] init: isc-dhcp-server main process ended, respawning
[ 13.329016] init: isc-dhcp-server main process (2591) terminated with status 1
[ 13.329100] init: isc-dhcp-server main process ended, respawning
[ 13.571828] init: isc-dhcp-server main process (2611) terminated with status 1
[ 13.571903] init: isc-dhcp-server main process ended, respawning
[ 13.750884] init: isc-dhcp-server main process (2628) terminated with status 1
[ 13.750983] init: isc-dhcp-server respawning too fast, stopped
[ 13.791224] init: system-watchdog main process (2641) terminated with status 1
[ 32.440153] systemd-timedated[3443]: Assertion 'path' failed at ../src/basic/path-util.c:354, function path_startswith(). Aborting.
[ 36.392648] FAT-fs (mmcblk2p2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 129.213556] init: ttyS0 main process ended, respawning
[ 224.255840] systemd-logind[1796]: New session 1 of user phablet.
root@ubuntu-phablet:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment