Skip to content

Instantly share code, notes, and snippets.

@HeatfanJohn
Created September 26, 2016 18:43
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 HeatfanJohn/e345a56d03db2340763ea28215bb029d to your computer and use it in GitHub Desktop.
Save HeatfanJohn/e345a56d03db2340763ea28215bb029d to your computer and use it in GitHub Desktop.
4.3.0 NTC CHIP Clean boot log
Environment size: 2921/4194300 bytes
=> printenv bootcmd
bootcmd=gpio set PB2; if test -n ${fel_booted} && test -n ${scriptaddr}; then echo (FEL boot); source ${scriptaddr}; fi; mtdparts; ubi part UBI; ubifsmount ubi0:rootfs; ubifsload $fdt_addr_r /boot/sun5i-r8-chip.dtb; ubifsload $kernel_addr_r /boot/zImage; bootz $kernel_addr_r - $fdt_addr_r
=> setenv bootcmd=gpio set PB2; if test -n ${fel_booted} && test -n ${scriptaddr}; then echo (FEL boot); source ${scriptaddr}; fi; mtdparts; ubi part UBI; ubifsmount ubi0:rootfs; ubifsload $fdt_addr_r /boot/sun5i-r8-chip.dtb.bak; ubifsload $kernel_addr_r /boot/zImage.bak; bootz $kernel_addr_r - $fdt_addr_r
## Error: illegal character '='in variable name "bootcmd=gpio"
(FEL boot)
## Executing script at 43100000
Wrong image format for "source" command
device nand0 <sunxi-nand.0>, # parts = 5
#: name size offset mask_flags
0: spl 0x00400000 0x00000000 0
1: spl-backup 0x00400000 0x00400000 0
2: uboot 0x00400000 0x00800000 0
3: env 0x00400000 0x00c00000 0
4: UBI 0x1ff000000 0x01000000 0
active partition: nand0,0 - (spl) 0x00400000 @ 0x00000000
defaults:
mtdids : none
mtdparts: none
UBI: attaching mtd1 to ubi0
UBI: scanning is finished
UBI: attached mtd1 (name "mtd=4", size 8176 MiB) to ubi0
UBI: PEB size: 2097152 bytes (4096 KiB), LEB size: 2064384 bytes
UBI: min./max. I/O unit sizes: 16384/16384, sub-page size 16384
UBI: VID header offset: 16384 (aligned 16384), data offset: 32768
UBI: good PEBs: 2040, bad PEBs: 4, corrupted PEBs: 0
UBI: user volume: 1, internal volumes: 1, max. volumes count: 128
UBI: max/mean erase counter: 2/1, WL threshold: 4096, image sequence number: 1911403089
UBI: available PEBs: 0, total reserved PEBs: 2040, PEBs reserved for bad PEB handling: 36
Loading file '/boot/sun5i-r8-chip.dtb.bak' to addr 0x43000000 with size 22647 (0x00005877)...
Done
Loading file '/boot/zImage.bak' to addr 0x42000000 with size 5619472 (0x0055bf10)...
Done
Kernel image @ 0x42000000 [ 0x000000 - 0x55bf10 ]
## Flattened Device Tree blob at 43000000
Booting using the fdt blob at 0x43000000
Loading Device Tree to 49ff7000, end 49fff876 ... OK
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.3.0 (jason@liveoak) (gcc version 4.9.2 20140904 (prerelease) (crosstool-NG linaro-1.13.1-4.9-2014.09 - Linaro GCC 4.9-2014.09) ) #10 SMP Sat Nov 14 19:10:05 PST 2015
[ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine model: NextThing C.H.I.P.
[ 0.000000] Memory policy: Data cache writeback
[ 0.000000] CPU: All CPU(s) started in SVC mode.
[ 0.000000] PERCPU: Embedded 13 pages/cpu @dfe85000 s21888 r8192 d23168 u53248
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 129583
[ 0.000000] Kernel command line: root=ubi0:rootfs rootfstype=ubifs rw earlyprintk ubi.mtd=4
[ 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: 506584K/522932K available (7232K kernel code, 675K rwdata, 2408K rodata, 524K init, 298K bss, 16348K reserved, 0K 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 : 0xe0000000 - 0xff000000 ( 496 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xdfead000 ( 510 MB)
[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
[ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
[ 0.000000] .text : 0xc0008000 - 0xc097260c (9642 kB)
[ 0.000000] .init : 0xc0973000 - 0xc09f6000 ( 524 kB)
[ 0.000000] .data : 0xc09f6000 - 0xc0a9ef00 ( 676 kB)
[ 0.000000] .bss : 0xc0aa1000 - 0xc0aebb14 ( 299 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 32.
[ 0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=32, nr_cpu_ids=1
[ 0.000000] NR_IRQS:16 nr_irqs:16 16
[ 0.000000] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[ 0.000000] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370868154 ns
[ 0.000000] sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 21474836475000000ns
[ 0.000000] Console: colour dummy device 80x30
[ 0.000000] console [tty0] enabled
[ 0.090000] Calibrating delay loop... 1001.88 BogoMIPS (lpj=5009408)
[ 0.090000] pid_max: default: 32768 minimum: 301
[ 0.090000] Security Framework initialized
[ 0.090000] Yama: becoming mindful.
[ 0.090000] AppArmor: AppArmor disabled by boot time parameter
[ 0.090000] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.090000] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.090000] Initializing cgroup subsys io
[ 0.090000] Initializing cgroup subsys memory
[ 0.090000] Initializing cgroup subsys devices
[ 0.090000] Initializing cgroup subsys freezer
[ 0.090000] Initializing cgroup subsys perf_event
[ 0.090000] CPU: Testing write buffer coherency: ok
[ 0.090000] ftrace: allocating 23777 entries in 70 pages
[ 0.120000] CPU0: thread -1, cpu 0, socket -1, mpidr 0
[ 0.120000] Setting up static identity map for 0x40008280 - 0x400082d8
[ 0.130000] Brought up 1 CPUs
[ 0.130000] SMP: Total of 1 processors activated (1001.88 BogoMIPS).
[ 0.130000] CPU: All CPU(s) started in SVC mode.
[ 0.130000] devtmpfs: initialized
[ 0.140000] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[ 0.140000] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.140000] pinctrl core: initialized pinctrl subsystem
[ 0.140000] NET: Registered protocol family 16
[ 0.140000] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.140000] hw-breakpoint: debug architecture 0x4 unsupported.
[ 0.150000] reg-fixed-voltage usb0_vbus: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/chip_vbus_pin@0, deferring probe
[ 0.150000] reg-fixed-voltage wifi_reg_on: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/chip_wifi_reg_on_pin@0, deferring probe
[ 0.150000] SCSI subsystem initialized
[ 0.150000] usbcore: registered new interface driver usbfs
[ 0.150000] usbcore: registered new interface driver hub
[ 0.150000] usbcore: registered new device driver usb
[ 0.160000] pps_core: LinuxPPS API ver. 1 registered
[ 0.160000] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.160000] PTP clock support registered
[ 0.160000] Advanced Linux Sound Architecture Driver Initialized.
[ 0.160000] clocksource: Switched to clocksource timer
[ 0.210000] simple-framebuffer 5febc000.framebuffer: framebuffer at 0x5febc000, 0x135600 bytes, mapped to 0xe0200000
[ 0.220000] simple-framebuffer 5febc000.framebuffer: format=x8r8g8b8, mode=640x440x32, linelength=2880
[ 0.220000] Console: switching to colour frame buffer device 80x27
[ 0.230000] simple-framebuffer 5febc000.framebuffer: fb0: simplefb registered!
[ 0.240000] NET: Registered protocol family 2
[ 0.250000] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.250000] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.250000] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.260000] UDP hash table entries: 256 (order: 1, 8192 bytes)
[ 0.260000] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[ 0.260000] NET: Registered protocol family 1
[ 0.270000] RPC: Registered named UNIX socket transport module.
[ 0.270000] RPC: Registered udp transport module.
[ 0.270000] RPC: Registered tcp transport module.
[ 0.280000] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.280000] futex hash table entries: 256 (order: 2, 16384 bytes)
[ 0.280000] audit: initializing netlink subsys (disabled)
[ 0.290000] audit: type=2000 audit(0.290:1): initialized
[ 0.300000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.310000] NFS: Registering the id_resolver key type
[ 0.310000] Key type id_resolver registered
[ 0.310000] Key type id_legacy registered
[ 0.320000] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[ 0.320000] io scheduler noop registered
[ 0.330000] io scheduler deadline registered
[ 0.330000] io scheduler cfq registered (default)
[ 0.330000] sun4i-usb-phy 1c13400.phy: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/chip_id_det_pin@0, deferring probe
[ 0.340000] sun5i-a13-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
[ 0.350000] coupled-voltage-regulator wifi_reg: Couldn't get regulator vin0
[ 0.420000] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
[ 0.450000] 1c28400.serial: ttyS0 at MMIO 0x1c28400 (irq = 27, base_baud = 1500000) is a U6_16550A
[ 1.110000] console [ttyS0] enabled
[ 1.130000] 1c28c00.serial: ttyS1 at MMIO 0x1c28c00 (irq = 28, base_baud = 1500000) is a U6_16550A
[ 1.150000] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xde
[ 1.160000] nand: Hynix H27QCG8T2E5R‐BCF 64G 3.3V 8-bit
[ 1.170000] nand: 8192 MiB, MLC, erase size: 4096 KiB, page size: 16384, OOB size: 1664
[ 1.180000] Bad block table found at page 524032, version 0x01
[ 1.190000] Bad block table found at page 523776, version 0x01
[ 1.200000] 5 ofpart partitions found on MTD device H27QCG8T2E5R‐BCF 64G 3.3V 8-bit
[ 1.220000] Creating 5 MTD partitions on "H27QCG8T2E5R‐BCF 64G 3.3V 8-bit":
[ 1.230000] 0x000000000000-0x000000400000 : "SPL"
[ 1.240000] 0x000000400000-0x000000800000 : "SPL.backup"
[ 1.250000] 0x000000800000-0x000000c00000 : "U-Boot"
[ 1.250000] 0x000000c00000-0x000001000000 : "env"
[ 1.260000] 0x000001000000-0x000200000000 : "rootfs"
[ 1.270000] usbcore: registered new interface driver asix
[ 1.280000] usbcore: registered new interface driver ax88179_178a
[ 1.290000] usbcore: registered new interface driver cdc_ether
[ 1.300000] usbcore: registered new interface driver net1080
[ 1.300000] usbcore: registered new interface driver rndis_host
[ 1.310000] usbcore: registered new interface driver cdc_subset
[ 1.320000] usbcore: registered new interface driver zaurus
[ 1.330000] usbcore: registered new interface driver cdc_ncm
[ 1.340000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.350000] ehci-platform: EHCI generic platform driver
[ 1.350000] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.360000] ohci-platform: OHCI generic platform driver
[ 1.370000] usbcore: registered new interface driver usb-storage
[ 1.380000] mousedev: PS/2 mouse device common for all mice
[ 1.390000] i2c /dev entries driver
[ 1.390000] axp20x 0-0034: AXP20x variant AXP209 found
[ 1.410000] input: axp20x-pek as /devices/platform/soc@01c00000/1c2ac00.i2c/i2c-0/0-0034/axp20x-pek/input/input0
[ 1.430000] axp20x 0-0034: AXP20X driver loaded
[ 1.440000] pcf857x 2-0038: probed
[ 1.440000] Driver for 1-wire Dallas network protocol.
[ 1.450000] sunxi-wdt 1c20c90.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
[ 1.460000] vcc-3v3: supplied by ipsout
[ 1.470000] sunxi-mmc 1c0f000.mmc: No vqmmc regulator found
[ 1.520000] sunxi-mmc 1c0f000.mmc: base:0xe00f2000 irq:20
[ 1.520000] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.530000] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.540000] usbcore: registered new interface driver usbhid
[ 1.550000] usbhid: USB HID core driver
[ 1.560000] sun4i-codec 1c22c00.codec: Codec <-> 1c22c00.codec mapping ok
[ 1.570000] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 1.580000] sunxi-mmc 1c0f000.mmc: smc 0 err, cmd 8, RTO !!
[ 1.590000] NET: Registered protocol family 10
[ 1.600000] mip6: Mobile IPv6
[ 1.600000] sit: IPv6 over IPv4 tunneling driver
[ 1.610000] NET: Registered protocol family 17
[ 1.620000] Key type dns_resolver registered
[ 1.630000] Registering SWP/SWPB emulation handler
[ 1.640000] registered taskstats version 1
[ 1.650000] vcc-5v0: supplied by ipsout
[ 1.650000] vbus-usb0: supplied by vcc-5v0
[ 1.660000] ehci-platform 1c14000.usb: EHCI Host Controller
[ 1.670000] ehci-platform 1c14000.usb: new USB bus registered, assigned bus number 1
[ 1.680000] ehci-platform 1c14000.usb: irq 22, io mem 0x01c14000
[ 1.700000] mmc0: new high speed SDIO card at address 0001
[ 1.710000] ehci-platform 1c14000.usb: USB 2.0 started, EHCI 1.00
[ 1.720000] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.730000] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.740000] usb usb1: Product: EHCI Host Controller
[ 1.740000] usb usb1: Manufacturer: Linux 4.3.0 ehci_hcd
[ 1.750000] usb usb1: SerialNumber: 1c14000.usb
[ 1.760000] hub 1-0:1.0: USB hub found
[ 1.770000] hub 1-0:1.0: 1 port detected
[ 1.770000] ohci-platform 1c14400.usb: Generic Platform OHCI controller
[ 1.780000] ohci-platform 1c14400.usb: new USB bus registered, assigned bus number 2
[ 1.800000] ohci-platform 1c14400.usb: irq 23, io mem 0x01c14400
[ 1.860000] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.870000] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.880000] usb usb2: Product: Generic Platform OHCI controller
[ 1.890000] usb usb2: Manufacturer: Linux 4.3.0 ohci_hcd
[ 1.900000] usb usb2: SerialNumber: 1c14400.usb
[ 1.910000] hub 2-0:1.0: USB hub found
[ 1.910000] hub 2-0:1.0: 1 port detected
[ 1.920000] usb_phy_generic.0.auto supply vcc not found, using dummy regulator
[ 1.930000] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
[ 1.940000] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 3
[ 1.960000] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.960000] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.980000] usb usb3: Product: MUSB HDRC host driver
[ 1.990000] usb usb3: Manufacturer: Linux 4.3.0 musb-hcd
[ 1.990000] usb usb3: SerialNumber: musb-hdrc.1.auto
[ 2.000000] hub 3-0:1.0: USB hub found
[ 2.010000] hub 3-0:1.0: 1 port detected
[ 2.020000] ubi0: attaching mtd4
[ 2.150000] random: nonblocking pool is initialized
[ 3.260000] ubi0: scanning is finished
[ 3.290000] ubi0: attached mtd4 (name "rootfs", size 8176 MiB)
[ 3.290000] ubi0: PEB size: 4194304 bytes (2048 KiB), LEB size: 2064384 bytes
[ 3.300000] ubi0: min./max. I/O unit sizes: 16384/16384, sub-page size 16384
[ 3.310000] ubi0: VID header offset: 16384 (aligned 16384), data offset: 32768
[ 3.330000] ubi0: good PEBs: 2040, bad PEBs: 4, corrupted PEBs: 0
[ 3.330000] ubi0: user volume: 1, internal volumes: 1, max. volumes count: 128
[ 3.350000] ubi0: max/mean erase counter: 2/1, WL threshold: 4096, image sequence number: 1911403089
[ 3.360000] ubi0: available PEBs: 0, total reserved PEBs: 2040, PEBs reserved for bad PEB handling: 36
[ 3.380000] hctosys: unable to open rtc device (rtc0)
[ 3.390000] vbus-usb0: disabling
[ 3.400000] ALSA device list:
[ 3.400000] #0: sun4i-codec
[ 3.410000] ubi0: background thread "ubi_bgt0d" started, PID 50
[ 3.430000] UBIFS (ubi0:0): background thread "ubifs_bgt0_0" started, PID 51
[ 4.770000] UBIFS (ubi0:0): UBIFS: mounted UBI device 0, volume 0, name "rootfs"
[ 4.780000] UBIFS (ubi0:0): LEB size: 2064384 bytes (2016 KiB), min./max. I/O unit sizes: 16384 bytes/16384 bytes
[ 4.800000] UBIFS (ubi0:0): FS size: 4108124160 bytes (3917 MiB, 1990 LEBs), journal size 18579457 bytes (17 MiB, 9 LEBs)
[ 4.820000] UBIFS (ubi0:0): reserved for root: 0 bytes (0 KiB)
[ 4.830000] UBIFS (ubi0:0): media format: w4/r0 (latest is w4/r0), UUID E94CC587-F139-47C7-8434-BAE0754C353F, small LPT model
[ 4.850000] VFS: Mounted root (ubifs filesystem) on device 0:14.
[ 4.860000] devtmpfs: mounted
[ 4.870000] Freeing unused kernel memory: 524K (c0973000 - c09f6000)
[ 5.270000] systemd[1]: systemd 215 running in system mode. (+PAM +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -APPARMOR)
[ 5.290000] systemd[1]: Detected architecture 'arm'.
Welcome to Debian GNU/Linux 8 (jessie)!
[ 5.360000] systemd[1]: Failed to insert module 'autofs4'
[ 5.380000] systemd[1]: Set hostname to <mychip03>.
[ 6.310000] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[ 6.330000] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 6.340000] systemd[1]: Expecting device dev-ttyS0.device...
Expecting device dev-ttyS0.device...
[ 6.370000] systemd[1]: Expecting device dev-ttyGS0.device...
Expecting device dev-ttyGS0.device...
[ 6.400000] systemd[1]: Starting Remote File Systems (Pre).
[ OK ] Reached target Remote File Systems (Pre).
[ 6.430000] systemd[1]: Reached target Remote File Systems (Pre).
[ 6.430000] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[ 6.450000] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 6.460000] systemd[1]: Starting Paths.
[ OK ] Reached target Paths.
[ 6.490000] systemd[1]: Reached target Paths.
[ 6.490000] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 6.510000] systemd[1]: Starting Encrypted Volumes.
[ OK ] Reached target Encrypted Volumes.
[ 6.540000] systemd[1]: Reached target Encrypted Volumes.
[ 6.540000] systemd[1]: Starting Swap.
[ OK ] Reached target Swap.
[ 6.570000] systemd[1]: Reached target Swap.
[ 6.570000] systemd[1]: Starting Root Slice.
[ OK ] Created slice Root Slice.
[ 6.600000] systemd[1]: Created slice Root Slice.
[ 6.600000] systemd[1]: Starting User and Session Slice.
[ OK ] Created slice User and Session Slice.
[ 6.630000] systemd[1]: Created slice User and Session Slice.
[ 6.630000] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[ OK ] Listening on /dev/initctl Compatibility Named Pipe.
[ 6.670000] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 6.670000] systemd[1]: Starting Delayed Shutdown Socket.
[ OK ] Listening on Delayed Shutdown Socket.
[ 6.710000] systemd[1]: Listening on Delayed Shutdown Socket.
[ 6.710000] systemd[1]: Starting Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ 6.740000] systemd[1]: Listening on Journal Socket (/dev/log).
[ 6.740000] systemd[1]: Starting udev Control Socket.
[ OK ] Listening on udev Control Socket.
[ 6.770000] systemd[1]: Listening on udev Control Socket.
[ 6.770000] systemd[1]: Starting udev Kernel Socket.
[ OK ] Listening on udev Kernel Socket.
[ 6.800000] systemd[1]: Listening on udev Kernel Socket.
[ 6.800000] systemd[1]: Starting Journal Socket.
[ OK ] Listening on Journal Socket.
[ 6.830000] systemd[1]: Listening on Journal Socket.
[ 6.830000] systemd[1]: Starting System Slice.
[ OK ] Created slice System Slice.
[ 6.860000] systemd[1]: Created slice System Slice.
[ 6.860000] systemd[1]: Starting system-getty.slice.
[ OK ] Created slice system-getty.slice.
[ 6.890000] systemd[1]: Created slice system-getty.slice.
[ 6.890000] systemd[1]: Starting system-serial\x2dgetty.slice.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ 6.920000] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ 6.920000] systemd[1]: Starting Increase datagram queue length...
Starting Increase datagram queue length...
[ 6.950000] systemd[1]: Starting Restore / save the current clock...
Starting Restore / save the current clock...
[ 7.070000] systemd[1]: Mounted POSIX Message Queue File System.
[ 7.090000] systemd[1]: Starting Create list of required static device nodes for the current kernel...
Starting Create list of required static device nodes...rrent kernel...
[ 7.130000] systemd[1]: Starting udev Coldplug all Devices...
Starting udev Coldplug all Devices...
[ 7.190000] systemd[1]: Mounting Debug File System...
Mounting Debug File System...
[ 7.230000] systemd[1]: Mounted Huge Pages File System.
[ 7.350000] systemd[1]: Starting Load Kernel Modules...
Starting Load Kernel Modules...
[ 7.710000] systemd[1]: Started Set Up Additional Binary Formats.
[ 7.730000] systemd[1]: Starting Slices.
[ OK ] Reached target Slices.
[ 7.750000] systemd[1]: Reached target Slices.
[ 7.800000] fuse init (API version 7.23)
[ 7.910000] g_serial gadget: Gadget Serial v2.4
[ 7.910000] g_serial gadget: g_serial ready
[ OK ] Mounted Debug File System.
[ 7.950000] systemd[1]: Mounted Debug File System.
[ OK ] Started Increase datagram queue length.
[ 7.980000] systemd[1]: Started Increase datagram queue length.
[ OK ] Started Restore / save the current clock.
[ 8.010000] systemd[1]: Started Restore / save the current clock.
[ OK ] Started Create list of required static device nodes ...current kernel.
[ 8.040000] systemd[1]: Started Create list of required static device nodes for the current kernel.
[ OK ] Started Load Kernel Modules.
[ 8.080000] systemd[1]: Started Load Kernel Modules.
[ 8.100000] systemd[1]: Time has been changed
[ OK ] Started udev Coldplug all Devices.
[ 8.340000] systemd[1]: Started udev Coldplug all Devices.
[ 8.360000] systemd[1]: Mounting Configuration File System...
Mounting Configuration File System...
[ 8.390000] systemd[1]: Mounting FUSE Control File System...
Mounting FUSE Control File System...
[ 8.430000] systemd[1]: Starting Apply Kernel Variables...
Starting Apply Kernel Variables...
[ 8.470000] systemd[1]: Starting Create Static Device Nodes in /dev...
Starting Create Static Device Nodes in /dev...
[ 8.510000] systemd[1]: Starting Syslog Socket.
[ OK ] Listening on Syslog Socket.
[ 8.540000] systemd[1]: Listening on Syslog Socket.
[ 8.540000] systemd[1]: Starting Journal Service...
Starting Journal Service...
[ OK ] Started Journal Service.
[ 8.580000] systemd[1]: Started Journal Service.
[ OK ] Mounted FUSE Control File System.
[ OK ] Mounted Configuration File System.
[ OK ] Started Apply Kernel Variables.
[ OK ] Started Create Static Device Nodes in /dev.
Starting udev Kernel Device Manager...
[ OK [ 8.960000] systemd-udevd[92]: starting version 215
] Started udev Kernel Device Manager.
Starting Copy rules generated while the root was ro...
Starting LSB: Set preliminary keymap...
[ OK ] Started Copy rules generated while the root was ro.
[ OK ] Started LSB: Set preliminary keymap.
Starting Remount Root and Kernel File Systems...
[ OK ] Started Remount Root and Kernel File Systems.
Starting Load/Save Random Seed...
[ OK ] Reached target Local File Systems (Pre).
[ OK ] Reached target Local File Systems.
Starting Create Volatile Files and Directories...
[ OK ] Reached target Remote File Systems.
Starting Trigger Flushing of Journal to Persistent Storage...
Starting LSB: Set console font and keymap...
[ OK ] Started Load/Save Random Seed.
[ OK ] Started LSB: Set console font and keymap.
[ OK ] Started Create Volatile Files and Directories.
[ 9.770000] systemd-journald[90]: Received request to flush runtime journal from PID 1
[ OK ] Started Trigger Flushing of Journal to Persistent Storage.
Starting Update UTMP about System Boot/Shutdown...
Starting LSB: Raise network interfaces....
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Found device /dev/ttyGS0.
[ OK ] Reached target Sound Card.
[ OK ] Created slice system-bt_rtk_hciattach.slice.
Starting Trigger Flushing of Journal to Persistent Storage...
[ OK ] Found device /dev/ttyS0.
[ 11.600000] systemd-journald[90]: Received request to flush runtime journal from PID 1
[ OK ] Started Trigger Flushing of Journal to Persistent Storage.
[ OK ] Started LSB: Raise network interfaces..
[ OK ] Reached target Network.
[ OK ] Reached target Network is Online.
[ OK ] Reached target System Initialization.
[ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[ OK ] Listening on D-Bus System Message Bus Socket.
[ OK ] Reached target Sockets.
[ OK ] Reached target Timers.
Starting Restore Sound Card State...
[ OK ] Reached target Basic System.
Starting 8723bs Bluetooth hciattach...
Starting LSB: Start daemon at boot time...
Starting Network Manager...
Starting Modem Manager...
Starting OpenBSD Secure Shell server...
[ OK ] Started OpenBSD Secure Shell server.
Starting Regular background program processing daemon...
[ OK ] Started Regular background program processing daemon.
Starting Restore /etc/resolv.conf if the system cras...s shut down....
Starting /etc/rc.local Compatibility...
Starting Login Service...
Starting LSB: Advanced IEEE 802.11 management daemon...
Starting LSB: Start NTP daemon...
Starting Avahi mDNS/DNS-SD Stack...
Starting D-Bus System Message Bus...
[ OK ] Started D-Bus System Message Bus.
Starting System Logging Service...
Starting Permit User Sessions...
[ OK ] Started 8723bs Bluetooth hciattach.
[ OK ] Started LSB: Start daemon at boot time.
[ OK ] Started Restore /etc/resolv.conf if the system crash...was shut down..
[ OK ] Started /etc/rc.local Compatibility.
[ OK ] Started LSB: Advanced IEEE 802.11 management daemon.
[ OK ] Started Permit User Sessions.
[ OK ] Started Avahi mDNS/DNS-SD Stack.
[ OK ] Started Login Service.
Starting LSB: SANE network scanner server...
Starting Light Display Manager...
Starting Serial Getty on ttyGS0...
[ OK ] Started Serial Getty on ttyGS0.
Starting Getty on tty1...
[ OK ] Started Getty on tty1.
Starting Serial Getty on ttyS0...
[ OK ] Started Serial Getty on ttyS0.
[ OK ] Reached target Login Prompts.
[ OK ] Started LSB: SANE network scanner server.
[ OK ] Started System Logging Service.
[ OK ] Started LSB: Start NTP daemon.
[ OK ] Started Restore Sound Card State.
[ 19.200000] Bluetooth: Core ver 2.20
[ 19.210000] Bluetooth: Starting self testing
[ 19.280000] Bluetooth: ECDH test passed in 61163 usecs
Starting Authenticate and Authorize Users to Run Privileged Tasks...
[ 19.760000] Bluetooth: SMP test passed in 119 usecs
[ 19.760000] Bluetooth: Finished self testing
[ 19.770000] NET: Registered protocol family 31
[ 19.780000] Bluetooth: HCI device and connection manager initialized
[ 19.790000] Bluetooth: HCI socket layer initialized
[ 19.790000] Bluetooth: L2CAP socket layer initialized
[ 19.800000] Bluetooth: SCO socket layer initialized
[ OK ] Started Light Display Manager.
Starting chip-local.service...
[ OK ] Started chip-local.service.
[ 20.190000] Bluetooth: HCI UART driver ver 2.3
[ 20.200000] Bluetooth: HCI UART protocol H4 registered
[ 20.200000] Bluetooth: HCI UART protocol BCSP registered
[ 20.210000] Bluetooth: HCI UART protocol LL registered
[ 20.220000] Bluetooth: HCI UART protocol ATH3K registered
[ 20.230000] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 20.230000] Bluetooth: HCI UART protocol Intel registered
[ 20.240000] Bluetooth: HCI UART protocol BCM registered
[ OK ] Started Authenticate and Authorize Users to Run Privileged Tasks.
Debian GNU/Linux 8 mychip03 ttyS0
mychip03 login: [ 23.270000] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 23.280000] Bluetooth: BNEP socket layer initialized
[ 23.960000] cfg80211: World regulatory domain updated:
[ 23.970000] cfg80211: DFS Master region: unset
[ 23.970000] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 23.980000] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 23.990000] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 24.000000] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[ 24.010000] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[ 24.020000] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[ 24.030000] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[ 24.030000] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[ 24.040000] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment