boot cycle after installing latest updates

Discussion about U-Boot and the kernel.

Re: boot cycle after installing latest updates

Postby GoofySpeed » Sat Jul 06, 2019 4:05 am

As discussed in this thread on github, https://github.com/raspberrypi/firmware/issues/1157, the fix was presented by Vogtinator that the video driver in U-Boot needed fixed. You can perform the fix yourself, or use the one that I compiled https://drive.google.com/file/d/1sXLmiUtnLxeWgxaNkV9RSzCWO6QSeEZa/view. Take the SD card out of your pi and insert it into your computer, rename kernel8.img to kernel8_bak.img in the /boot partition, then place the new kernel8.img file into the /boot partition, then just insert into your pi and boot.

$this->bbcode_second_pass_code('', '

U-Boot 2019.07-rc4 (Jul 02 2019 - 23:22:24 -0400)

DRAM: 948 MiB
RPI 3 Model B (0xa02082)
MMC: mmc@7e202000: 0, sdhci@7e300000: 1
Loading Environment from FAT... *** Warning - bad CRC, using default environment

In: serial
Out: serial
Err: serial
Net: No ethernet found.
starting USB...
Bus usb@7e980000: scanning bus usb@7e980000 for devices... 3 USB Device(s) found
scanning usb for storage devices... 0 Storage Device(s) found
Hit any key to stop autoboot: 2  1  0
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1...
Found U-Boot script /boot.scr
708 bytes read in 1 ms (691.4 KiB/s)
## Executing script at 02400000
25778688 bytes read in 1070 ms (23 MiB/s)
19477 bytes read in 4 ms (4.6 MiB/s)
7262444 bytes read in 304 ms (22.8 MiB/s)
## Flattened Device Tree blob at 02600000
Booting using the fdt blob at 0x2600000
Using Device Tree in place at 0000000002600000, end 0000000002607c14

Starting kernel ...

[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 5.1.15-2-ARCH (builduser@leming) (gcc version 8.3.0 (GCC)) #1 SMP Sat Jun 29 13:22:26 MDT 2019
[ 0.000000] Machine model: Raspberry Pi 3 Model B
[ 0.000000] efi: Getting EFI parameters from FDT:
[ 0.000000] efi: UEFI not found.
[ 0.000000] cma: Reserved 64 MiB at 0x0000000037400000
[ 0.000000] random: get_random_bytes called from start_kernel+0xa4/0x4b0 with crng_init=0
[ 0.000000] percpu: Embedded 24 pages/cpu s60696 r8192 d29416 u98304
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: ARM erratum 843419
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 238896
[ 0.000000] Kernel command line: console=ttyS1,115200 console=tty0 root=PARTUUID=5d77d500-02 rw rootwait smsc95xx.macaddr=b8:27:eb:73:e0:0e
[ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.000000] Memory: 849780K/970752K available (14332K kernel code, 2582K rwdata, 6344K rodata, 1856K init, 819K bss, 55436K reserved, 65536K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 49795 entries in 195 pages
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[ 0.000000] Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 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.000006] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[ 0.000255] Console: colour dummy device 80x25
[ 0.000604] printk: console [tty0] enabled
[ 0.000662] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[ 0.000694] pid_max: default: 32768 minimum: 301
[ 0.000952] LSM: Security Framework initializing
[ 0.000983] Yama: becoming mindful.
[ 0.001101] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.001140] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.001869] *** VALIDATE proc ***
[ 0.002200] *** VALIDATE cgroup1 ***
[ 0.002221] *** VALIDATE cgroup2 ***
[ 0.003290] ASID allocator initialised with 32768 entries
[ 0.003429] rcu: Hierarchical SRCU implementation.
[ 0.007090] EFI services will not be available.
[ 0.007662] smp: Bringing up secondary CPUs ...
[ 0.008282] Detected VIPT I-cache on CPU1
[ 0.008350] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.009129] Detected VIPT I-cache on CPU2
[ 0.009174] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.009858] Detected VIPT I-cache on CPU3
[ 0.009899] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.010084] smp: Brought up 1 node, 4 CPUs
[ 0.010176] SMP: Total of 4 processors activated.
[ 0.010194] CPU features: detected: 32-bit EL0 Support
[ 0.010213] CPU features: detected: CRC32 instructions
[ 0.010736] CPU: All CPU(s) started at EL2
[ 0.010773] alternatives: patching kernel code
[ 0.013041] devtmpfs: initialized
[ 0.020491] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.020541] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.024214] pinctrl core: initialized pinctrl subsystem
[ 0.025468] DMI not present or invalid.
[ 0.026042] NET: Registered protocol family 16
[ 0.028475] audit: initializing netlink subsys (disabled)
[ 0.028714] audit: type=2000 audit(0.020:1): state=initialized audit_enabled=0 res=1
[ 0.030013] cpuidle: using governor ladder
[ 0.030197] cpuidle: using governor menu
[ 0.030651] vdso: 2 pages (1 code @ (____ptrval____), 1 data @ (____ptrval____))
[ 0.030680] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.032869] DMA: preallocated 256 KiB pool for atomic allocations
[ 0.033689] Serial: AMBA PL011 UART driver
[ 0.056760] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.056797] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.056819] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.056840] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.057318] cryptd: max_cpu_qlen set to 1000
[ 0.058452] ACPI: Interpreter disabled.
[ 0.059623] vgaarb: loaded
[ 0.060763] SCSI subsystem initialized
[ 0.061319] usbcore: registered new interface driver usbfs
[ 0.061389] usbcore: registered new interface driver hub
[ 0.061498] usbcore: registered new device driver usb
[ 0.061767] usb_phy_generic phy: phy supply vcc not found, using dummy regulator
[ 0.062374] pps_core: LinuxPPS API ver. 1 registered
[ 0.062393] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.062441] PTP clock support registered
[ 0.062767] EDAC MC: Ver: 3.0.0
[ 0.063886] Advanced Linux Sound Architecture Driver Initialized.
[ 0.064532] NetLabel: Initializing
[ 0.064550] NetLabel: domain hash size = 128
[ 0.064564] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.064656] NetLabel: unlabeled traffic allowed by default
[ 0.065166] clocksource: Switched to clocksource arch_sys_counter
[ 1.244956] VFS: Disk quotas dquot_6.6.0
[ 1.245069] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.245238] *** VALIDATE hugetlbfs ***
[ 1.245709] pnp: PnP ACPI: disabled
[ 1.254960] NET: Registered protocol family 2
[ 1.255850] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes)
[ 1.255907] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[ 1.256032] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)
[ 1.256236] TCP: Hash tables configured (established 8192 bind 8192)
[ 1.256466] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 1.256526] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 1.256787] NET: Registered protocol family 1
[ 1.257528] RPC: Registered named UNIX socket transport module.
[ 1.257549] RPC: Registered udp transport module.
[ 1.257564] RPC: Registered tcp transport module.
[ 1.257579] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.257870] Unpacking initramfs...
[ 1.810420] Freeing initrd memory: 7092K
[ 1.811555] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 1.811696] kvm [1]: IPA Size Limit: 40bits
[ 1.813044] kvm [1]: Hyp mode initialized successfully
[ 2.287028] Initialise system trusted keyrings
[ 2.287286] workingset: timestamp_bits=46 max_order=18 bucket_order=0
[ 2.295781] zbud: loaded
[ 2.298921] NFS: Registering the id_resolver key type
[ 2.298963] Key type id_resolver registered
[ 2.298980] Key type id_legacy registered
[ 2.299006] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 2.299250] SGI XFS with ACLs, security attributes, no debug enabled
[ 4.681804] alg: No test for lzo-rle (lzo-rle-generic)
[ 4.688912] alg: No test for lzo-rle (lzo-rle-scomp)
[ 4.895936] NET: Registered protocol family 38
[ 4.895982] Key type asymmetric registered
[ 4.895999] Asymmetric key parser 'x509' registered
[ 4.896090] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[ 4.896345] io scheduler mq-deadline registered
[ 4.896366] io scheduler kyber registered
[ 4.896756] io scheduler bfq registered
[ 4.905587] IPMI message handler: version 39.2
[ 4.917561] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 4.919868] printk: console [ttyS1] disabled
[ 4.919949] 3f215040.serial: ttyS1 at MMIO 0x0 (irq = 61, base_baud = 31250000) is a 16550
[ 5.657430] printk: console [ttyS1] enabled
[ 5.663067] msm_serial: driver initialized
[ 6.548001] bcm2835-rng 3f104000.rng: hwrng registered
[ 6.554370] cacheinfo: Unable to detect cache hierarchy for CPU 0
[ 6.561608] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[ 6.572708] libphy: Fixed MDIO Bus: probed
[ 6.579134] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 6.585817] ehci-pci: EHCI PCI platform driver
[ 6.590386] ehci-platform: EHCI generic platform driver
[ 6.595864] ehci-orion: EHCI orion driver
[ 6.600049] tegra-ehci: Tegra EHCI driver
[ 6.604237] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 6.610544] ohci-pci: OHCI PCI platform driver
[ 6.615103] ohci-platform: OHCI generic platform driver
[ 6.620563] uhci_hcd: USB Universal Host Controller Interface driver
[ 6.627710] usbcore: registered new interface driver uas
[ 6.633161] usbcore: registered new interface driver usb-storage
[ 6.639316] usbcore: registered new interface driver ums-alauda
[ 6.645382] usbcore: registered new interface driver ums-cypress
[ 6.651531] usbcore: registered new interface driver ums-datafab
[ 6.657683] usbcore: registered new interface driver ums_eneub6250
[ 6.663995] usbcore: registered new interface driver ums-freecom
[ 6.670149] usbcore: registered new interface driver ums-isd200
[ 6.676212] usbcore: registered new interface driver ums-jumpshot
[ 6.682436] usbcore: registered new interface driver ums-karma
[ 6.688414] usbcore: registered new interface driver ums-onetouch
[ 6.694659] usbcore: registered new interface driver ums-realtek
[ 6.700811] usbcore: registered new interface driver ums-sddr09
[ 6.706876] usbcore: registered new interface driver ums-sddr55
[ 6.712925] usbcore: registered new interface driver ums-usbat
[ 6.718983] usbcore: registered new interface driver usbserial_generic
[ 6.725683] usbserial: USB Serial support registered for generic
[ 6.733429] mousedev: PS/2 mouse device common for all mice
[ 6.742913] device-mapper: uevent: version 1.0.3
[ 6.747986] device-mapper: ioctl: 4.40.0-ioctl (2019-01-18) initialised: dm-devel@redhat.com
[ 6.757874] sdhci: Secure Digital Host Controller Interface driver
[ 6.764156] sdhci: Copyright(c) Pierre Ossman
[ 6.769337] Synopsys Designware Multimedia Card Interface Driver
[ 6.880707] sdhost-bcm2835 3f202000.mmc: loaded - DMA enabled (>1)
[ 6.887139] sdhci-pltfm: SDHCI platform and OF driver helper
[ 6.894942] ledtrig-cpu: registered to indicate activity on CPUs
[ 6.901909] hidraw: raw HID events driver (C) Jiri Kosina
[ 6.907575] usbcore: registered new interface driver usbhid
[ 6.913236] usbhid: USB HID core driver
[ 6.918142] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[ 6.927870] drop_monitor: Initializing network drop monitor service
[ 6.934533] Initializing XFRM netlink socket
[ 6.939729] NET: Registered protocol family 10
[ 6.967486] Segment Routing with IPv6
[ 6.971353] mip6: Mobile IPv6
[ 6.974426] NET: Registered protocol family 17
[ 6.979598] Key type dns_resolver registered
[ 6.984939] registered taskstats version 1
[ 6.989124] Loading compiled-in X.509 certificates
[ 6.994465] zswap: loaded using pool lzo/zbud
[ 7.005055] mmc0: host does not support reading read-only switch, assuming write-enable
[ 7.015089] mmc0: new high speed SDHC card at address 0001
[ 7.022490] mmcblk0: mmc0:0001 GB1QT 29.8 GiB
[ 7.028945] Key type big_key registered
[ 7.033064] mmcblk0: p1 p2
[ 7.055668] Key type encrypted registered
[ 7.064913] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 66, base_baud = 0) is a PL011 rev2
[ 7.074259] serial serial0: tty port ttyAMA0 registered
[ 7.086512] raspberrypi-firmware soc:firmware: Attached to firmware from 2019-06-26 17:47
[ 7.098681] vchiq: vchiq_init_state: slot_zero = (____ptrval____)
[ 7.110705] dwc2 3f980000.usb: 3f980000.usb supply vusb_d not found, using dummy regulator
[ 7.119308] dwc2 3f980000.usb: 3f980000.usb supply vusb_a not found, using dummy regulator
[ 7.178292] dwc2 3f980000.usb: dwc2_check_params: Invalid parameter lpm=1
[ 7.185223] dwc2 3f980000.usb: dwc2_check_params: Invalid parameter lpm_clock_gating=1
[ 7.193273] dwc2 3f980000.usb: dwc2_check_params: Invalid parameter besl=1
[ 7.200275] dwc2 3f980000.usb: dwc2_check_params: Invalid parameter hird_threshold_en=1
[ 7.209219] dwc2 3f980000.usb: DWC OTG Controller
[ 7.214287] dwc2 3f980000.usb: new USB bus registered, assigned bus number 1
[ 7.221524] dwc2 3f980000.usb: irq 41, io mem 0x3f980000
[ 7.227183] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.01
[ 7.235611] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 7.242954] usb usb1: Product: DWC OTG Controller
[ 7.247752] usb usb1: Manufacturer: Linux 5.1.15-2-ARCH dwc2_hsotg
[ 7.254033] usb usb1: SerialNumber: 3f980000.usb
[ 7.259295] hub 1-0:1.0: USB hub found
[ 7.263142] hub 1-0:1.0: 1 port detected
[ 7.271013] sdhci-iproc 3f300000.sdhci: allocated mmc-pwrseq
[ 7.308849] mmc1: SDHCI controller on 3f300000.sdhci [3f300000.sdhci] using PIO
[ 7.320554] hctosys: unable to open rtc device (rtc0)
[ 7.326045] ALSA device list:
[ 7.329059] No soundcards found.
[ 7.333671] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 7.341005] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 7.342965] Freeing unused kernel memory: 1856K
[ 7.348326] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 7.359889] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 7.365258] Run /init as init process
[ 7.423964] random: fast init done
[ 7.469434] mmc1: new high speed SDIO card at address 0001
[ 7.705311] usb 1-1: new high-speed USB device number 2 using dwc2
[ 7.955593] usb 1-1: New USB device found, idVendor=0424, idProduct=9514, bcdDevice= 2.00
[ 7.963944] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 7.972935] hub 1-1:1.0: USB hub found
[ 7.977110] hub 1-1:1.0: 5 ports detected
[ 8.305277] usb 1-1.1: new high-speed USB device number 3 using dwc2
[ 8.435605] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00, bcdDevice= 2.00
[ 8.444146] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 8.705861] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 9.421876] systemd[1]: System time before build time, advancing clock.
[ 9.464433] systemd[1]: systemd 242.32-1-arch 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)
[ 9.487726] systemd[1]: Detected architecture arm64.
[ 9.506784] systemd[1]: Set hostname to <alarm>.
[ 9.520120] systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argument
[ 9.744585] random: crng init done
[ 10.245038] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 10.256811] systemd[1]: Listening on LVM2 metadata daemon socket.
[ 10.267379] systemd[1]: Created slice system-getty.slice.
[ 10.294909] systemd[1]: Listening on Process Core Dump Socket.
[ 10.301843] systemd[1]: Listening on udev Control Socket.
[ 10.308311] systemd[1]: Listening on Journal Socket.
[ 11.601127] audit: type=1130 audit(1561925330.169:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 11.678169] systemd-journald[382]: Received request to flush runtime journal from PID 1
[ 11.721251] systemd-journald[382]: File /var/log/journal/228915a1fe5746138fd86ece8e37703b/system.journal corrupted or uncleanly shut down, renaming and replacing.
[ 12.380072] audit: type=1130 audit(1561925330.949:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 12.407762] audit: type=1130 audit(1561925330.979:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 13.041842] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ 13.060331] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[ 13.063636] i2c-bcm2835 3f805000.i2c: Could not read clock-frequency property
[ 13.088990] media: Linux media interface: v0.10
[ 13.099068] bcm2835_audio bcm2835_audio: card created with 8 channels
[ 13.193896] videodev: Linux video capture interface: v2.00
[ 13.337866] Bluetooth: Core ver 2.22
[ 13.341854] NET: Registered protocol family 31
[ 13.346508] Bluetooth: HCI device and connection manager initialized
[ 13.353299] Bluetooth: HCI socket layer initialized
[ 13.358864] Bluetooth: L2CAP socket layer initialized
[ 13.364292] Bluetooth: SCO socket layer initialized
[ 13.488687] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[ 13.619651] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 13.668161] smsc95xx v1.0.6
[ 13.707353] Bluetooth: HCI UART driver ver 2.3
[ 13.711900] Bluetooth: HCI UART protocol H4 registered
[ 13.717245] Bluetooth: HCI UART protocol BCSP registered
[ 13.762567] Bluetooth: HCI UART protocol LL registered
[ 13.767941] Bluetooth: HCI UART protocol ATH3K registered
[ 13.773941] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 13.781731] Bluetooth: HCI UART protocol Intel registered
[ 13.791614] Bluetooth: HCI UART protocol Broadcom registered
[ 13.797559] hci_uart_bcm serial0-0: serial0-0 supply vbat not found, using dummy regulator
[ 13.806327] hci_uart_bcm serial0-0: serial0-0 supply vddio not found, using dummy regulator
[ 13.806591] Bluetooth: HCI UART protocol QCA registered
[ 13.820275] Bluetooth: HCI UART protocol Marvell registered
[ 13.841301] audit: type=1130 audit(1561925332.399:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 13.860775] uart-pl011 3f201000.serial: no DMA platform data
[ 13.867987] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:73:e0:0e
[ 13.883392] audit: type=1130 audit(1561925332.449:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 13.892392] usbcore: registered new interface driver smsc95xx
[ 13.977103] audit: type=1130 audit(1561925332.549:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 13.984975] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 14.032609] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 14.046367] Bluetooth: hci0: BCM: chip id 94
[ 14.051691] Bluetooth: hci0: BCM: features 0x2e
[ 14.058241] Bluetooth: hci0: BCM43430A1
[ 14.062255] Bluetooth: hci0: BCM43430A1 (001.002.009) build 0000
[ 14.169238] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[ 14.172523] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1
[ 14.186738] audit: type=1130 audit(1561925332.759:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 14.187801] usbcore: registered new interface driver brcmfmac
[ 14.215368] Registered IR keymap rc-cec
[ 14.219625] rc rc0: vc4 as /devices/platform/soc/3f902000.hdmi/rc/rc0
[ 14.228925] input: vc4 as /devices/platform/soc/3f902000.hdmi/rc/rc0/input0
[ 14.288296] audit: type=1130 audit(1561925332.859:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=haveged comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 14.308643] vc4_hdmi 3f902000.hdmi: vc4-hdmi-hifi <-> 3f902000.hdmi mapping ok
[ 14.311933] audit: type=1127 audit(1561925332.879:10): pid=432 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[ 14.316273] vc4_hdmi 3f902000.hdmi: ASoC: no DMI vendor name!
[ 14.342915] audit: type=1130 audit(1561925332.909:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 14.349210] vc4-drm soc:gpu: bound 3f902000.hdmi (ops vc4_hdmi_ops [vc4])
[ 14.369805] vc4-drm soc:gpu: bound 3f806000.vec (ops vc4_vec_ops [vc4])
[ 14.377170] vc4-drm soc:gpu: bound 3f004000.txp (ops vc4_txp_ops [vc4])
[ 14.384026] vc4-drm soc:gpu: bound 3f400000.hvs (ops vc4_hvs_ops [vc4])
[ 14.391358] vc4-drm soc:gpu: bound 3f206000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 14.399383] vc4-drm soc:gpu: bound 3f207000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 14.407331] vc4-drm soc:gpu: bound 3f807000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 14.427225] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1
[ 14.436747] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available
[ 14.449696] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM43430/1 wl0: Oct 23 2017 03:55:53 version 7.45.98.38 (r674442 CY) FWID 01-e58d219f
[ 14.451532] vc4-drm soc:gpu: bound 3fc00000.v3d (ops vc4_v3d_ops [vc4])
[ 14.473141] [drm] Initialized vc4 0.0.0 20140616 for soc:gpu on minor 0
[ 14.480729] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 14.487608] [drm] Driver supports precise vblank timestamp query.
[ 14.520324] Console: switching to colour frame buffer device 90x30
[ 14.585312] vc4-drm soc:gpu: fb0: DRM emulated frame buffer device
[ 14.945762] Bluetooth: hci0: BCM43430A1 (001.002.009) build 0360
[ 17.040585] kauditd_printk_skb: 9 callbacks suppressed
[ 17.040597] audit: type=1130 audit(1562376835.309:21): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'


Arch Linux 5.1.15-2-ARCH (ttyS1)

alarm login: ')
GoofySpeed
 
Posts: 2
Joined: Tue Jul 02, 2019 1:46 am

Previous

Return to U-Boot/Kernel

Who is online

Users browsing this forum: No registered users and 17 guests