Skip to content

Instantly share code, notes, and snippets.

@elfgoh
Created March 10, 2017 02:27
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 elfgoh/b1c062b04b70f3e2793ebd2bf2229cb0 to your computer and use it in GitHub Desktop.
Save elfgoh/b1c062b04b70f3e2793ebd2bf2229cb0 to your computer and use it in GitHub Desktop.
Dmesg output after fresh reboot of console image and installing bb-cape-overlays 09 Mar 2017
# 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.000039] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[ 0.000051] OMAP clocksource: timer1 at 24000000 Hz
[ 0.001028] clocksource_probe: no matching clocksources found
[ 0.001236] Console: colour dummy device 80x30
[ 0.001401] console [tty0] enabled
[ 0.001424] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
[ 0.001431] This ensures that you still see kernel messages. Please
[ 0.001437] update your kernel commandline.
[ 0.001457] Calibrating delay loop... 995.32 BogoMIPS (lpj=1990656)
[ 0.046818] pid_max: default: 32768 minimum: 301
[ 0.046971] Security Framework initialized
[ 0.046985] Yama: becoming mindful.
[ 0.047022] AppArmor: AppArmor disabled by boot time parameter
[ 0.047207] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.047219] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.048072] Initializing cgroup subsys io
[ 0.048105] Initializing cgroup subsys memory
[ 0.048150] Initializing cgroup subsys devices
[ 0.048168] Initializing cgroup subsys freezer
[ 0.048184] Initializing cgroup subsys net_cls
[ 0.048199] Initializing cgroup subsys perf_event
[ 0.048214] Initializing cgroup subsys net_prio
[ 0.048237] Initializing cgroup subsys pids
[ 0.048293] CPU: Testing write buffer coherency: ok
[ 0.048355] ftrace: allocating 34648 entries in 102 pages
[ 0.146590] CPU0: thread -1, cpu 0, socket -1, mpidr 0
[ 0.146714] Setting up static identity map for 0x80008280 - 0x800082e0
[ 0.150930] Brought up 1 CPUs
[ 0.150956] SMP: Total of 1 processors activated (995.32 BogoMIPS).
[ 0.150964] CPU: All CPU(s) started in SVC mode.
[ 0.152540] devtmpfs: initialized
[ 0.170136] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[ 0.189764] omap_hwmod: debugss: _wait_target_disable failed
[ 0.231141] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.235322] xor: measuring software checksum speed
[ 0.274818] arm4regs : 1219.000 MB/sec
[ 0.314812] 8regs : 1091.000 MB/sec
[ 0.354813] 32regs : 1089.000 MB/sec
[ 0.394811] neon : 1739.000 MB/sec
[ 0.394819] xor: using function: neon (1739.000 MB/sec)
[ 0.394851] pinctrl core: initialized pinctrl subsystem
[ 0.396844] NET: Registered protocol family 16
[ 0.400564] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[ 0.401775] cpuidle: using governor ladder
[ 0.401798] cpuidle: using governor menu
[ 0.407582] OMAP GPIO hardware version 0.1
[ 0.419493] No ATAGs?
[ 0.419526] hw-breakpoint: debug architecture 0x4 unsupported.
[ 0.420087] omap4_sram_init:Unable to allocate sram needed to handle errata I688
[ 0.420103] omap4_sram_init:Unable to get sram pool needed to handle errata I688
[ 0.499052] raid6: int32x1 gen() 230 MB/s
[ 0.566870] raid6: int32x1 xor() 176 MB/s
[ 0.634972] raid6: int32x2 gen() 304 MB/s
[ 0.702950] raid6: int32x2 xor() 199 MB/s
[ 0.770950] raid6: int32x4 gen() 284 MB/s
[ 0.838925] raid6: int32x4 xor() 199 MB/s
[ 0.906937] raid6: int32x8 gen() 282 MB/s
[ 0.974929] raid6: int32x8 xor() 186 MB/s
[ 1.042826] raid6: neonx1 gen() 1464 MB/s
[ 1.110828] raid6: neonx1 xor() 846 MB/s
[ 1.178835] raid6: neonx2 gen() 1886 MB/s
[ 1.246829] raid6: neonx2 xor() 1170 MB/s
[ 1.314820] raid6: neonx4 gen() 1928 MB/s
[ 1.382823] raid6: neonx4 xor() 1204 MB/s
[ 1.450863] raid6: neonx8 gen() 1188 MB/s
[ 1.518822] raid6: neonx8 xor() 844 MB/s
[ 1.518830] raid6: using algorithm neonx4 gen() 1928 MB/s
[ 1.518837] raid6: .... xor() 1204 MB/s, rmw enabled
[ 1.518844] raid6: using intx1 recovery algorithm
[ 1.528102] edma 49000000.edma: TI EDMA DMA engine driver
[ 1.532758] SCSI subsystem initialized
[ 1.533203] libata version 3.00 loaded.
[ 1.533542] usbcore: registered new interface driver usbfs
[ 1.533616] usbcore: registered new interface driver hub
[ 1.533723] usbcore: registered new device driver usb
[ 1.534328] omap_i2c 44e0b000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c0_pins, deferring probe
[ 1.534381] omap_i2c 4819c000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c2_pins, deferring probe
[ 1.534501] media: Linux media interface: v0.10
[ 1.534562] Linux video capture interface: v2.00
[ 1.534670] pps_core: LinuxPPS API ver. 1 registered
[ 1.534679] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 1.534706] PTP clock support registered
[ 1.535709] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
[ 1.537132] NetLabel: Initializing
[ 1.537149] NetLabel: domain hash size = 128
[ 1.537155] NetLabel: protocols = UNLABELED CIPSOv4
[ 1.537217] NetLabel: unlabeled traffic allowed by default
[ 1.537650] clocksource: Switched to clocksource timer1
[ 1.648682] NET: Registered protocol family 2
[ 1.649537] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[ 1.649589] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[ 1.649742] TCP: Hash tables configured (established 4096 bind 4096)
[ 1.649830] UDP hash table entries: 256 (order: 1, 8192 bytes)
[ 1.649851] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[ 1.650198] NET: Registered protocol family 1
[ 1.650817] RPC: Registered named UNIX socket transport module.
[ 1.650832] RPC: Registered udp transport module.
[ 1.650839] RPC: Registered tcp transport module.
[ 1.650845] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.651501] Unpacking initramfs...
[ 2.035258] Freeing initrd memory: 5184K (c8080000 - c8590000)
[ 2.035974] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
[ 2.038889] futex hash table entries: 256 (order: 2, 16384 bytes)
[ 2.039020] audit: initializing netlink subsys (disabled)
[ 2.039110] audit: type=2000 audit(1.972:1): initialized
[ 2.049311] zbud: loaded
[ 2.050125] VFS: Disk quotas dquot_6.6.0
[ 2.050404] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 2.053091] NFS: Registering the id_resolver key type
[ 2.053165] Key type id_resolver registered
[ 2.053173] Key type id_legacy registered
[ 2.053207] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 2.053598] fuse init (API version 7.23)
[ 2.054354] SGI XFS with ACLs, security attributes, realtime, no debug enabled
[ 2.062899] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[ 2.063167] io scheduler noop registered
[ 2.063184] io scheduler deadline registered
[ 2.063264] io scheduler cfq registered (default)
[ 2.064637] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
[ 2.066645] wkup_m3_ipc 44e11324.wkup_m3_ipc: could not get rproc handle
[ 2.068016] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled
[ 2.071476] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 158, base_baud = 3000000) is a 8250
[ 2.084929] console [ttyS0] enabled
[ 2.086686] [drm] Initialized drm 1.1.0 20060810
[ 2.137709] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
[ 2.137736] davinci_mdio 4a101000.mdio: detected phy mask fffffffe
[ 2.138125] davinci_mdio: dt: updated phy_id[0] from phy_mask[fffffffe]
[ 2.145851] libphy: 4a101000.mdio: probed
[ 2.145887] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720
[ 2.146692] cpsw 4a100000.ethernet: Detected MACID = f4:5e:ab:34:39:76
[ 2.146844] cpsw 4a100000.ethernet: cpts: overflow check period 2125
[ 2.148555] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.148621] ehci-platform: EHCI generic platform driver
[ 2.148814] ehci-omap: OMAP-EHCI Host Controller driver
[ 2.149237] usbcore: registered new interface driver usb-storage
[ 2.151602] 47401300.usb-phy supply vcc not found, using dummy regulator
[ 2.154405] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
[ 2.154425] musb-hdrc: MHDRC RTL version 2.0
[ 2.154433] musb-hdrc: setup fifo_mode 4
[ 2.154453] musb-hdrc: 28/31 max ep, 16384/16384 memory
[ 2.156092] 47401b00.usb-phy supply vcc not found, using dummy regulator
[ 2.158681] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
[ 2.158701] musb-hdrc: MHDRC RTL version 2.0
[ 2.158708] musb-hdrc: setup fifo_mode 4
[ 2.158725] musb-hdrc: 28/31 max ep, 16384/16384 memory
[ 2.158887] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
[ 2.158937] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 1
[ 2.159233] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.159247] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.159258] usb usb1: Product: MUSB HDRC host driver
[ 2.159267] usb usb1: Manufacturer: Linux 4.4.48-ti-r88 musb-hcd
[ 2.159275] usb usb1: SerialNumber: musb-hdrc.1.auto
[ 2.160212] hub 1-0:1.0: USB hub found
[ 2.160276] hub 1-0:1.0: 1 port detected
[ 2.170242] mousedev: PS/2 mouse device common for all mice
[ 2.172300] omap_rtc 44e3e000.rtc: already running
[ 2.172757] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
[ 2.173581] i2c /dev entries driver
[ 2.175460] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[ 2.175906] cpuidle: enable-method property 'ti,am3352' found operations
[ 2.176619] omap_hsmmc 48060000.mmc: Got CD GPIO
[ 2.236926] mmc0: host does not support reading read-only switch, assuming write-enable
[ 2.239319] hidraw: raw HID events driver (C) Jiri Kosina
[ 2.240125] usbcore: registered new interface driver usbhid
[ 2.240137] usbhid: USB HID core driver
[ 2.240456] ashmem: initialized
[ 2.241288] remoteproc0: wkup_m3 is available
[ 2.241306] remoteproc0: Note: remoteproc is still under development and considered experimental.
[ 2.241314] remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[ 2.242972] mmc0: new high speed SDHC card at address 0007
[ 2.245950] NET: Registered protocol family 10
[ 2.246695] mmcblk0: mmc0:0007 SL16G 14.5 GiB
[ 2.248382] mmcblk0: p1
[ 2.250001] mip6: Mobile IPv6
[ 2.250034] NET: Registered protocol family 17
[ 2.251293] Key type dns_resolver registered
[ 2.251315] mpls_gso: MPLS GSO support
[ 2.251652] omap_voltage_late_init: Voltage driver support not added
[ 2.262184] PM: Cannot get wkup_m3_ipc handle
[ 2.266809] ThumbEE CPU extension supported.
[ 2.266845] Registering SWP/SWPB emulation handler
[ 2.268114] registered taskstats version 1
[ 2.268422] zswap: loaded using pool lzo/zbud
[ 2.275533] Btrfs loaded
[ 2.299549] Key type encrypted registered
[ 2.302790] input: tps65217_pwr_but as /devices/platform/ocp/44e0b000.i2c/i2c-0/0-0024/input/input0
[ 2.304175] mmc1: MAN_BKOPS_EN bit is not set
[ 2.310349] mmc1: new high speed MMC card at address 0001
[ 2.311296] mmcblk1: mmc1:0001 P1XXXX 3.60 GiB
[ 2.311738] mmcblk1boot0: mmc1:0001 P1XXXX partition 1 16.0 MiB
[ 2.312154] mmcblk1boot1: mmc1:0001 P1XXXX partition 2 16.0 MiB
[ 2.327398] tps65217 0-0024: TPS65217 ID 0xe version 1.2
[ 2.328007] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[ 2.328255] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
[ 2.330200] at24 2-0054: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[ 2.330628] at24 2-0055: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[ 2.331030] at24 2-0056: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[ 2.331424] at24 2-0057: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[ 2.331468] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz
[ 2.332723] remoteproc0: powering up wkup_m3
[ 2.332791] remoteproc0: Booting fw image am335x-pm-firmware.elf, size 217148
[ 2.333048] remoteproc0: remote processor wkup_m3 is now up
[ 2.333073] wkup_m3_ipc 44e11324.wkup_m3_ipc: CM3 Firmware Version = 0x192
[ 2.338784] bone_capemgr bone_capemgr: Baseboard: 'A335BNLT,EIA0,3716BBBK0D3E'
[ 2.338818] bone_capemgr bone_capemgr: compatible-baseboard=ti,beaglebone-black - #slots=4
[ 2.377663] bone_capemgr bone_capemgr: slot #0: No cape found
[ 2.421661] bone_capemgr bone_capemgr: slot #1: No cape found
[ 2.465653] bone_capemgr bone_capemgr: slot #2: No cape found
[ 2.509653] bone_capemgr bone_capemgr: slot #3: No cape found
[ 2.515549] bone_capemgr bone_capemgr: initialized OK.
[ 2.517845] PM: bootloader does not support rtc-only!
[ 2.518824] omap_rtc 44e3e000.rtc: setting system clock to 2017-03-10 02:21:13 UTC (1489112473)
[ 2.518856] of_cfs_init
[ 2.518980] of_cfs_init: OK
[ 2.524500] PM: Hibernation image not present or could not be loaded.
[ 2.526254] Freeing unused kernel memory: 748K (c0ed9000 - c0f94000)
[ 2.632904] random: systemd-udevd: uninitialized urandom read (16 bytes read, 13 bits of entropy available)
[ 2.637928] random: systemd-udevd: uninitialized urandom read (16 bytes read, 13 bits of entropy available)
[ 2.638170] random: systemd-udevd: uninitialized urandom read (16 bytes read, 13 bits of entropy available)
[ 2.651701] random: udevadm: uninitialized urandom read (16 bytes read, 13 bits of entropy available)
[ 2.652164] random: udevadm: uninitialized urandom read (16 bytes read, 13 bits of entropy available)
[ 2.652336] random: udevadm: uninitialized urandom read (16 bytes read, 13 bits of entropy available)
[ 2.653072] random: udevadm: uninitialized urandom read (16 bytes read, 13 bits of entropy available)
[ 2.653979] random: udevadm: uninitialized urandom read (16 bytes read, 13 bits of entropy available)
[ 2.654613] random: udevadm: uninitialized urandom read (16 bytes read, 13 bits of entropy available)
[ 2.655263] random: udevadm: uninitialized urandom read (16 bytes read, 13 bits of entropy available)
[ 6.049773] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[ 6.675058] systemd[1]: Failed to insert module 'kdbus': Function not implemented
[ 6.703315] 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.704072] systemd[1]: Detected architecture arm.
[ 6.706020] systemd[1]: Set hostname to <spdibox-3716BBBK0D3E>.
[ 7.301411] systemd[1]: Listening on Syslog Socket.
[ 7.302664] systemd[1]: Listening on Journal Socket.
[ 7.303096] systemd[1]: Listening on udev Control Socket.
[ 7.303227] systemd[1]: Reached target Swap.
[ 7.303349] systemd[1]: Reached target Remote File Systems (Pre).
[ 7.303442] systemd[1]: Reached target Remote File Systems.
[ 7.304369] systemd[1]: Created slice User and Session Slice.
[ 7.306326] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 7.306520] systemd[1]: Reached target Encrypted Volumes.
[ 7.306904] systemd[1]: Listening on Journal Socket (/dev/log).
[ 7.307651] systemd[1]: Listening on Journal Audit Socket.
[ 7.308526] systemd[1]: Created slice System Slice.
[ 7.309415] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ 7.317540] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[ 7.337105] systemd[1]: Starting Journal Service...
[ 7.363294] systemd[1]: Mounting POSIX Message Queue File System...
[ 7.408314] systemd[1]: Mounting /sys/kernel/debug...
[ 7.409504] systemd[1]: Created slice system-getty.slice.
[ 7.538827] systemd[1]: Starting Load Kernel Modules...
[ 7.538969] systemd[1]: Reached target Slices.
[ 7.539572] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 7.539959] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 7.540080] systemd[1]: Reached target Paths.
[ 7.540466] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 7.541295] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 7.627971] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 7.628427] systemd[1]: Listening on udev Kernel Socket.
[ 7.715762] systemd[1]: Mounted POSIX Message Queue File System.
[ 7.716109] systemd[1]: Mounted /sys/kernel/debug.
[ 7.731580] systemd[1]: Started Create list of required static device nodes for the current kernel.
[ 7.745465] systemd[1]: Started Load Kernel Modules.
[ 7.781132] systemd[1]: Starting Apply Kernel Variables...
[ 7.783100] EXT4-fs (mmcblk0p1): re-mounted. Opts: errors=remount-ro
[ 7.846349] systemd[1]: Mounting Configuration File System...
[ 7.900614] systemd[1]: Mounting FUSE Control File System...
[ 7.954936] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 8.043325] systemd[1]: Mounted Configuration File System.
[ 8.063926] systemd[1]: Mounted FUSE Control File System.
[ 8.072649] systemd[1]: Started Journal Service.
[ 8.695506] systemd-journald[535]: Received request to flush runtime journal from PID 1
[ 11.336538] random: nonblocking pool is initialized
[ 14.066106] net eth0: initializing cpsw version 1.12 (0)
[ 14.066135] net eth0: initialized cpsw ale version 1.4
[ 14.066145] net eth0: ALE Table size 1024
[ 14.158746] Bluetooth: Core ver 2.21
[ 14.158957] NET: Registered protocol family 31
[ 14.158968] Bluetooth: HCI device and connection manager initialized
[ 14.158995] Bluetooth: HCI socket layer initialized
[ 14.159012] Bluetooth: L2CAP socket layer initialized
[ 14.159061] Bluetooth: SCO socket layer initialized
[ 14.282791] net eth0: phy found : id is : 0x7c0f1
[ 14.302270] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 16.107165] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 16.107188] Bluetooth: BNEP filters: protocol multicast
[ 16.107218] Bluetooth: BNEP socket layer initialized
[ 16.605403] using random self ethernet address
[ 16.605433] using random host ethernet address
[ 16.728064] usb0: HOST MAC f4:5e:ab:34:39:77
[ 16.738322] usb0: MAC f4:5e:ab:34:39:78
[ 16.965759] configfs-gadget gadget: high-speed config #1: c
[ 18.314648] cpsw 4a100000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
[ 18.314741] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 18.423980] 8021q: 802.1Q VLAN Support v1.8
[ 18.424057] 8021q: adding VLAN 0 to HW filter on device eth0
[ 23.501559] tda998x 0-0070: found TDA19988
[ 23.506910] tilcdc 4830e000.lcdc: bound 0-0070 (ops tda998x_ops [tda998x])
[ 23.506948] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 23.506956] [drm] No driver support for vblank timestamp query.
[ 23.517898] tilcdc 4830e000.lcdc: No connectors reported connected with modes
[ 23.517950] [drm] Cannot find any crtc or sizes - going 1024x768
[ 23.591608] Console: switching to colour frame buffer device 128x48
[ 23.626682] tilcdc 4830e000.lcdc: fb0: frame buffer device
[ 23.626737] [drm] Initialized tilcdc 1.0.0 20121205 on minor 0
[ 23.633102] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20
[ 25.424009] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
[ 25.450760] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
[ 30.224925] asoc-simple-card sound: i2s-hifi <-> 48038000.mcasp mapping ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment