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.

AM6422: AM6422 wl1837 sdhci1

Part Number: AM6422
Other Parts Discussed in Thread: WL1837,

Tool/software:

Hello,

We currently use AM6422 to develop our own products and use SDK8.06.00.42 version in a LINUX environment. We want to use the MMC1 interface to connect to the wl1837 module and use the wifi function of wl1837. After modifying it with reference to the SK device tree, the wlan cannot be recognized using ifconfig. Network, can you give some directions to find the problem?The device tree I modified is as follows,Since I started using the SD card, I started debugging the wifi after using the SD card to solidify the system to the emmc0 electronic disk.Now the network is not recognized wifi.

wlan_en: regulator-2 {
		/* output of SN74AVC4T245RSVR */
		compatible = "regulator-fixed";
		regulator-name = "wlan_en";
		regulator-min-microvolt = <1800000>;
		regulator-max-microvolt = <1800000>;
		enable-active-high;
		pinctrl-0 = <&main_wlan_en_pins_default>;
		pinctrl-names = "default";
//		vin-supply = <&com8_ls_en>;
		gpio = <&main_gpio0 31 GPIO_ACTIVE_HIGH>;
	};	
main_wlan_en_pins_default: main-wlan-en-pins-default {
		pinctrl-single,pins = <
			AM64X_IOPAD(0x007c, PIN_OUTPUT_PULLUP, 7) /* (R17) GPIO0_31 */
		>;
	};
main_wlan_pins_default: main-wlan-pins-default {
		pinctrl-single,pins = <
			AM64X_IOPAD(0x00a0, PIN_INPUT, 7) /* (N16) GPIO0_39 */
		>;
	};
&sdhci1 {
	status = "okay";
	vmmc-supply = <&wlan_en>;
	pinctrl-names = "default";
	pinctrl-0 = <&main_mmc1_pins_default>;
	bus-width = <4>;
	non-removable;
	cap-power-off-card;
	keep-power-in-suspend;
	ti,driver-strength-ohm = <50>;

	#address-cells = <1>;
	#size-cells = <0>;
	wlcore: wlcore@2 {
		compatible = "ti,wl1837";
		reg = <2>;
		pinctrl-0 = <&main_wlan_pins_default>;
		pinctrl-names = "default";
		interrupt-parent = <&main_gpio0>;
		interrupts = <39 IRQ_TYPE_EDGE_FALLING>;
	};
//	/* SD/MMC */ 
//	pinctrl-names = "default";
//	bus-width = <4>;
//	pinctrl-0 = <&main_mmc1_pins_default>;
//	ti,driver-strength-ohm = <50>;
//	disable-wp;  
//	no-1-8-v;    
};

  • Hello,

    Would you be able to post an kernel boot logs for this scenario? Can you confirm that WLAN_EN is connected and toggling during kernel boot? Can you provide logic analyzer capture of WL_EN, SDIO_CLK, SDIO_CMD, and WLAN_IRQ?

  • Hello,

      We found the reason, which is that the pins of the hardware are incorrect. Currently, we can connect to wifi correctly. But there is a strange phenomenon. Sometimes the following message will appear when powering on. I posted the log from boot to entering the Linux system. Can you help me analyze thereason?“wlcore: ERROR SW watchdog interrupt received! starting recovery”

    U-Boot 2021.01-00001-g7e12ed6f28-dirty (Nov 18 2024 - 16:33:02 +0800)
    
    SoC:   AM64X SR2.0 HS-FS
    Model: Texas Instruments AM642 EVM
    EEPROM not available at 80, trying to read at 81
    Reading on-board EEPROM at 0x51 failed -1
    DRAM:  2 GiB
    NAND:  0 MiB
    MMC:   mmc@fa10000: 0, mmc@fa00000: 1
    Loading Environment from MMC... OK
    In:    serial@2800000
    Out:   serial@2800000
    Err:   serial@2800000
    EEPROM not available at 80, trying to read at 81
    Reading on-board EEPROM at 0x51 failed -1
    Net:   eth0: ethernet@8000000port@1
    Hit any key to stop autoboot:  0
    switch to partitions #0, OK
    mmc0(part 0) is current device
    SD/MMC found on device 0
    Failed to load 'boot.scr'
    ** Unrecognized filesystem type **
    19079680 bytes read in 113 ms (161 MiB/s)
    39813 bytes read in 2 ms (19 MiB/s)
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
       Loading Device Tree to 000000008fef3000, end 000000008fffffff ... OK
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 5.10.168-g2c23e6c538 (byf@byf-virtual-machine) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 9.2.1 20191025, GNU ld (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 2.33.1.20191209) #1 SMP PREEMPT Tue Oct 8 14:52:24 CST 2024
    [    0.000000] Machine model: Texas Instruments AM642 EVM
    [    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 DMA memory pool at 0x00000000a0000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node m4f-dma-memory@a4000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node m4f-memory@a4100000, compatible id shared-dma-pool
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   empty
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x000000009e7fffff]
    [    0.000000]   node   0: [mem 0x000000009e800000-0x00000000a0ffffff]
    [    0.000000]   node   0: [mem 0x00000000a1000000-0x00000000a1ffffff]
    [    0.000000]   node   0: [mem 0x00000000a2000000-0x00000000a2ffffff]
    [    0.000000]   node   0: [mem 0x00000000a3000000-0x00000000a3ffffff]
    [    0.000000]   node   0: [mem 0x00000000a4000000-0x00000000a57fffff]
    [    0.000000]   node   0: [mem 0x00000000a5800000-0x00000000ffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000] cma: Reserved 512 MiB at 0x00000000dd000000
    [    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.2
    [    0.000000] percpu: Embedded 22 pages/cpu s51288 r8192 d30632 u90112
    [    0.000000] Detected VIPT I-cache on CPU0
    [    0.000000] CPU features: detected: ARM erratum 845719
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 516096
    [    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=fc40000.spi.0:1m(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);omap2-nand.0:2m(NAND.tiboot3),2m(NAND.tispl),2m(NAND.tiboot3.backup),4m(NAND.u-boot),256k(NAND.u-boot-env),256k(NAND.u-boot-env.backup),-(NAND.file-system) root=PARTUUID=955a5da6-01 rw rootfstype=ext4 rootwait
    [    0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
    [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] Memory: 1431616K/2097152K available (11200K kernel code, 1160K rwdata, 4304K rodata, 1856K init, 433K bss, 141248K reserved, 524288K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000] rcu:     RCU event tracing is enabled.
    [    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
    [    0.000000]  Trampoline variant of Tasks RCU enabled.
    [    0.000000]  Tracing variant of Tasks RCU enabled.
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
    [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
    [    0.000000] 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] GICv3: Distributor has no Range Selector support
    [    0.000000] GICv3: 16 PPIs implemented
    [    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001840000
    [    0.000000] ITS [mem 0x01820000-0x0182ffff]
    [    0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
    [    0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
    [    0.000000] ITS@0x0000000001820000: allocated 524288 Devices @80800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x0000000080030000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080040000
    [    0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
    [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
    [    0.000005] sched_clock: 56 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.008539] Console: colour dummy device 80x25
    [    0.013133] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023807] pid_max: default: 32768 minimum: 301
    [    0.028633] LSM: Security Framework initializing
    [    0.033421] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.040998] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.050965] rcu: Hierarchical SRCU implementation.
    [    0.056219] Platform MSI: msi-controller@1820000 domain created
    [    0.062553] PCI/MSI: /bus@f4000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.071820] EFI services will not be available.
    [    0.076704] smp: Bringing up secondary CPUs ...
    I/TC: Secondary CPU 1 initializing
    I/TC: Secondary CPU 1 switching to normal world boot
    [    0.090298] Detected VIPT I-cache on CPU1
    [    0.090339] GICv3: CPU1: found redistributor 1 region 0:0x0000000001860000
    [    0.090354] GICv3: CPU1: using allocated LPI pending table @0x0000000080050000
    [    0.090420] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.090550] smp: Brought up 1 node, 2 CPUs
    [    0.119935] SMP: Total of 2 processors activated.
    [    0.124749] CPU features: detected: 32-bit EL0 Support
    [    0.130023] CPU features: detected: CRC32 instructions
    [    0.143967] CPU: All CPU(s) started at EL2
    [    0.148174] alternatives: patching kernel code
    [    0.153970] devtmpfs: initialized
    [    0.164142] KASLR disabled due to lack of seed
    [    0.168945] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.178921] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
    [    0.205384] pinctrl core: initialized pinctrl subsystem
    [    0.211453] DMI not present or invalid.
    [    0.216182] NET: Registered protocol family 16
    [    0.222681] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [    0.230088] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.238198] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.246988] thermal_sys: Registered thermal governor 'step_wise'
    [    0.246996] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.253600] cpuidle: using governor menu
    [    0.264574] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.271590] ASID allocator initialised with 65536 entries
    [    0.303116] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.309998] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.316847] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.323696] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.331937] cryptd: max_cpu_qlen set to 1000
    [    0.339858] k3-chipinfo 43000014.chipid: Family:AM64X rev:SR2.0 JTAGID[0x1bb3802f] Detected
    [    0.349460] iommu: Default domain type: Translated
    [    0.354884] SCSI subsystem initialized
    [    0.359208] mc: Linux media interface: v0.10
    [    0.363606] videodev: Linux video capture interface: v2.00
    [    0.369301] pps_core: LinuxPPS API ver. 1 registered
    [    0.374373] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.383714] PTP clock support registered
    [    0.387753] EDAC MC: Ver: 3.0.0
    [    0.391816] omap-mailbox 29020000.mailbox: omap mailbox rev 0x66fc9100
    [    0.398718] omap-mailbox 29040000.mailbox: omap mailbox rev 0x66fc9100
    [    0.405545] omap-mailbox 29060000.mailbox: omap mailbox rev 0x66fc9100
    [    0.413010] FPGA manager framework
    [    0.416605] Advanced Linux Sound Architecture Driver Initialized.
    [    0.424029] clocksource: Switched to clocksource arch_sys_counter
    [    0.430575] VFS: Disk quotas dquot_6.6.0
    [    0.434662] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.448138] NET: Registered protocol family 2
    [    0.452886] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.461983] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
    [    0.470796] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.479020] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear)
    [    0.486778] TCP: Hash tables configured (established 16384 bind 16384)
    [    0.493717] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [    0.500623] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [    0.508139] NET: Registered protocol family 1
    [    0.513240] RPC: Registered named UNIX socket transport module.
    [    0.519338] RPC: Registered udp transport module.
    [    0.524182] RPC: Registered tcp transport module.
    [    0.528992] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.535584] NET: Registered protocol family 44
    [    0.540138] PCI: CLS 0 bytes, default 64
    [    0.544989] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
    [    0.557930] Initialise system trusted keyrings
    [    0.562775] workingset: timestamp_bits=46 max_order=19 bucket_order=0
    [    0.573799] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.580704] NFS: Registering the id_resolver key type
    [    0.585962] Key type id_resolver registered
    [    0.590254] Key type id_legacy registered
    [    0.594453] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.601308] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.609106] 9p: Installing v9fs 9p2000 file system support
    [    0.658196] Key type asymmetric registered
    [    0.662409] Asymmetric key parser 'x509' registered
    [    0.667456] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
    [    0.675030] io scheduler mq-deadline registered
    [    0.679661] io scheduler kyber registered
    [    0.686151] pinctrl-single 4084000.pinctrl: 33 pins, size 132
    [    0.692591] pinctrl-single f4000.pinctrl: 180 pins, size 720
    [    0.699509] pinctrl-single a40000.timesync-router: 512 pins, size 2048
    [    0.715598] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
    [    0.738461] brd: module loaded
    [    0.750056] loop: module loaded
    [    0.754309] megasas: 07.714.04.00-rc1
    [    0.762445] tun: Universal TUN/TAP device driver, 1.6
    [    0.768419] igbvf: Intel(R) Gigabit Virtual Function Network Driver
    [    0.774837] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
    [    0.780959] sky2: driver version 1.30
    [    0.785775] VFIO - User Level meta-driver version: 0.3
    [    0.792359] i2c /dev entries driver
    [    0.797155] sdhci: Secure Digital Host Controller Interface driver
    [    0.803495] sdhci: Copyright(c) Pierre Ossman
    [    0.808681] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.815648] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.822279] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.830594] optee: probing for conduit method.
    I/TC: Reserved shared memory is enabled
    I/TC: Dynamic shared memory is enabled
    I/TC: Normal World virtualization support is disabled
    I/TC: Asynchronous notifications are disabled
    [    0.835230] optee: revision 3.20 (8e74d476)
    [    0.851866] optee: dynamic shared memory is enabled
    [    0.861612] optee: initialized driver
    [    0.867870] NET: Registered protocol family 17
    [    0.872637] 9pnet: Installing 9P2000 support
    [    0.877098] Key type dns_resolver registered
    [    0.881962] Loading compiled-in X.509 certificates
    [    0.903918] ti-sci 44043000.dmsc: lpm region is required for suspend but not provided.
    [    0.912124] ti-sci 44043000.dmsc: ABI: 3.1 (firmware rev 0x0008 '8.6.4--v08.06.04 (Chill Capybar')
    [    0.966700] omap-gpmc 3b000000.memory-controller: GPMC revision 6.0
    [    0.973198] gpmc_mem_init: disabling cs 0 mapped at 0x0-0x1000000
    [    0.981580] ti-sci-intr bus@f4000:bus@4000000:interrupt-controller1: Interrupt Router 5 domain created
    [    0.991406] ti-sci-intr bus@f4000:interrupt-controller0: Interrupt Router 3 domain created
    [    1.000265] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    1.022049] ti-udma 485c0100.dma-controller: Number of rings: 68
    [    1.029643] ti-udma 485c0100.dma-controller: Channels: 24 (bchan: 12, tchan: 6, rchan: 6)
    [    1.039951] ti-udma 485c0000.dma-controller: Number of rings: 288
    [    1.055209] ti-udma 485c0000.dma-controller: Channels: 44 (tchan: 29, rchan: 15)
    [    1.066289] printk: console [ttyS2] disabled
    [    1.070752] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 16, base_baud = 3000000) is a 8250
    [    1.079517] printk: console [ttyS2] enabled
    [    1.079517] printk: console [ttyS2] enabled
    [    1.087960] printk: bootconsole [ns16550a0] disabled
    [    1.087960] printk: bootconsole [ns16550a0] disabled
    [    1.099668] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 17, base_baud = 3000000) is a 8250
    [    1.109848] 2820000.serial: ttyS4 at MMIO 0x2820000 (irq = 18, base_baud = 3000000) is a 8250
    [    1.120065] 2830000.serial: ttyS5 at MMIO 0x2830000 (irq = 19, base_baud = 3000000) is a 8250
    [    1.133470] spi-nor spi0.0: s28hs512t (65536 Kbytes)
    [    1.138496] 7 cmdlinepart partitions found on MTD device fc40000.spi.0
    [    1.145021] Creating 7 MTD partitions on "fc40000.spi.0":
    [    1.150418] 0x000000000000-0x000000100000 : "ospi.tiboot3"
    [    1.157272] 0x000000100000-0x000000300000 : "ospi.tispl"
    [    1.163816] 0x000000300000-0x000000700000 : "ospi.u-boot"
    [    1.170450] 0x000000700000-0x000000740000 : "ospi.env"
    [    1.176898] 0x000000740000-0x000000780000 : "ospi.env.backup"
    [    1.183933] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
    [    1.190588] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
    [    1.205315] am65-cpts 39000000.cpts: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:0
    [    1.216668] mmc0: CQHCI version 5.10
    [    1.229387] wlan_en: supplied by com8_ls_en
    [    1.236126] mmc1: CQHCI version 5.10
    [    1.236153] debugfs: Directory 'pd:114' with parent 'pm_genpd' already present!
    [    1.257662] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    1.266335] ALSA device list:
    [    1.269351]   No soundcards found.
    [    1.281919] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    1.290345] Waiting for root device PARTUUID=955a5da6-01...
    [    1.294878] sdhci-am654 fa00000.mmc: card claims to support voltages below defined range
    [    1.316296] mmc1: new high speed SDIO card at address 0001
    [    1.357713] mmc0: Command Queue Engine enabled
    [    1.362196] mmc0: new HS200 MMC card at address 0001
    [    1.367964] mmcblk0: mmc0:0001 G1M15L 29.6 GiB
    [    1.372725] mmcblk0boot0: mmc0:0001 G1M15L partition 1 31.5 MiB
    [    1.378833] mmcblk0boot1: mmc0:0001 G1M15L partition 2 31.5 MiB
    [    1.385020] mmcblk0rpmb: mmc0:0001 G1M15L partition 3 4.00 MiB, chardev (237:0)
    [    1.393526]  mmcblk0: p1
    [    1.513980] EXT4-fs (mmcblk0p1): 1 orphan inode deleted
    [    1.519300] EXT4-fs (mmcblk0p1): recovery complete
    [    1.527501] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
    [    1.535721] VFS: Mounted root (ext4 filesystem) on device 179:1.
    [    1.543032] devtmpfs: mounted
    [    1.547447] Freeing unused kernel memory: 1856K
    [    1.552125] Run /sbin/init as init process
    [    1.635964] systemd[1]: System time before build time, advancing clock.
    [    1.678078] NET: Registered protocol family 10
    [    1.683707] Segment Routing with IPv6
    [    1.706322] systemd[1]: systemd 244.5+ running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR -SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid)
    [    1.728577] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2021.09!
    
    [    1.768758] systemd[1]: Set hostname to <am64xx-evm>.
    [    2.075750] systemd[1]: /lib/systemd/system/startwlansta.service:7: Unknown key name 'After' in section 'Service', ignoring.
    [    2.088509] systemd[1]: /lib/systemd/system/startwlanap.service:7: Unknown key name 'After' in section 'Service', ignoring.
    [    2.121733] systemd[1]: /lib/systemd/system/irqbalanced.service:6: Unknown key name 'ConditionCPUs' in section 'Unit', ignoring.
    [    2.161018] systemd[1]: /lib/systemd/system/docker.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock → /run/docker.sock; please update the unit file accordingly.
    [    2.297131] random: systemd: uninitialized urandom read (16 bytes read)
    [    2.308676] systemd[1]: Created slice system-getty.slice.
    [  OK  ] Created slice system-getty.slice.
    [    2.332278] random: systemd: uninitialized urandom read (16 bytes read)
    [    2.341303] systemd[1]: Created slice system-serial\x2dgetty.slice.
    [  OK  ] Created slice system-serial\x2dgetty.slice.
    [    2.364278] random: systemd: uninitialized urandom read (16 bytes read)
    [    2.373218] systemd[1]: Created slice system-syslog\x2dng.slice.
    [  OK  ] Created slice system-syslog\x2dng.slice.
    [    2.398485] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    2.420720] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password …ts to Console Directory Watch.
    [    2.444613] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password R…uests to Wall Directory Watch.
    [    2.468605] systemd[1]: Reached target Paths.
    [  OK  ] Reached target Paths.
    [    2.488334] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    2.508329] systemd[1]: Reached target Slices.
    [  OK  ] Reached target Slices.
    [    2.528368] systemd[1]: Reached target Swap.
    [  OK  ] Reached target Swap.
    [    2.568359] systemd[1]: Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [    2.592493] systemd[1]: Reached target RPC Port Mapper.
    [  OK  ] Reached target RPC Port Mapper.
    [    2.618137] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [    2.640823] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    2.668663] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
    [    2.677720] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    2.701108] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    2.717303] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    2.741172] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    2.764858] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    2.794488] systemd[1]: Mounting Huge Pages File System...
             Mounting Huge Pages File System...
    [    2.818049] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    2.846189] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    [    2.874376] systemd[1]: Mounting Temporary Directory (/tmp)...
             Mounting Temporary Directory (/tmp)...
    [    2.899303] systemd[1]: Starting Create list of static device nodes for the current kernel...
             Starting Create list of st…odes for the current kernel...
    [    2.930295] systemd[1]: Starting RPC Bind...
             Starting RPC Bind...
    [    2.944775] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
    [    2.962013] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    2.984495] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    3.006149] cryptodev: loading out-of-tree module taints kernel.
    [    3.018767] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems cryptodev: driver 1.10 loaded.
    [0m...
    [    3.051341] systemd[1]: Starting udev Coldplug all Devices...
             Starting udev Coldplug all Devices...
    [    3.075006] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)
    [    3.100776] systemd[1]: Started RPC Bind.
    [  OK  ] Started RPC Bind.
    [    3.121154] 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  ] Started Create list of sta… nodes for the current kernel.
    [  OK  ] Started Load Kernel Modules.
    [  OK  ] Started Remount Root and Kernel File Systems.
             Mounting Kernel Configuration File System...
             Starting Flush Journal to Persistent Storage    3.301798] random: systemd-journal: uninitialized urandom read (16 bytes read)
    0m...
    [    3.324561] random: systemd: uninitialized urandom read (16 bytes read)
    [    3.329049] systemd-journald[177]: Received client request to flush runtime journal.
             Starting Apply Kernel Variables...[    3.344968] random: systemd-journal: uninitialized urandom read (16 bytes read)
    
             Starting Create Static Device Nodes in /dev...
    [  OK  ] Mounted Kernel Configuration File System.
    [  OK  ] Started Flush Journal to Persistent Storage.
    [  OK  ] Started Apply Kernel Variables.
    [  OK  ] Started Create Static Device Nodes in /dev.
    [  OK  ] Reached target Local File Systems (Pre).
             Mounting /media/ram...
             Mounting /var/volatile...
             Starting udev Kernel Device Manager...
    [  OK  ] Mounted /media/ram.
    [  OK  ] Mounted /var/volatile.
             Starting Load/Save Random Seed...
    [  OK  ] Reached target Local File Systems.
             Starting Create Volatile Files and Directories...
    [  OK  ] Started udev Kernel Device Manager.
    [  OK  ] Started udev Coldplug all Devices.
             Starting udev Wait for Complete Device Initialization...
    [  OK  ] Started Create Volatile Files and Directories.
             Starting Network Time Synchronization...
             Starting Update UTMP about System Boot/Shutdown...
    [  OK  ] Started Update UTMP about System Boot/Shutdown.
    [  OK  ] Started Network Time Synchronization.
    [  OK  ] Reached target System Time Set.
    [  OK  ] Reached target System Time Synchronized.
    [    4.411845] random: systemd: uninitialized urandom read (16 bytes read)
    [    4.528087] random: crng init done
    [    4.531665] random: 64 urandom warning(s) missed due to ratelimiting
    [  OK  ] Started Load/Save Random Seed.
    [    4.705397] davinci_mdio 30032400.mdio: Configuring MDIO in manual mode
    [    4.760352] davinci_mdio 30032400.mdio: davinci mdio revision 1.7, bus freq 1000000
    [    4.777473] k3-m4-rproc 5000000.m4fss: assigned reserved memory node m4f-dma-memory@a4000000
    [    4.783011] davinci_mdio 30032400.mdio: phy[0]: device 30032400.mdio:00, driver TI DP83867
    [    4.805186] davinci_mdio 30032400.mdio: phy[1]: device 30032400.mdio:01, driver TI DP83867
    [    4.817950] k3-m4-rproc 5000000.m4fss: configured M4 for remoteproc mode
    [    4.827011] k3-m4-rproc 5000000.m4fss: local reset is deasserted for device
    [    4.853043] remoteproc remoteproc0: 5000000.m4fss is available
    [    4.867824] remoteproc remoteproc0: powering up 5000000.m4fss
    [    4.873787] remoteproc remoteproc0: Booting fw image am64-mcu-m4f0_0-fw, size 86084
    [    4.889219]  remoteproc0#vdev0buffer: assigned reserved memory node m4f-dma-memory@a4000000
    [    4.897896]  remoteproc0#vdev0buffer: registered virtio0 (type 7)
    [    4.904765] remoteproc remoteproc0: remote processor 5000000.m4fss is now up
    [    4.945764] virtio_rpmsg_bus virtio0: rpmsg host is online
    [    4.946389] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
    [    4.963520] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
    [    4.984232] platform 78000000.r5f: configured R5F for remoteproc mode
    [    5.051453] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
    [    5.076227] remoteproc remoteproc1: 78000000.r5f is available
    [    5.095091] remoteproc remoteproc2: 30034000.pru is available
    [    5.116445] remoteproc remoteproc1: powering up 78000000.r5f
    [    5.125605] remoteproc remoteproc1: Booting fw image am64-main-r5f0_0-fw, size 86352
    [    5.142992]  remoteproc1#vdev0buffer: assigned reserved memory node r5f-dma-memory@a0000000
    [    5.143563] platform 78400000.r5f: configured R5F for remoteproc mode
    [    5.156711] virtio_rpmsg_bus virtio1: rpmsg host is online
    [    5.158159] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
    [    5.163442]  remoteproc1#vdev0buffer: registered virtio1 (type 7)
    [    5.178886] platform 78400000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
    [    5.186381] remoteproc remoteproc1: remote processor 78000000.r5f is now up
    [    5.195408] remoteproc remoteproc4: 30004000.rtu is available
    [    5.228909] remoteproc remoteproc3: 78400000.r5f is available
    [    5.236844] remoteproc remoteproc5: 3000a000.txpru is available
    [    5.258257] remoteproc remoteproc3: powering up 78400000.r5f
    [    5.264146] remoteproc remoteproc3: Booting fw image am64-main-r5f1_0-fw, size 93260
    [    5.281214]  remoteproc3#vdev0buffer: assigned reserved memory node r5f-dma-memory@a2000000
    [    5.292772] virtio_rpmsg_bus virtio2: rpmsg host is online
    [    5.302295] remoteproc remoteproc6: 30038000.pru is available
    [    5.308501]  remoteproc3#vdev0buffer: registered virtio2 (type 7)
    [    5.314871] remoteproc remoteproc3: remote processor 78400000.r5f is now up
    [    5.325729] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe
    [    5.359666] remoteproc remoteproc7: 30006000.rtu is available
    [    5.396578] remoteproc remoteproc8: 3000c000.txpru is available
    [    5.443280] remoteproc remoteproc9: 300b4000.pru is available
    [    5.505989] remoteproc remoteproc10: 30084000.rtu is available
    [    5.554892] remoteproc remoteproc11: 3008a000.txpru is available
    [    5.620838] remoteproc remoteproc12: 300b8000.pru is available
    [    5.641162] remoteproc remoteproc13: 30086000.rtu is available
    [    5.669743] remoteproc remoteproc14: 3008c000.txpru is available
    [    7.001438] TI DP83867 30032400.mdio:00: attached PHY driver [TI DP83867] (mii_bus:phy_addr=30032400.mdio:00, irq=POLL)
    [    7.022089] TI DP83867 30032400.mdio:01: attached PHY driver [TI DP83867] (mii_bus:phy_addr=30032400.mdio:01, irq=POLL)
    [    7.034761] icssg-prueth icssg0-eth: TI PRU ethernet driver initialized: dual EMAC mode
    [    7.136748] usbcore: registered new interface driver usbfs
    [    7.145082] usbcore: registered new interface driver hub
    [    7.162157] usbcore: registered new device driver usb
    [    7.227029] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [    7.273166] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [  OK  ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
    [    7.351155] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
    [    7.365549] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
    [    7.380634] xhci-hcd xhci-hcd.1.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000010010
    [    7.394804] xhci-hcd xhci-hcd.1.auto: irq 526, io mem 0x0f410000
    [    7.406147] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
    [    7.411776] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
    [    7.427980] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
    [    7.434937] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
    [    7.443297] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    7.450750] usb usb1: Product: xHCI Host Controller
    [    7.459254] usb usb1: Manufacturer: Linux 5.10.168-g2c23e6c538 xhci-hcd
    [    7.466053] usb usb1: SerialNumber: xhci-hcd.1.auto
    [    7.471917] hub 1-0:1.0: USB hub found
    [    7.475903] hub 1-0:1.0: 1 port detected
    [    7.480687] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [    7.489090] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
    [    7.497404] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    7.504793] usb usb2: Product: xHCI Host Controller
    [    7.509758] usb usb2: Manufacturer: Linux 5.10.168-g2c23e6c538 xhci-hcd
    [    7.516475] usb usb2: SerialNumber: xhci-hcd.1.auto
    [    7.522292] hub 2-0:1.0: USB hub found
    [    7.526274] hub 2-0:1.0: 1 port detected
    [    7.542410] wl18xx_driver wl18xx.0.auto: Direct firmware load for ti-connectivity/wl1271-nvs.bin failed with error -2
    [  OK  ] Started udev Wait for Complete Device Initialization.
    [  OK  ] Started Hardware RNG Entropy Gatherer Daemon.
    [  OK  ] Reached target System Initialization.
    [  OK  ] Started Daily rotation of log files.
    [  OK  ] Started Timer service to update the IP on OLED each 10s.
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    [  OK  ] Reached target Timers.
    [  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [  OK  ] Listening on D-Bus System Message Bus Socket.
    [    7.740065] usb 1-1: new high-speed USB device number 2 using xhci-hcd
             Starting Docker Socket for the API.
    [  OK  ] Listening on dropbear.socket.
             Starting Reboot and dump vmcore via kexec...
    [  OK  ] Listening on Docker Socket for the API.
    [  OK  ] Started Reboot and dump vmcore via kexec.
    [  OK  ] Reached target Sockets.
    [  OK  ] Reached target Basic System.
    [  OK  ] Started Job spooling tools.
    [  OK  ] Started Periodic Command Scheduler.
    [    7.908806] wlcore: wl18xx HW: 183x or 180x, PG 2.2 (ROM 0x11)
    [    7.910321] usb 1-1: New USB device found, idVendor=2c7c, idProduct=0125, bcdDevice= 3.18
    [    7.932108] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [    7.941958] usb 1-1: Product: Android
    [    7.942322] wlcore: loaded
    [    7.948214] usb 1-1: Manufacturer: Android
    [  OK  ] Started D-Bus System Message Bus.
             Starting Ethernet Bridge Filtering Tables...
             Starting Print notice about GPLv3 packages...
             Starting IPv6 Packet Filtering Framework...
             Starting IPv4 Packet Filtering Framework...
    [  OK  ] Started irqbalance daemon.
             Starting Matrix GUI...
             Starting startwlanap...
             Starting startwlansta...
             Starting System Logger Daemon "default" instance...
             Starting Login Service...
    [  OK  ] Started TEE Supplicant.
             Starting telnetd.service...
    [  OK  ] Started Ethernet Bridge Filtering Tables.
    [  OK  ] Started IPv6 Packet Filtering Framework.
    [  OK  ] Started IPv4 Packet Filtering Framework.
    [  OK  ] Started startwlansta.
    [  OK  ] Started startwlanap.
    [  OK  ] Reached target Network (Pre).
             Starting Network Service...
             Starting Load/Save RF Kill Switch Status...
    [  OK  ] Started Matrix GUI.
    [    8.401955] usbcore: registered new interface driver cdc_wdm
    [  OK  ] Started Load/Save RF Kill Switch Status.
    [    8.513945] cdc_ether 1-1:1.4 usb0: register 'cdc_ether' at usb-xhci-hcd.1.auto-1, CDC Ethernet Device, 06:0c:a2:9b:70:30
    [  OK  ] Started telnetd.service.
             Starting LSB: Expand Rootfs of boot device...
             Starting syslog.service...
    [    8.720503] usbcore: registered new interface driver option
    [  OK  ] Started System Logger Daemon "default" instance.
    [    8.896907] usbserial: USB Serial support registered for GSM modem (1-port)
    [    9.038848] usbcore: registered new interface driver cdc_ether
    [    9.089090] usbcore: registered new interface driver qmi_wwan
    [    9.114126] option 1-1:1.0: GSM modem (1-port) converter detected
    [    9.124152] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB0
    [    9.162808] option 1-1:1.1: GSM modem (1-port) converter detected
    [    9.177483] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB1
    [    9.216302] option 1-1:1.2: GSM modem (1-port) converter detected
    [    9.220007] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB2
    [    9.299575] option 1-1:1.3: GSM modem (1-port) converter detected
    [    9.310953] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB3
    [  OK  ] Started Network Service.
    [  OK  ] Started syslog.service.
             Starting Wait for Network to be Configured...
             Starting Network Name Resolution...
    [  OK  ] Started LSB: Expand Rootfs of boot device.
    [    9.494774] usbcore: registered new interface driver qmi_wwan_q
    [    9.530548] wlcore: using inverted interrupt logic: 2
    [    9.616318] wlcore: PHY firmware version: Rev 8.2.0.0.245
    [    9.727000] wlcore: firmware booted (Rev 8.9.0.0.86)
    [  OK  ] Started Login Service.
    [   10.142275] remoteproc remoteproc6: powering up 30038000.pru
    [   10.180280] remoteproc remoteproc6: Booting fw image ti-pruss/am65x-sr2-pru1-prueth-fw.elf, size 38496
    [   10.274142] remoteproc remoteproc6: unsupported resource 5
    [   10.352969] remoteproc remoteproc6: remote processor 30038000.pru is now up
    [   10.372157] remoteproc remoteproc7: powering up 30006000.rtu
    [   10.385304] remoteproc remoteproc7: Booting fw image ti-pruss/am65x-sr2-rtu1-prueth-fw.elf, size 30104
    [   10.400836] remoteproc remoteproc7: remote processor 30006000.rtu is now up
    [   10.455465] remoteproc remoteproc8: powering up 3000c000.txpru
    [   10.490688] remoteproc remoteproc8: Booting fw image ti-pruss/am65x-sr2-txpru1-prueth-fw.elf, size 35836
    [   10.562248] remoteproc remoteproc8: remote processor 3000c000.txpru is now up
    [   10.604116] icssg-prueth icssg0-eth: settime timeout
    [   10.627594] pps pps0: new PPS source ptp1
    [   10.656536] net eth1: started
    [   10.721662] remoteproc remoteproc2: powering up 30034000.pru
    [   10.738841] remoteproc remoteproc2: Booting fw image ti-pruss/am65x-sr2-pru0-prueth-fw.elf, size 38224
    [   10.760917] remoteproc remoteproc2: unsupported resource 5
    [   10.767532] remoteproc remoteproc2: remote processor 30034000.pru is now up
    [   10.815981] remoteproc remoteproc4: powering up 30004000.rtu
    [   10.860382] remoteproc remoteproc4: Booting fw image ti-pruss/am65x-sr2-rtu0-prueth-fw.elf, size 30872
    [   10.911957] remoteproc remoteproc4: remote processor 30004000.rtu is now up
    [   10.956221] remoteproc remoteproc5: powering up 3000a000.txpru
    [   10.980328] remoteproc remoteproc5: Booting fw image ti-pruss/am65x-sr2-txpru0-prueth-fw.elf, size 37328
    [   11.028181] remoteproc remoteproc5: remote processor 3000a000.txpru is now up
    [   11.082758] net eth0: started
    [  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...
    [   11.018097] startwlanap.sh[558]: AM64xSK-AP
    [   11.018578] startwlanap.sh[558]: AM64xSK-AP_462913
    [  OK  ] Started NFS status monitor for NFSv2/3 locking..
             Starting Simple Network Ma…ent Protocol (SNMP) Daemon....
             Starting Permit User Sessions...
    [  OK  ] Started Vsftpd ftp daemon.
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
    [  OK  ] Started Permit User Sessions.
    [  OK  ] Started Getty on tty1.
    [  OK  ] Started Serial Getty on ttyS1.
    [  OK  ] Started Serial Getty on ttyS2.
    [  OK  ] Reached target Login Prompts.
             Starting Synchronize System and HW clocks...
    [FAILED] Failed to start Synchronize System and HW clocks.
    See 'systemctl status sync-clocks.service' for details.
    [   11.485077] IPv6: ADDRCONF(NETDEV_CHANGE): usb0: link becomes ready
    [  OK  ] Started Enable and configure wl18xx bluetooth stack.
    [   11.458438] startwlanap.sh[653]: adding wlan1 interface
    [   11.595048] startwlanap.sh[657]: Configuration file: /usr/share/wl18xx/hostapd.conf
    [  OK  ] Started Simple Network Man…ement Protocol (SNMP) Daemon..
    [   11.688454] startwlanap.sh[657]: wlan1: interface state UNINITIALIZED->COUNTRY_UPDATE
    [   11.770493] startwlanap.sh[657]: Using interface wlan1 with hwaddr 90:48:46:29:13:56 and ssid "AM64xSK-AP_462913"
    [   11.983067] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
    [   11.903053] startwlanap.sh[657]: wlan1: interface state COUNTRY_UPDATE->ENABLED
    [   11.903517] startwlanap.sh[657]: wlan1: AP-ENABLED
    [   12.408342] wlcore: ERROR SW watchdog interrupt received! starting recovery.
    [   12.415594] ------------[ cut here ]------------
    [   12.420286] WARNING: CPU: 1 PID: 543 at drivers/net/wireless/ti/wlcore/main.c:803 wl12xx_queue_recovery_work+0x8c/0x98 [wlcore]
    [   12.431752] Modules linked in: qmi_wwan_q qmi_wwan option usb_wwan usbserial cdc_ether cdc_wdm usbnet wl18xx wlcore xhci_plat_hcd mac80211 xhci_hcd cfg80211 cdns3 rfkill udc_core libarc4 roles rpmsg_char usbcore usb_common irq_pruss_intc icssg_prueth crct10dif_ce pru_rproc icss_iep wlcore_sdio ti_k3_r5_remoteproc cdns3_ti virtio_rpmsg_bus rti_wdt ti_k3_m4_remoteproc sa2ul sha512_generic authenc pruss optee_rng rng_core sch_fq_codel cryptodev(O) ipv6
    [   12.471643] CPU: 1 PID: 543 Comm: irq/365-wl18xx Tainted: G           O      5.10.168-g2c23e6c538 #1
    [   12.480766] Hardware name: Texas Instruments AM642 EVM (DT)
    [   12.486342] pstate: 60000005 (nZCv daif -PAN -UAO -TCO BTYPE=--)
    [   12.492406] pc : wl12xx_queue_recovery_work+0x8c/0x98 [wlcore]
    [   12.498287] lr : wlcore_irq+0x168/0x2c8 [wlcore]
    [   12.502898] sp : ffff800011fdbd30
    [   12.506203] x29: ffff800011fdbd30 x28: ffff8000100bb000
    [   12.511508] x27: ffff0000057c0e40 x26: ffff0000057c0e40
    [   12.516810] x25: 0000000000000001 x24: ffff0000057c0e40
    [   12.522113] x23: ffff8000100bb718 x22: ffff00000570a188
    [   12.527416] x21: ffff000005709f60 x20: ffff000005709f80
    [   12.532723] x19: ffff000005709f00 x18: 0000000000000010
    [   12.538035] x17: 0000000000000000 x16: 0000000000000000
    [   12.543344] x15: ffff0000057c1390 x14: 00000000000001b8
    [   12.548648] x13: ffff0000057c1390 x12: 00000000ffffffea
    [   12.553951] x11: ffff8000111a0770 x10: ffff800011188730
    [   12.559259] x9 : ffff800011188788 x8 : 0000000000017fe8
    [   12.564567] x7 : c0000000ffffefff x6 : 00000002e097fac1
    [   12.569871] x5 : ffff00000428e148 x4 : ffff0000056731d8
    [   12.575174] x3 : ffff8000126c3dc0 x2 : 0000000000000000
    [   12.580476] x1 : ffff000005709f00 x0 : 0000000000000015
    [   12.585788] Call trace:
    [   12.588290]  wl12xx_queue_recovery_work+0x8c/0x98 [wlcore]
    [   12.593815]  wlcore_irq+0x168/0x2c8 [wlcore]
    [   12.598090]  irq_thread_fn+0x2c/0xb0
    [   12.601661]  irq_thread+0x164/0x2e0
    [   12.605144]  kthread+0x140/0x160
    [   12.608364]  ret_from_fork+0x10/0x30
    [   12.611933] ---[ end trace 7693945ccc24d45d ]---
    [   12.616812] wlcore: Hardware recovery in progress. FW ver: Rev 8.9.0.0.86
    [   12.626213] wlcore: pc: 0x2040c1c0, hint_sts: 0x00000000 count: 1
    [   12.637843] wlcore: down
    [   12.640600] wlcore: down
    [   12.646981] ieee80211 phy0: Hardware restart was requested
    [   12.951731] wlcore: using inverted interrupt logic: 2
    [   13.013434] wlcore: PHY firmware version: Rev 8.2.0.0.245
    [   13.166685] wlcore: firmware booted (Rev 8.9.0.0.86)
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPLv3 packages:
            autoconf
            bash
            bc
            binutils
            cifs-utils
            coreutils-stdbuf
            coreutils
            cpio
            cpp-symlinks
            cpp
            dosfstools
            elfutils
            g++-symlinks
            g++
            gawk
            gcc-symlinks
            gcc
            gdb
            gdbserver
            gettext
            gstreamer1.0-libav
            gzip
            hidapi
            less
            libasm1
            libbfd
            libdw1
            libelf1
            libgdbm-compat4
            libgdbm6
            libgettextlib
            libgettextsrc
            libgmp10
            libidn2-0
            libmpc3
            libmpfr6
            libreadline8
            libunistring2
            m4
            make
            nettle
            parted
            tar
            which
    
    If you do not wish to distribute GPLv3 components please remove
    the above packages prior to distribution.  This can be done using
    the opkg remove command.  i.e.:
        opkg remove <package>
    Where <package> is the name printed in the list above
    
    NOTE: If the package is a dependency of another package you
          will be notified of the dependent packages.  You should
          use the --force-removal-of-dependent-packages option to
          also remove the dependent packages as well
    ***************************************************************
    ***************************************************************
    [  OK  ] Started Print notice about GPLv3 packages.
             Starting Hostname Service...
    [  OK  ] Started Hostname Service.
    
     _____                    _____           _         _
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|
                  |___|                    |___|
    
    Arago Project am64xx-evm ttyS2
    
    Arago 2021.09 am64xx-evm ttyS2
    
    am64xx-evm login: root
    

  • Hi,

    Any progress about the question?

  • Hello,

      We currently use wl1837 as AP mode for communication. We would like to confirm how many station connections wl1837 can support at the same time as AP and the maximum number under stable connection.

  • Hello,

    The soft AP is capable of supporting up to a total of 10 connected STAs