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 ?

  • I modified the config file ti_arm64_prune.config like this
    # CC33XX
    CONFIG_WLCORE=n
    CONFIG_WLCORE_SPI=n
    CONFIG_WLCORE_SDIO=n
    CONFIG_WL18XX=n
    CONFIG_CC33XX=m
    CONFIG_CC33XX_SDIO=m
    CONFIG_CC33XX_SPI=m
    CONFIG_BT_TI_UART=m
    CONFIG_BT_TI=n
    CONFIG_BT_TI_SDIO=n

    Before the build, i also need to disable certificate with this command

    scripts/config --disable SYSTEM_TRUSTED_KEYS
    scripts/config --disable SYSTEM_REVOCATION_KEYS

    And enable "Ti K3" in config and "TI SDHCI Controller Support"

    After copy and install module and cc33xx driver in rootfs, boot the board with the new kernel.
    The boot process stuck at this lines

    [ 1.176282] Waiting for root device PARTUUID=b3ea3bda-02...
    [ 11.180697] ti-sci-inta 4e0a0000.interrupt-controller: deferred probe timeout, ignoring dependency
    [ 11.189881] ti-sci-inta: probe of 4e0a0000.interrupt-controller failed with error -110
    [ 11.199130] platform 1082e0.clock: deferred probe pending

    Start of boot :

    Starting kernel ...

    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.1.46+ (mlestephan@ubuntu) (aarch64-oe-linux-gcc (GCC) 11.3.0, GNU ld (GNU Binutils) 2.38.20220708) #2 SMP PREEMPT_DYNAMIC Wed Dec  6 22:21:13 CET 2023
    [    0.000000] Machine model: Texas Instruments AM62A7 SK
    [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
    [    0.000000] printk: bootconsole [

    Perhaps there is an issue with the kernel version generated. When i copy module to the target i have this 2 folders
    The new kernel is 6.1.46+ and the original is 6.1.46-gf8110d9ce8

    An idea please ?

  • Hi today try some modifications without success. Look at this different post :

    https://e2e.ti.com/support/processors-group/processors/f/processors-forum/954753/processor-sdk-am335x-cannot-start-linux-from-sd-card-just-waiting

    https://e2e.ti.com/support/processors-group/processors/f/processors-forum/631317/linux-am3352-kernel-boot-issue/2329439#2329439

    All this post said to add broken-cd; in mmc1 (sdhci1) but don't work !

    Also tried this : https://software-dl.ti.com/processor-sdk-linux/esd/AM62AX/09_00_01/exports/docs/linux/Foundational_Components/Kernel/Kernel_Drivers/Storage/MMC-SD.html

    But no more goog results !

    Here the k3-am62a7-sk.dts i modified

    // SPDX-License-Identifier: GPL-2.0
    /*
     * AM62A SK: https://www.ti.com/lit/zip/sprr459
     *
     * Copyright (C) 2022 Texas Instruments Incorporated - https://www.ti.com/
     */
    
    /dts-v1/;
    
    #include <dt-bindings/leds/common.h>
    #include <dt-bindings/gpio/gpio.h>
    #include <dt-bindings/net/ti-dp83867.h>
    #include "k3-am62a7.dtsi"
    
    / {
    	compatible =  "ti,am62a7-sk", "ti,am62a7";
    	model = "Texas Instruments AM62A7 SK";
    
    	aliases {
    		serial2 = &main_uart0;
    		mmc0 = &sdhci0;
    		mmc1 = &sdhci1;
    		ethernet0 = &cpsw_port1;
    		spi0 = &ospi0;
    		serial3 = &main_uart1;
    	};
    
    	chosen {
    		stdout-path = "serial2:115200n8";
    	};
    
    	memory@80000000 {
    		device_type = "memory";
    		/* 4G RAM */
    		reg = <0x00000000 0x80000000 0x00000000 0x80000000>,
    		      <0x00000008 0x80000000 0x00000000 0x80000000>;
    	};
    
    	dma_buf_phys {
    		compatible = "ti,dma-buf-phys";
    	};
    
    	reserved-memory {
    		#address-cells = <2>;
    		#size-cells = <2>;
    		ranges;
    
    		/* global cma region */
    		linux,cma {
    			compatible = "shared-dma-pool";
    			reusable;
    			size = <0x00 0x24000000>;
    			alloc-ranges = <0x00 0xc0000000 0x00 0x24000000>;
    			linux,cma-default;
    		};
    
    		secure_tfa_ddr: tfa@9e780000 {
    			reg = <0x00 0x9e780000 0x00 0x80000>;
    			alignment = <0x1000>;
    			no-map;
    		};
    
    		secure_ddr: optee@9e800000 {
    			reg = <0x00 0x9e800000 0x00 0x01800000>; /* for OP-TEE */
    			alignment = <0x1000>;
    			no-map;
    		};
    
    		wkup_r5fss0_core0_dma_memory_region: r5f-dma-memory@9c800000 {
    			compatible = "shared-dma-pool";
    			reg = <0x00 0x9c800000 0x00 0x100000>;
    			no-map;
    		};
    
    		wkup_r5fss0_core0_memory_region: r5f-dma-memory@9c900000 {
    			compatible = "shared-dma-pool";
    			reg = <0x00 0x9c900000 0x00 0x01e00000>;
    			no-map;
    		};
    
    		mcu_r5fss0_core0_dma_memory_region: r5f-dma-memory@9b800000 {
    			compatible = "shared-dma-pool";
    			reg = <0x00 0x9b800000 0x00 0x100000>;
    			no-map;
    		};
    
    		mcu_r5fss0_core0_memory_region: r5f-dma-memory@9b900000 {
    			compatible = "shared-dma-pool";
    			reg = <0x00 0x9b900000 0x00 0x0f00000>;
    			no-map;
    		};
    
    		c7x_0_dma_memory_region: c7x-dma-memory@99800000 {
    			compatible = "shared-dma-pool";
    			reg = <0x00 0x99800000 0x00 0x100000>;
    			no-map;
    		};
    
    		c7x_0_memory_region: c7x-memory@99900000 {
    			compatible = "shared-dma-pool";
    			reg = <0x00 0x99900000 0x00 0x01efffff>;
    			no-map;
    		};
    
    		edgeai_rtos_ipc_memory_region: edgeai-rtos-ipc-memory-region {
    			reg = <0x00 0xa0000000 0x00 0x01000000>;
    			no-map;
    		};
    
    		edgeai_memory_region: edgeai-dma-memory@a1000000 {
    			compatible = "shared-dma-pool";
    			reg = <0x00 0xa1000000 0x00 0x02000000>;
    			no-map;
    		};
    
    		edgeai_shared_region: edgeai_shared-memories {
    			compatible = "dma-heap-carveout";
    			reg = <0x00 0xa3000000 0x00 0x0b000000>;
    		};
    
    		edgeai_core_heaps: edgeai-core-heap-memory@ae000000 {
    			compatible = "shared-dma-pool";
    			reg = <0x00 0xae000000 0x00 0x12000000>;
    			no-map;
    		};
    	};
    
    	vmain_pd: regulator-0 {
    		/* TPS25750 PD CONTROLLER OUTPUT */
    		compatible = "regulator-fixed";
    		regulator-name = "vmain_pd";
    		regulator-min-microvolt = <5000000>;
    		regulator-max-microvolt = <5000000>;
    		regulator-always-on;
    		regulator-boot-on;
    	};
    
    	vcc_5v0: regulator-1 {
    		/* Output of TPS63070 */
    		compatible = "regulator-fixed";
    		regulator-name = "vcc_5v0";
    		regulator-min-microvolt = <5000000>;
    		regulator-max-microvolt = <5000000>;
    		vin-supply = <&vmain_pd>;
    		regulator-always-on;
    		regulator-boot-on;
    	};
    
    	vcc_3v3_main: regulator-2 {
    		/* output of LM5141-Q1 */
    		compatible = "regulator-fixed";
    		regulator-name = "vcc_3v3_main";
    		regulator-min-microvolt = <3300000>;
    		regulator-max-microvolt = <3300000>;
    		vin-supply = <&vmain_pd>;
    		regulator-always-on;
    		regulator-boot-on;
    	};
    
    	vdd_mmc1: regulator-3 {
    		/* TPS22918DBVR */
    		compatible = "regulator-fixed";
    		regulator-name = "vdd_mmc1";
    		regulator-min-microvolt = <3300000>;
    		regulator-max-microvolt = <3300000>;
    		regulator-boot-on;
    		enable-active-high;
    		vin-supply = <&vcc_3v3_sys>;
    		gpio = <&exp1 3 GPIO_ACTIVE_HIGH>;
    	};
    
    	vcc_3v3_sys: regulator-4 {
    		/* output of TPS222965DSGT */
    		compatible = "regulator-fixed";
    		regulator-name = "vcc_3v3_sys";
    		regulator-min-microvolt = <3300000>;
    		regulator-max-microvolt = <3300000>;
    		vin-supply = <&vcc_3v3_main>;
    		regulator-always-on;
    		regulator-boot-on;
    	};
    
    	vddshv_sdio: regulator-5 {
    		compatible = "regulator-gpio";
    		regulator-name = "vddshv_sdio";
    		pinctrl-names = "default";
    		pinctrl-0 = <&vddshv_sdio_pins_default>;
    		regulator-min-microvolt = <1800000>;
    		regulator-max-microvolt = <3300000>;
    		regulator-boot-on;
    		vin-supply = <&ldo1>;
    		gpios = <&main_gpio0 31 GPIO_ACTIVE_HIGH>;
    		states = <1800000 0x0>,
    			 <3300000 0x1>;
    	};
    
    	wlan_en: regulator-6 {
    		compatible = "regulator-fixed";
    		regulator-name = "wlan_en";
    		regulator-min-microvolt = <1800000>;
    		regulator-max-microvolt = <1800000>;
    		vin-supply = <&vcc_3v3_sys>;
    		enable-active-high;
    		gpios = <&main_gpio0 71 GPIO_ACTIVE_HIGH>;
    		pinctrl-names = "default";
    		pinctrl-0 = <&wlan_en_pins_default>;
    	};
    
    	leds {
    		compatible = "gpio-leds";
    		pinctrl-names = "default";
    		pinctrl-0 = <&usr_led_pins_default>;
    
    		led-0 {
    			label = "am62a-sk:green:heartbeat";
    			gpios = <&main_gpio1 49 GPIO_ACTIVE_HIGH>;
    			linux,default-trigger = "heartbeat";
    			function = LED_FUNCTION_HEARTBEAT;
    			default-state = "off";
    		};
    	};
    
    	tlv320_mclk: clk-0 {
    		#clock-cells = <0>;
    		compatible = "fixed-clock";
    		clock-frequency = <12288000>;
    	};
    
    	codec_audio: sound {
    		compatible = "simple-audio-card";
    		simple-audio-card,name = "AM62Ax-SKEVM";
    		simple-audio-card,widgets =
    			"Headphone",	"Headphone Jack",
    			"Line",		"Line In",
    			"Microphone",	"Microphone Jack";
    		simple-audio-card,routing =
    			"Headphone Jack",	"HPLOUT",
    			"Headphone Jack",	"HPROUT",
    			"LINE1L",		"Line In",
    			"LINE1R",		"Line In",
    			"MIC3R",		"Microphone Jack",
    			"Microphone Jack",	"Mic Bias";
    		simple-audio-card,format = "dsp_b";
    		simple-audio-card,bitclock-master = <&sound_master>;
    		simple-audio-card,frame-master = <&sound_master>;
    		simple-audio-card,bitclock-inversion;
    
    		simple-audio-card,cpu {
    			sound-dai = <&mcasp1>;
    		};
    
    		sound_master: simple-audio-card,codec {
    			sound-dai = <&tlv320aic3106>;
    			clocks = <&tlv320_mclk>;
    		};
    	};
    
    	hdmi: connector {
    		compatible = "hdmi-connector";
    		label = "hdmi";
    		type = "a";
    		port {
    			hdmi_connector_in: endpoint {
    				remote-endpoint = <&sii9022_out>;
    			};
    		};
    	};
    };
    
    &main_pmx0 {
    	main_uart0_pins_default: main-uart0-pins-default {
    		pinctrl-single,pins = <
    			AM62AX_IOPAD(0x1c8, PIN_INPUT, 0) /* (D14) UART0_RXD */
    			AM62AX_IOPAD(0x1cc, PIN_OUTPUT, 0) /* (E14) UART0_TXD */
    		>;
    	};
    
    	main_i2c0_pins_default: main-i2c0-pins-default {
    		pinctrl-single,pins = <
    			AM62AX_IOPAD(0x1e0, PIN_INPUT_PULLUP, 0) /* (B16) I2C0_SCL */
    			AM62AX_IOPAD(0x1e4, PIN_INPUT_PULLUP, 0) /* (A16) I2C0_SDA */
    		>;
    	};
    
    	main_i2c1_pins_default: main-i2c1-pins-default {
    		pinctrl-single,pins = <
    			AM62AX_IOPAD(0x1e8, PIN_INPUT_PULLUP, 0) /* (B17) I2C1_SCL */
    			AM62AX_IOPAD(0x1ec, PIN_INPUT_PULLUP, 0) /* (A17) I2C1_SDA */
    		>;
    	};
    
    	main_i2c2_pins_default: main-i2c2-pins-default {
    		pinctrl-single,pins = <
    			AM62AX_IOPAD(0x0b0, PIN_INPUT_PULLUP, 1) /* (K22) GPMC0_CSn2.I2C2_SCL */
    			AM62AX_IOPAD(0x0b4, PIN_INPUT_PULLUP, 1) /* (K24) GPMC0_CSn3.I2C2_SDA */
    		>;
    	};
    
    	main_mmc1_pins_default: main-mmc1-pins-default {
    		pinctrl-single,pins = <
    			AM62AX_IOPAD(0x23c, PIN_INPUT, 0) /* (A21) MMC1_CMD */
    			AM62AX_IOPAD(0x234, PIN_INPUT, 0) /* (B22) MMC1_CLK */
    			AM62AX_IOPAD(0x230, PIN_INPUT, 0) /* (A22) MMC1_DAT0 */
    			AM62AX_IOPAD(0x22c, PIN_INPUT, 0) /* (B21) MMC1_DAT1 */
    			AM62AX_IOPAD(0x228, PIN_INPUT, 0) /* (C21) MMC1_DAT2 */
    			AM62AX_IOPAD(0x224, PIN_INPUT, 0) /* (D22) MMC1_DAT3 */
    			AM62AX_IOPAD(0x240, PIN_INPUT, 0) /*(D17) MMC1_SDCD */
    		>;
    	};
    
    	usr_led_pins_default: usr-led-pins-default {
    		pinctrl-single,pins = <
    			AM62AX_IOPAD(0x244, PIN_OUTPUT, 7) /* (D18) MMC1_SDWP.GPIO1_49 */
    		>;
    	};
    
    	main_usb1_pins_default: main-usb1-pins-default {
    		pinctrl-single,pins = <
    			AM62AX_IOPAD(0x0258, PIN_OUTPUT, 0) /* (F18) USB1_DRVVBUS */
    		>;
    	};
    
    	main_mdio1_pins_default: main-mdio1-pins-default {
    		pinctrl-single,pins = <
    			AM62AX_IOPAD(0x160, PIN_OUTPUT, 0) /* (V12) MDIO0_MDC */
    			AM62AX_IOPAD(0x15c, PIN_INPUT, 0) /* (V13) MDIO0_MDIO */
    		>;
    	};
    
    	main_rgmii1_pins_default: main-rgmii1-pins-default {
    		pinctrl-single,pins = <
    			AM62AX_IOPAD(0x14c, PIN_INPUT, 0) /* (AB16) RGMII1_RD0 */
    			AM62AX_IOPAD(0x150, PIN_INPUT, 0) /* (V15) RGMII1_RD1 */
    			AM62AX_IOPAD(0x154, PIN_INPUT, 0) /* (W15) RGMII1_RD2 */
    			AM62AX_IOPAD(0x158, PIN_INPUT, 0) /* (V14) RGMII1_RD3 */
    			AM62AX_IOPAD(0x148, PIN_INPUT, 0) /* (AA16) RGMII1_RXC */
    			AM62AX_IOPAD(0x144, PIN_INPUT, 0) /* (AA15) RGMII1_RX_CTL */
    			AM62AX_IOPAD(0x134, PIN_INPUT, 0) /* (Y17) RGMII1_TD0 */
    			AM62AX_IOPAD(0x138, PIN_INPUT, 0) /* (V16) RGMII1_TD1 */
    			AM62AX_IOPAD(0x13c, PIN_INPUT, 0) /* (Y16) RGMII1_TD2 */
    			AM62AX_IOPAD(0x140, PIN_INPUT, 0) /* (AA17) RGMII1_TD3 */
    			AM62AX_IOPAD(0x130, PIN_INPUT, 0) /* (AB17) RGMII1_TXC */
    			AM62AX_IOPAD(0x12c, PIN_INPUT, 0) /* (W16) RGMII1_TX_CTL */
    		>;
    	};
    
    	main_mcasp1_pins_default: main-mcasp1-pins-default {
    		pinctrl-single,pins = <
    			AM62AX_IOPAD(0x090, PIN_INPUT, 2) /* (L19) GPMC0_BE0n_CLE.MCASP1_ACLKX */
    			AM62AX_IOPAD(0x098, PIN_INPUT, 2) /* (R18) GPMC0_WAIT0.MCASP1_AFSX */
    			AM62AX_IOPAD(0x08c, PIN_OUTPUT, 2) /* (K19) GPMC0_WEn.MCASP1_AXR0 */
    			AM62AX_IOPAD(0x084, PIN_INPUT, 2) /* (L18) GPMC0_ADVn_ALE.MCASP1_AXR2 */
    		>;
    	};
    
    	main_gpio1_ioexp_intr_pins_default: main-gpio1-ioexp-intr-pins-default {
    		pinctrl-single,pins = <
    			AM62AX_IOPAD(0x01d4, PIN_INPUT, 7) /* (C15) UART0_RTSn.GPIO1_23 */
    
    		>;
    	};
    
    	main_dss0_pins_default: main-dss0-pins-default {
    		pinctrl-single,pins = <
    			AM62AX_IOPAD(0x100, PIN_OUTPUT, 0) /* (V17) VOUT0_VSYNC */
    			AM62AX_IOPAD(0x0f8, PIN_OUTPUT, 0) /* (T18) VOUT0_HSYNC */
    			AM62AX_IOPAD(0x104, PIN_OUTPUT, 0) /* (AA22) VOUT0_PCLK */
    			AM62AX_IOPAD(0x0fc, PIN_OUTPUT, 0) /* (U17) VOUT0_DE */
    			AM62AX_IOPAD(0x0b8, PIN_OUTPUT, 0) /* (U22) VOUT0_DATA0 */
    			AM62AX_IOPAD(0x0bc, PIN_OUTPUT, 0) /* (U21) VOUT0_DATA1 */
    			AM62AX_IOPAD(0x0c0, PIN_OUTPUT, 0) /* (U20) VOUT0_DATA2 */
    			AM62AX_IOPAD(0x0c4, PIN_OUTPUT, 0) /* (U19) VOUT0_DATA3 */
    			AM62AX_IOPAD(0x0c8, PIN_OUTPUT, 0) /* (T19) VOUT0_DATA4 */
    			AM62AX_IOPAD(0x0cc, PIN_OUTPUT, 0) /* (U18) VOUT0_DATA5 */
    			AM62AX_IOPAD(0x0d0, PIN_OUTPUT, 0) /* (V22) VOUT0_DATA6 */
    			AM62AX_IOPAD(0x0d4, PIN_OUTPUT, 0) /* (V21) VOUT0_DATA7 */
    			AM62AX_IOPAD(0x0d8, PIN_OUTPUT, 0) /* (V19) VOUT0_DATA8 */
    			AM62AX_IOPAD(0x0dc, PIN_OUTPUT, 0) /* (V18) VOUT0_DATA9 */
    			AM62AX_IOPAD(0x0e0, PIN_OUTPUT, 0) /* (W22) VOUT0_DATA10 */
    			AM62AX_IOPAD(0x0e4, PIN_OUTPUT, 0) /* (W21) VOUT0_DATA11 */
    			AM62AX_IOPAD(0x0e8, PIN_OUTPUT, 0) /* (W20) VOUT0_DATA12 */
    			AM62AX_IOPAD(0x0ec, PIN_OUTPUT, 0) /* (W19) VOUT0_DATA13 */
    			AM62AX_IOPAD(0x0f0, PIN_OUTPUT, 0) /* (Y21) VOUT0_DATA14 */
    			AM62AX_IOPAD(0x0f4, PIN_OUTPUT, 0) /* (Y22) VOUT0_DATA15 */
    			AM62AX_IOPAD(0x05c, PIN_OUTPUT, 1) /* (P22) GPMC0_AD8.VOUT0_DATA16 */
    			AM62AX_IOPAD(0x060, PIN_OUTPUT, 1) /* (R19) GPMC0_AD9.VOUT0_DATA17 */
    			AM62AX_IOPAD(0x064, PIN_OUTPUT, 1) /* (R20) GPMC0_AD10.VOUT0_DATA18 */
    			AM62AX_IOPAD(0x068, PIN_OUTPUT, 1) /* (R22) GPMC0_AD11.VOUT0_DATA19 */
    			AM62AX_IOPAD(0x06c, PIN_OUTPUT, 1) /* (T22) GPMC0_AD12.VOUT0_DATA20 */
    			AM62AX_IOPAD(0x070, PIN_OUTPUT, 1) /* (R21) GPMC0_AD13.VOUT0_DATA21 */
    			AM62AX_IOPAD(0x074, PIN_OUTPUT, 1) /* (T20) GPMC0_AD14.VOUT0_DATA22 */
    			AM62AX_IOPAD(0x078, PIN_OUTPUT, 1) /* (T21) GPMC0_AD15.VOUT0_DATA23 */
    		>;
    	};
    
    	main_mmc0_pins_default: main-mmc0-pins-default {
    		pinctrl-single,pins = <
    			AM62AX_IOPAD(0x220, PIN_INPUT, 0) /* (Y3) MMC0_CMD */
    			AM62AX_IOPAD(0x218, PIN_INPUT, 0) /* (AB1) MMC0_CLKLB */
    			AM62AX_IOPAD(0x21c, PIN_INPUT, 0) /* (AB1) MMC0_CLK */
    			AM62AX_IOPAD(0x214, PIN_INPUT, 0) /* (AA2) MMC0_DAT0 */
    			AM62AX_IOPAD(0x210, PIN_INPUT_PULLUP, 0) /* (AA1) MMC0_DAT1 */
    			AM62AX_IOPAD(0x20c, PIN_INPUT_PULLUP, 0) /* (AA3) MMC0_DAT2 */
    			AM62AX_IOPAD(0x208, PIN_INPUT_PULLUP, 0) /* (Y4) MMC0_DAT3 */
    			AM62AX_IOPAD(0x204, PIN_INPUT_PULLUP, 0) /* (AB2) MMC0_DAT4 */
    			AM62AX_IOPAD(0x200, PIN_INPUT_PULLUP, 0) /* (AC1) MMC0_DAT5 */
    			AM62AX_IOPAD(0x1fc, PIN_INPUT_PULLUP, 0) /* (AD2) MMC0_DAT6 */
    			AM62AX_IOPAD(0x1f8, PIN_INPUT_PULLUP, 0) /* (AC2) MMC0_DAT7 */
    		>;
    	};
    
    	vddshv_sdio_pins_default: vddshv-sdio-pins-default {
    		pinctrl-single,pins = <
    			AM62AX_IOPAD(0x07c, PIN_OUTPUT, 7) /* (M19) GPMC0_CLK.GPIO0_31 */
    		>;
    	};
    
    	ospi0_pins_default: ospi0-pins-default {
    		pinctrl-single,pins = <
    			AM62AX_IOPAD(0x000, PIN_OUTPUT, 0) /* (H24) OSPI0_CLK */
    			AM62AX_IOPAD(0x02c, PIN_OUTPUT, 0) /* (F23) OSPI0_CSn0 */
    			AM62AX_IOPAD(0x00c, PIN_INPUT, 0) /* (E25) OSPI0_D0 */
    			AM62AX_IOPAD(0x010, PIN_INPUT, 0) /* (G24) OSPI0_D1 */
    			AM62AX_IOPAD(0x014, PIN_INPUT, 0) /* (F25) OSPI0_D2 */
    			AM62AX_IOPAD(0x018, PIN_INPUT, 0) /* (F24) OSPI0_D3 */
    			AM62AX_IOPAD(0x01c, PIN_INPUT, 0) /* (J23) OSPI0_D4 */
    			AM62AX_IOPAD(0x020, PIN_INPUT, 0) /* (J25) OSPI0_D5 */
    			AM62AX_IOPAD(0x024, PIN_INPUT, 0) /* (H25) OSPI0_D6 */
    			AM62AX_IOPAD(0x028, PIN_INPUT, 0) /* (J22) OSPI0_D7 */
    			AM62AX_IOPAD(0x008, PIN_INPUT, 0) /* (J24) OSPI0_DQS */
    		>;
    	};
    
    	wlan_en_pins_default: wlan-en-pins-default {
    		pinctrl-single,pins = <
    				AM62X_IOPAD(0x124, PIN_OUTPUT, 7) /* (A23) MMC2_SDCD.GPIO0_71 */
    		>;
    	};
    	main_uart1_pins_default: main-uart1-pins-default {
    		pinctrl-single,pins = < 
    			AM62X_IOPAD(0x1ac, PIN_INPUT, 2) /* (E19) MCASP0_AFSR.UART1_RXD */
    			AM62X_IOPAD(0x198, PIN_OUTPUT, 2) /* (A19) MCASP0_AXR2.UART1_RTSn */
    			AM62X_IOPAD(0x194, PIN_INPUT, 2) /* (B19) MCASP0_AXR3.UART1_CTSn */
    			AM62X_IOPAD(0x1b0, PIN_OUTPUT, 2) /* (A20) MCASP0_ACLKR.UART1_TXD */
    		>;
    	};
    };
    
    &main_uart1 {
    	status = "okay";
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_uart1_pins_default>;
    
    	bluetooth {
    		compatible = "ti,cc33xx-bt";
    		cc33xx-supply = <&wlan_en>;
    		max-speed = <115200>;
    	};
    };
    
    &mcu_pmx0 {
    	status = "okay";
    
    	pmic_irq_pins_default: pmic-irq-pins-default {
    		pinctrl-single,pins = <
    			AM62AX_MCU_IOPAD(0x000, PIN_INPUT, 7) /* (E11) MCU_GPIO0_0 */
    		>;
    	};
    };
    
    &mcu_gpio0 {
    	status = "okay";
    };
    
    &main_i2c0 {
    	status = "okay";
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_i2c0_pins_default>;
    	clock-frequency = <400000>;
    
    	typec_pd0: usb-power-controller@3f {
    		compatible = "ti,tps6598x";
    		reg = <0x3f>;
    
    		connector {
    			compatible = "usb-c-connector";
    			label = "USB-C";
    			self-powered;
    			data-role = "dual";
    			power-role = "sink";
    			port {
    				usb_con_hs: endpoint {
    					remote-endpoint = <&usb0_hs_ep>;
    				};
    			};
    		};
    	};
    
    	tps659312: pmic@48 {
    		compatible = "ti,tps6593-q1";
    		reg = <0x48>;
    		ti,primary-pmic;
    		system-power-controller;
    
    		gpio-controller;
    		#gpio-cells = <2>;
    
    		pinctrl-names = "default";
    		pinctrl-0 = <&pmic_irq_pins_default>;
    		interrupt-parent = <&mcu_gpio0>;
    		interrupts = <0 IRQ_TYPE_EDGE_FALLING>;
    
    		buck123-supply = <&vcc_3v3_sys>;
    		buck4-supply = <&vcc_3v3_sys>;
    		buck5-supply = <&vcc_3v3_sys>;
    		ldo1-supply = <&vcc_3v3_sys>;
    		ldo2-supply = <&vcc_3v3_sys>;
    		ldo3-supply = <&buck5>;
    		ldo4-supply = <&vcc_3v3_sys>;
    
    		regulators {
    			buck123: buck123 {
    				regulator-name = "vcc_core";
    				regulator-min-microvolt = <715000>;
    				regulator-max-microvolt = <895000>;
    				regulator-boot-on;
    				regulator-always-on;
    			};
    
    			buck4: buck4 {
    				regulator-name = "vcc_1v1";
    				regulator-min-microvolt = <1100000>;
    				regulator-max-microvolt = <1100000>;
    				regulator-boot-on;
    				regulator-always-on;
    			};
    
    			buck5: buck5 {
    				regulator-name = "vcc_1v8_sys";
    				regulator-min-microvolt = <1800000>;
    				regulator-max-microvolt = <1800000>;
    				regulator-boot-on;
    				regulator-always-on;
    			};
    
    			ldo1: ldo1 {
    				regulator-name = "vddshv5_sdio";
    				regulator-min-microvolt = <3300000>;
    				regulator-max-microvolt = <3300000>;
    				regulator-boot-on;
    				regulator-always-on;
    			};
    
    			ldo2: ldo2 {
    				regulator-name = "vpp_1v8";
    				regulator-min-microvolt = <1800000>;
    				regulator-max-microvolt = <1800000>;
    				regulator-boot-on;
    				regulator-always-on;
    			};
    
    			ldo3: ldo3 {
    				regulator-name = "vcc_0v85";
    				regulator-min-microvolt = <850000>;
    				regulator-max-microvolt = <850000>;
    				regulator-boot-on;
    				regulator-always-on;
    			};
    
    			ldo4: ldo4 {
    				regulator-name = "vdda_1v8";
    				regulator-min-microvolt = <1800000>;
    				regulator-max-microvolt = <1800000>;
    				regulator-boot-on;
    				regulator-always-on;
    			};
    		};
    	};
    };
    
    &main_i2c1 {
    	status = "okay";
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_i2c1_pins_default>;
    	clock-frequency = <100000>;
    
    	exp1: gpio@22 {
    		compatible = "ti,tca6424";
    		reg = <0x22>;
    		gpio-controller;
    		#gpio-cells = <2>;
    
    		interrupt-parent = <&main_gpio1>;
    		interrupts = <23 IRQ_TYPE_EDGE_FALLING>;
    		interrupt-controller;
    		#interrupt-cells = <2>;
    
    		gpio-line-names = "GPIO_CPSW2_RST", "GPIO_CPSW1_RST",
    				   "BT_EN_SOC", "MMC1_SD_EN",
    				   "VPP_EN", "EXP_PS_3V3_En",
    				   "EXP_PS_5V0_En", "EXP_HAT_DETECT",
    				   "GPIO_AUD_RSTn", "GPIO_eMMC_RSTn",
    				   "UART1_FET_BUF_EN", "BT_UART_WAKE_SOC",
    				   "GPIO_HDMI_RSTn", "CSI_GPIO0",
    				   "CSI_GPIO1", "WLAN_ALERTn",
    				   "HDMI_INTn", "TEST_GPIO2",
    				   "MCASP1_FET_EN", "MCASP1_BUF_BT_EN",
    				   "MCASP1_FET_SEL", "UART1_FET_SEL",
    				   "PD_I2C_IRQ", "IO_EXP_TEST_LED";
    
    		pinctrl-names = "default";
    		pinctrl-0 = <&main_gpio1_ioexp_intr_pins_default>;
    	};
    
    	exp2: gpio@23 {
    		compatible = "ti,tca6424";
    		reg = <0x23>;
    		gpio-controller;
    		#gpio-cells = <2>;
    
    		gpio-line-names = "", "",
    				  "", "",
    				  "", "",
    				  "", "",
    				  "WL_LT_EN", "CSI_RSTz",
    				  "", "",
    				  "", "",
    				  "", "",
    				  "SPI0_FET_SEL", "SPI0_FET_OE",
    				  "RGMII2_BRD_CONN_DET", "CSI_SEL2",
    				  "CSI_EN", "AUTO_100M_1000M_CONFIG",
    				  "CSI_VLDO_SEL", "SoC_WLAN_SDIO_RST";
    	};
    
    	tlv320aic3106: audio-codec@1b {
    		#sound-dai-cells = <0>;
    		compatible = "ti,tlv320aic3106";
    		reg = <0x1b>;
    		ai3x-micbias-vg = <1>;	/* 2.0V */
    		ai3x-ocmv = <1>;	/* 1.5V */
    
    		/* Regulators */
    		AVDD-supply = <&vcc_3v3_sys>;
    		IOVDD-supply = <&vcc_3v3_sys>;
    		DRVDD-supply = <&vcc_3v3_sys>;
    	};
    
    	sii9022: sii9022@3b {
    		#sound-dai-cells = <0>;
    		compatible = "sil,sii9022";
    		reg = <0x3b>;
    
    		interrupt-parent = <&exp1>;
    		interrupts = <16 IRQ_TYPE_EDGE_FALLING>;
    
    		sil,i2s-data-lanes = < 0 >;
    
    		ports {
    			#address-cells = <1>;
    			#size-cells = <0>;
    
    			port@0 {
    				reg = <0>;
    
    				sii9022_in: endpoint {
    					remote-endpoint = <&dpi1_out>;
    				};
    			};
    
    			port@1 {
    				reg = <1>;
    
    				sii9022_out: endpoint {
    					remote-endpoint = <&hdmi_connector_in>;
    				};
    			};
    		};
    	};
    
    };
    
    &main_i2c2 {
    	status = "okay";
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_i2c2_pins_default>;
    	clock-frequency = <400000>;
    };
    
    &sdhci1 {
    	/* SD/MMC */
    	status = "okay";
    	vmmc-supply = <&vdd_mmc1>;
    	vqmmc-supply = <&vddshv_sdio>;
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_mmc1_pins_default>;
    	ti,driver-strength-ohm = <50>;
    	disable-wp;
    	no-1-8-v; /* disabling all the UHS modes */
    };
    
    &main_gpio0 {
    	status = "okay";
    };
    
    &main_gpio1 {
    	status = "okay";
    };
    
    &main_gpio_intr {
    	status = "okay";
    };
    
    &main_uart0 {
    	status = "okay";
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_uart0_pins_default>;
    };
    
    &usbss0 {
    	status = "okay";
    	ti,vbus-divider;
    };
    
    &usb0 {
    	usb-role-switch;
    
    	port {
    		usb0_hs_ep: endpoint {
    			remote-endpoint = <&usb_con_hs>;
    		};
    	};
    };
    
    &usbss1 {
    	status = "okay";
    };
    
    &usb1 {
    	dr_mode = "host";
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_usb1_pins_default>;
    };
    
    &cpsw3g {
    	status = "okay";
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_rgmii1_pins_default>;
    
    	cpts@3d000 {
    		/* MAP HW3_TS_PUSH to GENF1 */
    		ti,pps = <2 1>;
    	};
    };
    
    &cpsw_port1 {
    	status = "okay";
    	phy-mode = "rgmii-rxid";
    	phy-handle = <&cpsw3g_phy0>;
    };
    
    &cpsw_port2 {
    	status = "disabled";
    };
    
    &cpsw3g_mdio {
    	status = "okay";
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_mdio1_pins_default>;
    
    	cpsw3g_phy0: ethernet-phy@0 {
    		reg = <0>;
    		ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_00_NS>;
    		ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_4_B_NIB>;
    		ti,min-output-impedance;
    	};
    };
    
    &mcasp1 {
    	status = "okay";
    	#sound-dai-cells = <0>;
    
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_mcasp1_pins_default>;
    
    	op-mode = <0>;          /* MCASP_IIS_MODE */
    	tdm-slots = <2>;
    
    	serial-dir = <  /* 0: INACTIVE, 1: TX, 2: RX */
    	       1 0 2 0
    	       0 0 0 0
    	       0 0 0 0
    	       0 0 0 0
    	>;
    	tx-num-evt = <32>;
    	rx-num-evt = <32>;
    };
    
    &ti_csi2rx0 {
    	status = "okay";
    };
    
    &dphy0 {
    	status = "okay";
    };
    
    &dss {
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_dss0_pins_default>;
    };
    
    &dss_ports {
    	/* VP2: DPI Output */
    	port@0 {
    		reg = <0>;
    
    		dpi1_out: endpoint {
    			remote-endpoint = <&sii9022_in>;
    		};
    	};
    };
    
    &fss {
    	status = "okay";
    };
    
    &ospi0 {
    	pinctrl-names = "default";
    	pinctrl-0 = <&ospi0_pins_default>;
    
    	flash@0{
    		compatible = "spi-nand";
    		reg = <0x0>;
    		spi-tx-bus-width = <8>;
    		spi-rx-bus-width = <8>;
    		spi-max-frequency = <25000000>;
    		cdns,tshsl-ns = <60>;
    		cdns,tsd2d-ns = <60>;
    		cdns,tchsh-ns = <60>;
    		cdns,tslch-ns = <60>;
    		cdns,read-delay = <2>;
    		cdns,phy-mode;
    
    		partitions {
    			compatible = "fixed-partitions";
    			#address-cells = <1>;
    			#size-cells = <1>;
    
    			partition@0 {
    				label = "ospi_nand.tiboot3";
    				reg = <0x0 0x80000>;
    			};
    
    			partition@80000 {
    				label = "ospi_nand.tispl";
    				reg = <0x80000 0x200000>;
    			};
    
    			partition@280000 {
    				label = "ospi_nand.u-boot";
    				reg = <0x280000 0x400000>;
    			};
    
    			partition@680000 {
    				label = "ospi_nand.env";
    				reg = <0x680000 0x40000>;
    			};
    
    			partition@6c0000 {
    				label = "ospi_nand.env.backup";
    				reg = <0x6c0000 0x40000>;
    			};
    
    			partition@2000000 {
    				label = "ospi_nand.rootfs";
    				reg = <0x2000000 0x5fc0000>;
    			};
    
    			partition@7fc0000 {
    				label = "ospi_nand.phypattern";
    				reg = <0x7fc0000 0x40000>;
    			};
    		};
    	};
    };
    
    &mailbox0_cluster0 {
    	mbox_r5_0: mbox-r5-0 {
    		ti,mbox-rx = <0 0 0>;
    		ti,mbox-tx = <1 0 0>;
    	};
    };
    
    &mailbox0_cluster1 {
    	mbox_c7x_0: mbox-c7x-0 {
    		ti,mbox-rx = <0 0 0>;
    		ti,mbox-tx = <1 0 0>;
    	};
    };
    
    &mailbox0_cluster2 {
    	mbox_mcu_r5_0: mbox-mcu_r5-0 {
    		ti,mbox-rx = <0 0 0>;
    		ti,mbox-tx = <1 0 0>;
    	};
    };
    
    &c7x_0 {
    	mboxes = <&mailbox0_cluster1 &mbox_c7x_0>;
    	memory-region = <&c7x_0_dma_memory_region>,
    			<&c7x_0_memory_region>;
    };
    
    &wkup_r5fss0_core0 {
    	mboxes = <&mailbox0_cluster0 &mbox_r5_0>;
    	memory-region = <&wkup_r5fss0_core0_dma_memory_region>,
    		<&wkup_r5fss0_core0_memory_region>;
    };
    
    &mcu_r5fss0_core0 {
    	mboxes = <&mailbox0_cluster2 &mbox_mcu_r5_0>;
    	memory-region = <&mcu_r5fss0_core0_dma_memory_region>,
    			<&mcu_r5fss0_core0_memory_region>;
    };
    
    #define K3_TS_OFFSET(pa, val)	(0x4+(pa)*4) (0x10000 | val)
    
    &timesync_router {
    	status = "okay";
    	pinctrl-names = "default";
    	pinctrl-0 = <&cpsw_cpts>;
    
    	/* Use Time Sync Router to map GENF1 input to HW3_TS_PUSH output */
    	cpsw_cpts: cpsw-cpts {
    		pinctrl-single,pins = <
    			/* pps [cpsw cpts genf1] in17 -> out12 [cpsw cpts hw3_push] */
    			K3_TS_OFFSET(12, 17)
    			>;
    	};
    };
    
    &sdhci0 {
    	status = "okay";
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_mmc0_pins_default>;
    	ti,driver-strength-ohm = <50>;
    	disable-wp;
    };


    e2e.ti.com/.../1417941

    this is the result of the boot step :

    U-Boot SPL 2023.04-gbd74e615a6 (Sep 06 2023 - 10:09:25 +0000)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.7--v09.00.07 (Kool Koala)')
    am62a_init: board_init_f done
    SPL initial stack usage: 17032 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-dirty
    NOTICE:  BL31: Built : 14:12:59, May 22 2023
    
    U-Boot SPL 2023.04-gbd74e615a6 (Sep 06 2023 - 10:09:25 +0000)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.7--v09.00.07 (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-gbd74e615a6 (Sep 06 2023 - 10:09:25 +0000)
    
    SoC:   AM62AX SR1.0 HS-FS
    Model: Texas Instruments AM62A7 SK
    DRAM:  2 GiB (effective 4 GiB)
    Core:  57 devices, 27 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'
    671 bytes read in 18 ms (36.1 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    ## Error: "main_cpsw0_qsgmii_phyinit" not defined
    23325184 bytes read in 975 ms (22.8 MiB/s)
    56417 bytes read in 23 ms (2.3 MiB/s)
    Working FDT set to 88000000
    1915 bytes read in 20 ms (92.8 KiB/s)
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
    Working FDT set to 88000000
       Loading Device Tree to 000000008feef000, end 000000008fffffff ... OK
    Working FDT set to 8feef000
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.1.46+ (mlestephan@ubuntu) (aarch64-oe-linux-gcc (GCC) 11.3.0, GNU ld (GNU Binutils) 2.38.20220708) #4 SMP PREEMPT_DYNAMIC Thu Dec  7 17:07:57 CET 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] 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]   Device   empty
    [    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.2
    [    0.000000] percpu: Embedded 29 pages/cpu s78120 r8192 d32472 u118784
    [    0.000000] Detected VIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    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=b3ea3bda-02 rw rootfstype=ext4 rootwait
    [    0.000000] Unknown kernel command line parameters "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)", will be passed to user space.
    [    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] software IO TLB: area num 4.
    [    0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
    [    0.000000] Memory: 2804420K/4194300K available (12032K kernel code, 2298K rwdata, 4220K rodata, 4096K init, 872K bss, 800056K reserved, 589824K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [    0.000000] ftrace: allocating 39430 entries in 155 pages
    [    0.000000] ftrace: allocated 155 pages with 5 groups
    [    0.000000] trace event string verifier disabled
    [    0.000000] Dynamic Preempt: voluntary
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
    [    0.000000]  Trampoline variant of Tasks RCU enabled.
    [    0.000000]  Rude variant of Tasks RCU enabled.
    [    0.000000]  Tracing variant of Tasks RCU enabled.
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
    [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [    0.000000] 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 @0x0000000880190000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000008801a0000
    [    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.008524] Console: colour dummy device 80x25
    [    0.013122] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023804] pid_max: default: 32768 minimum: 301
    [    0.028741] LSM: Security Framework initializing
    [    0.033507] Yama: becoming mindful.
    [    0.037172] AppArmor: AppArmor initialized
    [    0.041367] TOMOYO Linux initialized
    [    0.045214] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.052795] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.062862] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.070290] cblist_init_generic: Setting shift to 2 and lim to 1.
    [    0.076614] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.084003] cblist_init_generic: Setting shift to 2 and lim to 1.
    [    0.090318] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.097706] cblist_init_generic: Setting shift to 2 and lim to 1.
    [    0.104157] rcu: Hierarchical SRCU implementation.
    [    0.109059] rcu:     Max phase no-delay instances is 1000.
    [    0.115279] Platform MSI: msi-controller@1820000 domain created
    [    0.121596] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.130853] EFI services will not be available.
    [    0.135989] smp: Bringing up secondary CPUs ...
    [    0.141403] Detected VIPT I-cache on CPU1
    [    0.141498] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.141515] GICv3: CPU1: using allocated LPI pending table @0x00000008801b0000
    [    0.141562] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.142387] Detected VIPT I-cache on CPU2
    [    0.142478] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [    0.142492] GICv3: CPU2: using allocated LPI pending table @0x00000008801c0000
    [    0.142526] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.143299] Detected VIPT I-cache on CPU3
    [    0.143379] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [    0.143393] GICv3: CPU3: using allocated LPI pending table @0x00000008801d0000
    [    0.143425] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.143520] smp: Brought up 1 node, 4 CPUs
    [    0.223248] SMP: Total of 4 processors activated.
    [    0.228059] CPU features: detected: 32-bit EL0 Support
    [    0.233314] CPU features: detected: CRC32 instructions
    [    0.238645] CPU: All CPU(s) started at EL2
    [    0.242835] alternatives: applying system-wide alternatives
    [    0.250232] devtmpfs: initialized
    [    0.266598] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.276605] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.297020] pinctrl core: initialized pinctrl subsystem
    [    0.303027] DMI not present or invalid.
    [    0.307636] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.314746] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
    [    0.322097] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.330226] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.338392] audit: initializing netlink subsys (disabled)
    [    0.344142] audit: type=2000 audit(0.216:1): state=initialized audit_enabled=0 res=1
    [    0.344676] thermal_sys: Registered thermal governor 'fair_share'
    [    0.352074] thermal_sys: Registered thermal governor 'bang_bang'
    [    0.358307] thermal_sys: Registered thermal governor 'step_wise'
    [    0.364449] thermal_sys: Registered thermal governor 'user_space'
    [    0.370637] cpuidle: using governor ladder
    [    0.381071] cpuidle: using governor menu
    [    0.385261] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.392297] ASID allocator initialised with 65536 entries
    [    0.416313] platform 30200000.dss: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/sii9022@3b
    [    0.429024] platform connector: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/sii9022@3b
    [    0.438692] KASLR disabled due to lack of seed
    [    0.450818] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.457788] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.464202] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.471144] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.477553] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.484495] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.490904] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.497845] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.506788] k3-chipinfo 43000014.chipid: Family:AM62AX rev:SR1.0 JTAGID[0x0bb8d02f] Detected
    [    0.515862] iommu: Default domain type: Translated
    [    0.520899] iommu: DMA domain TLB invalidation policy: lazy mode
    [    0.528189] SCSI subsystem initialized
    [    0.532419] usbcore: registered new interface driver usbfs
    [    0.538081] usbcore: registered new interface driver hub
    [    0.543562] usbcore: registered new device driver usb
    [    0.549262] EDAC MC: Ver: 3.0.0
    [    0.553666] NetLabel: Initializing
    [    0.557160] NetLabel:  domain hash size = 128
    [    0.561614] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
    [    0.567456] NetLabel:  unlabeled traffic allowed by default
    [    0.573833] clocksource: Switched to clocksource arch_sys_counter
    [    0.655713] VFS: Disk quotas dquot_6.6.0
    [    0.659825] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.667829] AppArmor: AppArmor Filesystem Enabled
    [    0.681608] NET: Registered PF_INET protocol family
    [    0.686839] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.697356] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
    [    0.706143] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.714132] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.722435] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
    [    0.730783] TCP: Hash tables configured (established 32768 bind 32768)
    [    0.737687] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [    0.744647] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [    0.752278] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.758122] PCI: CLS 0 bytes, default 64
    [    0.762966] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
    [    0.773476] Initialise system trusted keyrings
    [    0.778115] Key type blacklist registered
    [    0.782433] workingset: timestamp_bits=46 max_order=20 bucket_order=0
    [    0.796103] zbud: loaded
    [    0.800675] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.807543] fuse: init (API version 7.37)
    [    0.846367] Key type asymmetric registered
    [    0.850564] Asymmetric key parser 'x509' registered
    [    0.856952] alg: self-tests for CTR-KDF (hmac(sha256)) passed
    [    0.862946] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
    [    0.870642] io scheduler mq-deadline registered
    [    0.879641] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
    [    0.904570] loop: module loaded
    [    0.909759] tun: Universal TUN/TAP device driver, 1.6
    [    0.915141] PPP generic driver version 2.4.2
    [    0.920582] mousedev: PS/2 mouse device common for all mice
    [    0.926516] i2c_dev: i2c /dev entries driver
    [    0.931099] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
    [    0.943724] device-mapper: uevent: version 1.0.3
    [    0.948743] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
    [    0.958658] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.965029] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.973262] NET: Registered PF_INET6 protocol family
    [    0.980581] Segment Routing with IPv6
    [    0.984397] In-situ OAM (IOAM) with IPv6
    [    0.988516] NET: Registered PF_PACKET protocol family
    [    0.993854] Key type dns_resolver registered
    [    0.999266] registered taskstats version 1
    [    1.003689] Loading compiled-in X.509 certificates
    [    1.011728] Loaded X.509 cert 'Build time autogenerated kernel key: 35af389f9ac61c4434ec810a5ac228c752afb60a'
    [    1.022274] zswap: loaded using pool lzo/zbud
    [    1.027247] Key type .fscrypt registered
    [    1.031269] Key type fscrypt-provisioning registered
    [    1.037371] Key type encrypted registered
    [    1.041551] AppArmor: AppArmor sha1 policy hashing enabled
    [    1.047200] ima: No TPM chip found, activating TPM-bypass!
    [    1.052841] ima: Allocated hash algorithm: sha1
    [    1.057500] ima: No architecture policies found
    [    1.062222] evm: Initialising EVM extended attributes:
    [    1.067477] evm: security.selinux
    [    1.070865] evm: security.SMACK64
    [    1.074252] evm: security.SMACK64EXEC
    [    1.077994] evm: security.SMACK64TRANSMUTE
    [    1.082181] evm: security.SMACK64MMAP
    [    1.085923] evm: security.apparmor
    [    1.089394] evm: security.ima
    [    1.092425] evm: security.capability
    [    1.096078] evm: HMAC attrs: 0x1
    [    1.105076] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.0.7--v09.00.07 (Kool Koala)')
    [    1.120684] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
    [    1.129101] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    1.138402] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    1.149329] Warning: unable to open an initial console.
    [    1.154727] md: Waiting for all devices to be available before autodetect
    [    1.161670] md: If you don't use raid, use raid=noautodetect
    [    1.167459] md: Autodetecting RAID arrays.
    [    1.171647] md: autorun ...
    [    1.174500] md: ... autorun DONE.
    [    1.177948] Waiting for root device PARTUUID=b3ea3bda-02...


    Please help on this, i loose to many times to activate wifi on this card !

  • Hi Mickael,

    Thank you so much for all the information as this will greatly help in the process of debugging your issue. Please allow me until EOD 12/11 to review this and get back to you with additional debugging steps or a potential solution. I greatly appreciate your patience and will be in contact soon.

    Best,
    Corinne

  • Hi Corinne, thank you for your answer. Great, I'm looking to your answer for the coming days

  • Hi Mikael,

    I am still reviewing the logs that you have sent me. Did you make any additional progress? Additionally, can you confirm that your modified devicetree file is what is being used to bring up the device?

    Best,
    Corinne

  • Hi Corinne, i did not any progress since my last message (i need to advance on other topics on this project). Yes the device tree modified is the file used to bring up the device.
    Regards

  • Hi Mickael,

    Could you please attach the config file that was generated when you ran the make command?

    Corinne

  • Hi, You are talking about kernel config (.config) ?

  • Hi Mickael,

    It looks like your configurations are correct, however based on your build error it appears that a wlcore file was compiled at some point and is conflicting with the cc33xx file.

    Did you run the below command prior to building? Additionally, could you confirm that you are following the steps in the below link to compile and specify if there were any steps you deviated from?

    Command: make ARCH=arm64 CROSS_COMPILE=aarch64-none-linux-gnu- distclean
    Link: https://software-dl.ti.com/processor-sdk-linux/esd/AM62AX/09_00_01/exports/docs/linux/Foundational_Components_Kernel_Users_Guide.html#preparing-to-build 

    Best,
    Corinne

  • Hello Corinne,

    Today reflash, the sdcard with the default edgeAi image.
    Folow the guide you gave has a link. There is an issue with the

    CROSS_COMPILE=aarch64-none-linux-gnu-

    Replace with

    CROSS_COMPILE=aarch64-oe-linux-

    After a distclean and rebuild, copy in the sdcard image,modules and cc33xx drivers. Now the card boot, super ! I suppose there is a mistake with the plateform arm64 ...

    But the wifi is not fonctionnal yet !
    $ifconfig --> no wlan0
    $lsmod --> cc33xx modules are not loaded


    Use the scripts load_cc33xx.sh to load the modules

    root@am62axx-evm:/opt/edgeai-gst-apps# /usr/share/cc33xx/load_cc33xx.sh
    [ 443.113454] SPI driver cc33xx_spi has no spi_device_id for ti,cc33xx

    This not mount the device.
    Try the script "sdio_rebind.sh" but there is no driver in /sys/bus/platform/drivers/ for sdhci-omap ...
    Rebuilt the kernel with shdci-ompap enabled (i don't know if i need another module)

    then retry the script after the kernel update but now i have this error

    root@am62axx-evm:/opt/edgeai-gst-apps# /usr/share/cc33xx/sdio_rebind.sh
    /usr/share/cc33xx/sdio_rebind.sh: line 5: echo: write error: No such device
    /usr/share/cc33xx/sdio_rebind.sh: line 7: echo: write error: No such device
    Done

    The boot log : boot log

    An idea ?



  • Hey Mikael,

    I think there may be an issue with your DTS. Please allow me until EOD 12/18 to continue reviewing and help you solve this.

    Best,
    Corinne

  • Hi Corinne,

    Please find here the dts file i modified from the patch TI give : am62a dts

    Regards,

  • Hi Mickael,

    Thank you for providing the DTS. I need to make some edits to the DTS that are not covered by the patches as the patches are intended for use with the AM62 rather than AM62A. I am currently working on this and will need until EOW at the latest to provide you with an update/the updated DTS. Thank you for your patience.

    Best,
    Corinne

  • Hi Corinne,

    Thank you for your support. Tell me when you have a solution

    Best

    Mickaël

  • Hi Corinne, i will switch to your new image 09.01.00.07 published to your website. I suppose this will not change something for dts files ?

  • Hi Mickael,

    I would advise that you wait to switch to the new SDK as our patches for the CC33xx are currently only compatible with the previous version. This is unrelated to the required changes to the DTS as those are on the CC33xx side. Please allow me 2-3 weeks to edit the DTS for you so that the AM62A can be compatible with the CC33xx.

    Best,
    Corinne

  • Hi Corinne,

    First let me wish you the best for 2024 !

    Then, did you make some progress on the driver compilation ?

  • Hi Mickael,

    Happy new year! I am still working on it but have made some progress and am hoping to have something for you to try by end of this week or early next week.

    Best,
    Corinne

  • Hi Corinne, any updates ?

  • Hey Mickael,

    First I wanted to start off by saying thank you so much for your patience in this process! I have the patches written and am currently debugging a small issue. I am aiming to get the file to you by EOD but if not it will be Sunday or Monday.

    Corinne

  • Hi Corinne, just to know if have some progress on the driver ?

  • Hi Mickael,

    Thank you for checking in! I have actually just finished the patches. Please apply these to your dts along with the AM62x drivers you previously applied. I recommend starting with a clean base, either using git to clean what you previously downloaded or redownloading the sdk. Please reach out if you have any further questions.

    Best,
    Corinne

    https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/968/62a_2D00_main_2D00_dtsi.patchhttps://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/968/62a.patch

  • Hi Corinne, thank you for the patch !
    I will test it tomorow.
    Do i need to apply the precedent patch and add your patch or just your patch + rootfs driver ?

  • Hey Mickael,

    Please apply the precedent patch and then add my patch. Let me know if you have any questions or issues.

    Corinne

  • Hi Corinne, today i'm working on CC33XX drivers.

    I have an error with k3-am62a7-sk.dts

    pinctrl-0 = <&wlan_en_pins_default>;

    missing a reference for wlan_en_pins_default in the DTS file

  • Also i have some errors when i build the kernel module

    /am62axx-evm/kernel-source/drivers/net/wireless/ti/cc33xx/main.c:731:41: error: 'IEEE80211_HE_MAC_CAP4_AMDSU_IN_AMPDU' undeclared here (not in a function); did you mean 'IEEE80211_HE_MAC_CAP4_AMSDU_IN_AMPDU'?
    |   731 |                                         IEEE80211_HE_MAC_CAP4_AMDSU_IN_AMPDU |
    |       |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    |       |                                         IEEE80211_HE_MAC_CAP4_AMSDU_IN_AMPDU
    |   CC [M]  drivers/net/ethernet/mellanox/mlx5/core/en/xsk/setup.o
    |   CC [M]  drivers/net/wireless/intel/iwlwifi/fw/img.o
    | /media/mickael/data_linux1/yocto/TI/yocto-build/build/arago-tmp-default-glibc/work-shared/am62axx-evm/kernel-source/drivers/net/wireless/ti/cc33xx/main.c:757:41: error: 'IEEE80211_HE_PHY_CAP6_TRIG_SU_BEAMFORMER_FB' undeclared here (not in a function); did you mean 'IEEE80211_HE_PHY_CAP6_TRIG_SU_BEAMFORMING_FB'?
    |   757 |                                         IEEE80211_HE_PHY_CAP6_TRIG_SU_BEAMFORMER_FB  |
    |       |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    |       |                                         IEEE80211_HE_PHY_CAP6_TRIG_SU_BEAMFORMING_FB
    | /media/mickael/data_linux1/yocto/TI/yocto-build/build/arago-tmp-default-glibc/work-shared/am62axx-evm/kernel-source/drivers/net/wireless/ti/cc33xx/main.c:758:41: error: 'IEEE80211_HE_PHY_CAP6_TRIG_MU_BEAMFORMER_FB' undeclared here (not in a function); did you mean 'IEEE80211_HE_PHY_CAP6_TRIG_SU_BEAMFORMING_FB'?
    |   758 |                                         IEEE80211_HE_PHY_CAP6_TRIG_MU_BEAMFORMER_FB |
    |       |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    |       |                                         IEEE80211_HE_PHY_CAP6_TRIG_SU_BEAMFORMING_FB
    | /media/mickael/data_linux1/yocto/TI/yocto-build/build/arago-tmp-default-glibc/work-shared/am62axx-evm/kernel-source/drivers/net/wireless/ti/cc33xx/main.c:771:41: error: 'IEEE80211_HE_PHY_CAP9_NOMIMAL_PKT_PADDING_16US' undeclared here (not in a function); did you mean 'IEEE80211_HE_PHY_CAP9_NOMINAL_PKT_PADDING_16US'?
    |   771 |                                         IEEE80211_HE_PHY_CAP9_NOMIMAL_PKT_PADDING_16US,
    |       |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    |       |                                         IEEE80211_HE_PHY_CAP9_NOMINAL_PKT_PADDING_16US

    I use yocto 9.1.0. Because i need it to use it for our image customization

  • Hi Mikael,

    I think that these errors are occuring because both the DTS and kernel patches were based on SDK 9.00.01 not 9.01.00. Are you able to use the previous SDK version?

    Best,
    Corinne

  • Hi Corinne, sorry but no. I need the sdk 9.1.00 for deep sleep mode

    My project use a battery with solar panel ...

  • Ok, I will work to fix the patches so that they are compatible with SDK 9.1.00.

    Could you please still try with the previous SDK in the meantime to make sure you can bring up the AM62A successfully and perhaps try some of the CC33xx features while I am fixing it?

    Corinne

  • Ok thank you for it ! If i have the time i will test. Do you have an idea of the time needed for the adaptation ?

  • Unfortunately, not yet. I am hopeful to have it before the end of the week. However it depends on how many things were changed. I have started working on it now and I'll keep you updated as I go.

    Corinne

  • It will be perfect, thanks a lot !

  • Hey Mickael,

    I am still looking into it but just on my initial results, I seem to be able to compile at least the dtb and am waiting to see regarding the Image and modules. Could you confirm the steps you were following? I have included the steps I followed below, please let me know how they compare to what you did. Please note we also officially released the latest SDK version last week with all the patches included, so please try to everything you are using and the steps you are following with the SDK at this link: https://www.ti.com/tool/CC33XX-SOFTWARE 

    1. Download and flash the SD card with the image below (same one as before) using Balena Etcher
      From SDK (https://www.ti.com/tool/PROCESSOR-SDK-AM62A#downloads): tisdk-edgeai-image-am62axx-evm.wic.xz 

    2. Run the command “git reset --hard” while in the directory below (you will remain in this directory for the rest of the steps):
      ~/ti-processor-sdk-linux-edgeai-am62axx-evm-09_00_01_03/board-support/linux-6.1.46+gitAUTOINC+f8110d9ce8-gf8110d9ce8
      This should clean your SDK from any previous patches. To confirm this worked run git status and if it didn't you can also run git clean -f -d to force clean anything remaining.

    3. Run the below command with the directory pointing to the AM62 patches from before. If you run it and it asks you if you want to skip patches try switching to the command to -p0 and it should fix that error:
      patch -p1 < <dir_to_AM62_patches_zipFolder>/patches/cc33xx_kernel.patch

    4. To set your path run this command:
      export PATH=~/ti-processor-sdk-linux-edgeai-am62axx-evm-9_00_01_03/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/aarch64-oe-linux:$PATH

    5. Now clean the sdk and apply the correct defconfig:
      make ARCH=arm64 CROSS_COMPILE=aarch64-oe-linux- distclean
      make ARCH=arm64 CROSS_COMPILE=aarch64-oe-linux- defconfig ti_arm64_prune.config

    6. Run the patches I included above:
      patch -p0 < <path to patch>/62a.patch
      patch -p0 < < path to patch>/62a-main-dtsi.patch

    7. Rebuild the kernel modules and compile your image and dts
      make ARCH=arm64 CROSS_COMPILE=aarch64-oe-linux- Image modules dtbs -j8

    8. Insert SD card into Host PC then install kernel modules and dtbs -> *NOTE: root in each of the below directories may be root or rootfs, check in your file explorer
      sudo cp arch/arm64/boot/Image /media/<user>/rootfs/boot/                   
      sudo make ARCH=arm64 modules_install INSTALL_MOD_PATH=/media/user/rootfs/
      sudo cp arch/arm64/boot/dts/ti/k3-am62a7-sk.dtb /media/user/rootfs/boot/dtb/ti/
      sync
    9. Eject and bring up the AM62A Blush
  • Ok, i will have a look on that this afternoon. I followed the yocto flow with sdk 9.1.0
    DTB compilation is ok. Just have an issue with kernel build step (CC33XX driver).

  • For information, on yocto this is the kernel git state

    commit 247b2535b24894d5ac7f3d8cfc3b48edb7214cc0 (HEAD -> ti-linux-6.1.y, tag: cicd.kirkstone.202312061239, tag: 09.01.00.008)
    Author: Sekhar Nori <nsekhar@ti.com>
    Date:   Wed Dec 6 21:13:06 2023 +0530

        configs: ti_rt.config: disable CPU hotplug
        
        CPU hotplug works as an excellent power management tool,
        providing ability to bring CPU horsepower online when needed.
        
        On RT kernel, latency and performance take precedence over
        power savings.
        
        Keep CPU hotplug feature disabled by default to maximize
        RT latency performance.

  • Hi Mickael,

    I am still looking into this and will get back to you in the next couple of days.

    Corinne

  • Hi Corinne, i built with success the cc33xx driver with your link but the wifi module is not detected ...
    i can load the kernel modules with the script

    root@am62axx-evm:/usr/share/cc33xx# ./load_cc33xx.sh
    root@am62axx-evm:/usr/share/cc33xx# lsmod
    Module                  Size  Used by
    cc33xx_spi             20480  0
    cc33xx_sdio            16384  0
    cc33xx                270336  0
    mac80211              548864  1 cc33xx
    

    But it appear that the module is not detected

    root@am62axx-evm:/usr/share/cc33xx# ./sdio_rebind.sh
    ./sdio_rebind.sh: line 13: /sys/bus/platform/drivers/sdhci-omap/unbind: No such file or directory
    ./sdio_rebind.sh: line 15: /sys/bus/platform/drivers/sdhci-omap/bind: No such file or directory
    Done
    

    The DTS

    // SPDX-License-Identifier: GPL-2.0
    /*
     * AM62A SK: https://www.ti.com/lit/zip/sprr459
     *
     * Copyright (C) 2022 Texas Instruments Incorporated - https://www.ti.com/
     */
    
    /dts-v1/;
    
    #include <dt-bindings/leds/common.h>
    #include <dt-bindings/gpio/gpio.h>
    #include <dt-bindings/net/ti-dp83867.h>
    #include "k3-am62a7.dtsi"
    
    / {
    	compatible =  "ti,am62a7-sk", "ti,am62a7";
    	model = "Texas Instruments AM62A7 SK";
    
    	aliases {
    		serial0 = &mcu_uart0;
    		serial1 = &wkup_uart0;
    		serial2 = &main_uart0;
    		serial3 = &main_uart1;
    		mmc0 = &sdhci0;
    		mmc1 = &sdhci1;
    		mmc2 = &sdhci2;
    		ethernet0 = &cpsw_port1;
    		spi0 = &ospi0;
    	};
    
    	chosen {
    		stdout-path = "serial2:115200n8";
    	};
    
    	memory@80000000 {
    		device_type = "memory";
    		/* 4G RAM */
    		reg = <0x00000000 0x80000000 0x00000000 0x80000000>,
    		      <0x00000008 0x80000000 0x00000000 0x80000000>;
    	};
    
    	dma_buf_phys {
    		compatible = "ti,dma-buf-phys";
    	};
    
    	reserved-memory {
    		#address-cells = <2>;
    		#size-cells = <2>;
    		ranges;
    
    		/* global cma region */
    		linux,cma {
    			compatible = "shared-dma-pool";
    			reusable;
    			size = <0x00 0x24000000>;
    			alloc-ranges = <0x00 0xc0000000 0x00 0x24000000>;
    			linux,cma-default;
    		};
    
    		secure_tfa_ddr: tfa@9e780000 {
    			reg = <0x00 0x9e780000 0x00 0x80000>;
    			alignment = <0x1000>;
    			no-map;
    		};
    
    		secure_ddr: optee@9e800000 {
    			reg = <0x00 0x9e800000 0x00 0x01800000>; /* for OP-TEE */
    			alignment = <0x1000>;
    			no-map;
    		};
    
    		wkup_r5fss0_core0_dma_memory_region: r5f-dma-memory@9c800000 {
    			compatible = "shared-dma-pool";
    			reg = <0x00 0x9c800000 0x00 0x100000>;
    			no-map;
    		};
    
    		wkup_r5fss0_core0_memory_region: r5f-dma-memory@9c900000 {
    			compatible = "shared-dma-pool";
    			reg = <0x00 0x9c900000 0x00 0x01e00000>;
    			no-map;
    		};
    
    		mcu_r5fss0_core0_dma_memory_region: r5f-dma-memory@9b800000 {
    			compatible = "shared-dma-pool";
    			reg = <0x00 0x9b800000 0x00 0x100000>;
    			no-map;
    		};
    
    		mcu_r5fss0_core0_memory_region: r5f-dma-memory@9b900000 {
    			compatible = "shared-dma-pool";
    			reg = <0x00 0x9b900000 0x00 0x0f00000>;
    			no-map;
    		};
    
    		c7x_0_dma_memory_region: c7x-dma-memory@99800000 {
    			compatible = "shared-dma-pool";
    			reg = <0x00 0x99800000 0x00 0x100000>;
    			no-map;
    		};
    
    		c7x_0_memory_region: c7x-memory@99900000 {
    			compatible = "shared-dma-pool";
    			reg = <0x00 0x99900000 0x00 0x01efffff>;
    			no-map;
    		};
    
    		edgeai_rtos_ipc_memory_region: edgeai-rtos-ipc-memory-region {
    			reg = <0x00 0xa0000000 0x00 0x01000000>;
    			no-map;
    		};
    
    		edgeai_memory_region: edgeai-dma-memory@a1000000 {
    			compatible = "shared-dma-pool";
    			reg = <0x00 0xa1000000 0x00 0x02000000>;
    			no-map;
    		};
    
    		edgeai_shared_region: edgeai_shared-memories {
    			compatible = "dma-heap-carveout";
    			reg = <0x00 0xa3000000 0x00 0x0b000000>;
    		};
    
    		edgeai_core_heaps: edgeai-core-heap-memory@ae000000 {
    			compatible = "shared-dma-pool";
    			reg = <0x00 0xae000000 0x00 0x12000000>;
    			no-map;
    		};
    	};
    
    	vmain_pd: regulator-0 {
    		/* TPS25750 PD CONTROLLER OUTPUT */
    		compatible = "regulator-fixed";
    		regulator-name = "vmain_pd";
    		regulator-min-microvolt = <5000000>;
    		regulator-max-microvolt = <5000000>;
    		regulator-always-on;
    		regulator-boot-on;
    	};
    
    	vcc_5v0: regulator-1 {
    		/* Output of TPS63070 */
    		compatible = "regulator-fixed";
    		regulator-name = "vcc_5v0";
    		regulator-min-microvolt = <5000000>;
    		regulator-max-microvolt = <5000000>;
    		vin-supply = <&vmain_pd>;
    		regulator-always-on;
    		regulator-boot-on;
    	};
    
    	vcc_3v3_main: regulator-2 {
    		/* output of LM5141-Q1 */
    		compatible = "regulator-fixed";
    		regulator-name = "vcc_3v3_main";
    		regulator-min-microvolt = <3300000>;
    		regulator-max-microvolt = <3300000>;
    		vin-supply = <&vmain_pd>;
    		regulator-always-on;
    		regulator-boot-on;
    	};
    
    	vdd_mmc1: regulator-3 {
    		/* TPS22918DBVR */
    		compatible = "regulator-fixed";
    		regulator-name = "vdd_mmc1";
    		regulator-min-microvolt = <3300000>;
    		regulator-max-microvolt = <3300000>;
    		regulator-boot-on;
    		enable-active-high;
    		gpio = <&exp1 3 GPIO_ACTIVE_HIGH>;
    	};
    
    	vcc_3v3_sys: regulator-4 {
    		/* output of TPS222965DSGT */
    		compatible = "regulator-fixed";
    		regulator-name = "vcc_3v3_sys";
    		regulator-min-microvolt = <3300000>;
    		regulator-max-microvolt = <3300000>;
    		vin-supply = <&vcc_3v3_main>;
    		regulator-always-on;
    		regulator-boot-on;
    	};
    
    	vddshv_sdio: regulator-5 {
    		compatible = "regulator-gpio";
    		regulator-name = "vddshv_sdio";
    		pinctrl-names = "default";
    		pinctrl-0 = <&vddshv_sdio_pins_default>;
    		regulator-min-microvolt = <1800000>;
    		regulator-max-microvolt = <3300000>;
    		regulator-boot-on;
    		vin-supply = <&ldo1>;
    		gpios = <&main_gpio0 31 GPIO_ACTIVE_HIGH>;
    		states = <1800000 0x0>,
    			 <3300000 0x1>;
    	};
    	
    	// START CC33xx M2 Card Regulator Patches
    	wlan_lten: regulator-6 {
    		compatible = "regulator-fixed";
    		regulator-name = "wlan_lten";
    		regulator-min-microvolt = <3300000>;
    		regulator-max-microvolt = <3300000>;
    		vin-supply = <&vcc_3v3_sys>;
    		gpios = <&exp2 8 GPIO_ACTIVE_HIGH>; /* based on array placement in exp2 of WL_LT_EN signal */
    		enable-active-high;
    	};
    
    	wlan_en: regulator-7 {
    		compatible = "regulator-fixed";
    		regulator-name = "wlan_en";
    		regulator-min-microvolt = <1800000>;
    		regulator-max-microvolt = <1800000>;
    		vin-supply = <&wlan_lten>;
    		enable-active-high;
    		gpios = <&main_gpio0 71 GPIO_ACTIVE_HIGH>;
    		pinctrl-names = "default";
    		pinctrl-0 = <&wlan_en_pins_default>;
    	};
    
    	ble_lten: regulator-8 {
    		compatible = "regulator-fixed";
    		regulator-name = "ble_lten";
    		regulator-min-microvolt = <1800000>;
    		regulator-max-microvolt = <1800000>;
    		gpios = <&exp1 10 GPIO_ACTIVE_LOW>; /* based on array placement in exp1 of UART1_FET_BUF_EN signal */
    		regulator-always-on;
    	};
    
    	//END CC33xx M2 Patches
    
    	leds {
    		compatible = "gpio-leds";
    		pinctrl-names = "default";
    		pinctrl-0 = <&usr_led_pins_default>;
    
    		led-0 {
    			label = "am62a-sk:green:heartbeat";
    			gpios = <&main_gpio1 49 GPIO_ACTIVE_HIGH>;
    			linux,default-trigger = "heartbeat";
    			function = LED_FUNCTION_HEARTBEAT;
    			default-state = "off";
    		};
    	};
    
    	tlv320_mclk: clk-0 {
    		#clock-cells = <0>;
    		compatible = "fixed-clock";
    		clock-frequency = <12288000>;
    	};
    
    	codec_audio: sound {
    		compatible = "simple-audio-card";
    		simple-audio-card,name = "AM62Ax-SKEVM";
    		simple-audio-card,widgets =
    			"Headphone",	"Headphone Jack",
    			"Line",		"Line In",
    			"Microphone",	"Microphone Jack";
    		simple-audio-card,routing =
    			"Headphone Jack",	"HPLOUT",
    			"Headphone Jack",	"HPROUT",
    			"LINE1L",		"Line In",
    			"LINE1R",		"Line In",
    			"MIC3R",		"Microphone Jack",
    			"Microphone Jack",	"Mic Bias";
    		simple-audio-card,format = "dsp_b";
    		simple-audio-card,bitclock-master = <&sound_master>;
    		simple-audio-card,frame-master = <&sound_master>;
    		simple-audio-card,bitclock-inversion;
    
    		simple-audio-card,cpu {
    			sound-dai = <&mcasp1>;
    		};
    
    		sound_master: simple-audio-card,codec {
    			sound-dai = <&tlv320aic3106>;
    			clocks = <&tlv320_mclk>;
    		};
    	};
    
    	hdmi: connector {
    		compatible = "hdmi-connector";
    		label = "hdmi";
    		type = "a";
    		port {
    			hdmi_connector_in: endpoint {
    				remote-endpoint = <&sii9022_out>;
    			};
    		};
    	};
    };
    
    &main_pmx0 {
    	main_uart0_pins_default: main-uart0-pins-default {
    		pinctrl-single,pins = <
    			AM62AX_IOPAD(0x1c8, PIN_INPUT, 0) /* (D14) UART0_RXD */
    			AM62AX_IOPAD(0x1cc, PIN_OUTPUT, 0) /* (E14) UART0_TXD */
    		>;
    	};
    	
    	//CC3301 M2 Card BLE Data Flow
    	main_uart1_pins_default: main-uart1-pins-default {
    		pinctrl-single,pins = < 
    			AM62AX_IOPAD(0x194, PIN_INPUT, 2)  /* (C19) UART1_CTSn */
    			AM62AX_IOPAD(0x198, PIN_OUTPUT, 2) /* (B19) UART1_RTSn */
    			AM62AX_IOPAD(0x1ac, PIN_INPUT, 2)  /* (B21) UART1_RXD */
    			AM62AX_IOPAD(0x1b0, PIN_OUTPUT, 2) /* (A21) UART1_TXD */
    		>;
    	};
    
    	main_i2c0_pins_default: main-i2c0-pins-default {
    		pinctrl-single,pins = <
    			AM62AX_IOPAD(0x1e0, PIN_INPUT_PULLUP, 0) /* (B16) I2C0_SCL */
    			AM62AX_IOPAD(0x1e4, PIN_INPUT_PULLUP, 0) /* (A16) I2C0_SDA */
    		>;
    	};
    
    	main_i2c1_pins_default: main-i2c1-pins-default {
    		pinctrl-single,pins = <
    			AM62AX_IOPAD(0x1e8, PIN_INPUT_PULLUP, 0) /* (B17) I2C1_SCL */
    			AM62AX_IOPAD(0x1ec, PIN_INPUT_PULLUP, 0) /* (A17) I2C1_SDA */
    		>;
    	};
    
    	main_i2c2_pins_default: main-i2c2-pins-default {
    		pinctrl-single,pins = <
    			AM62AX_IOPAD(0x0b0, PIN_INPUT_PULLUP, 1) /* (K22) GPMC0_CSn2.I2C2_SCL */
    			AM62AX_IOPAD(0x0b4, PIN_INPUT_PULLUP, 1) /* (K24) GPMC0_CSn3.I2C2_SDA */
    		>;
    	};
    
    	main_mmc1_pins_default: main-mmc1-pins-default {
    		pinctrl-single,pins = <
    			AM62AX_IOPAD(0x23c, PIN_INPUT, 0) /* (A21) MMC1_CMD */
    			AM62AX_IOPAD(0x234, PIN_INPUT, 0) /* (B22) MMC1_CLK */
    			AM62AX_IOPAD(0x230, PIN_INPUT, 0) /* (A22) MMC1_DAT0 */
    			AM62AX_IOPAD(0x22c, PIN_INPUT, 0) /* (B21) MMC1_DAT1 */
    			AM62AX_IOPAD(0x228, PIN_INPUT, 0) /* (C21) MMC1_DAT2 */
    			AM62AX_IOPAD(0x224, PIN_INPUT, 0) /* (D22) MMC1_DAT3 */
    			AM62AX_IOPAD(0x240, PIN_INPUT, 0) /* (D17) MMC1_SDCD */
    		>;
    	};
    	
    	/* CC3301 M2 Patches START: Pin Controls for SDHCI2 */
    	//MMC Pin Controls
    	main_mmc2_pins_default: main-mmc2-pins-default {
    		pinctrl-single,pins = <
    			AM62AX_IOPAD(0x118, PIN_INPUT, 0) /* (H22) MMC2_CLK */
    			AM62AX_IOPAD(0x120, PIN_INPUT, 0) /* (G22) MMC2_CMD */
    			AM62AX_IOPAD(0x114, PIN_INPUT, 0) /* (E20) MMC2_DAT0 */
    			AM62AX_IOPAD(0x110, PIN_INPUT, 0) /* (F21) MMC2_DAT1 */
    			AM62AX_IOPAD(0x10c, PIN_INPUT, 0) /* (F20) MMC2_DAT2 */
    			AM62AX_IOPAD(0x108, PIN_INPUT, 0) /* (G21) MMC2_DAT3 */
    			//AM62AX_IOPAD(0x11c, PIN_INPUT, 0) /* (#N/A) MMC2_CLKB, NOT SURE WHAT */
    		>;
    	};
    
    	//WLAN Interrupt
    	main_wlirq_pins_default: main-wlirq-pins-default {
    		pinctrl-single,pins = <
    			AM62AX_IOPAD(0x128, PIN_INPUT, 7) /* (E21) GPIO0_72 -> WLAN Interrupt */
    		>;
    	};
    
    	/* CC3301 M2 Patches END: Pin Controls for SDHCI2 */
    
    	usr_led_pins_default: usr-led-pins-default {
    		pinctrl-single,pins = <
    			AM62AX_IOPAD(0x244, PIN_OUTPUT, 7) /* (D18) MMC1_SDWP.GPIO1_49 */
    		>;
    	};
    
    	main_usb1_pins_default: main-usb1-pins-default {
    		pinctrl-single,pins = <
    			AM62AX_IOPAD(0x0258, PIN_OUTPUT, 0) /* (F18) USB1_DRVVBUS */
    		>;
    	};
    
    	main_mdio1_pins_default: main-mdio1-pins-default {
    		pinctrl-single,pins = <
    			AM62AX_IOPAD(0x160, PIN_OUTPUT, 0) /* (V12) MDIO0_MDC */
    			AM62AX_IOPAD(0x15c, PIN_INPUT, 0) /* (V13) MDIO0_MDIO */
    		>;
    	};
    
    	main_rgmii1_pins_default: main-rgmii1-pins-default {
    		pinctrl-single,pins = <
    			AM62AX_IOPAD(0x14c, PIN_INPUT, 0) /* (AB16) RGMII1_RD0 */
    			AM62AX_IOPAD(0x150, PIN_INPUT, 0) /* (V15) RGMII1_RD1 */
    			AM62AX_IOPAD(0x154, PIN_INPUT, 0) /* (W15) RGMII1_RD2 */
    			AM62AX_IOPAD(0x158, PIN_INPUT, 0) /* (V14) RGMII1_RD3 */
    			AM62AX_IOPAD(0x148, PIN_INPUT, 0) /* (AA16) RGMII1_RXC */
    			AM62AX_IOPAD(0x144, PIN_INPUT, 0) /* (AA15) RGMII1_RX_CTL */
    			AM62AX_IOPAD(0x134, PIN_INPUT, 0) /* (Y17) RGMII1_TD0 */
    			AM62AX_IOPAD(0x138, PIN_INPUT, 0) /* (V16) RGMII1_TD1 */
    			AM62AX_IOPAD(0x13c, PIN_INPUT, 0) /* (Y16) RGMII1_TD2 */
    			AM62AX_IOPAD(0x140, PIN_INPUT, 0) /* (AA17) RGMII1_TD3 */
    			AM62AX_IOPAD(0x130, PIN_INPUT, 0) /* (AB17) RGMII1_TXC */
    			AM62AX_IOPAD(0x12c, PIN_INPUT, 0) /* (W16) RGMII1_TX_CTL */
    		>;
    	};
    
    	main_mcasp1_pins_default: main-mcasp1-pins-default {
    		pinctrl-single,pins = <
    			AM62AX_IOPAD(0x090, PIN_INPUT, 2) /* (L19) GPMC0_BE0n_CLE.MCASP1_ACLKX */
    			AM62AX_IOPAD(0x098, PIN_INPUT, 2) /* (R18) GPMC0_WAIT0.MCASP1_AFSX */
    			AM62AX_IOPAD(0x08c, PIN_OUTPUT, 2) /* (K19) GPMC0_WEn.MCASP1_AXR0 */
    			AM62AX_IOPAD(0x084, PIN_INPUT, 2) /* (L18) GPMC0_ADVn_ALE.MCASP1_AXR2 */
    		>;
    	};
    
    	main_gpio1_ioexp_intr_pins_default: main-gpio1-ioexp-intr-pins-default {
    		pinctrl-single,pins = <
    			AM62AX_IOPAD(0x01d4, PIN_INPUT, 7) /* (C15) UART0_RTSn.GPIO1_23 */
    
    		>;
    	};
    
    	main_dss0_pins_default: main-dss0-pins-default {
    		pinctrl-single,pins = <
    			AM62AX_IOPAD(0x100, PIN_OUTPUT, 0) /* (V17) VOUT0_VSYNC */
    			AM62AX_IOPAD(0x0f8, PIN_OUTPUT, 0) /* (T18) VOUT0_HSYNC */
    			AM62AX_IOPAD(0x104, PIN_OUTPUT, 0) /* (AA22) VOUT0_PCLK */
    			AM62AX_IOPAD(0x0fc, PIN_OUTPUT, 0) /* (U17) VOUT0_DE */
    			AM62AX_IOPAD(0x0b8, PIN_OUTPUT, 0) /* (U22) VOUT0_DATA0 */
    			AM62AX_IOPAD(0x0bc, PIN_OUTPUT, 0) /* (U21) VOUT0_DATA1 */
    			AM62AX_IOPAD(0x0c0, PIN_OUTPUT, 0) /* (U20) VOUT0_DATA2 */
    			AM62AX_IOPAD(0x0c4, PIN_OUTPUT, 0) /* (U19) VOUT0_DATA3 */
    			AM62AX_IOPAD(0x0c8, PIN_OUTPUT, 0) /* (T19) VOUT0_DATA4 */
    			AM62AX_IOPAD(0x0cc, PIN_OUTPUT, 0) /* (U18) VOUT0_DATA5 */
    			AM62AX_IOPAD(0x0d0, PIN_OUTPUT, 0) /* (V22) VOUT0_DATA6 */
    			AM62AX_IOPAD(0x0d4, PIN_OUTPUT, 0) /* (V21) VOUT0_DATA7 */
    			AM62AX_IOPAD(0x0d8, PIN_OUTPUT, 0) /* (V19) VOUT0_DATA8 */
    			AM62AX_IOPAD(0x0dc, PIN_OUTPUT, 0) /* (V18) VOUT0_DATA9 */
    			AM62AX_IOPAD(0x0e0, PIN_OUTPUT, 0) /* (W22) VOUT0_DATA10 */
    			AM62AX_IOPAD(0x0e4, PIN_OUTPUT, 0) /* (W21) VOUT0_DATA11 */
    			AM62AX_IOPAD(0x0e8, PIN_OUTPUT, 0) /* (W20) VOUT0_DATA12 */
    			AM62AX_IOPAD(0x0ec, PIN_OUTPUT, 0) /* (W19) VOUT0_DATA13 */
    			AM62AX_IOPAD(0x0f0, PIN_OUTPUT, 0) /* (Y21) VOUT0_DATA14 */
    			AM62AX_IOPAD(0x0f4, PIN_OUTPUT, 0) /* (Y22) VOUT0_DATA15 */
    			AM62AX_IOPAD(0x05c, PIN_OUTPUT, 1) /* (P22) GPMC0_AD8.VOUT0_DATA16 */
    			AM62AX_IOPAD(0x060, PIN_OUTPUT, 1) /* (R19) GPMC0_AD9.VOUT0_DATA17 */
    			AM62AX_IOPAD(0x064, PIN_OUTPUT, 1) /* (R20) GPMC0_AD10.VOUT0_DATA18 */
    			AM62AX_IOPAD(0x068, PIN_OUTPUT, 1) /* (R22) GPMC0_AD11.VOUT0_DATA19 */
    			AM62AX_IOPAD(0x06c, PIN_OUTPUT, 1) /* (T22) GPMC0_AD12.VOUT0_DATA20 */
    			AM62AX_IOPAD(0x070, PIN_OUTPUT, 1) /* (R21) GPMC0_AD13.VOUT0_DATA21 */
    			AM62AX_IOPAD(0x074, PIN_OUTPUT, 1) /* (T20) GPMC0_AD14.VOUT0_DATA22 */
    			AM62AX_IOPAD(0x078, PIN_OUTPUT, 1) /* (T21) GPMC0_AD15.VOUT0_DATA23 */
    		>;
    	};
    
    	main_mmc0_pins_default: main-mmc0-pins-default {
    		pinctrl-single,pins = <
    			AM62AX_IOPAD(0x220, PIN_INPUT, 0) /* (Y3) MMC0_CMD */
    			AM62AX_IOPAD(0x218, PIN_INPUT, 0) /* (AB1) MMC0_CLKLB */
    			AM62AX_IOPAD(0x21c, PIN_INPUT, 0) /* (AB1) MMC0_CLK */
    			AM62AX_IOPAD(0x214, PIN_INPUT, 0) /* (AA2) MMC0_DAT0 */
    			AM62AX_IOPAD(0x210, PIN_INPUT_PULLUP, 0) /* (AA1) MMC0_DAT1 */
    			AM62AX_IOPAD(0x20c, PIN_INPUT_PULLUP, 0) /* (AA3) MMC0_DAT2 */
    			AM62AX_IOPAD(0x208, PIN_INPUT_PULLUP, 0) /* (Y4) MMC0_DAT3 */
    			AM62AX_IOPAD(0x204, PIN_INPUT_PULLUP, 0) /* (AB2) MMC0_DAT4 */
    			AM62AX_IOPAD(0x200, PIN_INPUT_PULLUP, 0) /* (AC1) MMC0_DAT5 */
    			AM62AX_IOPAD(0x1fc, PIN_INPUT_PULLUP, 0) /* (AD2) MMC0_DAT6 */
    			AM62AX_IOPAD(0x1f8, PIN_INPUT_PULLUP, 0) /* (AC2) MMC0_DAT7 */
    		>;
    	};
    
    	vddshv_sdio_pins_default: vddshv-sdio-pins-default {
    		pinctrl-single,pins = <
    			AM62AX_IOPAD(0x07c, PIN_OUTPUT, 7) /* (M19) GPMC0_CLK.GPIO0_31 */
    		>;
    	};
    
    	ospi0_pins_default: ospi0-pins-default {
    		pinctrl-single,pins = <
    			AM62AX_IOPAD(0x000, PIN_OUTPUT, 0) /* (H24) OSPI0_CLK */
    			AM62AX_IOPAD(0x02c, PIN_OUTPUT, 0) /* (F23) OSPI0_CSn0 */
    			AM62AX_IOPAD(0x00c, PIN_INPUT, 0) /* (E25) OSPI0_D0 */
    			AM62AX_IOPAD(0x010, PIN_INPUT, 0) /* (G24) OSPI0_D1 */
    			AM62AX_IOPAD(0x014, PIN_INPUT, 0) /* (F25) OSPI0_D2 */
    			AM62AX_IOPAD(0x018, PIN_INPUT, 0) /* (F24) OSPI0_D3 */
    			AM62AX_IOPAD(0x01c, PIN_INPUT, 0) /* (J23) OSPI0_D4 */
    			AM62AX_IOPAD(0x020, PIN_INPUT, 0) /* (J25) OSPI0_D5 */
    			AM62AX_IOPAD(0x024, PIN_INPUT, 0) /* (H25) OSPI0_D6 */
    			AM62AX_IOPAD(0x028, PIN_INPUT, 0) /* (J22) OSPI0_D7 */
    			AM62AX_IOPAD(0x008, PIN_INPUT, 0) /* (J24) OSPI0_DQS */
    		>;
    	};
    	usr_exp_gpio_pins_default: usr-exp-gpio-pins-default {
    	    pinctrl-single,pins = <
    			AM62AX_IOPAD(0x01ac, PIN_OUTPUT, 7) /* (B21) MCASP0_AFSR.GPIO1_13 */
                AM62AX_IOPAD(0x00a8, PIN_OUTPUT, 7) /* (M19) GPMC0_CSn0.GPIO0_41 */
            >;
    	};
    	
    	wlan_en_pins_default: wlan_en_pins_default {
    		pinctrl-single,pins = <
    			AM62X_IOPAD(0x124, PIN_OUTPUT, 7) /* (A23) MMC2_SDCD.GPIO0_71 */
    		>;
    	};
    };
    
    &mcu_pmx0 {
    	status = "okay";
    
    	pmic_irq_pins_default: pmic-irq-pins-default {
    		pinctrl-single,pins = <
    			AM62AX_MCU_IOPAD(0x000, PIN_INPUT, 7) /* (E11) MCU_GPIO0_0 */
    		>;
    	};
    };
    
    &mcu_gpio0 {
    	status = "okay";
    };
    
    &main_i2c0 {
    	status = "okay";
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_i2c0_pins_default>;
    	clock-frequency = <400000>;
    
    	typec_pd0: usb-power-controller@3f {
    		compatible = "ti,tps6598x";
    		reg = <0x3f>;
    
    		connector {
    			compatible = "usb-c-connector";
    			label = "USB-C";
    			self-powered;
    			data-role = "dual";
    			power-role = "sink";
    			port {
    				usb_con_hs: endpoint {
    					remote-endpoint = <&usb0_hs_ep>;
    				};
    			};
    		};
    	};
    
    	tps659312: pmic@48 {
    		compatible = "ti,tps6593-q1";
    		reg = <0x48>;
    		ti,primary-pmic;
    		system-power-controller;
    
    		gpio-controller;
    		#gpio-cells = <2>;
    
    		pinctrl-names = "default";
    		pinctrl-0 = <&pmic_irq_pins_default>;
    		interrupt-parent = <&mcu_gpio0>;
    		interrupts = <0 IRQ_TYPE_EDGE_FALLING>;
    
    		buck123-supply = <&vcc_3v3_sys>;
    		buck4-supply = <&vcc_3v3_sys>;
    		buck5-supply = <&vcc_3v3_sys>;
    		ldo1-supply = <&vcc_3v3_sys>;
    		ldo2-supply = <&vcc_3v3_sys>;
    		ldo3-supply = <&buck5>;
    		ldo4-supply = <&vcc_3v3_sys>;
    
    		regulators {
    			buck123: buck123 {
    				regulator-name = "vcc_core";
    				regulator-min-microvolt = <715000>;
    				regulator-max-microvolt = <895000>;
    				regulator-boot-on;
    				regulator-always-on;
    			};
    
    			buck4: buck4 {
    				regulator-name = "vcc_1v1";
    				regulator-min-microvolt = <1100000>;
    				regulator-max-microvolt = <1100000>;
    				regulator-boot-on;
    				regulator-always-on;
    			};
    
    			buck5: buck5 {
    				regulator-name = "vcc_1v8_sys";
    				regulator-min-microvolt = <1800000>;
    				regulator-max-microvolt = <1800000>;
    				regulator-boot-on;
    				regulator-always-on;
    			};
    
    			ldo1: ldo1 {
    				regulator-name = "vddshv5_sdio";
    				regulator-min-microvolt = <3300000>;
    				regulator-max-microvolt = <3300000>;
    				regulator-boot-on;
    				regulator-always-on;
    			};
    
    			ldo2: ldo2 {
    				regulator-name = "vpp_1v8";
    				regulator-min-microvolt = <1800000>;
    				regulator-max-microvolt = <1800000>;
    				regulator-boot-on;
    				regulator-always-on;
    			};
    
    			ldo3: ldo3 {
    				regulator-name = "vcc_0v85";
    				regulator-min-microvolt = <850000>;
    				regulator-max-microvolt = <850000>;
    				regulator-boot-on;
    				regulator-always-on;
    			};
    
    			ldo4: ldo4 {
    				regulator-name = "vdda_1v8";
    				regulator-min-microvolt = <1800000>;
    				regulator-max-microvolt = <1800000>;
    				regulator-boot-on;
    				regulator-always-on;
    			};
    		};
    	};
    };
    
    &main_i2c1 {
    	status = "okay";
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_i2c1_pins_default>;
    	clock-frequency = <100000>;
    
    	exp1: gpio@22 {
    		compatible = "ti,tca6424";
    		reg = <0x22>;
    		gpio-controller;
    		#gpio-cells = <2>;
    
    		interrupt-parent = <&main_gpio1>;
    		interrupts = <23 IRQ_TYPE_EDGE_FALLING>;
    		interrupt-controller;
    		#interrupt-cells = <2>;
    
    		gpio-line-names = "GPIO_CPSW2_RST", "GPIO_CPSW1_RST",	/* 0, 1 */
    				   "BT_EN_SOC", "MMC1_SD_EN",					/* 2, 3 */
    				   "VPP_EN", "EXP_PS_3V3_En",					/* 4, 5 */
    				   "EXP_PS_5V0_En", "EXP_HAT_DETECT",			/* 6, 7 */
    				   "GPIO_AUD_RSTn", "GPIO_eMMC_RSTn",			/* 8, 9 */
    				   "UART1_FET_BUF_EN", "BT_UART_WAKE_SOC",		/* 10, 11*/
    				   "GPIO_HDMI_RSTn", "CSI_GPIO0",
    				   "CSI_GPIO1", "WLAN_ALERTn",
    				   "HDMI_INTn", "TEST_GPIO2",
    				   "MCASP1_FET_EN", "MCASP1_BUF_BT_EN",
    				   "MCASP1_FET_SEL", "UART1_FET_SEL",
    				   "PD_I2C_IRQ", "IO_EXP_TEST_LED";
    
    		pinctrl-names = "default";
    		pinctrl-0 = <&main_gpio1_ioexp_intr_pins_default>;
    	};
    
    	exp2: gpio@23 {
    		compatible = "ti,tca6424";
    		reg = <0x23>;
    		gpio-controller;
    		#gpio-cells = <2>;
    
    		gpio-line-names = "", "",						/* 0, 1 */
    				  "", "",								/* 2, 3 */
    				  "", "",								/* 4, 5 */
    				  "", "",								/* 6, 7 */
    				  "WL_LT_EN", "CSI_RSTz",				/* 8, 9 */
    				  "", "",								
    				  "", "",								
    				  "", "",								
    				  "", "",								
    				  "SPI0_FET_SEL", "SPI0_FET_OE",		
    				  "RGMII2_BRD_CONN_DET", "CSI_SEL2",	
    				  "CSI_EN", "AUTO_100M_1000M_CONFIG",	
    				  "CSI_VLDO_SEL", "SoC_WLAN_SDIO_RST";	
    	};
    
    	tlv320aic3106: audio-codec@1b {
    		#sound-dai-cells = <0>;
    		compatible = "ti,tlv320aic3106";
    		reg = <0x1b>;
    		ai3x-micbias-vg = <1>;	/* 2.0V */
    		ai3x-ocmv = <1>;	/* 1.5V */
    
    		/* Regulators */
    		AVDD-supply = <&vcc_3v3_sys>;
    		IOVDD-supply = <&vcc_3v3_sys>;
    		DRVDD-supply = <&vcc_3v3_sys>;
    	};
    
    	sii9022: sii9022@3b {
    		#sound-dai-cells = <0>;
    		compatible = "sil,sii9022";
    		reg = <0x3b>;
    
    		interrupt-parent = <&exp1>;
    		interrupts = <16 IRQ_TYPE_EDGE_FALLING>;
    
    		sil,i2s-data-lanes = < 0 >;
    
    		ports {
    			#address-cells = <1>;
    			#size-cells = <0>;
    
    			port@0 {
    				reg = <0>;
    
    				sii9022_in: endpoint {
    					remote-endpoint = <&dpi1_out>;
    				};
    			};
    
    			port@1 {
    				reg = <1>;
    
    				sii9022_out: endpoint {
    					remote-endpoint = <&hdmi_connector_in>;
    				};
    			};
    		};
    	};
    
    };
    
    &main_i2c2 {
    	status = "okay";
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_i2c2_pins_default>;
    	clock-frequency = <400000>;
    };
    
    &sdhci1 {
    	/* SD/MMC */
    	status = "okay";
    	vmmc-supply = <&vdd_mmc1>;
    	vqmmc-supply = <&vddshv_sdio>;
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_mmc1_pins_default>;
    	ti,driver-strength-ohm = <50>;
    	disable-wp;
    };
    
    //CC33XX SDHCI2 Patch
    &sdhci2 {
    	status = "okay";
    	vmmc-supply = <&wlan_en>;
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_mmc2_pins_default>;
    	bus-width = <4>;
    	non-removable;
    	ti,fails-without-test-cd;
    	cap-power-off-card;
    	keep-power-in-suspend;
    	ti,driver-strength-ohm = <50>;
    	assigned-clocks = <&k3_clks 157 159>;
    	assigned-clock-parents = <&k3_clks 157 160>;
    
    	#address-cells = <1>;
    	#size-cells = <0>;
    	wlcore: wlcore@2 {
    		compatible = "ti,cc33xx";
    		reg = <2>;
    		pinctrl-names = "default";
    		pinctrl-0 = <&main_wlirq_pins_default>;
    		interrupt-parent = <&main_gpio0>;
    		interrupts = <72 IRQ_TYPE_EDGE_FALLING>; //change to falling but figure out why
    	};
    };
    
    &main_gpio0 {
    	status = "okay";
    };
    
    &main_gpio1 {
    	pinctrl-names = "default";
    	pinctrl-0 = <&usr_exp_gpio_pins_default>;
    	status = "okay";
    };
    
    &main_gpio_intr {
    	status = "okay";
    };
    
    &main_uart0 {
    	status = "okay";
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_uart0_pins_default>;
    	interrupts-extended = <&gic500 GIC_SPI 178 IRQ_TYPE_LEVEL_HIGH>,
    			<&main_pmx0 0x1c8>; /* (D14) UART0_RXD PADCONFIG114 */
    	interrupt-names = "irq", "wakeup";
    };
    
    &usbss0 {
    	status = "okay";
    	ti,vbus-divider;
    };
    
    &usb0 {
    	usb-role-switch;
    
    	port {
    		usb0_hs_ep: endpoint {
    			remote-endpoint = <&usb_con_hs>;
    		};
    	};
    };
    
    &usbss1 {
    	status = "okay";
    };
    
    &usb1 {
    	dr_mode = "host";
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_usb1_pins_default>;
    };
    
    &cpsw3g {
    	status = "okay";
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_rgmii1_pins_default>;
    
    	cpts@3d000 {
    		/* MAP HW3_TS_PUSH to GENF1 */
    		ti,pps = <2 1>;
    	};
    };
    
    &cpsw_port1 {
    	status = "okay";
    	phy-mode = "rgmii-rxid";
    	phy-handle = <&cpsw3g_phy0>;
    };
    
    &cpsw_port2 {
    	status = "disabled";
    };
    
    &cpsw3g_mdio {
    	status = "okay";
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_mdio1_pins_default>;
    
    	cpsw3g_phy0: ethernet-phy@0 {
    		reg = <0>;
    		ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_00_NS>;
    		ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_4_B_NIB>;
    		ti,min-output-impedance;
    	};
    };
    
    &mcasp1 {
    	status = "okay";
    	#sound-dai-cells = <0>;
    
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_mcasp1_pins_default>;
    
    	op-mode = <0>;          /* MCASP_IIS_MODE */
    	tdm-slots = <2>;
    
    	serial-dir = <  /* 0: INACTIVE, 1: TX, 2: RX */
    	       1 0 2 0
    	       0 0 0 0
    	       0 0 0 0
    	       0 0 0 0
    	>;
    	tx-num-evt = <32>;
    	rx-num-evt = <32>;
    };
    
    &ti_csi2rx0 {
    	status = "okay";
    };
    
    &dphy0 {
    	status = "okay";
    };
    
    &dss {
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_dss0_pins_default>;
    };
    
    &dss_ports {
    	/* VP2: DPI Output */
    	port@0 {
    		reg = <0>;
    
    		dpi1_out: endpoint {
    			remote-endpoint = <&sii9022_in>;
    		};
    	};
    };
    
    &fss {
    	status = "okay";
    };
    
    &ospi0 {
    	pinctrl-names = "default";
    	pinctrl-0 = <&ospi0_pins_default>;
    
    	flash@0{
    		compatible = "spi-nand";
    		reg = <0x0>;
    		spi-tx-bus-width = <8>;
    		spi-rx-bus-width = <8>;
    		spi-max-frequency = <25000000>;
    		cdns,tshsl-ns = <60>;
    		cdns,tsd2d-ns = <60>;
    		cdns,tchsh-ns = <60>;
    		cdns,tslch-ns = <60>;
    		cdns,read-delay = <2>;
    		cdns,phy-mode;
    
    		partitions {
    			compatible = "fixed-partitions";
    			#address-cells = <1>;
    			#size-cells = <1>;
    
    			partition@0 {
    				label = "ospi_nand.tiboot3";
    				reg = <0x0 0x80000>;
    			};
    
    			partition@80000 {
    				label = "ospi_nand.tispl";
    				reg = <0x80000 0x200000>;
    			};
    
    			partition@280000 {
    				label = "ospi_nand.u-boot";
    				reg = <0x280000 0x400000>;
    			};
    
    			partition@680000 {
    				label = "ospi_nand.env";
    				reg = <0x680000 0x40000>;
    			};
    
    			partition@6c0000 {
    				label = "ospi_nand.env.backup";
    				reg = <0x6c0000 0x40000>;
    			};
    
    			partition@2000000 {
    				label = "ospi_nand.rootfs";
    				reg = <0x2000000 0x5fc0000>;
    			};
    
    			partition@7fc0000 {
    				label = "ospi_nand.phypattern";
    				reg = <0x7fc0000 0x40000>;
    			};
    		};
    	};
    };
    
    &mailbox0_cluster0 {
    	ti,mbox-num-fifos = <2>;
    	mbox_r5_0: mbox-r5-0 {
    		ti,mbox-rx = <0 0 0>;
    		ti,mbox-tx = <1 0 0>;
    	};
    };
    
    &mailbox0_cluster1 {
    	ti,mbox-num-fifos = <2>;
    	mbox_c7x_0: mbox-c7x-0 {
    		ti,mbox-rx = <0 0 0>;
    		ti,mbox-tx = <1 0 0>;
    	};
    };
    
    &mailbox0_cluster2 {
    	ti,mbox-num-fifos = <2>;
    	mbox_mcu_r5_0: mbox-mcu_r5-0 {
    		ti,mbox-rx = <0 0 0>;
    		ti,mbox-tx = <1 0 0>;
    	};
    };
    
    &c7x_0 {
    	mboxes = <&mailbox0_cluster1 &mbox_c7x_0>;
    	memory-region = <&c7x_0_dma_memory_region>,
    			<&c7x_0_memory_region>;
    };
    
    &wkup_r5fss0_core0 {
    	mboxes = <&mailbox0_cluster0 &mbox_r5_0>;
    	memory-region = <&wkup_r5fss0_core0_dma_memory_region>,
    		<&wkup_r5fss0_core0_memory_region>;
    };
    
    &mcu_r5fss0_core0 {
    	mboxes = <&mailbox0_cluster2 &mbox_mcu_r5_0>;
    	memory-region = <&mcu_r5fss0_core0_dma_memory_region>,
    			<&mcu_r5fss0_core0_memory_region>;
    };
    
    #define K3_TS_OFFSET(pa, val)	(0x4+(pa)*4) (0x10000 | val)
    
    &timesync_router {
    	status = "okay";
    	pinctrl-names = "default";
    	pinctrl-0 = <&cpsw_cpts>;
    
    	/* Use Time Sync Router to map GENF1 input to HW3_TS_PUSH output */
    	cpsw_cpts: cpsw-cpts {
    		pinctrl-single,pins = <
    			/* pps [cpsw cpts genf1] in17 -> out12 [cpsw cpts hw3_push] */
    			K3_TS_OFFSET(12, 17)
    			>;
    	};
    };
    
    &sdhci0 {
    	status = "okay";
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_mmc0_pins_default>;
    	ti,driver-strength-ohm = <50>;
    	disable-wp;
    };
    


    patch yocto cc33xx

  • Hey Mickael, 

    I am still working on rebuilding it on my end. Did you also make sure to copy over the firmware? Can you include your dmesg log?

    Corinne

  • Hey Corinne, see under the dmesg 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
    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'
    639 bytes read in 21 ms (29.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)
    59964 bytes read in 25 ms (2.3 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-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=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: 2807952K/4194300K available (12288K kernel code, 1266K rwdata, 4020K rodata, 2112K init, 438K bss, 796524K 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.008495] Console: colour dummy device 80x25
    [    0.013081] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023763] pid_max: default: 32768 minimum: 301
    [    0.028529] LSM: Security Framework initializing
    [    0.033353] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.040934] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.050405] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.057838] cblist_init_generic: Setting shift to 2 and lim to 1.
    [    0.064130] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.071526] cblist_init_generic: Setting shift to 2 and lim to 1.
    [    0.077897] rcu: Hierarchical SRCU implementation.
    [    0.082804] rcu:     Max phase no-delay instances is 1000.
    [    0.088366] Platform MSI: msi-controller@1820000 domain created
    [    0.094620] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.104021] EFI services will not be available.
    [    0.108882] smp: Bringing up secondary CPUs ...
    [    0.114081] Detected VIPT I-cache on CPU1
    [    0.114166] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.114181] GICv3: CPU1: using allocated LPI pending table @0x0000000880060000
    [    0.114226] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.114839] Detected VIPT I-cache on CPU2
    [    0.114904] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [    0.114917] GICv3: CPU2: using allocated LPI pending table @0x0000000880070000
    [    0.114947] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.115503] Detected VIPT I-cache on CPU3
    [    0.115574] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [    0.115588] GICv3: CPU3: using allocated LPI pending table @0x0000000880080000
    [    0.115615] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.115678] smp: Brought up 1 node, 4 CPUs
    [    0.195399] SMP: Total of 4 processors activated.
    [    0.200211] CPU features: detected: 32-bit EL0 Support
    [    0.205480] CPU features: detected: CRC32 instructions
    [    0.210786] CPU: All CPU(s) started at EL2
    [    0.214984] alternatives: applying system-wide alternatives
    [    0.222112] devtmpfs: initialized
    [    0.233757] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.243746] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.264300] pinctrl core: initialized pinctrl subsystem
    [    0.270189] DMI not present or invalid.
    [    0.274661] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.281593] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
    [    0.289035] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.297114] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.305273] audit: initializing netlink subsys (disabled)
    [    0.310920] audit: type=2000 audit(0.204:1): state=initialized audit_enabled=0 res=1
    [    0.311322] thermal_sys: Registered thermal governor 'step_wise'
    [    0.318849] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.325027] cpuidle: using governor menu
    [    0.335858] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.342876] ASID allocator initialised with 65536 entries
    [    0.359812] platform 30200000.dss: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/sii9022@3b
    [    0.371542] platform connector: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/sii9022@3b
    [    0.381017] KASLR disabled due to lack of seed
    [    0.392057] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.399021] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.405432] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.412372] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.418780] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.425720] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.432128] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.439068] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.446681] k3-chipinfo 43000014.chipid: Family:AM62AX rev:SR1.0 JTAGID[0x0bb8d02f] Detected
    [    0.456829] iommu: Default domain type: Translated
    [    0.461837] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.468479] SCSI subsystem initialized
    [    0.472610] usbcore: registered new interface driver usbfs
    [    0.478254] usbcore: registered new interface driver hub
    [    0.483706] usbcore: registered new device driver usb
    [    0.489272] pps_core: LinuxPPS API ver. 1 registered
    [    0.494350] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.503699] PTP clock support registered
    [    0.507833] EDAC MC: Ver: 3.0.0
    [    0.511828] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fca100
    [    0.518658] omap-mailbox 29010000.mailbox: omap mailbox rev 0x66fca100
    [    0.525459] omap-mailbox 29020000.mailbox: omap mailbox rev 0x66fca100
    [    0.532185] omap-mailbox 29030000.mailbox: no available mbox devices found
    [    0.539506] FPGA manager framework
    [    0.543049] Advanced Linux Sound Architecture Driver Initialized.
    [    0.550115] clocksource: Switched to clocksource arch_sys_counter
    [    0.556558] VFS: Disk quotas dquot_6.6.0
    [    0.560610] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.573330] Carveout Heap: Exported 176 MiB at 0x00000000a3000000
    [    0.579672] NET: Registered PF_INET protocol family
    [    0.584852] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.595295] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
    [    0.604102] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.612042] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.620348] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
    [    0.628721] TCP: Hash tables configured (established 32768 bind 32768)
    [    0.635582] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [    0.642537] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [    0.650050] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.656226] RPC: Registered named UNIX socket transport module.
    [    0.662302] RPC: Registered udp transport module.
    [    0.667112] RPC: Registered tcp transport module.
    [    0.671920] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.678511] NET: Registered PF_XDP protocol family
    [    0.683420] PCI: CLS 0 bytes, default 64
    [    0.688063] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
    [    0.697889] Initialise system trusted keyrings
    [    0.702645] workingset: timestamp_bits=46 max_order=20 bucket_order=0
    [    0.713376] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.719877] NFS: Registering the id_resolver key type
    [    0.725093] Key type id_resolver registered
    [    0.729372] Key type id_legacy registered
    [    0.733524] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.740379] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.784142] Key type asymmetric registered
    [    0.788336] Asymmetric key parser 'x509' registered
    [    0.793364] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [    0.801048] io scheduler mq-deadline registered
    [    0.805687] io scheduler kyber registered
    [    0.812735] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.819163] pinctrl-single f4000.pinctrl: 151 pins, size 604
    [    0.825929] pinctrl-single a40000.pinctrl: 512 pins, size 2048
    [    0.837742] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.852747] loop: module loaded
    [    0.857123] megasas: 07.719.03.00-rc1
    [    0.863734] tun: Universal TUN/TAP device driver, 1.6
    [    0.869599] thunder_xcv, ver 1.0
    [    0.872943] thunder_bgx, ver 1.0
    [    0.876276] nicpf, ver 1.0
    [    0.879203] e1000: Intel(R) PRO/1000 Network Driver
    [    0.884191] e1000: Copyright (c) 1999-2006 Intel Corporation.
    [    0.890110] e1000e: Intel(R) PRO/1000 Network Driver
    [    0.895185] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
    [    0.901265] igb: Intel(R) Gigabit Ethernet Network Driver
    [    0.906786] igb: Copyright (c) 2007-2014 Intel Corporation.
    [    0.912507] igbvf: Intel(R) Gigabit Virtual Function Network Driver
    [    0.918916] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
    [    0.925083] sky2: driver version 1.30
    [    0.929507] VFIO - User Level meta-driver version: 0.3
    [    0.935465] usbcore: registered new interface driver usb-storage
    [    0.942146] i2c_dev: i2c /dev entries driver
    [    0.947840] sdhci: Secure Digital Host Controller Interface driver
    [    0.954189] sdhci: Copyright(c) Pierre Ossman
    [    0.958842] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.965354] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.971688] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.978611] usbcore: registered new interface driver usbhid
    [    0.984314] usbhid: USB HID core driver
    [    0.989043] optee: probing for conduit method.
    [    0.993632] optee: revision 4.0 (2a5b1d12)
    [    0.993908] optee: dynamic shared memory is enabled
    [    1.003448] optee: initialized driver
    [    1.008656] Initializing XFRM netlink socket
    [    1.013075] NET: Registered PF_PACKET protocol family
    [    1.018300] Key type dns_resolver registered
    [    1.023038] registered taskstats version 1
    [    1.027255] Loading compiled-in X.509 certificates
    [    1.040366] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)')
    [    1.082011] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    1.089137] pca953x 1-0023: supply vcc not found, using dummy regulator
    [    1.096019] pca953x 1-0023: using AI
    [    1.124670] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
    [    1.131454] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
    [    1.137385] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
    [    1.145715] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    1.154921] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    1.163914] ti-sci-inta 4e0a0000.interrupt-controller: Interrupt Aggregator domain 200 created
    [    1.173623] ti-udma 485c0100.dma-controller: Number of rings: 82
    [    1.181665] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    [    1.192458] ti-udma 485c0000.dma-controller: Number of rings: 150
    [    1.202229] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [    1.211509] ti-udma 4e230000.dma-controller: Number of rings: 6
    [    1.217979] ti-udma 4e230000.dma-controller: Channels: 6 (bchan: 0, tchan: 0, rchan: 6)
    [    1.227165] printk: console [ttyS2] disabled
    [    1.231599] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 253, base_baud = 3000000) is a 8250
    [    1.240479] printk: console [ttyS2] enabled
    [    1.240479] printk: console [ttyS2] enabled
    [    1.248940] printk: bootconsole [ns16550a0] disabled
    [    1.248940] printk: bootconsole [ns16550a0] disabled
    [    1.261111] spi-nand spi0.0: Winbond SPI NAND was found.
    [    1.266446] spi-nand spi0.0: 128 MiB, block size: 256 KiB, page size: 4096, OOB size: 128
    [    1.274811] 7 fixed-partitions partitions found on MTD device spi0.0
    [    1.281166] Creating 7 MTD partitions on "spi0.0":
    [    1.285956] 0x000000000000-0x000000080000 : "ospi_nand.tiboot3"
    [    1.293185] 0x000000080000-0x000000280000 : "ospi_nand.tispl"
    [    1.300727] 0x000000280000-0x000000680000 : "ospi_nand.u-boot"
    [    1.309117] 0x000000680000-0x0000006c0000 : "ospi_nand.env"
    [    1.315788] 0x0000006c0000-0x000000700000 : "ospi_nand.env.backup"
    [    1.323053] 0x000002000000-0x000007fc0000 : "ospi_nand.rootfs"
    [    1.367243] 0x000007fc0000-0x000008000000 : "ospi_nand.phypattern"
    [    1.414156] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    1.423240] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
    [    1.431372] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    1.444144] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [    1.451271] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
    [    1.457629] pps pps0: new PPS source ptp0
    [    1.461887] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
    [    1.472177] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [    1.480518] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 1200000 KHz, changing to: 1250000 KHz
    [    1.492929] mmc0: CQHCI version 5.10
    [    1.536770] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    1.628018] mmc0: Command Queue Engine enabled
    [    1.633460] mmc0: new HS200 MMC card at address 0001
    [    1.644628] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
    [    1.660088]  mmcblk0: p1 p2
    [    1.663551] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
    [    1.669565] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
    [    1.675333] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
    [    1.836545] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
    [    1.842542] tps6594-rtc tps6594-rtc.4.auto: hctosys: unable to read the hardware clock
    [    1.850739] pca953x 1-0022: supply vcc not found, using dummy regulator
    [    1.857465] pca953x 1-0022: using AI
    [    1.865765] mmc2: CQHCI version 5.10
    [    1.869258] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    1.876977] mmc1: CQHCI version 5.10
    [    1.877922] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    1.887905] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    1.911499] ALSA device list:
    [    1.914501]   No soundcards found.
    [    1.919490] mmc2: SDHCI controller on fa20000.mmc [fa20000.mmc] using ADMA 64-bit
    [   1.922620] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    1.934975] Waiting for root device PARTUUID=a00b5c08-02...
    [    1.991546] mmc1: new ultra high speed SDR104 SDHC card at address 59b4
    [    1.999439] mmcblk1: mmc1:59b4 USD00 29.5 GiB
    [    2.005856]  mmcblk1: p1 p2
    [    2.388094] EXT4-fs (mmcblk1p2): recovery complete
    [    2.394617] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
    [    2.403221] VFS: Mounted root (ext4 filesystem) on device 179:98.
    [    2.409966] devtmpfs: mounted
    [    2.413662] Freeing unused kernel memory: 2112K
    [    2.418286] Run /sbin/init as init process
    [    2.592161] systemd[1]: System time before build time, advancing clock.
    [    2.638264] NET: Registered PF_INET6 protocol family
    [    2.644776] Segment Routing with IPv6
    [    2.648519] In-situ OAM (IOAM) with IPv6
    [    2.684264] 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.716472] systemd[1]: Detected architecture arm64.

    Welcome to Arago 2023.10!

    [    2.816320] systemd[1]: Hostname set to <am62axx-evm>.
    [    2.941342] systemd-sysv-generator[163]: SysV service '/etc/init.d/sysrepo' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [    2.965781] systemd-sysv-generator[163]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [    2.990953] systemd-sysv-generator[163]: SysV service '/etc/init.d/edgeai-launcher.sh' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [    3.017336] systemd-sysv-generator[163]: SysV service '/etc/init.d/netopeer2-server' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [    3.352335] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
    [    3.419463] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
    [    3.493172] systemd[1]: Queued start job for default target Graphical Interface.
    [    3.559970] systemd[1]: Created slice Slice /system/getty.
    [  OK  ] Created slice Slice /system/getty.
    [    3.584867] systemd[1]: Created slice Slice /system/modprobe.
    [  OK  ] Created slice Slice /system/modprobe.
    [    3.609415] systemd[1]: Created slice Slice /system/serial-getty.
    [  OK  ] Created slice Slice /system/serial-getty.
    [    3.634358] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    3.649529] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password …ts to Console Directory Watch.
    [    3.674552] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password R…uests to Wall Directory Watch.
    [    3.698709] systemd[1]: Reached target Path Units.
    [  OK  ] Reached target Path Units.
    [    3.714427] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    3.734451] systemd[1]: Reached target Slice Units.
    [  OK  ] Reached target Slice Units.
    [    3.750532] systemd[1]: Reached target Swaps.
    [  OK  ] Reached target Swaps.
    [    3.811904] systemd[1]: Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [    3.834622] systemd[1]: Reached target RPC Port Mapper.
    [  OK  ] Reached target RPC Port Mapper.
    [    3.871503] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [    3.895044] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    3.920060] systemd[1]: Listening on Journal Audit Socket.
    [  OK  ] Listening on Journal Audit Socket.
    [    3.944912] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    3.968941] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    3.988233] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    4.013240] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    4.036332] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    4.060701] systemd[1]: Listening on User Database Manager Socket.
    [  OK  ] Listening on User Database Manager Socket.
    [    4.118800] systemd[1]: Mounting Huge Pages File System...
             Mounting Huge Pages File System...
    [    4.140264] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    4.171598] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    [    4.187397] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
    [    4.209349] systemd[1]: Mounting Temporary Directory /tmp...
             Mounting Temporary Directory /tmp...
    [    4.236033] systemd[1]: Starting Create List of Static Device Nodes...
             Starting Create List of Static Device Nodes...
    [    4.265459] systemd[1]: Starting Load Kernel Module configfs...
             Starting Load Kernel Module configfs...
    [    4.289449] systemd[1]: Starting Load Kernel Module drm...
             Starting Load Kernel Module drm...
    [    4.311995] systemd[1]: Starting Load Kernel Module fuse...
             Starting Load Kernel Module fuse...
    [    4.327511] fuse: init (API version 7.37)
    [    4.371211] systemd[1]: Starting Start psplash boot splash screen...
             Starting Start psplash boot splash screen...
    [    4.406600] systemd[1]: Starting RPC Bind...
             Starting RPC Bind...
    [    4.422632] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
    [    4.444377] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    4.466857] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    4.484549] cryptodev: loading out-of-tree module taints kernel.
    [    4.487803] systemd[1]: Starting Generate network units from Kernel command line...
             Starting Generate network …ts from Kernel co[    4.498988] cryptodev: driver 1.12 loaded.
    mmand line...
    [    4.546985] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems...
    [    4.565841] EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none.
    [    4.576997] systemd[1]: Starting Coldplug All udev Devices...
             Starting Coldplug All udev Devices...
    [    4.603773] systemd[1]: Started RPC Bind.
    [  OK  ] Started RPC Bind.
    [    4.618864] 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.
    [DEPEND] Dependency failed for Star…progress communication helper.
    [  OK  ] Finished Load Kernel Modules.
    [  OK  ] Finished Generate network units from Kernel command line.
    [  OK  ] Finished Remount Root and Kernel File Systems.
             Mounting FUSE Control File System...
             Mounting Kernel Configuration File System...
             Starting Flush Journal to Persistent Storage...
    [    5.024549] systemd-journald[179]: Received client request to flush runtime journal.
             Starting Apply Kernel Variables...
             Starting Create Static Device Nodes in /dev...
    [  OK  ] Mounted FUSE Control File System.
    [  OK  ] Mounted Kernel Configuration File System.
    [  OK  ] Finished Flush Journal to Persistent Storage.
    [  OK  ] Finished Apply Kernel Variables.
    [  OK  ] Finished Create Static Device Nodes in /dev.
    [  OK  ] Reached target Preparation for Local File Systems.
             Mounting /media/ram...
             Mounting /var/volatile...
    [    5.250951] audit: type=1334 audit(1651167747.656:2): prog-id=5 op=LOAD
    [    5.257760] audit: type=1334 audit(1651167747.660:3): prog-id=6 op=LOAD
             Starting Rule-based Manage…for Device Events and Files...
    [  OK  ] Finished Coldplug All udev Devices.
    [  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  ] Finished Create Volatile Files and Directories.
             Starting Network Time Synchronization...
             Starting Record System Boot/Shutdown in UTMP...
    [  OK  ] Started Rule-based Manager for Device Events and Files.
    [  OK  ] Finished Record System Boot/Shutdown in UTMP.
    [    5.867765] systemd-journald[179]: Oldest entry in /run/log/journal/0049978230d54beeb3dfbe5f5d83f5ab/system.journal is older than the configured file retention duration (1month), suggesting rotation.
    [  OK  ] Started Network Time Synchronizatio[    5.888306] systemd-journald[179]: /run/log/journal/0049978230d54beeb3dfbe5f5d83f5ab/system.journal: Journal header limits reached or header out-of-date, rotating.
    n.
    [  OK  ] Reached target System Initializatio[    5.922040] random: crng init done
    n.
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    [  OK  ] Reached target System Time Set.
    [  OK  ] Started Daily rotation of log files.
    [  OK  ] Reached target Timer Units.[    5.994321] k3-dsp-rproc 7e000000.dsp: assigned reserved memory node c7x-dma-memory@99800000

    [    6.005686] k3-dsp-rproc 7e000000.dsp: configured DSP for remoteproc mode
    [    6.006372] mc: Linux media interface: v0.10
    [    6.012873] remoteproc remoteproc0: 7e000000.dsp is available
    [  OK  ] Listening on Avahi mDNS/DNS-SD Stac[    6.031811] videodev: Linux video capture interface: v2.00
    k Activation Socket.
    [  OK  ] Listening on D-Bus System Message Bus Socket.
    [    6.101143] remoteproc remoteproc0: powering up 7e000000.dsp
    [    6.106936] remoteproc remoteproc0: Booting fw image am62a-c71_0-fw, size 11046992
    [    6.119111] k3-dsp-rproc 7e000000.dsp: booting DSP core using boot addr = 0x99a00000
    [    6.134545] rproc-virtio rproc-virtio.5.auto: assigned reserved memory node c7x-dma-memory@99800000
    [    6.156657] virtio_rpmsg_bus virtio0: rpmsg host is online
             Starting Docker Socket for the API...
    [    6.163174] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xd
    [    6.175126] rproc-virtio rproc-virtio.5.auto: registered virtio0 (type 7)
    [    6.182362] remoteproc remoteproc0: remote processor 7e000000.dsp is now up
    [    6.215335] tlv320aic3x 1-001b: supply DVDD not found, using dummy regulator
    [    6.235890] vdec 30210000.video-codec: error -ENXIO: IRQ index 0 not found
    [    6.242912] vdec 30210000.video-codec: failed to get irq resource, falling back to polling
    [    6.262477] platform 79000000.r5f: configured R5F for remoteproc mode
    [    6.269428] platform 79000000.r5f: assigned reserved memory node r5f-dma-memory@9b800000
    [    6.277774] rtc-ti-k3 2b1f0000.rtc: Clock rate 32552 is not 32768! Could misbehave!
    [    6.292785] remoteproc remoteproc1: 79000000.r5f is available
    [    6.301355] remoteproc remoteproc1: powering up 79000000.r5f
    [    6.307241] remoteproc remoteproc1: Booting fw image am62a-mcu-r5f0_0-fw, size 52148
    [    6.334185] rproc-virtio rproc-virtio.7.auto: assigned reserved memory node r5f-dma-memory@9b800000
    [    6.335139] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    6.355209] platform 78000000.r5f: configured R5F for IPC-only mode
    [    6.361696] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@9c800000
    [    6.374742] virtio_rpmsg_bus virtio1: rpmsg host is online
    [    6.375468] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
    [    6.377948] rtc-ti-k3 2b1f0000.rtc: registered as rtc1
    [    6.380302] rproc-virtio rproc-virtio.7.auto: registered virtio1 (type 7)
    [    6.387911] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
    [    6.392917] remoteproc remoteproc1: remote processor 79000000.r5f is now up
    [  OK  ] Listening on dropbear.socket.
    [  OK  ] Listening on PC/SC Smart Card Daemon Activation Socket.
             Starting Weston socket...[    6.457948] remoteproc remoteproc2: 78000000.r5f is available

             Starting Console System Startup Logging...[    6.500559] sii902x 1-003b: supply iovcc not found, using dummy regulator

    [    6.509519] remoteproc remoteproc2: attaching to 78000000.r5f
    [    6.511177] sii902x 1-003b: supply cvcc12 not found, using dummy regulator
    [    6.524259] platform 78000000.r5f: R5F core initialized in IPC-only mode
    [    6.531077] rproc-virtio rproc-virtio.8.auto: assigned reserved memory node r5f-dma-memory@9c800000
    [    6.540681] i2c i2c-1: Added multiplexed i2c bus 3
    [    6.540870] e5010 fd20000.e5010: Device registered as /dev/video2
    [    6.604038] [drm] Initialized tidss 1.0.0 20180215 for 30200000.dss on minor 0
    [    6.605370] virtio_rpmsg_bus virtio2: rpmsg host is online
    [    6.616989] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xd
    [    6.623808] rproc-virtio rproc-virtio.8.auto: registered virtio2 (type 7)
    [    6.624454] tidss 30200000.dss: [drm] Cannot find any crtc or sizes
    [    6.624479] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0x15
    [    6.624573] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xe
    [    6.624689] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0x15
    [    6.624775] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xe
    [    6.631784] remoteproc remoteproc2: remote processor 78000000.r5f is now attached
    [    6.639036] tidss 30200000.dss: [drm] Cannot find any crtc or sizes
             Starting D-Bus System Message Bus...
    [    6.688538] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider using UBI block devices instead.
             Starting Reboot and dump vmcore via kexec...
    [    6.724339] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider using UBI block devices instead.
    [  OK  ] Finished Load/Save Random Seed.[    6.751201] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider using UBI block devices instead.

    [  OK  ] Listening on Docker Socket for the API.
    [  OK  ] Listening on Weston socket.
    [    6.791843] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
    [    6.802342] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
    [  OK  ] Finished Console System Startup Logging.
    [  OK  ] Finished Reboot and dump vmcore via kexec.
    [    6.849379] mtdblock: MTD device 'ospi_nand.env' is NAND, please consider using UBI block devices instead.
    [  OK  ] Found device /dev/ttyS2.
    [  OK  ] Started D-Bus System Message Bus.
    [    6.977127] mtdblock: MTD device 'ospi_nand.rootfs' is NAND, please consider using UBI block devices instead.
    [  OK  ] Reached target Socket Units.
    [  OK  ] Reached target Basic System.
             Starting Modem Manager...
    [  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.
             Starting User Login Management...
    [    7.359470] audit: type=1334 audit(1707169270.315:4): prog-id=7 op=LOAD
    [    7.366269] audit: type=1334 audit(1707169270.315:5): prog-id=8 op=LOAD
    [  OK  ] Started TEE Supplicant.
             Starting Telnet Server...
    [  OK  ] Started DEMO.
    [  OK  ] Finished IPv6 Packet Filtering Framework.
    [  OK  ] Finished IPv4 Packet Filtering Framework.
    [  OK  ] Started Telephony service.
    [  OK  ] Reached target Preparation for Network.
             Starting Network Manager...
    [    7.545428] Bluetooth: Core ver 2.22
    [    7.549325] NET: Registered PF_BLUETOOTH protocol family
    [    7.555190] Bluetooth: HCI device and connection manager initialized
    [    7.566341] Bluetooth: HCI socket layer initialized
    [    7.571384] Bluetooth: L2CAP socket layer initialized
    [    7.576527] Bluetooth: SCO socket layer initialized
             Starting Network Configuration...
    [  OK  ] Finished Telnet Server.
    [  OK  ] Finished Expand the rootfs…full size of the boot device..
    [  OK  ] Started Modem Manager.
    [  OK  ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
    [  OK  ] Started Network Manager.
    [    8.195063] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
    [    8.252582] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
    [    8.289569] audit: type=1334 audit(1707169271.251:6): prog-id=9 op=LOAD
    [    8.289798] audit: type=1334 audit(1707169271.251:7): prog-id=10 op=LOAD
    [    8.329426] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider using UBI block devices instead.
    [    8.357875] cdns-csi2rx: probe of 30101000.csi-bridge failed with error -22
    [    8.369034] tps6598x 0-003f: Unable to find the interrupt, switching to polling
             Starting Hostname Service...
    [  OK  ] Started User Login Management.
    [    8.454586] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider using UBI block devices instead.
    [    8.477289] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [    8.500570] mtdblock: MTD device 'ospi_nand.rootfs' is NAND, please consider using UBI block devices instead.
    [    8.505337] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [  OK  ] Reached target Hardware activated USB gadget.
             Starting Save/Restore Sound Card State...
    [  OK  ] Started Network Configuration.
             Starting Network Name Resolution...
    [  OK  ] Finished Save/Restore Sound Card State.
    [  OK  ] Reached target Sound Card.
    [    8.672793] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider using UBI block devices instead.
    [    8.675196] xhci-hcd xhci-hcd.10.auto: xHCI Host Controller
    [    8.689430] xhci-hcd xhci-hcd.10.auto: new USB bus registered, assigned bus number 1
    [    8.697482] xhci-hcd xhci-hcd.10.auto: USB3 root hub has no ports
    [    8.703754] xhci-hcd xhci-hcd.10.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000000000010010
    [    8.713377] xhci-hcd xhci-hcd.10.auto: irq 545, io mem 0x31100000
    [    8.723714] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [    8.733683] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [    8.762969] hub 1-0:1.0: USB hub found
    [    8.770510] hub 1-0:1.0: 1 port detected
    [    8.811464] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider using UBI block devices instead.
    [  OK  ] Started Hostname Service.
    [    9.030190] usb 1-1: new high-speed USB device number 2 using xhci-hcd
             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.
    [    9.181873] mtdblock: MTD device 'ospi_nand.env' is NAND, please consider using UBI block devices instead.
             Starting Avahi mDNS/DNS-SD Stack...
             Starting Enable and configure wl18xx bluetooth[    9.214479] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider using UBI block devices instead.
     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 Enable and configure wl18xx bluetooth stack.
    [  OK  ] Finished Permit User Sessions.
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
    [  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  ] Started Mosquitto MQTT Broker.
    [  OK  ] Created slice Slice /system/systemd-fsck.
    [    9.568553] audit: type=1334 audit(1707169272.531:8): prog-id=11 op=LOAD
    [    9.577986] audit: type=1334 audit(1707169272.539:9): prog-id=12 op=LOAD
             Starting User Database Manager...
    [    9.618653] usbcore: registered new interface driver cdc_wdm
    [    9.618710] usbcore: registered new interface driver option
    [    9.630260] usbserial: USB Serial support registered for GSM modem (1-port)
    [    9.637873] option 1-1:1.0: GSM modem (1-port) converter detected
    [    9.645841] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB0
    [    9.655562] option 1-1:1.1: GSM modem (1-port) converter detected
    [    9.666246] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB1
    [    9.674542] option 1-1:1.2: GSM modem (1-port) converter detected
    [    9.684793] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB2
    [    9.716980] qmi_wwan 1-1:1.4: cdc-wdm0: USB WDM device
    [    9.728315] qmi_wwan 1-1:1.4 wwan0: register 'qmi_wwan' at usb-xhci-hcd.10.auto-1, WWAN/QMI device, fe:19:b3:8d:90:c1
    [    9.740182] option 1-1:1.3: GSM modem (1-port) converter detected
    [    9.749324] usbcore: registered new interface driver qmi_wwan
    [    9.755790] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB3
    [  OK  ] Found device /dev/mmcblk0p1.
             Starting File System Check on /dev/mmcblk0p1...
    [  OK  ] Started User Database Manager.
    [  OK  ] Created slice User Slice of UID 1000.
             Starting User Runtime Directory /run/user/1000...
    [  OK  ] Finished File System Check on /dev/mmcblk0p1.
             Mounting /run/media/mmcblk0p1...
    [  OK  ] Finished User Runtime Directory /run/user/1000.
             Starting User Manager for UID 1000...
    [  OK  ] Finished Synchronize System and HW clocks.
    [   10.077064] audit: type=1006 audit(1707169273.039:10): pid=733 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
    [  OK  ] Mounted /run/media/mmcblk0p1.
    [   10.090121] audit: type=1300 audit(1707169273.039:10): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffc966dfe8 a2=4 a3=ffffa1856020 items=0 ppid=1 pid=733 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.122521] audit: type=1327 audit(1707169273.039:10): proctitle="(systemd)"
    [  OK  ] Started Simple Network Man…ement Protocol (SNMP) Daemon..
    [  OK  ] Found device /dev/mmcblk1p1.
             Starting File System Check on /dev/mmcblk1p1...
    [  OK  ] Finished File System Check on /dev/mmcblk1p1.
             Mounting /run/media/BOOT-mmcblk1p1...
    [  OK  ] Mounted /run/media/BOOT-mmcblk1p1.
    [  OK  ] Started User Manager for UID 1000.
    [  OK  ] Started Session c1 of User weston.
    [   10.833594] audit: type=1006 audit(1707169273.795:11): pid=648 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
    [  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:
            adwaita-icon-theme-symbolic
            autoconf
            bash-dev
            bash
            bc
            binutils
            cifs-utils
            coreutils-stdbuf
            coreutils
            cpio
            cpp-symlinks
            cpp
            dosfstools
            elfutils
            g++-symlinks
            g++
            gawk
            gcc-symlinks
            gcc
            gdb
            gdbserver
            gettext
            glmark2
            gnu-config
            grub-common
            grub-editenv
            grub-efi
            gzip
            hidapi
            less
            libasm1
            libatomic-dev
            libatomic1
            libbfd
            libdebuginfod1
            libdw1
            libeigen-dev
            libelf1
            libgcc-s-dev
            libgcc1
            libgdbm-compat4
            libgdbm-dev
            libgdbm6
            libgettextlib
            libgettextsrc
            libgmp10
            libidn2-0
            libmpc3
            libmpfr6
            libopcodes
            libqt5charts-examples
            libqt5charts-plugins
            libqt5charts-qmlplugins
            libqt5charts5
            libqt5sensors-plugins
            libqt5sensors-qmlplugins
            libqt5sensors5
            libqt5serialport-examples
            libqt5serialport-plugins
            libqt5serialport-qmlplugins
            libqt5serialport5
            libqt5svg-examples
            libqt5svg-plugins
            libqt5svg-qmlplugins
            libqt5svg5
            libqt5virtualkeyboard-plugins
            libqt5virtualkeyboard-qmlplugins
            libqt5virtualkeyboard5
            libqt5webchannel-plugins
            libqt5webchannel-qmlplugins
            libqt5webchannel5
            libreadline-dev
            libreadline8
            libstdc++-dev
            libstdc++6
            libunistring2
            m4-dev
            m4
            make
            nettle
            parted
            piglit
            qt3d-plugins
            qt3d-qmlplugins
            qt3d
            qtbase-examples
            qtbase-plugins
            qtbase-qmlplugins
            qtbase
            qtconnectivity-plugins
            qtconnectivity-qmlplugins
            qtconnectivity
            qtdeclarative-plugins
            qtdeclarative-qmlplugins
            qtdeclarative-tools
            qtdeclarative
            qtgraphicaleffects-qmlplugins
            qtlocation-examples
            qtlocation-plugins
            qtlocation-qmlplugins
            qtlocation
            qtmultimedia-examples
            qtmultimedia-plugins
            qtmultimedia-qmlplugins
            qtmultimedia
            qtquick3d-plugins
            qtquick3d-qmlplugins
            qtquick3d
            qtquics-qmlplugins.control
            qtquics2-plugins.control
            qtquics2-qmlplugins.control
            qtquics2.control
            qtscript-examples
            qtscript-plugins
            qtscript-qmlplugins
            qtscript
            qtwayland-examples
            qtwayland-plugins
            qtwayland-qmlplugins
            qtwayland
            tar
            which

    If you do not wish to distribute GPL-3.0 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  ] Finished Print notice about GPLv3 packages.
    [  OK  ] Started EdgeAI OOB demos.
    [  OK  ] Reached target Multi-User System.
    [  OK  ] Reached target Graphical Interface.
             Starting Record Runlevel Change in UTMP...
    [  OK  ] Finished Record Runlevel Change in UTMP.
    [   12.839731] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
    [   12.848262] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [   13.114874] kauditd_printk_skb: 2 callbacks suppressed
    [   13.114888] audit: type=1701 audit(1707169276.079:12): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=1222 comm="edgeai-gui-app" exe="/usr/bin/edgeai-gui-app" sig=6 res=1
    [   13.173322] audit: type=1334 audit(1707169276.135:13): prog-id=13 op=LOAD
    [   13.180292] audit: type=1334 audit(1707169276.143:14): prog-id=14 op=LOAD

  • Ok so we are getting similar results, I am still working on figuring out why on my end. I did notice that your dmesg is loading 'mmcblk0'. Did you modify anything else that may have resulted in that? Additionally can you check if the host name in sdio_rebind.sh has am62axx- evm and not am62xx-evm?

  • About mmcblk0, no i don't touch that part. I juts added networkManager and ModemManager to the image.

    root@am62axx-evm:/opt/edgeai-gst-apps# nmcli general hostname
    am62axx-evm
    root@am62axx-evm:/opt/edgeai-gst-apps# cat /usr/share/cc33xx/
    __cc33xx_ble_adv_gatt_server.sh  kill_bluez.sh                    sta_add.sh                       sta_stop.sh
    ap_start.sh                      load_cc33xx.sh                   sta_connect-ex-dhcp.sh           udhcpd.conf
    ap_stop.sh                       provisioning_start_ble.sh        sta_connect-ex.sh                unload_cc33xx.sh
    ble_enable.sh                    provisioning_start_wlan.sh       sta_connect.sh                   wifible_provisioning_demo/
    bt_agent.exp                     sdio_rebind.sh                   sta_remove.sh                    wpa_supplicant.conf
    hostapd.conf                     set_power_mode.sh                sta_start.sh                     wpa_supplicant2.conf
    root@am62axx-evm:/opt/edgeai-gst-apps# cat /usr/share/cc33xx/sdio_rebind.sh
    #!/bin/sh

    host=$(cat /etc/hostname)

    if [ "$host" = "am62xx-evm" ]; then
            CC33XX_MMC_DEVICE="fa20000.mmc"
            CC33XX_MMC_DRIVER="sdhci-am654"
    else
            CC33XX_MMC_DEVICE="481d8000.mmc"
            CC33XX_MMC_DRIVER="sdhci-omap"
    fi

    echo  "$CC33XX_MMC_DEVICE" > /sys/bus/platform/drivers/"$CC33XX_MMC_DRIVER"/unbind
    sleep 1
    echo  "$CC33XX_MMC_DEVICE" > /sys/bus/platform/drivers/"$CC33XX_MMC_DRIVER"/bind

    # Workaround for systemd-networkd not initializing default STA role after
    # SDIO rebind (root-cause still pending).
    sleep 3

  • If i change the name with the correct hostname in the script i have this

    root@am62axx-evm:/opt/edgeai-gst-apps# vi /usr/share/cc33xx/sdio_rebind.sh
    root@am62axx-evm:/opt/edgeai-gst-apps# /usr/share/cc33xx/sdio_rebind.sh
    [ 1393.893426] mmc2: CQHCI version 5.10
    [ 1393.936742] mmc2: SDHCI controller on fa20000.mmc [fa20000.mmc] using ADMA 64-bit
    Done
    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: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
        link/ether 1c:63:49:15:93:5b brd ff:ff:ff:ff:ff:ff
        inet 192.168.44.2/23 metric 1024 brd 192.168.45.255 scope global dynamic eth0
           valid_lft 86393sec preferred_lft 86393sec
    3: wwan0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN group default qlen 1000
        link/none
        inet 10.227.101.111/27 brd 10.227.101.127 scope global noprefixroute wwan0
           valid_lft forever preferred_lft forever

  • What do you get from lsmod and ifconfig? Also if you reboot and run dmesg | grep mmc and dmesg | grep wlcore?

  • After a reboot

    root@am62axx-evm:/opt/edgeai-gst-apps# dmesg | grep mmc
    [    1.492834] mmc0: CQHCI version 5.10
    [    1.532736] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    1.638097] mmc0: Command Queue Engine enabled
    [    1.642560] mmc0: new HS200 MMC card at address 0001
    [    1.662642] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
    [    1.669726]  mmcblk0: p1 p2
    [    1.673198] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
    [    1.679080] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
    [    1.684852] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
    [    1.831461] mmc2: CQHCI version 5.10
    [    1.835586] mmc1: CQHCI version 5.10
    [    1.876639] mmc2: SDHCI controller on fa20000.mmc [fa20000.mmc] using ADMA 64-bit
    [    1.882162] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    1.947663] mmc1: new ultra high speed SDR104 SDHC card at address 59b4
    [    1.954864] mmcblk1: mmc1:59b4 USD00 29.5 GiB
    [    1.964133]  mmcblk1: p1 p2
    [    2.010159] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
    [    4.163436] EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none.
    root@am62axx-evm:/opt/edgeai-gst-apps# ifconfig
    eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
            inet 192.168.44.2  netmask 255.255.254.0  broadcast 192.168.45.255
            ether 1c:63:49:15:93:5b  txqueuelen 1000  (Ethernet)
            RX packets 941  bytes 348787 (340.6 KiB)
            RX errors 0  dropped 79  overruns 0  frame 0
            TX packets 14  bytes 1857 (1.8 KiB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
            inet 127.0.0.1  netmask 255.0.0.0
            inet6 ::1  prefixlen 128  scopeid 0x10<host>
            loop  txqueuelen 1000  (Local Loopback)
            RX packets 178  bytes 13938 (13.6 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 178  bytes 13938 (13.6 KiB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    wwan0: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST>  mtu 1500
            inet 10.227.101.111  netmask 255.255.255.224  destination 10.227.101.111
            unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  txqueuelen 1000  (UNSPEC)
            RX packets 0  bytes 0 (0.0 B)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 8  bytes 335 (335.0 B)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    root@am62axx-evm:/opt/edgeai-gst-apps# dmesg | grep wlcore
    root@am62axx-evm:/opt/edgeai-gst-apps# ifconfig
    eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
            inet 192.168.44.2  netmask 255.255.254.0  broadcast 192.168.45.255
            ether 1c:63:49:15:93:5b  txqueuelen 1000  (Ethernet)
            RX packets 2200  bytes 837988 (818.3 KiB)
            RX errors 0  dropped 164  overruns 0  frame 0
            TX packets 14  bytes 1857 (1.8 KiB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
            inet 127.0.0.1  netmask 255.0.0.0
            inet6 ::1  prefixlen 128  scopeid 0x10<host>
            loop  txqueuelen 1000  (Local Loopback)
            RX packets 178  bytes 13938 (13.6 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 178  bytes 13938 (13.6 KiB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    wwan0: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST>  mtu 1500
            inet 10.227.101.111  netmask 255.255.255.224  destination 10.227.101.111
            unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  txqueuelen 1000  (UNSPEC)
            RX packets 0  bytes 0 (0.0 B)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 26  bytes 1415 (1.3 KiB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    root@am62axx-evm:/opt/edgeai-gst-apps# lsmod
    Module                  Size  Used by
    qmi_wwan               32768  0
    option                 57344  3
    usb_wwan               20480  1 option
    cdc_wdm                24576  2 qmi_wwan
    usbserial              36864  8 usb_wwan,option
    usbnet                 36864  1 qmi_wwan
    overlay               122880  0
    rpmsg_ctrl             16384  0
    rpmsg_char             16384  1 rpmsg_ctrl
    xhci_plat_hcd          16384  0
    cdns_csi2rx            20480  0
    v4l2_fwnode            20480  1 cdns_csi2rx
    snd_soc_hdmi_codec     20480  0
    dwc3                   98304  1
    cfg80211              385024  0
    bluetooth             548864  2
    ecdh_generic           16384  1 bluetooth
    ecc                    36864  1 ecdh_generic
    rfkill                 24576  3 bluetooth,cfg80211
    snd_soc_simple_card    20480  0
    crct10dif_ce           16384  1
    snd_soc_simple_card_utils    24576  1 snd_soc_simple_card
    k3_j72xx_bandgap       16384  0
    rtc_ti_k3              16384  1
    e5010_jpeg_enc         40960  0
    wave5                  94208  0
    j721e_csi2rx           24576  0
    ti_k3_r5_remoteproc    28672  0
    dwc3_am62              16384  0
    videobuf2_dma_contig    20480  3 j721e_csi2rx,e5010_jpeg_enc,wave5
    v4l2_mem2mem           36864  2 e5010_jpeg_enc,wave5
    videobuf2_memops       16384  1 videobuf2_dma_contig
    sii902x                20480  0
    ti_k3_dsp_remoteproc    16384  0
    videobuf2_v4l2         32768  4 j721e_csi2rx,v4l2_mem2mem,e5010_jpeg_enc,wave5
    tidss                  61440  0
    videobuf2_common       57344  7 j721e_csi2rx,videobuf2_dma_contig,videobuf2_v4l2,v4l2_mem2mem,e5010_jpeg_enc,wave5,videobuf2_memops
    v4l2_async             24576  3 v4l2_fwnode,j721e_csi2rx,cdns_csi2rx
    display_connector      16384  0
    virtio_rpmsg_bus       20480  0
    drm_dma_helper         20480  1 tidss
    snd_soc_davinci_mcasp    32768  2
    snd_soc_tlv320aic3x_i2c    16384  1
    tps6598x               20480  0
    snd_soc_ti_udma        16384  1 snd_soc_davinci_mcasp
    snd_soc_ti_edma        16384  1 snd_soc_davinci_mcasp
    typec                  73728  1 tps6598x
    rpmsg_ns               16384  1 virtio_rpmsg_bus
    ti_k3_common           16384  1 ti_k3_dsp_remoteproc
    snd_soc_tlv320aic3x    77824  1 snd_soc_tlv320aic3x_i2c
    videodev              245760  8 v4l2_async,j721e_csi2rx,videobuf2_v4l2,cdns_csi2rx,videobuf2_common,v4l2_mem2mem,e5010_jpeg_enc,wave5
    sa2ul                  36864  0
    drm_kms_helper        184320  5 sii902x,drm_dma_helper,display_connector,tidss
    snd_soc_ti_sdma        16384  1 snd_soc_davinci_mcasp
    syscopyarea            16384  1 drm_kms_helper
    mc                     57344  7 v4l2_async,videodev,j721e_csi2rx,videobuf2_v4l2,cdns_csi2rx,videobuf2_common,v4l2_mem2mem
    cdns_dphy_rx           16384  0
    optee_rng              16384  0
    sysfillrect            16384  1 drm_kms_helper
    sysimgblt              16384  1 drm_kms_helper
    fb_sys_fops            16384  1 drm_kms_helper
    rng_core               20480  1 optee_rng
    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

  • Ok thank you! Please allow me some time to continue trying on my end and I will update you tomorrow on my progress.

    Corinne

  • Hi Mickael,

    Just wanted to let you know that I believe I have solved the problem and should have a solution for you tomorrow once I have had a chance to further validate. I really appreciate your patience.

    Corinne

  • Hi Mickael,

    Just to update you I am still working on figuring out why this is working on SDK 9.00 and not SDK 9.01. I will reach out beginning of next week with an update.

  • Hi Corinne,

    Ok thank you for the update ! I hope you will find the issue !!!

  • Hi Corinne, did you make some progress ?