Skip to content

Instantly share code, notes, and snippets.

@DhruvaG2000
Created April 17, 2025 09:33
Show Gist options
  • Save DhruvaG2000/d67dce191b6613736ba38f19cf0a0cc6 to your computer and use it in GitHub Desktop.
Save DhruvaG2000/d67dce191b6613736ba38f19cf0a0cc6 to your computer and use it in GitHub Desktop.
ore: 89 devices, 29 uclasses, devicetree: separate
MMC: mmc@fa10000: 0, mmc@fa00000: 1
Loading Environment from nowhere... OK
In: serial@2860000
Out: serial@2860000
Err: serial@2860000
Net: No ethernet found.
Press SPACE to abort autoboot in 0 seconds
switch to partitions #0, OK
mmc1 is current device
SD/MMC found on device 1
Failed to load 'uEnv.txt'
Scanning for bootflows in all bootdevs
Seq Method State Uclass Part Name Filename
--- ----------- ------ -------- ---- ------------------------ ----------------
Scanning bootdev '[email protected]':
0 extlinux ready mmc 1 [email protected]_ /extlinux/extlinux.conf
** Booting bootflow '[email protected]_1' with extlinux
PocketBeagle 2 microSD (extlinux.conf) (swap enabled)
1: microSD (failsafe)
2: microSD (debug)
3: microSD (default)
4: techlab
Enter choice: 2
2: microSD (debug)
Retrieving file: /Image
append: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02860000 root=/dev/mmcblk1p3 ro rootfstype=ext4 resume=/dev/mmcblk1p2 rootwait net.ifnames=0
Retrieving file: /ti/k3-am6232-pocketbeagle2.dtb
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Working FDT set to 88000000
Loading Device Tree to 000000008ffec000, end 000000008ffff77d ... OK
Working FDT set to 8ffec000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 6.15.0-rc1-next-20250410-00002-gbf5df3992000 (dhruva@lcpd911) (aarch64-none-linux-gnu-gcc (Arm GNU Toolchain 12.3.Rel1 (Build arm-12.35)) 12.3.1 20230626, GNU ld (Arm GNU Toolchain 12.3.Rel1 (Build arm-12.35)) 2.40.0.20230627) #95 SMP PREEMPT Thu Apr 10 18:39:03 IST 2025
[ 0.000000] KASLR disabled due to lack of seed
[ 0.000000] Machine model: BeagleBoard.org PocketBeagle2
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002860000 (options '')
[ 0.000000] printk: legacy bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
[ 0.000000] OF: reserved mem: 0x0000000080000000..0x000000008007ffff (512 KiB) nomap non-reusable tfa@80000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009db00000, size 12 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@9db00000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x000000009db00000..0x000000009e6fffff (12288 KiB) nomap non-reusable r5f-dma-memory@9db00000
[ 0.000000] NUMA: Faking a node at [mem 0x0000000080000000-0x000000009fffffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x9e7194c0-0x9e71bc3f]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x000000009fffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000008007ffff]
[ 0.000000] node 0: [mem 0x0000000080080000-0x000000009dafffff]
[ 0.000000] node 0: [mem 0x000000009db00000-0x000000009e6fffff]
[ 0.000000] node 0: [mem 0x000000009e700000-0x000000009e7fffff]
[ 0.000000] node 0: [mem 0x000000009e800000-0x000000009fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000009fffffff]
[ 0.000000] cma: Reserved 32 MiB at 0x000000009b200000
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.5
[ 0.000000] percpu: Embedded 25 pages/cpu s62552 r8192 d31656 u102400
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: ARM erratum 845719
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02860000 root=/dev/mmcblk1p3 ro rootfstype=ext4 resume=/dev/mmcblk1p2 rootwait net.ifnames=0
[ 0.000000] printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
[ 0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.000000] software IO TLB: SWIOTLB bounce buffer size adjusted to 0MB
[ 0.000000] software IO TLB: area num 2.
[ 0.000000] software IO TLB: mapped [mem 0x000000009b100000-0x000000009b180000] (0MB)
[ 0.000000] Fallback order for Node 0: 0
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 131072
[ 0.000000] Policy zone: DMA
[ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=2.
[ 0.000000] Trampoline 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=2
[ 0.000000] RCU Tasks: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=2.
[ 0.000000] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=2.
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 256 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: GICv3 features: 16 PPIs
[ 0.000000] GICv3: GICD_CTRL.DS=0, SCR_EL3.FIQ=1
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001880000
[ 0.000000] ITS [mem 0x01820000-0x0182ffff]
[ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
[ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
[ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @80c00000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x0000000080440000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080450000
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
[ 0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.010417] Console: colour dummy device 80x25
[ 0.015084] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.025776] pid_max: default: 32768 minimum: 301
[ 0.030599] LSM: initializing lsm=capability
[ 0.035132] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
[ 0.042622] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
[ 0.074700] rcu: Hierarchical SRCU implementation.
[ 0.079638] rcu: Max phase no-delay instances is 1000.
[ 0.089106] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[ 0.097689] fsl-mc MSI: msi-controller@1820000 domain created
[ 0.106902] EFI services will not be available.
[ 0.111888] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.125370] Detected VIPT I-cache on CPU1
[ 0.125486] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
[ 0.125507] GICv3: CPU1: using allocated LPI pending table @0x0000000080460000
[ 0.125572] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.125781] smp: Brought up 1 node, 2 CPUs
[ 0.155191] SMP: Total of 2 processors activated.
[ 0.160006] CPU: All CPU(s) started at EL2
[ 0.164254] CPU features: detected: 32-bit EL0 Support
[ 0.169514] CPU features: detected: 32-bit EL1 Support
[ 0.174774] CPU features: detected: CRC32 instructions
[ 0.180037] CPU features: detected: PMUv3
[ 0.184175] alternatives: applying system-wide alternatives
[ 0.191614] Memory: 389300K/524288K available (17664K kernel code, 5210K rwdata, 12360K rodata, 11200K init, 741K bss, 95844K reserved, 32768K cma-reserved)
[ 0.206866] devtmpfs: initialized
[ 0.222280] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.232318] posixtimers hash table entries: 1024 (order: 2, 16384 bytes, linear)
[ 0.239908] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.247554] 20912 pages in range for non-PLT usage
[ 0.247577] 512432 pages in range for PLT usage
[ 0.252883] pinctrl core: initialized pinctrl subsystem
[ 0.266264] DMI not present or invalid.
[ 0.273280] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.280824] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
[ 0.288616] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.297180] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.305359] audit: initializing netlink subsys (disabled)
[ 0.311226] audit: type=2000 audit(0.200:1): state=initialized audit_enabled=0 res=1
[ 0.313449] thermal_sys: Registered thermal governor 'step_wise'
[ 0.319199] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.325479] cpuidle: using governor menu
[ 0.336545] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.343573] ASID allocator initialised with 65536 entries
[ 0.352483] Serial: AMBA PL011 UART driver
[ 0.365621] /bus@f0000/interrupt-controller@1800000: Fixed dependency cycle(s) with /bus@f0000/interrupt-controller@1800000
[ 0.409651] HugeTLB: allocation took 0ms with hugepage_allocation_threads=1
[ 0.416818] HugeTLB: allocation took 0ms with hugepage_allocation_threads=1
[ 0.423949] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.430895] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.437315] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.444258] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.450670] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.457613] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.464026] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.470968] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.480314] ACPI: Interpreter disabled.
[ 0.487617] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
[ 0.497363] iommu: Default domain type: Translated
[ 0.502340] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.509144] SCSI subsystem initialized
[ 0.513518] usbcore: registered new interface driver usbfs
[ 0.519199] usbcore: registered new interface driver hub
[ 0.524676] usbcore: registered new device driver usb
[ 0.531571] pps_core: LinuxPPS API ver. 1 registered
[ 0.536668] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
[ 0.546027] PTP clock support registered
[ 0.550201] EDAC MC: Ver: 3.0.0
[ 0.554297] scmi_core: SCMI protocol bus registered
[ 0.560981] FPGA manager framework
[ 0.564591] Advanced Linux Sound Architecture Driver Initialized.
[ 0.572298] vgaarb: loaded
[ 0.575888] clocksource: Switched to clocksource arch_sys_counter
[ 0.582531] VFS: Disk quotas dquot_6.6.0
[ 0.586589] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.593952] pnp: PnP ACPI: disabled
[ 0.606363] NET: Registered PF_INET protocol family
[ 0.611585] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.619773] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear)
[ 0.628422] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.636361] TCP established hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.644326] TCP bind hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.651852] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.658487] UDP hash table entries: 256 (order: 2, 16384 bytes, linear)
[ 0.665290] UDP-Lite hash table entries: 256 (order: 2, 16384 bytes, linear)
[ 0.672668] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.679126] RPC: Registered named UNIX socket transport module.
[ 0.685225] RPC: Registered udp transport module.
[ 0.690048] RPC: Registered tcp transport module.
[ 0.694862] RPC: Registered tcp-with-tls transport module.
[ 0.700476] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.707084] PCI: CLS 0 bytes, default 64
[ 0.716787] kvm [1]: nv: 566 coarse grained trap handlers
[ 0.723019] kvm [1]: IPA Size Limit: 40 bits
[ 0.730369] kvm [1]: vgic-v2@100020000
[ 0.734245] kvm [1]: GIC system register CPU interface enabled
[ 0.740253] kvm [1]: vgic interrupt IRQ9
[ 0.744297] kvm [1]: Hyp nVHE mode initialized successfully
[ 0.752255] Initialise system trusted keyrings
[ 0.757189] workingset: timestamp_bits=42 max_order=17 bucket_order=0
[ 0.764251] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.770619] NFS: Registering the id_resolver key type
[ 0.775839] Key type id_resolver registered
[ 0.780124] Key type id_legacy registered
[ 0.784250] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.791111] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.798986] 9p: Installing v9fs 9p2000 file system support
[ 0.868897] Key type asymmetric registered
[ 0.873100] Asymmetric key parser 'x509' registered
[ 0.878165] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.885740] io scheduler mq-deadline registered
[ 0.890379] io scheduler kyber registered
[ 0.894531] io scheduler bfq registered
[ 0.909985] pinctrl-single 4084000.pinctrl: 34 pins, size 136
[ 0.916883] pinctrl-single f4000.pinctrl: 171 pins, size 684
[ 0.932371] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.987103] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.999863] msm_serial: driver initialized
[ 1.004818] SuperH (H)SCI(F) driver initialized
[ 1.009779] STM32 USART driver initialized
[ 1.025253] loop: module loaded
[ 1.030484] megasas: 07.734.00.00-rc1
[ 1.044472] tun: Universal TUN/TAP device driver, 1.6
[ 1.051475] thunder_xcv, ver 1.0
[ 1.054867] thunder_bgx, ver 1.0
[ 1.058211] nicpf, ver 1.0
[ 1.062996] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 1.070410] hns3: Copyright (c) 2017 Huawei Corporation.
[ 1.075909] hclge is initializing
[ 1.079345] e1000: Intel(R) PRO/1000 Network Driver
[ 1.084338] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 1.090257] e1000e: Intel(R) PRO/1000 Network Driver
[ 1.095338] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.101422] igb: Intel(R) Gigabit Ethernet Network Driver
[ 1.106946] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 1.112685] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 1.119099] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 1.125762] sky2: driver version 1.30
[ 1.131972] VFIO - User Level meta-driver version: 0.3
[ 1.142493] usbcore: registered new interface driver usb-storage
[ 1.153974] i2c_dev: i2c /dev entries driver
[ 1.174882] sdhci: Secure Digital Host Controller Interface driver
[ 1.181343] sdhci: Copyright(c) Pierre Ossman
[ 1.187438] Synopsys Designware Multimedia Card Interface Driver
[ 1.195388] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.205849] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.214241] usbcore: registered new interface driver usbhid
[ 1.220009] usbhid: USB HID core driver
[ 1.230518] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 (0,8000003f) counters available
[ 1.244305] optee: probing for conduit method.
I/TC: Reserved shared memory is enabled
I/TC: Dynamic shared memory is enabled
I/TC: Normal World virtualization support is disabled
I/TC: Asynchronous notifications are disabled
[ 1.248945] optee: revision 4.5 (0919de0f7c79ad35)
[ 1.265777] optee: dynamic shared memory is enabled
[ 1.276042] optee: initialized driver
[ 1.285681] NET: Registered PF_PACKET protocol family
[ 1.291017] 9pnet: Installing 9P2000 support
[ 1.295482] Key type dns_resolver registered
[ 1.313426] registered taskstats version 1
[ 1.317808] Loading compiled-in X.509 certificates
[ 1.334376] Demotion targets for Node 0: null
[ 1.391620] ti-sci 44043000.system-controller: ABI: 4.0 (firmware rev 0x000b '11.0.7--v11.00.07 (Fancy Rat)')
[ 1.510573] /bus@f0000/bus@b00000/i2c@2b200000/pmic@30: Fixed dependency cycle(s) with /bus@f0000/bus@b00000/i2c@2b200000/pmic@30/regulators/buck2
[ 1.547062] omap_i2c 2b200000.i2c: bus 3 rev0.12 at 100 kHz
[ 1.556818] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.565382] omap_i2c 20010000.i2c: bus 1 rev0.12 at 400 kHz
[ 1.573649] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.580708] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
[ 1.589871] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
[ 1.599869] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
[ 1.622107] ti-udma 485c0100.dma-controller: Number of rings: 82
[ 1.631653] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
[ 1.645619] ti-udma 485c0000.dma-controller: Number of rings: 150
[ 1.658173] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
[ 1.672366] 2800000.serial: ttyS0 at MMIO 0x2800000 (irq = 289, base_baud = 3000000) is a 8250
[ 1.685769] 2860000.serial: ttyS2 at MMIO 0x2860000 (irq = 290, base_baud = 3000000) is a 8250
[ 1.694821] printk: legacy console [ttyS2] enabled
[ 1.694821] printk: legacy console [ttyS2] enabled
[ 1.704536] printk: legacy bootconsole [ns16550a0] disabled
[ 1.704536] printk: legacy bootconsole [ns16550a0] disabled
[ 1.738877] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
[ 1.744511] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 1
[ 1.752384] xhci-hcd xhci-hcd.3.auto: USB3 root hub has no ports
[ 1.758397] xhci-hcd xhci-hcd.3.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000808020000010
[ 1.767859] xhci-hcd xhci-hcd.3.auto: irq 292, io mem 0x31100000
[ 1.774960] hub 1-0:1.0: USB hub found
[ 1.778780] hub 1-0:1.0: 1 port detected
[ 1.795984] mmc0: CQHCI version 5.10
[ 1.838827] sdhci-am654 fa00000.mmc: Got CD GPIO
[ 1.844423] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
[ 1.848092] mmc1: CQHCI version 5.10
[ 1.896973] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
[ 1.904907] clk: Disabling unused clocks
[ 1.918678] PM: genpd: Disabling unused power domains
[ 1.924035] ALSA device list:
[ 1.927028] No soundcards found.
[ 1.930931] Waiting for root device /dev/mmcblk1p3...
[ 1.973552] mmc1: new UHS-I speed SDR104 SDHC card at address aaaa
[ 1.980832] mmcblk1: mmc1:aaaa SK32G 29.7 GiB
[ 1.987598] mmcblk1: p1 p2 p3
[ 2.001868] EXT4-fs (mmcblk1p3): INFO: recovery required on readonly filesystem
[ 2.009285] EXT4-fs (mmcblk1p3): write access will be enabled during recovery
[ 2.164798] EXT4-fs (mmcblk1p3): recovery complete
[ 2.173749] EXT4-fs (mmcblk1p3): mounted filesystem 51d410c7-0ddc-4853-95e3-c19d66ed6df9 ro with ordered data mode. Quota mode: none.
[ 2.185918] VFS: Mounted root (ext4 filesystem) readonly on device 179:3.
[ 2.195624] devtmpfs: mounted
[ 2.207631] Freeing unused kernel memory: 11200K
[ 2.212544] Run /sbin/init as init process
[ 2.494413] systemd[1]: System time before build time, advancing clock.
[ 2.565306] systemd[1]: systemd 254.22-1~bpo12+1bbbio0~bookworm+20250214 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[ 2.600630] systemd[1]: Detected architecture arm64.
Welcome to Debian GNU/Linux 12 (bookworm)!
[ 2.618771] systemd[1]: Hostname set to <BeagleBone>.
[ 3.508183] systemd[1]: Binding to IPv6 address not available since kernel does not support IPv6.
[ 3.569497] systemd[1]: Queued start job for default target graphical.target.
[ 3.610499] systemd[1]: Created slice system-code\x2dserver.slice - Slice /system/code-server.
[ OK ] Created slice system-code\x2dserver.slice - Slice /system/code-server.
[ 3.634869] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[ OK ] Created slice system-getty.slice - Slice /system/getty.
[ 3.658829] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[ OK ] Created slice system-modprobe.slice - Slice /system/modprobe.
[ 3.683535] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty.
[ OK ] Created slice system-serial\x2dget\E2slice - Slice /system/serial-getty.
[ 3.706889] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[ OK ] Created slice system-systemd\x2dfs…slice - Slice /system/systemd-fsck.
[ 3.730446] systemd[1]: Created slice user.slice - User and Session Slice.
[ OK ] Created slice user.slice - User and Session Slice.
[ 3.748771] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[ OK ] Started systemd-ask-password-conso\E2equests to Console Directory Watch.
[ 3.772573] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[ OK ] Started systemd-ask-password-wall.\E2d Requests to Wall Directory Watch.
[ 3.796649] systemd[1]: proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point was skipped because of an unmet condition check (ConditionPathExists=/proc/sys/fs/binfmt_misc).
[ 3.816223] systemd[1]: Expecting device dev-mmcblk1p1.device - /dev/mmcblk1p1...
Expecting device dev-mmcblk1p1.device - /dev/mmcblk1p1...
[ 3.836124] systemd[1]: Expecting device dev-mmcblk1p2.device - /dev/mmcblk1p2...
Expecting device dev-mmcblk1p2.device - /dev/mmcblk1p2...
[ 3.856120] systemd[1]: Expecting device dev-ttyGS0.device - /dev/ttyGS0...
Expecting device dev-ttyGS0.device - /dev/ttyGS0...
[ 3.876089] systemd[1]: Expecting device dev-ttyS2.device - /dev/ttyS2...
Expecting device dev-ttyS2.device - /dev/ttyS2...
[ 3.896199] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[ OK ] Reached target cryptsetup.target - Local Encrypted Volumes.
[ 3.916458] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[ OK ] Reached target integritysetup.targ\E2 Local Integrity Protected Volumes.
[ 3.936640] systemd[1]: Reached target paths.target - Path Units.
[ OK ] Reached target paths.target - Path Units.
[ 3.956432] systemd[1]: Reached target remote-fs.target - Remote File Systems.
[ OK ] Reached target remote-fs.target - Remote File Systems.
[ 3.976286] systemd[1]: Reached target slices.target - Slice Units.
[ OK ] Reached target slices.target - Slice Units.
[ 3.996681] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[ OK ] Reached target veritysetup.target - Local Verity Protected Volumes.
[ 4.017280] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[ OK ] Listening on systemd-initctl.socke\E2- initctl Compatibility Named Pipe.
[ 4.042207] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[ OK ] Listening on systemd-journald-dev-\E2socket - Journal Socket (/dev/log).
[ 4.066019] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[ OK ] Listening on systemd-journald.socket - Journal Socket.
[ 4.086456] systemd[1]: Listening on systemd-networkd.socket - Network Service Netlink Socket.
[ OK ] Listening on systemd-networkd.socket - Network Service Netlink Socket.
[ 4.111064] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[ OK ] Listening on systemd-udevd-control.socket - udev Control Socket.
[ 4.133658] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[ OK ] Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[ 4.176585] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
Mounting dev-hugepages.mount - Huge Pages File System...
[ 4.204472] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
Mounting dev-mqueue.mount - POSIX Message Queue File System...
[ 4.233088] systemd[1]: Mounting sys-kernel-debug.mount - /sys/kernel/debug...
Mounting sys-kernel-debug.mount - /sys/kernel/debug...
[ 4.252924] systemd[1]: sys-kernel-tracing.mount - Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
[ 4.276396] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
Starting keyboard-setup.service - Set the console keyboard layout...
[ 4.296403] systemd[1]: kmod-static-nodes.service - Create List of Static Device Nodes was skipped because of an unmet condition check (ConditionFileNotEmpty=/lib/modules/6.15.0-rc1-next-20250410-00002-gbf5df3992000/modules.devname).
[ 4.325951] systemd[1]: Starting [email protected] - Load Kernel Module configfs...
Starting [email protected] - Load Kernel Module configfs...
[ 4.358367] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[ 4.411706] systemd[1]: Starting [email protected] - Load Kernel Module drm...
Starting [email protected] - Load Kernel Module drm...
[ 4.448574] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
Starting modprobe@efi_pstore.servi\E2 - Load Kernel Module efi_pstore...
[ 4.487570] systemd[1]: Starting [email protected] - Load Kernel Module fuse...
Starting [email protected] - Load Kernel Module fuse...
[ 4.532427] systemd[1]: Starting [email protected] - Load Kernel Module loop...
Starting [email protected] - Load Kernel Module loop...
[ 4.567382] systemd[1]: Starting systemd-fsck-root.service - File System Check on Root Device...
Starting systemd-fsck-root.service\E2File System Check on Root Device...
[ 4.624972] systemd[1]: Starting systemd-journald.service - Journal Service...
Starting systemd-journald.service - Journal Service...
[ 4.644526] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
Starting systemd-modules-load.service - Load Kernel Modules...
[ 4.692142] systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line...
Starting systemd-network-generator\E2k uni[ 4.704786] systemd[1]: systemd-pcrmachine.service - TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
ts from Kernel command line...
[ 4.791626] systemd-journald[110]: Collecting audit messages is disabled.
[ 4.800944] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...
Starting systemd-tmpfiles-setup-de\E2 Device Nodes in /dev gracefully...
[ 4.872948] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[ 4.936057] systemd[1]: Started systemd-journald.service - Journal Service.
[ OK ] Started systemd-journald.service - Journal Service.
[ OK ] Mounted dev-hugepages.mount - Huge Pages File System.
[ OK ] Mounted dev-mqueue.mount - POSIX Message Queue File System.
[ OK ] Mounted sys-kernel-debug.mount - /sys/kernel/debug.
[ OK ] Finished keyboard-setup.service - Set the console keyboard layout.
[ OK ] Finished [email protected] - Load Kernel Module configfs.
[ OK ] Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
[ OK ] Finished [email protected] - Load Kernel Module drm.
[ OK ] Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[ OK ] Finished [email protected] - Load Kernel Module fuse.
[ OK ] Finished [email protected] - Load Kernel Module loop.
[ OK ] Finished systemd-fsck-root.service - File System Check on Root Device.
[ OK ] Finished systemd-modules-load.service - Load Kernel Modules.
[ OK ] Finished systemd-network-generator\E2ork units from Kernel command line.
[ OK ] Finished systemd-tmpfiles-setup-de…ic Device Nodes in /dev gracefully.
Mounting sys-kernel-config.mount - Kernel Configuration File System...
Starting systemd-remount-fs.servic…unt Root and Kernel File Systems...
Starting systemd-sysctl.service - Apply Kernel Variables...
[ OK ] Mounted sys-kernel-config.mount - Kernel Configuration File System.
[ OK ] Finished systemd-sysctl.service[ 5.438667] EXT4-fs (mmcblk1p3): re-mounted 51d410c7-0ddc-4853-95e3-c19d66ed6df9 r/w.
- Apply Kernel Variables.
[ OK ] Finished systemd-remount-fs.servic\E2mount Root and Kernel File Systems.
Starting systemd-journal-flush.ser…sh Journal to Persistent Storage...
Starting systemd-random-seed.service - Load/Save OS Random Seed...
[ 5.571013] systemd-journald[110]: Received client request to flush runtime journal.
Starting systemd-tmpfiles-setup-de\E2eate Static Device Nodes in /dev...
[ 5.599562] systemd-journald[110]: File /var/log/journal/4113259f53e44715a57f68018fc6d60f/system.journal corrupted or uncleanly shut down, renaming and replacing.
[ OK ] Finished systemd-tmpfiles-setup-de\E2Create Static Device Nodes in /dev.
[ OK ] Reached target local-fs-pre.target\E2Preparation for Local File Systems.
Starting systemd-udevd.service - R\E2ager for Device Events and Files...
[ OK ] Finished systemd-journal-flush.ser…lush Journal to Persistent Storage.
[ OK ] Started systemd-udevd.service - Ru\E2anager for Device Events and Files.
[ OK ] Finished systemd-udev-trigger.service - Coldplug All udev Devices.
[ 6.460013] random: crng init done
Starting ifupdown-pre.service - He\E2synchronize boot up for ifupdown...
[ OK ] Finished systemd-random-seed.service - Load/Save OS Random Seed.
[ OK ] Finished ifupdown-pre.service - He\E2o synchronize boot up for ifupdown.
[ OK ] Found device dev-ttyS2.device - /dev/ttyS2.
[ OK ] Found device dev-mmcblk1p1.device - /dev/mmcblk1p1.
[ OK ] Found device dev-mmcblk1p2.device - /dev/mmcblk1p2.
Activating swap dev-mmcblk1p2.swap - /dev/mmcblk1p2...
Starting systemd-fsck@dev-mmcblk1p…e System Check on /dev/mmcblk1p1...
[ 7.352769] Adding 524284k swap on /dev/mmcblk1p2. Priority:-2 extents:1 across:524284k SS
[ OK ] Activated swap dev-mmcblk1p2.swap - /dev/mmcblk1p2.
[ OK ] Reached target swap.target - Swaps.
[ OK ] Finished systemd-fsck@dev-mmcblk1p\E2ile System Check on /dev/mmcblk1p1.
Mounting boot-firmware.mount - /boot/firmware...
[ OK ] Mounted boot-firmware.mount - /boot/firmware.
[ OK ] Reached target local-fs.target - Local File Systems.
Starting console-setup.service - Set console font and keymap...
Starting systemd-tmpfiles-setup.se…ate System Files and Directories...
Starting ufw.service - Uncomplicated firewall...
[ OK ] Finished console-setup.service - Set console font and keymap.
[ OK ] Finished ufw.service - Uncomplicated firewall.
[ OK ] Reached target network-pre.target - Preparation for Network.
Starting networking.service - Raise network interfaces...
Starting systemd-networkd.service - Network Configuration...
[ OK ] Finished systemd-tmpfiles-setup.se\E2reate System Files and Directories.
Starting systemd-timesyncd.service - Network Time Synchronization...
Starting systemd-update-utmp.servi…ord System Boot/Shutdown in UTMP...
[ OK ] Finished systemd-update-utmp.servi…ecord System Boot/Shutdown in UTMP.
[ OK ] Finished networking.service - Raise network interfaces.
[ OK ] Started systemd-networkd.service - Network Configuration.
[ OK ] Started systemd-timesyncd.service - Network Time Synchronization.
[ OK ] Reached target sysinit.target - System Initialization.
[ OK ] Started systemd-tmpfiles-clean.tim\E2y Cleanup of Temporary Directories.
[ OK ] Reached target time-set.target - System Time Set.
[ OK ] Started apt-daily.timer - Daily apt download activities.
[ OK ] Started apt-daily-upgrade.timer - \E2y apt upgrade and clean activities.
[ OK ] Started dpkg-db-backup.timer - Daily dpkg database backup timer.
[ OK ] Started e2scrub_all.timer - Period\E2Metadata Check for All Filesystems.
[ OK ] Started fstrim.timer - Discard unused blocks once a week.
[ OK ] Started logrotate.timer - Daily rotation of log files.
[ OK ] Reached target timers.target - Timer Units.
[ OK ] Listening on avahi-daemon.socket -\E2DNS/DNS-SD Stack Activation Socket.
[ OK ] Listening on dbus.socket - D-Bus System Message Bus Socket.
[ OK ] Listening on gpsd.socket - GPS (Gl\E2Positioning System) Daemon Sockets.
[ OK ] Reached target sockets.target - Socket Units.
[ OK ] Reached target basic.target - Basic System.
Starting avahi-daemon.service - Avahi mDNS/DNS-SD Stack...
Starting bb-symlinks.service - BeagleBoard Generate Symlinks...
Starting bb-usb-gadgets.service - BeagleBoard.org USB gadgets...
Starting bbbio-set-sysconf.service\E2oard Set up system configuration...
Starting beagle-camera-setup.service - BeagleBoard Camera Setup...
[ OK ] Started cron.service - Regular background program processing daemon.
Starting dbus.service - D-Bus System Message Bus...
Starting e2scrub_reap.service - Re…ne ext4 Metadata Check Snapshots...
Starting iwd.service - Wireless service...
[ OK ] Started mender-client.service - Mender OTA update service.
Starting systemd-logind.service - User Login Management...
[ OK ] Started dbus.service - D-Bus System Message Bus.
[ OK ] Finished bb-symlinks.service - BeagleBoard Generate Symlinks.
[FAILED] Failed to start bb-usb-gadgets.service - BeagleBoard.org USB gadgets.
See 'systemctl status bb-usb-gadgets.service' for details.
[ OK ] Finished beagle-camera-setup.service - BeagleBoard Camera Setup.
[ OK ] Finished e2scrub_reap.service - Re\E2line ext4 Metadata Check Snapshots.
[ OK ] Started avahi-daemon.service - Avahi mDNS/DNS-SD Stack.
[FAILED] Failed to start iwd.service - Wireless service.
See 'systemctl status iwd.service' for details.
[ OK ] Reached target network.target - Network.
[ OK ] Reached target network-online.target - Network is Online.
[ 10.245516] bbbio-set-sysconf[252]: Reading the system configuration settings from /boot/firmware/sysconf.txt
Starting [email protected] - code-server...
Starting nginx.service - A high pe\E2erver and a reverse proxy server...
Starting ssh.service - OpenBSD Secure Shell server...
Starting systemd-user-sessions.service - Permit User Sessions...
[ OK ] Finished bbbio-set-sysconf.service\E2eBoard Set up system configuration.
Starting iwd.service - Wireless service...
[ OK ] Started [email protected] - code-server.
[ OK ] Started systemd-logind.service - User Login Management.
[ OK ] Finished systemd-user-sessions.service - Permit User Sessions.
[ OK ] Started [email protected] - Getty on tty1.
[ OK ] Started [email protected] - Serial Getty on ttyS2.
[ OK ] Started unattended-upgrades.service - Unattended Upgrades Shutdown.
[FAILED] Failed to start nginx.service - A \E2 server and a reverse proxy server.
See 'systemctl status nginx.service' for details.
[FAILED] Failed to start iwd.service - Wireless service.
See 'systemctl status iwd.service' for details.
Starting iwd.service - Wireless service...
[ OK ] Started ssh.service - OpenBSD Secure Shell server.
[FAILED] Failed to start iwd.service - Wireless service.
See 'systemctl status iwd.service' for details.
Starting iwd.service - Wireless service...
[FAILED] Failed to start iwd.service - Wireless service.
See 'systemctl status iwd.service' for details.
[ 12.128807] platform 2b300050.target-module: deferred probe pending: (reason unknown)
Starting iwd.service - Wireless service...
[FAILED] Failed to start iwd.service - Wireless service.
See 'systemctl status iwd.service' for details.
[FAILED] Failed to start iwd.service - Wireless service.
See 'systemctl status iwd.service' for details.
[ OK ] Reached target usb-gadget.target - Hardware activated USB gadget.
Debian GNU/Linux 12 BeagleBone ttyS2
BeagleBoard.org Debian Bookworm Minimal Image 2025-03-18
Support: https://bbb.io/debian
default username is [debian] with a one time password of [temppwd]
BeagleBone login: [ 22.444430] systemd-journald[110]: File /var/log/journal/4113259f53e44715a57f68018fc6d60f/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment