This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM623: eMMC boot issue at -40C

Part Number: AM623

We are using an AM6231ASGGHAALW custom board w/ 6.12.35 and experiencing eMMC boot issues at -40C.  This failure recently surfaced as schematic/BOM have been frozen for 2+ yrs.

eMMC is Skyhigh mpn S40FC004C1B1I.

Snippet below shows error message.  Full boot log is attached.

image.png

Boot Error at -40C.txt 

image.png

  • Hi Kevin,

    From the kernel log, the problem seems to be hardware/board related, our hardware engineers might comment on this later. But you could apply the following kernel patch which would recover from the eMMC error and ensure the data integrity, Linux will operate normally.

    diff --git a/block/blk-mq-debugfs.c b/block/blk-mq-debugfs.c
    index 5463697a8442..d4825cd3c7b7 100644
    --- a/block/blk-mq-debugfs.c
    +++ b/block/blk-mq-debugfs.c
    @@ -258,6 +258,7 @@ static const char *const rqf_name[] = {
     	RQF_NAME(ZONE_WRITE_PLUGGING),
     	RQF_NAME(TIMED_OUT),
     	RQF_NAME(RESV),
    +	RQF_NAME(XFER_SINGLE_BLK),
     };
     #undef RQF_NAME
     
    diff --git a/drivers/mmc/core/block.c b/drivers/mmc/core/block.c
    index 1d08009f2bd8..0367808e3882 100644
    --- a/drivers/mmc/core/block.c
    +++ b/drivers/mmc/core/block.c
    @@ -1440,6 +1440,9 @@ static void mmc_blk_data_prep(struct mmc_queue *mq, struct mmc_queue_req *mqrq,
     		    rq_data_dir(req) == WRITE &&
     		    (md->flags & MMC_BLK_REL_WR);
     
    +	if (req->rq_flags & RQF_XFER_SINGLE_BLK)
    +		recovery_mode = 1;
    +
     	memset(brq, 0, sizeof(struct mmc_blk_request));
     
     	mmc_crypto_prepare_req(mqrq);
    @@ -1579,10 +1582,13 @@ static void mmc_blk_cqe_complete_rq(struct mmc_queue *mq, struct request *req)
     		err = 0;
     
     	if (err) {
    -		if (mqrq->retries++ < MMC_CQE_RETRIES)
    +		if (mqrq->retries++ < MMC_CQE_RETRIES) {
    +			if (rq_data_dir(req) == WRITE)
    +				req->rq_flags |= RQF_XFER_SINGLE_BLK;
     			blk_mq_requeue_request(req, true);
    -		else
    +		} else {
     			blk_mq_end_request(req, BLK_STS_IOERR);
    +		}
     	} else if (mrq->data) {
     		if (blk_update_request(req, BLK_STS_OK, mrq->data->bytes_xfered))
     			blk_mq_requeue_request(req, true);
    diff --git a/include/linux/blk-mq.h b/include/linux/blk-mq.h
    index 959f8f82a650..9b45e9451059 100644
    --- a/include/linux/blk-mq.h
    +++ b/include/linux/blk-mq.h
    @@ -61,6 +61,7 @@ enum {
     	/* ->timeout has been called, don't expire again */
     	__RQF_TIMED_OUT,
     	__RQF_RESV,
    +	__RQF_XFER_SINGLE_BLK,
     	__RQF_BITS
     };
     
    @@ -82,6 +83,8 @@ enum {
     			((__force req_flags_t)(1 << __RQF_ZONE_WRITE_PLUGGING))
     #define RQF_TIMED_OUT		((__force req_flags_t)(1 << __RQF_TIMED_OUT))
     #define RQF_RESV		((__force req_flags_t)(1 << __RQF_RESV))
    +#define RQF_XFER_SINGLE_BLK	\
    +			((__force req_flags_t)(1 << __RQF_XFER_SINGLE_BLK))
     
     /* flags that prevent us from merging requests: */
     #define RQF_NOMERGE_FLAGS \
    

  • Hi Bin,

    Thanks for providing the CQE recovery patch - it successfully resolved the cold boot issue with SkyHigh S40FC004C1B1I and Macronix MX52LM04A11XSI eMMCs.  Unfortunately, the issue persists with ISSI IS21EF08G-JCLI. Aside from the eMMC, the HW and FW are identical.  Please refer to the attached boot logs for all three devices.

    Although the product is rated for an operating temperature range of -40 to 85C, validation was performed at -50C to assess margin.

    U-Boot SPL 2025.01 (Jan 01 2024 - 01:00:00 +0000)
    SoC:   AM62X SR1.0 HS-FS
    SYSFW ABI: 4.0 (firmware rev 0x000b '11.1.2--v11.01.02 (Fancy Rat)')
    Changed A53 CPU frequency to 1000000000Hz (S grade) in DT
    SPL initial stack usage: 13424 bytes
    Selects k3-am625-r5-lgsom-discrete dts
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.12.0(release):v2.12
    NOTICE:  BL31: Built : 01:00:00, Jan  1 2024
    
    U-Boot SPL 2025.01 (Jan 01 2024 - 01:00:00 +0000)
    SoC:   AM62X SR1.0 HS-FS
    SYSFW ABI: 4.0 (firmware rev 0x000b '11.1.2--v11.01.02 (Fancy Rat)')
    SPL initial stack usage: 1760 bytes
    Architecture: 64-bit ARM
    Processor: armv8
    Set USB core voltage
    Authentication passed
    Authentication passed
    14325 bytes read in 1 ms (13.7 MiB/s)
    check_allpackages() Found signature
    check_allpackages() Key3 signature good
    Hit any key to stop autoboot:  0
    switch to partitions #0, OK
    mmc0(part 0) is current device
    SD/MMC found on device 0
    EXT_CSD[179], PARTITION_CONFIG:
    BOOT_ACK: 0x1
    BOOT_PARTITION_ENABLE: 0x1 (boot0)
    PARTITION_ACCESS: 0x0 (user)
    66 bytes read in 1 ms (64.5 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc0 ...
    14325 bytes read in 2 ms (6.8 MiB/s)
    check_allpackages() Found signature
    check_allpackages() Key3 signature good
    14325 bytes read in 2 ms (6.8 MiB/s)
    check_allpackages() Found signature
    check_allpackages() Key3 signature good
    12163324 bytes read in 85 ms (136.5 MiB/s)
    ## Loading kernel from FIT Image at 90000000 ...
       Using 'k3-am62x-g2cr' configuration
       Verifying Hash Integrity ... OK
       Trying 'kernel-1' kernel subimage
         Description:  Vanilla Linux kernel
         Type:         Kernel Image
         Compression:  zstd compressed
         Data Start:   0x900000e0
         Data Size:    9081114 Bytes = 8.7 MiB
         Architecture: AArch64
         OS:           Linux
         Load Address: 0x82000000
         Entry Point:  0x82000000
         Hash algo:    sha256
         Hash value:   06960355a60e47942dd6d4e9e14d56717946f354ab7765243dff34489dccffdf
       Verifying Hash Integrity ... sha256+ OK
    ## Loading ramdisk from FIT Image at 90000000 ...
       Using 'k3-am62x-g2cr' configuration
       Verifying Hash Integrity ... OK
       Trying 'ramdisk-1' ramdisk subimage
         Description:  Rammy Disky
         Type:         RAMDisk Image
         Compression:  uncompressed
         Data Start:   0x908a92f4
         Data Size:    2996103 Bytes = 2.9 MiB
         Architecture: AArch64
         OS:           Linux
         Load Address: 0x88080000
         Entry Point:  unavailable
         Hash algo:    sha256
         Hash value:   4318236f7b5e175ee741c1cd57a890065796b21c8346e0b59f823430061764e4
       Verifying Hash Integrity ... sha256+ OK
       Loading ramdisk from 0x908a92f4 to 0x88080000
    ## Loading fdt from FIT Image at 90000000 ...
       Using 'k3-am62x-g2cr' configuration
       Verifying Hash Integrity ... OK
       Trying 'fdt-2' fdt subimage
         Description:  Flattened Device Tree blob
         Type:         Flat Device Tree
         Compression:  uncompressed
         Data Start:   0x90b8eeac
         Data Size:    42218 Bytes = 41.2 KiB
         Architecture: AArch64
         Hash algo:    sha256
         Hash value:   4881f458aff7074ae8383fe310f08bf6844aac8195abac522cd5cfe095a370b9
       Verifying Hash Integrity ... sha256+ OK
       Booting using the fdt blob at 0x90b8eeac
    Working FDT set to 90b8eeac
       Uncompressing Kernel Image to 82000000
       Loading Ramdisk to 8fd24000, end 8ffff787 ... OK
       Loading Device Tree to 000000008fd16000, end 000000008fd234e9 ... OK
    Working FDT set to 8fd16000
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.12.35 (buildroot@buildroot) (aarch64-landisgyr-linux-gnu-gcc.br_real (Buildroot -gf4813da3e8) 12.4.0, GNU ld (GNU Binutils) 2.43.1) #1 SMP PREEMPT Mon Jan  1 01:00:00 UTC 2024
    [    0.000000] KASLR disabled due to lack of seed
    [    0.000000] Machine model: LandisGyr G2CR AM62X
    [    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: 0x000000009e780000..0x000000009e7fffff (512 KiB) nomap non-reusable tfa@9e780000
    [    0.000000] OF: reserved mem: 0x000000009c700000..0x000000009c7fffff (1024 KiB) map non-reusable ramoops@9c700000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009c800000, size 3 MiB
    [    0.000000] OF: reserved mem: initialized node ipc-memories@9c800000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009c800000..0x000000009cafffff (3072 KiB) nomap non-reusable ipc-memories@9c800000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009cb00000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node m4f-dma-memory@9cb00000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009cb00000..0x000000009cbfffff (1024 KiB) nomap non-reusable m4f-dma-memory@9cb00000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009cc00000, size 14 MiB
    [    0.000000] OF: reserved mem: initialized node m4f-memory@9cc00000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009cc00000..0x000000009d9fffff (14336 KiB) nomap non-reusable m4f-memory@9cc00000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009da00000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@9da00000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009da00000..0x000000009dafffff (1024 KiB) nomap non-reusable r5f-dma-memory@9da00000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009db00000, size 12 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@9db00000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009db00000..0x000000009e6fffff (12288 KiB) nomap non-reusable r5f-memory@9db00000
    [    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-0x000000009c7fffff]
    [    0.000000]   node   0: [mem 0x000000009c800000-0x000000009e6fffff]
    [    0.000000]   node   0: [mem 0x000000009e700000-0x000000009e77ffff]
    [    0.000000]   node   0: [mem 0x000000009e780000-0x000000009fffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000009fffffff]
    [    0.000000] cma: Reserved 32 MiB at 0x0000000099c00000 on node -1
    [    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 22 pages/cpu s49176 r8192 d32744 u90112
    [    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 panic=3 lgplatform=TI_AM62_G2CR overlay=0 bootdir=boot0 scpi_diag=1 root=PARTUUID=b54aeda4-c610-4981-a24c-1edbe86de687 rw rootfstype=squashfs,ext4 rootwait
    [    0.000000] Unknown kernel command line parameters "lgplatform=TI_AM62_G2CR overlay=0 bootdir=boot0 scpi_diag=1", will be passed to user space.
    [    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] Built 1 zonelists, mobility grouping on.  Total pages: 131072
    [    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
    [    0.000000] software IO TLB: SWIOTLB bounce buffer size adjusted to 0MB
    [    0.000000] software IO TLB: area num 1.
    [    0.000000] software IO TLB: mapped [mem 0x0000000099a77000-0x0000000099af7000] (0MB)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, 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=1.
    [    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 100 jiffies.
    [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
    [    0.000000] RCU Tasks: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=1.
    [    0.000000] RCU Tasks Trace: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=1.
    [    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 @80800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x0000000080030000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080040000
    [    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.000002] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.000449] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
    [    0.000691] Console: colour dummy device 80x25
    [    0.000773] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=200000)
    [    0.000790] pid_max: default: 32768 minimum: 301
    [    0.000900] LSM: initializing lsm=capability
    [    0.001170] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
    [    0.001185] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
    [    0.004654] rcu: Hierarchical SRCU implementation.
    [    0.004672] rcu:     Max phase no-delay instances is 400.
    [    0.006195] EFI services will not be available.
    [    0.006543] smp: Bringing up secondary CPUs ...
    [    0.006584] smp: Brought up 1 node, 1 CPU
    [    0.006595] SMP: Total of 1 processors activated.
    [    0.006599] CPU: All CPU(s) started at EL2
    [    0.006607] CPU features: detected: 32-bit EL0 Support
    [    0.006616] CPU features: detected: CRC32 instructions
    [    0.006685] alternatives: applying system-wide alternatives
    [    0.007412] Memory: 391636K/524288K available (11968K kernel code, 1392K rwdata, 4112K rodata, 1216K init, 986K bss, 93824K reserved, 32768K cma-reserved)
    [    0.008376] devtmpfs: initialized
    [    0.033639] DMA-API: preallocated 65536 debug entries
    [    0.033679] DMA-API: debugging enabled by kernel config
    [    0.033695] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
    [    0.033728] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
    [    0.035684] 27792 pages in range for non-PLT usage
    [    0.035710] 519312 pages in range for PLT usage
    [    0.036319] pinctrl core: initialized pinctrl subsystem
    [    0.037082] DMI not present or invalid.
    [    0.040128] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.041564] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
    [    0.041667] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.041790] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.041865] audit: initializing netlink subsys (disabled)
    [    0.042239] audit: type=2000 audit(0.041:1): state=initialized audit_enabled=0 res=1
    [    0.042837] thermal_sys: Registered thermal governor 'step_wise'
    [    0.043036] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.043089] ASID allocator initialised with 65536 entries
    [    0.044735] pstore: Using crash dump compression: deflate
    [    0.044748] pstore: Registered ramoops as persistent store backend
    [    0.044752] ramoops: using 0x100000@0x9c700000, ecc: 0
    [    0.048982] /bus@f0000/interrupt-controller@1800000: Fixed dependency cycle(s) with /bus@f0000/interrupt-controller@1800000
    [    0.059236] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.059257] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.059264] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.059268] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.059273] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.059277] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.059284] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.059287] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.061618] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
    [    0.062935] iommu: Default domain type: Translated
    [    0.062952] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.063366] SCSI subsystem initialized
    [    0.064072] usbcore: registered new interface driver usbfs
    [    0.064117] usbcore: registered new interface driver hub
    [    0.064154] usbcore: registered new device driver usb
    [    0.064771] pps_core: LinuxPPS API ver. 1 registered
    [    0.064779] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.064797] PTP clock support registered
    [    0.065189] EDAC MC: Ver: 3.0.0
    [    0.065463] scmi_core: SCMI protocol bus registered
    [    0.066723] Bluetooth: Core ver 2.22
    [    0.066769] NET: Registered PF_BLUETOOTH protocol family
    [    0.066774] Bluetooth: HCI device and connection manager initialized
    [    0.066788] Bluetooth: HCI socket layer initialized
    [    0.066796] Bluetooth: L2CAP socket layer initialized
    [    0.066816] Bluetooth: SCO socket layer initialized
    [    0.067250] vgaarb: loaded
    [    0.067859] clocksource: Switched to clocksource arch_sys_counter
    [    0.068271] VFS: Disk quotas dquot_6.6.0
    [    0.068298] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.076108] NET: Registered PF_INET protocol family
    [    0.076354] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.077618] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear)
    [    0.077649] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.077663] TCP established hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.077710] TCP bind hash table entries: 4096 (order: 5, 131072 bytes, linear)
    [    0.077984] TCP: Hash tables configured (established 4096 bind 4096)
    [    0.078149] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
    [    0.078172] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
    [    0.078389] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.078448] PCI: CLS 0 bytes, default 64
    [    0.078801] Unpacking initramfs...
    [    0.083412] Initialise system trusted keyrings
    [    0.084963] workingset: timestamp_bits=46 max_order=17 bucket_order=0
    [    0.085534] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.219811] NET: Registered PF_ALG protocol family
    [    0.220951] Key type asymmetric registered
    [    0.220970] Asymmetric key parser 'x509' registered
    [    0.220976] Asymmetric key parser 'pkcs8' registered
    [    0.221239] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
    [    0.221248] io scheduler mq-deadline registered
    [    0.221255] io scheduler kyber registered
    [    0.221345] io scheduler bfq registered
    [    0.233739] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.237030] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [    0.242066] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.244386] IPMI message handler: version 39.2
    [    0.244453] ipmi device interface
    [    0.244888] ipmi_si: IPMI System Interface driver
    [    0.245211] ipmi_si: Unable to find any System Interface(s)
    [    0.261610] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [    0.288742] loop: module loaded
    [    0.366455] tun: Universal TUN/TAP device driver, 1.6
    [    0.367452] PPP generic driver version 2.4.2
    [    0.368091] Initramfs unpacking failed: invalid magic at start of compressed archive
    [    0.368929] PPP BSD Compression module registered
    [    0.368935] PPP Deflate Compression module registered
    [    0.369015] PPP MPPE Compression module registered
    [    0.369023] NET: Registered PF_PPPOX protocol family
    [    0.369957] VFIO - User Level meta-driver version: 0.3
    [    0.373601] usbcore: registered new interface driver cdc_acm
    [    0.373618] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
    [    0.373741] usbcore: registered new device driver onboard-usb-dev
    [    0.373896] Freeing initrd memory: 2924K
    [    0.374244] i2c_dev: i2c /dev entries driver
    [    0.375487] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
    [    0.376470] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.377557] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fc9100
    [    0.379681] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 (0,8000003f) counters available
    [    0.380805]  cs_system_cfg: CoreSight Configuration manager initialised
    [    0.381495] optee: probing for conduit method.
    [    0.381554] optee: revision 4.6
    [    0.382027] optee: dynamic shared memory is enabled
    [    0.383087] optee: initialized driver
    [    0.383739] GACT probability on
    [    0.383753] Mirror/redirect action on
    [    0.383784] Simple TC action Loaded
    [    0.383825] u32 classifier
    [    0.383828]     input device check on
    [    0.383831]     Actions configured
    [    0.384211] random: crng init done
    [    0.384749] IPVS: Registered protocols ()
    [    0.384775] IPVS: Connection hash table configured (size=4096, memory=32Kbytes)
    [    0.385072] IPVS: ipvs loaded.
    [    0.385320] NET: Registered PF_INET6 protocol family
    [    0.386590] Segment Routing with IPv6
    [    0.386642] In-situ OAM (IOAM) with IPv6
    [    0.386797] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [    0.388124] NET: Registered PF_PACKET protocol family
    [    0.388199] Bridge firewalling registered
    [    0.388513] 8021q: 802.1Q VLAN Support v1.8
    [    0.388588] Key type dns_resolver registered
    [    0.399324] registered taskstats version 1
    [    0.399477] Loading compiled-in X.509 certificates
    [    0.413157] ti-sci 44043000.system-controller: ABI: 4.0 (firmware rev 0x000b '11.1.2--v11.01.02 (Fancy Rat)')
    [    0.477610] omap_i2c 2b200000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.479340] /bus@f0000/i2c@20000000/pmic@30: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/pmic@30/regulators/buck2
    [    0.482762] omap_i2c 20000000.i2c: bus 1 rev0.12 at 400 kHz
    [    0.483538] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
    [    0.483721] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    0.484123] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    0.487090] ti-udma 485c0100.dma-controller: Number of rings: 82
    [    0.490638] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    [    0.495167] ti-udma 485c0000.dma-controller: Number of rings: 150
    [    0.506915] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [    0.510747] printk: legacy console [ttyS2] disabled
    [    0.511280] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 286, base_baud = 3000000) is a 8250
    [    0.511384] printk: legacy console [ttyS2] enabled
    [    1.995124] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    2.009159] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
    [    2.048966] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    2.058313] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [    2.065512] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512, Policers 32
    [    2.073946] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:0
    [    2.093019] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [    2.106639] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
    [    2.112630] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 1
    [    2.120576] xhci-hcd xhci-hcd.2.auto: USB3 root hub has no ports
    [    2.126593] xhci-hcd xhci-hcd.2.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000808020000010
    [    2.136065] xhci-hcd xhci-hcd.2.auto: irq 297, io mem 0x31000000
    [    2.143130] hub 1-0:1.0: USB hub found
    [    2.146949] hub 1-0:1.0: 1 port detected
    [    2.154195] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
    [    2.160109] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 2
    [    2.168020] xhci-hcd xhci-hcd.3.auto: USB3 root hub has no ports
    [    2.174270] xhci-hcd xhci-hcd.3.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000808020000010
    [    2.183866] xhci-hcd xhci-hcd.3.auto: irq 298, io mem 0x31100000
    [    2.190970] hub 2-0:1.0: USB hub found
    [    2.194781] hub 2-0:1.0: 1 port detected
    [    2.219259] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
    [    2.258867] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    2.329747] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver TI DP83825S
    [    2.338703] clk: Disabling unused clocks
    [    2.350553] PM: genpd: Disabling unused power domains
    [    2.357510] Freeing unused kernel memory: 1216K
    [    2.362411] Run /init as init process
    00:00:02.373440 INFO    - LG_Bootstrap: Version 8.7.1.1
    00:00:02.470875 DEBUG   - LG_Bootstrap: Command line found lgplatform = TI_AM62_G2CR
    00:00:02.471535 DEBUG   - LG_Bootstrap: Command line found scpi_diag = 1
    daemon start
    daemon_restart_log
    deamon init done
    
    piranha PF f1-0 r0-0 p0-0 d0-0
    powerman piranha_pwr_fail
    daemon_power_restore old=Unknown
    dcomm_attach() end. CMD_INIT_DONE received.
    [    2.500897] sdhci: Secure Digital Host Controller Interface driver
    [    2.509988] sdhci: Copyright(c) Pierre Ossman
    [    2.520558] sdhci-pltfm: SDHCI platform and OF driver helper
    [    2.552938] mmc0: CQHCI version 5.10
    [    2.598967] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    2.670140] mmc0: Command Queue Engine enabled
    [    2.674821] mmc0: new HS200 MMC card at address 0001
    [    2.681191] mmcblk0: mmc0:0001 M04A11 1.77 GiB
    [    2.691049]  mmcblk0: p1 p2
    [    2.697804] mmcblk0boot0: mmc0:0001 M04A11 4.00 MiB
    daemon_transition
    [    2.713173] mmcblk0boot1: mmc0:0001 M04A11 4.00 MiB
    e2fsck 1.47.2 (1-Jan-2025)
    [    2.725908] mmcblk0rpmb: mmc0:0001 M04A11 4.00 MiB, chardev (239:0)
    /dev/mmcblk0p1: recovering journal
    [    2.747660] mmc0: running CQE recovery
    [    2.754046] mmc0: running CQE recovery
    [    2.761047] mmc0: running CQE recovery
    Pass 1: Checking inodes, blocks, and sizes
    Pass 2: Checking directory structure
    Pass 3: Checking directory connectivity
    Pass 4: Checking reference counts
    Pass 5: Checking group summary information
    
    /dev/mmcblk0p1: ***** FILE SYSTEM WAS MODIFIED *****
    /dev/mmcblk0p1: 26/102400 files (7.7% non-contiguous), 26436/128000 blocks[    2.990041] EXT4-fs: Warning: mounting with data=journal disables delayed allocation, dioread_nolock, O_DIRECT and fast_commit support!
    
    [    3.016550] EXT4-fs (mmcblk0p1): mounted filesystem 1f4df31f-14ee-4539-a371-6e186e688fd1 r/w with journalled data mode. Quota mode: none.
    00:00:03.028112 DEBUG   - LG_Bootstrap: Command line found bootdir = boot0
    00:00:03.028328 WARNING - LG_Bootstrap: packageconfig not on command line.
    00:00:03.028353 WARNING - LG_Bootstrap: Assuming unlocked (for now).
    [    3.049075] loop0: detected capacity change from 0 to 16
    00:00:03.091431 DEBUG   - LG_Bootstrap: Command line found scpi_diag = 1
    00:00:03.091635 DEBUG   - LG_Bootstrap: Command line found lgplatform = TI_AM62_G2CR
    00:00:03.091666 DEBUG   - LG_Bootstrap: Command line found bootdir = boot0
    00:00:03.091694 WARNING - LG_Bootstrap: packageconfig not on command line.
    00:00:03.091714 WARNING - LG_Bootstrap: Assuming unlocked (for now).
    [    3.138989] loop0: detected capacity change from 0 to 86808
    [    3.168187] loop1: detected capacity change from 0 to 16
    [    3.229723] loop1: detected capacity change from 0 to 696
    00:00:03.234408 INFO    - LG_Bootstrap: FEC file found, using it with verity
    [    3.246000] loop2: detected capacity change from 0 to 1408
    [    3.259451] device-mapper: verity: sha256 using ahash "sha256-sa2ul"
    00:00:03.267114 DEBUG   - LG_Bootstrap: Command line found overlay = 0
    [    3.306676] loop3: detected capacity change from 0 to 20000
    [    3.335978] loop4: detected capacity change from 0 to 16
    e2fsck 1.47.2 (1-Jan-2025)
    /dev/mapper/factory: recovering journal[    3.399571] mmc0: running CQE recovery
    
    [    3.420360] mmc0: running CQE recovery
    [    3.425202] mmc0: running CQE recovery
    [    3.436928] mmc0: running CQE recovery
    [    3.453891] mmc0: running CQE recovery
    [    3.463980] mmc0: running CQE recovery
    [    3.483571] mmc0: running CQE recovery
    [    3.488425] mmc0: running CQE recovery
    [    3.499687] mmc0: running CQE recovery
    [    3.515905] mmc0: running CQE recovery
    Pass 1: Checking inodes, blocks, and sizes
    Pass 2: Checking directory structure
    Pass 3: Checking directory connectivity
    Pass 4: Checking reference counts
    Pass 5: Checking group summary information
    [    3.549637] mmc0: running CQE recovery
    [    3.687656] mmc0: running CQE recovery
    [    3.692668] mmc0: running CQE recovery
    [    3.805169] mmc0: running CQE recovery
    
    /dev/mapper/factory: ***** FILE SYSTEM WAS MODIFIED *****
    /dev/[    3.834672] mmc0: running CQE recovery
    mapper/factory: 14/2512 files (7.1% non-contiguous), 1226/2500 blocks
    [    3.855621] mmc0: running CQE recovery
    [    3.872080] mmc0: running CQE recovery
    [    3.883559] EXT4-fs (dm-2): mounted filesystem 21e6f861-92a2-4d7e-b299-71b70bb2a868 r/w with ordered data mode. Quota mode: none.
    27+1 records in
    27+1 records out
    [    3.934441] loop4: detected capacity change from 0 to 16
    e2fsck 1.47.2 (1-Jan-2025)
    /dev/mapper/rootfs: recovering journal
    [    3.996981] mmc0: running CQE recovery
    [    4.001250] mmc0: running CQE recovery
    [    4.006575] mmc0: running CQE recovery
    [    4.030373] mmc0: running CQE recovery
    [    4.043397] mmc0: running CQE recovery
    Pass 1: Checking inodes, blocks, and sizes
    Pass 2: Checking directory structure
    Pass 3: Checking directory connectivity
    Pass 4: Checking reference counts
    Pass 5: Checking group summary information
    [    4.127901] mmc0: running CQE recovery
    [    4.144134] mmc0: running CQE recovery
    [    4.151279] mmc0: running CQE recovery
    [    4.156787] mmc0: running CQE recovery
    [    4.161968] mmc0: running CQE recovery
    [    4.166796] mmc0: running CQE recovery
    [    4.173652] mmc0: running CQE recovery
    
    /dev/mapper/rootfs: ***** FILE SYSTEM WAS MODIFIED *****
    /dev/mapper/rootfs: 60/84128 files (3.3% non-contiguous), 14646/336375 blocks
    [    4.441828] mmc0: running CQE recovery
    [    4.474525] EXT4-fs (dm-3): mounted filesystem fe912991-8aeb-4e3d-98ec-071cb8c62e78 r/w with journalled data mode. Quota mode: none.
    00:00:04.487395 WARNING - LG_Bootstrap: Logging to tmpfs
    00:00:04.487850 DEBUG   - LG_Bootstrap: Command line found scpi_diag = 1
    daemon_transition
    daemon_restart_log
    syslog restarted
    
      s6-linux-init version 1.1.2.1
    
    s6-rc: info: service runleveld: starting
    s6-rc: info: service console-login: starting
    s6-rc: info: service s6rc-fdholder: starting
    s6-rc: info: service s6rc-oneshot-runner: starting
    s6-rc: info: service runleveld successfully started
    s6-rc: info: service console-login successfully started
    [    5.237996] usb 2-1: new full-speed USB device number 2 using xhci-hcd
    s6-rc: info: service s6rc-oneshot-runner successfully started
    s6-rc: info: service rngd: starting
    s6-rc: info: service mount-sys: starting
    s6-rc: info: service fstab: starting
    
    Welcome to the Landis + Gyr Edge Intelligence Card
    (none) login: s6-rc: info: service s6rc-fdholder successfully started
    s6-rc: info: service powerman-log: starting
    s6-rc: info: service flash-sync-log: starting
    s6-rc: info: service dhcpcd-log: starting
    Mounting basic filesystems - SKIPPING NOW
    s6-rc: info: service powerman-log successfully started
    s6-rc: info: service flash-sync-log successfully started
    s6-rc: info: service dhcpcd-log successfully started
    s6-rc: info: service dhcpcd: starting
    s6-rc: info: service fstab successfully started
    s6-rc: info: service net-init: starting
    s6-rc: info: service drivers: starting
    s6-rc: info: service mount-sys successfully started
    s6-rc: info: service mdevd: starting
    s6-rc: info: service dhcpcd successfully started
    s6-rc: info: service rngd successfully started
    hostname: can't open '/etc/hostname': No such file or directory
    s6-rc: info: service mdevd successfully started
    s6-rc: info: service mdevd-coldplug: starting
    s6-rc: info: service flash-sync: starting
    net.ipv4.ip_local_port_range = 46000 60999
    [    6.046704] cryptodev: loading out-of-tree module taints kernel.
    [    6.163045] sysctl table check failed: ioctl/(null) procname is null
    [    6.241904] sysctl table check failed: ioctl/(null) No proc_handler
    [    6.266245] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [    6.301133] cdc_acm 2-1:1.0: ttyACM0: USB ACM device
    s6-rc: info: service net-init successfully started
    [    6.327280] cryptodev: driver 1.13 loaded.
    [    6.353138] cdc_acm 2-1:1.2: ttyACM1: USB ACM device
    usb.sh Running /devices/platform/bus@f0000/f910000.dwc3-usb/31100000.usb/xhci-hcd.3.auto/usb2/2-1/2-1:1.0/tty/ttyACM0 166 add
    s6-rc: info: service drivers successfully started
    [    6.532389] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [    6.570229] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [    6.611360] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
    [    6.662794] cfg80211: failed to load regulatory.db
    [    7.126955] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:01] driver [TI DP83825S] (irq=POLL)
    [    7.153938] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rmii link mode
    [    7.192921] 8021q: adding VLAN 0 to HW filter on device eth0
    s6-rc: info: service flash-sync successfully started
    s6-rc: info: service mkdev: starting
    s6-rc: info: service mkdev successfully started
    s6-rc: info: service upgrade_watcher-log: starting
    s6-rc: info: service lgsqld: starting
    s6-rc: info: service lgplatform-msg-broker: starting
    s6-rc: info: service chrony-log: starting
    s6-rc: info: service lgsqld successfully started
    s6-rc: info: service chrony-log successfully started
    s6-rc: info: service chrony: starting
    s6-rc: info: service upgrade_watcher-log successfully started
    s6-rc: info: service upgrade_watcher: starting
    s6-rc: info: service lgplatform-msg-broker successfully started
    s6-rc: info: service lgplatform-mgrd: starting
    s6-rc: info: service lgipc-logger: starting
    s6-rc: info: service chrony successfully started
    s6-rc: info: service upgrade_watcher successfully started
    s6-rc: info: service lgplatform-mgrd successfully started
    s6-rc: info: service set_hostname: starting
    s6-rc: info: service powerman-lgipc: starting
    s6-rc: info: service lgipc-logger successfully started
    s6-rc: info: service sbs: starting
    s6-rc: info: service powerman-lgipc successfully started
    daemon_transition
    lgipc_event_send alert 1
    s6-rc: info: service set_hostname successfully started
    DODAG_VERSION_OLD=241
    DODAG_VERSION_NEW=242
    start.sh[441]: update_hoppingSequenceID:70: farCommSeq=255
    start.sh[441]: update_hoppingSequenceID:72: RplBridgeSeq=N/A
    updating hoppingSequenceID to 255 in RplBridge.ini
    start.sh[441]: hang_detect:36: 300-secs
    start.sh[441]: 84: hang_pid=458
    start.sh[441]: 283: starting main ..
    start.sh[441]: 294: restoring event_state.ini
    00:02:09.225486 INFO    - convert.ini : Converting /opt/iprf/firmware/profile_templ/event_state.ini to EVENT_STATE_INI
    start.sh[441]: 302: scanning tables ..
    start.sh[441]: 304: FOUND[CONFIG_INI]
    start.sh[441]: 304: FOUND[FAR_LOCAL_VARS_INI]
    start.sh[441]: 304: FOUND[FAR_COMM_PROFILE_INI]
    start.sh[441]: 304: FOUND[RPLBRIDGE_INI]
    start.sh[441]: 304: FOUND[EVENT_STATE_INI]
    start.sh[441]: 304: FOUND[STARTUP_CONF]
    start.sh[441]: 304: FOUND[SAVED_STATE_INI]
    start.sh[441]: 304: FOUND[DAPR_DEVICE_CONF]
    start.sh[441]: 304: FOUND[DAPR_CONF]
    start.sh[441]: 304: FOUND[LGIPC_LOGGER_CONF]
    start.sh[441]: 304: FOUND[NTP_CONF]
    start.sh[441]: 304: FOUND[SNMPD_CONF]
    start.sh[441]: 304: FOUND[MAPOUTINFO_INI]
    start.sh[441]: 304: FOUND[FAR_CFG_INI]
    start.sh[441]: 304: FOUND[RPL_LINK_INFO_INI]
    start.sh[441]: 304: FOUND[USB_DEVICES_CONF]
    start.sh[441]: 304: FOUND[FACTORY_INI]
    start.sh[441]: 322: DetectPlatform.sh ..
    start.sh[441]: 325: ***** Starting TEPCO/G2CR Application (start.sh) *****
    start.sh[441]: 326: PLATFORM=G2CR Gateway ARMV8 (TI AM62X ULTRALITE) LG-Linux 6.12.35
    start.sh[441]: normal reboot: 5.1.0.1
    start.sh[441]: recover_saved_ini:209: factory.ini backup OK
    start.sh[441]: set_opts:99: mode[SETUP] webui[FALSE] ssh[NO]
    start.sh[441]: set_opts:123 - force UP
    start.sh[441]: 377: Factory ESN[19511223] CUSN[19511223]
    start.sh[441]: 378: Config ESN[] CUSN[N/A]
    start.sh[441]: set_hostname: 388: Restoring factory.ini
    [   14.819995] mmc0: running CQE recovery
    [   14.833768] mmc0: running CQE recovery
    [   14.843101] mmc0: running CQE recovery
    [   14.853526] mmc0: running CQE recovery
    MAN_PANID=NO PANID=65535
    CUSN 19511223
    CUID[L4C02619511223] MESH[SBS] COMMS[RF_MESH_IP] BACKHAUL[eth0:primary] RADIOS[N/A] PANID[4643]
    config.ini global cusn=19511223
    config.ini global ntpservers 192.168.20.14, 192.168.20.16, FD00:7490:0:20::14
    config.ini bhmanager dispatcher_address 127.0.0.1,0
    config.ini CCADAPTER CCENABLED False
    config.ini CCADAPTER SBSSENDPORT 11000
    config.ini CCADAPTER SBSIPV6 2005:3::2
    config.ini PANA_SERVER SERVERIP 2005:2::2
    far_cfg.ini FAR FAR_IPV6 fda0::9:0:0:1951:1223
    far_cfg.ini FAR FAR_ID_ON_RF 00001951:1223:0001
    far_cfg.ini FAR FAR_ID 00000000:1951:1223
    far_comm_profile.ini NETWORK PANID 4643
    far_comm_profile.ini NETWORK VENDORNETWORKID 1
    far_comm_profile.ini CHANNELHOPPINGIE HOPPINGSEQUENCEID 35
    start.sh[441]: set_hostname:393: setting hostname to G2CR-19511223
    start.sh[441]: 478: setting running mode to MAINTENANCE
    start.sh[441]: START.SH 493: MODE[MAINTENANCE] -  starting collector applications ..
    REBOOTING RADIO
    start.sh[441]: MAC[88-0c-e0-70-6d-18]
    /opt/iprf/firmware/start.sh: line 139:   458 Killed                  hang_detect
    start.sh[441]: EXIT: 147: SUCCESS: setting '/var/log/start.complete'
    s6-rc: info: service sbs successfully started
    s6-rc: info: service webui: starting
    s6-rc: info: service netmon: starting
    s6-rc: info: service netmon successfully started
    s6-rc: info: service webui successfully started
    usb.sh Running /devices/platform/bus@f0000/f910000.dwc3-usb/31100000.usb/xhci-hcd.3.auto/usb2/2-1/2-1:1.2/tty/ttyACM1 166 add
    cat: can't open '/etc/hostname': No such file or directory
    config_ssl:194: creating keys ..
    usb.sh Running /devices/platform/bus@f0000/f910000.dwc3-usb/31100000.usb/xhci-hcd.3.auto/usb2/2-1/2-1:1.0/tty/ttyACM0 166 add
    usb.sh Running /devices/platform/bus@f0000/f910000.dwc3-usb/31100000.usb/xhci-hcd.3.auto/usb2/2-1/2-1:1.2/tty/ttyACM1 166 add
    [   24.735448] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:01] driver [TI DP83825S] (irq=POLL)
    [   24.775972] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rmii link mode
    [   24.832572] 8021q: adding VLAN 0 to HW filter on device eth0
    s6-rc: info: service mdevd-coldplug successfully started
    s6-rc: info: service event_logger: starting
    s6-rc: info: service event_logger successfully started
    s6-rc: info: service app_monitor: starting
    s6-rc: info: service app_monitor successfully started
    powerman piranha_pwr_fail
    piranha PF f1-0 r0-0 p1-1 d0-0
    U-Boot SPL 2025.01 (Jan 01 2024 - 01:00:00 +0000)
    SoC:   AM62X SR1.0 HS-FS
    SYSFW ABI: 4.0 (firmware rev 0x000b '11.1.2--v11.01.02 (Fancy Rat)')
    Changed A53 CPU frequency to 1000000000Hz (S grade) in DT
    SPL initial stack usage: 13424 bytes
    Selects k3-am625-r5-lgsom-discrete dts
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.12.0(release):v2.12
    NOTICE:  BL31: Built : 01:00:00, Jan  1 2024
    
    U-Boot SPL 2025.01 (Jan 01 2024 - 01:00:00 +0000)
    SoC:   AM62X SR1.0 HS-FS
    SYSFW ABI: 4.0 (firmware rev 0x000b '11.1.2--v11.01.02 (Fancy Rat)')
    SPL initial stack usage: 1760 bytes
    Architecture: 64-bit ARM
    Processor: armv8
    Set USB core voltage
    Authentication passed
    Authentication passed
    14325 bytes read in 1 ms (13.7 MiB/s)
    check_allpackages() Found signature
    check_allpackages() Key3 signature good
    Hit any key to stop autoboot:  0
    switch to partitions #0, OK
    mmc0(part 0) is current device
    SD/MMC found on device 0
    EXT_CSD[179], PARTITION_CONFIG:
    BOOT_ACK: 0x1
    BOOT_PARTITION_ENABLE: 0x1 (boot0)
    PARTITION_ACCESS: 0x0 (user)
    66 bytes read in 1 ms (64.5 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc0 ...
    14325 bytes read in 1 ms (13.7 MiB/s)
    check_allpackages() Found signature
    check_allpackages() Key3 signature good
    14325 bytes read in 1 ms (13.7 MiB/s)
    check_allpackages() Found signature
    check_allpackages() Key3 signature good
    12163324 bytes read in 85 ms (136.5 MiB/s)
    ## Loading kernel from FIT Image at 90000000 ...
       Using 'k3-am62x-g2cr' configuration
       Verifying Hash Integrity ... OK
       Trying 'kernel-1' kernel subimage
         Description:  Vanilla Linux kernel
         Type:         Kernel Image
         Compression:  zstd compressed
         Data Start:   0x900000e0
         Data Size:    9081114 Bytes = 8.7 MiB
         Architecture: AArch64
         OS:           Linux
         Load Address: 0x82000000
         Entry Point:  0x82000000
         Hash algo:    sha256
         Hash value:   06960355a60e47942dd6d4e9e14d56717946f354ab7765243dff34489dccffdf
       Verifying Hash Integrity ... sha256+ OK
    ## Loading ramdisk from FIT Image at 90000000 ...
       Using 'k3-am62x-g2cr' configuration
       Verifying Hash Integrity ... OK
       Trying 'ramdisk-1' ramdisk subimage
         Description:  Rammy Disky
         Type:         RAMDisk Image
         Compression:  uncompressed
         Data Start:   0x908a92f4
         Data Size:    2996103 Bytes = 2.9 MiB
         Architecture: AArch64
         OS:           Linux
         Load Address: 0x88080000
         Entry Point:  unavailable
         Hash algo:    sha256
         Hash value:   4318236f7b5e175ee741c1cd57a890065796b21c8346e0b59f823430061764e4
       Verifying Hash Integrity ... sha256+ OK
       Loading ramdisk from 0x908a92f4 to 0x88080000
    ## Loading fdt from FIT Image at 90000000 ...
       Using 'k3-am62x-g2cr' configuration
       Verifying Hash Integrity ... OK
       Trying 'fdt-2' fdt subimage
         Description:  Flattened Device Tree blob
         Type:         Flat Device Tree
         Compression:  uncompressed
         Data Start:   0x90b8eeac
         Data Size:    42218 Bytes = 41.2 KiB
         Architecture: AArch64
         Hash algo:    sha256
         Hash value:   4881f458aff7074ae8383fe310f08bf6844aac8195abac522cd5cfe095a370b9
       Verifying Hash Integrity ... sha256+ OK
       Booting using the fdt blob at 0x90b8eeac
    Working FDT set to 90b8eeac
       Uncompressing Kernel Image to 82000000
       Loading Ramdisk to 8fd24000, end 8ffff787 ... OK
       Loading Device Tree to 000000008fd16000, end 000000008fd234e9 ... OK
    Working FDT set to 8fd16000
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.12.35 (buildroot@buildroot) (aarch64-landisgyr-linux-gnu-gcc.br_real (Buildroot -gf4813da3e8) 12.4.0, GNU ld (GNU Binutils) 2.43.1) #1 SMP PREEMPT Mon Jan  1 01:00:00 UTC 2024
    [    0.000000] KASLR disabled due to lack of seed
    [    0.000000] Machine model: LandisGyr G2CR AM62X
    [    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: 0x000000009e780000..0x000000009e7fffff (512 KiB) nomap non-reusable tfa@9e780000
    [    0.000000] OF: reserved mem: 0x000000009c700000..0x000000009c7fffff (1024 KiB) map non-reusable ramoops@9c700000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009c800000, size 3 MiB
    [    0.000000] OF: reserved mem: initialized node ipc-memories@9c800000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009c800000..0x000000009cafffff (3072 KiB) nomap non-reusable ipc-memories@9c800000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009cb00000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node m4f-dma-memory@9cb00000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009cb00000..0x000000009cbfffff (1024 KiB) nomap non-reusable m4f-dma-memory@9cb00000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009cc00000, size 14 MiB
    [    0.000000] OF: reserved mem: initialized node m4f-memory@9cc00000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009cc00000..0x000000009d9fffff (14336 KiB) nomap non-reusable m4f-memory@9cc00000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009da00000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@9da00000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009da00000..0x000000009dafffff (1024 KiB) nomap non-reusable r5f-dma-memory@9da00000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009db00000, size 12 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@9db00000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009db00000..0x000000009e6fffff (12288 KiB) nomap non-reusable r5f-memory@9db00000
    [    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-0x000000009c7fffff]
    [    0.000000]   node   0: [mem 0x000000009c800000-0x000000009e6fffff]
    [    0.000000]   node   0: [mem 0x000000009e700000-0x000000009e77ffff]
    [    0.000000]   node   0: [mem 0x000000009e780000-0x000000009fffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000009fffffff]
    [    0.000000] cma: Reserved 32 MiB at 0x0000000099c00000 on node -1
    [    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 22 pages/cpu s49176 r8192 d32744 u90112
    [    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 panic=3 lgplatform=TI_AM62_G2CR overlay=0 bootdir=boot0 scpi_diag=1 root=PARTUUID=b54aeda4-c610-4981-a24c-1edbe86de687 rw rootfstype=squashfs,ext4 rootwait
    [    0.000000] Unknown kernel command line parameters "lgplatform=TI_AM62_G2CR overlay=0 bootdir=boot0 scpi_diag=1", will be passed to user space.
    [    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] Built 1 zonelists, mobility grouping on.  Total pages: 131072
    [    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
    [    0.000000] software IO TLB: SWIOTLB bounce buffer size adjusted to 0MB
    [    0.000000] software IO TLB: area num 1.
    [    0.000000] software IO TLB: mapped [mem 0x0000000099a77000-0x0000000099af7000] (0MB)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, 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=1.
    [    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 100 jiffies.
    [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
    [    0.000000] RCU Tasks: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=1.
    [    0.000000] RCU Tasks Trace: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=1.
    [    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 @80800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x0000000080030000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080040000
    [    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.000002] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.000450] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
    [    0.000699] Console: colour dummy device 80x25
    [    0.000781] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=200000)
    [    0.000798] pid_max: default: 32768 minimum: 301
    [    0.000993] LSM: initializing lsm=capability
    [    0.001184] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
    [    0.001198] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
    [    0.004715] rcu: Hierarchical SRCU implementation.
    [    0.004736] rcu:     Max phase no-delay instances is 400.
    [    0.006326] EFI services will not be available.
    [    0.006677] smp: Bringing up secondary CPUs ...
    [    0.006719] smp: Brought up 1 node, 1 CPU
    [    0.006728] SMP: Total of 1 processors activated.
    [    0.006732] CPU: All CPU(s) started at EL2
    [    0.006741] CPU features: detected: 32-bit EL0 Support
    [    0.006750] CPU features: detected: CRC32 instructions
    [    0.006816] alternatives: applying system-wide alternatives
    [    0.007510] Memory: 391636K/524288K available (11968K kernel code, 1392K rwdata, 4112K rodata, 1216K init, 986K bss, 93824K reserved, 32768K cma-reserved)
    [    0.008495] devtmpfs: initialized
    [    0.033818] DMA-API: preallocated 65536 debug entries
    [    0.033857] DMA-API: debugging enabled by kernel config
    [    0.033874] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
    [    0.033906] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
    [    0.035829] 27792 pages in range for non-PLT usage
    [    0.035853] 519312 pages in range for PLT usage
    [    0.036481] pinctrl core: initialized pinctrl subsystem
    [    0.037240] DMI not present or invalid.
    [    0.040302] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.041736] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
    [    0.041848] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.041977] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.042050] audit: initializing netlink subsys (disabled)
    [    0.042421] audit: type=2000 audit(0.041:1): state=initialized audit_enabled=0 res=1
    [    0.043009] thermal_sys: Registered thermal governor 'step_wise'
    [    0.043209] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.043261] ASID allocator initialised with 65536 entries
    [    0.044895] pstore: Using crash dump compression: deflate
    [    0.044910] pstore: Registered ramoops as persistent store backend
    [    0.044914] ramoops: using 0x100000@0x9c700000, ecc: 0
    [    0.049182] /bus@f0000/interrupt-controller@1800000: Fixed dependency cycle(s) with /bus@f0000/interrupt-controller@1800000
    [    0.059499] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.059522] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.059529] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.059533] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.059538] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.059542] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.059576] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.059580] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.061894] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
    [    0.063245] iommu: Default domain type: Translated
    [    0.063260] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.063806] SCSI subsystem initialized
    [    0.064280] usbcore: registered new interface driver usbfs
    [    0.064323] usbcore: registered new interface driver hub
    [    0.064358] usbcore: registered new device driver usb
    [    0.064982] pps_core: LinuxPPS API ver. 1 registered
    [    0.064988] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.065005] PTP clock support registered
    [    0.065386] EDAC MC: Ver: 3.0.0
    [    0.065672] scmi_core: SCMI protocol bus registered
    [    0.066913] Bluetooth: Core ver 2.22
    [    0.066964] NET: Registered PF_BLUETOOTH protocol family
    [    0.066968] Bluetooth: HCI device and connection manager initialized
    [    0.066982] Bluetooth: HCI socket layer initialized
    [    0.066990] Bluetooth: L2CAP socket layer initialized
    [    0.067009] Bluetooth: SCO socket layer initialized
    [    0.067465] vgaarb: loaded
    [    0.068083] clocksource: Switched to clocksource arch_sys_counter
    [    0.068507] VFS: Disk quotas dquot_6.6.0
    [    0.068533] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.076357] NET: Registered PF_INET protocol family
    [    0.076604] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.077795] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear)
    [    0.077827] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.077842] TCP established hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.077887] TCP bind hash table entries: 4096 (order: 5, 131072 bytes, linear)
    [    0.078165] TCP: Hash tables configured (established 4096 bind 4096)
    [    0.078321] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
    [    0.078346] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
    [    0.078562] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.078623] PCI: CLS 0 bytes, default 64
    [    0.079126] Unpacking initramfs...
    [    0.082841] Initialise system trusted keyrings
    [    0.084550] workingset: timestamp_bits=46 max_order=17 bucket_order=0
    [    0.085187] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.221030] NET: Registered PF_ALG protocol family
    [    0.221178] Key type asymmetric registered
    [    0.221186] Asymmetric key parser 'x509' registered
    [    0.221193] Asymmetric key parser 'pkcs8' registered
    [    0.221465] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
    [    0.221473] io scheduler mq-deadline registered
    [    0.221480] io scheduler kyber registered
    [    0.221567] io scheduler bfq registered
    [    0.233817] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.237485] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [    0.243665] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.246046] IPMI message handler: version 39.2
    [    0.246144] ipmi device interface
    [    0.247502] ipmi_si: IPMI System Interface driver
    [    0.248007] ipmi_si: Unable to find any System Interface(s)
    [    0.263890] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [    0.292615] loop: module loaded
    [    0.369179] Initramfs unpacking failed: invalid magic at start of compressed archive
    [    0.372508] tun: Universal TUN/TAP device driver, 1.6
    [    0.373707] Freeing initrd memory: 2924K
    [    0.374401] PPP generic driver version 2.4.2
    [    0.374692] PPP BSD Compression module registered
    [    0.374700] PPP Deflate Compression module registered
    [    0.374781] PPP MPPE Compression module registered
    [    0.374788] NET: Registered PF_PPPOX protocol family
    [    0.375542] VFIO - User Level meta-driver version: 0.3
    [    0.377045] usbcore: registered new interface driver cdc_acm
    [    0.377055] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
    [    0.377217] usbcore: registered new device driver onboard-usb-dev
    [    0.377609] i2c_dev: i2c /dev entries driver
    [    0.378845] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
    [    0.379752] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.380883] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fc9100
    [    0.383018] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 (0,8000003f) counters available
    [    0.384183]  cs_system_cfg: CoreSight Configuration manager initialised
    [    0.384837] optee: probing for conduit method.
    [    0.384896] optee: revision 4.6
    [    0.385382] optee: dynamic shared memory is enabled
    [    0.386475] optee: initialized driver
    [    0.387417] random: crng init done
    [    0.387546] GACT probability on
    [    0.387560] Mirror/redirect action on
    [    0.387589] Simple TC action Loaded
    [    0.387630] u32 classifier
    [    0.387634]     input device check on
    [    0.387636]     Actions configured
    [    0.388170] IPVS: Registered protocols ()
    [    0.388198] IPVS: Connection hash table configured (size=4096, memory=32Kbytes)
    [    0.388415] IPVS: ipvs loaded.
    [    0.388657] NET: Registered PF_INET6 protocol family
    [    0.389908] Segment Routing with IPv6
    [    0.389959] In-situ OAM (IOAM) with IPv6
    [    0.390157] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [    0.391473] NET: Registered PF_PACKET protocol family
    [    0.391548] Bridge firewalling registered
    [    0.391875] 8021q: 802.1Q VLAN Support v1.8
    [    0.391950] Key type dns_resolver registered
    [    0.402744] registered taskstats version 1
    [    0.402900] Loading compiled-in X.509 certificates
    [    0.416605] ti-sci 44043000.system-controller: ABI: 4.0 (firmware rev 0x000b '11.1.2--v11.01.02 (Fancy Rat)')
    [    0.481495] omap_i2c 2b200000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.483200] /bus@f0000/i2c@20000000/pmic@30: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/pmic@30/regulators/buck2
    [    0.486632] omap_i2c 20000000.i2c: bus 1 rev0.12 at 400 kHz
    [    0.487400] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
    [    0.487586] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    0.487948] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    0.490879] ti-udma 485c0100.dma-controller: Number of rings: 82
    [    0.494541] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    [    0.498416] ti-udma 485c0000.dma-controller: Number of rings: 150
    [    0.510724] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [    0.514652] printk: legacy console [ttyS2] disabled
    [    0.515177] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 286, base_baud = 3000000) is a 8250
    [    0.515285] printk: legacy console [ttyS2] enabled
    [    1.999150] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    2.013192] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
    [    2.053111] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    2.062458] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [    2.069651] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512, Policers 32
    [    2.078028] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:0
    [    2.097015] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [    2.110734] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
    [    2.116735] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 1
    [    2.124674] xhci-hcd xhci-hcd.2.auto: USB3 root hub has no ports
    [    2.130692] xhci-hcd xhci-hcd.2.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000808020000010
    [    2.140171] xhci-hcd xhci-hcd.2.auto: irq 297, io mem 0x31000000
    [    2.147241] hub 1-0:1.0: USB hub found
    [    2.151058] hub 1-0:1.0: 1 port detected
    [    2.158441] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
    [    2.164271] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 2
    [    2.172189] xhci-hcd xhci-hcd.3.auto: USB3 root hub has no ports
    [    2.178442] xhci-hcd xhci-hcd.3.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000808020000010
    [    2.188031] xhci-hcd xhci-hcd.3.auto: irq 298, io mem 0x31100000
    [    2.195147] hub 2-0:1.0: USB hub found
    [    2.198956] hub 2-0:1.0: 1 port detected
    [    2.223610] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
    [    2.264091] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    2.334973] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver TI DP83825S
    [    2.343955] clk: Disabling unused clocks
    [    2.355784] PM: genpd: Disabling unused power domains
    [    2.362740] Freeing unused kernel memory: 1216K
    [    2.367624] Run /init as init process
    00:00:02.378346 INFO    - LG_Bootstrap: Version 8.7.1.1
    00:00:02.477706 DEBUG   - LG_Bootstrap: Command line found lgplatform = TI_AM62_G2CR
    00:00:02.477923 DEBUG   - LG_Bootstrap: Command line found scpi_diag = 1
    daemon start
    daemon_restart_log
    deamon init done
    
    piranha PF f1-0 r0-0 p0-0 d0-0
    powerman piranha_pwr_fail
    daemon_power_restore old=Unknown
    dcomm_attach() end. CMD_INIT_DONE received.
    [    2.507810] sdhci: Secure Digital Host Controller Interface driver
    [    2.517050] sdhci: Copyright(c) Pierre Ossman
    [    2.527550] sdhci-pltfm: SDHCI platform and OF driver helper
    [    2.560168] mmc0: CQHCI version 5.10
    [    2.606283] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    2.727182] mmc0: Command Queue Engine enabled
    [    2.731808] mmc0: new HS200 MMC card at address 0001
    [    2.738176] mmcblk0: mmc0:0001 S40004 1.82 GiB
    [    2.747687]  mmcblk0: p1 p2
    [    2.756295] mmcblk0boot0: mmc0:0001 S40004 4.00 MiB
    daemon_transition
    [    2.768578] mmcblk0boot1: mmc0:0001 S40004 4.00 MiB
    e2fsck 1.47.2 (1-Jan-2025)[    2.779611] mmcblk0rpmb: mmc0:0001 S40004 4.00 MiB, chardev (239:0)
    
    /dev/mmcblk0p1: recovering journal
    [    2.813887] mmc0: running CQE recovery
    [    2.822903] mmc0: running CQE recovery
    Pass 1: Checking inodes, blocks, and sizes
    Pass 2: Checking directory structure
    Pass 3: Checking directory connectivity
    Pass 4: Checking reference counts
    Pass 5: Checking group summary information
    
    /dev/mmcblk0p1: ***** FILE SYSTEM WAS MODIFIED *****
    /dev/mmcblk0p1: 26/102400 files (7.7% non-contiguous), 26436/128000 blocks[    2.941773] EXT4-fs: Warning: mounting with data=journal disables delayed allocation, dioread_nolock, O_DIRECT and fast_commit support!
    
    [    2.971373] EXT4-fs (mmcblk0p1): mounted filesystem 1f4df31f-14ee-4539-a371-6e186e688fd1 r/w with journalled data mode. Quota mode: none.
    00:00:02.982653 DEBUG   - LG_Bootstrap: Command line found bootdir = boot0
    00:00:02.982873 WARNING - LG_Bootstrap: packageconfig not on command line.
    00:00:02.982897 WARNING - LG_Bootstrap: Assuming unlocked (for now).
    [    3.005704] loop0: detected capacity change from 0 to 16
    00:00:03.049778 DEBUG   - LG_Bootstrap: Command line found scpi_diag = 1
    00:00:03.049978 DEBUG   - LG_Bootstrap: Command line found lgplatform = TI_AM62_G2CR
    00:00:03.050090 DEBUG   - LG_Bootstrap: Command line found bootdir = boot0
    00:00:03.050122 WARNING - LG_Bootstrap: packageconfig not on command line.
    00:00:03.050143 WARNING - LG_Bootstrap: Assuming unlocked (for now).
    [    3.099865] loop0: detected capacity change from 0 to 86808
    [    3.129266] loop1: detected capacity change from 0 to 16
    [    3.192612] loop1: detected capacity change from 0 to 696
    00:00:03.197095 INFO    - LG_Bootstrap: FEC file found, using it with verity
    [    3.208805] loop2: detected capacity change from 0 to 1408
    [    3.222734] device-mapper: verity: sha256 using ahash "sha256-sa2ul"
    00:00:03.230197 DEBUG   - LG_Bootstrap: Command line found overlay = 0
    [    3.273946] loop3: detected capacity change from 0 to 20000
    [    3.303635] loop4: detected capacity change from 0 to 16
    e2fsck 1.47.2 (1-Jan-2025)
    /dev/mapper/factory: recovering journal
    [    3.377121] mmc0: running CQE recovery
    [    3.416782] mmc0: running CQE recovery
    Pass 1: Checking inodes, blocks, and sizes
    Pass 2: Checking directory structure
    Pass 3: Checking directory connectivity
    Pass 4: Checking reference counts
    Pass 5: Checking group summary information
    [    3.478781] mmc0: running CQE recovery
    [    3.679633] mmc0: running CQE recovery
    
    /dev/mapper/factory: ***** FILE SYSTEM WAS MODIFIED *****
    /dev/mapper/factory: 14/2512 files (7.1% non-contiguous), 1226/2500 blocks
    [    3.880740] EXT4-fs (dm-2): mounted filesystem f0d9bbd7-641c-45c6-bc39-ba956bc95ca9 r/w with ordered data mode. Quota mode: none.
    27+1 records in
    27+1 records out
    [    3.932357] loop4: detected capacity change from 0 to 16
    e2fsck 1.47.2 (1-Jan-2025)
    /dev/mapper/rootfs: recovering journal
    [    3.999435] mmc0: running CQE recovery
    Pass 1: Checking inodes, blocks, and sizes
    Pass 2: Checking directory structure
    Pass 3: Checking directory connectivity
    Pass 4: Checking reference counts
    Pass 5: Checking group summary information
    [    4.128842] mmc0: running CQE recovery
    [    4.149344] mmc0: running CQE recovery
    [    4.155637] mmc0: running CQE recovery
    [    4.164966] mmc0: running CQE recovery
    [    4.171537] mmc0: running CQE recovery
    [    4.178643] mmc0: running CQE recovery
    [    4.187603] mmc0: running CQE recovery
    
    /dev/mapper/rootfs: ***** FILE SYSTEM WAS MODIFIED *****
    /dev/mapper/rootfs: 62/87296 files (3.2% non-contiguous), 14890/349175 blocks
    [    4.372994] EXT4-fs (dm-3): mounted filesystem ae1233a8-8fc9-400f-b60b-ae18416b5ead r/w with journalled data mode. Quota mode: none.
    00:00:04.384886 WARNING - LG_Bootstrap: Logging to tmpfs
    00:00:04.385416 DEBUG   - LG_Bootstrap: Command line found scpi_diag = 1
    daemon_transition
    daemon_restart_log
    syslog restarted
    
      s6-linux-init version 1.1.2.1
    
    s6-rc: info: service runleveld: starting
    s6-rc: info: service console-login: starting
    s6-rc: info: service s6rc-fdholder: starting
    s6-rc: info: service s6rc-oneshot-runner: starting
    s6-rc: info: service console-login successfully started
    s6-rc: info: service runleveld successfully started
    s6-rc: info: service s6rc-oneshot-runner successfully started
    s6-rc: info: service rngd: starting
    s6-rc: info: service mount-sys: starting
    s6-rc: info: service fstab: starting
    
    Welcome to the Landis + Gyr Edge Intelligence Card
    (none) login: [    5.227203] usb 2-1: new full-speed USB device number 2 using xhci-hcd
    s6-rc: info: service s6rc-fdholder successfully started
    s6-rc: info: service powerman-log: starting
    s6-rc: info: service flash-sync-log: starting
    s6-rc: info: service dhcpcd-log: starting
    Mounting basic filesystems - SKIPPING NOW
    s6-rc: info: service powerman-log successfully started
    s6-rc: info: service dhcpcd-log successfully started
    s6-rc: info: service dhcpcd: starting
    s6-rc: info: service fstab successfully started
    s6-rc: info: service net-init: starting
    s6-rc: info: service drivers: starting
    s6-rc: info: service flash-sync-log successfully started
    s6-rc: info: service mount-sys successfully started
    s6-rc: info: service mdevd: starting
    s6-rc: info: service dhcpcd successfully started
    s6-rc: info: service rngd successfully started
    hostname: can't open '/etc/hostname': No such file or directory
    s6-rc: info: service mdevd successfully started
    s6-rc: info: service mdevd-coldplug: starting
    s6-rc: info: service flash-sync: starting
    net.ipv4.ip_local_port_range = 46000 60999
    [    5.918997] cryptodev: loading out-of-tree module taints kernel.
    [    5.984329] sysctl table check failed: ioctl/(null) procname is null
    [    6.073469] sysctl table check failed: ioctl/(null) No proc_handler
    [    6.157777] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [    6.165688] cryptodev: driver 1.13 loaded.
    s6-rc: info: service net-init successfully started
    s6-rc: info: service drivers successfully started
    [    6.302464] cdc_acm 2-1:1.0: ttyACM0: USB ACM device
    [    6.346367] cdc_acm 2-1:1.2: ttyACM1: USB ACM device
    [    6.410464] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [    6.449323] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [    6.488738] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
    [    6.546346] cfg80211: failed to load regulatory.db
    usb.sh Running /devices/platform/bus@f0000/f910000.dwc3-usb/31100000.usb/xhci-hcd.3.auto/usb2/2-1/2-1:1.0/tty/ttyACM0 166 add
    [    7.047288] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:01] driver [TI DP83825S] (irq=POLL)
    [    7.074179] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rmii link mode
    [    7.115192] 8021q: adding VLAN 0 to HW filter on device eth0
    s6-rc: info: service flash-sync successfully started
    s6-rc: info: service mkdev: starting
    s6-rc: info: service mkdev successfully started
    s6-rc: info: service upgrade_watcher-log: starting
    s6-rc: info: service lgsqld: starting
    s6-rc: info: service lgplatform-msg-broker: starting
    s6-rc: info: service chrony-log: starting
    s6-rc: info: service lgplatform-msg-broker successfully started
    s6-rc: info: service lgplatform-mgrd: starting
    s6-rc: info: service lgipc-logger: starting
    s6-rc: info: service upgrade_watcher-log successfully started
    s6-rc: info: service upgrade_watcher: starting
    s6-rc: info: service lgsqld successfully started
    s6-rc: info: service chrony-log successfully started
    s6-rc: info: service chrony: starting
    s6-rc: info: service lgipc-logger successfully started
    s6-rc: info: service upgrade_watcher successfully started
    s6-rc: info: service lgplatform-mgrd successfully started
    s6-rc: info: service set_hostname: starting
    s6-rc: info: service sbs: starting
    s6-rc: info: service powerman-lgipc: starting
    s6-rc: info: service chrony successfully started
    s6-rc: info: service powerman-lgipc successfully started
    daemon_transition
    lgipc_event_send alert 1
    s6-rc: info: service set_hostname successfully started
    DODAG_VERSION_OLD=241
    DODAG_VERSION_NEW=242
    start.sh[442]: update_hoppingSequenceID:70: farCommSeq=255
    start.sh[442]: update_hoppingSequenceID:72: RplBridgeSeq=N/A
    updating hoppingSequenceID to 255 in RplBridge.ini
    start.sh[442]: hang_detect:36: 300-secs
    start.sh[442]: 84: hang_pid=460
    start.sh[442]: 283: starting main ..
    start.sh[442]: 294: restoring event_state.ini
    00:01:57.258727 INFO    - convert.ini : Converting /opt/iprf/firmware/profile_templ/event_state.ini to EVENT_STATE_INI
    start.sh[442]: 302: scanning tables ..
    start.sh[442]: 304: FOUND[CONFIG_INI]
    start.sh[442]: 304: FOUND[FAR_LOCAL_VARS_INI]
    start.sh[442]: 304: FOUND[FAR_COMM_PROFILE_INI]
    start.sh[442]: 304: FOUND[RPLBRIDGE_INI]
    start.sh[442]: 304: FOUND[EVENT_STATE_INI]
    start.sh[442]: 304: FOUND[STARTUP_CONF]
    start.sh[442]: 304: FOUND[SAVED_STATE_INI]
    start.sh[442]: 304: FOUND[DAPR_DEVICE_CONF]
    start.sh[442]: 304: FOUND[DAPR_CONF]
    start.sh[442]: 304: FOUND[LGIPC_LOGGER_CONF]
    start.sh[442]: 304: FOUND[NTP_CONF]
    start.sh[442]: 304: FOUND[SNMPD_CONF]
    start.sh[442]: 304: FOUND[MAPOUTINFO_INI]
    start.sh[442]: 304: FOUND[FAR_CFG_INI]
    start.sh[442]: 304: FOUND[RPL_LINK_INFO_INI]
    start.sh[442]: 304: FOUND[USB_DEVICES_CONF]
    start.sh[442]: 304: FOUND[FACTORY_INI]
    start.sh[442]: 322: DetectPlatform.sh ..
    start.sh[442]: 325: ***** Starting TEPCO/G2CR Application (start.sh) *****
    start.sh[442]: 326: PLATFORM=G2CR Gateway ARMV8 (TI AM62X ULTRALITE) LG-Linux 6.12.35
    start.sh[442]: normal reboot: 5.1.0.1
    start.sh[442]: recover_saved_ini:209: factory.ini backup OK
    start.sh[442]: set_opts:99: mode[SETUP] webui[FALSE] ssh[NO]
    start.sh[442]: set_opts:123 - force UP
    start.sh[442]: 377: Factory ESN[19500094] CUSN[19500094]
    start.sh[442]: 378: Config ESN[] CUSN[N/A]
    start.sh[442]: set_hostname: 388: Restoring factory.ini
    MAN_PANID=NO PANID=65535
    CUSN 19500094
    CUID[L4C02619500094] MESH[SBS] COMMS[RF_MESH_IP] BACKHAUL[eth0:primary] RADIOS[N/A] PANID[148]
    config.ini global cusn=19500094
    config.ini global ntpservers 192.168.20.14, 192.168.20.16, FD00:7490:0:20::14
    config.ini bhmanager dispatcher_address 127.0.0.1,0
    config.ini CCADAPTER CCENABLED False
    config.ini CCADAPTER SBSSENDPORT 11000
    config.ini CCADAPTER SBSIPV6 2005:3::2
    config.ini PANA_SERVER SERVERIP 2005:2::2
    far_cfg.ini FAR FAR_IPV6 fda0::9:0:0:1950:0094
    far_cfg.ini FAR FAR_ID_ON_RF 00001950:0094:0001
    far_cfg.ini FAR FAR_ID 00000000:1950:0094
    far_comm_profile.ini NETWORK PANID 148
    far_comm_profile.ini NETWORK VENDORNETWORKID 1
    far_comm_profile.ini CHANNELHOPPINGIE HOPPINGSEQUENCEID 148
    start.sh[442]: set_hostname:393: setting hostname to G2CR-19500094
    start.sh[442]: 478: setting running mode to MAINTENANCE
    start.sh[442]: START.SH 493: MODE[MAINTENANCE] -  starting collector applications ..
    REBOOTING RADIO
    start.sh[442]: MAC[88-0c-e0-70-6d-36]
    /opt/iprf/firmware/start.sh: line 139:   460 Killed                  hang_detect
    start.sh[442]: EXIT: 147: SUCCESS: setting '/var/log/start.complete'
    s6-rc: info: service sbs successfully started
    s6-rc: info: service webui: starting
    s6-rc: info: service netmon: starting
    s6-rc: info: service netmon successfully started
    s6-rc: info: service webui successfully started
    usb.sh Running /devices/platform/bus@f0000/f910000.dwc3-usb/31100000.usb/xhci-hcd.3.auto/usb2/2-1/2-1:1.2/tty/ttyACM1 166 add
    usb.sh Running /devices/platform/bus@f0000/f910000.dwc3-usb/31100000.usb/xhci-hcd.3.auto/usb2/2-1/2-1:1.0/tty/ttyACM0 166 add
    cat: can't open '/etc/hostname': No such file or directory
    config_ssl:194: creating keys ..
    usb.sh Running /devices/platform/bus@f0000/f910000.dwc3-usb/31100000.usb/xhci-hcd.3.auto/usb2/2-1/2-1:1.2/tty/ttyACM1 166 add
    [   25.005195] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:01] driver [TI DP83825S] (irq=POLL)
    s6-rc: info: service mdevd-coldplug successfully started
    [   25.048345] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rmii link mode
    [   25.124216] 8021q: adding VLAN 0 to HW filter on device eth0
    s6-rc: info: service event_logger: starting
    s6-rc: info: service event_logger successfully started
    s6-rc: info: service app_monitor: starting
    s6-rc: info: service app_monitor successfully started
    U-Boot SPL 2025.01 (Jan 01 2024 - 01:00:00 +0000)
    SoC:   AM62X SR1.0 HS-FS
    SYSFW ABI: 4.0 (firmware rev 0x000b '11.1.2--v11.01.02 (Fancy Rat)')
    Changed A53 CPU frequency to 1000000000Hz (S grade) in DT
    SPL initial stack usage: 13424 bytes
    Selects k3-am625-r5-lgsom-discrete dts
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.12.0(release):v2.12
    NOTICE:  BL31: Built : 01:00:00, Jan  1 2024
    
    U-Boot SPL 2025.01 (Jan 01 2024 - 01:00:00 +0000)
    SoC:   AM62X SR1.0 HS-FS
    SYSFW ABI: 4.0 (firmware rev 0x000b '11.1.2--v11.01.02 (Fancy Rat)')
    SPL initial stack usage: 1760 bytes
    Architecture: 64-bit ARM
    Processor: armv8
    Set USB core voltage
    Authentication passed
    Authentication passed
    14325 bytes read in 1 ms (13.7 MiB/s)
    check_allpackages() Found signature
    check_allpackages() Key3 signature good
    Hit any key to stop autoboot:  0
    switch to partitions #0, OK
    mmc0(part 0) is current device
    SD/MMC found on device 0
    EXT_CSD[179], PARTITION_CONFIG:
    BOOT_ACK: 0x1
    BOOT_PARTITION_ENABLE: 0x1 (boot0)
    PARTITION_ACCESS: 0x0 (user)
    66 bytes read in 1 ms (64.5 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc0 ...
    14325 bytes read in 2 ms (6.8 MiB/s)
    check_allpackages() Found signature
    check_allpackages() Key3 signature good
    14325 bytes read in 2 ms (6.8 MiB/s)
    check_allpackages() Found signature
    check_allpackages() Key3 signature good
    12163324 bytes read in 70 ms (165.7 MiB/s)
    ## Loading kernel from FIT Image at 90000000 ...
       Using 'k3-am62x-g2cr' configuration
       Verifying Hash Integrity ... OK
       Trying 'kernel-1' kernel subimage
         Description:  Vanilla Linux kernel
         Type:         Kernel Image
         Compression:  zstd compressed
         Data Start:   0x900000e0
         Data Size:    9081114 Bytes = 8.7 MiB
         Architecture: AArch64
         OS:           Linux
         Load Address: 0x82000000
         Entry Point:  0x82000000
         Hash algo:    sha256
         Hash value:   06960355a60e47942dd6d4e9e14d56717946f354ab7765243dff34489dccffdf
       Verifying Hash Integrity ... sha256+ OK
    ## Loading ramdisk from FIT Image at 90000000 ...
       Using 'k3-am62x-g2cr' configuration
       Verifying Hash Integrity ... OK
       Trying 'ramdisk-1' ramdisk subimage
         Description:  Rammy Disky
         Type:         RAMDisk Image
         Compression:  uncompressed
         Data Start:   0x908a92f4
         Data Size:    2996103 Bytes = 2.9 MiB
         Architecture: AArch64
         OS:           Linux
         Load Address: 0x88080000
         Entry Point:  unavailable
         Hash algo:    sha256
         Hash value:   4318236f7b5e175ee741c1cd57a890065796b21c8346e0b59f823430061764e4
       Verifying Hash Integrity ... sha256+ OK
       Loading ramdisk from 0x908a92f4 to 0x88080000
    ## Loading fdt from FIT Image at 90000000 ...
       Using 'k3-am62x-g2cr' configuration
       Verifying Hash Integrity ... OK
       Trying 'fdt-2' fdt subimage
         Description:  Flattened Device Tree blob
         Type:         Flat Device Tree
         Compression:  uncompressed
         Data Start:   0x90b8eeac
         Data Size:    42218 Bytes = 41.2 KiB
         Architecture: AArch64
         Hash algo:    sha256
         Hash value:   4881f458aff7074ae8383fe310f08bf6844aac8195abac522cd5cfe095a370b9
       Verifying Hash Integrity ... sha256+ OK
       Booting using the fdt blob at 0x90b8eeac
    Working FDT set to 90b8eeac
       Uncompressing Kernel Image to 82000000
       Loading Ramdisk to 8fd24000, end 8ffff787 ... OK
       Loading Device Tree to 000000008fd16000, end 000000008fd234e9 ... OK
    Working FDT set to 8fd16000
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.12.35 (buildroot@buildroot) (aarch64-landisgyr-linux-gnu-gcc.br_real (Buildroot -gf4813da3e8) 12.4.0, GNU ld (GNU Binutils) 2.43.1) #1 SMP PREEMPT Mon Jan  1 01:00:00 UTC 2024
    [    0.000000] KASLR disabled due to lack of seed
    [    0.000000] Machine model: LandisGyr G2CR AM62X
    [    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: 0x000000009e780000..0x000000009e7fffff (512 KiB) nomap non-reusable tfa@9e780000
    [    0.000000] OF: reserved mem: 0x000000009c700000..0x000000009c7fffff (1024 KiB) map non-reusable ramoops@9c700000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009c800000, size 3 MiB
    [    0.000000] OF: reserved mem: initialized node ipc-memories@9c800000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009c800000..0x000000009cafffff (3072 KiB) nomap non-reusable ipc-memories@9c800000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009cb00000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node m4f-dma-memory@9cb00000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009cb00000..0x000000009cbfffff (1024 KiB) nomap non-reusable m4f-dma-memory@9cb00000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009cc00000, size 14 MiB
    [    0.000000] OF: reserved mem: initialized node m4f-memory@9cc00000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009cc00000..0x000000009d9fffff (14336 KiB) nomap non-reusable m4f-memory@9cc00000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009da00000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@9da00000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009da00000..0x000000009dafffff (1024 KiB) nomap non-reusable r5f-dma-memory@9da00000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009db00000, size 12 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@9db00000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009db00000..0x000000009e6fffff (12288 KiB) nomap non-reusable r5f-memory@9db00000
    [    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-0x000000009c7fffff]
    [    0.000000]   node   0: [mem 0x000000009c800000-0x000000009e6fffff]
    [    0.000000]   node   0: [mem 0x000000009e700000-0x000000009e77ffff]
    [    0.000000]   node   0: [mem 0x000000009e780000-0x000000009fffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000009fffffff]
    [    0.000000] cma: Reserved 32 MiB at 0x0000000099c00000 on node -1
    [    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 22 pages/cpu s49176 r8192 d32744 u90112
    [    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 panic=3 lgplatform=TI_AM62_G2CR overlay=0 bootdir=boot0 scpi_diag=1 root=PARTUUID=b54aeda4-c610-4981-a24c-1edbe86de687 rw rootfstype=squashfs,ext4 rootwait
    [    0.000000] Unknown kernel command line parameters "lgplatform=TI_AM62_G2CR overlay=0 bootdir=boot0 scpi_diag=1", will be passed to user space.
    [    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] Built 1 zonelists, mobility grouping on.  Total pages: 131072
    [    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
    [    0.000000] software IO TLB: SWIOTLB bounce buffer size adjusted to 0MB
    [    0.000000] software IO TLB: area num 1.
    [    0.000000] software IO TLB: mapped [mem 0x0000000099a77000-0x0000000099af7000] (0MB)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, 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=1.
    [    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 100 jiffies.
    [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
    [    0.000000] RCU Tasks: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=1.
    [    0.000000] RCU Tasks Trace: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=1.
    [    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 @80800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x0000000080030000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080040000
    [    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.000002] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.000447] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
    [    0.000693] Console: colour dummy device 80x25
    [    0.000776] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=200000)
    [    0.000793] pid_max: default: 32768 minimum: 301
    [    0.000902] LSM: initializing lsm=capability
    [    0.001168] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
    [    0.001183] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
    [    0.004636] rcu: Hierarchical SRCU implementation.
    [    0.004657] rcu:     Max phase no-delay instances is 400.
    [    0.006168] EFI services will not be available.
    [    0.006548] smp: Bringing up secondary CPUs ...
    [    0.006587] smp: Brought up 1 node, 1 CPU
    [    0.006596] SMP: Total of 1 processors activated.
    [    0.006601] CPU: All CPU(s) started at EL2
    [    0.006609] CPU features: detected: 32-bit EL0 Support
    [    0.006618] CPU features: detected: CRC32 instructions
    [    0.006681] alternatives: applying system-wide alternatives
    [    0.007327] Memory: 391636K/524288K available (11968K kernel code, 1392K rwdata, 4112K rodata, 1216K init, 986K bss, 93824K reserved, 32768K cma-reserved)
    [    0.008321] devtmpfs: initialized
    [    0.033544] DMA-API: preallocated 65536 debug entries
    [    0.033584] DMA-API: debugging enabled by kernel config
    [    0.033601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
    [    0.033636] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
    [    0.035556] 27792 pages in range for non-PLT usage
    [    0.035584] 519312 pages in range for PLT usage
    [    0.036194] pinctrl core: initialized pinctrl subsystem
    [    0.036966] DMI not present or invalid.
    [    0.040022] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.041420] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
    [    0.041521] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.041644] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.041716] audit: initializing netlink subsys (disabled)
    [    0.042631] thermal_sys: Registered thermal governor 'step_wise'
    [    0.042834] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.042884] audit: type=2000 audit(0.041:1): state=initialized audit_enabled=0 res=1
    [    0.042929] ASID allocator initialised with 65536 entries
    [    0.044579] pstore: Using crash dump compression: deflate
    [    0.044591] pstore: Registered ramoops as persistent store backend
    [    0.044595] ramoops: using 0x100000@0x9c700000, ecc: 0
    [    0.048886] /bus@f0000/interrupt-controller@1800000: Fixed dependency cycle(s) with /bus@f0000/interrupt-controller@1800000
    [    0.059186] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.059209] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.059216] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.059219] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.059225] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.059229] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.059234] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.059238] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.061575] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
    [    0.062828] iommu: Default domain type: Translated
    [    0.062843] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.063285] SCSI subsystem initialized
    [    0.064032] usbcore: registered new interface driver usbfs
    [    0.064077] usbcore: registered new interface driver hub
    [    0.064115] usbcore: registered new device driver usb
    [    0.064756] pps_core: LinuxPPS API ver. 1 registered
    [    0.064762] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.064779] PTP clock support registered
    [    0.065164] EDAC MC: Ver: 3.0.0
    [    0.065506] scmi_core: SCMI protocol bus registered
    [    0.066733] Bluetooth: Core ver 2.22
    [    0.066782] NET: Registered PF_BLUETOOTH protocol family
    [    0.066786] Bluetooth: HCI device and connection manager initialized
    [    0.066800] Bluetooth: HCI socket layer initialized
    [    0.066809] Bluetooth: L2CAP socket layer initialized
    [    0.066827] Bluetooth: SCO socket layer initialized
    [    0.067258] vgaarb: loaded
    [    0.067869] clocksource: Switched to clocksource arch_sys_counter
    [    0.068281] VFS: Disk quotas dquot_6.6.0
    [    0.068306] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.076134] NET: Registered PF_INET protocol family
    [    0.076375] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.077552] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear)
    [    0.077584] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.077597] TCP established hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.077643] TCP bind hash table entries: 4096 (order: 5, 131072 bytes, linear)
    [    0.077929] TCP: Hash tables configured (established 4096 bind 4096)
    [    0.078087] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
    [    0.078112] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
    [    0.078320] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.078381] PCI: CLS 0 bytes, default 64
    [    0.078813] Unpacking initramfs...
    [    0.082622] Initialise system trusted keyrings
    [    0.084329] workingset: timestamp_bits=46 max_order=17 bucket_order=0
    [    0.084952] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.219814] NET: Registered PF_ALG protocol family
    [    0.221119] Key type asymmetric registered
    [    0.221147] Asymmetric key parser 'x509' registered
    [    0.221153] Asymmetric key parser 'pkcs8' registered
    [    0.221422] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
    [    0.221431] io scheduler mq-deadline registered
    [    0.221438] io scheduler kyber registered
    [    0.221528] io scheduler bfq registered
    [    0.233734] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.237269] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [    0.243529] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.245696] IPMI message handler: version 39.2
    [    0.245757] ipmi device interface
    [    0.247041] ipmi_si: IPMI System Interface driver
    [    0.247565] ipmi_si: Unable to find any System Interface(s)
    [    0.263288] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [    0.291453] loop: module loaded
    [    0.367195] Initramfs unpacking failed: invalid magic at start of compressed archive
    [    0.370380] tun: Universal TUN/TAP device driver, 1.6
    [    0.371793] Freeing initrd memory: 2924K
    [    0.372451] PPP generic driver version 2.4.2
    [    0.372753] PPP BSD Compression module registered
    [    0.372760] PPP Deflate Compression module registered
    [    0.372838] PPP MPPE Compression module registered
    [    0.372845] NET: Registered PF_PPPOX protocol family
    [    0.373576] VFIO - User Level meta-driver version: 0.3
    [    0.375124] usbcore: registered new interface driver cdc_acm
    [    0.375136] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
    [    0.375252] usbcore: registered new device driver onboard-usb-dev
    [    0.375641] i2c_dev: i2c /dev entries driver
    [    0.376837] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
    [    0.377738] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.378840] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fc9100
    [    0.381035] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 (0,8000003f) counters available
    [    0.382124]  cs_system_cfg: CoreSight Configuration manager initialised
    [    0.382766] optee: probing for conduit method.
    [    0.382824] optee: revision 4.6
    [    0.383316] optee: dynamic shared memory is enabled
    [    0.384551] random: crng init done
    [    0.384696] optee: initialized driver
    [    0.385497] GACT probability on
    [    0.385512] Mirror/redirect action on
    [    0.385542] Simple TC action Loaded
    [    0.385581] u32 classifier
    [    0.385584]     input device check on
    [    0.385586]     Actions configured
    [    0.386127] IPVS: Registered protocols ()
    [    0.386157] IPVS: Connection hash table configured (size=4096, memory=32Kbytes)
    [    0.386368] IPVS: ipvs loaded.
    [    0.386615] NET: Registered PF_INET6 protocol family
    [    0.387924] Segment Routing with IPv6
    [    0.387973] In-situ OAM (IOAM) with IPv6
    [    0.388136] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [    0.389430] NET: Registered PF_PACKET protocol family
    [    0.389501] Bridge firewalling registered
    [    0.389815] 8021q: 802.1Q VLAN Support v1.8
    [    0.389920] Key type dns_resolver registered
    [    0.400651] registered taskstats version 1
    [    0.400808] Loading compiled-in X.509 certificates
    [    0.414478] ti-sci 44043000.system-controller: ABI: 4.0 (firmware rev 0x000b '11.1.2--v11.01.02 (Fancy Rat)')
    [    0.478826] omap_i2c 2b200000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.480485] /bus@f0000/i2c@20000000/pmic@30: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/pmic@30/regulators/buck2
    [    0.483628] omap_i2c 20000000.i2c: bus 1 rev0.12 at 400 kHz
    [    0.484679] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
    [    0.484907] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    0.485270] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    0.488174] ti-udma 485c0100.dma-controller: Number of rings: 82
    [    0.491719] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    [    0.495391] ti-udma 485c0000.dma-controller: Number of rings: 150
    [    0.507947] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [    0.511809] printk: legacy console [ttyS2] disabled
    [    0.512340] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 286, base_baud = 3000000) is a 8250
    [    0.512447] printk: legacy console [ttyS2] enabled
    [    1.996237] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    2.010267] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
    [    2.049975] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    2.059314] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [    2.066513] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512, Policers 32
    [    2.074944] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:0
    [    2.094031] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [    2.107623] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
    [    2.113611] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 1
    [    2.121562] xhci-hcd xhci-hcd.2.auto: USB3 root hub has no ports
    [    2.127579] xhci-hcd xhci-hcd.2.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000808020000010
    [    2.137056] xhci-hcd xhci-hcd.2.auto: irq 297, io mem 0x31000000
    [    2.144145] hub 1-0:1.0: USB hub found
    [    2.147959] hub 1-0:1.0: 1 port detected
    [    2.155296] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
    [    2.161121] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 2
    [    2.169037] xhci-hcd xhci-hcd.3.auto: USB3 root hub has no ports
    [    2.175292] xhci-hcd xhci-hcd.3.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000808020000010
    [    2.184885] xhci-hcd xhci-hcd.3.auto: irq 298, io mem 0x31100000
    [    2.191998] hub 2-0:1.0: USB hub found
    [    2.195807] hub 2-0:1.0: 1 port detected
    [    2.220176] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
    [    2.259877] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    2.330745] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver TI DP83825S
    [    2.339986] clk: Disabling unused clocks
    [    2.351778] PM: genpd: Disabling unused power domains
    [    2.358770] Freeing unused kernel memory: 1216K
    [    2.363673] Run /init as init process
    00:00:02.374572 INFO    - LG_Bootstrap: Version 8.7.1.1
    00:00:02.473713 DEBUG   - LG_Bootstrap: Command line found lgplatform = TI_AM62_G2CR
    00:00:02.473923 DEBUG   - LG_Bootstrap: Command line found scpi_diag = 1
    daemon start
    daemon_restart_log
    deamon init done
    
    piranha PF f1-0 r0-0 p0-0 d0-0
    powerman piranha_pwr_fail
    daemon_power_restore old=Unknown
    dcomm_attach() end. CMD_INIT_DONE received.
    [    2.503669] sdhci: Secure Digital Host Controller Interface driver
    [    2.512790] sdhci: Copyright(c) Pierre Ossman
    [    2.522850] sdhci-pltfm: SDHCI platform and OF driver helper
    [    2.555716] mmc0: CQHCI version 5.10
    [    2.601066] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    2.658442] mmc0: new HS200 MMC card at address 0001
    [    2.665076] mmcblk0: mmc0:0001 IS008G 3.65 GiB
    [    2.674847]  mmcblk0: p1 p2
    [    2.681741] mmcblk0boot0: mmc0:0001 IS008G 4.00 MiB
    daemon_transition
    [    2.696743] mmcblk0boot1: mmc0:0001 IS008G 4.00 MiB
    e2fsck 1.47.2 (1-Jan-2025)
    [    2.708925] mmcblk0rpmb: mmc0:0001 IS008G 4.00 MiB, chardev (239:0)
    /dev/mmcblk0p1: recovering journal
    [    2.805257] I/O error, dev mmcblk0, sector 451938 op 0x1:(WRITE) flags 0x800 phys_seg 32 prio class 0
    [    2.814557] Buffer I/O error on dev mmcblk0p1, logical block 56488, lost async page write
    [    2.822763] Buffer I/O error on dev mmcblk0p1, logical block 56489, lost async page write
    [    2.831001] Buffer I/O error on dev mmcblk0p1, logical block 56490, lost async page write
    [    2.839191] Buffer I/O error on dev mmcblk0p1, logical block 56491, lost async page write
    [    2.847377] Buffer I/O error on dev mmcblk0p1, logical block 56492, lost async page write
    [    2.855563] Buffer I/O error on dev mmcblk0p1, logical block 56493, lost async page write
    [    2.863749] Buffer I/O error on dev mmcblk0p1, logical block 56494, lost async page write
    [    2.871937] Buffer I/O error on dev mmcblk0p1, logical block 56495, lost async page write
    [    2.880123] Buffer I/O error on dev mmcblk0p1, logical block 56496, lost async page write
    [    2.888308] Buffer I/O error on dev mmcblk0p1, logical block 56497, lost async page write
    /sbin/fsck.ext4: Input/output error while recovering journal of /dev/mmcblk0p1
    Pass 1: Checking inodes, blocks, and sizes
    Pass 2: Checking directory structure
    Pass 3: Checking directory connectivity
    Pass 4: Checking reference counts
    Pass 5: Checking group summary information
    
    /dev/mmcblk0p1: ***** FILE SYSTEM WAS MODIFIED *****
    /dev/mmcblk0p1: 26/102400 files (7.7% non-contiguous), 26436/128000 blocks[    2.992422] EXT4-fs: Warning: mounting with data=journal disables delayed allocation, dioread_nolock, O_DIRECT and fast_commit support!
    
    [    3.027921] EXT4-fs (mmcblk0p1): mounted filesystem 1f4df31f-14ee-4539-a371-6e186e688fd1 r/w with journalled data mode. Quota mode: none.
    00:00:03.039410 DEBUG   - LG_Bootstrap: Command line found bootdir = boot0
    00:00:03.039625 WARNING - LG_Bootstrap: packageconfig not on command line.
    00:00:03.039649 WARNING - LG_Bootstrap: Assuming unlocked (for now).
    [    3.060209] loop0: detected capacity change from 0 to 16
    00:00:03.101651 DEBUG   - LG_Bootstrap: Command line found scpi_diag = 1
    00:00:03.101851 DEBUG   - LG_Bootstrap: Command line found lgplatform = TI_AM62_G2CR
    00:00:03.101880 DEBUG   - LG_Bootstrap: Command line found bootdir = boot0
    00:00:03.101907 WARNING - LG_Bootstrap: packageconfig not on command line.
    00:00:03.101928 WARNING - LG_Bootstrap: Assuming unlocked (for now).
    [    3.149846] loop0: detected capacity change from 0 to 86808
    [    3.179269] loop1: detected capacity change from 0 to 16
    [    3.242497] loop1: detected capacity change from 0 to 696
    00:00:03.247195 INFO    - LG_Bootstrap: FEC file found, using it with verity
    [    3.259127] loop2: detected capacity change from 0 to 1408
    [    3.272828] device-mapper: verity: sha256 using ahash "sha256-sa2ul"
    00:00:03.280408 DEBUG   - LG_Bootstrap: Command line found overlay = 0
    [    3.321791] loop3: detected capacity change from 0 to 20000
    [    3.351353] loop4: detected capacity change from 0 to 16
    e2fsck 1.47.2 (1-Jan-2025)
    /dev/mapper/factory: recovering journal
    Pass 1: Checking inodes, blocks, and sizes
    Pass 2: Checking directory structure
    Pass 3: Checking directory connectivity
    Pass 4: Checking reference counts
    Pass 5: Checking group summary information
    [    3.657982] I/O error, dev mmcblk0, sector 26106 op 0x1:(WRITE) flags 0x9800 phys_seg 36 prio class 2
    [    3.667430] Aborting journal on device mmcblk0p1-8.
    [    3.673968] EXT4-fs error (device mmcblk0p1): ext4_journal_check_start:84: comm kworker/u4:0: Detected aborted journal
    [    3.685884] EXT4-fs (mmcblk0p1): Remounting filesystem read-only
    [    3.691928] I/O error, dev loop3, sector 0 op 0x1:(WRITE) flags 0x800 phys_seg 0 prio class 0
    Error writing file system info: [    3.700797] I/O error, dev loop3, sector 0 op 0x1:(WRITE) flags 0x800 phys_seg 0 prio class 0
    Input/output error
    
    /dev/mapper/factory: ***** FILE SYSTEM WAS MODIFIED *****
    [    3.719557] I/O error, dev loop3, sector 2 op 0x0:(READ) flags 0x1000 phys_seg 1 prio class 0
    [    3.728220] EXT4-fs (dm-2): unable to read superblock
    [    3.733629] I/O error, dev loop3, sector 2 op 0x0:(READ) flags 0x1000 phys_seg 1 prio class 0
    [    3.742201] EXT4-fs (dm-2): unable to read superblock
    [    3.747471] I/O error, dev loop3, sector 2 op 0x0:(READ) flags 0x1000 phys_seg 1 prio class 0
    [    3.756062] EXT4-fs (dm-2): unable to read superblock
    [    3.761277] I/O error, dev loop3, sector 0 op 0x0:(READ) flags 0x800 phys_seg 1 prio class 0
    [    3.769768] SQUASHFS error: Failed to read block 0x0: -5
    [    3.775120] unable to read squashfs_super_block
    mount: mounting /dev/mapper/factory on /mnt/switch_root/mnt/bootfs/factory failed: Input/output error
    00:00:03.778763 INFO    -[    3.790208] I/O error, dev loop3, sector 19840 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 0
     LG_Bootstrap: Factory data invalid!
    mke2fs 1.47.2 (1-Jan-2025)[    3.800112] I/O error, dev loop3, sector 19840 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
    
    fs_types for mke2fs.conf resolution: 'ext4', 'small'
    Warning: could not erase sector 2: Input/output error
    Filesystem label=
    OS type: Linux
    Block size=4096 (log=2)
    Fragment size=4096 (log=2)
    Stride=0 blocks, Stripe width=0 blocks
    2512 inodes, 2500 blocks
    125 blocks (5.00%) reserved for the super user
    First data block=0
    Maximum filesystem blocks=4194304
    1 block group
    32768 blocks per group, 32768 fragments per group
    2512 inodes per group
    
    Allocating group tables: done
    Warning: could not read block 0: Input/output error
    Warning: could not erase sector 0: Input/output error
    Writing inode tables: done
    Creating journal (1024 blocks): done
    Writing superblocks and filesystem accounting information: mkfs.ext4: Input/output error while writing out and closing file system
    [    3.929382] EXT4-fs (dm-2): unable to read superblock
    [    3.934913] EXT4-fs (dm-2): unable to read superblock
    [    3.940145] EXT4-fs (dm-2): unable to read superblock
    [    3.945396] SQUASHFS error: Failed to read block 0x0: -5
    [    3.950737] unable to read squashfs_super_block
    mount: mounting /dev/mapper/factory on /mnt/switch_root/mnt/bootfs/factory failed: Input/output error
    dd: can't open '/mnt/bootfs/boot0/allpackages.lst': Input/output error
    00:00:03.992866 INFO    - LG_Bootstrap: /sbin/losetup output:
    losetup: /mnt/bootfs/.option1: Input/output error
    
    00:00:03.993203 ERROR   - LG_Bootstrap: /dev/loop4 didn't last!
    00:00:04.003188 INFO    - LG_Bootstrap: /sbin/losetup output:
    losetup: /mnt/bootfs/.option1: Input/output error
    
    00:00:04.003347 ERROR   - LG_Bootstrap: /dev/loop4 didn't last!
    00:00:04.013608 INFO    - LG_Bootstrap: /sbin/losetup output:
    losetup: /mnt/bootfs/.option1: Input/output error
    
    00:00:04.013764 ERROR   - LG_Bootstrap: /dev/loop4 didn't last!
    00:00:04.024209 INFO    - LG_Bootstrap: /sbin/losetup output:
    losetup: /mnt/bootfs/.option1: Input/output error
    
    00:00:04.024368 ERROR   - LG_Bootstrap: /dev/loop4 didn't last!
    00:00:04.034651 INFO    - LG_Bootstrap: /sbin/losetup output:
    losetup: /mnt/bootfs/.option1: Input/output error
    
    00:00:04.034814 ERROR   - LG_Bootstrap: /dev/loop4 didn't last!
    00:00:04.044913 INFO    - LG_Bootstrap: /sbin/losetup output:
    losetup: /mnt/bootfs/.option1: Input/output error
    
    00:00:04.045184 ERROR   - LG_Bootstrap: /dev/loop4 didn't last!
    00:00:04.055312 INFO    - LG_Bootstrap: /sbin/losetup output:
    losetup: /mnt/bootfs/.option1: Input/output error
    
    00:00:04.055467 ERROR   - LG_Bootstrap: /dev/loop4 didn't last!
    00:00:04.066433 INFO    - LG_Bootstrap: /sbin/losetup output:
    losetup: /mnt/bootfs/.option1: Input/output error
    
    00:00:04.066594 ERROR   - LG_Bootstrap: /dev/loop4 didn't last!
    00:00:04.076744 INFO    - LG_Bootstrap: /sbin/losetup output:
    losetup: /mnt/bootfs/.option1: Input/output error
    
    00:00:04.076901 ERROR   - LG_Bootstrap: /dev/loop4 didn't last!
    00:00:04.086986 INFO    - LG_Bootstrap: /sbin/losetup output:
    losetup: /mnt/bootfs/.option1: Input/output error
    
    00:00:04.087271 ERROR   - LG_Bootstrap: /dev/loop4 didn't last!
    00:00:04.097598 INFO    - LG_Bootstrap: /sbin/losetup output:
    losetup: /mnt/bootfs/.option1: Input/output error
    
    00:00:04.097760 ERROR   - LG_Bootstrap: /dev/loop4 didn't last!
    00:00:04.107818 INFO    - LG_Bootstrap: /sbin/losetup output:
    losetup: /mnt/bootfs/.option1: Input/output error

  • Hi Kevin,

    Thanks for the update with the test result and I am glad to hear the patch resolves the issues for 2 eMMC devices.

    From the kernel log, it appears the ISSI IS21EF08G-JCLI device doesn't support CQE unlike the other 2 eMMC devices. The patch recovers the eMMC transfer failure with CQE enabled, so it won't help the error with the ISSI device.

    I don't have a patch ready for the case without CQE. Let me discuss with Blake Carpenter for your project schedule and I will when I can work on the implementation based on my work schedule.

  • (bump up the thread to avoid auto-lock due to inactive.)

  • Hi Kevin,

    Please apply the additional kernel patch attached below. It should fix the eMMC write error on the ISSI devices which do not support CQE.

    Once you validated the patch fixes the issue, you can remove the pr_info() line in the patch in your production kernel build. I added this line to just confirm the patch is in the code path.

    diff --git a/drivers/mmc/core/block.c b/drivers/mmc/core/block.c
    index 8c5dd87a3666..6f7bc4a1121a 100644
    --- a/drivers/mmc/core/block.c
    +++ b/drivers/mmc/core/block.c
    @@ -2126,6 +2126,10 @@ static void mmc_blk_mq_complete_rq(struct mmc_queue *mq, struct request *req)
            } else if (!blk_rq_bytes(req)) {
                    __blk_mq_end_request(req, BLK_STS_IOERR);
            } else if (mqrq->retries++ < MMC_MAX_RETRIES) {
    +               if (rq_data_dir(req) == WRITE) {
    +                       pr_info("emmc write failure, recovering...\n");
    +                       req->rq_flags |= RQF_XFER_SINGLE_BLK;
    +               }
                    blk_mq_requeue_request(req, true);
            } else {
                    if (mmc_card_removed(mq->card))

  • Hi Bin,

    The patch resolved the issue with ISSI IS21EF08G-JCLI (non-CQE) eMMC. Although our product is rated for an operating temperature range of -40 to 85C, validation was performed at -50C to assess margin.

    U-Boot SPL 2025.01 (Jan 01 2024 - 01:00:00 +0000)
    SoC:   AM62X SR1.0 HS-FS
    SYSFW ABI: 4.0 (firmware rev 0x000b '11.2.5--v11.02.05 (Fancy Rat)')
    Changed A53 CPU frequency to 1000000000Hz (S grade) in DT
    SPL initial stack usage: 13424 bytes
    Selects k3-am625-r5-lgsom-discrete dts
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.13.0(release):e0c4d3903b382bf34f552af53e6d955fae5283ab
    NOTICE:  BL31: Built : 01:00:00, Jan  1 2024
    
    U-Boot SPL 2025.01 (Jan 01 2024 - 01:00:00 +0000)
    SoC:   AM62X SR1.0 HS-FS
    SYSFW ABI: 4.0 (firmware rev 0x000b '11.2.5--v11.02.05 (Fancy Rat)')
    SPL initial stack usage: 1760 bytes
    Architecture: 64-bit ARM
    Processor: armv8
    Set USB core voltage
    Authentication passed
    Authentication passed
    5640 bytes read in 1 ms (5.4 MiB/s)
    check_allpackages() Found signature
    check_allpackages() Key3 signature good
    Hit any key to stop autoboot:  0
    switch to partitions #0, OK
    mmc0(part 0) is current device
    SD/MMC found on device 0
    EXT_CSD[179], PARTITION_CONFIG:
    BOOT_ACK: 0x1
    BOOT_PARTITION_ENABLE: 0x1 (boot0)
    PARTITION_ACCESS: 0x0 (user)
    65 bytes read in 1 ms (63.5 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc0 ...
    5640 bytes read in 1 ms (5.4 MiB/s)
    check_allpackages() Found signature
    check_allpackages() Key3 signature good
    5640 bytes read in 1 ms (5.4 MiB/s)
    check_allpackages() Found signature
    check_allpackages() Key3 signature good
    12218128 bytes read in 69 ms (168.9 MiB/s)
    ## Loading kernel from FIT Image at 90000000 ...
       Using 'k3-am62x-g2cr' configuration
       Verifying Hash Integrity ... OK
       Trying 'kernel-1' kernel subimage
         Description:  Vanilla Linux kernel
         Type:         Kernel Image
         Compression:  zstd compressed
         Data Start:   0x900000e0
         Data Size:    9103965 Bytes = 8.7 MiB
         Architecture: AArch64
         OS:           Linux
         Load Address: 0x82000000
         Entry Point:  0x82000000
         Hash algo:    sha256
         Hash value:   e4601139efc0f48f5b49f42c1775a1112cd67610fa13aef95f5bd6d48f1048c3
       Verifying Hash Integrity ... sha256+ OK
    ## Loading ramdisk from FIT Image at 90000000 ...
       Using 'k3-am62x-g2cr' configuration
       Verifying Hash Integrity ... OK
       Trying 'ramdisk-1' ramdisk subimage
         Description:  Rammy Disky
         Type:         RAMDisk Image
         Compression:  uncompressed
         Data Start:   0x908aec38
         Data Size:    2996523 Bytes = 2.9 MiB
         Architecture: AArch64
         OS:           Linux
         Load Address: 0x88080000
         Entry Point:  unavailable
         Hash algo:    sha256
         Hash value:   6f67fe1117a8e2dec95a09f96027284fa014e496e02caeb8add0e41bf0777f72
       Verifying Hash Integrity ... sha256+ OK
       Loading ramdisk from 0x908aec38 to 0x88080000
    ## Loading fdt from FIT Image at 90000000 ...
       Using 'k3-am62x-g2cr' configuration
       Verifying Hash Integrity ... OK
       Trying 'fdt-2' fdt subimage
         Description:  Flattened Device Tree blob
         Type:         Flat Device Tree
         Compression:  uncompressed
         Data Start:   0x90b986d0
         Data Size:    58074 Bytes = 56.7 KiB
         Architecture: AArch64
         Hash algo:    sha256
         Hash value:   c117b96189195bf77c5f79adc16a5caec439efac9daa13355ee04522b59caa38
       Verifying Hash Integrity ... sha256+ OK
       Booting using the fdt blob at 0x90b986d0
    Working FDT set to 90b986d0
       Uncompressing Kernel Image to 82000000
       Loading Ramdisk to 8fd24000, end 8ffff92b ... OK
       Loading Device Tree to 000000008fd12000, end 000000008fd232d9 ... OK
    Working FDT set to 8fd12000
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.12.57 (buildroot@buildroot) (aarch64-landisgyr-linux-gnu-gcc.br_real (Buildroot -g048c117e) 12.4.0, GNU ld (GNU Binutils) 2.43.1) #1 SMP PREEMPT Mon Jan  1 01:00:00 UTC 2024
    [    0.000000] KASLR disabled due to lack of seed
    [    0.000000] Machine model: LandisGyr G2CR AM62X
    [    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: 0x000000009e780000..0x000000009e7fffff (512 KiB) nomap non-reusable tfa@9e780000
    [    0.000000] OF: reserved mem: 0x000000009c700000..0x000000009c7fffff (1024 KiB) map non-reusable ramoops@9c700000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009c800000, size 3 MiB
    [    0.000000] OF: reserved mem: initialized node ipc-memories@9c800000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009c800000..0x000000009cafffff (3072 KiB) nomap non-reusable ipc-memories@9c800000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009cb00000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node m4f-dma-memory@9cb00000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009cb00000..0x000000009cbfffff (1024 KiB) nomap non-reusable m4f-dma-memory@9cb00000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009cc00000, size 14 MiB
    [    0.000000] OF: reserved mem: initialized node m4f-memory@9cc00000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009cc00000..0x000000009d9fffff (14336 KiB) nomap non-reusable m4f-memory@9cc00000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009da00000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@9da00000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009da00000..0x000000009dafffff (1024 KiB) nomap non-reusable r5f-dma-memory@9da00000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009db00000, size 12 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@9db00000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009db00000..0x000000009e6fffff (12288 KiB) nomap non-reusable r5f-memory@9db00000
    [    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-0x000000009c7fffff]
    [    0.000000]   node   0: [mem 0x000000009c800000-0x000000009e6fffff]
    [    0.000000]   node   0: [mem 0x000000009e700000-0x000000009e77ffff]
    [    0.000000]   node   0: [mem 0x000000009e780000-0x000000009fffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000009fffffff]
    [    0.000000] cma: Reserved 32 MiB at 0x0000000099c00000 on node -1
    [    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 22 pages/cpu s49240 r8192 d32680 u90112
    [    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 panic=3 lgplatform=TI_AM62_EIC overlay=0 bootdir=boot0 scpi_diag=1 root=PARTUUID=b54aeda4-c610-4981-a24c-1edbe86de687 rw rootfstype=squashfs,ext4 rootwait
    [    0.000000] Unknown kernel command line parameters "lgplatform=TI_AM62_EIC overlay=0 bootdir=boot0 scpi_diag=1", will be passed to user space.
    [    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] Built 1 zonelists, mobility grouping on.  Total pages: 131072
    [    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
    [    0.000000] software IO TLB: SWIOTLB bounce buffer size adjusted to 0MB
    [    0.000000] software IO TLB: area num 1.
    [    0.000000] software IO TLB: mapped [mem 0x0000000099a77000-0x0000000099af7000] (0MB)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, 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=1.
    [    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 100 jiffies.
    [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
    [    0.000000] RCU Tasks: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=1.
    [    0.000000] RCU Tasks Trace: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=1.
    [    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 @80800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x0000000080030000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080040000
    [    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.000001] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.000472] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
    [    0.000723] Console: colour dummy device 80x25
    [    0.000807] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=200000)
    [    0.000824] pid_max: default: 32768 minimum: 301
    [    0.001019] LSM: initializing lsm=capability
    [    0.001208] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
    [    0.001225] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
    [    0.004690] rcu: Hierarchical SRCU implementation.
    [    0.004710] rcu:     Max phase no-delay instances is 400.
    [    0.006292] EFI services will not be available.
    [    0.006665] smp: Bringing up secondary CPUs ...
    [    0.006705] smp: Brought up 1 node, 1 CPU
    [    0.006712] SMP: Total of 1 processors activated.
    [    0.006717] CPU: All CPU(s) started at EL2
    [    0.006724] CPU features: detected: 32-bit EL0 Support
    [    0.006732] CPU features: detected: CRC32 instructions
    [    0.006794] alternatives: applying system-wide alternatives
    [    0.007403] Memory: 391520K/524288K available (11968K kernel code, 1394K rwdata, 4116K rodata, 1216K init, 984K bss, 93940K reserved, 32768K cma-reserved)
    [    0.008417] devtmpfs: initialized
    [    0.034949] DMA-API: preallocated 65536 debug entries
    [    0.035011] DMA-API: debugging enabled by kernel config
    [    0.035026] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
    [    0.035059] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
    [    0.036957] 27792 pages in range for non-PLT usage
    [    0.036984] 519312 pages in range for PLT usage
    [    0.037560] pinctrl core: initialized pinctrl subsystem
    [    0.038335] DMI not present or invalid.
    [    0.041384] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.042793] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
    [    0.042897] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.043017] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.043089] audit: initializing netlink subsys (disabled)
    [    0.043998] thermal_sys: Registered thermal governor 'step_wise'
    [    0.044207] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.044252] audit: type=2000 audit(0.042:1): state=initialized audit_enabled=0 res=1
    [    0.044297] ASID allocator initialised with 65536 entries
    [    0.045945] pstore: Using crash dump compression: deflate
    [    0.045960] pstore: Registered ramoops as persistent store backend
    [    0.045964] ramoops: using 0x100000@0x9c700000, ecc: 0
    [    0.050731] /bus@f0000/interrupt-controller@1800000: Fixed dependency cycle(s) with /bus@f0000/interrupt-controller@1800000
    [    0.061311] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.061332] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.061339] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.061343] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.061348] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.061352] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.061358] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.061361] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.063612] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
    [    0.065077] iommu: Default domain type: Translated
    [    0.065092] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.065525] SCSI subsystem initialized
    [    0.066063] usbcore: registered new interface driver usbfs
    [    0.066112] usbcore: registered new interface driver hub
    [    0.066146] usbcore: registered new device driver usb
    [    0.066700] pps_core: LinuxPPS API ver. 1 registered
    [    0.066705] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.066722] PTP clock support registered
    [    0.067169] EDAC MC: Ver: 3.0.0
    [    0.067446] scmi_core: SCMI protocol bus registered
    [    0.068627] Bluetooth: Core ver 2.22
    [    0.068675] NET: Registered PF_BLUETOOTH protocol family
    [    0.068679] Bluetooth: HCI device and connection manager initialized
    [    0.068692] Bluetooth: HCI socket layer initialized
    [    0.068700] Bluetooth: L2CAP socket layer initialized
    [    0.068716] Bluetooth: SCO socket layer initialized
    [    0.069215] vgaarb: loaded
    [    0.069785] clocksource: Switched to clocksource arch_sys_counter
    [    0.070254] VFS: Disk quotas dquot_6.6.0
    [    0.070282] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.078258] NET: Registered PF_INET protocol family
    [    0.078510] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.079676] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear)
    [    0.079705] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.079720] TCP established hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.079791] TCP bind hash table entries: 4096 (order: 5, 131072 bytes, linear)
    [    0.080034] TCP: Hash tables configured (established 4096 bind 4096)
    [    0.080193] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
    [    0.080219] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
    [    0.080427] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.080489] PCI: CLS 0 bytes, default 64
    [    0.081006] Unpacking initramfs...
    [    0.084520] Initialise system trusted keyrings
    [    0.086252] workingset: timestamp_bits=46 max_order=17 bucket_order=0
    [    0.086878] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.224571] NET: Registered PF_ALG protocol family
    [    0.224621] Key type asymmetric registered
    [    0.224628] Asymmetric key parser 'x509' registered
    [    0.224633] Asymmetric key parser 'pkcs8' registered
    [    0.225953] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
    [    0.225970] io scheduler mq-deadline registered
    [    0.225977] io scheduler kyber registered
    [    0.226082] io scheduler bfq registered
    [    0.238342] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.240635] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [    0.246734] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.249275] IPMI message handler: version 39.2
    [    0.249351] ipmi device interface
    [    0.250999] ipmi_si: IPMI System Interface driver
    [    0.251620] ipmi_si: Unable to find any System Interface(s)
    [    0.267480] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [    0.297100] loop: module loaded
    [    0.368447] Initramfs unpacking failed: invalid magic at start of compressed archive
    [    0.373544] tun: Universal TUN/TAP device driver, 1.6
    [    0.374151] Freeing initrd memory: 2924K
    [    0.374986] PPP generic driver version 2.4.2
    [    0.375223] PPP BSD Compression module registered
    [    0.375230] PPP Deflate Compression module registered
    [    0.375310] PPP MPPE Compression module registered
    [    0.375317] NET: Registered PF_PPPOX protocol family
    [    0.376071] VFIO - User Level meta-driver version: 0.3
    [    0.377550] usbcore: registered new interface driver cdc_acm
    [    0.377561] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
    [    0.377674] usbcore: registered new device driver onboard-usb-dev
    [    0.378112] i2c_dev: i2c /dev entries driver
    [    0.379329] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
    [    0.380257] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.381174] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fc9100
    [    0.383352] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 (0,8000003f) counters available
    [    0.384521]  cs_system_cfg: CoreSight Configuration manager initialised
    [    0.385206] optee: probing for conduit method.
    [    0.385264] optee: revision 4.9
    [    0.385677] optee: dynamic shared memory is enabled
    [    0.386908] optee: initialized driver
    [    0.387579] GACT probability on
    [    0.387593] Mirror/redirect action on
    [    0.387623] Simple TC action Loaded
    [    0.387671] u32 classifier
    [    0.387674]     input device check on
    [    0.387677]     Actions configured
    [    0.388135] random: crng init done
    [    0.388574] IPVS: Registered protocols ()
    [    0.388600] IPVS: Connection hash table configured (size=4096, memory=32Kbytes)
    [    0.388895] IPVS: ipvs loaded.
    [    0.389156] NET: Registered PF_INET6 protocol family
    [    0.390443] Segment Routing with IPv6
    [    0.390486] In-situ OAM (IOAM) with IPv6
    [    0.390646] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [    0.391978] NET: Registered PF_PACKET protocol family
    [    0.392056] Bridge firewalling registered
    [    0.392386] 8021q: 802.1Q VLAN Support v1.8
    [    0.392457] Key type dns_resolver registered
    [    0.403137] registered taskstats version 1
    [    0.403300] Loading compiled-in X.509 certificates
    [    0.416938] ti-sci 44043000.system-controller: ABI: 4.0 (firmware rev 0x000b '11.2.5--v11.02.05 (Fancy Rat)')
    [    0.481730] omap_i2c 2b200000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.483433] /bus@f0000/i2c@20000000/pmic@30: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/pmic@30/regulators/buck2
    [    0.487029] omap_i2c 20000000.i2c: bus 1 rev0.12 at 400 kHz
    [    0.487672] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
    [    0.487914] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    0.488266] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    0.491134] ti-udma 485c0100.dma-controller: Number of rings: 82
    [    0.494658] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    [    0.499177] ti-udma 485c0000.dma-controller: Number of rings: 150
    [    0.510639] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [    0.514541] printk: legacy console [ttyS2] disabled
    [    0.515088] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 286, base_baud = 3000000) is a 8250
    [    0.515193] printk: legacy console [ttyS2] enabled
    [    1.998600] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    2.012676] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
    [    2.052804] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    2.062156] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [    2.069349] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512, Policers 32
    [    2.077718] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:0
    [    2.096319] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [    2.110054] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
    [    2.115972] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 1
    [    2.123883] xhci-hcd xhci-hcd.2.auto: USB3 root hub has no ports
    [    2.129894] xhci-hcd xhci-hcd.2.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000808020000010
    [    2.139368] xhci-hcd xhci-hcd.2.auto: irq 297, io mem 0x31000000
    [    2.146398] hub 1-0:1.0: USB hub found
    [    2.150237] hub 1-0:1.0: 1 port detected
    [    2.157523] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
    [    2.163383] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 2
    [    2.171327] xhci-hcd xhci-hcd.3.auto: USB3 root hub has no ports
    [    2.177587] xhci-hcd xhci-hcd.3.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000808020000010
    [    2.187176] xhci-hcd xhci-hcd.3.auto: irq 298, io mem 0x31100000
    [    2.194219] hub 2-0:1.0: USB hub found
    [    2.198052] hub 2-0:1.0: 1 port detected
    [    2.219165] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
    [    2.258786] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    2.329644] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver TI DP83825S
    [    2.338893] clk: Disabling unused clocks
    [    2.350475] PM: genpd: Disabling unused power domains
    [    2.357467] Freeing unused kernel memory: 1216K
    [    2.362234] Run /init as init process
    00:00:02.372094 INFO    - LG_Bootstrap: Version 8.7.1.1
    00:00:02.471967 DEBUG   - LG_Bootstrap: Command line found lgplatform = TI_AM62_EIC
    00:00:02.472337 DEBUG   - LG_Bootstrap: Command line found scpi_diag = 1
    daemon start
    daemon_restart_log
    deamon init done
    
    piranha PF f1-0 r0-0 p0-0 d0-0
    powerman piranha_pwr_fail
    daemon_power_restore old=Unknown
    dcomm_attach() end. CMD_INIT_DONE received.
    [    2.503141] sdhci: Secure Digital Host Controller Interface driver
    [    2.511825] sdhci: Copyright(c) Pierre Ossman
    [    2.522243] sdhci-pltfm: SDHCI platform and OF driver helper
    [    2.554590] mmc0: CQHCI version 5.10
    [    2.599979] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    2.658473] mmc0: new HS200 MMC card at address 0001
    [    2.665139] mmcblk0: mmc0:0001 IS008G 3.65 GiB
    [    2.675133]  mmcblk0: p1 p2
    [    2.684236] mmcblk0boot0: mmc0:0001 IS008G 4.00 MiB
    daemon_transition
    [    2.698289] mmcblk0boot1: mmc0:0001 IS008G 4.00 MiB
    e2fsck 1.47.2 (1-Jan-2025)
    [    2.708918] mmcblk0rpmb: mmc0:0001 IS008G 4.00 MiB, chardev (239:0)
    /dev/mmcblk0p1: recovering journal
    [    2.733041] emmc write failure, recovering...
    Pass 1: Checking inodes, blocks, and sizes
    Pass 2: Checking directory structure
    Pass 3: Checking directory connectivity
    Pass 4: Checking reference counts
    Pass 5: Checking group summary information
    
    /dev/mmcblk0p1: ***** FILE SYSTEM WAS MODIFIED *****
    /dev/mmcblk0p1: 26/102400 files (3.8% non-contiguous), 33463/128000 blocks[    2.841242] EXT4-fs: Warning: mounting with data=journal disables delayed allocation, dioread_nolock, O_DIRECT and fast_commit support!
    
    [    2.876581] EXT4-fs (mmcblk0p1): mounted filesystem 4307c165-b2ad-4ad7-ae62-e7a0cf3819f2 r/w with journalled data mode. Quota mode: none.
    00:00:02.887238 DEBUG   - LG_Bootstrap: Command line found bootdir = boot0
    00:00:02.887481 WARNING - LG_Bootstrap: packageconfig not on command line.
    00:00:02.887506 WARNING - LG_Bootstrap: Assuming unlocked (for now).
    [    2.908015] loop0: detected capacity change from 0 to 16
    00:00:02.947562 DEBUG   - LG_Bootstrap: Command line found scpi_diag = 1
    00:00:02.947759 DEBUG   - LG_Bootstrap: Command line found lgplatform = TI_AM62_EIC
    00:00:02.947789 DEBUG   - LG_Bootstrap: Command line found bootdir = boot0
    00:00:02.947823 WARNING - LG_Bootstrap: packageconfig not on command line.
    00:00:02.947845 WARNING - LG_Bootstrap: Assuming unlocked (for now).
    [    2.991038] loop0: detected capacity change from 0 to 143352
    [    3.020190] loop1: detected capacity change from 0 to 16
    [    3.085061] loop1: detected capacity change from 0 to 1152
    00:00:03.088733 INFO    - LG_Bootstrap: No FEC file found, using standard verity
    [    3.099070] device-mapper: verity: sha256 using shash "sha256-ce"
    00:00:03.105481 DEBUG   - LG_Bootstrap: Command line found overlay = 0
    [    3.150039] loop2: detected capacity change from 0 to 20000
    [    3.179166] loop3: detected capacity change from 0 to 16
    e2fsck 1.47.2 (1-Jan-2025)
    /dev/mapper/factory: recovering journal
    [    3.245863] emmc write failure, recovering...
    Pass 1: Checking inodes, blocks, and sizes
    Pass 2: Checking directory structure
    Pass 3: Checking directory connectivity
    Pass 4: Checking reference counts
    Pass 5: Checking group summary information
    [    3.314511] emmc write failure, recovering...
    [    3.519368] emmc write failure, recovering...
    
    /dev/mapper/factory: ***** FILE SYSTEM WAS MODIFIED *****
    /dev/[    3.702071] emmc write failure, recovering...
    mapper/factory: 14/2512 files (7.1% non-contiguous), 1226/2500 blocks
    [    3.741011] emmc write failure, recovering...
    [    3.767447] EXT4-fs (dm-2): mounted filesystem 2ebb1be2-ba6f-4473-aabc-6462fb7979ff r/w with ordered data mode. Quota mode: none.
    11+1 records in
    11+1 records out
    [    3.818169] loop3: detected capacity change from 0 to 16
    e2fsck 1.47.2 (1-Jan-2025)
    /dev/mapper/rootfs: recovering journal
    [    3.907930] emmc write failure, recovering...
    [    3.919704] emmc write failure, recovering...
    [    3.932517] emmc write failure, recovering...
    [    3.941923] emmc write failure, recovering...
    [    3.946563] emmc write failure, recovering...
    [    3.951308] emmc write failure, recovering...
    Pass 1: Checking inodes, blocks, and sizes
    Pass 2: Checking directory structure
    Pass 3: Checking directory connectivity
    Pass 4: Checking reference counts
    Pass 5: Checking group summary information
    [    4.351974] emmc write failure, recovering...
    [    4.370997] emmc write failure, recovering...
    [    4.375835] emmc write failure, recovering...
    [    4.380318] emmc write failure, recovering...
    [    4.390748] emmc write failure, recovering...
    [    4.398229] emmc write failure, recovering...
    [    4.402999] emmc write failure, recovering...
    [    4.407797] emmc write failure, recovering...
    [    4.417508] emmc write failure, recovering...
    [    4.422179] emmc write failure, recovering...
    [    4.433930] emmc write failure, recovering...
    [    4.440040] emmc write failure, recovering...
    [    4.452232] emmc write failure, recovering...
    [    4.456934] emmc write failure, recovering...
    [    5.250920] usb 2-1: new full-speed USB device number 2 using xhci-hcd
    
    /dev/mapper/rootfs: ***** FILE SYSTEM WAS MODIFIED *****
    /dev/mapper/rootfs: 87/207168 files (0.0% non-contiguous), 32532/828407 blocks
    [    5.718942] EXT4-fs (dm-3): mounted filesystem bbf129b7-4a84-498b-b221-2e94d1596e2b r/w with journalled data mode. Quota mode: none.
    00:00:05.730304 WARNING - LG_Bootstrap: Logging to tmpfs
    00:00:05.730762 DEBUG   - LG_Bootstrap: Command line found scpi_diag = 1
    daemon_transition
    daemon_restart_log
    syslog restarted
    
      s6-linux-init version 1.1.2.1
    
    [    6.321294] cdc_acm 2-1:1.0: ttyACM0: USB ACM device
    [    6.336128] cdc_acm 2-1:1.2: ttyACM1: USB ACM device
    s6-rc: info: service runleveld: starting
    s6-rc: info: service console-login: starting
    s6-rc: info: service s6rc-fdholder: starting
    s6-rc: info: service s6rc-oneshot-runner: starting
    s6-rc: info: service console-login successfully started
    s6-rc: info: service runleveld successfully started
    s6-rc: info: service s6rc-oneshot-runner successfully started
    s6-rc: info: service wifi-driver: starting
    s6-rc: info: service rngd: starting
    s6-rc: info: service mount-sys: starting
    s6-rc: info: service fstab: starting
    
    Welcome to the Landis + Gyr Edge Intelligence Card
    (none) login: s6-rc: info: service s6rc-fdholder successfully started
    s6-rc: info: service wifi_provisioner-log: starting
    s6-rc: info: service wifi_dhcp_server-log: starting
    s6-rc: info: service reversetunnel-log: starting
    s6-rc: info: service powerman-log: starting
    s6-rc: info: service lglxc-log: starting
    s6-rc: info: service iwd-log: starting
    s6-rc: info: service ifplugd-log: starting
    s6-rc: info: service flash-sync-log: starting
    s6-rc: info: service dhcpcd-log: starting
    s6-rc: info: service dbus-log: starting
    s6-rc: info: service appos-log: starting
    Mounting basic filesystems - SKIPPING NOW
    s6-rc: info: service fstab successfully started
    s6-rc: info: service net-init: starting
    s6-rc: info: service drivers: starting
    [    7.267321] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    s6-rc: info: service mount-sys successfully started
    s6-rc: info: service mdevd: starting
    s6-rc: info: service wifi_provisioner-log successfully started
    s6-rc: info: service wifi_dhcp_server-log successfully started
    [    7.519307] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    s6-rc: info: service ifplugd-log successfully started
    [    7.540375] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    s6-rc: info: service ifplug-wlan1: starting
    s6-rc: info: service ifplug-wlan0: starting
    s6-rc: info: service ifplug-ppp0: starting
    s6-rc: info: service ifplug-eth0: starting
    s6-rc: info: service rngd successfully started
    s6-rc: info: service iwd-log successfully started
    s6-rc: info: service dbus-log successfully started
    s6-rc: info: service dbus: starting
    s6-rc: info: service flash-sync-log successfully started
    s6-rc: info: service reversetunnel-log successfully started
    s6-rc: info: service reversetunnel: starting
    s6-rc: info: service dhcpcd-log successfully started
    s6-rc: info: service dhcpcd: starting
    s6-rc: info: service powerman-log successfully started
    s6-rc: info: service lglxc-log successfully started
    s6-rc: info: service appos-log successfully started
    hostname: can't open '/etc/hostname': No such file or directory
    [    8.278335] cryptodev: loading out-of-tree module taints kernel.
    [    8.330261] sysctl table check failed: ioctl/(null) procname is null
    [    8.349870] sysctl table check failed: ioctl/(null) No proc_handler
    [    8.397044] cryptodev: driver 1.13 loaded.
    s6-rc: info: service drivers successfully started
    s6-rc: info: service ifplug-wlan1 successfully started
    s6-rc: info: service ifplug-wlan0 successfully started
    s6-rc: info: service net-init successfully started
    s6-rc: info: service ifplug-ppp0 successfully started
    s6-rc: info: service reversetunnel successfully started
    s6-rc: info: service ifplug-eth0 successfully started
    s6-rc: info: service mdevd successfully started
    s6-rc: info: service mdevd-coldplug: starting
    s6-rc: info: service flash-sync: starting
    s6-rc: info: service dhcpcd successfully started
    [    8.989195] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:01] driver [TI DP83825S] (irq=POLL)
    [    9.088252] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rmii link mode
    [    9.222972] 8021q: adding VLAN 0 to HW filter on device eth0
    s6-rc: info: service dbus successfully started
    usb.sh Running /devices/platform/bus@f0000/f910000.dwc3-usb/31100000.usb/xhci-hcd.3.auto/usb2/2-1/2-1:1.0/tty/ttyACM0 166 add
    s6-rc: info: service flash-sync successfully started
    s6-rc: info: service mkdev: starting
    s6-rc: info: service mkdev successfully started
    s6-rc: info: service lg-storage: starting
    s6-rc: info: service upgrade_watcher-log: starting
    s6-rc: info: service sshd: starting
    s6-rc: info: service mdd_waveform-log: starting
    s6-rc: info: service lgsqld: starting
    s6-rc: info: service lgplatform-msg-broker: starting
    s6-rc: info: service iwd: starting
    s6-rc: info: service chrony-log: starting
    s6-rc: info: service sshd successfully started
    s6-rc: info: service upgrade_watcher-log successfully started
    s6-rc: info: service upgrade_watcher: starting
    s6-rc: info: service mdd_waveform-log successfully started
    s6-rc: info: service lgplatform-msg-broker successfully started
    s6-rc: info: service lgplatform-mgrd: starting
    s6-rc: info: service lgipc-logger: starting
    s6-rc: info: service lgsqld successfully started
    s6-rc: info: service EventManager: starting
    s6-rc: info: service iwd successfully started
    s6-rc: info: service chrony-log successfully started
    s6-rc: info: service chrony: starting
    /opt/iprf/platform/scripts/lg-storage-mount.sh: line 75: [: /run/flash_sync/data/*: binary operator expected
    /opt/iprf/platform/scripts/lg-storage-mount.sh: line 81: [: /run/flash_sync/data/*: binary operator expected
    BusyBox v1.37.0 () multi-call binary.
    
    Usage: mount [OPTIONS] [-o OPT] DEVICE NODE
    
    Mount a filesystem. Filesystem autodetection requires /proc.
    
            -a              Mount all filesystems in fstab
            -r              Read-only mount
            -t FSTYPE[,...] Filesystem type(s)
            -T FILE         Read FILE instead of /etc/fstab
            -O OPT          Mount only filesystems with option OPT (-a only)
    -o OPT:
            loop            Ignored (loop devices are autodetected)
            remount         Remount a mounted filesystem, changing flags
            ro              Same as -r
    
    There are filesystem-specific -o flags.
    s6-rc: info: service upgrade_watcher successfully started
    s6-rc: info: service lg-storage successfully started
    s6-rc: info: service lglxc-init: starting
    s6-rc: info: service lgipc-logger successfully started
    s6-rc: info: service lgplatform-mgrd successfully started
    s6-rc: info: service utx-l1: starting
    s6-rc: info: service set_hostname: starting
    s6-rc: info: service powerman-lgipc: starting
    s6-rc: info: service meter_com: starting
    s6-rc: info: service mdd_waveform: starting
    s6-rc: info: service cert-mgr: starting
    s6-rc: info: service ContainerUsage: starting
    s6-rc: info: service EventManager successfully started
    s6-rc: info: service chrony successfully started
    s6-svstat: fatal: unable to read status for /run/s6_top_exec/sense-core: s6-supervise not running
    s6-rc: info: service meter_com successfully started
    s6-rc: info: service TempMonitor: starting
    s6-rc: info: service TableMonitor: starting
    s6-rc: info: service EventMonitor: starting
    s6-rc: info: service powerman-lgipc successfully started
    s6-rc: info: service mdd_waveform successfully started
    s6-rc: info: service ContainerUsage successfully started
    s6-rc: info: service cert-mgr successfully started
    s6-rc: info: service lglxc-init successfully started
    s6-rc: info: service lglxc-nftupdate: starting
    s6-rc: info: service lglxc-monitor: starting
    s6-rc: info: service lglxc-dhcpd-6: starting
    s6-rc: info: service lglxc-dhcpd-4: starting
    usb.sh Running /devices/platform/bus@f0000/f910000.dwc3-usb/31100000.usb/xhci-hcd.3.auto/usb2/2-1/2-1:1.2/tty/ttyACM1 166 add
    s6-rc: info: service set_hostname successfully started
    daemon_transition
    lgipc_event_send alert 1
    s6-rc: info: service EventMonitor successfully started
    s6-rc: info: service TempMonitor successfully started
    s6-rc: info: service TableMonitor successfully started
    s6-rc: info: service lglxc-monitor successfully started
    s6-rc: info: service lglxc-dhcpd-6 successfully started
    s6-rc: info: service lglxc-nftupdate successfully started
    s6-rc: info: service lglxc-dhcpd-4 successfully started
    [   19.968558] emmc write failure, recovering...
    
    Welcome to the Landis + Gyr Edge Intelligence Card
    (none) login: s6-rc: info: service utx-l1 successfully started
    s6-rc: info: service sbs: starting
    rs6-rc: info: service mdevd-coldplug successfully started
    ootFactory ESN[11223344] CUSN[11223344]
    Config ESN[11223344] CUSN[11223344]
    COMMON.H: update_cuid:1851: Revelo[11223344] detected - skipping CUID
    touch: /etc/lgpackage.conf: Read-only file system
    [   27.672293] ICMPv6: process `sysctl' is using deprecated sysctl (syscall) net.ipv6.neigh.default.base_reachable_time - use net.ipv6.neigh.default.base_reachable_time_ms instead
    
    Password: /opt/iprf/firmware/inifile.sh: line 4: enable: warning: inifile: dynamic builtin already loaded
    s6-rc: info: service sbs successfully started
    s6-rc: info: service radio_monitor: starting
    s6-rc: info: service radio_monitor successfully started
    
    login[299]: root login on 'ttyS2'
    (none):/opt/iprf# [   32.180876] usb 2-1: USB disconnect, device number 2
    usb.sh Running /devices/platform/bus@f0000/f910000.dwc3-usb/31100000.usb/xhci-hcd.3.auto/usb2/2-1/2-1:1.0/tty/ttyACM0 166 remove
    usb.sh Running /devices/platform/bus@f0000/f910000.dwc3-usb/31100000.usb/xhci-hcd.3.auto/usb2/2-1/2-1:1.2/tty/ttyACM1 166 remove
    (none):/opt/iprf# cat /etc/s6-sudoc: fatal: unable to get exit status from server: Connection timed out
    s6-rc: warning: unable to start service wifi-driver: command exited 111
    s6-rc: info: service sense-core-log: starting
    s6-rc: info: service wifi-driver: starting
    s6-rc: info: service sense-core-log successfully started
    [   37.301946] hub 2-0:1.0: USB hub found
    [   37.305857] hub 2-0:1.0: 1 port detected
    [   37.442818] usb 2-1: new full-speed USB device number 3 using xhci-hcd
    (none):/opt/iprf# cat /etc/os-release [   38.543190] cdc_acm 2-1:1.0: ttyACM0: USB ACM device
    [   38.566359] cdc_acm 2-1:1.2: ttyACM1: USB ACM device
    usb.sh Running /devices/platform/bus@f0000/f910000.dwc3-usb/31100000.usb/xhci-hcd.3.auto/usb2/2-1/2-1:1.0/tty/ttyACM0 166 add
    
    NAME=Lg-Linux
    VERSION=15.200-2-g827c524b.495 TI_AM62_EIC
    ID=TI_AM62_EIC
    VERSION_ID=15.200-2-g827c524b.495
    PRETTY_NAME="Lg-Linux 15.200-2-g827c524b.495 TI_AM62_EIC"

  • Hi Kevin,

    Glad to hear all the eMMC issues are resolved. Thanks for the update.