Created
October 9, 2019 01:42
-
-
Save macromorgan/e458a8673380887bf0d1ae065ce5ae8d to your computer and use it in GitHub Desktop.
dmesg/config.txt of a working system
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# For more options and information see | |
# http://rpf.io/configtxt | |
# 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 | |
# Uncomment some or all of these to enable the optional hardware interfaces | |
#dtparam=i2c_arm=on | |
#dtparam=i2s=on | |
#dtparam=spi=on | |
# Uncomment this to enable the lirc-rpi module | |
#dtoverlay=lirc-rpi | |
# Additional overlays and parameters are documented /boot/overlays/README | |
# Enable audio (loads snd_bcm2835) | |
dtparam=audio=on | |
[pi4] | |
# Enable DRM VC4 V3D driver on top of the dispmanx display stack | |
#dtoverlay=vc4-fkms-v3d | |
max_framebuffers=2 | |
[all] | |
#dtoverlay=vc4-fkms-v3d | |
gpio=18-19=op,dh,pd | |
dtparam=spi=on | |
dtoverlay=dpi18 | |
dtoverlay=ads7846,penirq=27,swapxy=1,xmin=200,xmax=3850,ymin=200,ymax=3850 | |
gpio=0-8=a2 | |
gpio=12-17=a2 | |
gpio=20-24=a2 | |
display_rotate=3 | |
framebuffer_width=640 | |
framebuffer_height=480 | |
enable_dpi_lcd=1 | |
display_default_lcd=1 | |
dpi_group=2 | |
dpi_mode=87 | |
dpi_output_format=0x07f203 | |
dpi_timings=480 0 41 20 60 640 0 5 10 10 0 0 0 60 0 32000000 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 0.000000] Booting Linux on physical CPU 0x0 | |
[ 0.000000] Linux version 4.19.66-v7l+ (dom@buildbot) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1253 SMP Thu Aug 15 12:02:08 BST 2019 | |
[ 0.000000] CPU: ARMv7 Processor [410fd083] revision 3 (ARMv7), cr=30c5383d | |
[ 0.000000] CPU: div instructions available: patching division code | |
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache | |
[ 0.000000] OF: fdt: Machine model: Raspberry Pi 4 Model B Rev 1.1 | |
[ 0.000000] Memory policy: Data cache writealloc | |
[ 0.000000] cma: Reserved 64 MiB at 0x0000000037400000 | |
[ 0.000000] On node 0 totalpages: 1012736 | |
[ 0.000000] DMA zone: 1728 pages used for memmap | |
[ 0.000000] DMA zone: 0 pages reserved | |
[ 0.000000] DMA zone: 196608 pages, LIFO batch:63 | |
[ 0.000000] HighMem zone: 816128 pages, LIFO batch:63 | |
[ 0.000000] random: get_random_bytes called from start_kernel+0xc0/0x4e8 with crng_init=0 | |
[ 0.000000] percpu: Embedded 17 pages/cpu s39488 r8192 d21952 u69632 | |
[ 0.000000] pcpu-alloc: s39488 r8192 d21952 u69632 alloc=17*4096 | |
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 | |
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1011008 | |
[ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 cma=64M bcm2708_fb.fbwidth=640 bcm2708_fb.fbheight=480 bcm2708_fb.fbswap=1 smsc95xx.macaddr=DC:A6:32:21:0E:7A vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=PARTUUID=c23ad417-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles | |
[ 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] Memory: 3932704K/4050944K available (8192K kernel code, 661K rwdata, 2348K rodata, 2048K init, 850K bss, 52704K reserved, 65536K cma-reserved, 3198976K highmem) | |
[ 0.000000] Virtual kernel memory layout: | |
vector : 0xffff0000 - 0xffff1000 ( 4 kB) | |
fixmap : 0xffc00000 - 0xfff00000 (3072 kB) | |
vmalloc : 0xf0800000 - 0xff800000 ( 240 MB) | |
lowmem : 0xc0000000 - 0xf0000000 ( 768 MB) | |
pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) | |
modules : 0xbf000000 - 0xbfe00000 ( 14 MB) | |
.text : 0x(ptrval) - 0x(ptrval) (10208 kB) | |
.init : 0x(ptrval) - 0x(ptrval) (2048 kB) | |
.data : 0x(ptrval) - 0x(ptrval) ( 662 kB) | |
.bss : 0x(ptrval) - 0x(ptrval) ( 851 kB) | |
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 | |
[ 0.000000] ftrace: allocating 28118 entries in 83 pages | |
[ 0.000000] rcu: Hierarchical RCU implementation. | |
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 | |
[ 0.000000] GIC: Using split EOI/Deactivate mode | |
[ 0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys). | |
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns | |
[ 0.000005] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns | |
[ 0.000017] Switching to timer-based delay loop, resolution 18ns | |
[ 0.000238] Console: colour dummy device 80x30 | |
[ 0.000263] console [tty1] enabled | |
[ 0.000303] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=540000) | |
[ 0.000324] pid_max: default: 32768 minimum: 301 | |
[ 0.000587] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) | |
[ 0.000605] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) | |
[ 0.001355] CPU: Testing write buffer coherency: ok | |
[ 0.001761] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 | |
[ 0.002400] Setting up static identity map for 0x200000 - 0x20003c | |
[ 0.002555] rcu: Hierarchical SRCU implementation. | |
[ 0.003418] smp: Bringing up secondary CPUs ... | |
[ 0.004217] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 | |
[ 0.005143] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 | |
[ 0.006025] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 | |
[ 0.006157] smp: Brought up 1 node, 4 CPUs | |
[ 0.006170] SMP: Total of 4 processors activated (432.00 BogoMIPS). | |
[ 0.006180] CPU: All CPU(s) started in HYP mode. | |
[ 0.006188] CPU: Virtualization extensions available. | |
[ 0.006960] devtmpfs: initialized | |
[ 0.017418] VFP support v0.3: implementor 41 architecture 3 part 40 variant 8 rev 0 | |
[ 0.017628] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns | |
[ 0.017648] futex hash table entries: 1024 (order: 4, 65536 bytes) | |
[ 0.019722] pinctrl core: initialized pinctrl subsystem | |
[ 0.020561] NET: Registered protocol family 16 | |
[ 0.023675] DMA: preallocated 1024 KiB pool for atomic coherent allocations | |
[ 0.025140] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. | |
[ 0.025150] hw-breakpoint: maximum watchpoint size is 8 bytes. | |
[ 0.025341] Serial: AMBA PL011 UART driver | |
[ 0.028255] bcm2835-mbox fe00b880.mailbox: mailbox enabled | |
[ 0.063779] bcm2835-dma fe007000.dma: DMA legacy API manager at (ptrval), dmachans=0x1 | |
[ 0.065841] vgaarb: loaded | |
[ 0.066207] SCSI subsystem initialized | |
[ 0.066410] usbcore: registered new interface driver usbfs | |
[ 0.066462] usbcore: registered new interface driver hub | |
[ 0.066558] usbcore: registered new device driver usb | |
[ 0.080358] raspberrypi-firmware soc:firmware: Attached to firmware from 2019-08-15 12:03, variant start | |
[ 0.090103] raspberrypi-firmware soc:firmware: Firmware hash is 9f8431fb7839c7f00f52b81f5822ddab2b31d0db | |
[ 0.101764] clocksource: Switched to clocksource arch_sys_counter | |
[ 0.179644] VFS: Disk quotas dquot_6.6.0 | |
[ 0.179718] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) | |
[ 0.179865] FS-Cache: Loaded | |
[ 0.180046] CacheFiles: Loaded | |
[ 0.189406] NET: Registered protocol family 2 | |
[ 0.190047] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes) | |
[ 0.190072] TCP established hash table entries: 8192 (order: 3, 32768 bytes) | |
[ 0.190147] TCP bind hash table entries: 8192 (order: 4, 65536 bytes) | |
[ 0.190218] TCP: Hash tables configured (established 8192 bind 8192) | |
[ 0.190340] UDP hash table entries: 512 (order: 2, 16384 bytes) | |
[ 0.190368] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) | |
[ 0.190662] NET: Registered protocol family 1 | |
[ 0.191195] RPC: Registered named UNIX socket transport module. | |
[ 0.191204] RPC: Registered udp transport module. | |
[ 0.191213] RPC: Registered tcp transport module. | |
[ 0.191223] RPC: Registered tcp NFSv4.1 backchannel transport module. | |
[ 0.191237] PCI: CLS 0 bytes, default 64 | |
[ 0.194328] Initialise system trusted keyrings | |
[ 0.194489] workingset: timestamp_bits=14 max_order=20 bucket_order=6 | |
[ 0.203425] FS-Cache: Netfs 'nfs' registered for caching | |
[ 0.203933] NFS: Registering the id_resolver key type | |
[ 0.203957] Key type id_resolver registered | |
[ 0.203966] Key type id_legacy registered | |
[ 0.203985] nfs4filelayout_init: NFSv4 File Layout Driver Registering... | |
[ 0.206280] Key type asymmetric registered | |
[ 0.206290] Asymmetric key parser 'x509' registered | |
[ 0.206399] bounce: pool size: 64 pages | |
[ 0.206440] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250) | |
[ 0.206594] io scheduler noop registered | |
[ 0.206605] io scheduler deadline registered (default) | |
[ 0.206763] io scheduler cfq registered | |
[ 0.206774] io scheduler mq-deadline registered (default) | |
[ 0.206784] io scheduler kyber registered | |
[ 0.255612] brcm-pcie fd500000.pcie: dmabounce: initialised - 32768 kB, threshold 0x00000000c0000000 | |
[ 0.255632] brcm-pcie fd500000.pcie: could not get clock | |
[ 0.255695] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges: | |
[ 0.255733] brcm-pcie fd500000.pcie: MEM 0x600000000..0x603ffffff -> 0xf8000000 | |
[ 0.311821] brcm-pcie fd500000.pcie: link up, 5.0 Gbps x1 (!SSC) | |
[ 0.312139] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00 | |
[ 0.312155] pci_bus 0000:00: root bus resource [bus 00-01] | |
[ 0.312172] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff]) | |
[ 0.312220] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400 | |
[ 0.312357] pci 0000:00:00.0: PME# supported from D0 D3hot | |
[ 0.315121] PCI: bus0: Fast back to back transfers disabled | |
[ 0.315139] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring | |
[ 0.315297] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330 | |
[ 0.315356] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit] | |
[ 0.315524] pci 0000:01:00.0: PME# supported from D0 D3cold | |
[ 0.318176] PCI: bus1: Fast back to back transfers disabled | |
[ 0.318192] pci_bus 0000:01: busn_res: [bus 01] end is updated to 01 | |
[ 0.318238] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff] | |
[ 0.318257] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit] | |
[ 0.318287] pci 0000:00:00.0: PCI bridge to [bus 01] | |
[ 0.318305] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff] | |
[ 0.318526] pcieport 0000:00:00.0: enabling device (0140 -> 0142) | |
[ 0.318697] pcieport 0000:00:00.0: Signaling PME with IRQ 54 | |
[ 0.318855] pcieport 0000:00:00.0: AER enabled with IRQ 54 | |
[ 0.318990] pci 0000:01:00.0: enabling device (0140 -> 0142) | |
[ 0.319645] bcm2708_fb soc:fb: FB found 1 display(s) | |
[ 0.334324] Console: switching to colour frame buffer device 80x30 | |
[ 0.337951] bcm2708_fb soc:fb: Registered framebuffer for display 0, size 640x480 | |
[ 0.340788] iproc-rng200 fe104000.rng: hwrng registered | |
[ 0.340995] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB) | |
[ 0.341480] vc-sm: Videocore shared memory driver | |
[ 0.341901] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000 | |
[ 0.351920] brd: module loaded | |
[ 0.361634] loop: module loaded | |
[ 0.362405] Loading iSCSI transport class v2.0-870. | |
[ 0.364042] libphy: Fixed MDIO Bus: probed | |
[ 0.364453] bcmgenet fd580000.genet: failed to get enet clock | |
[ 0.364469] bcmgenet fd580000.genet: GENET 5.0 EPHY: 0x0000 | |
[ 0.364486] bcmgenet fd580000.genet: failed to get enet-wol clock | |
[ 0.364501] bcmgenet fd580000.genet: failed to get enet-eee clock | |
[ 0.364524] bcmgenet: Skipping UMAC reset | |
[ 0.364755] unimac-mdio unimac-mdio.-19: DMA mask not set | |
[ 0.381796] libphy: bcmgenet MII bus: probed | |
[ 0.422299] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus at 0x(ptrval) | |
[ 0.423214] usbcore: registered new interface driver r8152 | |
[ 0.423274] usbcore: registered new interface driver lan78xx | |
[ 0.423326] usbcore: registered new interface driver smsc95xx | |
[ 0.423541] xhci_hcd 0000:01:00.0: xHCI Host Controller | |
[ 0.423573] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1 | |
[ 0.425887] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000001000000890 | |
[ 0.426055] genirq: irq_chip Brcm_MSI did not update eff. affinity mask of irq 55 | |
[ 0.426659] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19 | |
[ 0.426673] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 | |
[ 0.426685] usb usb1: Product: xHCI Host Controller | |
[ 0.426696] usb usb1: Manufacturer: Linux 4.19.66-v7l+ xhci-hcd | |
[ 0.426706] usb usb1: SerialNumber: 0000:01:00.0 | |
[ 0.427217] hub 1-0:1.0: USB hub found | |
[ 0.427267] hub 1-0:1.0: 1 port detected | |
[ 0.427675] xhci_hcd 0000:01:00.0: xHCI Host Controller | |
[ 0.427702] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2 | |
[ 0.427720] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed | |
[ 0.428022] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19 | |
[ 0.428035] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 | |
[ 0.428046] usb usb2: Product: xHCI Host Controller | |
[ 0.428057] usb usb2: Manufacturer: Linux 4.19.66-v7l+ xhci-hcd | |
[ 0.428067] usb usb2: SerialNumber: 0000:01:00.0 | |
[ 0.428559] hub 2-0:1.0: USB hub found | |
[ 0.428611] hub 2-0:1.0: 4 ports detected | |
[ 0.429673] dwc_otg: version 3.00a 10-AUG-2012 (platform bus) | |
[ 0.455241] dwc_otg fe980000.usb: base=(ptrval) | |
[ 0.655535] Core Release: 2.80a | |
[ 0.655547] Setting default values for core params | |
[ 0.655576] Finished setting default values for core params | |
[ 0.855916] Using Buffer DMA mode | |
[ 0.855925] Periodic Transfer Interrupt Enhancement - disabled | |
[ 0.855935] Multiprocessor Interrupt Enhancement - disabled | |
[ 0.855945] OTG VER PARAM: 0, OTG VER FLAG: 0 | |
[ 0.855968] Dedicated Tx FIFOs mode | |
[ 0.856230] WARN::dwc_otg_hcd_init:1045: FIQ DMA bounce buffers: virt = f2deb000 dma = 0x00000000f7544000 len=9024 | |
[ 0.856254] FIQ FSM acceleration enabled for : | |
Non-periodic Split Transactions | |
Periodic Split Transactions | |
High-Speed Isochronous Endpoints | |
Interrupt/Control Split Transaction hack enabled | |
[ 0.856265] dwc_otg: Microframe scheduler enabled | |
[ 0.856335] WARN::hcd_init_fiq:457: FIQ on core 1 | |
[ 0.856352] WARN::hcd_init_fiq:458: FIQ ASM at c07b5a8c length 36 | |
[ 0.856369] WARN::hcd_init_fiq:497: MPHI regs_base at f0810200 | |
[ 0.856404] dwc_otg fe980000.usb: DWC OTG Controller | |
[ 0.856432] dwc_otg fe980000.usb: new USB bus registered, assigned bus number 3 | |
[ 0.856465] dwc_otg fe980000.usb: irq 38, io mem 0x00000000 | |
[ 0.856515] Init: Port Power? op_state=1 | |
[ 0.856524] Init: Power Port (0) | |
[ 0.856789] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19 | |
[ 0.856802] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 | |
[ 0.856814] usb usb3: Product: DWC OTG Controller | |
[ 0.856825] usb usb3: Manufacturer: Linux 4.19.66-v7l+ dwc_otg_hcd | |
[ 0.856835] usb usb3: SerialNumber: fe980000.usb | |
[ 0.857347] hub 3-0:1.0: USB hub found | |
[ 0.857395] hub 3-0:1.0: 1 port detected | |
[ 0.858033] dwc_otg: FIQ enabled | |
[ 0.858043] dwc_otg: NAK holdoff enabled | |
[ 0.858051] dwc_otg: FIQ split-transaction FSM enabled | |
[ 0.858064] Module dwc_common_port init | |
[ 0.858279] usbcore: registered new interface driver uas | |
[ 0.858392] usbcore: registered new interface driver usb-storage | |
[ 0.858558] mousedev: PS/2 mouse device common for all mice | |
[ 0.859696] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer | |
[ 0.860959] bcm2835-cpufreq: min=600000 max=1500000 | |
[ 0.861543] sdhci: Secure Digital Host Controller Interface driver | |
[ 0.861552] sdhci: Copyright(c) Pierre Ossman | |
[ 0.861974] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe | |
[ 0.862347] sdhci-pltfm: SDHCI platform and OF driver helper | |
[ 0.865282] ledtrig-cpu: registered to indicate activity on CPUs | |
[ 0.865422] hidraw: raw HID events driver (C) Jiri Kosina | |
[ 0.865579] usbcore: registered new interface driver usbhid | |
[ 0.865588] usbhid: USB HID core driver | |
[ 0.866482] vchiq: vchiq_init_state: slot_zero = (ptrval), is_master = 0 | |
[ 0.868120] [vc_sm_connected_init]: start | |
[ 0.878383] [vc_sm_connected_init]: end - returning 0 | |
[ 0.879484] Initializing XFRM netlink socket | |
[ 0.879515] NET: Registered protocol family 17 | |
[ 0.879616] Key type dns_resolver registered | |
[ 0.880018] Registering SWP/SWPB emulation handler | |
[ 0.880638] registered taskstats version 1 | |
[ 0.880654] Loading compiled-in X.509 certificates | |
[ 0.888456] uart-pl011 fe201000.serial: cts_event_workaround enabled | |
[ 0.888523] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 34, base_baud = 0) is a PL011 rev2 | |
[ 0.891517] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver | |
[ 0.892083] brcmstb_thermal fd5d2200.thermal: registered AVS TMON of-sensor driver | |
[ 0.892700] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0 | |
[ 0.892711] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated | |
[ 0.911801] usb 1-1: new high-speed USB device number 2 using xhci_hcd | |
[ 0.918750] sdhci-iproc fe340000.emmc2: Linked as a consumer to regulator.1 | |
[ 0.935171] mmc1: queuing unknown CIS tuple 0x80 (2 bytes) | |
[ 0.936787] mmc1: queuing unknown CIS tuple 0x80 (3 bytes) | |
[ 0.938402] mmc1: queuing unknown CIS tuple 0x80 (3 bytes) | |
[ 0.941306] mmc1: queuing unknown CIS tuple 0x80 (7 bytes) | |
[ 0.942928] mmc1: queuing unknown CIS tuple 0x80 (3 bytes) | |
[ 0.950543] mmc0: SDHCI controller on fe340000.emmc2 [fe340000.emmc2] using ADMA | |
[ 0.953116] of_cfs_init | |
[ 0.953206] of_cfs_init: OK | |
[ 0.953822] Waiting for root device PARTUUID=c23ad417-02... | |
[ 0.995153] random: fast init done | |
[ 1.050540] mmc0: new ultra high speed DDR50 SDHC card at address 5048 | |
[ 1.052286] mmcblk0: mmc0:5048 SD32G 29.0 GiB | |
[ 1.052798] mmc1: new high speed SDIO card at address 0001 | |
[ 1.054277] mmcblk0: p1 p2 | |
[ 1.081580] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null) | |
[ 1.081620] VFS: Mounted root (ext4 filesystem) readonly on device 179:2. | |
[ 1.082241] devtmpfs: mounted | |
[ 1.088541] Freeing unused kernel memory: 2048K | |
[ 1.103249] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.20 | |
[ 1.103263] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 | |
[ 1.103276] usb 1-1: Product: USB2.0 Hub | |
[ 1.104807] hub 1-1:1.0: USB hub found | |
[ 1.105074] hub 1-1:1.0: 4 ports detected | |
[ 1.112035] Run /sbin/init as init process | |
[ 1.504764] systemd[1]: System time before build time, advancing clock. | |
[ 1.593511] NET: Registered protocol family 10 | |
[ 1.594726] Segment Routing with IPv6 | |
[ 1.631393] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid) | |
[ 1.632147] systemd[1]: Detected architecture arm. | |
[ 1.641172] systemd[1]: Set hostname to <raspberrypi>. | |
[ 1.646797] systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argument | |
[ 1.941153] systemd[1]: File /lib/systemd/system/systemd-journald.service:12 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling. | |
[ 1.941175] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.) | |
[ 2.330864] random: systemd: uninitialized urandom read (16 bytes read) | |
[ 2.339377] random: systemd: uninitialized urandom read (16 bytes read) | |
[ 2.339446] systemd[1]: Reached target Swap. | |
[ 2.339835] random: systemd: uninitialized urandom read (16 bytes read) | |
[ 2.340251] systemd[1]: Listening on udev Kernel Socket. | |
[ 2.340803] systemd[1]: Listening on fsck to fsckd communication Socket. | |
[ 2.344960] systemd[1]: Created slice User and Session Slice. | |
[ 2.472782] i2c /dev entries driver | |
[ 2.969903] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null) | |
[ 3.073560] systemd-journald[119]: Received request to flush runtime journal from PID 1 | |
[ 3.583603] rpivid-mem feb00000.hevc-decoder: rpivid-hevcmem initialised: Registers at 0xfeb00000 length 0x0000ffff | |
[ 3.584078] rpivid-mem feb10000.rpivid-local-intc: rpivid-intcmem initialised: Registers at 0xfeb10000 length 0x00000fff | |
[ 3.584511] rpivid-mem feb20000.h264-decoder: rpivid-h264mem initialised: Registers at 0xfeb20000 length 0x0000ffff | |
[ 3.584937] rpivid-mem feb30000.vp9-decoder: rpivid-vp9mem initialised: Registers at 0xfeb30000 length 0x0000ffff | |
[ 3.646318] pinctrl-bcm2835 fe200000.gpio: pin gpio9 already requested by soc:fb; cannot claim for fe204000.spi | |
[ 3.646335] pinctrl-bcm2835 fe200000.gpio: pin-9 (fe204000.spi) status -22 | |
[ 3.646356] pinctrl-bcm2835 fe200000.gpio: could not request pin 9 (gpio9) from group gpio9 on device pinctrl-bcm2835 | |
[ 3.646368] spi-bcm2835 fe204000.spi: Error applying setting, reverse things back | |
[ 3.646408] spi-bcm2835: probe of fe204000.spi failed with error -22 | |
[ 3.649505] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned. | |
[ 3.652080] bcm2835_vc_sm_cma_probe: Videocore shared memory driver | |
[ 3.652097] [vc_sm_connected_init]: start | |
[ 3.660192] media: Linux media interface: v0.10 | |
[ 3.663243] [vc_sm_connected_init]: installed successfully | |
[ 3.687531] videodev: Linux video capture interface: v2.00 | |
[ 3.719886] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. | |
[ 3.720264] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. | |
[ 3.735449] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned. | |
[ 3.751633] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned. | |
[ 3.760890] bcm2835-codec bcm2835-codec: Device registered as /dev/video10 | |
[ 3.760903] bcm2835-codec bcm2835-codec: Loaded V4L2 decode | |
[ 3.774524] bcm2835-codec bcm2835-codec: Device registered as /dev/video11 | |
[ 3.774538] bcm2835-codec bcm2835-codec: Loaded V4L2 encode | |
[ 3.785907] bcm2835-codec bcm2835-codec: Device registered as /dev/video12 | |
[ 3.785922] bcm2835-codec bcm2835-codec: Loaded V4L2 isp | |
[ 3.945752] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned. | |
[ 3.956724] cfg80211: Loading compiled-in X.509 certificates for regulatory database | |
[ 3.963166] bcm2835_audio soc:audio: card created with 8 channels | |
[ 4.118976] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' | |
[ 4.267068] brcmfmac: F1 signature read @0x18000000=0x15264345 | |
[ 4.277657] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 | |
[ 4.278455] usbcore: registered new interface driver brcmfmac | |
[ 4.498449] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 | |
[ 4.512449] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Feb 27 2018 03:15:32 version 7.45.154 (r684107 CY) FWID 01-4fbe0b04 | |
[ 6.297781] random: crng init done | |
[ 6.297795] random: 7 urandom warning(s) missed due to ratelimiting | |
[ 6.416971] uart-pl011 fe201000.serial: no DMA platform data | |
[ 6.443198] 8021q: 802.1Q VLAN Support v1.8 | |
[ 6.606437] Adding 102396k swap on /var/swap. Priority:-2 extents:1 across:102396k SSFS | |
[ 6.747489] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready | |
[ 6.747506] brcmfmac: power management disabled | |
[ 6.979521] bcmgenet: Skipping UMAC reset | |
[ 7.072158] bcmgenet fd580000.genet: configuring instance for external RGMII (no delay) | |
[ 7.072376] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready | |
[ 8.151903] bcmgenet fd580000.genet eth0: Link is Down | |
[ 9.616931] fuse init (API version 7.27) | |
[ 12.678207] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready | |
[ 13.077594] Bluetooth: Core ver 2.22 | |
[ 13.077677] NET: Registered protocol family 31 | |
[ 13.077687] Bluetooth: HCI device and connection manager initialized | |
[ 13.077973] Bluetooth: HCI socket layer initialized | |
[ 13.077989] Bluetooth: L2CAP socket layer initialized | |
[ 13.078035] Bluetooth: SCO socket layer initialized | |
[ 13.102541] Bluetooth: HCI UART driver ver 2.3 | |
[ 13.102555] Bluetooth: HCI UART protocol H4 registered | |
[ 13.102670] Bluetooth: HCI UART protocol Three-wire (H5) registered | |
[ 13.102888] Bluetooth: HCI UART protocol Broadcom registered | |
[ 13.370492] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 | |
[ 13.370498] Bluetooth: BNEP filters: protocol multicast | |
[ 13.370509] Bluetooth: BNEP socket layer initialized | |
[ 13.413274] Bluetooth: RFCOMM TTY layer initialized | |
[ 13.413297] Bluetooth: RFCOMM socket layer initialized | |
[ 13.413310] Bluetooth: RFCOMM ver 1.11 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment