Re: Testing VC4 on rpi2 with wayland and weston, weston fail to start with drm
Fabio Fantoni <[email protected]>
| Newsgroups | gmane.comp.video.mesa3d.user |
|---|---|
| Message-ID | <[email protected]> |
Il 03/10/2015 00:50, Eric Anholt ha scritto: > Fabio Fantoni <[email protected]> writes: > >> Hi, I want try VC4 on rpi2 with wayland on debian (I used Sid). >> Following this howto: >> http://dri.freedesktop.org/wiki/VC4/ >> I rebuild the kernel from >> https://github.com/anholt/linux/tree/vc4-kms-v3d-rpi2 >> Base config modified with: CONFIG_DRM_VC4=y and >> CONFIG_CMA_SIZE_MBYTES=128, full .config in attachment. >> I did the 2 additions to rpi2 config.txt (full in attachment). >> New kernel is working, in kern.log about drm I saw only this about drm: >> Oct 1 11:11:16 jessie-rpi kernel: [ 1.577017] [drm] Initialized drm >> 1.1.0 20060810 >> I suppose that compiling with CONFIG_DRM_VC4=y should be present but I >> not saw line about. > You should also have various lines in dmesg about: > > [ 3.185410] vc4-drm soc:vc4@7e4c0000: bound 20902000.hdmi (ops vc4_hdmi_ops) > [ 3.200606] vc4-drm soc:vc4@7e4c0000: bound 20206000.pixelvalve (ops vc4_crtc_ops) > [ 3.220583] vc4-drm soc:vc4@7e4c0000: bound 20207000.pixelvalve (ops vc4_crtc_ops) > [ 3.232884] vc4-drm soc:vc4@7e4c0000: bound 20807000.pixelvalve (ops vc4_crtc_ops) > [ 3.250938] vc4-drm soc:vc4@7e4c0000: bound 20400000.hvs (ops vc4_hvs_ops) > [ 3.263385] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). > [ 3.270162] [drm] No driver support for vblank timestamp query. > [ 3.470743] Console: switching to colour frame buffer device 240x67 > [ 3.540179] vc4-drm soc:vc4@7e4c0000: fb0: frame buffer device > > so something is going wrong and keeping you from probing. There's at > least one problem in your config -- you can't have > > CONFIG_FB_BCM2708=y > > since you're trying to run a proper graphics driver, instead. I don't > think that would keep vc4 from probing, though. Maybe you wouldn't have > hit any of those "bound" messages because HDMI fails first due to your > config being missing: > > CONFIG_I2C_BCM2835=y > > I've added that to the wiki page. Thanks for your reply and all your work. I recompiled the kernel and retried, now screen show only and always "initial image" but system with ssh is working. Strange thing is that I not found vc4-drm lines also in this case. Actual kernel .config and kern.log in attachment. I did something missed or wrong or there is problem or an unexpected case? I suppose is probable that also kernel parameters may change something but I don't know if I must change something, actual cmdline.txt. config.txt already attached in previous mail is ok or other changes not present in wiki are present? I also saw the strange thing that kernel is launched with addition parameters (from kern.log) but I not know how and if can be a problem: > Oct 3 17:22:02 jessie-rpi kernel: [ 0.000000] Kernel command line: > dma.dmachans=0x7f35 bcm2708_fb.fbwidth=1360 bcm2708_fb.fbheight=768 > bcm2708.boardrev=0x2000010 bcm2708.serial=0x968d5adc > smsc95xx.macaddr=B8:27:EB:8D:5A:DC bcm2708_fb.fbswap=1 > bcm2708.disk_led_gpio=47 bcm2708.disk_led_active_low=0 > sdhci-bcm2708.emmc_clock_freq=250000000 vc_mem.mem_base=0x3dc00000 > vc_mem.mem_size=0x3f000000 dwc_otg.lpm_enable=0 > console=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootwait > net.ifnames=1 If you need more informations or tests tell me and I'll post them. Thanks for any reply and sorry for my bad english. _______________________________________________ mesa-users mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-users
kern.log
(text/x-log, 24.7 KB)
Oct 3 17:22:02 jessie-rpi kernel: [ 0.000000] Booting Linux on physical CPU 0xf00 Oct 3 17:22:02 jessie-rpi kernel: [ 0.000000] Initializing cgroup subsys cpu Oct 3 17:22:02 jessie-rpi kernel: [ 0.000000] Initializing cgroup subsys cpuacct Oct 3 17:22:02 jessie-rpi kernel: [ 0.000000] Linux version 4.1.0-v7 (root@jessie-rpi) (gcc version 5.2.1 20150911 (Debian 5.2.1-17) ) #2 SMP PREEMPT Sat Oct 3 14:49:49 CEST 2015 Oct 3 17:22:02 jessie-rpi kernel: [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d Oct 3 17:22:02 jessie-rpi kernel: [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache Oct 3 17:22:02 jessie-rpi kernel: [ 0.000000] Machine: BCM2709 Oct 3 17:22:02 jessie-rpi kernel: [ 0.000000] cma: Reserved 128 MiB at 0x27000000 Oct 3 17:22:02 jessie-rpi kernel: [ 0.000000] Memory policy: Data cache writealloc Oct 3 17:22:02 jessie-rpi kernel: [ 0.000000] On node 0 totalpages: 192512 Oct 3 17:22:02 jessie-rpi kernel: [ 0.000000] free_area_init_node: node 0, pgdat 808bed40, node_mem_map a691a000 Oct 3 17:22:02 jessie-rpi kernel: [ 0.000000] Normal zone: 1692 pages used for memmap Oct 3 17:22:02 jessie-rpi kernel: [ 0.000000] Normal zone: 0 pages reserved Oct 3 17:22:02 jessie-rpi kernel: [ 0.000000] Normal zone: 192512 pages, LIFO batch:31 Oct 3 17:22:02 jessie-rpi kernel: [ 0.000000] [bcm2709_smp_init_cpus] enter (9420->f3003010) Oct 3 17:22:02 jessie-rpi kernel: [ 0.000000] [bcm2709_smp_init_cpus] ncores=4 Oct 3 17:22:02 jessie-rpi kernel: [ 0.000000] PERCPU: Embedded 13 pages/cpu @a68e1000 s20608 r8192 d24448 u53248 Oct 3 17:22:02 jessie-rpi kernel: [ 0.000000] pcpu-alloc: s20608 r8192 d24448 u53248 alloc=13*4096 Oct 3 17:22:02 jessie-rpi kernel: [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 Oct 3 17:22:02 jessie-rpi kernel: [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 190820 Oct 3 17:22:02 jessie-rpi kernel: [ 0.000000] Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=1360 bcm2708_fb.fbheight=768 bcm2708.boardrev=0x2000010 bcm2708.serial=0x968d5adc smsc95xx.macaddr=B8:27:EB:8D:5A:DC bcm2708_fb.fbswap=1 bcm2708.disk_led_gpio=47 bcm2708.disk_led_active_low=0 sdhci-bcm2708.emmc_clock_freq=250000000 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000 dwc_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootwait net.ifnames=1 Oct 3 17:22:02 jessie-rpi kernel: [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes) Oct 3 17:22:02 jessie-rpi kernel: [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) Oct 3 17:22:02 jessie-rpi kernel: [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) Oct 3 17:22:02 jessie-rpi kernel: [ 0.000000] Memory: 621164K/770048K available (6239K kernel code, 534K rwdata, 1768K rodata, 416K init, 757K bss, 17812K reserved, 131072K cma-reserved) Oct 3 17:22:02 jessie-rpi kernel: [ 0.000000] Virtual kernel memory layout: Oct 3 17:22:02 jessie-rpi kernel: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) Oct 3 17:22:02 jessie-rpi kernel: [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB) Oct 3 17:22:02 jessie-rpi kernel: [ 0.000000] vmalloc : 0xaf800000 - 0xff000000 (1272 MB) Oct 3 17:22:02 jessie-rpi kernel: [ 0.000000] lowmem : 0x80000000 - 0xaf000000 ( 752 MB) Oct 3 17:22:02 jessie-rpi kernel: [ 0.000000] modules : 0x7f000000 - 0x80000000 ( 16 MB) Oct 3 17:22:02 jessie-rpi kernel: [ 0.000000] .text : 0x80008000 - 0x807d9f24 (8008 kB) Oct 3 17:22:02 jessie-rpi kernel: [ 0.000000] .init : 0x807da000 - 0x80842000 ( 416 kB) Oct 3 17:22:02 jessie-rpi kernel: [ 0.000000] .data : 0x80842000 - 0x808c7a5c ( 535 kB) Oct 3 17:22:02 jessie-rpi kernel: [ 0.000000] .bss : 0x808ca000 - 0x809875c0 ( 758 kB) Oct 3 17:22:02 jessie-rpi kernel: [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 Oct 3 17:22:02 jessie-rpi kernel: [ 0.000000] Preemptible hierarchical RCU implementation. Oct 3 17:22:02 jessie-rpi kernel: [ 0.000000] Additional per-CPU info printed with stalls. Oct 3 17:22:02 jessie-rpi kernel: [ 0.000000] NR_IRQS:608 Oct 3 17:22:02 jessie-rpi kernel: [ 0.000000] Architected cp15 timer(s) running at 19.20MHz (virt). Oct 3 17:22:02 jessie-rpi kernel: [ 0.000000] clocksource arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns Oct 3 17:22:02 jessie-rpi kernel: [ 0.000008] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns Oct 3 17:22:02 jessie-rpi kernel: [ 0.000025] Switching to timer-based delay loop, resolution 52ns Oct 3 17:22:02 jessie-rpi kernel: [ 0.000260] Console: colour dummy device 80x30 Oct 3 17:22:02 jessie-rpi kernel: [ 0.001496] console [tty1] enabled Oct 3 17:22:02 jessie-rpi kernel: [ 0.001541] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000) Oct 3 17:22:02 jessie-rpi kernel: [ 0.001616] pid_max: default: 32768 minimum: 301 Oct 3 17:22:02 jessie-rpi kernel: [ 0.001916] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) Oct 3 17:22:02 jessie-rpi kernel: [ 0.001966] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) Oct 3 17:22:02 jessie-rpi kernel: [ 0.003091] Initializing cgroup subsys blkio Oct 3 17:22:02 jessie-rpi kernel: [ 0.003160] Initializing cgroup subsys memory Oct 3 17:22:02 jessie-rpi kernel: [ 0.003216] Initializing cgroup subsys devices Oct 3 17:22:02 jessie-rpi kernel: [ 0.003263] Initializing cgroup subsys freezer Oct 3 17:22:02 jessie-rpi kernel: [ 0.003323] Initializing cgroup subsys net_cls Oct 3 17:22:02 jessie-rpi kernel: [ 0.003417] CPU: Testing write buffer coherency: ok Oct 3 17:22:02 jessie-rpi kernel: [ 0.003516] ftrace: allocating 20854 entries in 62 pages Oct 3 17:22:02 jessie-rpi kernel: [ 0.043290] missing device node for CPU 0 Oct 3 17:22:02 jessie-rpi kernel: [ 0.043358] missing device node for CPU 1 Oct 3 17:22:02 jessie-rpi kernel: [ 0.043386] missing device node for CPU 2 Oct 3 17:22:02 jessie-rpi kernel: [ 0.043412] missing device node for CPU 3 Oct 3 17:22:02 jessie-rpi kernel: [ 0.043446] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00 Oct 3 17:22:02 jessie-rpi kernel: [ 0.043480] [bcm2709_smp_prepare_cpus] enter Oct 3 17:22:02 jessie-rpi kernel: [ 0.043621] Setting up static identity map for 0x8240 - 0x8274 Oct 3 17:22:02 jessie-rpi kernel: [ 0.103226] [bcm2709_boot_secondary] cpu:1 started (0) 17 Oct 3 17:22:02 jessie-rpi kernel: [ 0.103534] [bcm2709_secondary_init] enter cpu:1 Oct 3 17:22:02 jessie-rpi kernel: [ 0.103583] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01 Oct 3 17:22:02 jessie-rpi kernel: [ 0.123196] [bcm2709_boot_secondary] cpu:2 started (0) 18 Oct 3 17:22:02 jessie-rpi kernel: [ 0.123432] [bcm2709_secondary_init] enter cpu:2 Oct 3 17:22:02 jessie-rpi kernel: [ 0.123458] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02 Oct 3 17:22:02 jessie-rpi kernel: [ 0.143225] [bcm2709_boot_secondary] cpu:3 started (0) 18 Oct 3 17:22:02 jessie-rpi kernel: [ 0.143388] [bcm2709_secondary_init] enter cpu:3 Oct 3 17:22:02 jessie-rpi kernel: [ 0.143413] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03 Oct 3 17:22:02 jessie-rpi kernel: [ 0.143484] Brought up 4 CPUs Oct 3 17:22:02 jessie-rpi kernel: [ 0.143562] SMP: Total of 4 processors activated (153.60 BogoMIPS). Oct 3 17:22:02 jessie-rpi kernel: [ 0.143593] CPU: All CPU(s) started in SVC mode. Oct 3 17:22:02 jessie-rpi kernel: [ 0.144438] devtmpfs: initialized Oct 3 17:22:02 jessie-rpi kernel: [ 0.160507] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5 Oct 3 17:22:02 jessie-rpi kernel: [ 0.160796] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns Oct 3 17:22:02 jessie-rpi kernel: [ 0.166787] pinctrl core: initialized pinctrl subsystem Oct 3 17:22:02 jessie-rpi kernel: [ 0.167489] NET: Registered protocol family 16 Oct 3 17:22:02 jessie-rpi kernel: [ 0.172589] DMA: preallocated 4096 KiB pool for atomic coherent allocations Oct 3 17:22:02 jessie-rpi kernel: [ 0.173786] bcm2709.uart_clock = 3000000 Oct 3 17:22:02 jessie-rpi kernel: [ 0.173852] of_platform_populate failed: -22 Oct 3 17:22:02 jessie-rpi kernel: [ 0.175578] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. Oct 3 17:22:02 jessie-rpi kernel: [ 0.175630] hw-breakpoint: maximum watchpoint size is 8 bytes. Oct 3 17:22:02 jessie-rpi kernel: [ 0.175783] Serial: AMBA PL011 UART driver Oct 3 17:22:02 jessie-rpi kernel: [ 0.175925] dev:f1: ttyAMA0 at MMIO 0x3f201000 (irq = 83, base_baud = 0) is a PL011 rev3 Oct 3 17:22:02 jessie-rpi kernel: [ 0.665736] console [ttyAMA0] enabled Oct 3 17:22:02 jessie-rpi kernel: [ 0.670008] bcm2708_vcio bcm2708_vcio: mailbox at f300b880 Oct 3 17:22:02 jessie-rpi kernel: [ 0.735111] bcm2708-dmaengine bcm2708-dmaengine: DMA legacy API manager at f3007000, dmachans=0x7f35 Oct 3 17:22:02 jessie-rpi kernel: [ 0.744719] bcm2708-dmaengine bcm2708-dmaengine: Load BCM2835 DMA engine driver Oct 3 17:22:02 jessie-rpi kernel: [ 0.752057] bcm2708-dmaengine bcm2708-dmaengine: dma_debug:0 Oct 3 17:22:02 jessie-rpi kernel: [ 0.757809] bcm_power: Broadcom power driver Oct 3 17:22:02 jessie-rpi kernel: [ 0.762093] bcm_power_open() -> 0 Oct 3 17:22:02 jessie-rpi kernel: [ 0.765415] bcm_power_request(0, 8) Oct 3 17:22:02 jessie-rpi kernel: [ 1.269608] bcm_mailbox_read -> 00000080, 0 Oct 3 17:22:02 jessie-rpi kernel: [ 1.273803] bcm_power_request -> 0 Oct 3 17:22:02 jessie-rpi kernel: [ 1.277701] SCSI subsystem initialized Oct 3 17:22:02 jessie-rpi kernel: [ 1.281640] usbcore: registered new interface driver usbfs Oct 3 17:22:02 jessie-rpi kernel: [ 1.287217] usbcore: registered new interface driver hub Oct 3 17:22:02 jessie-rpi kernel: [ 1.292676] usbcore: registered new device driver usb Oct 3 17:22:02 jessie-rpi kernel: [ 1.299404] Switched to clocksource arch_sys_counter Oct 3 17:22:02 jessie-rpi kernel: [ 1.344942] FS-Cache: Loaded Oct 3 17:22:02 jessie-rpi kernel: [ 1.348152] CacheFiles: Loaded Oct 3 17:22:02 jessie-rpi kernel: [ 1.359930] NET: Registered protocol family 2 Oct 3 17:22:02 jessie-rpi kernel: [ 1.365345] TCP established hash table entries: 8192 (order: 3, 32768 bytes) Oct 3 17:22:02 jessie-rpi kernel: [ 1.372548] TCP bind hash table entries: 8192 (order: 4, 65536 bytes) Oct 3 17:22:02 jessie-rpi kernel: [ 1.379137] TCP: Hash tables configured (established 8192 bind 8192) Oct 3 17:22:02 jessie-rpi kernel: [ 1.385643] UDP hash table entries: 512 (order: 2, 16384 bytes) Oct 3 17:22:02 jessie-rpi kernel: [ 1.391648] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) Oct 3 17:22:02 jessie-rpi kernel: [ 1.398285] NET: Registered protocol family 1 Oct 3 17:22:02 jessie-rpi kernel: [ 1.403046] RPC: Registered named UNIX socket transport module. Oct 3 17:22:02 jessie-rpi kernel: [ 1.408984] RPC: Registered udp transport module. Oct 3 17:22:02 jessie-rpi kernel: [ 1.413749] RPC: Registered tcp transport module. Oct 3 17:22:02 jessie-rpi kernel: [ 1.418467] RPC: Registered tcp NFSv4.1 backchannel transport module. Oct 3 17:22:02 jessie-rpi kernel: [ 1.425985] bcm2708_gpio: bcm2708_gpio_probe 80866950 Oct 3 17:22:02 jessie-rpi kernel: [ 1.432574] futex hash table entries: 1024 (order: 4, 65536 bytes) Oct 3 17:22:02 jessie-rpi kernel: [ 1.451211] VFS: Disk quotas dquot_6.6.0 Oct 3 17:22:02 jessie-rpi kernel: [ 1.455438] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) Oct 3 17:22:02 jessie-rpi kernel: [ 1.464417] FS-Cache: Netfs 'nfs' registered for caching Oct 3 17:22:02 jessie-rpi kernel: [ 1.470722] NFS: Registering the id_resolver key type Oct 3 17:22:02 jessie-rpi kernel: [ 1.475836] Key type id_resolver registered Oct 3 17:22:02 jessie-rpi kernel: [ 1.480057] Key type id_legacy registered Oct 3 17:22:02 jessie-rpi kernel: [ 1.486325] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) Oct 3 17:22:02 jessie-rpi kernel: [ 1.493947] io scheduler noop registered Oct 3 17:22:02 jessie-rpi kernel: [ 1.497892] io scheduler deadline registered Oct 3 17:22:02 jessie-rpi kernel: [ 1.502461] io scheduler cfq registered (default) Oct 3 17:22:02 jessie-rpi kernel: [ 1.508133] vc-cma: Videocore CMA driver Oct 3 17:22:02 jessie-rpi kernel: [ 1.512096] vc-cma: vc_cma_base = 0x00000000 Oct 3 17:22:02 jessie-rpi kernel: [ 1.516812] vc-cma: vc_cma_size = 0x00000000 (0 MiB) Oct 3 17:22:02 jessie-rpi kernel: [ 1.522237] vc-cma: vc_cma_initial = 0x00000000 (0 MiB) Oct 3 17:22:02 jessie-rpi kernel: [ 1.527850] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB) Oct 3 17:22:02 jessie-rpi kernel: [ 1.536426] [drm] Initialized drm 1.1.0 20060810 Oct 3 17:22:02 jessie-rpi kernel: [ 1.553369] brd: module loaded Oct 3 17:22:02 jessie-rpi kernel: [ 1.563706] loop: module loaded Oct 3 17:22:02 jessie-rpi kernel: [ 1.568447] vchiq: vchiq_init_state: slot_zero = 0xa7400000, is_master = 0 Oct 3 17:22:02 jessie-rpi kernel: [ 1.576150] Loading iSCSI transport class v2.0-870. Oct 3 17:22:02 jessie-rpi kernel: [ 1.581840] usbcore: registered new interface driver smsc95xx Oct 3 17:22:02 jessie-rpi kernel: [ 1.587652] dwc_otg: version 3.00a 10-AUG-2012 (platform bus) Oct 3 17:22:02 jessie-rpi kernel: [ 1.793684] Core Release: 2.80a Oct 3 17:22:02 jessie-rpi kernel: [ 1.796845] Setting default values for core params Oct 3 17:22:02 jessie-rpi kernel: [ 1.801705] Finished setting default values for core params Oct 3 17:22:02 jessie-rpi kernel: [ 2.007602] Using Buffer DMA mode Oct 3 17:22:02 jessie-rpi kernel: [ 2.010948] Periodic Transfer Interrupt Enhancement - disabled Oct 3 17:22:02 jessie-rpi kernel: [ 2.016789] Multiprocessor Interrupt Enhancement - disabled Oct 3 17:22:02 jessie-rpi kernel: [ 2.022386] OTG VER PARAM: 0, OTG VER FLAG: 0 Oct 3 17:22:02 jessie-rpi kernel: [ 2.026757] Dedicated Tx FIFOs mode Oct 3 17:22:02 jessie-rpi kernel: [ 2.030500] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xa7444000 dma = 0xe7444000 len=9024 Oct 3 17:22:02 jessie-rpi kernel: [ 2.040398] FIQ FSM acceleration enabled for : Oct 3 17:22:02 jessie-rpi kernel: [ 2.040398] Non-periodic Split Transactions Oct 3 17:22:02 jessie-rpi kernel: [ 2.040398] Periodic Split Transactions Oct 3 17:22:02 jessie-rpi kernel: [ 2.040398] High-Speed Isochronous Endpoints Oct 3 17:22:02 jessie-rpi kernel: [ 2.057152] dwc_otg: Microframe scheduler enabled Oct 3 17:22:02 jessie-rpi kernel: [ 2.057206] WARN::hcd_init_fiq:412: FIQ on core 1 at 0x80442e78 Oct 3 17:22:02 jessie-rpi kernel: [ 2.063141] WARN::hcd_init_fiq:413: FIQ ASM at 0x804431dc length 36 Oct 3 17:22:02 jessie-rpi kernel: [ 2.069422] WARN::hcd_init_fiq:438: MPHI regs_base at 0xaf89a000 Oct 3 17:22:02 jessie-rpi kernel: [ 2.075481] dwc_otg bcm2708_usb: DWC OTG Controller Oct 3 17:22:02 jessie-rpi kernel: [ 2.080417] dwc_otg bcm2708_usb: new USB bus registered, assigned bus number 1 Oct 3 17:22:02 jessie-rpi kernel: [ 2.087697] dwc_otg bcm2708_usb: irq 32, io mem 0x00000000 Oct 3 17:22:02 jessie-rpi kernel: [ 2.093259] Init: Port Power? op_state=1 Oct 3 17:22:02 jessie-rpi kernel: [ 2.097191] Init: Power Port (0) Oct 3 17:22:02 jessie-rpi kernel: [ 2.100679] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 Oct 3 17:22:02 jessie-rpi kernel: [ 2.107484] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Oct 3 17:22:02 jessie-rpi kernel: [ 2.114750] usb usb1: Product: DWC OTG Controller Oct 3 17:22:02 jessie-rpi kernel: [ 2.119484] usb usb1: Manufacturer: Linux 4.1.0-v7 dwc_otg_hcd Oct 3 17:22:02 jessie-rpi kernel: [ 2.125330] usb usb1: SerialNumber: bcm2708_usb Oct 3 17:22:02 jessie-rpi kernel: [ 2.130595] hub 1-0:1.0: USB hub found Oct 3 17:22:02 jessie-rpi kernel: [ 2.134406] hub 1-0:1.0: 1 port detected Oct 3 17:22:02 jessie-rpi kernel: [ 2.138710] dwc_otg: FIQ enabled Oct 3 17:22:02 jessie-rpi kernel: [ 2.138721] dwc_otg: NAK holdoff enabled Oct 3 17:22:02 jessie-rpi kernel: [ 2.138729] dwc_otg: FIQ split-transaction FSM enabled Oct 3 17:22:02 jessie-rpi kernel: [ 2.138767] Module dwc_common_port init Oct 3 17:22:02 jessie-rpi kernel: [ 2.139089] usbcore: registered new interface driver usb-storage Oct 3 17:22:02 jessie-rpi kernel: [ 2.145371] mousedev: PS/2 mouse device common for all mice Oct 3 17:22:02 jessie-rpi kernel: [ 2.151858] bcm2835-cpufreq: min=800000 max=800000 Oct 3 17:22:02 jessie-rpi kernel: [ 2.156968] sdhci: Secure Digital Host Controller Interface driver Oct 3 17:22:02 jessie-rpi kernel: [ 2.163190] sdhci: Copyright(c) Pierre Ossman Oct 3 17:22:02 jessie-rpi kernel: [ 2.167795] mmc-bcm2835 mmc-bcm2835.0: mmc_debug:0 mmc_debug2:0 Oct 3 17:22:02 jessie-rpi kernel: [ 2.173755] mmc-bcm2835 mmc-bcm2835.0: DMA channels allocated Oct 3 17:22:02 jessie-rpi kernel: [ 2.219682] sdhci-pltfm: SDHCI platform and OF driver helper Oct 3 17:22:02 jessie-rpi kernel: [ 2.228921] ledtrig-cpu: registered to indicate activity on CPUs Oct 3 17:22:02 jessie-rpi kernel: [ 2.237247] hidraw: raw HID events driver (C) Jiri Kosina Oct 3 17:22:02 jessie-rpi kernel: [ 2.242941] usbcore: registered new interface driver usbhid Oct 3 17:22:02 jessie-rpi kernel: [ 2.249605] usbhid: USB HID core driver Oct 3 17:22:02 jessie-rpi kernel: [ 2.254755] Initializing XFRM netlink socket Oct 3 17:22:02 jessie-rpi kernel: [ 2.260150] NET: Registered protocol family 17 Oct 3 17:22:02 jessie-rpi kernel: [ 2.265810] Key type dns_resolver registered Oct 3 17:22:02 jessie-rpi kernel: [ 2.273966] Registering SWP/SWPB emulation handler Oct 3 17:22:02 jessie-rpi kernel: [ 2.279662] registered taskstats version 1 Oct 3 17:22:02 jessie-rpi kernel: [ 2.283977] vc-sm: Videocore shared memory driver Oct 3 17:22:02 jessie-rpi kernel: [ 2.288700] [vc_sm_connected_init]: start Oct 3 17:22:02 jessie-rpi kernel: [ 2.293286] [vc_sm_connected_init]: end - returning 0 Oct 3 17:22:02 jessie-rpi kernel: [ 2.299185] Waiting for root device /dev/mmcblk0p2... Oct 3 17:22:02 jessie-rpi kernel: [ 2.311395] mmc0: host does not support reading read-only switch, assuming write-enable Oct 3 17:22:02 jessie-rpi kernel: [ 2.322230] mmc0: new high speed SDHC card at address aaaa Oct 3 17:22:02 jessie-rpi kernel: [ 2.328253] mmcblk0: mmc0:aaaa SE16G 14.8 GiB Oct 3 17:22:02 jessie-rpi kernel: [ 2.329546] Indeed it is in host mode hprt0 = 00021501 Oct 3 17:22:02 jessie-rpi kernel: [ 2.339157] mmcblk0: p1 p2 Oct 3 17:22:02 jessie-rpi kernel: [ 2.410294] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities Oct 3 17:22:02 jessie-rpi kernel: [ 2.419216] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities Oct 3 17:22:02 jessie-rpi kernel: [ 2.442169] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null) Oct 3 17:22:02 jessie-rpi kernel: [ 2.450409] VFS: Mounted root (ext4 filesystem) on device 179:2. Oct 3 17:22:02 jessie-rpi kernel: [ 2.457302] devtmpfs: mounted Oct 3 17:22:02 jessie-rpi kernel: [ 2.460882] Freeing unused kernel memory: 416K (807da000 - 80842000) Oct 3 17:22:02 jessie-rpi kernel: [ 2.509507] usb 1-1: new high-speed USB device number 2 using dwc_otg Oct 3 17:22:02 jessie-rpi kernel: [ 2.516167] Indeed it is in host mode hprt0 = 00001101 Oct 3 17:22:02 jessie-rpi kernel: [ 2.719818] usb 1-1: New USB device found, idVendor=0424, idProduct=9514 Oct 3 17:22:02 jessie-rpi kernel: [ 2.726565] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 Oct 3 17:22:02 jessie-rpi kernel: [ 2.734720] hub 1-1:1.0: USB hub found Oct 3 17:22:02 jessie-rpi kernel: [ 2.738595] hub 1-1:1.0: 5 ports detected Oct 3 17:22:02 jessie-rpi kernel: [ 2.891506] NET: Registered protocol family 10 Oct 3 17:22:02 jessie-rpi kernel: [ 2.920595] random: systemd urandom read with 63 bits of entropy available Oct 3 17:22:02 jessie-rpi kernel: [ 3.040329] uart-pl011 dev:f1: no DMA platform data Oct 3 17:22:02 jessie-rpi kernel: [ 3.049667] usb 1-1.1: new high-speed USB device number 3 using dwc_otg Oct 3 17:22:02 jessie-rpi kernel: [ 3.169981] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00 Oct 3 17:22:02 jessie-rpi kernel: [ 3.176924] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 Oct 3 17:22:02 jessie-rpi kernel: [ 3.187168] smsc95xx v1.0.4 Oct 3 17:22:02 jessie-rpi kernel: [ 3.253032] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-bcm2708_usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:8d:5a:dc Oct 3 17:22:02 jessie-rpi kernel: [ 3.365342] usb 1-1.3: new full-speed USB device number 4 using dwc_otg Oct 3 17:22:02 jessie-rpi kernel: [ 3.478530] usb 1-1.3: New USB device found, idVendor=046d, idProduct=c24c Oct 3 17:22:02 jessie-rpi kernel: [ 3.485496] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 Oct 3 17:22:02 jessie-rpi kernel: [ 3.492868] usb 1-1.3: Product: G400s Optical Gaming Mouse Oct 3 17:22:02 jessie-rpi kernel: [ 3.498376] usb 1-1.3: Manufacturer: Logitech Oct 3 17:22:02 jessie-rpi kernel: [ 3.508950] input: Logitech G400s Optical Gaming Mouse as /devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3:1.0/0003:046D:C24C.0001/input/input0 Oct 3 17:22:02 jessie-rpi kernel: [ 3.522592] hid-generic 0003:046D:C24C.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech G400s Optical Gaming Mouse] on usb-bcm2708_usb-1.3/input0 Oct 3 17:22:02 jessie-rpi kernel: [ 3.540645] hid-generic 0003:046D:C24C.0002: hiddev0,hidraw1: USB HID v1.10 Device [Logitech G400s Optical Gaming Mouse] on usb-bcm2708_usb-1.3/input1 Oct 3 17:22:02 jessie-rpi kernel: [ 3.653183] usb 1-1.5: new low-speed USB device number 5 using dwc_otg Oct 3 17:22:02 jessie-rpi kernel: [ 3.798370] usb 1-1.5: New USB device found, idVendor=046d, idProduct=c312 Oct 3 17:22:02 jessie-rpi kernel: [ 3.805344] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0 Oct 3 17:22:02 jessie-rpi kernel: [ 3.805362] usb 1-1.5: Product: USB Multimedia Keyboard Oct 3 17:22:02 jessie-rpi kernel: [ 3.805372] usb 1-1.5: Manufacturer: BTC Oct 3 17:22:02 jessie-rpi kernel: [ 3.840736] input: BTC USB Multimedia Keyboard as /devices/platform/bcm2708_usb/usb1/1-1/1-1.5/1-1.5:1.0/0003:046D:C312.0003/input/input1 Oct 3 17:22:02 jessie-rpi kernel: [ 3.939835] hid-generic 0003:046D:C312.0003: input,hidraw2: USB HID v1.10 Keyboard [BTC USB Multimedia Keyboard] on usb-bcm2708_usb-1.5/input0 Oct 3 17:22:02 jessie-rpi kernel: [ 3.963867] input: BTC USB Multimedia Keyboard as /devices/platform/bcm2708_usb/usb1/1-1/1-1.5/1-1.5:1.1/0003:046D:C312.0004/input/input2 Oct 3 17:22:02 jessie-rpi kernel: [ 4.020011] hid-generic 0003:046D:C312.0004: input,hiddev0,hidraw3: USB HID v1.10 Device [BTC USB Multimedia Keyboard] on usb-bcm2708_usb-1.5/input1 Oct 3 17:22:02 jessie-rpi kernel: [ 4.816083] EXT4-fs (mmcblk0p2): re-mounted. Opts: errors=remount-ro,discard Oct 3 17:22:02 jessie-rpi kernel: [ 5.309802] random: nonblocking pool is initialized Oct 3 17:22:02 jessie-rpi kernel: [ 5.325636] bcm2708_i2c_init_pinmode(1,2) Oct 3 17:22:02 jessie-rpi kernel: [ 5.330155] bcm2708_i2c_init_pinmode(1,3) Oct 3 17:22:02 jessie-rpi kernel: [ 5.334943] bcm2708_i2c bcm2708_i2c.1: BSC1 Controller at 0x3f804000 (irq 79) (baudrate 100000) Oct 3 17:22:02 jessie-rpi kernel: [ 5.524436] bcm2708_spi bcm2708_spi.0: master is unqueued, this is deprecated Oct 3 17:22:02 jessie-rpi kernel: [ 5.533129] bcm2708_spi bcm2708_spi.0: SPI Controller at 0x3f204000 (irq 80) Oct 3 17:22:02 jessie-rpi kernel: [ 5.979029] pcm512x 1-004d: Failed to reset device: -5 Oct 3 17:22:02 jessie-rpi kernel: [ 5.984559] pcm512x: probe of 1-004d failed with error -5 Oct 3 17:22:02 jessie-rpi kernel: [ 5.990451] pcm512x 1-004c: Failed to reset device: -5 Oct 3 17:22:02 jessie-rpi kernel: [ 5.995961] pcm512x: probe of 1-004c failed with error -5 Oct 3 17:22:02 jessie-rpi kernel: [ 6.232959] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. Oct 3 17:22:02 jessie-rpi kernel: [ 7.122711] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup Oct 3 17:22:02 jessie-rpi kernel: [ 7.130304] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready Oct 3 17:22:04 jessie-rpi kernel: [ 8.670156] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready Oct 3 17:22:04 jessie-rpi kernel: [ 8.677528] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC5E1
.config
(text/plain, 114.6 KB) - not displayed
cmdline.txt
(text/plain, 100 B)
dwc_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootwait net.ifnames=1
config.txt
(text/plain, 1.4 KB)
# For more options and information see # http://www.raspberrypi.org/documentation/configuration/config-txt.md # Some settings may impact device functionality. See link above for details # uncomment if you get no picture on HDMI for a default "safe" mode #hdmi_safe=1 # uncomment this if your display has a black border of unused pixels visible # and your display can output without overscan #disable_overscan=1 # uncomment the following to adjust overscan. Use positive numbers if console # goes off screen, and negative if there is too much border #overscan_left=16 #overscan_right=16 #overscan_top=16 #overscan_bottom=16 # uncomment to force a console size. By default it will be display's size minus # overscan. #framebuffer_width=1280 #framebuffer_height=720 # uncomment if hdmi display is not detected and composite is being output #hdmi_force_hotplug=1 # uncomment to force a specific HDMI mode (this will force VGA) #hdmi_group=1 #hdmi_mode=1 # uncomment to force a HDMI mode rather than DVI. This can make audio work in # DMT (computer monitor) modes hdmi_drive=2 # uncomment to increase signal to HDMI, if you have interference, blanking, or # no display #config_hdmi_boost=4 # uncomment for composite PAL #sdtv_mode=2 #uncomment to overclock the arm. 700 MHz is the default. #arm_freq=800 # VPU shouldn't handle V3D interrupts mask_gpu_interrupt0=0x400 # VPU shouldn't smash our display setup. avoid_warnings=2 gpu_mem=256