Created
March 17, 2024 10:05
-
-
Save RichardBronosky/60132e3fa91df43d649915d7811ffa52 to your computer and use it in GitHub Desktop.
Arducam 16MP Autofocus install failure
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bruno@rpi-3-1:~ $ chmod +x ardu-test.sh | |
bruno@rpi-3-1:~ $ cat ardu-test.sh | |
#! /usr/bin/env bash | |
set -x | |
uname -a | |
sudo cat /etc/os-release | |
sudo cat /proc/meminfo | |
sudo cat /boot/config.txt | |
sudo dmesg | |
sudo libcamera-still --list-cameras | |
sudo libcamera-still -t 500 -n -o ~/Pictures/"test-$(date '+%Y-%m-%dT%H:%M:%S%Z').jpg" | |
bruno@rpi-3-1:~ $ ./ardu-test.sh | |
+ uname -a | |
Linux rpi-3-1 6.1.21-v7+ #1642 SMP Mon Apr 3 17:20:52 BST 2023 armv7l GNU/Linux | |
+ sudo cat /etc/os-release | |
PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)" | |
NAME="Raspbian GNU/Linux" | |
VERSION_ID="11" | |
VERSION="11 (bullseye)" | |
VERSION_CODENAME=bullseye | |
ID=raspbian | |
ID_LIKE=debian | |
HOME_URL="http://www.raspbian.org/" | |
SUPPORT_URL="http://www.raspbian.org/RaspbianForums" | |
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs" | |
+ sudo cat /proc/meminfo | |
MemTotal: 944092 kB | |
MemFree: 799040 kB | |
MemAvailable: 836760 kB | |
Buffers: 11396 kB | |
Cached: 66500 kB | |
SwapCached: 0 kB | |
Active: 34616 kB | |
Inactive: 60584 kB | |
Active(anon): 692 kB | |
Inactive(anon): 17572 kB | |
Active(file): 33924 kB | |
Inactive(file): 43012 kB | |
Unevictable: 16 kB | |
Mlocked: 16 kB | |
SwapTotal: 102396 kB | |
SwapFree: 102396 kB | |
Zswap: 0 kB | |
Zswapped: 0 kB | |
Dirty: 676 kB | |
Writeback: 0 kB | |
AnonPages: 17352 kB | |
Mapped: 37304 kB | |
Shmem: 960 kB | |
KReclaimable: 11680 kB | |
Slab: 25780 kB | |
SReclaimable: 11680 kB | |
SUnreclaim: 14100 kB | |
KernelStack: 1160 kB | |
PageTables: 1124 kB | |
SecPageTables: 0 kB | |
NFS_Unstable: 0 kB | |
Bounce: 0 kB | |
WritebackTmp: 0 kB | |
CommitLimit: 574440 kB | |
Committed_AS: 175696 kB | |
VmallocTotal: 1114112 kB | |
VmallocUsed: 6984 kB | |
VmallocChunk: 0 kB | |
Percpu: 416 kB | |
CmaTotal: 262144 kB | |
CmaFree: 259796 kB | |
+ sudo cat /boot/config.txt | |
# For more options and information see | |
# http://rpf.io/configtxt | |
# Some settings may impact device functionality. See link above for details | |
# uncomment if you get no picture on HDMI for a default "safe" mode | |
#hdmi_safe=1 | |
# uncomment the following to adjust overscan. Use positive numbers if console | |
# goes off screen, and negative if there is too much border | |
#overscan_left=16 | |
#overscan_right=16 | |
#overscan_top=16 | |
#overscan_bottom=16 | |
# uncomment to force a console size. By default it will be display's size minus | |
# overscan. | |
#framebuffer_width=1280 | |
#framebuffer_height=720 | |
# uncomment if hdmi display is not detected and composite is being output | |
#hdmi_force_hotplug=1 | |
# uncomment to force a specific HDMI mode (this will force VGA) | |
#hdmi_group=1 | |
#hdmi_mode=1 | |
# uncomment to force a HDMI mode rather than DVI. This can make audio work in | |
# DMT (computer monitor) modes | |
#hdmi_drive=2 | |
# uncomment to increase signal to HDMI, if you have interference, blanking, or | |
# no display | |
#config_hdmi_boost=4 | |
# uncomment for composite PAL | |
#sdtv_mode=2 | |
#uncomment to overclock the arm. 700 MHz is the default. | |
#arm_freq=800 | |
# Uncomment some or all of these to enable the optional hardware interfaces | |
#dtparam=i2c_arm=on | |
#dtparam=i2s=on | |
#dtparam=spi=on | |
# Uncomment this to enable infrared communication. | |
#dtoverlay=gpio-ir,gpio_pin=17 | |
#dtoverlay=gpio-ir-tx,gpio_pin=18 | |
# Additional overlays and parameters are documented /boot/overlays/README | |
# Enable audio (loads snd_bcm2835) | |
dtparam=audio=on | |
# Automatically load overlays for detected cameras | |
camera_auto_detect=1 | |
# Automatically load overlays for detected DSI displays | |
display_auto_detect=1 | |
# Enable DRM VC4 V3D driver | |
dtoverlay=vc4-kms-v3d | |
max_framebuffers=2 | |
# Disable compensation for displays with overscan | |
disable_overscan=1 | |
[cm4] | |
# Enable host mode on the 2711 built-in XHCI USB controller. | |
# This line should be removed if the legacy DWC2 controller is required | |
# (e.g. for USB device mode) or if USB support is not required. | |
otg_mode=1 | |
[all] | |
[pi4] | |
# Run as fast as firmware / board allows | |
arm_boost=1 | |
[all] | |
#dtoverlay=imx519 | |
dtparam=i2c_vc=on | |
dtparam=i2c_arm=on | |
+ sudo dmesg | |
[ 0.000000] Booting Linux on physical CPU 0x0 | |
[ 0.000000] Linux version 6.1.21-v7+ (dom@buildbot) (arm-linux-gnueabihf-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1642 SMP Mon Apr 3 17:20:52 BST 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 Rev 1.2 | |
[ 0.000000] random: crng init done | |
[ 0.000000] Memory policy: Data cache writealloc | |
[ 0.000000] Reserved memory: created CMA memory pool at 0x1ec00000, size 256 MiB | |
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool | |
[ 0.000000] Zone ranges: | |
[ 0.000000] DMA [mem 0x0000000000000000-0x000000003b3fffff] | |
[ 0.000000] Normal empty | |
[ 0.000000] Movable zone start for each node | |
[ 0.000000] Early memory node ranges | |
[ 0.000000] node 0: [mem 0x0000000000000000-0x000000003b3fffff] | |
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000003b3fffff] | |
[ 0.000000] percpu: Embedded 17 pages/cpu s36884 r8192 d24556 u69632 | |
[ 0.000000] pcpu-alloc: s36884 r8192 d24556 u69632 alloc=17*4096 | |
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 | |
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 240555 | |
[ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0 video=Composite-1:720x480@60i vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyS0,115200 console=tty1 root=PARTUUID=4685c4ac-02 rootfstype=ext4 fsck.repair=yes rootwait cfg80211.ieee80211_regdom=US | |
[ 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:off, heap alloc:off, heap free:off | |
[ 0.000000] Memory: 680924K/970752K available (10240K kernel code, 1452K rwdata, 2900K rodata, 1024K init, 613K bss, 27684K reserved, 262144K cma-reserved) | |
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 | |
[ 0.000000] ftrace: allocating 34800 entries in 103 pages | |
[ 0.000000] ftrace: allocated 102 pages with 4 groups | |
[ 0.000000] trace event string verifier disabled | |
[ 0.000000] rcu: Hierarchical RCU implementation. | |
[ 0.000000] Rude variant of Tasks RCU enabled. | |
[ 0.000000] Tracing 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.000388] Console: colour dummy device 80x30 | |
[ 0.001014] printk: console [tty1] enabled | |
[ 0.001076] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000) | |
[ 0.001123] pid_max: default: 32768 minimum: 301 | |
[ 0.001285] LSM: Security Framework initializing | |
[ 0.001503] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) | |
[ 0.001546] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) | |
[ 0.002718] cgroup: Disabling memory control group subsystem | |
[ 0.002977] CPU: Testing write buffer coherency: ok | |
[ 0.003411] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 | |
[ 0.004276] cblist_init_generic: Setting adjustable number of callback queues. | |
[ 0.004313] cblist_init_generic: Setting shift to 2 and lim to 1. | |
[ 0.004441] cblist_init_generic: Setting shift to 2 and lim to 1. | |
[ 0.004602] Setting up static identity map for 0x100000 - 0x10003c | |
[ 0.004759] rcu: Hierarchical SRCU implementation. | |
[ 0.004783] rcu: Max phase no-delay instances is 1000. | |
[ 0.005509] smp: Bringing up secondary CPUs ... | |
[ 0.006444] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 | |
[ 0.007400] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 | |
[ 0.008275] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 | |
[ 0.008376] smp: Brought up 1 node, 4 CPUs | |
[ 0.008456] SMP: Total of 4 processors activated (153.60 BogoMIPS). | |
[ 0.008483] CPU: All CPU(s) started in HYP mode. | |
[ 0.008502] CPU: Virtualization extensions available. | |
[ 0.009250] devtmpfs: initialized | |
[ 0.024319] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4 | |
[ 0.024550] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns | |
[ 0.024603] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) | |
[ 0.034787] pinctrl core: initialized pinctrl subsystem | |
[ 0.036006] NET: Registered PF_NETLINK/PF_ROUTE protocol family | |
[ 0.039268] DMA: preallocated 1024 KiB pool for atomic coherent allocations | |
[ 0.044360] audit: initializing netlink subsys (disabled) | |
[ 0.044614] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1 | |
[ 0.045237] thermal_sys: Registered thermal governor 'step_wise' | |
[ 0.046238] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. | |
[ 0.046292] hw-breakpoint: maximum watchpoint size is 8 bytes. | |
[ 0.046549] Serial: AMBA PL011 UART driver | |
[ 0.052641] bcm2835-mbox 3f00b880.mailbox: mailbox enabled | |
[ 0.070070] raspberrypi-firmware soc:firmware: Attached to firmware from 2023-03-17T10:52:42, variant start | |
[ 0.080083] raspberrypi-firmware soc:firmware: Firmware hash is 82f3750a65fadae9a38077e3c2e217ad158c8d54 | |
[ 0.122735] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. | |
[ 0.128399] bcm2835-dma 3f007000.dma: DMA legacy API manager, dmachans=0x1 | |
[ 0.130098] SCSI subsystem initialized | |
[ 0.130355] usbcore: registered new interface driver usbfs | |
[ 0.130435] usbcore: registered new interface driver hub | |
[ 0.130503] usbcore: registered new device driver usb | |
[ 0.130753] usb_phy_generic phy: supply vcc not found, using dummy regulator | |
[ 0.130941] usb_phy_generic phy: dummy supplies not allowed for exclusive requests | |
[ 0.131226] pps_core: LinuxPPS API ver. 1 registered | |
[ 0.131251] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]> | |
[ 0.131300] PTP clock support registered | |
[ 2.010827] clocksource: Switched to clocksource arch_sys_counter | |
[ 2.108485] VFS: Disk quotas dquot_6.6.0 | |
[ 2.108607] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) | |
[ 2.108779] FS-Cache: Loaded | |
[ 2.109066] CacheFiles: Loaded | |
[ 2.117588] NET: Registered PF_INET protocol family | |
[ 2.117896] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear) | |
[ 2.120615] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) | |
[ 2.120676] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) | |
[ 2.120722] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear) | |
[ 2.120895] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear) | |
[ 2.121246] TCP: Hash tables configured (established 8192 bind 8192) | |
[ 2.121403] UDP hash table entries: 512 (order: 2, 16384 bytes, linear) | |
[ 2.121474] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear) | |
[ 2.121709] NET: Registered PF_UNIX/PF_LOCAL protocol family | |
[ 2.122249] RPC: Registered named UNIX socket transport module. | |
[ 2.122280] RPC: Registered udp transport module. | |
[ 2.122302] RPC: Registered tcp transport module. | |
[ 2.122322] RPC: Registered tcp NFSv4.1 backchannel transport module. | |
[ 2.124052] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available | |
[ 2.127174] Initialise system trusted keyrings | |
[ 2.127434] workingset: timestamp_bits=14 max_order=18 bucket_order=4 | |
[ 2.136667] zbud: loaded | |
[ 2.139086] NFS: Registering the id_resolver key type | |
[ 2.139140] Key type id_resolver registered | |
[ 2.139163] Key type id_legacy registered | |
[ 2.139300] nfs4filelayout_init: NFSv4 File Layout Driver Registering... | |
[ 2.139329] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... | |
[ 2.140633] Key type asymmetric registered | |
[ 2.140661] Asymmetric key parser 'x509' registered | |
[ 2.140900] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) | |
[ 2.140938] io scheduler mq-deadline registered | |
[ 2.140962] io scheduler kyber registered | |
[ 2.145989] simple-framebuffer 3eaa9000.framebuffer: framebuffer at 0x3eaa9000, 0x151800 bytes | |
[ 2.146053] simple-framebuffer 3eaa9000.framebuffer: format=a8r8g8b8, mode=720x480x32, linelength=2880 | |
[ 2.150775] Console: switching to colour frame buffer device 90x30 | |
[ 2.157388] simple-framebuffer 3eaa9000.framebuffer: fb0: simplefb registered! | |
[ 2.164638] bcm2835-rng 3f104000.rng: hwrng registered | |
[ 2.167567] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB) | |
[ 2.173457] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000 | |
[ 2.187164] brd: module loaded | |
[ 2.197144] loop: module loaded | |
[ 2.200316] Loading iSCSI transport class v2.0-870. | |
[ 2.204352] usbcore: registered new interface driver lan78xx | |
[ 2.207017] usbcore: registered new interface driver smsc95xx | |
[ 2.209612] dwc_otg: version 3.00a 10-AUG-2012 (platform bus) | |
[ 2.940293] Core Release: 2.80a | |
[ 2.942833] Setting default values for core params | |
[ 2.945332] Finished setting default values for core params | |
[ 3.148082] Using Buffer DMA mode | |
[ 3.150569] Periodic Transfer Interrupt Enhancement - disabled | |
[ 3.153099] Multiprocessor Interrupt Enhancement - disabled | |
[ 3.155573] OTG VER PARAM: 0, OTG VER FLAG: 0 | |
[ 3.158065] Dedicated Tx FIFOs mode | |
[ 3.161063] WARN::dwc_otg_hcd_init:1074: FIQ DMA bounce buffers: virt = 9ed04000 dma = 0xded04000 len=9024 | |
[ 3.168269] FIQ FSM acceleration enabled for : | |
Non-periodic Split Transactions | |
Periodic Split Transactions | |
High-Speed Isochronous Endpoints | |
Interrupt/Control Split Transaction hack enabled | |
[ 3.179503] dwc_otg: Microframe scheduler enabled | |
[ 3.179617] WARN::hcd_init_fiq:457: FIQ on core 1 | |
[ 3.183694] WARN::hcd_init_fiq:458: FIQ ASM at 807c4360 length 36 | |
[ 3.187676] WARN::hcd_init_fiq:497: MPHI regs_base at bb810000 | |
[ 3.191759] dwc_otg 3f980000.usb: DWC OTG Controller | |
[ 3.193907] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1 | |
[ 3.196119] dwc_otg 3f980000.usb: irq 89, io mem 0x00000000 | |
[ 3.198284] Init: Port Power? op_state=1 | |
[ 3.200387] Init: Power Port (0) | |
[ 3.202681] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01 | |
[ 3.206942] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 | |
[ 3.209203] usb usb1: Product: DWC OTG Controller | |
[ 3.211439] usb usb1: Manufacturer: Linux 6.1.21-v7+ dwc_otg_hcd | |
[ 3.213704] usb usb1: SerialNumber: 3f980000.usb | |
[ 3.216565] hub 1-0:1.0: USB hub found | |
[ 3.218798] hub 1-0:1.0: 1 port detected | |
[ 3.221557] dwc_otg: FIQ enabled | |
[ 3.221567] dwc_otg: NAK holdoff enabled | |
[ 3.221576] dwc_otg: FIQ split-transaction FSM enabled | |
[ 3.221591] Module dwc_common_port init | |
[ 3.221875] usbcore: registered new interface driver usb-storage | |
[ 3.224225] mousedev: PS/2 mouse device common for all mice | |
[ 3.228899] sdhci: Secure Digital Host Controller Interface driver | |
[ 3.231175] sdhci: Copyright(c) Pierre Ossman | |
[ 3.233671] sdhci-pltfm: SDHCI platform and OF driver helper | |
[ 3.237834] ledtrig-cpu: registered to indicate activity on CPUs | |
[ 3.240435] hid: raw HID events driver (C) Jiri Kosina | |
[ 3.242985] usbcore: registered new interface driver usbhid | |
[ 3.245273] usbhid: USB HID core driver | |
[ 3.251662] Initializing XFRM netlink socket | |
[ 3.253973] NET: Registered PF_PACKET protocol family | |
[ 3.256299] Key type dns_resolver registered | |
[ 3.259326] Registering SWP/SWPB emulation handler | |
[ 3.262211] registered taskstats version 1 | |
[ 3.264417] Loading compiled-in X.509 certificates | |
[ 3.267373] Key type .fscrypt registered | |
[ 3.269551] Key type fscrypt-provisioning registered | |
[ 3.283064] uart-pl011 3f201000.serial: cts_event_workaround enabled | |
[ 3.285356] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 114, base_baud = 0) is a PL011 rev2 | |
[ 3.291602] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer | |
[ 3.294063] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver | |
[ 3.297563] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0 | |
[ 3.299825] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated | |
[ 3.328962] sdhost: log_buf @ f905ccc4 (ded07000) | |
[ 3.350937] Indeed it is in host mode hprt0 = 00021501 | |
[ 3.380841] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1) | |
[ 3.385558] of_cfs_init | |
[ 3.387905] of_cfs_init: OK | |
[ 3.391295] Waiting for root device PARTUUID=4685c4ac-02... | |
[ 3.417584] mmc0: host does not support reading read-only switch, assuming write-enable | |
[ 3.423095] mmc0: new high speed SDXC card at address 59b4 | |
[ 3.426182] mmcblk0: mmc0:59b4 SMTC 58.2 GiB | |
[ 3.431612] mmcblk0: p1 p2 | |
[ 3.434491] mmcblk0: mmc0:59b4 SMTC 58.2 GiB | |
[ 3.480690] mmc1: new high speed SDIO card at address 0001 | |
[ 3.493678] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none. | |
[ 3.498357] VFS: Mounted root (ext4 filesystem) readonly on device 179:2. | |
[ 3.508713] devtmpfs: mounted | |
[ 3.517081] Freeing unused kernel image (initmem) memory: 1024K | |
[ 3.520096] Run /sbin/init as init process | |
[ 3.522579] with arguments: | |
[ 3.522587] /sbin/init | |
[ 3.522595] with environment: | |
[ 3.522602] HOME=/ | |
[ 3.522609] TERM=linux | |
[ 3.560885] usb 1-1: new high-speed USB device number 2 using dwc_otg | |
[ 3.563565] Indeed it is in host mode hprt0 = 00001101 | |
[ 3.801154] usb 1-1: New USB device found, idVendor=0424, idProduct=9514, bcdDevice= 2.00 | |
[ 3.806104] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 | |
[ 3.809367] hub 1-1:1.0: USB hub found | |
[ 3.812101] hub 1-1:1.0: 5 ports detected | |
[ 4.031411] systemd[1]: System time before build time, advancing clock. | |
[ 4.130890] usb 1-1.1: new high-speed USB device number 3 using dwc_otg | |
[ 4.261212] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00, bcdDevice= 2.00 | |
[ 4.266462] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 | |
[ 4.272369] smsc95xx v2.0.0 | |
[ 4.292298] NET: Registered PF_INET6 protocol family | |
[ 4.296398] Segment Routing with IPv6 | |
[ 4.299061] In-situ OAM (IOAM) with IPv6 | |
[ 4.383335] systemd[1]: systemd 247.3-7+rpi1+deb11u2 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified) | |
[ 4.393118] systemd[1]: Detected architecture arm. | |
[ 4.421361] systemd[1]: Set hostname to <rpi-3-1>. | |
[ 4.425959] SMSC LAN8700 usb-001:003:01: attached PHY driver (mii_bus:phy_addr=usb-001:003:01, irq=199) | |
[ 4.439243] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:6a:14:a7 | |
[ 5.495237] systemd[1]: Queued start job for default target Multi-User System. | |
[ 5.564811] systemd[1]: Created slice system-getty.slice. | |
[ 5.572676] systemd[1]: Created slice system-modprobe.slice. | |
[ 5.580043] systemd[1]: Created slice system-systemd\x2dfsck.slice. | |
[ 5.587072] systemd[1]: Created slice User and Session Slice. | |
[ 5.593529] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. | |
[ 5.600123] systemd[1]: Started Forward Password Requests to Wall Directory Watch. | |
[ 5.607668] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. | |
[ 5.617540] systemd[1]: Reached target Local Encrypted Volumes. | |
[ 5.624616] systemd[1]: Reached target Paths. | |
[ 5.631322] systemd[1]: Reached target Slices. | |
[ 5.637787] systemd[1]: Reached target Swap. | |
[ 5.645232] systemd[1]: Listening on Syslog Socket. | |
[ 5.651964] systemd[1]: Listening on fsck to fsckd communication Socket. | |
[ 5.658415] systemd[1]: Listening on initctl Compatibility Named Pipe. | |
[ 5.665793] systemd[1]: Listening on Journal Audit Socket. | |
[ 5.672662] systemd[1]: Listening on Journal Socket (/dev/log). | |
[ 5.679637] systemd[1]: Listening on Journal Socket. | |
[ 5.690028] systemd[1]: Listening on udev Control Socket. | |
[ 5.696667] systemd[1]: Listening on udev Kernel Socket. | |
[ 5.703480] systemd[1]: Condition check resulted in Huge Pages File System being skipped. | |
[ 5.751291] systemd[1]: Mounting POSIX Message Queue File System... | |
[ 5.762132] systemd[1]: Mounting RPC Pipe File System... | |
[ 5.774197] systemd[1]: Mounting Kernel Debug File System... | |
[ 5.785814] systemd[1]: Mounting Kernel Trace File System... | |
[ 5.793101] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped. | |
[ 5.806174] systemd[1]: Starting Restore / save the current clock... | |
[ 5.818417] systemd[1]: Starting Set the console keyboard layout... | |
[ 5.831581] systemd[1]: Starting Create list of static device nodes for the current kernel... | |
[ 5.849158] systemd[1]: Starting Load Kernel Module configfs... | |
[ 5.862625] systemd[1]: Starting Load Kernel Module drm... | |
[ 5.875536] systemd[1]: Starting Load Kernel Module fuse... | |
[ 5.895454] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. | |
[ 5.907702] systemd[1]: Starting File System Check on Root Device... | |
[ 5.928981] systemd[1]: Starting Journal Service... | |
[ 5.955479] systemd[1]: Starting Load Kernel Modules... | |
[ 5.980715] systemd[1]: Starting Coldplug All udev Devices... | |
[ 5.986814] fuse: init (API version 7.37) | |
[ 6.032518] systemd[1]: Mounted POSIX Message Queue File System. | |
[ 6.039976] systemd[1]: Mounted RPC Pipe File System. | |
[ 6.047341] systemd[1]: Mounted Kernel Debug File System. | |
[ 6.054322] systemd[1]: Mounted Kernel Trace File System. | |
[ 6.062176] systemd[1]: Finished Restore / save the current clock. | |
[ 6.067676] i2c_dev: i2c /dev entries driver | |
[ 6.073975] systemd[1]: Finished Create list of static device nodes for the current kernel. | |
[ 6.085396] systemd[1]: [email protected]: Succeeded. | |
[ 6.089356] systemd[1]: Finished Load Kernel Module configfs. | |
[ 6.116269] systemd[1]: [email protected]: Succeeded. | |
[ 6.142278] systemd[1]: Finished Load Kernel Module fuse. | |
[ 6.150589] systemd[1]: Finished Load Kernel Modules. | |
[ 6.225259] systemd[1]: Mounting FUSE Control File System... | |
[ 6.236262] systemd[1]: Mounting Kernel Configuration File System... | |
[ 6.248981] systemd[1]: Started File System Check Daemon to report status. | |
[ 6.281501] systemd[1]: Starting Apply Kernel Variables... | |
[ 6.341265] systemd[1]: [email protected]: Succeeded. | |
[ 6.345068] systemd[1]: Finished Load Kernel Module drm. | |
[ 6.363096] systemd[1]: Mounted FUSE Control File System. | |
[ 6.367059] systemd[1]: Mounted Kernel Configuration File System. | |
[ 6.382231] systemd[1]: Finished Apply Kernel Variables. | |
[ 6.385923] systemd[1]: Started Journal Service. | |
[ 6.669378] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none. | |
[ 6.745516] systemd-journald[139]: Received client request to flush runtime journal. | |
[ 6.778281] systemd-journald[139]: File /var/log/journal/78eed9a4e24e4afd934b9b9e01371eb0/system.journal corrupted or uncleanly shut down, renaming and replacing. | |
[ 8.656319] mc: Linux media interface: v0.10 | |
[ 8.725360] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned. | |
[ 8.727818] bcm2835_vc_sm_cma_probe: Videocore shared memory driver | |
[ 8.727852] [vc_sm_connected_init]: start | |
[ 8.741251] [vc_sm_connected_init]: installed successfully | |
[ 8.891317] videodev: Linux video capture interface: v2.00 | |
[ 8.930143] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned. | |
[ 8.942713] bcm2835_audio bcm2835_audio: card created with 8 channels | |
[ 9.053028] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. | |
[ 9.054971] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. | |
[ 9.094710] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned. | |
[ 9.106132] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned. | |
[ 9.117036] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. | |
[ 9.122530] bcm2835-codec bcm2835-codec: Device registered as /dev/video10 | |
[ 9.122712] bcm2835-codec bcm2835-codec: Loaded V4L2 decode | |
[ 9.151428] bcm2835-codec bcm2835-codec: Device registered as /dev/video11 | |
[ 9.151491] bcm2835-codec bcm2835-codec: Loaded V4L2 encode | |
[ 9.155287] bcm2835-codec bcm2835-codec: Device registered as /dev/video12 | |
[ 9.155342] bcm2835-codec bcm2835-codec: Loaded V4L2 isp | |
[ 9.158318] bcm2835-codec bcm2835-codec: Device registered as /dev/video18 | |
[ 9.158389] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx | |
[ 9.172282] bcm2835-codec bcm2835-codec: Device registered as /dev/video31 | |
[ 9.172354] bcm2835-codec bcm2835-codec: Loaded V4L2 encode_image | |
[ 9.174408] i2c i2c-11: Added multiplexed i2c bus 0 | |
[ 9.181929] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned. | |
[ 9.196268] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13 | |
[ 9.198050] i2c i2c-11: Added multiplexed i2c bus 10 | |
[ 9.257715] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14 | |
[ 9.263107] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15 | |
[ 9.263511] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16 | |
[ 9.263547] bcm2835-isp bcm2835-isp: Register output node 0 with media controller | |
[ 9.263569] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller | |
[ 9.263587] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller | |
[ 9.263603] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller | |
[ 9.271085] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20 | |
[ 9.271596] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21 | |
[ 9.271985] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22 | |
[ 9.272319] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23 | |
[ 9.272361] bcm2835-isp bcm2835-isp: Register output node 0 with media controller | |
[ 9.272383] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller | |
[ 9.272400] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller | |
[ 9.272416] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller | |
[ 9.272633] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp | |
[ 9.558872] cfg80211: Loading compiled-in X.509 certificates for regulatory database | |
[ 9.693539] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' | |
[ 9.719331] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid | |
[ 9.905034] brcmfmac: F1 signature read @0x18000000=0x1541a9a6 | |
[ 9.911319] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1 | |
[ 9.911964] usbcore: registered new interface driver brcmfmac | |
[ 10.170054] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM43430/1 wl0: Jul 19 2021 03:24:18 version 7.45.98 (TOB) (56df937 CY) FWID 01-8e14b897 | |
[ 10.171388] Console: switching to colour dummy device 80x30 | |
[ 10.186148] vc4-drm soc:gpu: bound 3f400000.hvs (ops vc4_hvs_ops [vc4]) | |
[ 10.210536] Registered IR keymap rc-cec | |
[ 10.211717] rc rc0: vc4-hdmi as /devices/platform/soc/3f902000.hdmi/rc/rc0 | |
[ 10.212027] input: vc4-hdmi as /devices/platform/soc/3f902000.hdmi/rc/rc0/input0 | |
[ 10.284172] vc4-drm soc:gpu: bound 3f902000.hdmi (ops vc4_hdmi_ops [vc4]) | |
[ 10.284756] vc4-drm soc:gpu: bound 3f004000.txp (ops vc4_txp_ops [vc4]) | |
[ 10.285228] vc4-drm soc:gpu: bound 3f206000.pixelvalve (ops vc4_crtc_ops [vc4]) | |
[ 10.285668] vc4-drm soc:gpu: bound 3f207000.pixelvalve (ops vc4_crtc_ops [vc4]) | |
[ 10.286125] vc4-drm soc:gpu: bound 3f807000.pixelvalve (ops vc4_crtc_ops [vc4]) | |
[ 10.286488] vc4-drm soc:gpu: bound 3fc00000.v3d (ops vc4_v3d_ops [vc4]) | |
[ 10.328260] [drm] Initialized vc4 0.0.0 20140616 for soc:gpu on minor 0 | |
[ 10.330726] vc4-drm soc:gpu: [drm] Cannot find any crtc or sizes | |
[ 11.333705] uart-pl011 3f201000.serial: no DMA platform data | |
[ 11.352798] 8021q: 802.1Q VLAN Support v1.8 | |
[ 11.541060] Adding 102396k swap on /var/swap. Priority:-2 extents:1 across:102396k SSFS | |
[ 11.984145] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled | |
[ 12.303720] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup | |
[ 12.307805] smsc95xx 1-1.1:1.0 eth0: Link is Down | |
[ 13.267622] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready | |
[ 16.064850] Bluetooth: Core ver 2.22 | |
[ 16.064952] NET: Registered PF_BLUETOOTH protocol family | |
[ 16.064958] Bluetooth: HCI device and connection manager initialized | |
[ 16.064977] Bluetooth: HCI socket layer initialized | |
[ 16.064987] Bluetooth: L2CAP socket layer initialized | |
[ 16.065003] Bluetooth: SCO socket layer initialized | |
[ 16.078967] Bluetooth: HCI UART driver ver 2.3 | |
[ 16.078990] Bluetooth: HCI UART protocol H4 registered | |
[ 16.079065] Bluetooth: HCI UART protocol Three-wire (H5) registered | |
[ 16.079210] Bluetooth: HCI UART protocol Broadcom registered | |
[ 16.582024] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 | |
[ 16.582045] Bluetooth: BNEP filters: protocol multicast | |
[ 16.582061] Bluetooth: BNEP socket layer initialized | |
[ 16.588542] Bluetooth: MGMT ver 1.22 | |
[ 16.602073] NET: Registered PF_ALG protocol family | |
[ 16.625378] cryptd: max_cpu_qlen set to 1000 | |
+ sudo libcamera-still --list-cameras | |
No cameras available! | |
++ date +%Y-%m-%dT%H:%M:%S%Z | |
+ sudo libcamera-still -t 500 -n -o /home/bruno/Pictures/test-2024-03-17T04:24:35CDT.jpg | |
[0:00:53.587025500] [680] INFO Camera camera_manager.cpp:297 libcamera v0.0.0+4367-ad9428b4 | |
ERROR: *** no cameras available *** | |
bruno@rpi-3-1:~ $ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ ~ chmod +x ardu-test.sh | |
➜ ~ cat ardu-test.sh | |
#! /usr/bin/env bash | |
set -x | |
uname -a | |
sudo cat /etc/os-release | |
sudo cat /proc/meminfo | |
sudo cat /boot/config.txt | |
sudo dmesg | |
sudo libcamera-still --list-cameras | |
sudo libcamera-still -t 500 -n -o ~/Pictures/"test-$(date '+%Y-%m-%dT%H:%M:%S%Z').jpg" | |
➜ ~ ./ardu-test.sh | |
+ uname -a | |
Linux rpi4-8-1 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux | |
+ sudo cat /etc/os-release | |
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)" | |
NAME="Debian GNU/Linux" | |
VERSION_ID="11" | |
VERSION="11 (bullseye)" | |
VERSION_CODENAME=bullseye | |
ID=debian | |
HOME_URL="https://www.debian.org/" | |
SUPPORT_URL="https://www.debian.org/support" | |
BUG_REPORT_URL="https://bugs.debian.org/" | |
+ sudo cat /proc/meminfo | |
MemTotal: 3885392 kB | |
MemFree: 3594916 kB | |
MemAvailable: 3724316 kB | |
Buffers: 18908 kB | |
Cached: 152828 kB | |
SwapCached: 0 kB | |
Active: 156820 kB | |
Inactive: 40056 kB | |
Active(anon): 25052 kB | |
Inactive(anon): 1300 kB | |
Active(file): 131768 kB | |
Inactive(file): 38756 kB | |
Unevictable: 16 kB | |
Mlocked: 16 kB | |
SwapTotal: 102396 kB | |
SwapFree: 102396 kB | |
Zswap: 0 kB | |
Zswapped: 0 kB | |
Dirty: 4 kB | |
Writeback: 0 kB | |
AnonPages: 25056 kB | |
Mapped: 43560 kB | |
Shmem: 1216 kB | |
KReclaimable: 31244 kB | |
Slab: 53836 kB | |
SReclaimable: 31244 kB | |
SUnreclaim: 22592 kB | |
KernelStack: 2616 kB | |
PageTables: 1592 kB | |
SecPageTables: 0 kB | |
NFS_Unstable: 0 kB | |
Bounce: 0 kB | |
WritebackTmp: 0 kB | |
CommitLimit: 2045092 kB | |
Committed_AS: 188328 kB | |
VmallocTotal: 259653632 kB | |
VmallocUsed: 10476 kB | |
VmallocChunk: 0 kB | |
Percpu: 656 kB | |
CmaTotal: 524288 kB | |
CmaFree: 513236 kB | |
+ sudo cat /boot/config.txt | |
# For more options and information see | |
# http://rpf.io/configtxt | |
# Some settings may impact device functionality. See link above for details | |
# uncomment if you get no picture on HDMI for a default "safe" mode | |
#hdmi_safe=1 | |
# uncomment the following to adjust overscan. Use positive numbers if console | |
# goes off screen, and negative if there is too much border | |
#overscan_left=16 | |
#overscan_right=16 | |
#overscan_top=16 | |
#overscan_bottom=16 | |
# uncomment to force a console size. By default it will be display's size minus | |
# overscan. | |
#framebuffer_width=1280 | |
#framebuffer_height=720 | |
# uncomment if hdmi display is not detected and composite is being output | |
#hdmi_force_hotplug=1 | |
# uncomment to force a specific HDMI mode (this will force VGA) | |
#hdmi_group=1 | |
#hdmi_mode=1 | |
# uncomment to force a HDMI mode rather than DVI. This can make audio work in | |
# DMT (computer monitor) modes | |
#hdmi_drive=2 | |
# uncomment to increase signal to HDMI, if you have interference, blanking, or | |
# no display | |
#config_hdmi_boost=4 | |
# uncomment for composite PAL | |
#sdtv_mode=2 | |
#uncomment to overclock the arm. 700 MHz is the default. | |
#arm_freq=800 | |
# Uncomment some or all of these to enable the optional hardware interfaces | |
#dtparam=i2c_arm=on | |
dtparam=i2s=on | |
dtparam=spi=on | |
# Uncomment this to enable infrared communication. | |
#dtoverlay=gpio-ir,gpio_pin=17 | |
#dtoverlay=gpio-ir-tx,gpio_pin=18 | |
# Additional overlays and parameters are documented /boot/overlays/README | |
# Enable audio (loads snd_bcm2835) | |
dtparam=audio=on | |
# Automatically load overlays for detected cameras | |
camera_auto_detect=1 | |
# Automatically load overlays for detected DSI displays | |
display_auto_detect=1 | |
# Enable DRM VC4 V3D driver | |
dtoverlay=vc4-kms-v3d | |
max_framebuffers=2 | |
# Run in 64-bit mode | |
arm_64bit=1 | |
# Disable compensation for displays with overscan | |
#disable_overscan=1 | |
[cm4] | |
# Enable host mode on the 2711 built-in XHCI USB controller. | |
# This line should be removed if the legacy DWC2 controller is required | |
# (e.g. for USB device mode) or if USB support is not required. | |
otg_mode=1 | |
[all] | |
[pi4] | |
# Run as fast as firmware / board allows | |
arm_boost=1 | |
[all] | |
# from: https://docs.arducam.com/Raspberry-Pi-Camera/Native-camera/Quick-Start-Guide/#software-guide-for-imx519-autofocus-camera | |
dtoverlay=imx519 | |
# from: https://www.raspberrypi.com/tutorials/plug-and-play-raspberry-pi-usb-webcam/ | |
dtoverlay=dwc2,dr_mode=otg | |
+ sudo dmesg | |
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083] | |
[ 0.000000] Linux version 6.1.21-v8+ (dom@buildbot) (aarch64-linux-gnu-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 | |
[ 0.000000] random: crng init done | |
[ 0.000000] Machine model: Raspberry Pi 4 Model B Rev 1.5 | |
[ 0.000000] efi: UEFI not found. | |
[ 0.000000] Reserved memory: created CMA memory pool at 0x000000000ec00000, size 512 MiB | |
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool | |
[ 0.000000] Zone ranges: | |
[ 0.000000] DMA [mem 0x0000000000000000-0x000000003fffffff] | |
[ 0.000000] DMA32 [mem 0x0000000040000000-0x00000000fbffffff] | |
[ 0.000000] Normal empty | |
[ 0.000000] Movable zone start for each node | |
[ 0.000000] Early memory node ranges | |
[ 0.000000] node 0: [mem 0x0000000000000000-0x000000003b3fffff] | |
[ 0.000000] node 0: [mem 0x0000000040000000-0x00000000fbffffff] | |
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000000fbffffff] | |
[ 0.000000] On node 0, zone DMA32: 19456 pages in unavailable ranges | |
[ 0.000000] On node 0, zone DMA32: 16384 pages in unavailable ranges | |
[ 0.000000] percpu: Embedded 29 pages/cpu s78504 r8192 d32088 u118784 | |
[ 0.000000] pcpu-alloc: s78504 r8192 d32088 u118784 alloc=29*4096 | |
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 | |
[ 0.000000] Detected PIPT I-cache on CPU0 | |
[ 0.000000] CPU features: detected: Spectre-v2 | |
[ 0.000000] CPU features: detected: Spectre-v3a | |
[ 0.000000] CPU features: detected: Spectre-v4 | |
[ 0.000000] CPU features: detected: Spectre-BHB | |
[ 0.000000] CPU features: kernel page table isolation forced ON by KASLR | |
[ 0.000000] CPU features: detected: Kernel page table isolation (KPTI) | |
[ 0.000000] CPU features: detected: ARM erratum 1742098 | |
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923 | |
[ 0.000000] alternatives: applying boot alternatives | |
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 996912 | |
[ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0 smsc95xx.macaddr=D8:3A:DD:1D:06:9B vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyS0,115200 console=tty1 root=PARTUUID=07de6cf4-02 rootfstype=ext4 fsck.repair=yes rootwait modules-load=dwc2,g_ether | |
[ 0.000000] Unknown kernel command line parameters "modules-load=dwc2,g_ether", will be passed to user space. | |
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) | |
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) | |
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off | |
[ 0.000000] software IO TLB: area num 4. | |
[ 0.000000] software IO TLB: mapped [mem 0x0000000037400000-0x000000003b400000] (64MB) | |
[ 0.000000] Memory: 3356944K/4050944K available (11776K kernel code, 2106K rwdata, 3688K rodata, 4160K init, 1077K bss, 169712K reserved, 524288K cma-reserved) | |
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 | |
[ 0.000000] ftrace: allocating 39744 entries in 156 pages | |
[ 0.000000] ftrace: allocated 156 pages with 4 groups | |
[ 0.000000] trace event string verifier disabled | |
[ 0.000000] rcu: Preemptible hierarchical RCU implementation. | |
[ 0.000000] rcu: RCU event tracing is enabled. | |
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4. | |
[ 0.000000] Trampoline variant of Tasks RCU enabled. | |
[ 0.000000] Rude variant of Tasks RCU enabled. | |
[ 0.000000] Tracing variant of Tasks RCU enabled. | |
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 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] Root IRQ handler: gic_handle_irq | |
[ 0.000000] GIC: Using split EOI/Deactivate mode | |
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. | |
[ 0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys). | |
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns | |
[ 0.000001] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns | |
[ 0.000327] Console: colour dummy device 80x25 | |
[ 0.000944] printk: console [tty1] enabled | |
[ 0.001013] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000) | |
[ 0.001053] pid_max: default: 32768 minimum: 301 | |
[ 0.001183] LSM: Security Framework initializing | |
[ 0.001416] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) | |
[ 0.001507] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) | |
[ 0.002827] cgroup: Disabling memory control group subsystem | |
[ 0.005112] cblist_init_generic: Setting adjustable number of callback queues. | |
[ 0.005149] cblist_init_generic: Setting shift to 2 and lim to 1. | |
[ 0.005342] cblist_init_generic: Setting shift to 2 and lim to 1. | |
[ 0.005535] cblist_init_generic: Setting shift to 2 and lim to 1. | |
[ 0.006019] rcu: Hierarchical SRCU implementation. | |
[ 0.006044] rcu: Max phase no-delay instances is 1000. | |
[ 0.007367] EFI services will not be available. | |
[ 0.008001] smp: Bringing up secondary CPUs ... | |
[ 0.009104] Detected PIPT I-cache on CPU1 | |
[ 0.009260] CPU1: Booted secondary processor 0x0000000001 [0x410fd083] | |
[ 0.010417] Detected PIPT I-cache on CPU2 | |
[ 0.010537] CPU2: Booted secondary processor 0x0000000002 [0x410fd083] | |
[ 0.011645] Detected PIPT I-cache on CPU3 | |
[ 0.011772] CPU3: Booted secondary processor 0x0000000003 [0x410fd083] | |
[ 0.011961] smp: Brought up 1 node, 4 CPUs | |
[ 0.012051] SMP: Total of 4 processors activated. | |
[ 0.012073] CPU features: detected: 32-bit EL0 Support | |
[ 0.012092] CPU features: detected: 32-bit EL1 Support | |
[ 0.012113] CPU features: detected: CRC32 instructions | |
[ 0.012259] CPU: All CPU(s) started at EL2 | |
[ 0.012295] alternatives: applying system-wide alternatives | |
[ 0.014160] devtmpfs: initialized | |
[ 0.026298] Enabled cp15_barrier support | |
[ 0.026365] Enabled setend support | |
[ 0.026591] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns | |
[ 0.026643] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) | |
[ 0.039868] pinctrl core: initialized pinctrl subsystem | |
[ 0.040810] DMI not present or invalid. | |
[ 0.041525] NET: Registered PF_NETLINK/PF_ROUTE protocol family | |
[ 0.045063] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations | |
[ 0.045383] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations | |
[ 0.046342] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations | |
[ 0.046451] audit: initializing netlink subsys (disabled) | |
[ 0.046737] audit: type=2000 audit(0.044:1): state=initialized audit_enabled=0 res=1 | |
[ 0.047336] thermal_sys: Registered thermal governor 'step_wise' | |
[ 0.047428] cpuidle: using governor menu | |
[ 0.047831] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. | |
[ 0.048040] ASID allocator initialised with 32768 entries | |
[ 0.048244] Serial: AMBA PL011 UART driver | |
[ 0.063707] bcm2835-mbox fe00b880.mailbox: mailbox enabled | |
[ 0.080154] platform fe801000.csi: Fixed dependency cycle(s) with /soc/i2c0mux/i2c@1/imx519@1a | |
[ 0.088324] raspberrypi-firmware soc:firmware: Attached to firmware from 2023-03-17T10:50:39, variant start | |
[ 0.092339] raspberrypi-firmware soc:firmware: Firmware hash is 82f3750a65fadae9a38077e3c2e217ad158c8d54 | |
[ 0.108742] KASLR enabled | |
[ 0.142683] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1 | |
[ 0.148579] SCSI subsystem initialized | |
[ 0.148851] usbcore: registered new interface driver usbfs | |
[ 0.148925] usbcore: registered new interface driver hub | |
[ 0.149005] usbcore: registered new device driver usb | |
[ 0.149434] usb_phy_generic phy: supply vcc not found, using dummy regulator | |
[ 0.149687] usb_phy_generic phy: dummy supplies not allowed for exclusive requests | |
[ 0.150068] pps_core: LinuxPPS API ver. 1 registered | |
[ 0.150093] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]> | |
[ 0.150135] PTP clock support registered | |
[ 0.151296] vgaarb: loaded | |
[ 0.152083] clocksource: Switched to clocksource arch_sys_counter | |
[ 0.152755] VFS: Disk quotas dquot_6.6.0 | |
[ 0.152850] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) | |
[ 0.153051] FS-Cache: Loaded | |
[ 0.153238] CacheFiles: Loaded | |
[ 0.164190] NET: Registered PF_INET protocol family | |
[ 0.165089] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear) | |
[ 0.170068] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear) | |
[ 0.170151] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) | |
[ 0.170194] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear) | |
[ 0.170439] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear) | |
[ 0.171434] TCP: Hash tables configured (established 32768 bind 32768) | |
[ 0.171703] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear) | |
[ 0.171813] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear) | |
[ 0.172214] NET: Registered PF_UNIX/PF_LOCAL protocol family | |
[ 0.173088] RPC: Registered named UNIX socket transport module. | |
[ 0.173119] RPC: Registered udp transport module. | |
[ 0.173139] RPC: Registered tcp transport module. | |
[ 0.173158] RPC: Registered tcp NFSv4.1 backchannel transport module. | |
[ 0.173193] PCI: CLS 0 bytes, default 64 | |
[ 0.175827] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available | |
[ 0.176281] kvm [1]: IPA Size Limit: 44 bits | |
[ 0.177624] kvm [1]: vgic interrupt IRQ9 | |
[ 0.177874] kvm [1]: Hyp mode initialized successfully | |
[ 1.318605] Initialise system trusted keyrings | |
[ 1.319095] workingset: timestamp_bits=46 max_order=20 bucket_order=0 | |
[ 1.326725] zbud: loaded | |
[ 1.329650] NFS: Registering the id_resolver key type | |
[ 1.329712] Key type id_resolver registered | |
[ 1.329733] Key type id_legacy registered | |
[ 1.329872] nfs4filelayout_init: NFSv4 File Layout Driver Registering... | |
[ 1.329901] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... | |
[ 1.331366] Key type asymmetric registered | |
[ 1.331399] Asymmetric key parser 'x509' registered | |
[ 1.331491] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) | |
[ 1.331773] io scheduler mq-deadline registered | |
[ 1.331801] io scheduler kyber registered | |
[ 1.333687] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7ef00100, parent irq: 27) | |
[ 1.342732] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges: | |
[ 1.342800] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff] | |
[ 1.342906] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x063fffffff -> 0x00c0000000 | |
[ 1.343005] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x00ffffffff -> 0x0400000000 | |
[ 1.344028] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00 | |
[ 1.344112] pci_bus 0000:00: root bus resource [bus 00-ff] | |
[ 1.344144] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff]) | |
[ 1.344233] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400 | |
[ 1.344504] pci 0000:00:00.0: PME# supported from D0 D3hot | |
[ 1.348592] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring | |
[ 1.348877] pci_bus 0000:01: supply vpcie3v3 not found, using dummy regulator | |
[ 1.349072] pci_bus 0000:01: supply vpcie3v3aux not found, using dummy regulator | |
[ 1.349198] pci_bus 0000:01: supply vpcie12v not found, using dummy regulator | |
[ 1.414177] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC) | |
[ 1.414358] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330 | |
[ 1.414495] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit] | |
[ 1.414989] pci 0000:01:00.0: PME# supported from D0 D3hot | |
[ 1.415727] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 | |
[ 1.415787] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff] | |
[ 1.415823] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit] | |
[ 1.415880] pci 0000:00:00.0: PCI bridge to [bus 01] | |
[ 1.415912] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff] | |
[ 1.429857] iproc-rng200 fe104000.rng: hwrng registered | |
[ 1.430473] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB) | |
[ 1.432153] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000 | |
[ 1.445381] brd: module loaded | |
[ 1.454307] loop: module loaded | |
[ 1.455223] Loading iSCSI transport class v2.0-870. | |
[ 1.460790] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000 | |
[ 1.520245] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus | |
[ 1.521422] usbcore: registered new interface driver r8152 | |
[ 1.521511] usbcore: registered new interface driver lan78xx | |
[ 1.521598] usbcore: registered new interface driver smsc95xx | |
[ 1.569094] pci 0000:00:00.0: enabling device (0000 -> 0002) | |
[ 1.569297] xhci_hcd 0000:01:00.0: xHCI Host Controller | |
[ 1.569341] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1 | |
[ 1.570144] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000e40000000890 | |
[ 1.571224] xhci_hcd 0000:01:00.0: xHCI Host Controller | |
[ 1.571259] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2 | |
[ 1.571295] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed | |
[ 1.571720] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01 | |
[ 1.571756] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 | |
[ 1.571784] usb usb1: Product: xHCI Host Controller | |
[ 1.571807] usb usb1: Manufacturer: Linux 6.1.21-v8+ xhci-hcd | |
[ 1.571829] usb usb1: SerialNumber: 0000:01:00.0 | |
[ 1.572617] hub 1-0:1.0: USB hub found | |
[ 1.572699] hub 1-0:1.0: 1 port detected | |
[ 1.573694] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01 | |
[ 1.573730] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 | |
[ 1.573758] usb usb2: Product: xHCI Host Controller | |
[ 1.573780] usb usb2: Manufacturer: Linux 6.1.21-v8+ xhci-hcd | |
[ 1.573802] usb usb2: SerialNumber: 0000:01:00.0 | |
[ 1.574484] hub 2-0:1.0: USB hub found | |
[ 1.574596] hub 2-0:1.0: 4 ports detected | |
[ 1.576480] dwc_otg: version 3.00a 10-AUG-2012 (platform bus) | |
[ 1.576871] dwc_otg: FIQ enabled | |
[ 1.576883] dwc_otg: NAK holdoff enabled | |
[ 1.576893] dwc_otg: FIQ split-transaction FSM enabled | |
[ 1.576909] Module dwc_common_port init | |
[ 1.577474] usbcore: registered new interface driver uas | |
[ 1.577590] usbcore: registered new interface driver usb-storage | |
[ 1.577862] mousedev: PS/2 mouse device common for all mice | |
[ 1.584669] sdhci: Secure Digital Host Controller Interface driver | |
[ 1.584709] sdhci: Copyright(c) Pierre Ossman | |
[ 1.585461] sdhci-pltfm: SDHCI platform and OF driver helper | |
[ 1.589210] ledtrig-cpu: registered to indicate activity on CPUs | |
[ 1.589580] hid: raw HID events driver (C) Jiri Kosina | |
[ 1.589810] usbcore: registered new interface driver usbhid | |
[ 1.589836] usbhid: USB HID core driver | |
[ 1.599070] NET: Registered PF_PACKET protocol family | |
[ 1.599240] Key type dns_resolver registered | |
[ 1.600651] registered taskstats version 1 | |
[ 1.600745] Loading compiled-in X.509 certificates | |
[ 1.601669] Key type .fscrypt registered | |
[ 1.601698] Key type fscrypt-provisioning registered | |
[ 1.617758] uart-pl011 fe201000.serial: there is not valid maps for state default | |
[ 1.618519] uart-pl011 fe201000.serial: cts_event_workaround enabled | |
[ 1.618722] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 36, base_baud = 0) is a PL011 rev2 | |
[ 1.627963] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer | |
[ 1.628542] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver | |
[ 1.629870] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0 | |
[ 1.629904] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated | |
[ 1.660855] of_cfs_init | |
[ 1.661001] of_cfs_init: OK | |
[ 1.692702] mmc0: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA | |
[ 1.693087] Waiting for root device PARTUUID=07de6cf4-02... | |
[ 1.746896] mmc1: new high speed SDIO card at address 0001 | |
[ 1.804174] mmc0: new ultra high speed DDR50 SDXC card at address 0001 | |
[ 1.805211] mmcblk0: mmc0:0001 SD32G 58.2 GiB | |
[ 1.808672] mmcblk0: p1 p2 | |
[ 1.809285] mmcblk0: mmc0:0001 SD32G 58.2 GiB | |
[ 1.828130] usb 1-1: new high-speed USB device number 2 using xhci_hcd | |
[ 1.835853] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none. | |
[ 1.835966] VFS: Mounted root (ext4 filesystem) readonly on device 179:2. | |
[ 1.844330] devtmpfs: mounted | |
[ 1.854036] Freeing unused kernel memory: 4160K | |
[ 1.854256] Run /sbin/init as init process | |
[ 1.854278] with arguments: | |
[ 1.854287] /sbin/init | |
[ 1.854297] with environment: | |
[ 1.854305] HOME=/ | |
[ 1.854315] TERM=linux | |
[ 1.854324] modules-load=dwc2,g_ether | |
[ 1.986714] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21 | |
[ 1.986775] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 | |
[ 1.986803] usb 1-1: Product: USB2.0 Hub | |
[ 1.988793] hub 1-1:1.0: USB hub found | |
[ 1.989197] hub 1-1:1.0: 4 ports detected | |
[ 2.270877] systemd[1]: System time before build time, advancing clock. | |
[ 2.284128] usb 1-1.3: new full-speed USB device number 3 using xhci_hcd | |
[ 2.390292] usb 1-1.3: New USB device found, idVendor=1997, idProduct=2433, bcdDevice= 1.02 | |
[ 2.390355] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 | |
[ 2.390385] usb 1-1.3: Product: mini keyboard | |
[ 2.390408] usb 1-1.3: Manufacturer: | |
[ 2.400953] input: mini keyboard as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:1997:2433.0001/input/input0 | |
[ 2.461142] hid-generic 0003:1997:2433.0001: input,hidraw0: USB HID v1.01 Keyboard [ mini keyboard] on usb-0000:01:00.0-1.3/input0 | |
[ 2.464654] NET: Registered PF_INET6 protocol family | |
[ 2.466635] Segment Routing with IPv6 | |
[ 2.466704] In-situ OAM (IOAM) with IPv6 | |
[ 2.467939] input: mini keyboard Mouse as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:1997:2433.0002/input/input1 | |
[ 2.468565] input: mini keyboard System Control as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:1997:2433.0002/input/input2 | |
[ 2.528623] input: mini keyboard Consumer Control as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:1997:2433.0002/input/input3 | |
[ 2.529012] hid-generic 0003:1997:2433.0002: input,hidraw1: USB HID v1.01 Mouse [ mini keyboard] on usb-0000:01:00.0-1.3/input1 | |
[ 2.541371] systemd[1]: systemd 247.3-7+deb11u4 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified) | |
[ 2.542434] systemd[1]: Detected architecture arm64. | |
[ 2.554413] systemd[1]: Set hostname to <rpi4-8-1>. | |
[ 3.279475] systemd[1]: Queued start job for default target Multi-User System. | |
[ 3.297792] systemd[1]: Created slice system-getty.slice. | |
[ 3.299600] systemd[1]: Created slice system-modprobe.slice. | |
[ 3.301065] systemd[1]: Created slice system-systemd\x2dfsck.slice. | |
[ 3.302183] systemd[1]: Created slice User and Session Slice. | |
[ 3.303005] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. | |
[ 3.303789] systemd[1]: Started Forward Password Requests to Wall Directory Watch. | |
[ 3.305199] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. | |
[ 3.305731] systemd[1]: Reached target Local Encrypted Volumes. | |
[ 3.306267] systemd[1]: Reached target Paths. | |
[ 3.306686] systemd[1]: Reached target Slices. | |
[ 3.307086] systemd[1]: Reached target Swap. | |
[ 3.310934] systemd[1]: Listening on Syslog Socket. | |
[ 3.317429] systemd[1]: Listening on fsck to fsckd communication Socket. | |
[ 3.318260] systemd[1]: Listening on initctl Compatibility Named Pipe. | |
[ 3.319837] systemd[1]: Listening on Journal Audit Socket. | |
[ 3.321053] systemd[1]: Listening on Journal Socket (/dev/log). | |
[ 3.322318] systemd[1]: Listening on Journal Socket. | |
[ 3.324678] systemd[1]: Listening on udev Control Socket. | |
[ 3.325805] systemd[1]: Listening on udev Kernel Socket. | |
[ 3.327059] systemd[1]: Condition check resulted in Huge Pages File System being skipped. | |
[ 3.352603] systemd[1]: Mounting POSIX Message Queue File System... | |
[ 3.358129] systemd[1]: Mounting RPC Pipe File System... | |
[ 3.364276] systemd[1]: Mounting Kernel Debug File System... | |
[ 3.370490] systemd[1]: Mounting Kernel Trace File System... | |
[ 3.371535] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped. | |
[ 3.380745] systemd[1]: Starting Restore / save the current clock... | |
[ 3.390123] systemd[1]: Starting Set the console keyboard layout... | |
[ 3.396732] systemd[1]: Starting Create list of static device nodes for the current kernel... | |
[ 3.402759] systemd[1]: Starting Load Kernel Module configfs... | |
[ 3.409694] systemd[1]: Starting Load Kernel Module drm... | |
[ 3.416698] systemd[1]: Starting Load Kernel Module fuse... | |
[ 3.422921] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. | |
[ 3.428681] systemd[1]: Starting File System Check on Root Device... | |
[ 3.438587] systemd[1]: Starting Journal Service... | |
[ 3.452351] systemd[1]: Starting Load Kernel Modules... | |
[ 3.458411] systemd[1]: Starting Coldplug All udev Devices... | |
[ 3.496898] systemd[1]: Mounted POSIX Message Queue File System. | |
[ 3.502903] systemd[1]: Mounted RPC Pipe File System. | |
[ 3.504384] systemd[1]: Mounted Kernel Debug File System. | |
[ 3.505724] systemd[1]: Mounted Kernel Trace File System. | |
[ 3.508684] systemd[1]: Finished Create list of static device nodes for the current kernel. | |
[ 3.511627] systemd[1]: [email protected]: Succeeded. | |
[ 3.516130] fuse: init (API version 7.37) | |
[ 3.516503] systemd[1]: Finished Load Kernel Module configfs. | |
[ 3.520951] systemd[1]: Finished Restore / save the current clock. | |
[ 3.531044] systemd[1]: [email protected]: Succeeded. | |
[ 3.534757] systemd[1]: Finished Load Kernel Module fuse. | |
[ 3.573103] systemd[1]: Mounting FUSE Control File System... | |
[ 3.589520] systemd[1]: Mounting Kernel Configuration File System... | |
[ 3.596878] systemd[1]: Started File System Check Daemon to report status. | |
[ 3.612808] systemd[1]: Mounted FUSE Control File System. | |
[ 3.613889] systemd[1]: Mounted Kernel Configuration File System. | |
[ 3.614718] dwc2 fe980000.usb: supply vusb_d not found, using dummy regulator | |
[ 3.616507] dwc2 fe980000.usb: supply vusb_a not found, using dummy regulator | |
[ 3.625929] systemd[1]: [email protected]: Succeeded. | |
[ 3.627504] systemd[1]: Finished Load Kernel Module drm. | |
[ 3.731554] systemd[1]: Finished File System Check on Root Device. | |
[ 3.737487] systemd[1]: Starting Remount Root and Kernel File Systems... | |
[ 3.828276] dwc2 fe980000.usb: EPs: 8, dedicated fifos, 4080 entries in SPRAM | |
[ 3.828701] dwc2 fe980000.usb: DWC OTG Controller | |
[ 3.828751] dwc2 fe980000.usb: new USB bus registered, assigned bus number 3 | |
[ 3.828817] dwc2 fe980000.usb: irq 38, io mem 0xfe980000 | |
[ 3.829299] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01 | |
[ 3.829341] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 | |
[ 3.829369] usb usb3: Product: DWC OTG Controller | |
[ 3.829392] usb usb3: Manufacturer: Linux 6.1.21-v8+ dwc2_hsotg | |
[ 3.829415] usb usb3: SerialNumber: fe980000.usb | |
[ 3.830539] hub 3-0:1.0: USB hub found | |
[ 3.830660] hub 3-0:1.0: 1 port detected | |
[ 3.872439] systemd[1]: Started Journal Service. | |
[ 3.907109] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none. | |
[ 3.919491] using random self ethernet address | |
[ 3.919548] using random host ethernet address | |
[ 3.920666] usb0: HOST MAC 4e:0e:b2:16:74:20 | |
[ 3.920713] usb0: MAC ee:34:6e:e7:94:bb | |
[ 3.920796] using random self ethernet address | |
[ 3.920822] using random host ethernet address | |
[ 3.920912] g_ether gadget.0: Ethernet Gadget, version: Memorial Day 2008 | |
[ 3.920939] g_ether gadget.0: g_ether ready | |
[ 3.920968] dwc2 fe980000.usb: bound driver g_ether | |
[ 4.017976] systemd-journald[144]: Received client request to flush runtime journal. | |
[ 4.035822] systemd-journald[144]: File /var/log/journal/f15d288b72ec473d9ed320ce3ca80da9/system.journal corrupted or uncleanly shut down, renaming and replacing. | |
[ 5.043522] mc: Linux media interface: v0.10 | |
[ 5.208855] videodev: Linux video capture interface: v2.00 | |
[ 5.337681] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0 | |
[ 5.390637] rpivid_hevc: module is from the staging directory, the quality is unknown, you have been warned. | |
[ 5.395456] rpivid feb10000.codec: Device registered as /dev/video19 | |
[ 5.921213] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned. | |
[ 5.946555] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned. | |
[ 5.951165] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned. | |
[ 5.956039] bcm2835_vc_sm_cma_probe: Videocore shared memory driver | |
[ 5.956124] [vc_sm_connected_init]: start | |
[ 5.969505] [vc_sm_connected_init]: installed successfully | |
[ 5.981872] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned. | |
[ 5.993460] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) | |
[ 6.009872] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) | |
[ 6.015491] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. | |
[ 6.019211] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. | |
[ 6.025079] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. | |
[ 6.051972] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned. | |
[ 6.072146] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned. | |
[ 6.081270] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) | |
[ 6.082815] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned. | |
[ 6.120308] bcm2835_audio bcm2835_audio: card created with 8 channels | |
[ 6.126184] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) | |
[ 6.167472] bcm2835-codec bcm2835-codec: Device registered as /dev/video10 | |
[ 6.167540] bcm2835-codec bcm2835-codec: Loaded V4L2 decode | |
[ 6.171211] bcm2835-codec bcm2835-codec: Device registered as /dev/video11 | |
[ 6.171279] bcm2835-codec bcm2835-codec: Loaded V4L2 encode | |
[ 6.188521] bcm2835-codec bcm2835-codec: Device registered as /dev/video12 | |
[ 6.188582] bcm2835-codec bcm2835-codec: Loaded V4L2 isp | |
[ 6.201526] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13 | |
[ 6.202359] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14 | |
[ 6.203085] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15 | |
[ 6.203662] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16 | |
[ 6.203695] bcm2835-isp bcm2835-isp: Register output node 0 with media controller | |
[ 6.203718] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller | |
[ 6.203736] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller | |
[ 6.203753] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller | |
[ 6.214796] bcm2835-codec bcm2835-codec: Device registered as /dev/video18 | |
[ 6.214920] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx | |
[ 6.215849] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20 | |
[ 6.218852] bcm2835-codec bcm2835-codec: Device registered as /dev/video31 | |
[ 6.218907] bcm2835-codec bcm2835-codec: Loaded V4L2 encode_image | |
[ 6.219465] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21 | |
[ 6.223201] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22 | |
[ 6.228258] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) | |
[ 6.286042] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23 | |
[ 6.286098] bcm2835-isp bcm2835-isp: Register output node 0 with media controller | |
[ 6.286126] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller | |
[ 6.286155] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller | |
[ 6.286179] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller | |
[ 6.292148] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp | |
[ 6.299244] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) | |
[ 6.309063] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) | |
[ 6.318944] brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode | |
[ 6.319869] brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode | |
[ 6.324899] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) | |
[ 6.349199] Registered IR keymap rc-cec | |
[ 6.364693] rc rc0: vc4-hdmi-0 as /devices/platform/soc/fef00700.hdmi/rc/rc0 | |
[ 6.399088] input: vc4-hdmi-0 as /devices/platform/soc/fef00700.hdmi/rc/rc0/input4 | |
[ 6.404659] i2c i2c-22: Added multiplexed i2c bus 0 | |
[ 6.464454] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4]) | |
[ 6.468034] i2c i2c-22: Added multiplexed i2c bus 10 | |
[ 6.504293] Registered IR keymap rc-cec | |
[ 6.527930] rc rc1: vc4-hdmi-1 as /devices/platform/soc/fef05700.hdmi/rc/rc1 | |
[ 6.551591] input: vc4-hdmi-1 as /devices/platform/soc/fef05700.hdmi/rc/rc1/input5 | |
[ 6.731932] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4]) | |
[ 6.743973] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4]) | |
[ 6.750050] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4]) | |
[ 6.770308] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4]) | |
[ 6.797043] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4]) | |
[ 6.797439] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4]) | |
[ 6.797982] vc4-drm gpu: bound fec12000.pixelvalve (ops vc4_crtc_ops [vc4]) | |
[ 6.874723] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 1 | |
[ 6.875437] vc4-drm gpu: [drm] Cannot find any crtc or sizes | |
[ 7.461525] uart-pl011 fe201000.serial: no DMA platform data | |
[ 7.626979] cfg80211: Loading compiled-in X.509 certificates for regulatory database | |
[ 7.671297] Adding 102396k swap on /var/swap. Priority:-2 extents:1 across:102396k SSFS | |
[ 7.675598] 8021q: 802.1Q VLAN Support v1.8 | |
[ 7.720693] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' | |
[ 7.749338] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid | |
[ 7.880657] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay) | |
[ 7.883050] bcmgenet fd580000.ethernet eth0: Link is Down | |
[ 7.924439] brcmfmac: F1 signature read @0x18000000=0x15264345 | |
[ 7.939770] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 | |
[ 7.941051] usbcore: registered new interface driver brcmfmac | |
[ 8.040746] ak7375 10-000c: supply vio not found, using dummy regulator | |
[ 8.257800] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Nov 1 2021 00:37:25 version 7.45.241 (1a2f2fa CY) FWID 01-703fd60 | |
[ 8.259591] imx519 10-001a: Device found is imx519 | |
[ 8.261979] imx519 10-001a: Consider updating driver imx519 to match on endpoints | |
[ 8.664864] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled | |
[ 14.512942] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready | |
[ 15.402948] Bluetooth: Core ver 2.22 | |
[ 15.403077] NET: Registered PF_BLUETOOTH protocol family | |
[ 15.403086] Bluetooth: HCI device and connection manager initialized | |
[ 15.403110] Bluetooth: HCI socket layer initialized | |
[ 15.403123] Bluetooth: L2CAP socket layer initialized | |
[ 15.403147] Bluetooth: SCO socket layer initialized | |
[ 15.416466] Bluetooth: HCI UART driver ver 2.3 | |
[ 15.416498] Bluetooth: HCI UART protocol H4 registered | |
[ 15.416603] Bluetooth: HCI UART protocol Three-wire (H5) registered | |
[ 15.416896] Bluetooth: HCI UART protocol Broadcom registered | |
[ 15.749042] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 | |
[ 15.749062] Bluetooth: BNEP filters: protocol multicast | |
[ 15.749075] Bluetooth: BNEP socket layer initialized | |
[ 15.753502] Bluetooth: MGMT ver 1.22 | |
[ 15.762102] NET: Registered PF_ALG protocol family | |
+ sudo libcamera-still --list-cameras | |
Available cameras | |
----------------- | |
0 : imx519 [4656x3496 10-bit RGGB] (/base/soc/i2c0mux/i2c@1/imx519@1a) | |
Modes: 'SRGGB10_CSI2P' : 1280x720 [80.01 fps - (1048, 1042)/2560x1440 crop] | |
1920x1080 [60.05 fps - (408, 674)/3840x2160 crop] | |
2328x1748 [30.00 fps - (0, 0)/4656x3496 crop] | |
3840x2160 [18.00 fps - (408, 672)/3840x2160 crop] | |
4656x3496 [9.00 fps - (0, 0)/4656x3496 crop] | |
++ date +%Y-%m-%dT%H:%M:%S%Z | |
+ sudo libcamera-still -t 500 -n -o /home/pi/Pictures/test-2024-03-17T04:01:48CDT.jpg | |
[0:11:33.695289192] [995] INFO Camera camera_manager.cpp:297 libcamera v0.0.0+4367-ad9428b4 | |
[0:11:33.753544532] [997] INFO RPI vc4.cpp:444 Registered camera /base/soc/i2c0mux/i2c@1/imx519@1a to Unicam device /dev/media4 and ISP device /dev/media1 | |
[0:11:33.753620105] [997] INFO RPI pipeline_base.cpp:1101 Using configuration file '/usr/share/libcamera/pipeline/rpi/vc4/rpi_apps.yaml' | |
[0:11:33.754502218] [995] INFO Camera camera.cpp:1033 configuring streams: (0) 2328x1748-YUV420 | |
[0:11:33.754991246] [997] INFO RPI vc4.cpp:572 Sensor: /base/soc/i2c0mux/i2c@1/imx519@1a - Selected sensor format: 2328x1748-SRGGB10_1X10 - Selected unicam format: 2328x1748-pRAA | |
[0:11:34.477546334] [995] INFO Camera camera.cpp:1033 configuring streams: (0) 4656x3496-YUV420 (1) 4656x3496-SRGGB10_CSI2P | |
[0:11:34.480365949] [997] INFO RPI vc4.cpp:572 Sensor: /base/soc/i2c0mux/i2c@1/imx519@1a - Selected sensor format: 4656x3496-SRGGB10_1X10 - Selected unicam format: 4656x3496-pRAA | |
Still capture image received | |
➜ ~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment