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.

M2-CC3301: Kernel driver compilation failled for sk-am62A-LP

Part Number: M2-CC3301

Hi, i'm trying to build the kernel 6.1.46 (sdk-linux-edgeai-am32axx-evm-09-00-01-03). I followed the documentation Enable M2
CC3301e2 with SK AM62B.pdf
Applied the patch ok.
During the build i have this error at the end :

ERROR: modpost: drivers/net/wireless/ti/cc33xx/cc33xx: 'wlcore_calc_packet_alignment' exported twice. Previous export was in drivers/net/wireless/ti/wlcore/wlcore.ko
scripts/Makefile.modpost:126: recipe for target 'Module.symvers' failed
make[1]: *** [Module.symvers] Error 1
Makefile:1964: recipe for target 'modpost' failed
make: *** [modpost] Error 2

Can you help please ?

  • Hi Mickael,

    There is a compatibility issue with the dts changes made in SDK 9.1 that is causing it not to come up. You can compile with SDK 9.1 and use the dtb (compiled dts file) from 9.0 in the meantime to bring up the device. I am reaching out to the AM62A processor team to determine the purpose of the changes made to the dts between SDKs and determine why it is having an affect on our device. I will let you know what they say but in the meantime I encourage you to compile everything from SDK 9.1 and use the patched dts from SDK 9.0. Please let me know if you have any questions.

  • Ok i hope that you find a solution quickly with your team. Can you provide me the dtb you use please for a quick test? Kernel could be the same between 9.1 and 9.0 ?

  • And the name of the dtb files i need to build with sdk 9.0.0.1 please

  • Hey Mickael,

    Please use the attached files and following steps in the meantime. I will continue to work on figuring out the 9.1 dts but I think there is a possibility you will get the functionality you need using sdk 9.1 and the old dts, so please test it and let me know once you bring it up.

    1. Flash the microSD card with the prebuilt AM62A WIC image: https://dr-download.ti.com/software-development/software-development-kit-sdk/MD-D37Ls3JjkT/09.01.00.07/tisdk-edgeai-image-am62axx-evm.wic.xz 
    2. On a Linux-based host PC, install the AM62 Processor SDK: https://dr-download.ti.com/software-development/software-development-kit-sdk/MD-D37Ls3JjkT/09.01.00.07/ti-processor-sdk-linux-edgeai-am62axx-evm-09_01_00_07-Linux-x86-Install.bin 
    3. Download the CC33xx SDK: https://dr-download.ti.com/software-development/driver-or-library/MD-ROCBq4vAGl/1.0.0.1/am62x-cc33xx-linux-package-1.0.0.1-linux-x64-installer.run 
    4. Navigate to the ti linux kernel source directory:
      cd ~/ti-processor-sdk-linux-edgeai-am62axx-evm-09_01_00_07/board-support/ti-linux-kernel-6.1.46+gitAUTOINC+247b2535b2-g247b2535b2
    5. Patch the TI linux kernel with the CC33XX kernel patches and config patches from the CC33xx sdk (I included an already compiled dtb so you don't have to patch the dts)
      patch -p0 < ~/cc33xx/patches/cc33xx_kernel.patch
      patch -p0 < ~/cc33xx/patches/cc33xx_ti_config.patch
    6. Set the path and make sure the kernel is clean
      export PATH=~/ti-processor-sdk-linux-am62xx-evm-09.01.00.08/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/aarch64-oe-linux:$PATH
      make ARCH=arm64 CROSS_COMPILE=aarch64-oe-linux- distclean
    7. Set the configuration and build the kernel, modules, and devicetree
      make ARCH=arm64 CROSS_COMPILE=aarch64-oe-linux- defconfig ti_arm64_prune.config
      make ARCH=arm64 CROSS_COMPILE=aarch64-oe-linux- Image modules -j8
    8. Install the kernel, modules, and DTBs
      sudo cp arch/arm64/boot/Image /media/<user>/rootfs/boot/
      sudo make ARCH=arm64 modules_install INSTALL_MOD_PATH=/media/<user>/rootfs/
      sudo cp <directory for dtb I included below> /media/user/rootfs/boot/dtb/ti/
    9. Fix the format of the CC33xx scripts by navigating to the correct directory and running the formatting command belowcd ~/cc33xx/cc33xx_rootfs/usr/share/cc33xx
      dos2unix *
    10. Install the CC33XX firmware and example scripts by copying the contents under "ccc33xx_rootfs" (included in the CC33xx_AM62A_Bringup folder below) into the SD card's root directory
      cd <path_to_cc33xx_folder>/cc33xx_rootfs
      sudo cp -r * /media/<user>/rootfs/
      sync
  • Hi Corinne,

    First i test your wic image provided at point 1. The image works like my yocto build (with mosquitto, modemManager ...)
    Then i installed the 9.1.00.07 sdk

    Patch the kernels, dts files ... I needed to add my patch compare to your process to modify k3-am62a7-sk.dtb ...

    But don't work for me. See the boot log below

    Log Boot

  • Just a question, is it possible that they have an issue with the M2-CC33XX wifi module ?

  • Hi Mickael,

    Did you use the dtb I attached (or did it attach properly as I am now not seeing it). Just in case I have reattached it below. Regarding an issue with the module do you mean your specific hardware or the module in general? I was able to bring it up on my end using the process I described above so there should not be an overall issue. While there is a compatibility issue with SDK 9.1 right now I am confident that will be solved.

    Best,
    Corinne
    https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/968/k3_2D00_am62a7_2D00_sk.dtb

  • Hi Corinne,

    No didn't tested with your dtb before but tried today. Same result, don't work ...
    Also, i use another M2-CC33XX (i ordered 2 cards), but same result !

    The boot log

    U-Boot SPL 2023.04-gb0d717b732 (Dec 06 2023 - 15:11:45 +0000)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)')
    am62a_init: board_init_f done
    am62a_init: spl_boot_device: devstat = 0x243 bootmedia = 0x8 bootindex = 0
    Trying to boot from MMC2
    am62a_init: spl_boot_device: devstat = 0x243 bootmedia = 0x8 bootindex = 0
    Authentication passed
    am62a_init: spl_boot_device: devstat = 0x243 bootmedia = 0x8 bootindex = 0
    Authentication passed
    
    
    U-Boot 2023.04-gb0d717b732 (Dec 06 2023 - 15:11:45 +0000)
    
    SoC:   AM62AX SR1.0 HS-FS
    Model: Texas Instruments AM62A7 SK
    DRAM:  2 GiB (effective 4 GiB)
    Core:  58 devices, 28 uclasses, devicetree: separate
    MMC:   mmc@fa10000: 0, mmc@fa00000: 1
    Loading Environment from nowhere... OK
    In:    serial@2800000
    Out:   serial@2800000
    Err:   serial@2800000
    Net:   eth0: ethernet@8000000port@1
    Hit any key to stop autoboot:  0
    switch to partitions #0, OK
    mmc1 is current device
    SD/MMC found on device 1
    Failed to load 'boot.scr'
    639 bytes read in 24 ms (25.4 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    ## Error: "main_cpsw0_qsgmii_phyinit" not defined
    20302336 bytes read in 860 ms (22.5 MiB/s)
    58193 bytes read in 30 ms (1.8 MiB/s)
    Working FDT set to 88000000
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
    Working FDT set to 88000000
       Loading Device Tree to 000000008feee000, end 000000008fffffff ... OK
    Working FDT set to 8feee000
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.1.46-dirty (mlestephan@ubuntu) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Thu Feb 15 17:08:33 CET 2024
    [    0.000000] Machine model: Texas Instruments AM62A7 SK
    [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
    [    0.000000] printk: bootconsole [ns16550a0] enabled
    [    0.000000] efi: UEFI not found.
    [    0.000000] Reserved memory: created CMA memory pool at 0x00000000c0000000, size 576 MiB
    [    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x0000000099800000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c7x-dma-memory@99800000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x0000000099900000, size 30 MiB
    [    0.000000] OF: reserved mem: initialized node c7x-memory@99900000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009b800000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@9b800000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009b900000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@9b900000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009c800000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@9c800000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009c900000, size 30 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@9c900000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 32 MiB
    [    0.000000] OF: reserved mem: initialized node edgeai-dma-memory@a1000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: initialized node edgeai_shared-memories, compatible id dma-heap-carveout
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ae000000, size 288 MiB
    [    0.000000] OF: reserved mem: initialized node edgeai-core-heap-memory@ae000000, compatible id shared-dma-pool
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   [mem 0x0000000100000000-0x00000008ffffffff]
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x00000000997fffff]
    [    0.000000]   node   0: [mem 0x0000000099800000-0x000000009b7fefff]
    [    0.000000]   node   0: [mem 0x000000009b800000-0x000000009e6fffff]
    [    0.000000]   node   0: [mem 0x000000009e700000-0x000000009e77ffff]
    [    0.000000]   node   0: [mem 0x000000009e780000-0x00000000a2ffffff]
    [    0.000000]   node   0: [mem 0x00000000a3000000-0x00000000adffffff]
    [    0.000000]   node   0: [mem 0x00000000ae000000-0x00000000bfffffff]
    [    0.000000]   node   0: [mem 0x00000000c0000000-0x00000000ffffffff]
    [    0.000000]   node   0: [mem 0x0000000880000000-0x00000008ffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
    [    0.000000] On node 0, zone DMA: 1 pages in unavailable ranges
    [    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.4
    [    0.000000] percpu: Embedded 19 pages/cpu s37992 r8192 d31640 u77824
    [    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] Built 1 zonelists, mobility grouping on.  Total pages: 1032191
    [    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern) root=PARTUUID=a00b5c08-02 rw rootfstype=ext4 rootwait
    [    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] software IO TLB: area num 4.
    [    0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
    [    0.000000] Memory: 2807960K/4194300K available (12288K kernel code, 1266K rwdata, 4020K rodata, 2112K init, 438K bss, 796516K reserved, 589824K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, 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=256 to nr_cpu_ids=4.
    [    0.000000]  Trampoline variant of Tasks RCU enabled.
    [    0.000000]  Tracing variant of Tasks RCU enabled.
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
    [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    [    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: 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 @880800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x0000000880040000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880050000
    [    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
    [    0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
    [    0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
    [    0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.008491] Console: colour dummy device 80x25
    [    0.013076] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023757] pid_max: default: 32768 minimum: 301
    [    0.028523] LSM: Security Framework initializing
    [    0.033348] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.040928] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.050397] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.057831] cblist_init_generic: Setting shift to 2 and lim to 1.
    [    0.064121] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.071515] cblist_init_generic: Setting shift to 2 and lim to 1.
    [    0.077886] rcu: Hierarchical SRCU implementation.
    [    0.082791] rcu:     Max phase no-delay instances is 1000.
    [    0.088352] Platform MSI: msi-controller@1820000 domain created
    [    0.094612] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.104003] EFI services will not be available.
    [    0.108857] smp: Bringing up secondary CPUs ...
    [    0.114055] Detected VIPT I-cache on CPU1
    [    0.114139] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.114156] GICv3: CPU1: using allocated LPI pending table @0x0000000880060000
    [    0.114200] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.114818] Detected VIPT I-cache on CPU2
    [    0.114887] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [    0.114900] GICv3: CPU2: using allocated LPI pending table @0x0000000880070000
    [    0.114931] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.115486] Detected VIPT I-cache on CPU3
    [    0.115557] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [    0.115570] GICv3: CPU3: using allocated LPI pending table @0x0000000880080000
    [    0.115599] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.115663] smp: Brought up 1 node, 4 CPUs
    [    0.195383] SMP: Total of 4 processors activated.
    [    0.200195] CPU features: detected: 32-bit EL0 Support
    [    0.205463] CPU features: detected: CRC32 instructions
    [    0.210770] CPU: All CPU(s) started at EL2
    [    0.214968] alternatives: applying system-wide alternatives
    [    0.222094] devtmpfs: initialized
    [    0.233562] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.243552] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.264109] pinctrl core: initialized pinctrl subsystem
    [    0.269985] DMI not present or invalid.
    [    0.274454] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.281387] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
    [    0.288829] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.296908] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.305068] audit: initializing netlink subsys (disabled)
    [    0.310714] audit: type=2000 audit(0.204:1): state=initialized audit_enabled=0 res=1
    [    0.311100] thermal_sys: Registered thermal governor 'step_wise'
    [    0.318642] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.324820] cpuidle: using governor menu
    [    0.335647] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.342666] ASID allocator initialised with 65536 entries
    [    0.359275] platform 30200000.dss: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/sii9022@3b
    [    0.370993] platform connector: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/sii9022@3b
    [    0.380454] KASLR disabled due to lack of seed
    [    0.391413] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.398375] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.404786] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.411726] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.418134] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.425074] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.431482] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.438421] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.446052] k3-chipinfo 43000014.chipid: Family:AM62AX rev:SR1.0 JTAGID[0x0bb8d02f] Detected
    [    0.456163] iommu: Default domain type: Translated
    [    0.461172] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.467818] SCSI subsystem initialized
    [    0.471945] usbcore: registered new interface driver usbfs
    [    0.477587] usbcore: registered new interface driver hub
    [    0.483040] usbcore: registered new device driver usb
    [    0.488590] pps_core: LinuxPPS API ver. 1 registered
    [    0.493668] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.503017] PTP clock support registered
    [    0.507145] EDAC MC: Ver: 3.0.0
    [    0.511132] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fca100
    [    0.517957] omap-mailbox 29010000.mailbox: omap mailbox rev 0x66fca100
    [    0.524760] omap-mailbox 29020000.mailbox: omap mailbox rev 0x66fca100
    [    0.531490] omap-mailbox 29030000.mailbox: no available mbox devices found
    [    0.538798] FPGA manager framework
    [    0.542339] Advanced Linux Sound Architecture Driver Initialized.
    [    0.549408] clocksource: Switched to clocksource arch_sys_counter
    [    0.555853] VFS: Disk quotas dquot_6.6.0
    [    0.559903] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.572652] Carveout Heap: Exported 176 MiB at 0x00000000a3000000
    [    0.578992] NET: Registered PF_INET protocol family
    [    0.584168] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.594615] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
    [    0.603425] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.611361] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.619667] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
    [    0.628046] TCP: Hash tables configured (established 32768 bind 32768)
    [    0.634908] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [    0.641863] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [    0.649378] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.655550] RPC: Registered named UNIX socket transport module.
    [    0.661622] RPC: Registered udp transport module.
    [    0.666432] RPC: Registered tcp transport module.
    [    0.671241] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.677830] NET: Registered PF_XDP protocol family
    [    0.682741] PCI: CLS 0 bytes, default 64
    [    0.687396] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
    [    0.697220] Initialise system trusted keyrings
    [    0.701969] workingset: timestamp_bits=46 max_order=20 bucket_order=0
    [    0.712693] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.719175] NFS: Registering the id_resolver key type
    [    0.724387] Key type id_resolver registered
    [    0.728666] Key type id_legacy registered
    [    0.732811] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.739667] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.783788] Key type asymmetric registered
    [    0.787982] Asymmetric key parser 'x509' registered
    [    0.793009] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [    0.800698] io scheduler mq-deadline registered
    [    0.805338] io scheduler kyber registered
    [    0.812320] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.818629] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [    0.825444] pinctrl-single a40000.pinctrl: 512 pins, size 2048
    [    0.837284] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.852272] loop: module loaded
    [    0.856637] megasas: 07.719.03.00-rc1
    [    0.863200] tun: Universal TUN/TAP device driver, 1.6
    [    0.869057] thunder_xcv, ver 1.0
    [    0.872398] thunder_bgx, ver 1.0
    [    0.875729] nicpf, ver 1.0
    [    0.878648] e1000: Intel(R) PRO/1000 Network Driver
    [    0.883641] e1000: Copyright (c) 1999-2006 Intel Corporation.
    [    0.889550] e1000e: Intel(R) PRO/1000 Network Driver
    [    0.894626] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
    [    0.900708] igb: Intel(R) Gigabit Ethernet Network Driver
    [    0.906228] igb: Copyright (c) 2007-2014 Intel Corporation.
    [    0.911948] igbvf: Intel(R) Gigabit Virtual Function Network Driver
    [    0.918361] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
    [    0.924524] sky2: driver version 1.30
    [    0.928934] VFIO - User Level meta-driver version: 0.3
    [    0.934857] usbcore: registered new interface driver usb-storage
    [    0.941528] i2c_dev: i2c /dev entries driver
    [    0.947212] sdhci: Secure Digital Host Controller Interface driver
    [    0.953561] sdhci: Copyright(c) Pierre Ossman
    [    0.958212] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.964721] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.971042] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.977967] usbcore: registered new interface driver usbhid
    [    0.983670] usbhid: USB HID core driver
    [    0.988401] optee: probing for conduit method.
    [    0.992982] optee: revision 4.0 (2a5b1d12)
    [    0.993241] optee: dynamic shared memory is enabled
    [    1.002779] optee: initialized driver
    [    1.007969] Initializing XFRM netlink socket
    [    1.012378] NET: Registered PF_PACKET protocol family
    [    1.017600] Key type dns_resolver registered
    [    1.022321] registered taskstats version 1
    [    1.026543] Loading compiled-in X.509 certificates
    [    1.039740] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)')
    [    1.081453] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    1.088534] pca953x 1-0023: supply vcc not found, using dummy regulator
    [    1.095420] pca953x 1-0023: using AI
    [    1.123985] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
    [    1.130759] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
    [    1.136688] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
    [    1.145018] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    1.154217] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    1.163209] ti-sci-inta 4e0a0000.interrupt-controller: Interrupt Aggregator domain 200 created
    [    1.172914] ti-udma 485c0100.dma-controller: Number of rings: 82
    [    1.180937] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    [    1.191726] ti-udma 485c0000.dma-controller: Number of rings: 150
    [    1.201512] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [    1.210790] ti-udma 4e230000.dma-controller: Number of rings: 6
    [    1.217246] ti-udma 4e230000.dma-controller: Channels: 6 (bchan: 0, tchan: 0, rchan: 6)
    [    1.226423] printk: console [ttyS2] disabled
    [    1.230858] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 252, base_baud = 3000000) is a 8250
    [    1.239738] printk: console [ttyS2] enabled
    [    1.239738] printk: console [ttyS2] enabled
    [    1.248198] printk: bootconsole [ns16550a0] disabled
    [    1.248198] printk: bootconsole [ns16550a0] disabled
    [    1.258919] omap8250 2810000.serial: PM domain pd:152 will not be powered off
    [    1.266288] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 253, base_baud = 3000000) is a 8250
    [    1.274994] serial serial0: tty port ttyS3 registered
    [    1.281981] spi-nand spi0.0: Winbond SPI NAND was found.
    [    1.287302] spi-nand spi0.0: 128 MiB, block size: 256 KiB, page size: 4096, OOB size: 128
    [    1.295653] 7 fixed-partitions partitions found on MTD device spi0.0
    [    1.302011] Creating 7 MTD partitions on "spi0.0":
    [    1.306801] 0x000000000000-0x000000080000 : "ospi_nand.tiboot3"
    [    1.314043] 0x000000080000-0x000000280000 : "ospi_nand.tispl"
    [    1.321615] 0x000000280000-0x000000680000 : "ospi_nand.u-boot"
    [    1.330009] 0x000000680000-0x0000006c0000 : "ospi_nand.env"
    [    1.336677] 0x0000006c0000-0x000000700000 : "ospi_nand.env.backup"
    [    1.343945] 0x000002000000-0x000007fc0000 : "ospi_nand.rootfs"
    [    1.388098] 0x000007fc0000-0x000008000000 : "ospi_nand.phypattern"
    [    1.433448] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    1.442513] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
    [    1.450652] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    1.463422] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [    1.470550] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
    [    1.476930] pps pps0: new PPS source ptp0
    [    1.481202] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
    [    1.491454] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [    1.499785] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 1200000 KHz, changing to: 1250000 KHz
    [    1.512185] mmc0: CQHCI version 5.10
    [    1.519120] omap8250 2810000.serial: Failed to create device link (0x180) with regulator-7
    [    1.557104] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    1.649904] mmc0: Command Queue Engine enabled
    [    1.655301] mmc0: new HS200 MMC card at address 0001
    [    1.675461] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
    [    1.686364]  mmcblk0: p1 p2
    [    1.689804] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
    [    1.695676] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
    [    1.701464] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
    [    1.966069] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
    [    1.972071] tps6594-rtc tps6594-rtc.4.auto: hctosys: unable to read the hardware clock
    [    1.980269] pca953x 1-0022: supply vcc not found, using dummy regulator
    [    1.986995] pca953x 1-0022: using AI
    [    1.995435] mmc2: CQHCI version 5.10
    [    1.998899] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    2.006647] mmc1: CQHCI version 5.10
    [    2.007528] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    2.017575] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    2.030766] ALSA device list:
    [    2.033751]   No soundcards found.
    [    2.047267] mmc2: SDHCI controller on fa20000.mmc [fa20000.mmc] using ADMA 64-bit
    [    2.051409] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    2.062375] Waiting for root device PARTUUID=a00b5c08-02...
    [    2.147181] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
    [    2.161704] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
    [    2.172376]  mmcblk1: p1 p2
    [    2.262754] EXT4-fs (mmcblk1p2): recovery complete
    [    2.270021] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
    [    2.279071] VFS: Mounted root (ext4 filesystem) on device 179:98.
    [    2.292258] devtmpfs: mounted
    [    2.305915] Freeing unused kernel memory: 2112K
    [    2.310566] Run /sbin/init as init process
    [    2.479922] systemd[1]: System time before build time, advancing clock.
    [    2.583585] NET: Registered PF_INET6 protocol family
    [    2.590179] Segment Routing with IPv6
    [    2.593956] In-situ OAM (IOAM) with IPv6
    [    2.634836] systemd[1]: systemd 250.5+ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)
    [    2.668976] systemd[1]: Detected architecture arm64.


    Second part

    [    6.229258] mc: Linux media interface: v0.10
    [    6.253012] tlv320aic3x 1-001b: supply DVDD not found, using dummy regulator
    [    6.262371] k3-dsp-rproc 7e000000.dsp: assigned reserved memory node c7x-dma-memory@99800000
    [    6.276177] k3-dsp-rproc 7e000000.dsp: configured DSP for remoteproc mode
    [    6.299327] videodev: Linux video capture interface: v2.00
    [    6.308953] remoteproc remoteproc0: 7e000000.dsp is available
    [    6.337005] platform 79000000.r5f: configured R5F for remoteproc mode
    [    6.344811] platform 79000000.r5f: assigned reserved memory node r5f-dma-memory@9b800000
    [    6.353385] remoteproc remoteproc1: 79000000.r5f is available
    [    6.389296] Bluetooth: Core ver 2.22
    [    6.393084] remoteproc remoteproc1: powering up 79000000.r5f
    [    6.398802] remoteproc remoteproc1: Booting fw image am62a-mcu-r5f0_0-fw, size 52148
    [    6.401790] NET: Registered PF_BLUETOOTH protocol family
    [    6.409743] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    6.424989] Bluetooth: HCI device and connection manager initialized
    [    6.427412] platform 78000000.r5f: configured R5F for IPC-only mode
    [    6.434838] Bluetooth: HCI socket layer initialized
    [    6.441642] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@9c800000
    [    6.446338] Bluetooth: L2CAP socket layer initialized
    [    6.455892] remoteproc remoteproc2: 78000000.r5f is available
    [    6.459313] Bluetooth: SCO socket layer initialized
    [    6.464932] remoteproc remoteproc2: attaching to 78000000.r5f
    [    6.478176] rproc-virtio rproc-virtio.5.auto: assigned reserved memory node r5f-dma-memory@9b800000
    [    6.481668] platform 78000000.r5f: R5F core initialized in IPC-only mode
    [    6.487829] virtio_rpmsg_bus virtio0: rpmsg host is online
    [    6.494122] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
    [    6.495825] rproc-virtio rproc-virtio.6.auto: assigned reserved memory node r5f-dma-memory@9c800000
    [    6.499641] rproc-virtio rproc-virtio.5.auto: registered virtio0 (type 7)
    [    6.522911] remoteproc remoteproc1: remote processor 79000000.r5f is now up
    [    6.523655] remoteproc remoteproc0: powering up 7e000000.dsp
    [    6.535966] remoteproc remoteproc0: Booting fw image am62a-c71_0-fw, size 11046992
    [    6.543725] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
    [    6.561972] btti serial0-0: Host wakeup NOT enabled
    [    6.566940] btti serial0-0: SM: Got EVENT_PROBE_DONE, moving from STATE_PROBING to STATE_HW_OFF
    [    6.571692] k3-dsp-rproc 7e000000.dsp: booting DSP core using boot addr = 0x99a00000
    [    6.586496] rproc-virtio rproc-virtio.7.auto: assigned reserved memory node c7x-dma-memory@99800000
    [    6.600219] virtio_rpmsg_bus virtio1: rpmsg host is online
    [    6.607068] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xd
    [    6.607234] rproc-virtio rproc-virtio.6.auto: registered virtio1 (type 7)
    [    6.614932] virtio_rpmsg_bus virtio2: rpmsg host is online
    [    6.621337] remoteproc remoteproc2: remote processor 78000000.r5f is now attached
    [    6.626689] rproc-virtio rproc-virtio.7.auto: registered virtio2 (type 7)
    [    6.640924] remoteproc remoteproc0: remote processor 7e000000.dsp is now up
    [    6.649565] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xd
    [    6.656755] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0x15
    [    6.664970] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0x15
    [    6.672924] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xe
    [    6.688735] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xe
    [    6.731615] vdec 30210000.video-codec: error -ENXIO: IRQ index 0 not found
    [    6.744158] vdec 30210000.video-codec: failed to get irq resource, falling back to polling
    [    6.913954] sii902x 1-003b: supply iovcc not found, using dummy regulator
    [    6.921106] sii902x 1-003b: supply cvcc12 not found, using dummy regulator
    [    6.937886] i2c i2c-1: Added multiplexed i2c bus 3
    [    6.943028] e5010 fd20000.e5010: Device registered as /dev/video2
    [    6.968797] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider using UBI block devices instead.
    [    6.975987] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider using UBI block devices instead.
    [    6.982848] mtdblock: MTD device 'ospi_nand.rootfs' is NAND, please consider using UBI block devices instead.
    [    6.992865] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
    [    6.994887] [drm] Initialized tidss 1.0.0 20180215 for 30200000.dss on minor 0
    [    6.995448] tidss 30200000.dss: [drm] Cannot find any crtc or sizes
    [    6.996321] tidss 30200000.dss: [drm] Cannot find any crtc or sizes
    [    7.032340] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
    [    7.034334] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider using UBI block devices instead.
    [    7.072659] mtdblock: MTD device 'ospi_nand.env' is NAND, please consider using UBI block devices instead.
    [    7.359403] audit: type=1334 audit(1708015350.153:4): prog-id=7 op=LOAD
    [    7.368378] audit: type=1334 audit(1708015350.161:5): prog-id=8 op=LOAD
    [    8.168574] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [    8.181685] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [    8.329911] audit: type=1334 audit(1708015351.125:6): prog-id=9 op=LOAD
    [    8.336655] audit: type=1334 audit(1708015351.129:7): prog-id=10 op=LOAD
    [    8.454055] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [    8.464728] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [    8.577081] tps6598x 0-003f: Unable to find the interrupt, switching to polling
    [    8.584933] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
    [    8.660284] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
    [    8.816746] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider using UBI block devices instead.
    [    8.967466] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider using UBI block devices instead.
    [    8.978260] cdns-csi2rx: probe of 30101000.csi-bridge failed with error -22
    [    8.996889] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider using UBI block devices instead.
    [    9.055253] mtdblock: MTD device 'ospi_nand.rootfs' is NAND, please consider using UBI block devices instead.
    [    9.079581] xhci-hcd xhci-hcd.9.auto: xHCI Host Controller
    [    9.112972] xhci-hcd xhci-hcd.9.auto: new USB bus registered, assigned bus number 1
    [    9.125302] xhci-hcd xhci-hcd.9.auto: USB3 root hub has no ports
    [    9.134402] xhci-hcd xhci-hcd.9.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000000000010010
    [    9.145111] xhci-hcd xhci-hcd.9.auto: irq 544, io mem 0x31100000
    [    9.159944] hub 1-0:1.0: USB hub found
    [    9.164462] hub 1-0:1.0: 1 port detected
    [    9.208537] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider using UBI block devices instead.
    [    9.425486] usb 1-1: new high-speed USB device number 2 using xhci-hcd
    [    9.658325] audit: type=1334 audit(1708015352.453:8): prog-id=11 op=LOAD
    [    9.665211] audit: type=1334 audit(1708015352.457:9): prog-id=12 op=LOAD
    [    9.834957] mtdblock: MTD device 'ospi_nand.env' is NAND, please consider using UBI block devices instead.
    [    9.866766] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider using UBI block devices instead.
    [   10.029126] audit: type=1006 audit(1708015352.821:10): pid=677 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
    [   10.041964] audit: type=1300 audit(1708015352.821:10): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffff72c5a08 a2=4 a3=ffffaba88020 items=0 ppid=1 pid=677 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
    [   10.165674] usbcore: registered new interface driver cdc_wdm
    [   10.212606] usbcore: registered new interface driver option
    [   10.218151] qmi_wwan 1-1:1.4: cdc-wdm0: USB WDM device
    [   10.218343] usbserial: USB Serial support registered for GSM modem (1-port)
    [   10.230551] qmi_wwan 1-1:1.4 wwan0: register 'qmi_wwan' at usb-xhci-hcd.9.auto-1, WWAN/QMI device, f6:25:cf:98:c1:24
    [   10.244172] usbcore: registered new interface driver qmi_wwan
    [   10.245046] option 1-1:1.0: GSM modem (1-port) converter detected
    [   10.266578] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB0
    [   10.274657] option 1-1:1.1: GSM modem (1-port) converter detected
    [   10.282558] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB1
    [   10.290663] option 1-1:1.2: GSM modem (1-port) converter detected
    [   10.298356] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB2
    [   10.306588] option 1-1:1.3: GSM modem (1-port) converter detected
    [   10.314528] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB3
    [   10.881191] kauditd_printk_skb: 1 callbacks suppressed
    [   10.881212] audit: type=1006 audit(1708015353.673:11): pid=634 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
    [   10.899776] audit: type=1300 audit(1708015353.673:11): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffff72c5a08 a2=4 a3=ffffaba88020 items=0 ppid=1 pid=634 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=2 comm="(weston)" exe="/lib/systemd/systemd" key=(null)
    [   10.931756] audit: type=1327 audit(1708015353.673:11): proctitle="(weston)"
    [   12.583019] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
    [   12.595026] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [   13.276980] audit: type=1701 audit(1708015356.069:12): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=1143 comm="edgeai-gui-app" exe="/usr/bin/edgeai-gui-app" sig=6 res=1
    [   13.315660] audit: type=1334 audit(1708015356.109:13): prog-id=13 op=LOAD
    [   13.322541] audit: type=1334 audit(1708015356.117:14): prog-id=14 op=LOAD
    [   14.177676] audit: type=1334 audit(1708015356.973:15): prog-id=14 op=UNLOAD
    [   14.184758] audit: type=1334 audit(1708015356.973:16): prog-id=13 op=UNLOAD
    [   39.373784] audit: type=1334 audit(1708015382.169:17): prog-id=10 op=UNLOAD
    [   39.381007] audit: type=1334 audit(1708015382.169:18): prog-id=9 op=UNLOAD
    [   85.721444] audit: type=1006 audit(1708015428.513:19): pid=1383 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
    [   85.733977] audit: type=1300 audit(1708015428.513:19): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=fffff72c5a08 a2=1 a3=0 items=0 ppid=1 pid=1383 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
    [   85.759533] audit: type=1327 audit(1708015428.513:19): proctitle="(systemd)"
    [   85.766636] audit: type=1334 audit(1708015428.541:20): prog-id=15 op=LOAD
    [   85.773475] audit: type=1300 audit(1708015428.541:20): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=fffff9d53570 a2=78 a3=0 items=0 ppid=1 pid=1383 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/lib/systemd/systemd" key=(null)
    [   85.798942] audit: type=1327 audit(1708015428.541:20): proctitle="(systemd)"
    [   85.806055] audit: type=1334 audit(1708015428.553:21): prog-id=15 op=UNLOAD
    [   85.813066] audit: type=1334 audit(1708015428.553:22): prog-id=16 op=LOAD
    [   85.819902] audit: type=1300 audit(1708015428.553:22): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=fffff9d53610 a2=78 a3=0 items=0 ppid=1 pid=1383 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/lib/systemd/systemd" key=(null)
    [   85.845386] audit: type=1327 audit(1708015428.553:22): proctitle="(systemd)"
    [  116.084316] mmc2: CQHCI version 5.10
    [  116.089676] btti serial0-0: SM: Got EVENT_REGULATOR_ENABLE, moving from STATE_HW_OFF to STATE_HW_ON
    [  116.129076] mmc2: SDHCI controller on fa20000.mmc [fa20000.mmc] using ADMA 64-bit
    [  116.153867] btti serial0-0: SM: Got EVENT_REGULATOR_DISABLE, moving from STATE_HW_ON to STATE_HW_OFF
    [  116.155869] btti serial0-0: SM: Got EVENT_REGULATOR_ENABLE, moving from STATE_HW_OFF to STATE_HW_ON
    [  116.217956] btti serial0-0: SM: Got EVENT_REGULATOR_DISABLE, moving from STATE_HW_ON to STATE_HW_OFF
    [  116.226546] btti serial0-0: SM: Got EVENT_REGULATOR_ENABLE, moving from STATE_HW_OFF to STATE_HW_ON
    [  116.298119] btti serial0-0: SM: Got EVENT_REGULATOR_DISABLE, moving from STATE_HW_ON to STATE_HW_OFF
    [  116.306551] btti serial0-0: SM: Got EVENT_REGULATOR_ENABLE, moving from STATE_HW_OFF to STATE_HW_ON
    [  116.398417] btti serial0-0: SM: Got EVENT_REGULATOR_DISABLE, moving from STATE_HW_ON to STATE_HW_OFF
    [  133.767386] SPI driver cc33xx_spi has no spi_device_id for ti,cc33xx
    [  139.534164] kauditd_printk_skb: 1 callbacks suppressed
    [  139.534179] audit: type=1334 audit(1708358971.652:24): prog-id=17 op=LOAD
    [  139.546249] audit: type=1334 audit(1708358971.656:25): prog-id=18 op=LOAD
    [  169.909599] audit: type=1334 audit(1708359002.028:26): prog-id=18 op=UNLOAD
    [  169.916658] audit: type=1334 audit(1708359002.028:27): prog-id=17 op=UNLOAD
    


    i used this commands to copy dtb file on the sdcard

    m@ubuntu:~/ti/cc33xx/ti_dtb_test$ sudo cp k3-am62a7-sk.dtb /media/m/rootfs/boot/dtb/ti/
    m@ubuntu:~/ti/cc33xx/ti_dtb_test$ sync
    

    Then i have a question, on your documentation, it's explained to modifiy k3-am62-lp-sk.dts


    Why we are changing k3-am62a7-sk.dts ?!

  • Hi Mickael, 

    We are changing k3-am62a7-sk because you said you were using the AM62Ax device not the AM62x device. Is this not the case? Please clarify this before we go any futher, the AM62A device is a blue board and the AM62x is green.

  • Hi Corinne, yes i use the AM62A (https://www.ti.com/tool/SK-AM62A-LP). I apologize for the mistake !
    Do you think we can have a wifi with cc33xx working by the end of the week ? Otherwise i will move to other solution (i need to fix this quickly now)

  • We should be able to get it working today using the solution I explained above, as I was able to bring it up on my end. When you bring up the device if you go to /sys/firmware/devicetree/base what do you see? Can you traverse some of the directories and make sure that they include the patches you expect (this is a file/directory representation of the dts).

    Corinne

  • Hi Corinne, under the result of the commande

    root@am62axx-evm:/opt/edgeai-gst-apps# ls /sys/firmware/devicetree/base/
    '#address-cells'   aliases     clk-0        cpus           interrupt-parent   memory@80000000   opp-table     regulator-1   regulator-4   regulator-7       sound
    '#size-cells'      bus@f0000   compatible   dma_buf_phys   l2-cache0          model             pmu           regulator-2   regulator-5   regulator-8       thermal-zones
     __symbols__       chosen      connector    firmware       leds               name              regulator-0   regulator-3   regulator-6   reserved-memory   timer-cl0-cpu0

  • Retry your procedure above.
    Rewrite the wic image provided, copy cc33xx rootfs and your dtb but the module don't bring it up ...

  • Hi Mickael,

    I am consulting internally and trying to figure out the patch for the SDK 9.1 patch. Please allow me until tomorrow to see what progress I can make. 

    Best,
    Corinne

  • Hi Mickael,

    I am still debugging on my end. Can you confirm whether you were able to bring it up on SDK 9.0? I consulted internally and they stated that they will get back to me soon. What shows when you run the sdio_rebind.sh script in /usr/share/cc33xx?

    Corinne

  • Hi Corinne, no i never able to bring it up ! Also on SDK 9.0 ...

    The result of the sdio_rebind.sh

    root@am62axx-evm:/opt/edgeai-gst-apps# /usr/share/cc33xx/sdio_rebind.sh
    [  294.569109] mmc2: CQHCI version 5.10
    [  294.610137] mmc2: SDHCI controller on fa20000.mmc [fa20000.mmc] using ADMA 64-bit
    Done


    I realy need to have wifi working tomorrow ...

    Is it possible for you to give me your complete image (wifi working) to test if my hardware is ok ?

  • Hi Mickael,

    Could you please try applying the attached additional patches?  This should add the necessary cc33xx wlan support to your AM62A dts in sdk 9.1 kernel.

    I tested this along with Corinne's instructions and was able to get this to work on the SK-AM62A-LP (E3 revision) together with an M.2 CC3301 (E2 revision).

    Hopefully we can get this working for you before the end of the week.

    ~roger

    https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/968/k3_2D00_am62a7_2D00_sk.dts.cc33.patch

    https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/968/k3_2D00_am62a_2D00_main.dtsi.cc33.patch

  • Hi,

    I applied your patch to my yocto image.

    It works partialy, now it seems that the module is detected (sdio) but there is an error when loading the firmware.

    See the boot log below

    U-Boot SPL 2023.04-gb0d717b732 (Dec 06 2023 - 15:11:45 +0000)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)')
    am62a_init: board_init_f done
    SPL initial stack usage: 17040 bytes
    am62a_init: spl_boot_device: devstat = 0x243 bootmedia = 0x8 bootindex = 0
    Trying to boot from MMC2
    am62a_init: spl_boot_device: devstat = 0x243 bootmedia = 0x8 bootindex = 0
    Authentication passed
    am62a_init: spl_boot_device: devstat = 0x243 bootmedia = 0x8 bootindex = 0
    Authentication passed
    am62a_init: spl_boot_device: devstat = 0x243 bootmedia = 0x8 bootindex = 0
    Authentication passed
    am62a_init: spl_boot_device: devstat = 0x243 bootmedia = 0x8 bootindex = 0
    Authentication passed
    am62a_init: spl_boot_device: devstat = 0x243 bootmedia = 0x8 bootindex = 0
    Authentication passed
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.9(release):v2.9.0-614-gd7a7135d32-dirty
    NOTICE:  BL31: Built : 09:34:15, Aug 24 2023
    
    U-Boot SPL 2023.04-gb0d717b732 (Dec 06 2023 - 15:11:45 +0000)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)')
    am62a_init: board_init_f done
    am62a_init: spl_boot_device: devstat = 0x243 bootmedia = 0x8 bootindex = 0
    Trying to boot from MMC2
    am62a_init: spl_boot_device: devstat = 0x243 bootmedia = 0x8 bootindex = 0
    Authentication passed
    am62a_init: spl_boot_device: devstat = 0x243 bootmedia = 0x8 bootindex = 0
    Authentication passed
    
    
    U-Boot 2023.04-gb0d717b732 (Dec 06 2023 - 15:11:45 +0000)
    
    SoC:   AM62AX SR1.0 HS-FS
    Model: Texas Instruments AM62A7 SK
    DRAM:  2 GiB (effective 4 GiB)
    Core:  58 devices, 28 uclasses, devicetree: separate
    MMC:   mmc@fa10000: 0, mmc@fa00000: 1
    Loading Environment from nowhere... OK
    In:    serial@2800000
    Out:   serial@2800000
    Err:   serial@2800000
    Net:   eth0: ethernet@8000000port@1
    Hit any key to stop autoboot:  0
    switch to partitions #0, OK
    mmc1 is current device
    SD/MMC found on device 1
    Failed to load 'boot.scr'
    667 bytes read in 21 ms (30.3 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    ## Error: "main_cpsw0_qsgmii_phyinit" not defined
    20302336 bytes read in 822 ms (23.6 MiB/s)
    59547 bytes read in 25 ms (2.3 MiB/s)
    Working FDT set to 88000000
    1915 bytes read in 23 ms (81.1 KiB/s)
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
    Working FDT set to 88000000
       Loading Device Tree to 000000008feee000, end 000000008fffffff ... OK
    Working FDT set to 8feee000
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.1.46-g247b2535b2 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Wed Dec  6 17:54:04 UTC 2023
    [    0.000000] Machine model: Texas Instruments AM62A7 SK
    [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
    [    0.000000] printk: bootconsole [ns16550a0] enabled
    [    0.000000] efi: UEFI not found.
    [    0.000000] Reserved memory: created CMA memory pool at 0x00000000c0000000, size 576 MiB
    [    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x0000000099800000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c7x-dma-memory@99800000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x0000000099900000, size 30 MiB
    [    0.000000] OF: reserved mem: initialized node c7x-memory@99900000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009b800000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@9b800000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009b900000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@9b900000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009c800000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@9c800000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009c900000, size 30 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@9c900000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 32 MiB
    [    0.000000] OF: reserved mem: initialized node edgeai-dma-memory@a1000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: initialized node edgeai_shared-memories, compatible id dma-heap-carveout
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ae000000, size 288 MiB
    [    0.000000] OF: reserved mem: initialized node edgeai-core-heap-memory@ae000000, compatible id shared-dma-pool
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   [mem 0x0000000100000000-0x00000008ffffffff]
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x00000000997fffff]
    [    0.000000]   node   0: [mem 0x0000000099800000-0x000000009b7fefff]
    [    0.000000]   node   0: [mem 0x000000009b800000-0x000000009e6fffff]
    [    0.000000]   node   0: [mem 0x000000009e700000-0x000000009e77ffff]
    [    0.000000]   node   0: [mem 0x000000009e780000-0x00000000a2ffffff]
    [    0.000000]   node   0: [mem 0x00000000a3000000-0x00000000adffffff]
    [    0.000000]   node   0: [mem 0x00000000ae000000-0x00000000bfffffff]
    [    0.000000]   node   0: [mem 0x00000000c0000000-0x00000000ffffffff]
    [    0.000000]   node   0: [mem 0x0000000880000000-0x00000008ffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
    [    0.000000] On node 0, zone DMA: 1 pages in unavailable ranges
    [    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.4
    [    0.000000] percpu: Embedded 19 pages/cpu s37992 r8192 d31640 u77824
    [    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] Built 1 zonelists, mobility grouping on.  Total pages: 1032191
    [    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern) root=PARTUUID=4fa16b4e-02 rw rootfstype=ext4 rootwait
    [    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] software IO TLB: area num 4.
    [    0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
    [    0.000000] Memory: 2807944K/4194300K available (12288K kernel code, 1266K rwdata, 4020K rodata, 2112K init, 438K bss, 796532K reserved, 589824K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, 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=256 to nr_cpu_ids=4.
    [    0.000000]  Trampoline variant of Tasks RCU enabled.
    [    0.000000]  Tracing variant of Tasks RCU enabled.
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
    [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    [    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: 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 @880800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x0000000880040000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880050000
    [    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
    [    0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
    [    0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
    [    0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.008501] Console: colour dummy device 80x25
    [    0.013089] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023771] pid_max: default: 32768 minimum: 301
    [    0.028537] LSM: Security Framework initializing
    [    0.033361] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.040941] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.050404] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.057839] cblist_init_generic: Setting shift to 2 and lim to 1.
    [    0.064128] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.071523] cblist_init_generic: Setting shift to 2 and lim to 1.
    [    0.077896] rcu: Hierarchical SRCU implementation.
    [    0.082802] rcu:     Max phase no-delay instances is 1000.
    [    0.088369] Platform MSI: msi-controller@1820000 domain created
    [    0.094639] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.104045] EFI services will not be available.
    [    0.108910] smp: Bringing up secondary CPUs ...
    [    0.114112] Detected VIPT I-cache on CPU1
    [    0.114197] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.114213] GICv3: CPU1: using allocated LPI pending table @0x0000000880060000
    [    0.114258] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.114876] Detected VIPT I-cache on CPU2
    [    0.114939] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [    0.114953] GICv3: CPU2: using allocated LPI pending table @0x0000000880070000
    [    0.114982] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.115530] Detected VIPT I-cache on CPU3
    [    0.115599] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [    0.115612] GICv3: CPU3: using allocated LPI pending table @0x0000000880080000
    [    0.115639] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.115704] smp: Brought up 1 node, 4 CPUs
    [    0.195424] SMP: Total of 4 processors activated.
    [    0.200236] CPU features: detected: 32-bit EL0 Support
    [    0.205505] CPU features: detected: CRC32 instructions
    [    0.210809] CPU: All CPU(s) started at EL2
    [    0.215007] alternatives: applying system-wide alternatives
    [    0.222143] devtmpfs: initialized
    [    0.233844] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.243837] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.264366] pinctrl core: initialized pinctrl subsystem
    [    0.270253] DMI not present or invalid.
    [    0.274724] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.281650] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
    [    0.289092] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.297173] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.305331] audit: initializing netlink subsys (disabled)
    [    0.310990] audit: type=2000 audit(0.204:1): state=initialized audit_enabled=0 res=1
    [    0.311372] thermal_sys: Registered thermal governor 'step_wise'
    [    0.318921] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.325099] cpuidle: using governor menu
    [    0.335927] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.342942] ASID allocator initialised with 65536 entries
    [    0.359991] platform 30200000.dss: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/sii9022@3b
    [    0.371640] platform connector: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/sii9022@3b
    [    0.381108] KASLR disabled due to lack of seed
    [    0.392146] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.399111] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.405522] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.412462] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.418870] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.425810] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.432218] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.439157] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.446757] k3-chipinfo 43000014.chipid: Family:AM62AX rev:SR1.0 JTAGID[0x0bb8d02f] Detected
    [    0.456876] iommu: Default domain type: Translated
    [    0.461886] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.468531] SCSI subsystem initialized
    [    0.472660] usbcore: registered new interface driver usbfs
    [    0.478301] usbcore: registered new interface driver hub
    [    0.483754] usbcore: registered new device driver usb
    [    0.489311] pps_core: LinuxPPS API ver. 1 registered
    [    0.494390] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.503740] PTP clock support registered
    [    0.507870] EDAC MC: Ver: 3.0.0
    [    0.511853] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fca100
    [    0.518682] omap-mailbox 29010000.mailbox: omap mailbox rev 0x66fca100
    [    0.525486] omap-mailbox 29020000.mailbox: omap mailbox rev 0x66fca100
    [    0.532212] omap-mailbox 29030000.mailbox: no available mbox devices found
    [    0.539520] FPGA manager framework
    [    0.543063] Advanced Linux Sound Architecture Driver Initialized.
    [    0.550128] clocksource: Switched to clocksource arch_sys_counter
    [    0.556572] VFS: Disk quotas dquot_6.6.0
    [    0.560622] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.573346] Carveout Heap: Exported 176 MiB at 0x00000000a3000000
    [    0.579687] NET: Registered PF_INET protocol family
    [    0.584869] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.595314] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
    [    0.604122] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.612060] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.620367] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
    [    0.628748] TCP: Hash tables configured (established 32768 bind 32768)
    [    0.635608] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [    0.642564] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [    0.650072] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.656233] RPC: Registered named UNIX socket transport module.
    [    0.662306] RPC: Registered udp transport module.
    [    0.667116] RPC: Registered tcp transport module.
    [    0.671925] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.678515] NET: Registered PF_XDP protocol family
    [    0.683425] PCI: CLS 0 bytes, default 64
    [    0.688072] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
    [    0.697907] Initialise system trusted keyrings
    [    0.702661] workingset: timestamp_bits=46 max_order=20 bucket_order=0
    [    0.713389] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.719890] NFS: Registering the id_resolver key type
    [    0.725104] Key type id_resolver registered
    [    0.729382] Key type id_legacy registered
    [    0.733532] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.740387] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.784428] Key type asymmetric registered
    [    0.788620] Asymmetric key parser 'x509' registered
    [    0.793647] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [    0.801333] io scheduler mq-deadline registered
    [    0.805972] io scheduler kyber registered
    [    0.813001] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.819435] pinctrl-single f4000.pinctrl: 151 pins, size 604
    [    0.826266] pinctrl-single a40000.pinctrl: 512 pins, size 2048
    [    0.838088] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.853045] loop: module loaded
    [    0.857408] megasas: 07.719.03.00-rc1
    [    0.863991] tun: Universal TUN/TAP device driver, 1.6
    [    0.869844] thunder_xcv, ver 1.0
    [    0.873189] thunder_bgx, ver 1.0
    [    0.876514] nicpf, ver 1.0
    [    0.879433] e1000: Intel(R) PRO/1000 Network Driver
    [    0.884425] e1000: Copyright (c) 1999-2006 Intel Corporation.
    [    0.890335] e1000e: Intel(R) PRO/1000 Network Driver
    [    0.895410] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
    [    0.901492] igb: Intel(R) Gigabit Ethernet Network Driver
    [    0.907013] igb: Copyright (c) 2007-2014 Intel Corporation.
    [    0.912738] igbvf: Intel(R) Gigabit Virtual Function Network Driver
    [    0.919146] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
    [    0.925313] sky2: driver version 1.30
    [    0.929753] VFIO - User Level meta-driver version: 0.3
    [    0.935675] usbcore: registered new interface driver usb-storage
    [    0.942353] i2c_dev: i2c /dev entries driver
    [    0.948032] sdhci: Secure Digital Host Controller Interface driver
    [    0.954381] sdhci: Copyright(c) Pierre Ossman
    [    0.959041] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.965548] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.971870] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.978795] usbcore: registered new interface driver usbhid
    [    0.984497] usbhid: USB HID core driver
    [    0.989225] optee: probing for conduit method.
    [    0.993806] optee: revision 4.0 (2a5b1d12)
    [    0.994066] optee: dynamic shared memory is enabled
    [    1.003602] optee: initialized driver
    [    1.008831] Initializing XFRM netlink socket
    [    1.013241] NET: Registered PF_PACKET protocol family
    [    1.018479] Key type dns_resolver registered
    [    1.023196] registered taskstats version 1
    [    1.027410] Loading compiled-in X.509 certificates
    [    1.040593] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)')
    [    1.081728] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    1.088837] pca953x 1-0023: supply vcc not found, using dummy regulator
    [    1.095726] pca953x 1-0023: using AI
    [    1.124687] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
    [    1.154372] i2c i2c-2: Added multiplexed i2c bus 3
    [    1.159540] i2c 4-0010: Fixed dependency cycle(s) with /bus@f0000/ticsi2rx@30102000/csi-bridge@30101000
    [    1.169308] i2c i2c-2: Added multiplexed i2c bus 4
    [    1.174215] pca954x 2-0071: registered 2 multiplexed busses for I2C switch pca9543
    [    1.182080] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
    [    1.188047] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
    [    1.196379] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    1.205585] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    1.214581] ti-sci-inta 4e0a0000.interrupt-controller: Interrupt Aggregator domain 200 created
    [    1.224281] ti-udma 485c0100.dma-controller: Number of rings: 82
    [    1.232307] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    [    1.243134] ti-udma 485c0000.dma-controller: Number of rings: 150
    [    1.252859] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [    1.262161] ti-udma 4e230000.dma-controller: Number of rings: 6
    [    1.268614] ti-udma 4e230000.dma-controller: Channels: 6 (bchan: 0, tchan: 0, rchan: 6)
    [    1.277800] printk: console [ttyS2] disabled
    [    1.282238] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 253, base_baud = 3000000) is a 8250
    [    1.291117] printk: console [ttyS2] enabled
    [    1.291117] printk: console [ttyS2] enabled
    [    1.299573] printk: bootconsole [ns16550a0] disabled
    [    1.299573] printk: bootconsole [ns16550a0] disabled
    [    1.311748] spi-nand spi0.0: Winbond SPI NAND was found.
    [    1.317081] spi-nand spi0.0: 128 MiB, block size: 256 KiB, page size: 4096, OOB size: 128
    [    1.325431] 7 fixed-partitions partitions found on MTD device spi0.0
    [    1.331787] Creating 7 MTD partitions on "spi0.0":
    [    1.336578] 0x000000000000-0x000000080000 : "ospi_nand.tiboot3"
    [    1.343812] 0x000000080000-0x000000280000 : "ospi_nand.tispl"
    [    1.351369] 0x000000280000-0x000000680000 : "ospi_nand.u-boot"
    [    1.359783] 0x000000680000-0x0000006c0000 : "ospi_nand.env"
    [    1.366476] 0x0000006c0000-0x000000700000 : "ospi_nand.env.backup"
    [    1.373742] 0x000002000000-0x000007fc0000 : "ospi_nand.rootfs"
    [    1.417987] 0x000007fc0000-0x000008000000 : "ospi_nand.phypattern"
    [    1.466156] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    1.475231] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
    [    1.483365] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006

    [    1.496144] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [    1.503273] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
    [    1.509632] pps pps0: new PPS source ptp0
    [    1.513902] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
    [    1.524154] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [    1.532479] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 1200000 KHz, changing to: 1250000 KHz
    [    1.544873] mmc0: CQHCI version 5.10
    [    1.590814] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    1.682373] mmc0: Command Queue Engine enabled
    [    1.686868] mmc0: new HS200 MMC card at address 0001
    [    1.693127] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
    [    1.702217]  mmcblk0: p1 p2
    [    1.705551] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
    [    1.711404] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
    [    1.717169] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
    [    1.887044] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
    [    1.893038] tps6594-rtc tps6594-rtc.4.auto: hctosys: unable to read the hardware clock
    [    1.901237] pca953x 1-0022: supply vcc not found, using dummy regulator
    [    1.907960] pca953x 1-0022: using AI
    [    1.915856] mmc2: CQHCI version 5.10
    [    1.918173] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    1.927059] mmc1: CQHCI version 5.10
    [    1.928015] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    1.937986] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    1.951537] ALSA device list:
    [    1.954532]   No soundcards found.
    [    1.967659] mmc2: SDHCI controller on fa20000.mmc [fa20000.mmc] using ADMA 64-bit
    [    1.970693] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    1.980754] sdhci-am654 fa20000.mmc: card claims to support voltages below defined range
    [    1.982785] Waiting for root device PARTUUID=4fa16b4e-02...
    [    2.008945] mmc2: new high speed SDIO card at address 0001
    [    2.048083] mmc1: new ultra high speed SDR104 SDHC card at address 59b4
    [    2.055272] mmcblk1: mmc1:59b4 USD00 29.5 GiB
    [    2.061467]  mmcblk1: p1 p2
    [    2.091319] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
    [    2.099930] VFS: Mounted root (ext4 filesystem) on device 179:98.
    [    2.106744] devtmpfs: mounted
    [    2.110446] Freeing unused kernel memory: 2112K
    [    2.115104] Run /sbin/init as init process
    [    2.267024] systemd[1]: System time before build time, advancing clock.
    [    2.316734] NET: Registered PF_INET6 protocol family
    [    2.323406] Segment Routing with IPv6
    [    2.327169] In-situ OAM (IOAM) with IPv6
    [    2.358291] systemd[1]: systemd 250.5+ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)
    [    2.390354] systemd[1]: Detected architecture arm64.

    Welcome to Arago 2023.10!
    
    [    3.160291] systemd[1]: Queued start job for default target Graphical Interface.
    [    3.231031] systemd[1]: Created slice Slice /system/getty.
    [  OK  ] Created slice Slice /system/getty.
    [    3.256880] systemd[1]: Created slice Slice /system/modprobe.
    [  OK  ] Created slice Slice /system/modprobe.
    [    3.280976] systemd[1]: Created slice Slice /system/serial-getty.
    [  OK  ] Created slice Slice /system/serial-getty.
    [    3.304460] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    3.326762] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password …ts to Console Directory Watch.
    [    3.350581] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password R…uests to Wall Directory Watch.
    [    3.374928] systemd[1]: Reached target Path Units.
    [  OK  ] Reached target Path Units.
    [    3.390434] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    3.410515] systemd[1]: Reached target Slice Units.
    [  OK  ] Reached target Slice Units.
    [    3.426446] systemd[1]: Reached target Swaps.
    [  OK  ] Reached target Swaps.
    [    3.507595] systemd[1]: Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [    3.530650] systemd[1]: Reached target RPC Port Mapper.
    [  OK  ] Reached target RPC Port Mapper.
    [    3.562728] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [    3.587183] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    3.612137] systemd[1]: Listening on Journal Audit Socket.
    [  OK  ] Listening on Journal Audit Socket.
    [    3.636903] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    3.660942] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    3.680218] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    3.705256] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    3.728388] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    3.752702] systemd[1]: Listening on User Database Manager Socket.
    [  OK  ] Listening on User Database Manager Socket.
    [    3.814796] systemd[1]: Mounting Huge Pages File System...
             Mounting Huge Pages File System...
    [    3.849048] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    3.894716] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    [    3.910952] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
    [    3.935889] systemd[1]: Mounting Temporary Directory /tmp...
             Mounting Temporary Directory /tmp...
    [    3.957089] systemd[1]: Starting Create List of Static Device Nodes...
             Starting Create List of Static Device Nodes...
    [    3.985565] systemd[1]: Starting Load Kernel Module configfs...
             Starting Load Kernel Module configfs...
    [    4.009491] systemd[1]: Starting Load Kernel Module drm...
             Starting Load Kernel Module drm...
    [    4.031968] systemd[1]: Starting Load Kernel Module fuse...
             Starting Load Kernel Module fuse...
    [    4.058315] fuse: init (API version 7.37)
    [    4.064265] systemd[1]: Starting Start psplash boot splash screen...
             Starting Start psplash boot splash screen...
    [    4.094427] systemd[1]: Starting RPC Bind...
             Starting RPC Bind...
    [    4.114759] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
    [    4.167259] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    4.196173] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    4.218924] cryptodev: loading out-of-tree module taints kernel.
    [    4.223711] systemd[1]: Starting Generate network units from Kernel command line...
             Starting Generate network …ts from Kernel co[    4.233364] cryptodev: driver 1.12 loaded.
    mmand line...
    [    4.260168] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems...
    [    4.284107] EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none.
    [    4.287957] systemd[1]: Starting Coldplug All udev Devices...
             Starting Coldplug All udev Devices...
    [    4.323988] systemd[1]: Started RPC Bind.
    [  OK  ] Started RPC Bind.
    [    4.342871] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.
    [  OK  ] Mounted Huge Pages File System.
    [  OK  ] Mounted POSIX Message Queue File System.
    [  OK  ] Mounted Kernel Debug File System.
    [  OK  ] Mounted Temporary Directory /tmp.
    [  OK  ] Finished Create List of Static Device Nodes.
    [  OK  ] Finished Load Kernel Module configfs.
    [  OK  ] Finished Load Kernel Module drm.
    [  OK  ] Finished Load Kernel Module fuse.
    [FAILED] Failed to start Start psplash boot splash screen.


    See 'systemctl status psplash-start.service' for details.
    [    7.551462] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider using UBI block devices instead.
    [DEPEND] Dependency failed for Star…progress communication helper.
    [    7.589966] cc33xx_driver cc33xx.10.auto: Direct firmware load for ti-connectivity/cc33xx-nvs.bin failed with error -2
    [  OK  ] Reached target Hardware activated USB gadget.
    [  OK  ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
    [    7.626571] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider using UBI block devices instead.
    [    7.657030] mtdblock: MTD device 'ospi_nand.rootfs' is NAND, please consider using UBI block devices instead.
    [    8.448532] mtdblock: MTD device 'ospi_nand.env' is NAND, please consider using UBI block devices instead.
    [    8.489181] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider using UBI block devices instead.
    [  OK  ] Created slice Slice /system/systemd-fsck.
    [  OK  ] Found device /dev/mmcblk0p1.
             Starting File System Check on /dev/mmcblk0p1...
    [  OK  ] Finished Wait for udev To Complete Device Initialization.
    [  OK  ] Found device /dev/mmcblk1p1.
    [    8.979121] audit: type=1334 audit(1651168243.604:4): prog-id=7 op=LOAD
    [    8.986646] audit: type=1334 audit(1651168243.608:5): prog-id=8 op=LOAD
    [  OK  ] Started Hardware RNG Entropy Gatherer Daemon.
    [  OK  ] Reached target System Initialization.
    [  OK  ] Started Daily rotation of log files.
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    [  OK  ] Reached target Timer Units.
    [  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [  OK  ] Listening on D-Bus System Message Bus Socket.
             Starting Docker Socket for the API...
    [  OK  ] Listening on dropbear.socket.
    [  OK  ] Listening on PC/SC Smart Card Daemon Activation Socket.
             Starting Weston socket...
             Starting Console System Startup Logging...
             Starting D-Bus System Message Bus...
             Starting Reboot and dump vmcore via kexec...
             Starting File System Check on /dev/mmcblk1p1...
    [  OK  ] Finished File System Check on /dev/mmcblk0p1.
    [  OK  ] Listening on Docker Socket for the API.
    [  OK  ] Listening on Weston socket.
    [  OK  ] Finished Console System Startup Logging.
    [  OK  ] Finished Reboot and dump vmcore via kexec.
    [  OK  ] Reached target Socket Units.
             Mounting /run/media/mmcblk0p1...
    [  OK  ] Finished File System Check on /dev/mmcblk1p1.
    [  OK  ] Mounted /run/media/mmcblk0p1.
    [  OK  ] Started D-Bus System Message Bus.
    [  OK  ] Reached target Basic System.
             Mounting /run/media/BOOT-mmcblk1p1...
             Starting Modem Manager...
             Starting Save/Restore Sound Card State...
    [  OK  ] Started Job spooling tools.
    [  OK  ] Started Periodic Command Scheduler.
             Starting DEMO...
             Starting Print notice about GPLv3 packages...
             Starting IPv6 Packet Filtering Framework...
             Starting IPv4 Packet Filtering Framework...
    [  OK  ] Started irqbalance daemon.
             Starting Telephony service...
             Starting Expand the rootfs…ll size of the boot device....
    [  OK  ] Started strongSwan IPsec I…IKEv2 daemon using ipsec.conf.
    [    9.654686] audit: type=1334 audit(1651168244.280:6): prog-id=9 op=LOAD
    [    9.662235] audit: type=1334 audit(1651168244.284:7): prog-id=10 op=LOAD
             Starting User Login Management...
    [  OK  ] Started TEE Supplicant.
             Starting Telnet Server...
    [  OK  ] Mounted /run/media/BOOT-mmcblk1p1.
    [  OK  ] Finished Save/Restore Sound Card State.
    [  OK  ] Started DEMO.
    [  OK  ] Finished IPv6 Packet Filtering Framework.
    [  OK  ] Finished IPv4 Packet Filtering Framework.
    [  OK  ] Finished Telnet Server.
    [  OK  ] Reached target Preparation for Network.
    [  OK  ] Reached target Sound Card.
             Starting Network Manager...
             Starting Network Configuration...
    [  OK  ] Started Telephony service.
    [    9.823637] Bluetooth: Core ver 2.22
    [    9.830317] NET: Registered PF_BLUETOOTH protocol family
    [    9.835669] Bluetooth: HCI device and connection manager initialized
    [    9.842231] Bluetooth: HCI socket layer initialized
    [    9.847157] Bluetooth: L2CAP socket layer initialized
    [    9.852286] Bluetooth: SCO socket layer initialized
    [    9.926190] wlcore: ERROR Chunk transfer failed
    [    9.930789] wlcore: ERROR Transfer error while downloading ti-connectivity/cc33xx_2nd_loader.bin
    [    9.942235] wlcore: ERROR FW download failed
    [  OK  ] Finished Expand the rootfs…full size of the boot device..
    [  OK  ] Started Modem Manager.
    [  OK  ] Started Network Manager.
    [   10.499706] audit: type=1334 audit(1651168245.124:8): prog-id=11 op=LOAD
    [   10.506488] audit: type=1334 audit(1651168245.132:9): prog-id=12 op=LOAD
             Starting Hostname Service...
    [  OK  ] Started User Login Management.
    [  OK  ] Started Network Configuration.
    [   10.860054] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
             Starting Network Name Resolution...
    [   10.894628] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [  OK  ] Started Hostname Service.
             Starting Network Manager Script Dispatcher Service...
    [  OK  ] Started Network Manager Script Dispatcher Service.
    [  OK  ] Started Network Name Resolution.
    [  OK  ] Reached target Network.
    [  OK  ] Reached target Host and Network Name Lookups.
             Starting Avahi mDNS/DNS-SD Stack...
             Starting Enable and configure wl18xx bluetooth stack...
             Starting containerd container runtime...
             Starting Mosquitto MQTT Broker...
    [  OK  ] Started Netperf Benchmark Server.
    [  OK  ] Started NFS status monitor for NFSv2/3 locking..
             Starting Simple Network Ma…ent Protocol (SNMP) Daemon....
             Starting Permit User Sessions...
    [  OK  ] Finished Permit User Sessions.
    [  OK  ] Started Getty on tty1.
    [  OK  ] Started Serial Getty on ttyS2.
    [  OK  ] Reached target Login Prompts.
             Starting Synchronize System and HW clocks...
             Starting Weston, a Wayland…ositor, as a system service...
    [  OK  ] Finished Enable and configure wl18xx bluetooth stack.
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
    [  OK  ] Started Mosquitto MQTT Broker.
    [   11.923434] audit: type=1334 audit(1651168246.548:10): prog-id=13 op=LOAD
    [   11.932345] audit: type=1334 audit(1651168246.556:11): prog-id=14 op=LOAD
             Starting User Database Manager...
    [  OK  ] Started User Database Manager.
    [  OK  ] Created slice User Slice of UID 1000.
             Starting User Runtime Directory /run/user/1000...
    [  OK  ] Finished User Runtime Directory /run/user/1000.
             Starting User Manager for UID 1000...
    [   12.416358] audit: type=1006 audit(1651168247.040:12): pid=815 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
    [   12.429097] audit: type=1300 audit(1651168247.040:12): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffede8d008 a2=4 a3=ffffa381b020 items=0 ppid=1 pid=815 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
    [  OK  ] Started Simple Network Man…ement Protocol (SNMP) Daemon..
    [  OK  ] Started User Manager for UID 1000.
    [  OK  ] Started Session c1 of User weston.
    [  OK  ] Started containerd container runtime.
    [  OK  ] Started Weston, a Wayland …mpositor, as a system service.
             Starting EdgeAI OOB demos...
             Stopping Weston, a Wayland…ositor, as a system service...
    [  OK  ] Stopped Weston, a Wayland …mpositor, as a system service.
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPL-3.0 packages:


    When i try sdio_rebind.sh

    root@am62axx-evm:/opt/edgeai-gst-apps# /usr/share/cc33xx/sdio_rebind.sh
    [  122.423333] mmc2: card 0001 removed
    [  123.482187] mmc2: CQHCI version 5.10
    [  123.522220] mmc2: SDHCI controller on fa20000.mmc [fa20000.mmc] using ADMA 64-bit
    [  123.535275] sdhci-am654 fa20000.mmc: card claims to support voltages below defined range
    [  123.557079] mmc2: new high speed SDIO card at address 0001
    [  123.563691] cc33xx_sdio mmc2:0001:2: Using GPIO as IRQ
    [  123.573173] cc33xx_driver cc33xx.10.auto: Direct firmware load for ti-connectivity/cc33xx-nvs.bin failed with error -2
    [  125.894317] wlcore: ERROR Device info command failure
    [  125.899781] wlcore: ERROR FW download failed
    Done


    cc33xx module is loaded

    lsmod
    Module                  Size  Used by
    overlay               122880  0
    bluetooth             548864  2
    ecdh_generic           16384  1 bluetooth
    ecc                    36864  1 ecdh_generic
    cc33xx                270336  0
    rpmsg_ctrl             16384  0
    mac80211              548864  1 cc33xx
    libarc4                16384  1 mac80211
    xhci_plat_hcd          16384  0
    cfg80211              385024  2 mac80211,cc33xx
    rfkill                 24576  3 bluetooth,cfg80211
    rpmsg_char             16384  1 rpmsg_ctrl
    snd_soc_hdmi_codec     20480  0
    dwc3                   98304  1
    cdns_csi2rx            20480  1
    snd_soc_simple_card    20480  0
    crct10dif_ce           16384  1
    cc33xx_sdio            16384  0
    snd_soc_simple_card_utils    24576  1 snd_soc_simple_card
    e5010_jpeg_enc         40960  0
    k3_j72xx_bandgap       16384  0
    rtc_ti_k3              16384  1
    dwc3_am62              16384  0
    wave5                  94208  0
    j721e_csi2rx           24576  0
    sii902x                20480  0
    ti_k3_r5_remoteproc    28672  0
    videobuf2_dma_contig    20480  3 j721e_csi2rx,e5010_jpeg_enc,wave5
    imx219                 20480  1
    v4l2_mem2mem           36864  2 e5010_jpeg_enc,wave5
    videobuf2_memops       16384  1 videobuf2_dma_contig
    videobuf2_v4l2         32768  4 j721e_csi2rx,v4l2_mem2mem,e5010_jpeg_enc,wave5
    v4l2_fwnode            20480  2 imx219,cdns_csi2rx
    tps6598x               20480  0
    v4l2_async             24576  4 v4l2_fwnode,j721e_csi2rx,imx219,cdns_csi2rx
    videobuf2_common       57344  7 j721e_csi2rx,videobuf2_dma_contig,videobuf2_v4l2,v4l2_mem2mem,e5010_jpeg_enc,wave5,videobuf2_memops
    ti_k3_dsp_remoteproc    16384  0
    tidss                  61440  0
    drm_dma_helper         20480  1 tidss
    sa2ul                  36864  0
    videodev              245760  9 v4l2_async,j721e_csi2rx,imx219,videobuf2_v4l2,cdns_csi2rx,videobuf2_common,v4l2_mem2mem,e5010_jpeg_enc,wave5
    typec                  73728  1 tps6598x
    virtio_rpmsg_bus       20480  0
    rpmsg_ns               16384  1 virtio_rpmsg_bus
    snd_soc_tlv320aic3x_i2c    16384  1
    snd_soc_tlv320aic3x    77824  1 snd_soc_tlv320aic3x_i2c
    ti_k3_common           16384  1 ti_k3_dsp_remoteproc
    snd_soc_davinci_mcasp    32768  2
    snd_soc_ti_udma        16384  1 snd_soc_davinci_mcasp
    mc                     57344  8 v4l2_async,videodev,j721e_csi2rx,imx219,videobuf2_v4l2,cdns_csi2rx,videobuf2_common,v4l2_mem2mem
    snd_soc_ti_edma        16384  1 snd_soc_davinci_mcasp
    cdns_dphy_rx           16384  0
    snd_soc_ti_sdma        16384  1 snd_soc_davinci_mcasp
    display_connector      16384  0
    drm_kms_helper        184320  5 sii902x,drm_dma_helper,display_connector,tidss
    optee_rng              16384  0
    rng_core               20480  2 optee_rng
    syscopyarea            16384  1 drm_kms_helper
    sysfillrect            16384  1 drm_kms_helper
    sysimgblt              16384  1 drm_kms_helper
    fb_sys_fops            16384  1 drm_kms_helper
    cryptodev              53248  0
    fuse                  131072  1
    drm                   561152  6 sii902x,drm_kms_helper,drm_dma_helper,display_connector,tidss
    drm_panel_orientation_quirks    28672  1 drm
    ipv6                  475136  44
    root@am62axx-evm:/opt/edgeai-gst-apps# ip a
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
        link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
        inet 127.0.0.1/8 scope host lo
           valid_lft forever preferred_lft forever
        inet6 ::1/128 scope host
           valid_lft forever preferred_lft forever
    2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
        link/ether 1c:63:49:15:93:5b brd ff:ff:ff:ff:ff:ff
    root@am62axx-evm:/opt/edgeai-gst-apps#

    An idea ?

    the difference that i have with your patch is here with aliases. I will try to remove it



    For the hw rev
    Sk is rev 2 i think
    M2-cc33xx is rev 1

  • Hello Mickael,

    The cc33xx you have on the E1 board is an older generation which is not supported by the production package.  You need PG2 (fitted on the rev E2 M.2 boards).  Do you have one of those newer boards?

    ~roger

  • No i don't have a rev E2 ! Can you provide me one ?
    This is the source of the error i encountred ?

  • Hi Mickael,

    An M2 card can be ordered from TI's website here: https://www.ti.com/tool/M2-CC3301#order-start-development 

    It is likely that this was causing the error because the older generation board is not supported by our production package. Please order from the link above and try again.

    Best,
    Corinne

  • Hi Roger, Corinne

    received the M2 wifi board rev2 this morning !

    Now it works at first boot, super !!!

    Thank you for your help.

  • Great news Mickael, thanks for the update.  All the best with your project.

    ~roger

  • Glad to hear it Mickael! Could you please mark that your problem was resolved?