Created
March 9, 2017 05:31
-
-
Save elfgoh/5dc11cb9d3ba1ef985fa560e9d9a6ade to your computer and use it in GitHub Desktop.
Dmesg output from BBB debian console image reboot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# dmesg | |
[ 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.4.48-ti-r88 (root@b1-omap5-uevm-2gb) (gcc version 4.9.2 (Debian 4.9.2-10) ) #1 SMP Sun Feb 12 01:06:00 UTC 2017 | |
[ 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: TI AM335x BeagleBone Black | |
[ 0.000000] cma: Reserved 48 MiB at 0x9c800000 | |
[ 0.000000] Memory policy: Data cache writeback | |
[ 0.000000] On node 0 totalpages: 130560 | |
[ 0.000000] free_area_init_node: node 0, pgdat c105f300, node_mem_map df961000 | |
[ 0.000000] Normal zone: 1152 pages used for memmap | |
[ 0.000000] Normal zone: 0 pages reserved | |
[ 0.000000] Normal zone: 130560 pages, LIFO batch:31 | |
[ 0.000000] CPU: All CPU(s) started in SVC mode. | |
[ 0.000000] AM335X ES2.1 (sgx neon ) | |
[ 0.000000] PERCPU: Embedded 13 pages/cpu @df920000 s24320 r8192 d20736 u53248 | |
[ 0.000000] pcpu-alloc: s24320 r8192 d20736 u53248 alloc=13*4096 | |
[ 0.000000] pcpu-alloc: [0] 0 | |
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 129408 | |
[ 0.000000] Kernel command line: console=tty0 console=ttyO0,115200n8 root=/dev/mmcblk0p1 rootfstype=ext4 rootwait coherent_pool=1M net.ifnames=0 quiet cape_universal=enable | |
[ 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: 444696K/522240K available (11370K kernel code, 917K rwdata, 3800K rodata, 748K init, 907K bss, 28392K reserved, 49152K cma-reserved, 0K highmem) | |
[ 0.000000] Virtual kernel memory layout: | |
vector : 0xffff0000 - 0xffff1000 ( 4 kB) | |
fixmap : 0xffc00000 - 0xfff00000 (3072 kB) | |
vmalloc : 0xe0800000 - 0xff800000 ( 496 MB) | |
lowmem : 0xc0000000 - 0xe0000000 ( 512 MB) | |
pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) | |
modules : 0xbf000000 - 0xbfe00000 ( 14 MB) | |
.text : 0xc0008000 - 0xc0ed8adc (15171 kB) | |
.init : 0xc0ed9000 - 0xc0f94000 ( 748 kB) | |
.data : 0xc0f94000 - 0xc10795d0 ( 918 kB) | |
.bss : 0xc107c000 - 0xc115efa8 ( 908 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=2 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] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts | |
[ 0.000000] OMAP clockevent source: timer2 at 24000000 Hz | |
[ 0.000017] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns | |
[ 0.000040] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns | |
[ 0.000051] OMAP clocksource: timer1 at 24000000 Hz | |
[ 0.001025] clocksource_probe: no matching clocksources found | |
[ 0.001230] Console: colour dummy device 80x30 | |
[ 0.001396] console [tty0] enabled | |
[ 0.001419] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0' | |
[ 0.001426] This ensures that you still see kernel messages. Please | |
[ 0.001432] update your kernel commandline. | |
[ 0.001452] Calibrating delay loop... 995.32 BogoMIPS (lpj=1990656) | |
[ 0.046813] pid_max: default: 32768 minimum: 301 | |
[ 0.046963] Security Framework initialized | |
[ 0.046977] Yama: becoming mindful. | |
[ 0.047013] AppArmor: AppArmor disabled by boot time parameter | |
[ 0.047198] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) | |
[ 0.047212] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) | |
[ 0.048072] Initializing cgroup subsys io | |
[ 0.048107] Initializing cgroup subsys memory | |
[ 0.048154] Initializing cgroup subsys devices | |
[ 0.048173] Initializing cgroup subsys freezer | |
[ 0.048188] Initializing cgroup subsys net_cls | |
[ 0.048202] Initializing cgroup subsys perf_event | |
[ 0.048217] Initializing cgroup subsys net_prio | |
[ 0.048243] Initializing cgroup subsys pids | |
[ 0.048298] CPU: Testing write buffer coherency: ok | |
[ 0.048359] ftrace: allocating 34648 entries in 102 pages | |
[ 0.146621] CPU0: thread -1, cpu 0, socket -1, mpidr 0 | |
[ 0.146746] Setting up static identity map for 0x80008280 - 0x800082e0 | |
[ 0.150943] Brought up 1 CPUs | |
[ 0.150968] SMP: Total of 1 processors activated (995.32 BogoMIPS). | |
[ 0.150976] CPU: All CPU(s) started in SVC mode. | |
[ 0.152554] devtmpfs: initialized | |
[ 0.170128] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3 | |
[ 0.189765] omap_hwmod: debugss: _wait_target_disable failed | |
[ 0.231113] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns | |
[ 0.235317] xor: measuring software checksum speed | |
[ 0.274814] arm4regs : 1219.000 MB/sec | |
[ 0.314814] 8regs : 1091.000 MB/sec | |
[ 0.354808] 32regs : 1089.000 MB/sec | |
[ 0.394807] neon : 1739.000 MB/sec | |
[ 0.394815] xor: using function: neon (1739.000 MB/sec) | |
[ 0.394849] pinctrl core: initialized pinctrl subsystem | |
[ 0.396848] NET: Registered protocol family 16 | |
[ 0.400589] DMA: preallocated 1024 KiB pool for atomic coherent allocations | |
[ 0.401799] cpuidle: using governor ladder | |
[ 0.401822] cpuidle: using governor menu | |
[ 0.407603] OMAP GPIO hardware version 0.1 | |
[ 0.419516] No ATAGs? | |
[ 0.419550] hw-breakpoint: debug architecture 0x4 unsupported. | |
[ 0.420104] omap4_sram_init:Unable to allocate sram needed to handle errata I688 | |
[ 0.420120] omap4_sram_init:Unable to get sram pool needed to handle errata I688 | |
[ 0.499054] raid6: int32x1 gen() 230 MB/s | |
[ 0.566856] raid6: int32x1 xor() 176 MB/s | |
[ 0.634966] raid6: int32x2 gen() 304 MB/s | |
[ 0.702950] raid6: int32x2 xor() 199 MB/s | |
[ 0.770935] raid6: int32x4 gen() 284 MB/s | |
[ 0.838926] raid6: int32x4 xor() 199 MB/s | |
[ 0.906934] raid6: int32x8 gen() 282 MB/s | |
[ 0.974925] raid6: int32x8 xor() 186 MB/s | |
[ 1.042818] raid6: neonx1 gen() 1463 MB/s | |
[ 1.110814] raid6: neonx1 xor() 846 MB/s | |
[ 1.178833] raid6: neonx2 gen() 1885 MB/s | |
[ 1.246809] raid6: neonx2 xor() 1174 MB/s | |
[ 1.314815] raid6: neonx4 gen() 1927 MB/s | |
[ 1.382827] raid6: neonx4 xor() 1204 MB/s | |
[ 1.450819] raid6: neonx8 gen() 1187 MB/s | |
[ 1.518829] raid6: neonx8 xor() 844 MB/s | |
[ 1.518836] raid6: using algorithm neonx4 gen() 1927 MB/s | |
[ 1.518843] raid6: .... xor() 1204 MB/s, rmw enabled | |
[ 1.518850] raid6: using intx1 recovery algorithm | |
[ 1.528120] edma 49000000.edma: TI EDMA DMA engine driver | |
[ 1.532761] SCSI subsystem initialized | |
[ 1.533213] libata version 3.00 loaded. | |
[ 1.533549] usbcore: registered new interface driver usbfs | |
[ 1.533621] usbcore: registered new interface driver hub | |
[ 1.533733] usbcore: registered new device driver usb | |
[ 1.534335] omap_i2c 44e0b000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c0_pins, deferring probe | |
[ 1.534388] omap_i2c 4819c000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c2_pins, deferring probe | |
[ 1.534510] media: Linux media interface: v0.10 | |
[ 1.534570] Linux video capture interface: v2.00 | |
[ 1.534679] pps_core: LinuxPPS API ver. 1 registered | |
[ 1.534688] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]> | |
[ 1.534716] PTP clock support registered | |
[ 1.535708] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400 | |
[ 1.537123] NetLabel: Initializing | |
[ 1.537139] NetLabel: domain hash size = 128 | |
[ 1.537145] NetLabel: protocols = UNLABELED CIPSOv4 | |
[ 1.537207] NetLabel: unlabeled traffic allowed by default | |
[ 1.537636] clocksource: Switched to clocksource timer1 | |
[ 1.648722] NET: Registered protocol family 2 | |
[ 1.649588] TCP established hash table entries: 4096 (order: 2, 16384 bytes) | |
[ 1.649737] TCP bind hash table entries: 4096 (order: 3, 32768 bytes) | |
[ 1.649799] TCP: Hash tables configured (established 4096 bind 4096) | |
[ 1.649880] UDP hash table entries: 256 (order: 1, 8192 bytes) | |
[ 1.649901] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) | |
[ 1.650251] NET: Registered protocol family 1 | |
[ 1.650874] RPC: Registered named UNIX socket transport module. | |
[ 1.650889] RPC: Registered udp transport module. | |
[ 1.650895] RPC: Registered tcp transport module. | |
[ 1.650901] RPC: Registered tcp NFSv4.1 backchannel transport module. | |
[ 1.651553] Unpacking initramfs... | |
[ 2.035001] Freeing initrd memory: 5184K (c8080000 - c8590000) | |
[ 2.035715] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available | |
[ 2.038628] futex hash table entries: 256 (order: 2, 16384 bytes) | |
[ 2.038758] audit: initializing netlink subsys (disabled) | |
[ 2.038846] audit: type=2000 audit(1.976:1): initialized | |
[ 2.049046] zbud: loaded | |
[ 2.049879] VFS: Disk quotas dquot_6.6.0 | |
[ 2.050162] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) | |
[ 2.052837] NFS: Registering the id_resolver key type | |
[ 2.052915] Key type id_resolver registered | |
[ 2.052924] Key type id_legacy registered | |
[ 2.052958] nfs4filelayout_init: NFSv4 File Layout Driver Registering... | |
[ 2.053349] fuse init (API version 7.23) | |
[ 2.054083] SGI XFS with ACLs, security attributes, realtime, no debug enabled | |
[ 2.062642] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) | |
[ 2.062915] io scheduler noop registered | |
[ 2.062933] io scheduler deadline registered | |
[ 2.063013] io scheduler cfq registered (default) | |
[ 2.064355] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568 | |
[ 2.066357] wkup_m3_ipc 44e11324.wkup_m3_ipc: could not get rproc handle | |
[ 2.067745] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled | |
[ 2.071196] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 158, base_baud = 3000000) is a 8250 | |
[ 2.084694] console [ttyS0] enabled | |
[ 2.086372] [drm] Initialized drm 1.1.0 20060810 | |
[ 2.137692] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6 | |
[ 2.137719] davinci_mdio 4a101000.mdio: detected phy mask fffffffe | |
[ 2.138098] davinci_mdio: dt: updated phy_id[0] from phy_mask[fffffffe] | |
[ 2.145434] libphy: 4a101000.mdio: probed | |
[ 2.145468] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720 | |
[ 2.146405] cpsw 4a100000.ethernet: Detected MACID = f4:5e:ab:34:39:76 | |
[ 2.146562] cpsw 4a100000.ethernet: cpts: overflow check period 2125 | |
[ 2.148276] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver | |
[ 2.148343] ehci-platform: EHCI generic platform driver | |
[ 2.148531] ehci-omap: OMAP-EHCI Host Controller driver | |
[ 2.148950] usbcore: registered new interface driver usb-storage | |
[ 2.151293] 47401300.usb-phy supply vcc not found, using dummy regulator | |
[ 2.154072] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn) | |
[ 2.154093] musb-hdrc: MHDRC RTL version 2.0 | |
[ 2.154101] musb-hdrc: setup fifo_mode 4 | |
[ 2.154121] musb-hdrc: 28/31 max ep, 16384/16384 memory | |
[ 2.155776] 47401b00.usb-phy supply vcc not found, using dummy regulator | |
[ 2.158331] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn) | |
[ 2.158353] musb-hdrc: MHDRC RTL version 2.0 | |
[ 2.158360] musb-hdrc: setup fifo_mode 4 | |
[ 2.158375] musb-hdrc: 28/31 max ep, 16384/16384 memory | |
[ 2.158538] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver | |
[ 2.158585] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 1 | |
[ 2.158879] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 | |
[ 2.158893] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 | |
[ 2.158904] usb usb1: Product: MUSB HDRC host driver | |
[ 2.158913] usb usb1: Manufacturer: Linux 4.4.48-ti-r88 musb-hcd | |
[ 2.158921] usb usb1: SerialNumber: musb-hdrc.1.auto | |
[ 2.159878] hub 1-0:1.0: USB hub found | |
[ 2.159943] hub 1-0:1.0: 1 port detected | |
[ 2.169967] mousedev: PS/2 mouse device common for all mice | |
[ 2.172006] omap_rtc 44e3e000.rtc: already running | |
[ 2.172465] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0 | |
[ 2.173273] i2c /dev entries driver | |
[ 2.175099] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec | |
[ 2.175544] cpuidle: enable-method property 'ti,am3352' found operations | |
[ 2.176260] omap_hsmmc 48060000.mmc: Got CD GPIO | |
[ 2.236906] mmc0: host does not support reading read-only switch, assuming write-enable | |
[ 2.239300] hidraw: raw HID events driver (C) Jiri Kosina | |
[ 2.240115] usbcore: registered new interface driver usbhid | |
[ 2.240128] usbhid: USB HID core driver | |
[ 2.240455] ashmem: initialized | |
[ 2.241280] remoteproc0: wkup_m3 is available | |
[ 2.241295] remoteproc0: Note: remoteproc is still under development and considered experimental. | |
[ 2.241304] remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed. | |
[ 2.242967] mmc0: new high speed SDHC card at address 0007 | |
[ 2.245965] NET: Registered protocol family 10 | |
[ 2.246716] mmcblk0: mmc0:0007 SL16G 14.5 GiB | |
[ 2.248407] mmcblk0: p1 | |
[ 2.250022] mip6: Mobile IPv6 | |
[ 2.250056] NET: Registered protocol family 17 | |
[ 2.251328] Key type dns_resolver registered | |
[ 2.251353] mpls_gso: MPLS GSO support | |
[ 2.251667] omap_voltage_late_init: Voltage driver support not added | |
[ 2.262147] PM: Cannot get wkup_m3_ipc handle | |
[ 2.266722] ThumbEE CPU extension supported. | |
[ 2.266756] Registering SWP/SWPB emulation handler | |
[ 2.268041] registered taskstats version 1 | |
[ 2.268328] zswap: loaded using pool lzo/zbud | |
[ 2.275519] Btrfs loaded | |
[ 2.299725] Key type encrypted registered | |
[ 2.302959] input: tps65217_pwr_but as /devices/platform/ocp/44e0b000.i2c/i2c-0/0-0024/input/input0 | |
[ 2.304110] mmc1: MAN_BKOPS_EN bit is not set | |
[ 2.310302] mmc1: new high speed MMC card at address 0001 | |
[ 2.311271] mmcblk1: mmc1:0001 P1XXXX 3.60 GiB | |
[ 2.311729] mmcblk1boot0: mmc1:0001 P1XXXX partition 1 16.0 MiB | |
[ 2.312143] mmcblk1boot1: mmc1:0001 P1XXXX partition 2 16.0 MiB | |
[ 2.327381] tps65217 0-0024: TPS65217 ID 0xe version 1.2 | |
[ 2.327983] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write | |
[ 2.328229] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz | |
[ 2.330177] at24 2-0054: 32768 byte 24c256 EEPROM, writable, 1 bytes/write | |
[ 2.330594] at24 2-0055: 32768 byte 24c256 EEPROM, writable, 1 bytes/write | |
[ 2.331006] at24 2-0056: 32768 byte 24c256 EEPROM, writable, 1 bytes/write | |
[ 2.331382] at24 2-0057: 32768 byte 24c256 EEPROM, writable, 1 bytes/write | |
[ 2.331427] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz | |
[ 2.332666] remoteproc0: powering up wkup_m3 | |
[ 2.332744] remoteproc0: Booting fw image am335x-pm-firmware.elf, size 217148 | |
[ 2.333018] remoteproc0: remote processor wkup_m3 is now up | |
[ 2.333044] wkup_m3_ipc 44e11324.wkup_m3_ipc: CM3 Firmware Version = 0x192 | |
[ 2.338737] bone_capemgr bone_capemgr: Baseboard: 'A335BNLT,EIA0,3716BBBK0D3E' | |
[ 2.338771] bone_capemgr bone_capemgr: compatible-baseboard=ti,beaglebone-black - #slots=4 | |
[ 2.377651] bone_capemgr bone_capemgr: slot #0: No cape found | |
[ 2.421649] bone_capemgr bone_capemgr: slot #1: No cape found | |
[ 2.465641] bone_capemgr bone_capemgr: slot #2: No cape found | |
[ 2.509640] bone_capemgr bone_capemgr: slot #3: No cape found | |
[ 2.515538] bone_capemgr bone_capemgr: initialized OK. | |
[ 2.517810] PM: bootloader does not support rtc-only! | |
[ 2.518789] omap_rtc 44e3e000.rtc: setting system clock to 2017-03-09 05:28:24 UTC (1489037304) | |
[ 2.518821] of_cfs_init | |
[ 2.518955] of_cfs_init: OK | |
[ 2.524467] PM: Hibernation image not present or could not be loaded. | |
[ 2.526222] Freeing unused kernel memory: 748K (c0ed9000 - c0f94000) | |
[ 2.632443] random: systemd-udevd: uninitialized urandom read (16 bytes read, 13 bits of entropy available) | |
[ 2.633193] random: systemd-udevd: uninitialized urandom read (16 bytes read, 13 bits of entropy available) | |
[ 2.633319] random: systemd-udevd: uninitialized urandom read (16 bytes read, 13 bits of entropy available) | |
[ 2.651058] random: udevadm: uninitialized urandom read (16 bytes read, 13 bits of entropy available) | |
[ 2.651546] random: udevadm: uninitialized urandom read (16 bytes read, 13 bits of entropy available) | |
[ 2.651723] random: udevadm: uninitialized urandom read (16 bytes read, 13 bits of entropy available) | |
[ 2.652475] random: udevadm: uninitialized urandom read (16 bytes read, 13 bits of entropy available) | |
[ 2.653069] random: udevadm: uninitialized urandom read (16 bytes read, 13 bits of entropy available) | |
[ 2.653850] random: udevadm: uninitialized urandom read (16 bytes read, 13 bits of entropy available) | |
[ 2.654593] random: udevadm: uninitialized urandom read (16 bytes read, 13 bits of entropy available) | |
[ 6.042095] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null) | |
[ 6.667834] systemd[1]: Failed to insert module 'kdbus': Function not implemented | |
[ 6.696183] systemd[1]: systemd 230 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN) | |
[ 6.696936] systemd[1]: Detected architecture arm. | |
[ 6.708748] systemd[1]: Set hostname to <spdibox-3716BBBK0D3E>. | |
[ 7.299121] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. | |
[ 7.300672] systemd[1]: Created slice System Slice. | |
[ 7.301570] systemd[1]: Created slice system-serial\x2dgetty.slice. | |
[ 7.302722] systemd[1]: Created slice system-getty.slice. | |
[ 7.303446] systemd[1]: Created slice User and Session Slice. | |
[ 7.303795] systemd[1]: Listening on fsck to fsckd communication Socket. | |
[ 7.304094] systemd[1]: Listening on udev Kernel Socket. | |
[ 7.304395] systemd[1]: Listening on Syslog Socket. | |
[ 7.304511] systemd[1]: Reached target Encrypted Volumes. | |
[ 7.305212] systemd[1]: Listening on Journal Audit Socket. | |
[ 7.305348] systemd[1]: Reached target Remote File Systems (Pre). | |
[ 7.305449] systemd[1]: Reached target Slices. | |
[ 7.306243] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. | |
[ 7.306633] systemd[1]: Started Forward Password Requests to Wall Directory Watch. | |
[ 7.306987] systemd[1]: Listening on Journal Socket (/dev/log). | |
[ 7.308654] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. | |
[ 7.308836] systemd[1]: Reached target Swap. | |
[ 7.308934] systemd[1]: Reached target Remote File Systems. | |
[ 7.309028] systemd[1]: Reached target Paths. | |
[ 7.309422] systemd[1]: Listening on udev Control Socket. | |
[ 7.310124] systemd[1]: Listening on Journal Socket. | |
[ 7.315478] systemd[1]: Starting Journal Service... | |
[ 7.354790] systemd[1]: Starting Remount Root and Kernel File Systems... | |
[ 7.372013] systemd[1]: Mounting POSIX Message Queue File System... | |
[ 7.470897] systemd[1]: Starting Load Kernel Modules... | |
[ 7.495417] EXT4-fs (mmcblk0p1): re-mounted. Opts: errors=remount-ro | |
[ 7.524394] systemd[1]: Starting Create list of required static device nodes for the current kernel... | |
[ 7.581095] systemd[1]: Mounting /sys/kernel/debug... | |
[ 7.747873] systemd[1]: Mounted POSIX Message Queue File System. | |
[ 7.748228] systemd[1]: Mounted /sys/kernel/debug. | |
[ 7.762526] systemd[1]: Started Remount Root and Kernel File Systems. | |
[ 7.768916] systemd[1]: Started Load Kernel Modules. | |
[ 7.783245] systemd[1]: Started Create list of required static device nodes for the current kernel. | |
[ 7.829278] systemd[1]: Starting Create Static Device Nodes in /dev... | |
[ 7.851003] systemd[1]: Mounting FUSE Control File System... | |
[ 7.884673] systemd[1]: Mounting Configuration File System... | |
[ 7.994237] systemd[1]: Starting Apply Kernel Variables... | |
[ 8.095777] systemd[1]: Starting Load/Save Random Seed... | |
[ 8.143560] systemd[1]: Starting udev Coldplug all Devices... | |
[ 8.217575] systemd[1]: Mounted Configuration File System. | |
[ 8.226404] systemd[1]: Mounted FUSE Control File System. | |
[ 8.227313] systemd[1]: Started Journal Service. | |
[ 8.698950] systemd-journald[534]: Received request to flush runtime journal from PID 1 | |
[ 9.885835] usb 1-1: new high-speed USB device number 2 using musb-hdrc | |
[ 10.014831] usb 1-1: New USB device found, idVendor=19d2, idProduct=1595 | |
[ 10.014858] usb 1-1: New USB device strings: Mfr=2, Product=3, SerialNumber=5 | |
[ 10.014868] usb 1-1: Product: PROLiNK Mobile Broadband | |
[ 10.014878] usb 1-1: Manufacturer: PROLiNK,Incorporated | |
[ 10.014887] usb 1-1: SerialNumber: 1234567890ABCDEF | |
[ 10.016182] usb-storage 1-1:1.0: USB Mass Storage device detected | |
[ 10.034174] scsi host0: usb-storage 1-1:1.0 | |
[ 11.054776] scsi 0:0:0:0: CD-ROM ZTE USB SCSI CD-ROM 2.31 PQ: 0 ANSI: 0 CCS | |
[ 11.062729] scsi 0:0:0:1: Direct-Access HSPA MMC Storage 2.31 PQ: 0 ANSI: 0 CCS | |
[ 11.083057] sd 0:0:0:1: [sda] Test WP failed, assume Write Enabled | |
[ 11.083755] sd 0:0:0:1: [sda] Asking for cache data failed | |
[ 11.089428] sd 0:0:0:1: [sda] Assuming drive cache: write through | |
[ 11.191444] sd 0:0:0:1: [sda] Attached SCSI removable disk | |
[ 11.632643] random: nonblocking pool is initialized | |
[ 12.118465] net eth0: initializing cpsw version 1.12 (0) | |
[ 12.118495] net eth0: initialized cpsw ale version 1.4 | |
[ 12.118505] net eth0: ALE Table size 1024 | |
[ 12.252585] Bluetooth: Core ver 2.21 | |
[ 12.260104] NET: Registered protocol family 31 | |
[ 12.260132] Bluetooth: HCI device and connection manager initialized | |
[ 12.260164] Bluetooth: HCI socket layer initialized | |
[ 12.260180] Bluetooth: L2CAP socket layer initialized | |
[ 12.260269] Bluetooth: SCO socket layer initialized | |
[ 12.353774] net eth0: phy found : id is : 0x7c0f1 | |
[ 12.394225] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready | |
[ 13.195841] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 | |
[ 13.195867] Bluetooth: BNEP filters: protocol multicast | |
[ 13.195897] Bluetooth: BNEP socket layer initialized | |
[ 14.207879] using random self ethernet address | |
[ 14.207911] using random host ethernet address | |
[ 14.337070] usb0: HOST MAC f4:5e:ab:34:39:77 | |
[ 14.350949] usb0: MAC f4:5e:ab:34:39:78 | |
[ 14.580612] configfs-gadget gadget: high-speed config #1: c | |
[ 16.386707] cpsw 4a100000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx | |
[ 16.386804] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready | |
[ 20.446739] 8021q: 802.1Q VLAN Support v1.8 | |
[ 20.446819] 8021q: adding VLAN 0 to HW filter on device eth0 | |
[ 24.606406] tda998x 0-0070: found TDA19988 | |
[ 24.608325] tilcdc 4830e000.lcdc: bound 0-0070 (ops tda998x_ops [tda998x]) | |
[ 24.608356] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). | |
[ 24.608365] [drm] No driver support for vblank timestamp query. | |
[ 24.608852] tilcdc 4830e000.lcdc: No connectors reported connected with modes | |
[ 24.608882] [drm] Cannot find any crtc or sizes - going 1024x768 | |
[ 24.663137] Console: switching to colour frame buffer device 128x48 | |
[ 24.683966] tilcdc 4830e000.lcdc: fb0: frame buffer device | |
[ 24.684019] [drm] Initialized tilcdc 1.0.0 20121205 on minor 0 | |
[ 25.088944] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20 | |
[ 26.653221] omap-sham 53100000.sham: hw accel on OMAP rev 4.3 | |
[ 26.692073] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2 | |
[ 27.028257] usbcore: registered new interface driver uas | |
[ 28.951045] scsi 0:0:0:0: Attached scsi generic sg0 type 5 | |
[ 28.956333] sd 0:0:0:1: Attached scsi generic sg1 type 0 | |
[ 29.019787] sr 0:0:0:0: [sr0] scsi3-mmc drive: 0x/0x caddy | |
[ 29.019821] cdrom: Uniform CD-ROM driver Revision: 3.20 | |
[ 29.033580] sr 0:0:0:0: Attached scsi CD-ROM sr0 | |
[ 30.856247] asoc-simple-card sound: i2s-hifi <-> 48038000.mcasp mapping ok | |
[ 62.459662] usb 1-1: reset high-speed USB device number 2 using musb-hdrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment