Dear All, I am using beaglebone green with 7 inc $d LCD cape. I am running QT application at startup. But it takes about 25 seconds start the QT application. I tried many ways.
Here is the dmesg [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Linux version 3.8.13-bone70 (demos@demos) (gcc version 4.7.3 20130328 (prerelease) (crosstool-NG linaro-1.13.1-4.7-2013.04-20130415 - Linaro GCC 2013.04) ) #3 SMP Thu Jul 7 10:27:12 IST 2016 [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=50c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine: Generic AM33XX (Flattened Device Tree), model: TI AM335x BeagleBone [ 0.000000] Memory policy: ECC disabled, Data cache writeback [ 0.000000] On node 0 totalpages: 130816 [ 0.000000] free_area_init_node: node 0, pgdat c08b09c0, node_mem_map c092e000 [ 0.000000] Normal zone: 1024 pages used for memmap [ 0.000000] Normal zone: 0 pages reserved [ 0.000000] Normal zone: 129792 pages, LIFO batch:31 [ 0.000000] AM335X ES2.1 (l2cache sgx neon ) [ 0.000000] PERCPU: Embedded 9 pages/cpu @c0d3e000 s14080 r8192 d14592 u36864 [ 0.000000] pcpu-alloc: s14080 r8192 d14592 u36864 alloc=9*4096 [ 0.000000] pcpu-alloc: [0] 0 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 129792 [ 0.000000] Kernel command line: console=ttyO0,115200n8 text vt.global_cursor_default=0 capemgr.disable_partno=BB-BONELT-HDMI root=UUID=d3391e8f-ad03-466b-8d9e-4cf7d119d7a6 ro rootfstype=ext4 rootwait fixrtc quiet [ 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] __ex_table already sorted, skipping sort [ 0.000000] allocated 1048576 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] Memory: 511MB = 511MB total [ 0.000000] Memory: 505432k/505432k available, 18856k 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 : 0xe0800000 - 0xff000000 ( 488 MB) [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] modules : 0xbf800000 - 0xbfe00000 ( 6 MB) [ 0.000000] .text : 0xc0008000 - 0xc07cef38 (7964 kB) [ 0.000000] .init : 0xc07cf000 - 0xc082a700 ( 366 kB) [ 0.000000] .data : 0xc082c000 - 0xc08b3980 ( 543 kB) [ 0.000000] .bss : 0xc08b3980 - 0xc092d100 ( 486 kB) [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1. [ 0.000000] NR_IRQS:0 nr_irqs:0 0 [ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts [ 0.000000] Total of 128 interrupts on 1 active controller [ 0.000000] OMAP clockevent source: GPTIMER1 at 24000000 Hz [ 0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms [ 0.000000] OMAP clocksource: GPTIMER2 at 24000000 Hz [ 0.000000] Console: colour dummy device 80x30 [ 0.000228] Calibrating delay loop... 993.47 BogoMIPS (lpj=969728) [ 0.029188] pid_max: default: 32768 minimum: 301 [ 0.029324] Security Framework initialized [ 0.029379] Mount-cache hash table entries: 512 [ 0.035020] Initializing cgroup subsys cpuacct [ 0.035071] Initializing cgroup subsys memory [ 0.035114] Initializing cgroup subsys blkio [ 0.035200] CPU: Testing write buffer coherency: ok [ 0.035576] CPU0: thread -1, cpu 0, socket -1, mpidr 0 [ 0.035629] Setting up static identity map for 0x804a5338 - 0x804a5384 [ 0.036547] Brought up 1 CPUs [ 0.036560] SMP: Total of 1 processors activated (993.47 BogoMIPS). [ 0.037343] devtmpfs: initialized [ 0.045838] omap_hwmod: wd_timer2: _wait_target_disable failed [ 0.097950] pinctrl core: initialized pinctrl subsystem [ 0.098083] rstctl core: initialized rstctl subsystem [ 0.098363] regulator-dummy: no parameters [ 0.098678] NET: Registered protocol family 16 [ 0.099254] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.104878] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568 [ 0.105464] platform 49000000.edma: alias fck already exists [ 0.105480] platform 49000000.edma: alias fck already exists [ 0.105493] platform 49000000.edma: alias fck already exists [ 0.106107] gpiochip_add: registered GPIOs 0 to 31 on device: gpio [ 0.106199] OMAP GPIO hardware version 0.1 [ 0.106995] gpiochip_add: registered GPIOs 32 to 63 on device: gpio [ 0.107700] gpiochip_add: registered GPIOs 64 to 95 on device: gpio [ 0.108381] gpiochip_add: registered GPIOs 96 to 127 on device: gpio [ 0.108639] of_get_named_gpio_flags exited with status 52 [ 0.108655] gpio-rctrl rstctl.4: loaded OK [ 0.111936] No ATAGs? [ 0.111952] hw-breakpoint: debug architecture 0x4 unsupported. [ 0.113259] cpsw.0: No hwaddr in dt. Using 84:eb:18:e1:ea:b3 from efuse [ 0.113277] cpsw.1: No hwaddr in dt. Using 84:eb:18:e1:ea:b5 from efuse [ 0.121428] bio: create slab <bio-0> at 0 [ 0.127732] edma-dma-engine edma-dma-engine.0: TI EDMA DMA engine driver [ 0.127889] of_get_named_gpio_flags: can't parse gpios property [ 0.128010] vmmcsd_fixed: 3300 mV [ 0.129590] SCSI subsystem initialized [ 0.129828] usbcore: registered new interface driver usbfs [ 0.129887] usbcore: registered new interface driver hub [ 0.130087] usbcore: registered new device driver usb [ 0.131350] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz [ 0.132235] input: tps65217_pwr_but as /devices/ocp.3/44e0b000.i2c/i2c-0/0-0024/input/input0 [ 0.133837] DCDC1: at 1500 mV [ 0.134696] vdd_mpu: 925 <--> 1325 mV at 1325 mV [ 0.135501] vdd_core: 925 <--> 1150 mV at 1125 mV [ 0.136297] LDO1: at 1800 mV [ 0.137126] LDO2: at 3300 mV [ 0.138595] LDO3: 1800 mV [ 0.139395] LDO4: at 3300 mV [ 0.140103] tps65217 0-0024: TPS65217 ID 0xe version 1.2 [ 0.140593] omap_i2c 44e0b000.i2c: unable to select pin group [ 0.141065] omap_i2c 4819c000.i2c: bus 1 rev0.11 at 100 kHz [ 0.142398] omap_i2c 4819c000.i2c: unable to select pin group [ 0.142602] media: Linux media interface: v0.10 [ 0.142667] Linux video capture interface: v2.00 [ 0.142735] pps_core: LinuxPPS API ver. 1 registered [ 0.142743] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]> [ 0.142767] PTP clock support registered [ 0.143161] Advanced Linux Sound Architecture Driver Initialized. [ 0.143748] NetLabel: Initializing [ 0.143758] NetLabel: domain hash size = 128 [ 0.143764] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.143828] NetLabel: unlabeled traffic allowed by default [ 0.144052] Switching to clocksource gp_timer [ 0.174920] NET: Registered protocol family 2 [ 0.175618] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.175698] TCP bind hash table entries: 4096 (order: 4, 81920 bytes) [ 0.175791] TCP: Hash tables configured (established 4096 bind 4096) [ 0.175852] TCP: reno registered [ 0.175866] UDP hash table entries: 256 (order: 1, 12288 bytes) [ 0.175892] UDP-Lite hash table entries: 256 (order: 1, 12288 bytes) [ 0.176121] NET: Registered protocol family 1 [ 0.176503] RPC: Registered named UNIX socket transport module. [ 0.176515] RPC: Registered udp transport module. [ 0.176522] RPC: Registered tcp transport module. [ 0.176529] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.176743] Trying to unpack rootfs image as initramfs... [ 0.352755] Freeing initrd memory: 2776K [ 0.353174] hw perfevents: enabled with ARMv7 Cortex-A8 PMU driver, 5 counters available [ 0.353437] CPU PMU: attempt to register multiple PMU devices! [ 0.353461] arm-pmu: probe of arm-pmu failed with error -28 [ 0.353768] omap2_mbox_probe: platform not supported [ 0.506024] VFS: Disk quotas dquot_6.5.2 [ 0.506162] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 0.506849] NFS: Registering the id_resolver key type [ 0.506915] Key type id_resolver registered [ 0.506923] Key type id_legacy registered [ 0.507198] fuse init (API version 7.20) [ 0.507677] Btrfs loaded [ 0.507780] msgmni has been set to 992 [ 0.509457] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248) [ 0.509474] io scheduler noop registered [ 0.509482] io scheduler deadline registered [ 0.509504] io scheduler cfq registered (default) [ 0.510622] tps65217-bl tps65217-bl: no platform data provided [ 0.510649] tps65217-bl: probe of tps65217-bl failed with error -22 [ 0.511172] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 0.512554] omap_uart 44e09000.serial: did not get pins for uart0 error: -19 [ 0.512826] 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 72) is a OMAP UART0 [ 0.524674] console [ttyO0] enabled [ 0.525376] [drm] Initialized drm 1.1.0 20060810 [ 0.532701] brd: module loaded [ 0.536425] loop: module loaded [ 0.536504] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write [ 0.536547] at24 1-0054: 32768 byte 24c256 EEPROM, writable, 1 bytes/write [ 0.536590] at24 1-0055: 32768 byte 24c256 EEPROM, writable, 1 bytes/write [ 0.536626] at24 1-0056: 32768 byte 24c256 EEPROM, writable, 1 bytes/write [ 0.536661] at24 1-0057: 32768 byte 24c256 EEPROM, writable, 1 bytes/write [ 0.543420] bone-capemgr bone_capemgr.9: Baseboard: 'A335BNLT,\x1a,BBG115090610' [ 0.543445] bone-capemgr bone_capemgr.9: compatible-baseboard=ti,beaglebone-black [ 0.543486] bone-capemgr bone_capemgr.9: Skipping disabled cape with part# BB-BONELT-HDMI [ 0.567552] bone-capemgr bone_capemgr.9: slot #0: '4D 7.0 LCD CAPE- 4DCAPE-70T ,00A3,4D SYSTEMS ,BB-BONE-LCD7-01' [ 0.597253] bone-capemgr bone_capemgr.9: slot #1: No cape found [ 0.634360] bone-capemgr bone_capemgr.9: slot #2: No cape found [ 0.671470] bone-capemgr bone_capemgr.9: slot #3: No cape found [ 0.677681] bone-capemgr bone_capemgr.9: slot #4: specific override [ 0.677703] bone-capemgr bone_capemgr.9: bone: Using override eeprom data at slot 4 [ 0.677718] bone-capemgr bone_capemgr.9: slot #4: 'Bone-LT-eMMC-2G,00A0,Texas Instrument,BB-BONE-EMMC-2G' [ 0.677798] bone-capemgr bone_capemgr.9: slot #5: specific override [ 0.677817] bone-capemgr bone_capemgr.9: bone: Using override eeprom data at slot 5 [ 0.677831] bone-capemgr bone_capemgr.9: slot #5: 'Bone-Black-HDMI,00A0,Texas Instrument,BB-BONELT-HDMI' [ 0.677903] bone-capemgr bone_capemgr.9: slot #6: specific override [ 0.677920] bone-capemgr bone_capemgr.9: bone: Using override eeprom data at slot 6 [ 0.677935] bone-capemgr bone_capemgr.9: slot #6: 'Bone-Black-HDMIN,00A0,Texas Instrument,BB-BONELT-HDMIN' [ 0.678088] bone-capemgr bone_capemgr.9: Skipping loading of disabled cape with part# BB-BONELT-HDMI [ 0.678274] bone-capemgr bone_capemgr.9: loader: before slot-0 BB-BONE-LCD7-01:00A3 (prio 0) [ 0.678288] bone-capemgr bone_capemgr.9: loader: check slot-0 BB-BONE-LCD7-01:00A3 (prio 0) [ 0.678365] bone-capemgr bone_capemgr.9: loader: before slot-4 BB-BONE-EMMC-2G:00A0 (prio 1) [ 0.678378] bone-capemgr bone_capemgr.9: loader: check slot-4 BB-BONE-EMMC-2G:00A0 (prio 1) [ 0.678411] bone-capemgr bone_capemgr.9: initialized OK. [ 0.678868] bone-capemgr bone_capemgr.9: loader: after slot-0 BB-BONE-LCD7-01:00A3 (prio 0) [ 0.678886] bone-capemgr bone_capemgr.9: slot #0: Requesting part number/version based 'BB-BONE-LCD7-01-00A3.dtbo [ 0.678901] bone-capemgr bone_capemgr.9: slot #0: Requesting firmware 'BB-BONE-LCD7-01-00A3.dtbo' for board-name '4D 7.0 LCD CAPE- 4DCAPE-70T ', version '00A3' [ 0.678920] bone-capemgr bone_capemgr.9: slot #0: dtbo 'BB-BONE-LCD7-01-00A3.dtbo' loaded; converting to live tree [ 0.679470] bone-capemgr bone_capemgr.9: slot #0: #4 overlays [ 0.680510] ehrpwm 48302200.ehrpwm: unable to select pin group [ 0.682375] OneNAND driver initializing [ 0.683243] bone-capemgr bone_capemgr.9: loader: check slot-4 BB-BONE-EMMC-2G:00A0 (prio 1) [ 0.683344] usbcore: registered new interface driver cdc_ether [ 0.683395] usbcore: registered new interface driver rndis_host [ 0.683501] usbcore: registered new interface driver cdc_ncm [ 0.685020] pwm-backlight backlight.11: invalid default brightness level: 101, using 100 [ 0.686733] platform 4830e000.fb: alias fck already exists [ 0.686869] bone-capemgr bone_capemgr.9: slot #0: Applied #4 overlays. [ 0.686883] bone-capemgr bone_capemgr.9: loader: done slot-0 BB-BONE-LCD7-01:00A3 (prio 0) [ 0.686939] bone-capemgr bone_capemgr.9: loader: check slot-4 BB-BONE-EMMC-2G:00A0 (prio 1) [ 0.686956] bone-capemgr bone_capemgr.9: loader: after slot-4 BB-BONE-EMMC-2G:00A0 (prio 1) [ 0.686976] bone-capemgr bone_capemgr.9: slot #4: Requesting firmware 'cape-bone-2g-emmc1.dtbo' for board-name 'Bone-LT-eMMC-2G', version '00A0' [ 0.686993] bone-capemgr bone_capemgr.9: slot #4: dtbo 'cape-bone-2g-emmc1.dtbo' loaded; converting to live tree [ 0.687718] bone-capemgr bone_capemgr.9: slot #4: #2 overlays [ 0.688186] bone-capemgr bone_capemgr.9: slot #4: Applied #2 overlays. [ 0.688202] bone-capemgr bone_capemgr.9: loader: done slot-4 BB-BONE-EMMC-2G:00A0 (prio 1) [ 0.688466] usbcore: registered new interface driver cdc_acm [ 0.688475] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters [ 0.688482] Initializing USB Mass Storage driver... [ 0.688551] usbcore: registered new interface driver usb-storage [ 0.688558] USB Mass Storage support registered. [ 0.688723] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host) [ 0.688961] musb-hdrc musb-hdrc.0.auto: pdev->id = 0 [ 0.688977] musb-hdrc musb-hdrc.0.auto: drivers/usb/musb/musb_dsps.c:480 dsps_musb_init: OK [ 0.689002] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn) [ 0.689013] musb-hdrc: MHDRC RTL version 2.0 [ 0.689101] musb-hdrc: setup fifo_mode 4 [ 0.689121] musb-hdrc: 28/31 max ep, 16384/16384 memory [ 0.689174] bone-capemgr bone_capemgr.9: loader: before slot-6 BB-BONELT-HDMIN:00A0 (prio 2) [ 0.689187] bone-capemgr bone_capemgr.9: loader: check slot-6 BB-BONELT-HDMIN:00A0 (prio 2) [ 0.689201] bone-capemgr bone_capemgr.9: loader: after slot-6 BB-BONELT-HDMIN:00A0 (prio 2) [ 0.689223] bone-capemgr bone_capemgr.9: slot #6: Requesting firmware 'cape-boneblack-hdmin-00A0.dtbo' for board-name 'Bone-Black-HDMIN', version '00A0' [ 0.689251] bone-capemgr bone_capemgr.9: slot #6: dtbo 'cape-boneblack-hdmin-00A0.dtbo' loaded; converting to live tree [ 0.689445] bone-capemgr bone_capemgr.9: slot #6: BB-BONELT-HDMIN conflict P8.45 (#0:BB-BONE-LCD7-01) [ 0.699125] bone-capemgr bone_capemgr.9: slot #6: Failed verification [ 0.705872] bone-capemgr bone_capemgr.9: loader: failed to load slot-6 BB-BONELT-HDMIN:00A0 (prio 2) [ 0.715499] musb-hdrc musb-hdrc.0.auto: *** mode=3 [ 0.715510] musb-hdrc musb-hdrc.0.auto: *** power=250 [ 0.715965] musb-hdrc musb-hdrc.1.auto: pdev->id = 1 [ 0.715982] musb-hdrc musb-hdrc.1.auto: drivers/usb/musb/musb_dsps.c:480 dsps_musb_init: OK [ 0.716007] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn) [ 0.716016] musb-hdrc: MHDRC RTL version 2.0 [ 0.716023] musb-hdrc: setup fifo_mode 4 [ 0.716035] musb-hdrc: 28/31 max ep, 16384/16384 memory [ 0.716109] musb-hdrc musb-hdrc.1.auto: *** mode=1 [ 0.716119] musb-hdrc musb-hdrc.1.auto: *** power=250 [ 0.716131] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver [ 0.716435] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 1 [ 0.716460] musb-hdrc musb-hdrc.1.auto: supports USB remote wakeup [ 0.716530] usb usb1: default language 0x0409 [ 0.716563] usb usb1: udev 1, busnum 1, minor = 0 [ 0.716575] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 0.716586] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.716596] usb usb1: Product: MUSB HDRC host driver [ 0.716606] usb usb1: Manufacturer: Linux 3.8.13-bone70 musb-hcd [ 0.716615] usb usb1: SerialNumber: musb-hdrc.1.auto [ 0.717021] usb usb1: usb_probe_device [ 0.717037] usb usb1: configuration #1 chosen from 1 choice [ 0.717078] usb usb1: adding 1-0:1.0 (config #1, interface 0) [ 0.717181] hub 1-0:1.0: usb_probe_interface [ 0.717192] hub 1-0:1.0: usb_probe_interface - got id [ 0.717208] hub 1-0:1.0: USB hub found [ 0.717232] hub 1-0:1.0: 1 port detected [ 0.717242] hub 1-0:1.0: standalone hub [ 0.717251] hub 1-0:1.0: individual port power switching [ 0.717260] hub 1-0:1.0: no over-current protection [ 0.717268] hub 1-0:1.0: Single TT [ 0.717278] hub 1-0:1.0: TT requires at most 8 FS bit times (666 ns) [ 0.717287] hub 1-0:1.0: power on to power good time: 10ms [ 0.717308] hub 1-0:1.0: local power source is good [ 0.717362] hub 1-0:1.0: enabling power on all ports [ 0.718078] mousedev: PS/2 mouse device common for all mice [ 0.719250] input: ti-tsc as /devices/ocp.3/44e0d000.tscadc/tsc/input/input1 [ 0.720368] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0 [ 0.720588] i2c /dev entries driver [ 0.721607] pps_ldisc: PPS line discipline registered [ 0.721699] Driver for 1-wire Dallas network protocol. [ 0.722906] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec [ 0.723332] device-mapper: ioctl: 4.23.1-ioctl (2012-12-18) initialised: [email protected] [ 0.723366] cpuidle: using governor ladder [ 0.723375] cpuidle: using governor menu [ 0.723632] of_get_named_gpio_flags exited with status 6 [ 0.723642] of_get_named_gpio_flags: can't parse gpios property [ 0.723650] of_get_named_gpio_flags: can't parse gpios property [ 0.723669] omap_hsmmc mmc.5: of_parse_phandle_with_args of 'reset' failed [ 0.730889] omap_hsmmc mmc.5: Failed to get rstctl; not using any [ 0.731365] edma-dma-engine edma-dma-engine.0: allocated channel for 0:25 [ 0.731419] edma-dma-engine edma-dma-engine.0: allocated channel for 0:24 [ 0.731592] mmc.5 supply vmmc_aux not found, using dummy regulator [ 0.731918] omap_hsmmc mmc.5: pins are not configured from the driver [ 0.759566] of_get_named_gpio_flags: can't parse gpios property [ 0.759579] of_get_named_gpio_flags: can't parse gpios property [ 0.759587] of_get_named_gpio_flags: can't parse gpios property [ 0.759620] gpio-rctrl rstctl.4: gpio_rctrl_request eMMC_RSTn [ 0.759690] omap_hsmmc mmc.15: Got rstctl (gpio:#0 name eMMC_RSTn) label:eMMC_RSTn [ 0.759702] gpio-rctrl rstctl.4: gpio_rctrl_deassert eMMC_RSTn [ 0.759914] edma-dma-engine edma-dma-engine.0: allocated channel for 0:3 [ 0.759964] edma-dma-engine edma-dma-engine.0: allocated channel for 0:2 [ 0.760302] mmc.15 supply vmmc_aux not found, using dummy regulator [ 0.760372] omap_hsmmc mmc.15: pins are not configured from the driver [ 0.786966] pinctrl-single 44e10800.pinmux: pin 44e10854 already requested by 44e10800.pinmux; cannot claim for gpio-leds.8 [ 0.798677] pinctrl-single 44e10800.pinmux: pin-21 (gpio-leds.8) status -22 [ 0.805963] pinctrl-single 44e10800.pinmux: could not request pin 21 on device pinctrl-single [ 0.814916] leds-gpio gpio-leds.8: pins are not configured from the driver [ 0.814942] of_get_named_gpio_flags exited with status 53 [ 0.814954] of_get_named_gpio_flags exited with status 54 [ 0.814964] of_get_named_gpio_flags exited with status 55 [ 0.814974] of_get_named_gpio_flags exited with status 56 [ 0.814987] of_get_named_gpio_flags exited with status 53 [ 0.815133] of_get_named_gpio_flags exited with status 54 [ 0.815294] of_get_named_gpio_flags exited with status 55 [ 0.815394] of_get_named_gpio_flags exited with status 56 [ 0.815615] of_get_named_gpio_flags exited with status 60 [ 0.815630] of_get_named_gpio_flags exited with status 60 [ 0.816027] ledtrig-cpu: registered to indicate activity on CPUs [ 0.816293] edma-dma-engine edma-dma-engine.0: allocated channel for 0:36 [ 0.816351] omap-sham 53100000.sham: hw accel on OMAP rev 4.3 [ 0.817613] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2 [ 0.817700] edma-dma-engine edma-dma-engine.0: allocated channel for 0:5 [ 0.817750] edma-dma-engine edma-dma-engine.0: allocated channel for 0:6 [ 0.818137] hub 1-0:1.0: state 7 ports 1 chg 0000 evt 0000 [ 0.818183] hub 1-0:1.0: hub_suspend [ 0.818209] usb usb1: bus auto-suspend, wakeup 1 [ 0.821071] usbcore: registered new interface driver usbhid [ 0.821083] usbhid: USB HID core driver [ 0.822019] ashmem: initialized [ 0.822229] logger: created 256K log 'log_main' [ 0.822401] logger: created 256K log 'log_events' [ 0.822573] logger: created 256K log 'log_radio' [ 0.822759] logger: created 256K log 'log_system' [ 0.824988] TCP: cubic registered [ 0.825061] NET: Registered protocol family 10 [ 0.825972] NET: Registered protocol family 17 [ 0.826208] Key type dns_resolver registered [ 0.826419] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3 [ 0.826444] ThumbEE CPU extension supported. [ 0.826473] Registering SWP/SWPB emulation handler [ 0.827107] registered taskstats version 1 [ 0.827660] of_get_named_gpio_flags: can't parse gpios property [ 0.827676] panel panel.14: panel: No power control GPIO [ 0.828863] of_get_named_gpio_flags exited with status 2 [ 0.828922] tilcdc 4830e000.fb: Power GPIO active high, initial state set to high [ 0.829198] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010). [ 0.829207] [drm] No driver support for vblank timestamp query. [ 0.840654] Console: switching to colour frame buffer device 100x30 [ 0.844789] tilcdc 4830e000.fb: fb0: frame buffer device [ 0.844800] tilcdc 4830e000.fb: registered panic notifier [ 0.844861] [drm] Initialized tilcdc 1.0.0 20121205 on minor 0 [ 0.873023] mmc1: BKOPS_EN bit is not set [ 0.877493] mmc1: new high speed MMC card at address 0001 [ 0.878010] mmcblk0: mmc1:0001 P1XXXX 3.60 GiB [ 0.878221] mmcblk0boot0: mmc1:0001 P1XXXX partition 1 2.00 MiB [ 0.878419] mmcblk0boot1: mmc1:0001 P1XXXX partition 2 2.00 MiB [ 0.879528] mmcblk0: p1 p2 [ 0.881829] mmcblk0boot1: unknown partition table [ 0.883672] mmcblk0boot0: unknown partition table [ 0.894143] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6 [ 0.894156] davinci_mdio 4a101000.mdio: detected phy mask fffffffe [ 0.901381] libphy: 4a101000.mdio: probed [ 0.901410] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720 [ 0.901608] Detected MACID = 84:eb:18:e1:ea:b3 [ 0.901722] cpsw 4a100000.ethernet: NAPI disabled [ 0.903261] of_get_named_gpio_flags exited with status 3 [ 0.903287] of_get_named_gpio_flags exited with status 51 [ 0.903302] of_get_named_gpio_flags exited with status 49 [ 0.903317] of_get_named_gpio_flags exited with status 48 [ 0.904096] input: gpio_keys.13 as /devices/ocp.3/gpio_keys.13/input/input2 [ 0.904518] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800) [ 0.909199] ALSA device list: [ 0.909220] No soundcards found. [ 0.910008] Freeing init memory: 364K [ 0.982223] udevd[96]: starting version 175 [ 2.242966] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null) [ 3.243329] udevd[330]: starting version 175 [ 3.972170] omap_rng 48310000.rng: base address of priv is -97452032 [ 3.984435] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20 [ 6.596815] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null) [ 6.968997] EXT4-fs (mmcblk0p2): re-mounted. Opts: errors=remount-ro [ 13.044407] bone-capemgr bone_capemgr.9: part_number 'BB-SPIDEV1', version 'N/A' [ 13.044482] bone-capemgr bone_capemgr.9: slot #7: generic override [ 13.044594] bone-capemgr bone_capemgr.9: bone: Using override eeprom data at slot 7 [ 13.044613] bone-capemgr bone_capemgr.9: slot #7: 'Override Board Name,00A0,Override Manuf,BB-SPIDEV1' [ 13.044738] bone-capemgr bone_capemgr.9: slot #7: Requesting part number/version based 'BB-SPIDEV1-00A0.dtbo [ 13.044756] bone-capemgr bone_capemgr.9: slot #7: Requesting firmware 'BB-SPIDEV1-00A0.dtbo' for board-name 'Override Board Name', version '00A0' [ 13.044788] bone-capemgr bone_capemgr.9: slot #7: dtbo 'BB-SPIDEV1-00A0.dtbo' loaded; converting to live tree [ 13.045241] bone-capemgr bone_capemgr.9: slot #7: #2 overlays [ 13.080345] edma-dma-engine edma-dma-engine.0: allocated channel for 0:45 [ 13.080416] edma-dma-engine edma-dma-engine.0: allocated channel for 0:44 [ 13.111333] edma-dma-engine edma-dma-engine.0: allocated channel for 0:43 [ 13.111398] edma-dma-engine edma-dma-engine.0: allocated channel for 0:42 [ 13.115977] bone-capemgr bone_capemgr.9: slot #7: Applied #2 overlays. [ 13.116224] bone-capemgr bone_capemgr.9: part_number 'bone_eqep2b', version 'N/A' [ 13.116287] bone-capemgr bone_capemgr.9: slot #8: generic override [ 13.116304] bone-capemgr bone_capemgr.9: bone: Using override eeprom data at slot 8 [ 13.116321] bone-capemgr bone_capemgr.9: slot #8: 'Override Board Name,00A0,Override Manuf,bone_eqep2b' [ 13.116401] bone-capemgr bone_capemgr.9: slot #8: Requesting part number/version based 'bone_eqep2b-00A0.dtbo [ 13.116417] bone-capemgr bone_capemgr.9: slot #8: Requesting firmware 'bone_eqep2b-00A0.dtbo' for board-name 'Override Board Name', version '00A0' [ 13.120847] bone-capemgr bone_capemgr.9: slot #8: dtbo 'bone_eqep2b-00A0.dtbo' loaded; converting to live tree [ 13.121101] bone-capemgr bone_capemgr.9: slot #8: #3 overlays [ 13.138417] bone-capemgr bone_capemgr.9: slot #8: Applied #3 overlays. [ 13.138648] bone-capemgr bone_capemgr.9: part_number 'ADAFRUIT-UART4', version 'N/A' [ 13.138711] bone-capemgr bone_capemgr.9: slot #9: generic override [ 13.138728] bone-capemgr bone_capemgr.9: bone: Using override eeprom data at slot 9 [ 13.138745] bone-capemgr bone_capemgr.9: slot #9: 'Override Board Name,00A0,Override Manuf,ADAFRUIT-UART4' [ 13.138843] bone-capemgr bone_capemgr.9: slot #9: Requesting part number/version based 'ADAFRUIT-UART4-00A0.dtbo [ 13.138859] bone-capemgr bone_capemgr.9: slot #9: Requesting firmware 'ADAFRUIT-UART4-00A0.dtbo' for board-name 'Override Board Name', version '00A0' [ 13.140397] bone-capemgr bone_capemgr.9: slot #9: dtbo 'ADAFRUIT-UART4-00A0.dtbo' loaded; converting to live tree [ 13.140777] bone-capemgr bone_capemgr.9: slot #9: #2 overlays [ 13.151920] 481a8000.serial: ttyO4 at MMIO 0x481a8000 (irq = 45) is a OMAP UART4 [ 13.153538] bone-capemgr bone_capemgr.9: slot #9: Applied #2 overlays. [ 14.423744] gadget: using random self ethernet address [ 14.431653] usb0: MAC 46:db:8f:e9:31:11 [ 14.431674] usb0: HOST MAC 84:eb:18:e1:ea:b5 [ 14.439182] gadget: Mass Storage Function, version: 2009/09/11 [ 14.439205] gadget: Number of LUNs=1 [ 14.439229] lun0: LUN: removable file: /dev/mmcblk0p1 [ 14.439358] gadget: Multifunction Composite Gadget [ 14.439386] gadget: g_multi ready [ 14.439430] musb-hdrc musb-hdrc.0.auto: MUSB HDRC host driver [ 14.439772] musb-hdrc musb-hdrc.0.auto: new USB bus registered, assigned bus number 2 [ 14.439802] musb-hdrc musb-hdrc.0.auto: supports USB remote wakeup [ 14.439873] usb usb2: default language 0x0409 [ 14.439906] usb usb2: udev 1, busnum 2, minor = 128 [ 14.439918] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 [ 14.439929] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 14.439940] usb usb2: Product: MUSB HDRC host driver [ 14.439950] usb usb2: Manufacturer: Linux 3.8.13-bone70 musb-hcd [ 14.439960] usb usb2: SerialNumber: musb-hdrc.0.auto [ 14.440387] usb usb2: usb_probe_device [ 14.440405] usb usb2: configuration #1 chosen from 1 choice [ 14.440449] usb usb2: adding 2-0:1.0 (config #1, interface 0) [ 14.440570] hub 2-0:1.0: usb_probe_interface [ 14.440583] hub 2-0:1.0: usb_probe_interface - got id [ 14.440599] hub 2-0:1.0: USB hub found [ 14.440623] hub 2-0:1.0: 1 port detected [ 14.440633] hub 2-0:1.0: standalone hub [ 14.440643] hub 2-0:1.0: individual port power switching [ 14.440652] hub 2-0:1.0: no over-current protection [ 14.440661] hub 2-0:1.0: Single TT [ 14.440672] hub 2-0:1.0: TT requires at most 8 FS bit times (666 ns) [ 14.440682] hub 2-0:1.0: power on to power good time: 10ms [ 14.440703] hub 2-0:1.0: local power source is good [ 14.440760] hub 2-0:1.0: enabling power on all ports [ 14.540826] hub 2-0:1.0: state 7 ports 1 chg 0000 evt 0000 [ 14.540888] hub 2-0:1.0: hub_suspend [ 14.540915] usb usb2: bus auto-suspend, wakeup 1 [ 14.671710] CAUTION: musb: Babble Interrupt Occurred [ 14.746832] CAUTION: musb: Babble Interrupt Occurred [ 14.835012] gadget: high-speed config #1: Multifunction with RNDIS [ 17.255587] tilcdc 4830e000.fb: timeout waiting for framedone [ 24.126296] gpio_request: gpio-26 (sysfs) status -16 [ 24.126315] export_store: status -16 [ 24.127465] gpio_request: gpio-47 (sysfs) status -16 [ 24.127480] export_store: status -16 [ 25.130634] net eth0: initializing cpsw version 1.12 (0) [ 25.132719] net eth0: phy found : id is : 0x7c0f1 [ 25.132739] libphy: PHY 4a101000.mdio:01 not found [ 25.137927] net eth0: phy 4a101000.mdio:01 not found on slave 1 [ 25.160026] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 28.209123] libphy: 4a101000.mdio:00 - Link is Up - 100/Full [ 28.209182] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 30.901898] net eth0: initializing cpsw version 1.12 (0) [ 30.906418] net eth0: phy found : id is : 0x7c0f1 [ 30.906446] libphy: PHY 4a101000.mdio:01 not found [ 30.911489] net eth0: phy 4a101000.mdio:01 not found on slave 1 [ 30.921503] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 31.750711] net eth0: initializing cpsw version 1.12 (0) [ 31.754092] net eth0: phy found : id is : 0x7c0f1 [ 31.754126] libphy: PHY 4a101000.mdio:01 not found [ 31.759215] net eth0: phy 4a101000.mdio:01 not found on slave 1 [ 31.776833] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 33.760129] libphy: 4a101000.mdio:00 - Link is Up - 100/Full [ 33.760188] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready It would be great if someone could provide some pointers to solve this issue. Regards, Abhilash H -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/81944871-34a3-4ee0-880c-f1e74c517c63%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
