Jump to content
  • 0

Hummingboard i2eX + Ubuntu trusty boot time


ae2

Question

I'm running the ubuntu trusty image on a Hummingboard-i2eX and am experiencing 2+ minute boot times. The system starts booting and I get the following output before it hangs.

 

[1.6xxxxx] imx-ipuv3 2400000.ipu: WARNING: adapt panel end blank lines

[4.2xxxxx] IR keymap rc-rc6-mce not found

 

I am assuming that it is something related to the IR keymap that is holding the system up, but am not certain. Any thoughts on getting a slightly faster boot?

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

If you are talking about first (updating packages) and second boot (creating swap space), long boot is normal. 2 min is normal.

 

Those warnings / errors are safe to ignore.

Link to comment
Share on other sites

  • 0

Can you catch a boot log ? Without this it's hard to say what's wrong ...

 

Do you have onboard wireless? Anything on USB?

 

I am not experiencing any delays. HB boots "like a rocket" (with SSD).

Link to comment
Share on other sites

  • 0

Unfortunately, in an effort to see if booting from an mSATA device would work any better, I have managed to make it worse. I started the process to install to a SATA device, but mistakingly turned off power to the hummingboard during that process. I now can't actually get it boot at all - if I have an mSATA drive connected, it attempts to boot from that and errors because there actually isn't a full image on it. If I unplug the mSATA drive, the system boots to the "[1.6xxxxx] imx-ipuv3 2400000.ipu: WARNING: adapt panel end blank lines" message and hangs. I've left it for 10-15 mins to see if it gets beyond that point without any luck.

 

Is there a way to set the Hummingboard back to boot from the micro SD card normally?

Link to comment
Share on other sites

  • 0

You need to alter boot script on your SD card /boot/boot.cmd and set from root=/dev/sda1 back to /dev/mmcblk0p1 (on the end of this line add loglevel=9 to get more output from kernel boot)

 

Than you need  to recompile boot.cmd to boot.scr.

 

Tools: linux computer with installed uboot tools

Link to comment
Share on other sites

  • 0

Here's the results from 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 3.14.14-cubox-i (root@kitchen) (gcc version 4.8.2 (Ubuntu/Linaro 4.8.2-16ubuntu4) ) #8 SMP Sun Jul 12 19:03:09 CEST 2015
[ 0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c53c7d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine model: SolidRun HummingBoard Dual/Quad
[ 0.000000] cma: CMA: reserved 256 MiB at 40000000
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] On node 0 totalpages: 262144
[ 0.000000] free_area_init_node: node 0, pgdat 80a68280, node_mem_map af779000
[ 0.000000] DMA zone: 2048 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 262144 pages, LIFO batch:31
[ 0.000000] PERCPU: Embedded 8 pages/cpu @af758000 s9664 r8192 d14912 u32768
[ 0.000000] pcpu-alloc: s9664 r8192 d14912 u32768 alloc=8*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 260096
[ 0.000000] Kernel command line: root=/dev/mmcblk0p1 rootfstype=ext4 rootwait console=tty1 video=mxcfb0:dev=hdmi,1280x720M@60,if=RGB24,bpp=32 rd.dm=0 rd.luks=0 rd.lvm=0 raid=noautodetect pci=nomsi ahci_imx.hotplug=1 consoleblank=0 vt.global_cursor_default=0 loglevel=9
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] allocated 2097152 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] Memory: 763540K/1048576K available (7306K kernel code, 352K rwdata, 2632K rodata, 337K init, 518K bss, 285036K reserved, 0K highmem)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] vmalloc : 0xc0800000 - 0xff000000 (1000 MB)
[ 0.000000] lowmem : 0x80000000 - 0xc0000000 (1024 MB)
[ 0.000000] pkmap : 0x7fe00000 - 0x80000000 ( 2 MB)
[ 0.000000] modules : 0x7f000000 - 0x7fe00000 ( 14 MB)
[ 0.000000] .text : 0x80008000 - 0x809bcd9c (9940 kB)
[ 0.000000] .init : 0x809bd000 - 0x80a115c0 ( 338 kB)
[ 0.000000] .data : 0x80a12000 - 0x80a6a0e0 ( 353 kB)
[ 0.000000] .bss : 0x80a6a0e8 - 0x80aebaa0 ( 519 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000]     RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS:16 nr_irqs:16 16
[ 0.000000] L2C-310 erratum 769419 enabled
[ 0.000000] L2C-310 enabling early BRESP for Cortex-A9
[ 0.000000] L2C-310 full line of zeros enabled for Cortex-A9
[ 0.000000] L2C-310 ID prefetch enabled, offset 4 lines
[ 0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled
[ 0.000000] L2C-310 cache controller enabled, 16 ways, 1024 kB
[ 0.000000] L2C-310: CACHE_ID 0x410000c7, AUX_CTRL 0x76070001
[ 0.000010] sched_clock: 32 bits at 3000kHz, resolution 333ns, wraps every 1431655765682ns
[ 0.000580] Console: colour dummy device 80x30
[ 0.001037] console [tty1] enabled
[ 0.001063] Calibrating delay loop... 1570.81 BogoMIPS (lpj=785408)
[ 0.007310] pid_max: default: 32768 minimum: 301
[ 0.007438] Security Framework initialized
[ 0.007512] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.007532] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.012527] Initializing cgroup subsys memory
[ 0.012559] Initializing cgroup subsys devices
[ 0.012574] Initializing cgroup subsys freezer
[ 0.012589] Initializing cgroup subsys net_cls
[ 0.012602] Initializing cgroup subsys blkio
[ 0.012615] Initializing cgroup subsys bfqio
[ 0.012628] Initializing cgroup subsys perf_event
[ 0.012701] CPU: Testing write buffer coherency: ok
[ 0.012940] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.013006] Setting up static identity map for 0x106f1890 - 0x106f18e8
[ 0.014656] CPU1: Booted secondary processor
[ 0.021304] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.021421] Brought up 2 CPUs
[ 0.021457] SMP: Total of 2 processors activated.
[ 0.021470] CPU: All CPU(s) started in SVC mode.
[ 0.022040] devtmpfs: initialized
[ 0.025545] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
[ 0.039790] atomic64 test passed
[ 0.039829] pinctrl core: initialized pinctrl subsystem
[ 0.040197] regulator-dummy: no parameters
[ 0.040559] NET: Registered protocol family 16
[ 0.048382] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.048899] cpuidle: using governor ladder
[ 0.048916] cpuidle: using governor menu
[ 0.049189] CPU identified as i.MX6Q, silicon rev 1.2
[ 0.049287] Use WDOG1 as reset source
[ 0.057197] syscon 20c8000.anatop: regmap [mem 0x020c8000-0x020c8fff] registered
[ 0.057473] vdd1p1: 800 <--> 1375 mV at 1125 mV
[ 0.057810] vdd3p0: 2800 <--> 3150 mV at 3000 mV
[ 0.058098] vdd2p5: 2000 <--> 2750 mV at 2425 mV
[ 0.060329] vddarm: 725 <--> 1450 mV at 1150 mV
[ 0.060627] vddpu: 725 <--> 1450 mV at 1150 mV
[ 0.061323] vddsoc: 725 <--> 1450 mV at 1200 mV
[ 0.062901] syscon 20e0000.iomuxc-gpr: regmap [mem 0x020e0000-0x020e0037] registered
[ 0.065294] syscon 21bc000.ocotp-ctrl: regmap [mem 0x021bc000-0x021bffff] registered
[ 0.068974] No ATAGs?
[ 0.069004] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
[ 0.069030] hw-breakpoint: maximum watchpoint size is 4 bytes.
[ 0.069615] imx6q-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver
[ 0.083571] bio: create slab <bio-0> at 0
[ 0.085735] mxs-dma 110000.dma-apbh: initialized
[ 0.086401] brcm_osc_reg: 3300 mV
[ 0.086652] brcm_reg: 3300 mV
[ 0.086853] 3P3V: 3300 mV
[ 0.087118] usb_h1_vbus: 5000 mV
[ 0.087372] usb_otg_vbus: 5000 mV
[ 0.087662] vgaarb: loaded
[ 0.088369] SCSI subsystem initialized
[ 0.088552] libata version 3.00 loaded.
[ 0.088818] usbcore: registered new interface driver usbfs
[ 0.088896] usbcore: registered new interface driver hub
[ 0.089000] usbcore: registered new device driver usb
[ 0.089134] usbphy_nop1.11 supply vcc not found, using dummy regulator
[ 0.089232] usbphy_nop2.12 supply vcc not found, using dummy regulator
[ 0.090687] i2c i2c-0: IMX I2C adapter registered
[ 0.091254] i2c i2c-1: IMX I2C adapter registered
[ 0.091514] i2c i2c-2: IMX I2C adapter registered
[ 0.091628] media: Linux media interface: v0.10
[ 0.091693] Linux video capture interface: v2.00
[ 0.091771] pps_core: LinuxPPS API ver. 1 registered
[ 0.091785] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.091818] PTP clock support registered
[ 0.094376] imx-ipuv3 2400000.ipu: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)
[ 0.096372] imx-ipuv3 2800000.ipu: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)
[ 0.097067] MIPI CSI2 driver module loaded
[ 0.097154] Advanced Linux Sound Architecture Driver Initialized.
[ 0.098069] NetLabel: Initializing
[ 0.098085] NetLabel: domain hash size = 128
[ 0.098098] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.098158] NetLabel: unlabeled traffic allowed by default
[ 0.098514] Switched to clocksource mxc_timer1
[ 0.223148] PCI host bridge to bus 0000:00
[ 0.223176] pci_bus 0000:00: root bus resource [io 0x1000-0x10000]
[ 0.223195] pci_bus 0000:00: root bus resource [mem 0x01000000-0x01efffff]
[ 0.223216] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[ 0.223265] pci 0000:00:00.0: [16c3:abcd] type 01 class 0x060400
[ 0.223299] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x000fffff]
[ 0.223328] pci 0000:00:00.0: reg 0x38: [mem 0x00000000-0x0000ffff pref]
[ 0.223391] pci 0000:00:00.0: supports D1
[ 0.223410] pci 0000:00:00.0: PME# supported from D0 D1 D3hot D3cold
[ 0.223689] PCI: bus0: Fast back to back transfers disabled
[ 0.223891] pci 0000:01:00.0: [11c1:5901] type 00 class 0x0c0010
[ 0.223966] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 0.224254] pci 0000:01:00.0: supports D1 D2
[ 0.224273] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.226583] PCI: bus1: Fast back to back transfers disabled
[ 0.226609] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 0.226635] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 01
[ 0.226697] pci 0000:00:00.0: BAR 0: assigned [mem 0x01000000-0x010fffff]
[ 0.226722] pci 0000:00:00.0: BAR 14: assigned [mem 0x01100000-0x011fffff]
[ 0.226742] pci 0000:00:00.0: BAR 6: assigned [mem 0x01200000-0x0120ffff pref]
[ 0.226766] pci 0000:01:00.0: BAR 0: assigned [mem 0x01100000-0x01100fff 64bit]
[ 0.226819] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 0.226839] pci 0000:00:00.0: bridge window [mem 0x01100000-0x011fffff]
[ 0.226867] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 0.226885] pci 0000:00:00.0: bridge window [mem 0x01100000-0x011fffff]
[ 0.226909] pci_bus 0000:00: resource 4 [io 0x1000-0x10000]
[ 0.226926] pci_bus 0000:00: resource 5 [mem 0x01000000-0x01efffff]
[ 0.226943] pci_bus 0000:01: resource 1 [mem 0x01100000-0x011fffff]
[ 0.237007] NET: Registered protocol family 2
[ 0.237680] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.237771] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.237901] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.237976] TCP: reno registered
[ 0.237996] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.238047] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.238340] NET: Registered protocol family 1
[ 0.238676] RPC: Registered named UNIX socket transport module.
[ 0.238695] RPC: Registered udp transport module.
[ 0.238707] RPC: Registered tcp transport module.
[ 0.238719] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.238755] PCI: CLS 64 bytes, default 64
[ 0.239373] hw perfevents: enabled with ARMv7_Cortex_A9 PMU driver, 7 counters available
[ 0.240768] pureg-dummy: no parameters
[ 0.241734] imx6_busfreq busfreq.14: DDR medium rate not supported.
[ 0.242272] Bus freq driver module loaded
[ 0.242998] futex hash table entries: 512 (order: 3, 32768 bytes)
[ 0.243213] audit: initializing netlink subsys (disabled)
[ 0.243262] audit: type=2000 audit(0.242:1): initialized
[ 0.412809] zbud: loaded
[ 0.413351] VFS: Disk quotas dquot_6.5.2
[ 0.413643] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.415752] NFS: Registering the id_resolver key type
[ 0.415795] Key type id_resolver registered
[ 0.415810] Key type id_legacy registered
[ 0.415833] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.416052] fuse init (API version 7.22)
[ 0.416477] msgmni has been set to 2003
[ 0.416780] Key type big_key registered
[ 0.427272] alg: No test for stdrng (krng)
[ 0.427489] NET: Registered protocol family 38
[ 0.427595] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[ 0.427730] io scheduler noop registered
[ 0.427747] io scheduler deadline registered
[ 0.427930] io scheduler cfq registered
[ 0.427975] io scheduler bfq registered (default)
[ 0.427989] BFQ I/O-scheduler version: v7r5
[ 0.429279] pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt
[ 0.429308] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[ 0.429331] pcie_pme 0000:00:00.0:pcie01: service driver pcie_pme loaded
[ 0.430574] mxc_sdc_fb fb.27: register mxc display driver hdmi
[ 0.430751] mxc_hdmi 20e0000.hdmi_video: Detected HDMI controller 0x13:0xa:0xa0:0xc1
[ 0.430784] fbcvt: 1280x720@60: CVT Name - .921M9
[ 0.450583] imx-ipuv3 2400000.ipu: IPU DMFC DP HIGH RESOLUTION: 1(0,1), 5B(2~5), 5F(6,7)
[ 0.506087] Console: switching to colour frame buffer device 160x45
[ 0.541278] imx-sdma 20ec000.sdma: no iram assigned, using external mem
[ 0.542058] imx-sdma 20ec000.sdma: loaded firmware 1.1
[ 0.544752] imx-sdma 20ec000.sdma: initialized
[ 0.545238] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.546578] Serial: IMX driver
[ 0.546928] 2020000.serial: ttymxc0 at MMIO 0x2020000 (irq = 58, base_baud = 5000000) is a IMX
[ 0.547865] 21f0000.serial: ttymxc3 at MMIO 0x21f0000 (irq = 61, base_baud = 5000000) is a IMX
[ 0.548387] serial: Freescale lpuart driver
[ 0.549659] [drm] Initialized drm 1.1.0 20060810
[ 0.550095] [drm] Initialized vivante 1.0.0 20120216 on minor 0
[ 0.560970] brd: module loaded
[ 0.565619] loop: module loaded
[ 0.570933] ahci-imx 2200000.sata: fsl,transmit-level-mV value 1104, using 00000044
[ 0.575591] ahci-imx 2200000.sata: fsl,transmit-boost-mdB value 0, using 00000000
[ 0.580169] ahci-imx 2200000.sata: fsl,transmit-atten-16ths value 9, using 00002000
[ 0.584734] ahci-imx 2200000.sata: fsl,receive-eq-mdB not specified, using 05000000
[ 0.592111] ahci-imx 2200000.sata: SSS flag set, parallel bus scan disabled
[ 0.596706] ahci-imx 2200000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
[ 0.601323] ahci-imx 2200000.sata: flags: ncq sntf stag pm led clo only pmp pio slum part ccc apst
[ 0.607302] scsi0 : ahci_platform
[ 0.612244] ata1: SATA max UDMA/133 mmio [mem 0x02200000-0x02203fff] port 0x100 irq 71
[ 0.618786] spi_imx 200c000.ecspi: probed
[ 0.624258] libphy: Fixed MDIO Bus: probed
[ 0.629748] 2188000.ethernet supply phy not found, using dummy regulator
[ 0.641286] libphy: fec_enet_mii_bus: probed
[ 0.646596] fec 2188000.ethernet eth0: registered PHC device 0
[ 0.651910] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.656936] ehci-pci: EHCI PCI platform driver
[ 0.662056] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.667194] ohci-pci: OHCI PCI platform driver
[ 0.672297] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.677604] usbcore: registered new interface driver usb-storage
[ 0.682748] usbcore: registered new interface driver ums-usbat
[ 0.687847] usbcore: registered new interface driver usbserial
[ 0.692763] usbcore: registered new interface driver usbserial_generic
[ 0.697553] usbserial: USB Serial support registered for generic
[ 0.702824] 2184800.usbmisc supply vbus-wakeup not found, using dummy regulator
[ 0.711833] ci_hdrc ci_hdrc.0: EHCI Host Controller
[ 0.716785] ci_hdrc ci_hdrc.0: new USB bus registered, assigned bus number 1
[ 0.727546] ci_hdrc ci_hdrc.0: USB 2.0 started, EHCI 1.00
[ 0.732374] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.737149] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.741971] usb usb1: Product: EHCI Host Controller
[ 0.746738] usb usb1: Manufacturer: Linux 3.14.14-cubox-i ehci_hcd
[ 0.751536] usb usb1: SerialNumber: ci_hdrc.0
[ 0.756831] hub 1-0:1.0: USB hub found
[ 0.761609] hub 1-0:1.0: 1 port detected
[ 0.769863] ci_hdrc ci_hdrc.1: doesn't support gadget
[ 0.774521] ci_hdrc ci_hdrc.1: EHCI Host Controller
[ 0.779307] ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 2
[ 0.789543] ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00
[ 0.794352] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.799033] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.803742] usb usb2: Product: EHCI Host Controller
[ 0.808443] usb usb2: Manufacturer: Linux 3.14.14-cubox-i ehci_hcd
[ 0.813204] usb usb2: SerialNumber: ci_hdrc.1
[ 0.818404] hub 2-0:1.0: USB hub found
[ 0.823084] hub 2-0:1.0: 1 port detected
[ 0.828318] mousedev: PS/2 mouse device common for all mice
[ 0.838015] rtc-pcf8523 0-0068: rtc core: registered rtc-pcf8523 as rtc0
[ 0.842979] snvs_rtc 20cc034.snvs-rtc-lp: rtc core: registered 20cc034.snvs-rtc-lp as rtc1
[ 0.847635] i2c /dev entries driver
[ 0.853164] imx2-wdt 20bc000.wdog: IMX2+ Watchdog Timer enabled. timeout=60s (nowayout=0)
[ 0.858217] device-mapper: uevent: version 1.0.3
[ 0.863122] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
[ 0.868160] sdhci: Secure Digital Host Controller Interface driver
[ 0.872913] sdhci: Copyright© Pierre Ossman
[ 0.877597] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.883038] sdhci-esdhc-imx 2190000.usdhc: could not get ultra high speed state, work on normal mode
[ 0.889106] mmc0: no vqmmc regulator found
[ 0.923551] ata1: SATA link down (SStatus 0 SControl 300)
[ 1.129573] usb 2-1: new high-speed USB device number 2 using ci_hdrc
[ 1.166545] mmc0: SDHCI controller on 2190000.usdhc [2190000.usdhc] using ADMA
[ 1.175190] sdhci-esdhc-imx 2194000.usdhc: could not get ultra high speed state, work on normal mode
[ 1.180676] mmc1: no vqmmc regulator found
[ 1.188533] 2194000.usdhc supply card-external-vcc not found, using dummy regulator
[ 1.250383] usb 2-1: New USB device found, idVendor=04b4, idProduct=6570
[ 1.255722] usb 2-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 1.261055] usb 2-1: Product: USB2.0 Hub
[ 1.267171] hub 2-1:1.0: USB hub found
[ 1.267541] mmc1: SDHCI controller on 2194000.usdhc [2194000.usdhc] using ADMA
[ 1.278146] hub 2-1:1.0: 4 ports detected
[ 1.555562] usb 2-1.1: new full-speed USB device number 3 using ci_hdrc
[ 1.657858] Galcore version 4.6.9.9754
[ 1.663546] usb 2-1.1: New USB device found, idVendor=413c, idProduct=1002
[ 1.671307] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.686256] usb 2-1.1: Product: Dell USB Keyboard Hub
[ 1.692142] usb 2-1.1: Manufacturer: Dell
[ 1.698306] mxc_vdoa 21e4000.vdoa: i.MX Video Data Order Adapter(VDOA) driver probed
[ 1.704488] mxc_asrc 2034000.asrc: mxc_asrc registered
[ 1.707370] hub 2-1.1:1.0: USB hub found
[ 1.707527] hub 2-1.1:1.0: 3 ports detected
[ 1.717508] mxc_hdmi 20e0000.hdmi_video: mxc_hdmi_read_edid HDMI in DVI mode
[ 1.727352] mxc_vpu 2040000.vpu: VPU initialized
[ 1.727942] mxc_hdmi_cec hdmi_cec.16: HDMI CEC initialized
[ 1.728328] hidraw: raw HID events driver © Jiri Kosina
[ 1.728640] usbcore: registered new interface driver usbhid
[ 1.728642] usbhid: USB HID core driver
[ 1.731317] sgtl5000 0-000a: sgtl5000 revision 0x11
[ 1.784455] 0-000a: 1200 mV normal
[ 1.784529] sgtl5000 0-000a: Using internal LDO instead of VDDD
[ 1.786597] sgtl5000 0-000a: ldo_regulator_enable(): enabled 0
[ 1.804695] imx-sgtl5000 sound-sgtl5000.24: sgtl5000 <-> 2028000.ssi mapping ok
[ 1.809700] imx-spdif sound-spdif.25: snd-soc-dummy-dai <-> 2004000.spdif mapping ok
[ 1.827726] mmc1: host does not support reading read-only switch. assuming write-enable.
[ 1.828094] imx-audio-hdmi sound-hdmi.26: hdmi-hifi <-> hdmi_audio.15 mapping ok
[ 1.829805] ip_tables: © 2000-2006 Netfilter Core Team
[ 1.829836] TCP: cubic registered
[ 1.829840] Initializing XFRM netlink socket
[ 1.830377] NET: Registered protocol family 10
[ 1.835765] mip6: Mobile IPv6
[ 1.835772] NET: Registered protocol family 17
[ 1.835838] Bridge firewalling registered
[ 1.835881] 8021q: 802.1Q VLAN Support v1.8
[ 1.835927] Key type dns_resolver registered
[ 1.837688] registered taskstats version 1
[ 1.837911] regulator-dummy: disabling
[ 1.839666] mmc1: new high speed SDHC card at address aaaa
[ 1.840818] rtc-pcf8523 0-0068: setting system clock to 2095-08-14 13:22:44 UTC (3964166564)
[ 1.849442] ALSA device list:
[ 1.849449] #0: On-board Codec
[ 1.849452] #1: imx-spdif
[ 1.849454] #2: imx-hdmi-soc
[ 1.853587] mmcblk0: mmc1:aaaa SL16G 14.8 GiB
[ 1.854973] mmcblk0: p1
[ 1.993739] imx-ipuv3 2400000.ipu: WARNING: adapt panel end blank lines
[ 2.035769] usb 2-1.1.1: new full-speed USB device number 4 using ci_hdrc
[ 2.094836] md: Skipping autodetection of RAID arrays. (raid=autodetect will force)
[ 2.111990] usb 2-1.1.1: New USB device found, idVendor=413c, idProduct=2002
[ 2.112146] usb 2-1.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.112305] usb 2-1.1.1: Product: Dell USB Keyboard Hub
[ 2.112417] usb 2-1.1.1: Manufacturer: Dell
[ 2.116049] input: Dell Dell USB Keyboard Hub as /devices/soc0/soc.1/2100000.aips-bus/2184200.usb/ci_hdrc.1/usb2/2-1/2-1.1/2-1.1.1/2-1.1.1:1.0/0003:413C:2002.0001/input/input0
[ 2.116700] hid-generic 0003:413C:2002.0001: input,hidraw0: USB HID v1.10 Keyboard [Dell Dell USB Keyboard Hub] on usb-ci_hdrc.1-1.1.1/input0
[ 2.117985] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: (null)
[ 2.118191] VFS: Mounted root (ext4 filesystem) readonly on device 179:1.
[ 2.121065] input: Dell Dell USB Keyboard Hub as /devices/soc0/soc.1/2100000.aips-bus/2184200.usb/ci_hdrc.1/usb2/2-1/2-1.1/2-1.1.1/2-1.1.1:1.1/0003:413C:2002.0002/input/input1
[ 2.121684] hid-generic 0003:413C:2002.0002: input,hidraw1: USB HID v1.10 Device [Dell Dell USB Keyboard Hub] on usb-ci_hdrc.1-1.1.1/input1
[ 2.126008] devtmpfs: mounted
[ 2.126284] Freeing unused kernel memory: 336K (809bd000 - 80a11000)
[ 2.670972] random: nonblocking pool is initialized
[ 3.046334] init: mounted-proc main process (132) terminated with status 1
[ 3.810697] systemd-udevd[232]: starting version 204
[ 3.967803] bonding: Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
[ 4.045017] lp: driver loaded but no devices found
[ 4.061793] ppdev: user-space parallel port driver
[ 4.659752] IR keymap rc-rc6-mce not found
[ 4.659856] Registered IR keymap rc-empty
[ 4.660471] input: gpio_ir_recv as /devices/soc0/ir-receiver.23/rc/rc0/input2
[ 4.660810] rc0: gpio_ir_recv as /devices/soc0/ir-receiver.23/rc/rc0
[ 4.675180] IR NEC protocol handler initialized
[ 4.676724] IR RC5(x) protocol handler initialized
[ 4.721156] IR RC6 protocol handler initialized
[ 4.722215] IR Sony protocol handler initialized
[ 4.722984] IR SANYO protocol handler initialized
[ 4.724006] IR MCE Keyboard/mouse protocol handler initialized
[ 4.724805] IR JVC protocol handler initialized
[ 4.729617] lirc_dev: IR Remote Control driver registered, major 240
[ 4.730339] input: MCE IR Keyboard/Mouse (gpio-rc-recv) as /devices/virtual/input/input3
[ 4.730763] PCI: enabling device 0000:01:00.0 (0140 -> 0142)
[ 4.732673] rc rc0: lirc_dev: driver ir-lirc-codec (gpio-rc-recv) registered at minor = 0
[ 4.732684] IR LIRC bridge handler initialized
[ 4.785935] firewire_ohci 0000:01:00.0: added OHCI v1.10 device as card 0, 8 IR + 8 IT contexts, quirks 0x0, physUB
[ 5.224634] EXT4-fs (mmcblk0p1): re-mounted. Opts: data=writeback,commit=600,errors=remount-ro
[ 5.277473] mxc_hdmi 20e0000.hdmi_video: mxc_hdmi_read_edid HDMI in DVI mode
[ 5.277489] mxc_hdmi 20e0000.hdmi_video: same edid
[ 5.303177] firewire_core 0000:01:00.0: created device fw0: GUID 1111110000000521, S800
[ 5.880134] Adding 262140k swap on /var/swap. Priority:-1 extents:2 across:286716k SSFS
[ 6.325379] mxc_hdmi 20e0000.hdmi_video: mxc_hdmi_read_edid HDMI in DVI mode
[ 6.325395] mxc_hdmi 20e0000.hdmi_video: same edid
[ 7.497435] init: cups main process (564) killed by HUP signal
[ 7.497485] init: cups main process ended, respawning
[ 7.595405] Bluetooth: Core ver 2.18
[ 7.595489] NET: Registered protocol family 31
[ 7.595497] Bluetooth: HCI device and connection manager initialized
[ 7.595572] Bluetooth: HCI socket layer initialized
[ 7.595976] Bluetooth: L2CAP socket layer initialized
[ 7.596023] Bluetooth: SCO socket layer initialized
[ 7.614717] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 7.614729] Bluetooth: BNEP filters: protocol multicast
[ 7.614756] Bluetooth: BNEP socket layer initialized
[ 7.708141] Bluetooth: RFCOMM TTY layer initialized
[ 7.708185] Bluetooth: RFCOMM socket layer initialized
[ 7.708207] Bluetooth: RFCOMM ver 1.11
[ 127.798001] init: alsa-restore main process (938) terminated with status 99



Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines