Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Synchronize Linux 6.1 configuration with RPi4 #306

Merged
merged 1 commit into from
Dec 28, 2023
Merged

Conversation

fhunleth
Copy link
Member

This is a work in progress to fix the Linux configuration 6.1 on the RPi3.

  • Sync Linux config to RPi4
  • Trim more
  • Trim even more
  • Trim even more
  • Trim even more
  • Enable pstore pmsg and panic_timeout

@jjcarstens
Copy link
Member

I have this booted on an rpi3. I see some bluetooth errors but unsure if that was happening before

dmesg

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 6.1.63-v7 (buildroot@buildroot) (armv7-nerves-linux-gnueabihf-gcc (crosstool-NG UNKNOWN) 13.2.0, GNU ld (crosstool-NG UNKNOWN) 2.40) #1 SMP Sat Dec 23 17:10:24 UTC 2023
[    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] random: crng init done
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] Reserved memory: created CMA memory pool at 0x30000000, size 64 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000000000-0x0000000033ffffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x0000000033ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000033ffffff]
[    0.000000] percpu: Embedded 15 pages/cpu s32276 r8192 d20972 u61440
[    0.000000] pcpu-alloc: s32276 r8192 d20972 u61440 alloc=15*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 211120
[    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=tty1 console=ttyAMA0,115200 fbcon=scrollback:1024k root=/dev/mmcblk0p2 rootwait consoleblank=0 quiet
[    0.000000] Ignoring scrollback size option
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[    0.000000] Memory: 762764K/851968K available (8192K kernel code, 998K rwdata, 2492K rodata, 1024K init, 560K bss, 23668K reserved, 65536K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] ftrace: allocating 27846 entries in 82 pages
[    0.000000] ftrace: allocated 82 pages with 3 groups
[    0.000000] trace event string verifier disabled
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000]  Rude variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    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.000001] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[    0.000019] Switching to timer-based delay loop, resolution 52ns
[    0.000379] Console: colour dummy device 80x30
[    0.000453] printk: console [tty1] enabled
[    0.000504] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[    0.000527] CPU: Testing write buffer coherency: ok
[    0.000586] pid_max: default: 32768 minimum: 301
[    0.000816] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.000839] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.001868] cgroup: Disabling memory control group subsystem
[    0.002389] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.003190] cblist_init_generic: Setting adjustable number of callback queues.
[    0.003201] cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.003332] Setting up static identity map for 0x100000 - 0x10003c
[    0.003479] rcu: Hierarchical SRCU implementation.
[    0.003489] rcu:     Max phase no-delay instances is 1000.
[    0.004193] smp: Bringing up secondary CPUs ...
[    0.005069] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.005981] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.006825] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.006925] smp: Brought up 1 node, 4 CPUs
[    0.006946] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[    0.006960] CPU: All CPU(s) started in HYP mode.
[    0.006967] CPU: Virtualization extensions available.
[    0.007681] devtmpfs: initialized
[    0.021457] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
[    0.021654] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.021684] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.024310] pinctrl core: initialized pinctrl subsystem
[    0.025535] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.028152] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[    0.032959] audit: initializing netlink subsys (disabled)
[    0.033200] audit: type=2000 audit(0.030:1): state=initialized audit_enabled=0 res=1
[    0.033758] thermal_sys: Registered thermal governor 'step_wise'
[    0.034079] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.034095] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.034338] Serial: AMBA PL011 UART driver
[    0.034965] ramoops: uncorrectable error in header
[    0.035094] ramoops: uncorrectable error in header
[    0.035250] ramoops: uncorrectable error in header
[    0.035405] ramoops: uncorrectable error in header
[    0.035511] ramoops: uncorrectable error in header
[    0.035681] ramoops: uncorrectable error in header
[    0.035805] ramoops: uncorrectable error in header
[    0.035959] ramoops: uncorrectable error in header
[    0.036257] printk: console [ramoops-1] enabled
[    0.036494] pstore: Registered ramoops as persistent store backend
[    0.036506] ramoops: using 0x100000@0xb000000, ecc: 16
[    0.043719] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[    0.060033] raspberrypi-firmware soc:firmware: Attached to firmware from 2023-10-17T15:43:26, variant start_x
[    0.070039] raspberrypi-firmware soc:firmware: Firmware hash is 30f0c5e4d076da3ab4f341d88e7d505760b93ad7
[    0.108266] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.116888] bcm2835-dma 3f007000.dma: DMA legacy API manager, dmachans=0x1
[    0.118516] SCSI subsystem initialized
[    0.118750] usbcore: registered new interface driver usbfs
[    0.118806] usbcore: registered new interface driver hub
[    0.118857] usbcore: registered new device driver usb
[    0.119057] usb_phy_generic phy: supply vcc not found, using dummy regulator
[    0.119405] pps_core: LinuxPPS API ver. 1 registered
[    0.119417] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.119444] PTP clock support registered
[    0.121188] clocksource: Switched to clocksource arch_sys_counter
[    0.239743] FS-Cache: Loaded
[    0.240011] CacheFiles: Loaded
[    0.248910] NET: Registered PF_INET protocol family
[    0.249186] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.251584] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[    0.251623] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.251648] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    0.251765] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.252097] TCP: Hash tables configured (established 8192 bind 8192)
[    0.252233] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.252288] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.252471] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.253363] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
[    0.256170] Initialise system trusted keyrings
[    0.256419] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[    0.266294] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.267524] Key type asymmetric registered
[    0.267540] Asymmetric key parser 'x509' registered
[    0.267700] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.267716] io scheduler mq-deadline registered
[    0.267728] io scheduler kyber registered
[    0.272170] bcm2708_fb soc:fb: FB found 1 display(s)
[    0.278517] Console: switching to colour frame buffer device 82x26
[    0.282143] bcm2708_fb soc:fb: Registered framebuffer for display 0, size 656x416
[    0.285253] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[    0.286711] bcm2835-rng 3f104000.rng: hwrng registered
[    0.287025] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[    0.298030] brd: module loaded
[    0.304917] loop: module loaded
[    0.305487] Loading iSCSI transport class v2.0-870.
[    0.306853] usbcore: registered new interface driver lan78xx
[    0.306915] usbcore: registered new interface driver smsc95xx
[    0.306948] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    1.036122] Core Release: 2.80a
[    1.036140] Setting default values for core params
[    1.036166] Finished setting default values for core params
[    1.236421] Using Buffer DMA mode
[    1.236431] Periodic Transfer Interrupt Enhancement - disabled
[    1.236441] Multiprocessor Interrupt Enhancement - disabled
[    1.236451] OTG VER PARAM: 0, OTG VER FLAG: 0
[    1.236467] Dedicated Tx FIFOs mode
[    1.237080] 
[    1.237088] WARN::dwc_otg_hcd_init:1072: FIQ DMA bounce buffers: virt = b0114000 dma = 0xf0114000 len=9024
[    1.237129] FIQ FSM acceleration enabled for :
[    1.237129] Non-periodic Split Transactions
[    1.237129] Periodic Split Transactions
[    1.237129] High-Speed Isochronous Endpoints
[    1.237129] Interrupt/Control Split Transaction hack enabled
[    1.237146] dwc_otg: Microframe scheduler enabled
[    1.237254] 
[    1.237260] WARN::hcd_init_fiq:457: FIQ on core 1
[    1.237276] 
[    1.237280] WARN::hcd_init_fiq:458: FIQ ASM at 806953a8 length 36
[    1.237299] 
[    1.237304] WARN::hcd_init_fiq:496: MPHI regs_base at b4810000
[    1.237329] dwc_otg 3f980000.usb: DWC OTG Controller
[    1.237364] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[    1.237403] dwc_otg 3f980000.usb: irq 89, io mem 0x00000000
[    1.237458] Init: Port Power? op_state=1
[    1.237468] Init: Power Port (0)
[    1.237677] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[    1.237698] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.237715] usb usb1: Product: DWC OTG Controller
[    1.237728] usb usb1: Manufacturer: Linux 6.1.63-v7 dwc_otg_hcd
[    1.237742] usb usb1: SerialNumber: 3f980000.usb
[    1.238388] hub 1-0:1.0: USB hub found
[    1.238434] hub 1-0:1.0: 1 port detected
[    1.239031] dwc_otg: FIQ enabled
[    1.239043] dwc_otg: NAK holdoff enabled
[    1.239053] dwc_otg: FIQ split-transaction FSM enabled
[    1.239072] Module dwc_common_port init
[    1.239332] usbcore: registered new interface driver usb-storage
[    1.241823] sdhci: Secure Digital Host Controller Interface driver
[    1.241835] sdhci: Copyright(c) Pierre Ossman
[    1.242069] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.243958] ledtrig-cpu: registered to indicate activity on CPUs
[    1.244114] hid: raw HID events driver (C) Jiri Kosina
[    1.244285] usbcore: registered new interface driver usbhid
[    1.244297] usbhid: USB HID core driver
[    1.248898] NET: Registered PF_INET6 protocol family
[    1.250022] Segment Routing with IPv6
[    1.250062] In-situ OAM (IOAM) with IPv6
[    1.250164] NET: Registered PF_PACKET protocol family
[    1.250202] Key type dns_resolver registered
[    1.250383] Registering SWP/SWPB emulation handler
[    1.251000] Loading compiled-in X.509 certificates
[    1.251686] pstore: Using crash dump compression: deflate
[    1.262928] 3f215040.serial: ttyS0 at MMIO 0x3f215040 (irq = 86, base_baud = 31250000) is a 16550
[    1.263148] serial serial0: tty port ttyS0 registered
[    1.264126] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[    1.264418] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[    1.265723] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0
[    1.265742] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated
[    1.292625] sdhost: log_buf @ 25f52e3d (f0113000)
[    1.341341] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[    1.341738] uart-pl011 3f201000.serial: there is not valid maps for state default
[    1.342324] uart-pl011 3f201000.serial: cts_event_workaround enabled
[    1.342686] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 114, base_baud = 0) is a PL011 rev2
[    1.343421] printk: console [ttyAMA0] enabled
[    1.345649] of_cfs_init
[    1.345823] of_cfs_init: OK
[    1.346931] uart-pl011 3f201000.serial: no DMA platform data
[    1.347147] Waiting for root device /dev/mmcblk0p2...
[    1.371309] Indeed it is in host mode hprt0 = 00021501
[    1.375744] mmc0: host does not support reading read-only switch, assuming write-enable
[    1.379199] mmc0: new high speed SDHC card at address 0001
[    1.380274] mmcblk0: mmc0:0001 SD 7.44 GiB 
[    1.383191]  mmcblk0: p1 p2 p3
[    1.383985] mmcblk0: mmc0:0001 SD 7.44 GiB
[    1.395652] mmc1: new high speed SDIO card at address 0001
[    1.409433] VFS: Mounted root (squashfs filesystem) readonly on device 179:2.
[    1.412364] devtmpfs: mounted
[    1.432843] Freeing unused kernel image (initmem) memory: 1024K
[    1.481581] Run /sbin/init as init process
[    1.481591]   with arguments:
[    1.481599]     /sbin/init
[    1.481606]   with environment:
[    1.481614]     HOME=/
[    1.481621]     TERM=linux
[    1.581223] usb 1-1: new high-speed USB device number 2 using dwc_otg
[    1.581380] Indeed it is in host mode hprt0 = 00001101
[    1.637006] FAT-fs (mmcblk0p1): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[    1.665644] EXT4-fs (mmcblk0p3): VFS: Can't find ext4 filesystem
[    1.672503] erlinit: Cannot mount /dev/mmcblk0p3 at /root: Invalid argument
[    1.743214] erlinit: Unable to create seed directory
[    1.821560] usb 1-1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
[    1.821602] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.822315] hub 1-1:1.0: USB hub found
[    1.822416] hub 1-1:1.0: 4 ports detected
[    2.141279] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[    2.271635] usb 1-1.1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
[    2.271677] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.272374] hub 1-1.1:1.0: USB hub found
[    2.272481] hub 1-1.1:1.0: 3 ports detected
[    2.625312] dwc_otg_handle_wakeup_detected_intr lxstate = 2
[    3.141276] usb 1-1.1.1: new high-speed USB device number 4 using dwc_otg
[    3.271626] usb 1-1.1.1: New USB device found, idVendor=0424, idProduct=7800, bcdDevice= 3.00
[    3.271656] usb 1-1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.534675] lan78xx 1-1.1.1:1.0 (unnamed net_device) (uninitialized): No External EEPROM. Setting MAC Speed
[    3.606793] lan78xx 1-1.1.1:1.0 (unnamed net_device) (uninitialized): int urb period 64
[    5.327259] mc: Linux media interface: v0.10
[    5.350066] videodev: Linux video capture interface: v2.00
[   11.118604] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[   11.120743] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[   11.120764] [vc_sm_connected_init]: start
[   11.121637] [vc_sm_connected_init]: installed successfully
[   11.130979] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[   13.108650] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[   14.250722] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[   14.257558] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[   14.257618] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[   14.260189] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[   14.260230] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[   14.268165] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[   14.268339] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[   14.273785] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
[   14.273843] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
[   14.276647] bcm2835-codec bcm2835-codec: Device registered as /dev/video31
[   14.276705] bcm2835-codec bcm2835-codec: Loaded V4L2 encode_image
[   14.283214] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[   14.288782] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[   14.289160] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
[   14.289474] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
[   14.289731] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
[   14.289763] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[   14.289789] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[   14.289809] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[   14.289834] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[   14.292962] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20
[   14.293369] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21
[   14.293709] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22
[   14.293974] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23
[   14.294006] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[   14.294030] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[   14.294051] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[   14.294070] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[   14.294238] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[   18.397644] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[   18.402490] bcm2835_audio bcm2835_audio: card created with 8 channels
[   18.402940] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Quota mode: disabled.
[   18.516310] rpi-gpiomem 3f200000.gpiomem: window base 0x3f200000 size 0x00001000
[   18.516579] rpi-gpiomem 3f200000.gpiomem: initialised 1 regions as /dev/gpiomem
[   18.608789] Bluetooth: Core ver 2.22
[   18.608887] NET: Registered PF_BLUETOOTH protocol family
[   18.608895] Bluetooth: HCI device and connection manager initialized
[   18.608915] Bluetooth: HCI socket layer initialized
[   18.608925] Bluetooth: L2CAP socket layer initialized
[   18.608941] Bluetooth: SCO socket layer initialized
[   18.621752] Bluetooth: HCI UART driver ver 2.3
[   18.621780] Bluetooth: HCI UART protocol H4 registered
[   18.621858] Bluetooth: HCI UART protocol Three-wire (H5) registered
[   18.622007] Bluetooth: HCI UART protocol Broadcom registered
[   18.625886] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator
[   18.626012] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator
[   18.963955] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   19.003130] Bluetooth: hci0: BCM: chip id 107
[   19.004102] Bluetooth: hci0: BCM: features 0x2f
[   19.015513] Bluetooth: hci0: BCM4345C0
[   19.015536] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000
[   19.015708] Bluetooth: hci0: BCM: firmware Patch file not found, tried:
[   19.023322] Bluetooth: hci0: BCM: 'brcm/BCM4345C0.raspberrypi,3-model-b-plus.hcd'
[   19.030957] Bluetooth: hci0: BCM: 'brcm/BCM4345C0.hcd'
[   19.036294] Bluetooth: hci0: BCM: 'brcm/BCM.raspberrypi,3-model-b-plus.hcd'
[   19.043401] Bluetooth: hci0: BCM: 'brcm/BCM.hcd'
[   19.068164] cfg80211: Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
[   19.069340] cfg80211: Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
[   19.070481] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   19.116463] brcmfmac: F1 signature read @0x18000000=0x15264345
[   19.120911] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[   19.195973] lan78xx 1-1.1.1:1.0 eth0: Link is Down
[   19.200639] input: raspberrypi-ts as /devices/platform/soc/soc:firmware/soc:firmware:touchscreen/input/input0
[   19.381253] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Nov  1 2021 00:37:25 version 7.45.241 (1a2f2fa CY) FWID 01-703fd60
[   19.443601] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[   26.642780] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready

lsmod

spidev 20480 0 - Live 0x7f2c1000
raspberrypi_ts 16384 0 - Live 0x7f1ee000
raspberrypi_hwmon 16384 0 - Live 0x7f1e4000
i2c_bcm2835 16384 0 - Live 0x7f1d9000
brcmfmac 315392 0 - Live 0x7f2f2000
brcmutil 20480 1 brcmfmac, Live 0x7f027000
sha256_generic 16384 0 - Live 0x7f153000
libsha256 16384 1 sha256_generic, Live 0x7f01c000
cfg80211 765952 1 brcmfmac, Live 0x7f200000
hci_uart 40960 0 - Live 0x7f1f5000
btbcm 20480 1 hci_uart, Live 0x7f0ba000
bluetooth 524288 3 hci_uart,btbcm, Live 0x7f158000
ecdh_generic 16384 1 bluetooth, Live 0x7f032000
ecc 40960 1 ecdh_generic, Live 0x7f11d000
spi_bcm2835 20480 0 - Live 0x7f090000
raspberrypi_gpiomem 16384 0 - Live 0x7f012000
snd_bcm2835 28672 0 - Live 0x7f0a1000 (C)
snd_pcm 122880 1 snd_bcm2835, Live 0x7f134000
snd_timer 36864 1 snd_pcm, Live 0x7f12a000
snd 94208 3 snd_bcm2835,snd_pcm,snd_timer, Live 0x7f105000
bcm2835_isp 32768 0 - Live 0x7f0fc000 (C)
bcm2835_codec 49152 0 - Live 0x7f0ef000 (C)
v4l2_mem2mem 40960 1 bcm2835_codec, Live 0x7f0e4000
videobuf2_dma_contig 20480 2 bcm2835_isp,bcm2835_codec, Live 0x7f007000
bcm2835_v4l2 45056 0 - Live 0x7f0d8000 (C)
bcm2835_mmal_vchiq 36864 3 bcm2835_isp,bcm2835_codec,bcm2835_v4l2, Live 0x7f097000 (C)
vc_sm_cma 36864 2 bcm2835_isp,bcm2835_mmal_vchiq, Live 0x7f045000 (C)
videobuf2_vmalloc 16384 1 bcm2835_v4l2, Live 0x7f0d3000
videobuf2_memops 16384 2 videobuf2_dma_contig,videobuf2_vmalloc, Live 0x7f0cb000
videobuf2_v4l2 32768 4 bcm2835_isp,bcm2835_codec,v4l2_mem2mem,bcm2835_v4l2, Live 0x7f0c2000
videobuf2_common 65536 8 bcm2835_isp,bcm2835_codec,v4l2_mem2mem,videobuf2_dma_contig,bcm2835_v4l2,videobuf2_vmalloc,videobuf2_memops,videobuf2_v4l2, Live 0x7f0a9000
videodev 262144 6 bcm2835_isp,bcm2835_codec,v4l2_mem2mem,bcm2835_v4l2,videobuf2_v4l2,videobuf2_common, Live 0x7f04f000
mc 53248 6 bcm2835_isp,bcm2835_codec,v4l2_mem2mem,videobuf2_v4l2,videobuf2_common,videodev, Live 0x7f037000
rpi_backlight 16384 0 - Live 0x7f02d000
backlight 20480 1 rpi_backlight, Live 0x7f021000
fixed 16384 0 - Live 0x7f017000
uio_pdrv_genirq 16384 0 - Live 0x7f00d000
uio 24576 1 uio_pdrv_genirq, Live 0x7f000000

@fhunleth fhunleth force-pushed the trim-linux-config branch 3 times, most recently from 02a87e2 to 2cd1a58 Compare December 28, 2023 08:08
@fhunleth
Copy link
Member Author

This needs to be squashed, but I think that the configuration is finally there. This resolves the issues you saw and fixes I2C which was accidentally disabled.

@fhunleth fhunleth merged commit 05905ac into main Dec 28, 2023
@fhunleth fhunleth deleted the trim-linux-config branch December 28, 2023 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants