rpi-4.19-rt does not boot on RPi3 or RPi2
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 30/100
- Issue type
- Bug
- Clarity
- Needs clarification
- Activity status
- Stale
- Tech stack
- linux
- Domain
- embedded-iot, operating-systems
Research direction
Start with build.sh and the rpi-4.19.y-rt branch configuration, then reproduce the boot on RPi2 and RPi3 using the UART console described in the issue. Compare the RPi2 and RPi3 boot logs with the successful RPi4 result; done means identifying and resolving the cause so the RT kernel boots reliably on both older boards.
Written by the indexing model from the issue text.
Description
Testing out 4.19-rt kernel builds, built using this script, I found it to boot successfully on RPi4, but not on RPi3 B+ or RPi2.
The issue on RPi2 and RPi3 seems to be different, the RPi2 seems to be able to get further in the boot process, sometimes it even shows log in prompt, but hangs moments after.
Systems and Software used
- 2019-07-10 Raspbian Buster with desktop
- Kernel based on rpi-4.19.y-rt branch built for all RPi variations
- Resulting boot/ and lib/ folders copied over to /
- UART serial console interface enabled
- Boot logs collected using UART interface.
- Raspberry Pi 4 (4GB)
- Raspberry Pi 3B+
- Raspberry Pi 2B
- Nothing attached to GPIO, apart from UART interface
Logs
RPi3 boot log
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.19.59-rt23-v7+ (giedrius@giedrius-vb) (gcc version 4.8.3 20140303 (prerelease) (crosstool-NG linaro-1.13.1+bzr2650 - Linaro GCC 2014.03)) #1 SMP PREEMPT RT Tue Jul 30 10:56:20 EEST 2019
[ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] OF: fdt: Machine model: Raspberry Pi 3 Model B Plus Rev 1.3
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] cma: Reserved 8 MiB at 0x3ac00000
[ 0.000000] random: get_random_bytes called from start_kernel+0x7c/0x4ac with crng_init=0
[ 0.000000] percpu: Embedded 18 pages/cpu s41536 r8192 d24000 u73728
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 240555
[ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=PARTUUID=6d99072a-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait plymouth.ignore-serial-consoles
[ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Memory: 938424K/970752K available (8192K kernel code, 629K rwdata, 2188K rodata, 1024K init, 957K bss, 24136K reserved, 8192K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
[ 0.000000] vmalloc : 0xbb800000 - 0xff800000 (1088 MB)
[ 0.000000] lowmem : 0x80000000 - 0xbb400000 ( 948 MB)
[ 0.000000] modules : 0x7f000000 - 0x80000000 ( 16 MB)
[ 0.000000] .text : 0x(ptrval) - 0x(ptrval) (9184 kB)
[ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (1024 kB)
[ 0.000000] .data : 0x(ptrval) - 0x(ptrval) ( 630 kB)
[ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) ( 958 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 26350 entries in 78 pages
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 0.000000] No expedited grace period (rcu_normal_after_boot).
[ 0.000000] Tasks RCU enabled.
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[ 0.000007] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[ 0.000017] Switching to timer-based delay loop, resolution 52ns
[ 0.000274] Console: colour dummy device 80x30
[ 0.001399] console [tty1] enabled
[ 0.001436] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[ 0.001449] pid_max: default: 32768 minimum: 301
[ 0.001829] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.001843] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.002935] CPU: Testing write buffer coherency: ok
[ 0.003490] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.060149] Setting up static identity map for 0x100000 - 0x10003c
[ 0.100132] rcu: Hierarchical SRCU implementation.
[ 0.180324] smp: Bringing up secondary CPUs ...
[ 0.321042] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.461279] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[ 0.601535] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[ 0.601746] smp: Brought up 1 node, 4 CPUs
[ 0.601867] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[ 0.601905] CPU: All CPU(s) started in HYP mode.
[ 0.601936] CPU: Virtualization extensions available.
[ 0.603332] devtmpfs: initialized
[ 0.635958] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
[ 0.636635] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.636707] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.637500] pinctrl core: initialized pinctrl subsystem
[ 0.639366] NET: Registered protocol family 16
[ 0.645051] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[ 0.656249] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.656300] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.656552] Serial: AMBA PL011 UART driver
[ 0.660304] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[ 0.729203] bcm2835-dma 3f007000.dma: DMA legacy API manager at (ptrval), dmachans=0x1
[ 0.732282] SCSI subsystem initialized
[ 0.732763] usbcore: registered new interface driver usbfs
[ 0.732904] usbcore: registered new interface driver hub
[ 0.733118] usbcore: registered new device driver usb
[ 0.751838] raspberrypi-firmware soc:firmware: Attached to firmware from 2019-07-09 14:40, variant start
[ 0.761858] raspberrypi-firmware soc:firmware: Firmware hash is 6c3fe3f096a93de3b34252ad98cdccadeb534be2
[ 0.774546] clocksource: Switched to clocksource arch_sys_counter
[ 0.961580] VFS: Disk quotas dquot_6.6.0
[ 0.961740] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.962546] FS-Cache: Loaded
[ 0.962962] CacheFiles: Loaded
[ 0.982375] NET: Registered protocol family 2
[ 0.983881] tcp_listen_portaddr_hash hash table entries: 512 (order: 2, 16384 bytes)
[ 0.983993] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.984185] TCP bind hash table entries: 8192 (order: 5, 229376 bytes)
[ 0.984989] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.985311] UDP hash table entries: 512 (order: 3, 32768 bytes)
[ 0.985454] UDP-Lite hash table entries: 512 (order: 3, 32768 bytes)
[ 0.986077] NET: Registered protocol family 1
[ 0.987157] RPC: Registered named UNIX socket transport module.
[ 0.987197] RPC: Registered udp transport module.
[ 0.987231] RPC: Registered tcp transport module.
[ 0.987264] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.989765] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
[ 0.998330] Initialise system trusted keyrings
[ 0.998729] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[ 1.020216] FS-Cache: Netfs 'nfs' registered for caching
[ 1.021553] NFS: Registering the id_resolver key type
[ 1.021665] Key type id_resolver registered
[ 1.021699] Key type id_legacy registered
[ 1.021756] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.026312] Key type asymmetric registered
[ 1.026356] Asymmetric key parser 'x509' registered
[ 1.026469] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[ 1.026792] io scheduler noop registered
[ 1.026829] io scheduler deadline registered (default)
[ 1.027459] io scheduler cfq registered
[ 1.027496] io scheduler mq-deadline registered (default)
[ 1.027535] io scheduler kyber registered
[ 1.031235] bcm2708_fb soc:fb: FB found 1 display(s)
[ 1.042462] Console: switching to colour frame buffer device 82x26
[ 1.049735] bcm2708_fb soc:fb: Registered framebuffer for display 0, size 656x416
[ 1.056555] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[ 1.061822] bcm2835-rng 3f104000.rng: hwrng registered
[ 1.064843] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[ 1.070696] vc-sm: Videocore shared memory driver
[ 1.073826] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
[ 1.102604] brd: module loaded
[ 1.130148] loop: module loaded
[ 1.133787] Loading iSCSI transport class v2.0-870.
[ 1.137533] libphy: Fixed MDIO Bus: probed
[ 1.140124] usbcore: registered new interface driver lan78xx
[ 1.142705] usbcore: registered new interface driver smsc95xx
[ 1.145248] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 1.175728] dwc_otg 3f980000.usb: base=(ptrval)
[ 1.378449] Core Release: 2.80a
[ 1.380899] Setting default values for core params
[ 1.383404] Finished setting default values for core params
[ 1.586647] Using Buffer DMA mode
[ 1.589053] Periodic Transfer Interrupt Enhancement - disabled
[ 1.591470] Multiprocessor Interrupt Enhancement - disabled
[ 1.593859] OTG VER PARAM: 0, OTG VER FLAG: 0
[ 1.596259] Dedicated Tx FIFOs mode
[ 1.599296] WARN::dwc_otg_hcd_init:1045: FIQ DMA bounce buffers: virt = bad14000 dma = 0xfad14000 len=9024
[ 1.603873] FIQ FSM acceleration enabled for :
[ 1.603873] Non-periodic Split Transactions
[ 1.603873] Periodic Split Transactions
[ 1.603873] High-Speed Isochronous Endpoints
[ 1.603873] Interrupt/Control Split Transaction hack enabled
[ 1.614970] WARN::hcd_init_fiq:457: FIQ on core 1
[ 1.614979] WARN::hcd_init_fiq:458: FIQ ASM at 8063309c length 36
[ 1.614988] WARN::hcd_init_fiq:497: MPHI regs_base at bb810000
[ 1.615007] dwc_otg 3f980000.usb: DWC OTG Controller
[ 1.623882] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[ 1.626455] dwc_otg 3f980000.usb: irq 56, io mem 0x00000000
[ 1.628761] Init: Port Power? op_state=1
[ 1.630995] Init: Power Port (0)
[ 1.633527] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[ 1.638106] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.640520] usb usb1: Product: DWC OTG Controller
[ 1.642884] usb usb1: Manufacturer: Linux 4.19.59-rt23-v7+ dwc_otg_hcd
[ 1.645392] usb usb1: SerialNumber: 3f980000.usb
[ 1.648973] hub 1-0:1.0: USB hub found
[ 1.651286] hub 1-0:1.0: 1 port detected
[ 1.655128] usbcore: registered new interface driver usb-storage
[ 1.657811] mousedev: PS/2 mouse device common for all mice
[ 1.662067] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ 1.665010] bcm2835-cpufreq: min=600000 max=1400000
[ 1.668295] sdhci: Secure Digital Host Controller Interface driver
[ 1.670733] sdhci: Copyright(c) Pierre Ossman
[ 1.673899] mmc-bcm2835 3f300000.mmcnr: could not get clk, deferring probe
[ 1.677468] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
[ 1.680381] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.685254] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.688156] usbcore: registered new interface driver usbhid
[ 1.690754] usbhid: USB HID core driver
[ 1.694426] vchiq: vchiq_init_state: slot_zero = (ptrval), is_master = 0
[ 1.699118] [vc_sm_connected_init]: start
[ 1.708227] [vc_sm_connected_init]: end - returning 0
[ 1.712832] Initializing XFRM netlink socket
[ 1.715437] NET: Registered protocol family 17
[ 1.718070] Key type dns_resolver registered
[ 1.720959] Registering SWP/SWPB emulation handler
[ 1.724745] registered taskstats version 1
[ 1.727156] Loading compiled-in X.509 certificates
[ 1.751500] uart-pl011 3f201000.serial: cts_event_workaround enabled
[ 1.754120] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 81, base_baud = 0) is a PL011 rev2
[ 1.762056] console [ttyS0] disabled
[ 1.764492] 3f215040.serial: ttyS0 at MMIO 0x0 (irq = 53, base_baud = 31250000) is a 16550
[ 2.811685] console [ttyS0] enabled
[ 2.819675] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0
[ 2.828218] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated
[ 2.863653] sdhost: log_buf @ (ptrval) (fad13000)
[ 2.886004] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 2.901074] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 2.910642] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 2.921421] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 2.941684] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[ 2.965321] of_cfs_init
[ 2.969770] Indeed it is in host mode hprt0 = 00021501
[ 2.977498] of_cfs_init: OK
[ 2.984446] Waiting for root device PARTUUID=6d99072a-02...
[ 3.017721] random: fast init done
[ 3.038801] mmc1: new high speed SDIO card at address 0001
[ 3.045088] mmc0: host does not support reading read-only switch, assuming write-enable
[ 3.054763] mmc0: new high speed SDHC card at address aaaa
[ 3.065636] mmcblk0: mmc0:aaaa SE32G 29.7 GiB
[ 3.079197] mmcblk0: p1 p2
[ 3.124854] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 3.139831] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 3.153199] devtmpfs: mounted
[ 3.166029] Freeing unused kernel memory: 1024K
[ 3.173362] Run /sbin/init as init process
[ 3.174653] usb 1-1: new high-speed USB device number 2 using dwc_otg
[ 3.184622] Indeed it is in host mode hprt0 = 00001101
[ 3.435333] usb 1-1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
[ 3.449539] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.463382] hub 1-1:1.0: USB hub found
[ 3.471820] hub 1-1:1.0: 4 ports detected
[ 3.638642] random: crng init done
[ 3.794658] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[ 3.852222] systemd[1]: System time before build time, advancing clock.
[ 3.935281] usb 1-1.1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
[ 3.949421] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.961048] hub 1-1.1:1.0: USB hub found
[ 3.968299] hub 1-1.1:1.0: 3 ports detected
[ 4.008065] NET: Registered protocol family 10
[ 4.017458] Segment Routing with IPv6
[ 4.090069] 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)
[ 4.121825] systemd[1]: Detected architecture arm.
[ 4.152697] systemd[1]: Set hostname to <raspberrypi>.
[ 4.176416] systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argument
[ 4.328855] dwc_otg_handle_wakeup_detected_intr lxstate = 2
[ 4.740905] 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.
[ 4.767142] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[ 4.834701] usb 1-1.1.1: new high-speed USB device number 4 using dwc_otg
[ 4.975983] usb 1-1.1.1: New USB device found, idVendor=0424, idProduct=7800, bcdDevice= 3.00
[ 4.990929] usb 1-1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 15.194573] mmc0: timeout waiting for hardware interrupt.
[ 15.203232] [c0960007] TCM> b8c599b0 0
[ 15.210086] [c0960008] FDA> b8c598d0 0
[ 15.216768] [c0960008] DMA> 0 0
[ 15.222691] [c096000d] TSK< b8c598d0 0
[ 15.229217] [c096001c] TSK> b8c598d0 0
[ 15.235648] [c09622c9] PRD< b8c599b0 0
[ 15.242033] [c09622cc] PRD1 b9e85e40 0
[ 15.248364] [c09622d2] PRD2 1 0
[ 15.253955] [c09622e1] PRD3 b9f9cb84 0
[ 15.260098] [c09622e4] PDM> b8c599b0 0
[ 15.266108] [c09622e7] REQ< b8c598d0 10801
[ 15.272348] [c09622e9] CMD< 17 8
[ 15.277570] [c09622ee] FCM< b8c598d0 b8c59914
[ 15.283858] [c09622f1] RSP 900 0
[ 15.288985] [c09622f2] CMD< 12 96578
[ 15.294242] [c09622f3] CMDD 8 200
[ 15.299173] [c09622f5] SDMA b8c599b0 b9e85e40
[ 15.305060] [c09622f7] FCM< b8c598d0 b8c59948
[ 15.310828] [c09622f8] RSP 900 0
[ 15.315410] [c09622f9] FCM> b8c598d0 0
[ 15.320374] [c09622f9] FCM> b8c598d0 0
[ 15.325240] [c09622fa] CMD 12 200
[ 15.329759] [c09622fb] REQ> b8c598d0 0
[ 15.334649] [c0962aed] DMA< b8c599b0 0
[ 15.339525] [c0962aee] DMA 52 10834
[ 15.344236] [c0962af2] FDA< b8c598d0 0
[ 15.349166] [c0962af3] TCM< b8c599b0 0
[ 15.354063] [c0962af3] WTC< 10804 0
[ 15.358713] [c0962af5] WTC> 10804 0
[ 15.363310] [c0962af6] TCM> b8c599b0 0
[ 15.368183] [c0962af7] FDA> b8c598d0 0
[ 15.373045] [c0962af8] DMA> 0 0
[ 15.377265] [c0962afd] TSK< b8c598d0 0
[ 15.382104] [c0962b0c] TSK> b8c598d0 0
[ 15.386903] [c0964ff4] PRD< b8c599b0 0
[ 15.391697] [c0964ff7] PRD1 b9e85e40 0
[ 15.396484] [c0964ffd] PRD2 1 0
[ 15.400622] [c096500c] PRD3 b9f9cb84 0
[ 15.405390] [c0965010] PDM> b8c599b0 0
[ 15.410139] [c0965013] REQ< b8c598d0 10801
[ 15.415248] [c0965014] CMD< 17 8
[ 15.419490] [c096501a] FCM< b8c598d0 b8c59914
[ 15.424922] [c096501d] RSP 900 0
[ 15.429285] [c096501d] CMD< 12 96570
[ 15.433922] [c096501f] CMDD 8 200
[ 15.438313] [c0965020] SDMA b8c599b0 b9e85e40
[ 15.443774] [c0965022] FCM< b8c598d0 b8c59948
[ 15.449284] [c0965023] RSP 900 0
[ 15.453698] [c0965024] FCM> b8c598d0 0
[ 15.458622] [c0965025] FCM> b8c598d0 0
[ 15.463491] [c0965025] CMD 12 200
[ 15.468036] [c0965026] REQ> b8c598d0 0
[ 15.472924] [c0965818] DMA< b8c599b0 1
[ 15.477806] [c0965819] DMA 52 10834
[ 15.482522] [c096581e] FDA< b8c598d0 0
[ 15.487433] [c096581f] TCM< b8c599b0 0
[ 15.492333] [c0965820] WTC< 10804 0
[ 15.496968] [c0965821] WTC> 10804 0
[ 15.501573] [c0965822] TCM> b8c599b0 0
[ 15.506455] [c0965823] FDA> b8c598d0 0
[ 15.511321] [c0965824] DMA> 0 0
[ 15.515546] [c0965829] TSK< b8c598d0 0
[ 15.520394] [c0965839] TSK> b8c598d0 0
[ 15.525197] [c0966fe2] PRD< b8c599b0 0
[ 15.529999] [c0966fe5] PRD1 b9e85e40 0
[ 15.534791] [c0966fec] PRD2 1 0
[ 15.538932] [c0966ffb] PRD3 b9f9cb84 0
[ 15.543698] [c0966ffe] PDM> b8c599b0 0
[ 15.548472] [c0967002] REQ< b8c598d0 10801
[ 15.553583] [c0967003] CMD< 17 8
[ 15.557855] [c0967009] FCM< b8c598d0 b8c59914
[ 15.563294] [c096700c] RSP 900 0
[ 15.567664] [c096700c] CMD< 12 11bc18
[ 15.572392] [c096700e] CMDD 8 200
[ 15.576761] [c096700f] SDMA b8c599b0 b9e85e40
[ 15.582231] [c0967011] FCM< b8c598d0 b8c59948
[ 15.587716] [c0967013] RSP 900 0
[ 15.592132] [c0967013] FCM> b8c598d0 0
[ 15.597028] [c0967014] FCM> b8c598d0 0
[ 15.601891] [c0967015] CMD 12 200
[ 15.606415] [c0967015] REQ> b8c598d0 0
[ 15.611297] [c0967175] DMA< b8c599b0 0
[ 15.616169] [c0967176] DMA 52 10834
[ 15.620880] [c096717a] FDA< b8c598d0 0
[ 15.625781] [c096717b] TCM< b8c599b0 0
[ 15.630679] [c096717c] WTC< 10804 0
[ 15.635311] [c096717d] WTC> 10804 0
[ 15.639918] [c096717f] TCM> b8c599b0 0
[ 15.644797] [c0967180] FDA> b8c598d0 0
[ 15.649663] [c0967180] DMA> 0 0
[ 15.653879] [c0967185] TSK< b8c598d0 0
[ 15.658741] [c0967195] TSK> b8c598d0 0
[ 15.663535] [c09679d1] PRD< b8c599b0 0
[ 15.668349] [c09679d4] PRD1 b9e85e40 0
[ 15.673134] [c09679da] PRD2 1 0
[ 15.677266] [c09679e8] PRD3 b9f9cb84 0
[ 15.682028] [c09679eb] PDM> b8c599b0 0
[ 15.686769] [c09679ef] REQ< b8c598d0 10801
[ 15.691870] [c09679f0] CMD< 17 8
[ 15.696107] [c09679f4] FCM< b8c598d0 b8c59914
[ 15.701529] [c09679f7] RSP 900 0
[ 15.705888] [c09679f7] CMD< 12 96560
[ 15.710523] [c09679f9] CMDD 8 200
[ 15.714885] [c09679fa] SDMA b8c599b0 b9e85e40
[ 15.720346] [c09679fc] FCM< b8c598d0 b8c59948
[ 15.725823] [c09679fd] RSP 900 0
[ 15.730233] [c09679fe] FCM> b8c598d0 0
[ 15.735120] [c09679ff] FCM> b8c598d0 0
[ 15.739981] [c09679ff] CMD 12 200
[ 15.744486] [c0967a00] REQ> b8c598d0 0
[ 15.749393] [c0967b65] DMA< b8c599b0 1
[ 15.754264] [c0967b65] DMA 52 10834
[ 15.758999] [c0967b69] FDA< b8c598d0 0
[ 15.763898] [c0967b6a] TCM< b8c599b0 0
[ 15.768819] [c0967b6b] WTC< 10804 0
[ 15.773444] [c0967b6c] WTC> 10804 0
[ 15.778049] [c0967b6e] TCM> b8c599b0 0
[ 15.782932] [c0967b6e] FDA> b8c598d0 0
[ 15.787798] [c0967b6f] DMA> 0 0
[ 15.792018] [c0967b74] TSK< b8c598d0 0
[ 15.796858] [c0967b82] TSK> b8c598d0 0
[ 15.801653] [c0967cdb] PRD< b8c599b0 0
[ 15.806447] [c0967cdf] PRD1 b9e85e40 0
[ 15.811235] [c0967ce4] PRD2 1 0
[ 15.815374] [c0967cf0] PRD3 b9f9cb84 0
[ 15.820142] [c0967cf4] PDM> b8c599b0 0
[ 15.824888] [c0967cf7] REQ< b8c598d0 10801
[ 15.829992] [c0967cf8] CMD< 17 8
[ 15.834231] [c0967cfc] FCM< b8c598d0 b8c59914
[ 15.839688] [c0967cff] RSP 900 0
[ 15.844041] [c0967cff] CMD< 12 96568
[ 15.848695] [c0967d01] CMDD 8 200
[ 15.853055] [c0967d02] SDMA b8c599b0 b9e85e40
[ 15.858516] [c0967d03] FCM< b8c598d0 b8c59948
[ 15.863993] [c0967d04] RSP 900 0
[ 15.868425] [c0967d05] FCM> b8c598d0 0
[ 15.873315] [c0967d06] FCM> b8c598d0 0
[ 15.878172] [c0967d07] CMD 12 200
[ 15.882690] [c0967d07] REQ> b8c598d0 0
[ 15.887571] [c0967e6a] DMA< b8c599b0 1
[ 15.892443] [c0967e6b] DMA 52 10834
[ 15.897157] [c0967e6e] FDA< b8c598d0 0
[ 15.902059] [c0967e6f] TCM< b8c599b0 0
[ 15.906959] [c0967e70] WTC< 10804 0
[ 15.911586] [c0967e71] WTC> 10804 0
[ 15.916191] [c0967e73] TCM> b8c599b0 0
[ 15.921073] [c0967e73] FDA> b8c598d0 0
[ 15.925937] [c0967e74] DMA> 0 0
[ 15.930159] [c0967e79] TSK< b8c598d0 0
[ 15.935001] [c0967e85] TSK> b8c598d0 0
[ 15.939804] [c0968350] PRD< b8c599b0 0
[ 15.944602] [c0968353] PRD1 b9e85e40 0
[ 15.949394] [c0968358] PRD2 1 0
[ 15.953530] [c0968364] PRD3 b9f9cb84 0
[ 15.958299] [c0968368] PDM> b8c599b0 0
[ 15.963046] [c096836b] REQ< b8c598d0 10801
[ 15.968150] [c096836c] CMD< 17 8
[ 15.972391] [c0968370] FCM< b8c598d0 b8c59914
[ 15.977820] [c0968373] RSP 900 0
[ 15.982184] [c0968374] CMD< 12 12acd8
[ 15.986914] [c0968375] CMDD 8 200
[ 15.991281] [c0968376] SDMA b8c599b0 b9e85e40
[ 15.996746] [c0968378] FCM< b8c598d0 b8c59948
[ 16.002226] [c0968379] RSP 900 0
[ 16.006644] [c096837a] FCM> b8c598d0 0
[ 16.011540] [c096837a] FCM> b8c598d0 0
[ 16.016405] [c096837b] CMD 12 200
[ 16.020929] [c096837c] REQ> b8c598d0 0
[ 16.025819] [c09684d3] DMA< b8c599b0 0
[ 16.030693] [c09684d4] DMA 52 10834
[ 16.035408] [c09684d7] FDA< b8c598d0 0
[ 16.040313] [c09684d8] TCM< b8c599b0 0
[ 16.045213] [c09684d9] WTC< 10804 0
[ 16.049844] [c09684da] WTC> 10804 0
[ 16.054449] [c09684db] TCM> b8c599b0 0
[ 16.059357] [c09684dc] FDA> b8c598d0 0
[ 16.064223] [c09684dd] DMA> 0 0
[ 16.068474] [c09684e2] TSK< b8c598d0 0
[ 16.073318] [c09684f0] TSK> b8c598d0 0
[ 16.078124] [c096a7d6] PRD< b8c599b0 0
[ 16.082922] [c096a7da] PRD1 b9e85e40 0
[ 16.087716] [c096a7e0] PRD2 1 0
[ 16.091859] [c096a7f0] PRD3 b9f9cb84 0
[ 16.096629] [c096a7f3] PDM> b8c599b0 0
[ 16.101374] [c096a7f7] REQ< b8c598d0 10801
[ 16.106477] [c096a7f8] CMD< 17 8
[ 16.110716] [c096a7fe] FCM< b8c598d0 b8c59914
[ 16.116145] [c096a801] RSP 900 0
[ 16.120505] [c096a802] CMD< 12 130618
[ 16.125239] [c096a803] CMDD 8 200
[ 16.129607] [c096a804] SDMA b8c599b0 b9e85e40
[ 16.135076] [c096a807] FCM< b8c598d0 b8c59948
[ 16.140561] [c096a808] RSP 900 0
[ 16.144984] [c096a809] FCM> b8c598d0 0
[ 16.149885] [c096a80a] FCM> b8c598d0 0
[ 16.154755] [c096a80a] CMD 12 200
[ 16.159280] [c096a80b] REQ> b8c598d0 0
[ 16.164165] [c096aff4] DMA< b8c599b0 1
[ 16.169067] [c096aff5] DMA 52 10834
[ 16.173782] [c096aff9] FDA< b8c598d0 0
[ 16.178710] [c096affb] TCM< b8c599b0 0
[ 16.183610] [c096affc] WTC< 10804 0
[ 16.188260] [c096affd] WTC> 10804 0
[ 16.192863] [c096affe] TCM> b8c599b0 0
[ 16.197746] [c096afff] FDA> b8c598d0 0
[ 16.202612] [c096b000] DMA> 0 0
[ 16.206845] [c096b005] TSK< b8c598d0 0
[ 16.211696] [c096b016] TSK> b8c598d0 0
[ 16.216505] [c096b61e] PRD< b8c599b0 0
[ 16.221304] [c096b621] PRD1 b9e85e40 0
[ 16.226098] [c096b627] PRD2 1 0
[ 16.230242] [c096b635] PRD3 b9f9cb84 0
[ 16.235015] [c096b638] PDM> b8c599b0 0
[ 16.239764] [c096b63c] REQ< b8c598d0 10801
[ 16.244872] [c096b63d] CMD< 17 8
[ 16.249119] [c096b642] FCM< b8c598d0 b8c59914
[ 16.254554] [c096b645] RSP 900 0
[ 16.258924] [c096b645] CMD< 12 126338
[ 16.263650] [c096b647] CMDD 8 200
[ 16.268041] [c096b648] SDMA b8c599b0 b9e85e40
[ 16.273509] [c096b64a] FCM< b8c598d0 b8c59948
[ 16.279017] [c096b64b] RSP 900 0
[ 16.283437] [c096b64c] FCM> b8c598d0 0
[ 16.288361] [c096b64c] FCM> b8c598d0 0
[ 16.293228] [c096b64d] CMD 12 200
[ 16.297753] [c096b64e] REQ> b8c598d0 0
[ 16.302636] [c096b7ab] DMA< b8c599b0 1
[ 16.307512] [c096b7ac] DMA 52 10834
[ 16.312223] [c096b7b0] FDA< b8c598d0 0
[ 16.317134] [c096b7b1] TCM< b8c599b0 0
[ 16.322037] [c096b7b2] WTC< 10804 0
[ 16.326671] [c096b7b2] WTC> 10804 0
[ 16.331279] [c096b7b4] TCM> b8c599b0 0
[ 16.336162] [c096b7b5] FDA> b8c598d0 0
[ 16.341035] [c096b7b6] DMA> 0 0
[ 16.345261] [c096b7bb] TSK< b8c598d0 0
[ 16.350109] [c096b7c9] TSK> b8c598d0 0
[ 16.354914] [c096c7a4] PRD< b8c599b0 0
[ 16.359718] [c096c7a7] PRD1 b9e85e40 0
[ 16.364510] [c096c7ad] PRD2 1 0
[ 16.368676] [c096c7ba] PRD3 b9f9cb84 0
[ 16.373446] [c096c7bd] PDM> b8c599b0 0
[ 16.378193] [c096c7c0] REQ< b8c598d0 10801
[ 16.383301] [c096c7c2] CMD< 17 8
[ 16.387550] [c096c7c6] FCM< b8c598d0 b8c59914
[ 16.392985] [c096c7c9] RSP 900 0
[ 16.397350] [c096c7ca] CMD< 12 126478
[ 16.402081] [c096c7cb] CMDD 8 200
[ 16.406451] [c096c7cd] SDMA b8c599b0 b9e85e40
[ 16.411916] [c096c7cf] FCM< b8c598d0 b8c59948
[ 16.417399] [c096c7d0] RSP 900 0
[ 16.421815] [c096c7d0] FCM> b8c598d0 0
[ 16.426711] [c096c7d1] FCM> b8c598d0 0
[ 16.431576] [c096c7d2] CMD 12 200
[ 16.436100] [c096c7d2] REQ> b8c598d0 0
[ 16.440984] [c13008a7] TIM< 0 0
[ 16.445254] mmc0: sbc op 23 arg 0x8 flags 0x15 - resp 00000900 00000000 00000000 00000000, err 0
[ 16.456754] mmc0: cmd op 18 arg 0x126478 flags 0xb5 - resp 00000900 00000000 00000000 00000000, err 0
[ 16.469217] mmc0: data blocks 8 blksz 200 - err 0
[ 16.475680] mmc0: stop op 12 arg 0x0 flags 0x95 - resp 00000000 00000000 00000000 00000000, err 0
[ 16.488343] mmc0: =========== REGISTER DUMP ===========
[ 16.495627] mmc0: SDCMD 0x00004052
[ 16.501132] mmc0: SDARG 0x00126478
[ 16.506609] mmc0: SDTOUT 0x017d7840
[ 16.512080] mmc0: SDCDIV 0x00000003
[ 16.517548] mmc0: SDRSP0 0x00000900
[ 16.522988] mmc0: SDRSP1 0x00001269
[ 16.528427] mmc0: SDRSP2 0x7fffffff
[ 16.533810] mmc0: SDRSP3 0x00024007
[ 16.539209] mmc0: SDHSTS 0x00000081
[ 16.544601] mmc0: SDVDD 0x00000001
[ 16.549973] mmc0: SDEDM 0x00010831
[ 16.555331] mmc0: SDHCFG 0x0000040e
[ 16.560662] mmc0: SDHBCT 0x00000200
[ 16.565879] mmc0: SDHBLC 0x00000001
[ 16.570957] mmc0: ===========================================
RPi2 boot log
[ 0.000000] Booting Linux on physical CPU 0xf00
[ 0.000000] Linux version 4.19.59-rt23-v7+ (giedrius@giedrius-vb) (gcc version 4.8.3 20140303 (prerelease) (crosstool-NG linaro-1.13.1+bzr2650 - Linaro GCC 2014.03)) #1 SMP PREEMPT RT Tue Jul 30 10:56:20 EEST 2019
[ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] OF: fdt: Machine model: Raspberry Pi 2 Model B Rev 1.1
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] cma: Reserved 8 MiB at 0x3ac00000
[ 0.000000] random: get_random_bytes called from start_kernel+0x7c/0x4ac with crng_init=0
[ 0.000000] percpu: Embedded 18 pages/cpu s41536 r8192 d24000 u73728
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 240555
[ 0.000000] Kernel command line: coherent_pool=1M bcm2708_fb.fbwidth=1920 bcm2708_fb.fbheight=1080 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 dwc_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1 root=PARTUUID=6d99072a-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait plymouth.ignore-serial-consoles
[ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Memory: 938428K/970752K available (8192K kernel code, 629K rwdata, 2188K rodata, 1024K init, 957K bss, 24132K reserved, 8192K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
[ 0.000000] vmalloc : 0xbb800000 - 0xff800000 (1088 MB)
[ 0.000000] lowmem : 0x80000000 - 0xbb400000 ( 948 MB)
[ 0.000000] modules : 0x7f000000 - 0x80000000 ( 16 MB)
[ 0.000000] .text : 0x(ptrval) - 0x(ptrval) (9184 kB)
[ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (1024 kB)
[ 0.000000] .data : 0x(ptrval) - 0x(ptrval) ( 630 kB)
[ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) ( 958 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 26350 entries in 78 pages
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 0.000000] No expedited grace period (rcu_normal_after_boot).
[ 0.000000] Tasks RCU enabled.
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[ 0.000009] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[ 0.000022] Switching to timer-based delay loop, resolution 52ns
[ 0.000357] Console: colour dummy device 80x30
[ 0.001634] console [tty1] enabled
[ 0.001679] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[ 0.001694] pid_max: default: 32768 minimum: 301
[ 0.002180] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.002200] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.003673] CPU: Testing write buffer coherency: ok
[ 0.004461] CPU0: update cpu_capacity 1024
[ 0.004703] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
[ 0.060240] Setting up static identity map for 0x100000 - 0x10003c
[ 0.100223] rcu: Hierarchical SRCU implementation.
[ 0.180518] smp: Bringing up secondary CPUs ...
[ 0.321568] CPU1: update cpu_capacity 1024
[ 0.321579] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
[ 0.461929] CPU2: update cpu_capacity 1024
[ 0.461940] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
[ 0.602305] CPU3: update cpu_capacity 1024
[ 0.602316] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
[ 0.602585] smp: Brought up 1 node, 4 CPUs
[ 0.602802] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[ 0.602845] CPU: All CPU(s) started in HYP mode.
[ 0.602883] CPU: Virtualization extensions available.
[ 0.604696] devtmpfs: initialized
[ 0.644265] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[ 0.645213] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.645305] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.646398] pinctrl core: initialized pinctrl subsystem
[ 0.648931] NET: Registered protocol family 16
[ 0.655607] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[ 0.670021] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.670095] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.670430] Serial: AMBA PL011 UART driver
[ 0.675316] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[ 0.761393] bcm2835-dma 3f007000.dma: DMA legacy API manager at (ptrval), dmachans=0x1
[ 0.765502] SCSI subsystem initialized
[ 0.766151] usbcore: registered new interface driver usbfs
[ 0.766335] usbcore: registered new interface driver hub
[ 0.766658] usbcore: registered new device driver usb
[ 0.782423] raspberrypi-firmware soc:firmware: Attached to firmware from 2019-07-09 14:40, variant start
[ 0.792418] raspberrypi-firmware soc:firmware: Firmware hash is 6c3fe3f096a93de3b34252ad98cdccadeb534be2
[ 0.805897] clocksource: Switched to clocksource arch_sys_counter
[ 1.029714] VFS: Disk quotas dquot_6.6.0
[ 1.029932] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 1.030880] FS-Cache: Loaded
[ 1.031428] CacheFiles: Loaded
[ 1.056512] NET: Registered protocol family 2
[ 1.058558] tcp_listen_portaddr_hash hash table entries: 512 (order: 2, 16384 bytes)
[ 1.058703] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 1.058940] TCP bind hash table entries: 8192 (order: 5, 229376 bytes)
[ 1.059663] TCP: Hash tables configured (established 8192 bind 8192)
[ 1.060122] UDP hash table entries: 512 (order: 3, 32768 bytes)
[ 1.060298] UDP-Lite hash table entries: 512 (order: 3, 32768 bytes)
[ 1.061148] NET: Registered protocol family 1
[ 1.062736] RPC: Registered named UNIX socket transport module.
[ 1.062795] RPC: Registered udp transport module.
[ 1.062836] RPC: Registered tcp transport module.
[ 1.062875] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.066374] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
[ 1.077202] Initialise system trusted keyrings
[ 1.077764] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[ 1.105534] FS-Cache: Netfs 'nfs' registered for caching
[ 1.107713] NFS: Registering the id_resolver key type
[ 1.107858] Key type id_resolver registered
[ 1.107901] Key type id_legacy registered
[ 1.107973] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.114276] Key type asymmetric registered
[ 1.114341] Asymmetric key parser 'x509' registered
[ 1.114498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[ 1.114915] io scheduler noop registered
[ 1.114966] io scheduler deadline registered (default)
[ 1.115766] io scheduler cfq registered
[ 1.115816] io scheduler mq-deadline registered (default)
[ 1.116049] io scheduler kyber registered
[ 1.120012] bcm2708_fb soc:fb: FB found 1 display(s)
[ 1.186884] Console: switching to colour frame buffer device 240x67
[ 1.225095] bcm2708_fb soc:fb: Registered framebuffer for display 0, size 1920x1080
[ 1.230557] bcm2835-rng 3f104000.rng: hwrng registered
[ 1.231369] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[ 1.232946] vc-sm: Videocore shared memory driver
[ 1.233989] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
[ 1.267380] brd: module loaded
[ 1.301167] loop: module loaded
[ 1.302744] Loading iSCSI transport class v2.0-870.
[ 1.304485] libphy: Fixed MDIO Bus: probed
[ 1.304932] usbcore: registered new interface driver lan78xx
[ 1.305283] usbcore: registered new interface driver smsc95xx
[ 1.305520] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 1.334083] dwc_otg 3f980000.usb: base=(ptrval)
[ 1.534627] Core Release: 2.80a
[ 1.534777] Setting default values for core params
[ 1.535007] Finished setting default values for core params
[ 1.736192] Using Buffer DMA mode
[ 1.736336] Periodic Transfer Interrupt Enhancement - disabled
[ 1.736544] Multiprocessor Interrupt Enhancement - disabled
[ 1.736744] OTG VER PARAM: 0, OTG VER FLAG: 0
[ 1.736911] Dedicated Tx FIFOs mode
[ 1.738359] WARN::dwc_otg_hcd_init:1045: FIQ DMA bounce buffers: virt = bad14000 dma = 0xfad14000 len=9024
[ 1.738736] FIQ FSM acceleration enabled for :
[ 1.738736] Non-periodic Split Transactions
[ 1.738736] Periodic Split Transactions
[ 1.738736] High-Speed Isochronous Endpoints
[ 1.738736] Interrupt/Control Split Transaction hack enabled
[ 1.739575] WARN::hcd_init_fiq:457: FIQ on core 1
[ 1.739586] WARN::hcd_init_fiq:458: FIQ ASM at 8063309c length 36
[ 1.739599] WARN::hcd_init_fiq:497: MPHI regs_base at bb810000
[ 1.739626] dwc_otg 3f980000.usb: DWC OTG Controller
[ 1.740424] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[ 1.749660] dwc_otg 3f980000.usb: irq 56, io mem 0x00000000
[ 1.758384] Init: Port Power? op_state=1
[ 1.766925] Init: Power Port (0)
[ 1.775819] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[ 1.784486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.793086] usb usb1: Product: DWC OTG Controller
[ 1.801653] usb usb1: Manufacturer: Linux 4.19.59-rt23-v7+ dwc_otg_hcd
[ 1.810313] usb usb1: SerialNumber: 3f980000.usb
[ 1.820645] hub 1-0:1.0: USB hub found
[ 1.829608] hub 1-0:1.0: 1 port detected
[ 1.840484] usbcore: registered new interface driver usb-storage
[ 1.849923] mousedev: PS/2 mouse device common for all mice
[ 1.861093] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ 1.870454] bcm2835-cpufreq: min=600000 max=900000
[ 1.880320] sdhci: Secure Digital Host Controller Interface driver
[ 1.888984] sdhci: Copyright(c) Pierre Ossman
[ 1.898819] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
[ 1.908207] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.918511] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.927636] usbcore: registered new interface driver usbhid
[ 1.936339] usbhid: USB HID core driver
[ 1.946739] vchiq: vchiq_init_state: slot_zero = (ptrval), is_master = 0
[ 1.958213] [vc_sm_connected_init]: start
[ 1.969631] [vc_sm_connected_init]: end - returning 0
[ 1.981307] Initializing XFRM netlink socket
[ 1.990171] NET: Registered protocol family 17
[ 1.999262] Key type dns_resolver registered
[ 2.008604] Registering SWP/SWPB emulation handler
[ 2.019299] registered taskstats version 1
[ 2.028086] Loading compiled-in X.509 certificates
[ 2.064187] uart-pl011 3f201000.serial: cts_event_workaround enabled
[ 2.073249] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 81, base_baud = 0) is a PL011 rev2
[ 3.100433] console [ttyAMA0] enabled
[ 3.117500] Indeed it is in host mode hprt0 = 00021501
[ 3.126455] sdhost: log_buf @ (ptrval) (fad13000)
[ 3.193015] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[ 3.222946] of_cfs_init
[ 3.234306] of_cfs_init: OK
[ 3.248160] Waiting for root device PARTUUID=6d99072a-02...
[ 3.255144] random: fast init done
[ 3.330347] mmc0: host does not support reading read-only switch, assuming write-enable
[ 3.355086] mmc0: new high speed SDHC card at address aaaa
[ 3.382469] mmcblk0: mmc0:aaaa SE32G 29.7 GiB
[ 3.386213] usb 1-1: new high-speed USB device number 2 using dwc_otg
[ 3.386831] Indeed it is in host mode hprt0 = 00001101
[ 3.486211] mmcblk0: p1 p2
[ 3.523415] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
[ 3.542261] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
[ 3.594045] EXT4-fs (mmcblk0p2): recovery complete
[ 3.614806] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 3.634796] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 3.657228] usb 1-1: New USB device found, idVendor=0424, idProduct=9514, bcdDevice= 2.00
[ 3.676671] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.696121] devtmpfs: mounted
[ 3.716544] hub 1-1:1.0: USB hub found
[ 3.737387] Freeing unused kernel memory: 1024K
[ 3.746007] hub 1-1:1.0: 5 ports detected
[ 3.770805] Run /sbin/init as init process
[ 3.896094] random: crng init done
[ 4.116109] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[ 4.256951] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00, bcdDevice= 2.00
[ 4.275204] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4.296444] smsc95xx v1.0.6
[ 4.406863] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:7d:68:7a
[ 4.527594] systemd[1]: System time before build time, advancing clock.
[ 4.536034] usb 1-1.4: new low-speed USB device number 4 using dwc_otg
[ 4.712074] NET: Registered protocol family 10
[ 4.729592] Segment Routing with IPv6
[ 4.822701] 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)
[ 4.865761] usb 1-1.4: New USB device found, idVendor=046d, idProduct=c30e, bcdDevice= 1.80
[ 4.865783] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.865798] usb 1-1.4: Product: HID compliant keyboard
[ 4.865813] usb 1-1.4: Manufacturer: Logitech
[ 4.943753] systemd[1]: Detected architecture arm.
[ 4.947529] input: Logitech HID compliant keyboard as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.4/1-1.4:1.0/0003:046D:C30E.0001/input/input0
[ 5.017592] hid-generic 0003:046D:C30E.0001: input,hidraw0: USB HID v1.10 Keyboard [Logitech HID compliant keyboard] on usb-3f980000.usb-1.4/input0
[ 5.068363] systemd[1]: Set hostname to <raspberrypi>.
[ 5.104893] systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argument
[ 5.120187] input: Logitech HID compliant keyboard Consumer Control as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.4/1-1.4:1.1/0003:046D:C30E.0002/input/input1
[ 5.186599] input: Logitech HID compliant keyboard System Control as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.4/1-1.4:1.1/0003:046D:C30E.0002/input/input2
[ 5.224175] hid-generic 0003:046D:C30E.0002: input,hidraw1: USB HID v1.10 Device [Logitech HID compliant keyboard] on usb-3f980000.usb-1.4/input1
[ 5.530011] uart-pl011 3f201000.serial: no DMA platform data
[ 26.725886] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[ 26.725923] rcu: 0-...!: (0 ticks this GP) idle=c22/1/0x40000002 softirq=0/0 fqs=0
[ 26.725936] rcu: 1-...!: (0 ticks this GP) idle=00a/1/0x40000000 softirq=0/0 fqs=0
[ 26.725940] rcu: (detected by 2, t=2102 jiffies, g=-923, q=752)
[ 26.725967] Sending NMI from CPU 2 to CPUs 0:
[ 36.727287] Sending NMI from CPU 2 to CPUs 1:
[ 46.728610] rcu: rcu_preempt kthread starved for 4102 jiffies! g-923 f0x0 RCU_GP_WAIT_FQS(5) ->state=0x0 ->cpu=1
[ 46.728615] rcu: RCU grace-period kthread stack dump:
[ 46.728619] rcu_preempt R running task 0 11 2 0x00000000
[ 46.728677] [<808039f8>] (__schedule) from [<80803e00>] (schedule+0x64/0x108)
[ 46.728698] [<80803e00>] (schedule) from [<80806898>] (schedule_timeout+0x1f4/0x494)
[ 46.728723] [<80806898>] (schedule_timeout) from [<8018fa1c>] (rcu_gp_kthread+0x48c/0xb74)
[ 46.728743] [<8018fa1c>] (rcu_gp_kthread) from [<80140c68>] (kthread+0x12c/0x168)
[ 46.728764] [<80140c68>] (kthread) from [<801010b4>] (ret_from_fork+0x14/0x20)
[ 46.728771] Exception stack(0xb9d53fb0 to 0xb9d53ff8)
[ 46.728782] 3fa0: 00000000 00000000 00000000 00000000
[ 46.728794] 3fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 46.728804] 3fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[ 89.775877] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[ 89.775901] rcu: 0-...!: (0 ticks this GP) idle=c22/1/0x40000002 softirq=0/0 fqs=0
[ 89.775914] rcu: 1-...!: (0 ticks this GP) idle=00a/1/0x40000000 softirq=0/0 fqs=0
[ 89.775918] rcu: (detected by 2, t=8407 jiffies, g=-923, q=752)
[ 89.775937] Sending NMI from CPU 2 to CPUs 0:
[ 99.777222] Sending NMI from CPU 2 to CPUs 1:
[ 109.778513] rcu: rcu_preempt kthread starved for 10407 jiffies! g-923 f0x2 RCU_GP_WAIT_FQS(5) ->state=0x0 ->cpu=1
[ 109.778517] rcu: RCU grace-period kthread stack dump:
[ 109.778521] rcu_preempt R running task 0 11 2 0x00000000
[ 109.778558] [<808039f8>] (__schedule) from [<80803e00>] (schedule+0x64/0x108)
[ 109.778578] [<80803e00>] (schedule) from [<80806898>] (schedule_timeout+0x1f4/0x494)
[ 109.778601] [<80806898>] (schedule_timeout) from [<8018fa1c>] (rcu_gp_kthread+0x48c/0xb74)
[ 109.778617] [<8018fa1c>] (rcu_gp_kthread) from [<80140c68>] (kthread+0x12c/0x168)
[ 109.778633] [<80140c68>] (kthread) from [<801010b4>] (ret_from_fork+0x14/0x20)
[ 109.778640] Exception stack(0xb9d53fb0 to 0xb9d53ff8)
[ 109.778650] 3fa0: 00000000 00000000 00000000 00000000
[ 109.778661] 3fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 109.778671] 3fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[ 152.825875] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[ 152.825898] rcu: 0-...!: (0 ticks this GP) idle=c22/1/0x40000002 softirq=0/0 fqs=0
[ 152.825911] rcu: 1-...!: (0 ticks this GP) idle=00a/1/0x40000000 softirq=0/0 fqs=0
[ 152.825914] rcu: (detected by 2, t=14712 jiffies, g=-923, q=752)
[ 152.825932] Sending NMI from CPU 2 to CPUs 0:
[ 162.827218] Sending NMI from CPU 2 to CPUs 1:
[ 172.828511] rcu: rcu_preempt kthread starved for 16712 jiffies! g-923 f0x2 RCU_GP_WAIT_FQS(5) ->state=0x0 ->cpu=1
[ 172.828514] rcu: RCU grace-period kthread stack dump:
[ 172.828518] rcu_preempt R running task 0 11 2 0x00000000
[ 172.828552] [<808039f8>] (__schedule) from [<80803e00>] (schedule+0x64/0x108)
[ 172.828572] [<80803e00>] (schedule) from [<80806898>] (schedule_timeout+0x1f4/0x494)
[ 172.828592] [<80806898>] (schedule_timeout) from [<8018fa1c>] (rcu_gp_kthread+0x48c/0xb74)
[ 172.828610] [<8018fa1c>] (rcu_gp_kthread) from [<80140c68>] (kthread+0x12c/0x168)
[ 172.828626] [<80140c68>] (kthread) from [<801010b4>] (ret_from_fork+0x14/0x20)
[ 172.828632] Exception stack(0xb9d53fb0 to 0xb9d53ff8)
[ 172.828642] 3fa0: 00000000 00000000 00000000 00000000
[ 172.828654] 3fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 172.828664] 3fe0: 00000000 00000000 00000000 00000000 00000013 00000000
- Dominant language
- C
- Stars
- 13.2k
- Forks
- 5.5k
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 21
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from raspberrypi/linux
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
raspberrypi/linux#7415 · 2 comments · 1 reaction ·
-
rp1-cfe doesn't forward V4L2_EVENT_SOURCE_CHANGE event from csi-2 sensor driver to userspace app Open
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
raspberrypi/linux#7399 · 1 comment ·
-
Difficulty 1/5 Under an hour Newbie friendliness 82/100
raspberrypi/linux#7357 · 1 comment ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
raspberrypi/linux#7054 · 2 comments ·
-
Difficulty 4/5 3-5 days Newbie friendliness 48/100
raspberrypi/linux#7634 · 8 comments · 1 reaction ·
All issues in raspberrypi/linux
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
zephyrproject-rtos/zephyr#119726 ·
-
[Bounty proposal] fix(web): memory insights count an evening memory on the next day ($25 proposed) Open
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
BasedHardware/omi#15320 ·
-
[adam] AdamNet network read doesn't cap to MAX_ADAM_PACKET_LEN, overflows client receive buffers Open
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
FujiNetWIFI/fujinet-firmware#1649 · 2 comments ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
HarbourMasters/Shipwright#7229 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
riscv-software-src/riscv-isa-sim#2435 · 1 comment ·