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.

SK-AM62: How to change from SBL boot to SPL boot in AM62x sk evm

Part Number: SK-AM62

Tool/software:

I sucesfully performed "Flash an example application" on "https://software-dl.ti.com/mcu-plus-sdk/esd/AM62X/latest/exports/docs/api_guide_am62x/GETTING_STARTED_FLASH.html" and now only OSPI boot mode is working.

If i do "SOC Initialization Using SPL" , i can't use SD card boot mode to boot the board. I think now the board is booting only from SBL. i want to change into SPL again. How to do it?

Board used - am62x sk evm (GP)
Linux sdk - 09.02.01.09
mcu+sdk - 09_02_00_38

  • Hello,

    May I know what exact steps you followed for "SoC Initialization Using SPL"?

    Regards,

    Prashnt

  • Did you prepare the SD card with Linux image? If you did, could you share a screenshot showing the SD card contents of the first partition?

  • Hi It's Tharusha here,

    This the the boot partition in the sd card.

  • This is the boot log in terminal

    SYSFW Firmware Version 9.2.7--v09.02.07 (Kool Koala)
    SYSFW Firmware revision 0x9
    SYSFW ABI revision 3.1
    
    [BOOTLOADER_PROFILE] Boot Media : FLASH
    [BOOTLOADER_PROFILE] Boot Media Clock : 166.667 MHz
    [BOOTLOADER_PROFILE] Boot Image Size : 184 KB
    [BOOTLOADER_PROFILE] Cores present :
    m4f0-0
    r5f0-0
    [BOOTLOADER PROFILE] System_init : 4674us
    [BOOTLOADER PROFILE] Board_init : 0us
    [BOOTLOADER PROFILE] Drivers_open : 298us
    [BOOTLOADER PROFILE] Board_driversOpen : 6942us
    [BOOTLOADER PROFILE] Sciclient Get Version : 10203us
    [BOOTLOADER PROFILE] App_waitForMcuPbist : 4831us
    [BOOTLOADER PROFILE] App_waitForMcuLbist : 7689us
    [BOOTLOADER PROFILE] App_loadImages : 9326us
    [BOOTLOADER PROFILE] App_loadSelfcoreImage : 885us
    [BOOTLOADER_PROFILE] SBL Total Time Taken : 44852us
    
    Image loading done, switching to application ...
    Starting MCU-m4f and 2nd stage bootloader
    
    SYSFW Firmware Version 9.2.7--v09.02.07 (Kool Koala)
    SYSFW Firmware revision 0x9
    SYSFW ABI revision 3.1
    
    [BOOTLOADER_PROFILE] Boot Media : FLASH
    [BOOTLOADER_PROFILE] Boot Media Clock : 166.667 MHz
    [BOOTLOADER_PROFILE] Boot Image Size : 1042 KB
    [BOOTLOADER_PROFILE] Cores present :
    hsm-m4f0-0
    r5f0-0
    a530-0
    [BOOTLOADER PROFILE] System_init : 2848us
    [BOOTLOADER PROFILE] Board_init : 1us
    [BOOTLOADER PROFILE] Drivers_open : 365us
    [BOOTLOADER PROFILE] Board_driversOpen : 28041us
    [BOOTLOADER PROFILE] Sciclient Get Version : 10247us
    [BOOTLOADER PROFILE] App_loadImages : 263us
    [BOOTLOADER PROFILE] App_loadSelfcoreImage : 2703us
    [BOOTLOADER PROFILE] App_loadLinuxImages : 4992us
    [BOOTLOADER_PROFILE] SBL Total Time Taken : 49462us
    
    Image loading done, switching to application ...
    Starting linux and RTOS/Baremetal applications
    NOTICE: BL31: v2.10.0(release):v2.10.0-367-g00f1ec6b87-dirty
    NOTICE: BL31: Built : 16:09:05, Feb 9 2024
    
    U-Boot SPL 2023.04-ti-gf9b966c67473 (Mar 19 2024 - 20:31:40 +0000)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.7--v09.02.07 (Kool Koala)')
    SPL initial stack usage: 1856 bytes
    Trying to boot from SPI
    Warning: Detected image signing certificate on GP device. Skipping certificate t o prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate t o prevent boot failure. This will fail if the image was also encrypted
    
    
    U-Boot 2023.04-ti-gf9b966c67473 (Mar 19 2024 - 20:31:40 +0000)
    
    SoC: AM62X SR1.0 GP
    Model: Texas Instruments AM625 SK
    EEPROM not available at 80, trying to read at 81
    Board: AM62-SKEVM rev E3
    DRAM: 2 GiB
    Core: 72 devices, 32 uclasses, devicetree: separate
    MMC: mmc@fa10000: 0, mmc@fa00000: 1
    Loading Environment from nowhere... OK
    In: serial
    Out: serial
    Err: serial
    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'
    574 bytes read in 15 ms (37.1 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    ## Error: "main_cpsw0_qsgmii_phyinit" not defined
    15442432 bytes read in 415 ms (35.5 MiB/s)
    59546 bytes read in 17 ms (3.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.80-rt26-ti-rt-g3c08dbfd7bfd (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT_RT Wed Mar 20 14:44:35 UTC 2024
    [ 0.000000] Machine model: Texas Instruments AM625 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 0x00000000f7600000, size 128 MiB
    [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
    [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009c800000, size 3 MiB
    [ 0.000000] OF: reserved mem: initialized node ipc-memories@9c800000, compatible id shared-dma-pool
    [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009cb00000, size 1 MiB
    [ 0.000000] OF: reserved mem: initialized node m4f-dma-memory@9cb00000, compatible id shared-dma-pool
    [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009cc00000, size 14 MiB
    [ 0.000000] OF: reserved mem: initialized node m4f-memory@9cc00000, compatible id shared-dma-pool
    [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009da00000, size 1 MiB
    [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@9da00000, compatible id shared-dma-pool
    [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009db00000, size 12 MiB
    [ 0.000000] OF: reserved mem: initialized node r5f-memory@9db00000, compatible id shared-dma-pool
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
    [ 0.000000] DMA32 empty
    [ 0.000000] Normal empty
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x0000000080000000-0x000000009c7fffff]
    [ 0.000000] node 0: [mem 0x000000009c800000-0x000000009e6fffff]
    [ 0.000000] node 0: [mem 0x000000009e700000-0x000000009e77ffff]
    [ 0.000000] node 0: [mem 0x000000009e780000-0x000000009fffffff]
    [ 0.000000] node 0: [mem 0x00000000a0000000-0x00000000ff6fffff]
    [ 0.000000] node 0: [mem 0x00000000ff700000-0x00000000fffeffff]
    [ 0.000000] node 0: [mem 0x00000000ffff0000-0x00000000ffffffff]
    [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
    [ 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 20 pages/cpu s44928 r8192 d28800 u81920
    [ 0.000000] Detected VIPT I-cache on CPU0
    [ 0.000000] CPU features: detected: GIC system register CPU interface
    [ 0.000000] CPU features: kernel page table isolation disabled by kernel configuration
    [ 0.000000] CPU features: detected: ARM erratum 845719
    [ 0.000000] alternatives: applying boot alternatives
    [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 516096
    [ 0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=spi-nand0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),98048k@32m(ospi.rootfs),256k@130816k(ospi.phypattern);omap2-nand.0:2m(NAND.tiboot3),2m(NAND.tispl),2m(NAND.tiboot3.backup),4m(NAND.u-boot),256k(NAND.u-boot-env),256k(NAND.u-boot-env.backup),-(NAND.file-system) root=PARTUUID=d2c3753a-02 rw rootfstype=ext4 rootwait
    [ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
    [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [ 0.000000] Memory: 1846960K/2097152K available (9792K kernel code, 1192K rwdata, 2244K rodata, 1728K init, 422K bss, 119120K reserved, 131072K 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 restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
    [ 0.000000] rcu: RCU_SOFTIRQ processing moved to rcuc kthreads.
    [ 0.000000] No expedited grace period (rcu_normal_after_boot).
    [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
    [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=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: 0xffff800008411560
    [ 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 @80800000 (flat, esz 8, psz 64K, shr 0)
    [ 0.000000] ITS: using cache flushing for cmd queue
    [ 0.000000] GICv3: using LPI property table @0x0000000080030000
    [ 0.000000] GIC: using cache flushing for LPI property table
    [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080040000
    [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
    [ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
    [ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
    [ 0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [ 0.000256] Console: colour dummy device 80x25
    [ 0.502617] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=200000)
    [ 0.502627] pid_max: default: 32768 minimum: 301
    [ 0.502732] LSM: Security Framework initializing
    [ 0.502876] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [ 0.502904] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [ 0.504875] rcu: Hierarchical SRCU implementation.
    [ 0.504882] rcu: Max phase no-delay instances is 400.
    [ 0.504934] printk: bootconsole [ns16550a0] printing thread started
    [ 0.557455] Platform MSI: msi-controller@1820000 domain created
    [ 0.557717] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [ 0.557809] EFI services will not be available.
    [ 0.558090] smp: Bringing up secondary CPUs ...
    [ 0.558946] Detected VIPT I-cache on CPU1
    [ 0.559075] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [ 0.559091] GICv3: CPU1: using allocated LPI pending table @0x0000000080050000
    [ 0.559155] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [ 0.609256] Detected VIPT I-cache on CPU2
    [ 0.609364] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [ 0.609376] GICv3: CPU2: using allocated LPI pending table @0x0000000080060000
    [ 0.609417] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [ 0.635375] Detected VIPT I-cache on CPU3
    [ 0.635473] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [ 0.635490] GICv3: CPU3: using allocated LPI pending table @0x0000000080070000
    [ 0.635520] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [ 0.635589] smp: Brought up 1 node, 4 CPUs
    [ 0.635595] SMP: Total of 4 processors activated.
    [ 0.669793] CPU features: detected: 32-bit EL0 Support
    [ 0.669797] CPU features: detected: CRC32 instructions
    [ 0.669850] CPU: All CPU(s) started at EL2
    [ 0.669858] alternatives: applying system-wide alternatives
    [ 0.671648] devtmpfs: initialized
    [ 0.683800] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
    [ 0.683827] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [ 0.690096] pinctrl core: initialized pinctrl subsystem
    [ 0.690815] DMI not present or invalid.
    [ 0.691427] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [ 0.723980] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [ 0.724318] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [ 0.724534] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [ 0.724636] audit: initializing netlink subsys (disabled)
    [ 0.724792] audit: type=2000 audit(0.722:1): state=initialized audit_enabled=0 res=1
    [ 0.725495] thermal_sys: Registered thermal governor 'step_wise'
    [ 0.725724] ASID allocator initialised with 65536 entries
    [ 0.737323] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@f0000/pinctrl@a40000/cpsw-cpts
    [ 0.750072] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [ 0.750083] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [ 0.750088] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [ 0.750091] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [ 0.750099] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [ 0.750101] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [ 0.750105] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [ 0.750108] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [ 0.755754] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
    [ 0.758184] iommu: Default domain type: Translated
    [ 0.758194] iommu: DMA domain TLB invalidation policy: strict mode
    [ 0.758594] SCSI subsystem initialized
    [ 0.759017] usbcore: registered new interface driver usbfs
    [ 0.759066] usbcore: registered new interface driver hub
    [ 0.759094] usbcore: registered new device driver usb
    [ 0.759659] pps_core: LinuxPPS API ver. 1 registered
    [ 0.759663] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [ 0.759686] PTP clock support registered
    [ 0.759850] EDAC MC: Ver: 3.0.0
    [ 0.760811] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fc9100
    [ 0.761196] FPGA manager framework
    [ 0.761324] Advanced Linux Sound Architecture Driver Initialized.
    [ 0.762438] clocksource: Switched to clocksource arch_sys_counter
    [ 0.762734] VFS: Disk quotas dquot_6.6.0
    [ 0.762827] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.770129] NET: Registered PF_INET protocol family
    [ 0.770489] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [ 0.772297] tcp_listen_portaddr_hash hash table entries: 1024 (order: 3, 40960 bytes, linear)
    [ 0.772365] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [ 0.772378] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [ 0.772622] TCP bind hash table entries: 16384 (order: 8, 1310720 bytes, linear)
    [ 0.774383] TCP: Hash tables configured (established 16384 bind 16384)
    [ 0.774686] UDP hash table entries: 1024 (order: 4, 98304 bytes, linear)
    [ 0.774880] UDP-Lite hash table entries: 1024 (order: 4, 98304 bytes, linear)
    [ H▒▒0.775332] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [ [ 1.036282] printk: console [ttyS2] enabled
    0.775905] RPC: Registered named UNIX socket transport module.
    [ 1.036283] printk: console [ttyS2] printing thread started
    [ 1.036288] printk: bootconsole [ns16550a0] disabled
    [ 1.046537] printk: bootconsole [ns16550a0] printing thread stopped
    [ 1.048296] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
    [ 1.082443] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [ 1.085142] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
    [ 1.085153] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver TI DP83867
    [ 1.085202] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [ 1.085471] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [ 1.085478] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
    [ 1.086156] pps pps0: new PPS source ptp0
    [ 1.086498] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
    [ 1.107356] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [ 1.111822] mmc0: CQHCI version 5.10
    [ 1.119089] pca953x 1-0022: supply vcc not found, using dummy regulator
    [ 1.119231] pca953x 1-0022: using AI
    [ 1.138006] spi-nor spi0.0: s28hs512t (65536 Kbytes)
    [ 1.138167] 7 fixed-partitions partitions found on MTD device fc40000.spi.0
    [ 1.138176] Creating 7 MTD partitions on "fc40000.spi.0":
    [ 1.138185] 0x000000000000-0x000000080000 : "ospi.tiboot3"
    [ 1.139819] 0x000000080000-0x000000280000 : "ospi.tispl"
    [ 1.141218] 0x000000280000-0x000000680000 : "ospi.u-boot"
    [ 1.142666] 0x000000680000-0x0000006c0000 : "ospi.env"
    [ 1.144043] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
    [ 1.145453] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
    [ 1.146852] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
    [ 1.153451] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [ 1.160897] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [ 1.161564] mmc1: CQHCI version 5.10
    [ 1.161703] mmc2: CQHCI version 5.10
    [ 1.164121] debugfs: Directory 'pd:186' with parent 'pm_genpd' already present!
    [ 1.169236] ti-sci-clk 44043000.system-controller:clock-controller: is_prepared failed for dev=81, clk=20, ret=-19
    [ 1.174940] ALSA device list:
    [ 1.174954] No soundcards found.
    [ 1.201835] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [ 1.203826] mmc2: SDHCI controller on fa20000.mmc [fa20000.mmc] using ADMA 64-bit
    [ 1.204188] Waiting for root device PARTUUID=d2c3753a-02...
    [ 1.209508] sdhci-am654 fa20000.mmc: card claims to support voltages below defined range
    [ 1.222699] mmc2: new high speed SDIO card at address 0001
    [ 1.262620] mmc1: new ultra high speed SDR104 SDHC card at address 0001
    [ 1.263489] mmcblk1: mmc1:0001 SD32G 29.1 GiB
    [ 1.265998] mmcblk1: p1 p2
    [ 1.318441] mmc0: Command Queue Engine enabled
    [ 1.318474] mmc0: new HS200 MMC card at address 0001
    [ 1.319497] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
    [ 1.321635] mmcblk0: p1 p2
    [ 1.322440] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
    [ 1.324007] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
    [ 1.325311] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
    [ 1.332284] EXT4-fs (mmcblk1p2): warning: mounting fs with errors, running e2fsck is recommended
    [ 1.338964] EXT4-fs (mmcblk1p2): recovery complete
    [ 1.339952] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
    [ 1.340046] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [ 1.341151] devtmpfs: mounted
    [ 1.342617] Freeing unused kernel memory: 1728K
    [ 1.342753] Run /sbin/init as init process
    [ 1.664055] systemd[1]: System time before build time, advancing clock.
    [ 1.729089] NET: Registered PF_INET6 protocol family
    [ 1.730561] Segment Routing with IPv6
    [ 1.730599] In-situ OAM (IOAM) with IPv6
    [ 1.749689] 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)
    
    Welcome to Arago 2023.10!
    
    [ 1.750335] systemd[1]: Detected architecture arm64.
    [ 1.791622] systemd[1]: Hostname set to <am62xx-evm>.
    [ 1.973665] systemd-sysv-generator[182]: 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.172611] systemd[1]: Configuration file /lib/systemd/system/ti-apps-launcher.service is marked executable. Please remove executable permission bits. Proceeding anyway.
    [ 2.190208] systemd[1]: Configuration file /lib/systemd/system/seva-launcher.service is marked executable. Please remove executable permission bits. Proceeding anyway.
    [ 2.288014] 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.
    [ 2.342556] 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.
    [ 2.407639] systemd[1]: Queued start job for default target Graphical Interface.
    [ OK ] Created slice Slice /system/getty 2.445789] systemd[1]: Created slice Slice /system/getty.
    0m.
    [ OK ] Created slice Slice /system/modprob[ 2.462757] systemd[1]: Created slice Slice /system/modprobe.
    e.
    [ OK ] Created slice Slice /system/serial-[ 2.478647] systemd[1]: Created slice Slice /system/serial-getty.
    getty.
    [ OK ] Created slice User and Session Slic[ 2.494864] systemd[1]: Created slice User and Session Slice.
    e.
    [ OK ] Started Dispatch Password …ts to [ 2.510079] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    Console Directory Watch.
    [ OK ] Started Forward Password R…uests [ 2.526940] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    to Wall Directory Watch.
    [ OK ] Reached target Path Units.
    [ 2.546075] systemd[1]: Reached target Path Units.
    [ OK ] Reached target Remote File Systems systemd[1]: Reached target Remote File Systems.
    [0m.
    [ OK ] Reached target Slice Units.
    [ 2.570623] systemd[1]: Reached target Slice Units.
    [ OK ] Reached target Swaps.
    [ 2.581250] systemd[1]: Reached target Swaps.
    [ OK ] Listening on RPCbind Server Activat[ 2.596044] systemd[1]: Listening on RPCbind Server Activation Socket.
    ion Socket.
    [ OK ] Reached target RPC Port Mapper.[ 2.611737] systemd[1]: Reached target RPC Port Mapper.
    
    [ OK ] Listening on Process Core Dump Sock[ 2.632809] systemd[1]: Listening on Process Core Dump Socket.
    et.
    [ OK ] Listening on initctl Compatibility [ 2.648131] systemd[1]: Listening on initctl Compatibility Named Pipe.
    Named Pipe.
    [ OK ] Listening on Journal Audit Socket 2.664679] systemd[1]: Listening on Journal Audit Socket.
    0m.
    [ OK ] Listening on Journal Socket (/dev/l[ 2.679413] systemd[1]: Listening on Journal Socket (/dev/log).
    og).
    [ 2.694382] systemd[1]: Listening on Journal Socket.
    [ OK ] Listening on Journal Socket.
    [ OK ] Listening on Network Service Netlin[ 2.706688] systemd[1]: Listening on Network Service Netlink Socket.
    k Socket.
    [ 2.723396] systemd[1]: Listening on udev Control Socket.
    [ OK ] Listening on udev Control Socket.
    [ 2.738270] systemd[1]: Listening on udev Kernel Socket.
    [ OK ] Listening on udev Kernel Socket.
    [ 2.753298] systemd[1]: Listening on User Database Manager Socket.
    [ OK ] Listening on User Database Manager Socket.
    [ 2.794135] systemd[1]: Mounting Huge Pages File System...
    Mounting Huge Pages File System...
    Mounting POSIX Message Queue File System..[ 2.810042] systemd[1]: Mounting POSIX Message Queue File System...
    .
    Mounting Kernel Debug File System...
    [ 2.828971] systemd[1]: Mounting Kernel Debug File System...
    [ 2.841077] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
    Mounting Temporary Directory /tmp...
    [ 2.877102] systemd[1]: Mounting Temporary Directory /tmp...
    Starting Create List of Static Device Nodes 2.894626] systemd[1]: Starting Create List of Static Device Nodes...
    m...
    Starting Load Kernel Module configfs...
    [ 2.921594] systemd[1]: Starting Load Kernel Module configfs...
    Starting Load Kernel Module drm...
    [ 2.938551] systemd[1]: Starting Load Kernel Module drm...
    Starting Load Kernel Module fuse...
    [ 2.955074] systemd[1]: Starting Load Kernel Module fuse...
    [ 2.971039] fuse: init (API version 7.37)
    Starting Start psplash boot splash screen.[ 2.988634] systemd[1]: Starting Start psplash boot splash screen...
    ..
    Starting RPC Bind...
    [ 3.010856] systemd[1]: Starting RPC Bind...
    [ 3.026973] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
    Starting Journal Service...
    [ 3.028647] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
    [ 3.028679] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
    [ 3.035228] systemd[1]: Starting Journal Service...
    Starting Load Kernel Modules...
    [ 3.078608] systemd[1]: Starting Load Kernel Modules...
    Starting Generate network …ts from Kernel co[ 3.095492] systemd[1]: Starting Generate network units from Kernel command line...
    mmand line...
    [ 3.108763] cryptodev: loading out-of-tree module taints kernel.
    [ 3.111195] cryptodev: driver 1.12 loaded.
    [ 3.127234] systemd[1]: Starting Remount Root and Kernel File Systems...
    Starting Remount Root and Kernel File Systems...
    Starting Coldplug All udev Devices...
    [ 3.156544] systemd[1]: Starting Coldplug All udev Devices...
    [ 3.166853] EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none.
    [ OK ] Started Start psplash boot splash s[ 3.187907] systemd[1]: Started Start psplash boot splash screen.
    creen.
    [ 3.203375] systemd[1]: Started RPC Bind.
    [ OK ] Started RPC Bind.
    [ OK ] Started Journal Service.
    [ 3.214569] systemd[1]: 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.
    [ 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...
    [ OK ] Started Start psplash-syst…progress communication helper.
    Starting Flush Journal to Persistent Storage...
    Starting Apply Kernel Variables...
    [ 3.463879] systemd-journald[194]: Received client request to flush runtime journal.
    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...
    Starting Rule-based Manage…for Device Events and Files...
    [ 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 Coldplug All udev Devices.
    [ 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.
    [ 3.974510] random: crng init done
    [ OK ] Finished Load/Save Random Seed.
    [ OK ] Found device /dev/ttyS2.
    [ 4.249850] mc: Linux media interface: v0.10
    [ 4.290722] videodev: Linux video capture interface: v2.00
    [ 4.351074] k3-m4-rproc 5000000.m4fss: assigned reserved memory node m4f-dma-memory@9cb00000
    [ 4.354736] k3-m4-rproc 5000000.m4fss: configured M4 for IPC-only mode
    [ 4.354898] remoteproc remoteproc0: 5000000.m4fss is available
    [ 4.355010] remoteproc remoteproc0: attaching to 5000000.m4fss
    [ 4.389017] k3-m4-rproc 5000000.m4fss: M4 initialized in IPC-only mode
    [ 4.389081] rproc-virtio rproc-virtio.0.auto: assigned reserved memory node m4f-dma-memory@9cb00000
    [ OK ] Started Network Time Synchronizatio[ 4.389360] rproc-virtio rproc-virtio.0.auto: registered virtio0 (type 7)
    n.
    [ 4.389372] remoteproc remoteproc0: remote processor 5000000.m4fss is now attached
    [ OK ] Reached target System Initializatio[ 4.405917] rtc-ti-k3 2b1f0000.rtc: [Hardware Error]: Erratum i2327 unlock QUIRK! Cannot operate!!
    n.
    [ 4.405976] rtc-ti-k3: probe of 2b1f0000.rtc failed with error -14
    [ OK ] Started Daily Cleanup of Temporary [ 4.449148] systemd-journald[194]: Oldest entry in /run/log/journal/7a22396c5c8a4cca938af5ef460f9bb3/system.journal is older than the configured file retention duration (1month), suggesting rotation.
    Directories.
    [ 4.449173] systemd-journald[194]: /run/log/journal/7a22396c5c8a4cca938af5ef460f9bb3/system.journal: Journal header limits reached or header out-of-date, rotating.
    [ 4.510224] virtio_rpmsg_bus virtio0: rpmsg host is online
    [ OK ] Reached target System Time Set.[ 4.510685] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
    
    [ OK ] Started Daily rotation of log files[ 4.510886] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
    .
    [ 4.624915] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [ OK ] Reached target Timer Units.[ 4.625168] platform 78000000.r5f: configured R5F for IPC-only mode
    
    [ 4.625401] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@9da00000
    [ 4.651770] remoteproc remoteproc1: 78000000.r5f is available
    [ 4.651876] remoteproc remoteproc1: attaching to 78000000.r5f
    [ 4.651911] Unable to handle kernel paging request at virtual address ffff80000cffffff
    [ 4.651918] Mem abort info:
    [ 4.651921] ESR = 0x0000000096000006
    [ 4.651924] EC = 0x25: DABT (current EL), IL = 32 bits
    [ 4.655097] SET = 0, FnV = 0
    [ 4.655109] EA = 0, S1PTW = 0
    [ 4.655112] FSC = 0x06: level 2 translation fault
    [ 4.655116] Data abort info:
    [ 4.655118] ISV = 0, ISS = 0x00000006
    [ 4.655121] CM = 0, WnR = 0
    [ 4.655125] swapper pgtable: 4k pages, 48-bit VAs, pgdp=0000000082bd4000
    [ 4.655132] [ffff80000cffffff] pgd=10000000fffff003, p4d=10000000fffff003, pud=10000000ffffe003, pmd=0000000000000000
    [ 4.655153] Internal error: Oops: 0000000096000006 [#1] PREEMPT_RT SMP
    [ 4.655160] Modules linked in: display_connector(+) dwc3_am62(+) ti_k3_r5_remoteproc(+) virtio_rpmsg_bus rti_wdt rpmsg_ns k3_j72xx_bandgap rtc_ti_k3 j721e_csi2rx videobuf2_dma_contig tidss sii902x videobuf2_memops ti_k3_m4_remoteproc videobuf2_v4l2 drm_dma_helper videobuf2_common ti_k3_common v4l2_async drm_kms_helper videodev tps6598x syscopyarea sysfillrect snd_soc_tlv320aic3x_i2c snd_soc_davinci_mcasp sysimgblt mc mcrc typec sa2ul snd_soc_tlv320aic3x fb_sys_fops snd_soc_ti_udma snd_soc_ti_edma cdns_dphy_rx snd_soc_ti_sdma pruss cryptodev(O) fuse drm drm_panel_orientation_quirks ipv6
    [ 4.655301] CPU: 0 PID: 231 Comm: systemd-udevd Tainted: G O 6.1.80-rt26-ti-rt-g3c08dbfd7bfd #1
    [ 4.655309] Hardware name: Texas Instruments AM625 SK (DT)
    [ 4.655313] pstate: 00000005 (nzcv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
    [ 4.655321] pc : 0xffff800008989aac
    [ 4.655326] lr : 0xffff800008780010
    [ 4.655329] sp : ffff00000486f820
    [ 4.655335] x29: ffff00000486f820 x28: ffff00000325dd00 x27: ffff000004a73580
    [ 4.655345] x26: ffffffffffffffff x25: ffff80000d000000 x24: ffff800008b59f28
    [ 4.655353] x23: ffff00000325d838 x22: 0000000000000000 x21: ffff800008e99fe0
    [ 4.655362] x20: ffff00000325d800 x19: 0000000000000000 x18: fffffffffffe6668
    [ 4.655370] x17: 0000000000000001 x16: 000031680b3ce872 x15: ffffffffffffffff
    [ 4.655383] x14: ffffffffffffffff x13: ffffffffffffffff x12: ffffffffffffffff
    [ 4.655391] x11: ffffffffffffffff x10: ffffffffffffffff x9 : ffffffffffffffff
    [ 4.655400] x8 : ffffffffffffffff x7 : ffffffffffffffff x6 : ffffffffffffffff
    [ 4.655407] x5 : ffff000005430e00 x4 : ffff80000d000100 x3 : 00000000000000fd
    [ 4.655416] x2 : 00000000ffffffff x1 : ffff80000d000003 x0 : ffff80000d000000
    [ 4.655429] Call trace:
    [ 4.655432] 0xffff800008989aac
    [ 4.655437] 0xffff800008780010
    [ 4.655440] 0xffff800008780314
    [ 4.655443] 0xffff800000ba2f2c
    [ 4.655445] 0xffff80000853a024
    [ 4.655448] 0xffff8000085377f8
    [ 4.655451] 0xffff800008537a84
    [ 4.655457] 0xffff800008537b5c
    [ 4.655461] 0xffff800008538330
    [ 4.655464] 0xffff800008535610
    [ 4.655467] 0xffff800008537274
    [ 4.655469] 0xffff800008536c0c
    [ 4.655472] 0xffff800008538c74
    [ 4.655474] 0xffff800008539cd4
    [ 4.655477] 0xffff800000ad201c
    [ 4.655479] 0xffff800008013960
    [ 4.655482] 0xffff8000080a6514
    [ 4.655485] 0xffff8000080a7f7c
    [ 4.655488] 0xffff8000080a8594
    [ 4.655491] 0xffff8000080a860c
    [ 4.655499] 0xffff80000801db1c
    [ 4.655502] 0xffff80000801dc10
    [ 4.655505] 0xffff80000898c120
    [ 4.655507] 0xffff80000898d5d4
    [ 4.655510] 0xffff800008011488
    [ 4.655521] Code: 128002b3 913bc021 97ffea60 1400002e (b87a6b20)
    [ 4.981537] ---[ end trace 0000000000000000 ]---
    [ 4.985348] sii902x 1-003b: supply iovcc not found, using dummy regulator
    [ 4.985753] sii902x 1-003b: supply cvcc12 not found, using dummy regulator
    [ 4.991055] i2c i2c-1: Added multiplexed i2c bus 3
    [ 5.040797] [drm] Initialized tidss 1.0.0 20180215 for 30200000.dss on minor 0
    [ 5.075745] PVR_K: 232: Device: fd00000.gpu
    [ 5.076068] PVR_K: 232: Read BVNC 33.15.11.3 from HW device registers
    [ 5.076247] PVR_K: 232: RGX Device registered with BVNC 33.15.11.3
    [ 5.079468] [drm] Initialized pvr 23.3.6512818 20170530 for fd00000.gpu on minor 1
    [ 5.119148] Console: switching to colour dummy device 80x25
    [ OK ] Listening on Avahi mDNS/DNS-SD Stac[ 5.131882] tidss 30200000.dss: [drm] Cannot find any crtc or sizes
    k Activation Socket.
    [ 5.148582] tidss 30200000.dss: [drm] Cannot find any crtc or sizes
    [ OK ] Listening on D-Bus System Message Bus Socket.
    Starting Docker Socket for the API...
    [ OK ] Listening on dropbear.socket.
    [ OK ] Listening on PC/SC Smart Card Daemon Activation Socket.
    Starting Weston socket...
    Starting D-Bus System Message Bus...
    Starting Reboot and dump vmcore via kexec...
    [ OK ] Listening on Docker Socket for the API.
    [ OK ] Listening on Weston socket.
    [ OK ] Finished Reboot and dump vmcore via kexec.
    [ OK ] Started D-Bus System Message Bus.
    [ OK ] Reached target Socket Units.
    [ OK ] Reached target Basic System.
    [ 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...
    [ 5.936958] remoteproc remoteproc2: 30074000.pru is available
    [ 5.972059] remoteproc remoteproc3: 30078000.pru is available
    Starting PulseAudio Sound System...
    Starting Expand the rootfs…ll size of the boot device....
    [ OK ] Started Seva Launcher Service.
    [ 6.125583] EXT4-fs error (device mmcblk1p2): ext4_mb_generate_buddy:1099: group 127, block bitmap and bg descriptor inconsistent: 32584 vs 32585 free clusters
    [ OK ] Started strongSwan IPsec I…IKEv2 daemon using ipsec.conf.
    Starting User Login Management...
    [ 6.272020] tps6598x 0-003f: Unable to find the interrupt, switching to polling
    [ OK ] Started TEE Supplicant.
    [ 6.310196] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [ 6.323338] cdns-csi2rx: probe of 30101000.csi-bridge failed with error -22
    Starting Telnet Server...
    [ OK ] Started ti-apps-launcher service.
    [ 6.375356] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [ 6.384346] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [ 6.386034] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
    [ 6.386106] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 1
    [ 6.386356] xhci-hcd xhci-hcd.3.auto: USB3 root hub has no ports
    [ 6.386369] xhci-hcd xhci-hcd.3.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000008000010010
    [ 6.388971] xhci-hcd xhci-hcd.3.auto: irq 430, io mem 0x31100000
    [ 6.393291] hub 1-0:1.0: USB hub found
    [ 6.393394] hub 1-0:1.0: 1 port detected
    [ 6.432305] Bluetooth: Core ver 2.22
    [ 6.434684] NET: Registered PF_BLUETOOTH protocol family
    [ 6.434703] Bluetooth: HCI device and connection manager initialized
    [ 6.434731] Bluetooth: HCI socket layer initialized
    [ 6.434743] Bluetooth: L2CAP socket layer initialized
    [ 6.434794] Bluetooth: SCO socket layer initialized
    [ OK ] Started DEMO.
    [ OK ] Finished IPv6 Packet Filtering Framework.
    [ OK ] Finished IPv4 Packet Filtering Framework.
    [ OK ] Finished Telnet Server.
    [ OK ] Finished Expand the rootfs…full size of the boot device..
    [ OK ] Started Telephony service.
    [ 6.845364] wl18xx_driver wl18xx.2.auto: Direct firmware load for ti-connectivity/wl1271-nvs.bin failed with error -2
    [ OK ] Started User Login Management.
    [ OK ] Reached target Preparation for Network.
    [ OK ] Reached target Hardware activated USB gadget.
    [ OK ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
    Starting Save/Restore Sound Card State...
    Starting Network Configuration...
    [ OK ] Finished Save/Restore Sound Card State.
    [ 7.229025] wlcore: wl18xx HW: 183x or 180x, PG 2.2 (ROM 0x11)
    [ OK ] Reached target Sound Card.
    [ 7.270293] wlcore: loaded
    Starting Load/Save RF Kill Switch Status...
    [ OK ] Started Load/Save RF Kill Switch Status.
    [ OK ] Started PulseAudio Sound System.
    [ OK ] Created slice Slice /system/systemd-fsck.
    [ OK ] Found device /dev/mmcblk0p2.
    [ OK ] Found device /dev/mmcblk0p1.
    Starting File System Check on /dev/mmcblk0p1...
    Starting File System Check on /dev/mmcblk0p2...
    [ OK ] Started Network Configuration.
    Starting Network Name Resolution...
    [ OK ] Finished File System Check on /dev/mmcblk0p1.
    Mounting /run/media/mmcblk0p1...
    [ OK ] Finished File System Check on /dev/mmcblk0p2.
    Mounting /run/media/mmcblk0p2...
    [ OK ] Mounted /run/media/mmcblk0p1.
    [ 7.966651] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
    [ OK ] Mounted /run/media/mmcblk0p2.
    [ 8.188739] wlcore: PHY firmware version: Rev 8.2.0.0.245
    [ OK ] Found device /dev/mmcblk1p1.
    Starting File System Check on /dev/mmcblk1p1...
    [ 8.276961] wlcore: firmware booted (Rev 8.9.0.0.86)
    [ 8.321239] am65-cpsw-nuss 8000000.ethernet eth1: PHY [8000f00.mdio:01] driver [TI DP83867] (irq=POLL)
    [ 8.330682] am65-cpsw-nuss 8000000.ethernet eth1: configuring for phy/rgmii-rxid link mode
    [ OK ] Started Network Name Resolution.
    [ OK ] Reached target Network.
    [ OK ] Reached target Host and Network Name L[ 8.359516] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    ookups.
    [ 8.372518] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    Starting Avahi mDNS/DNS-SD Stack...
    Starting Enable and configure wl18xx bluetooth stack...
    Starting containerd container runtime...
    [ OK ] Started GPIO configuration Service.
    [ 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...
    Starting Start WiFi and Connect Service...
    [ OK ] Finished Enable and configure wl18xx bluetooth stack.
    [ OK ] Finished Permit User Sessions.
    [ OK ] Started Getty on tty1.
    [ OK ] Started Serial Getty on ttyS2.
    [ OK ] Reached target Login Prompts.
    Starting Synchronize System and HW clocks...
    Starting Weston, a Wayland…ositor, as a system service...
    [ OK ] Started Avahi mDNS/DNS-SD Stack.
    [FAILED] Failed to start Synchronize System and HW clocks.
    See 'systemctl status sync-clocks.service' for details.
    [ OK ] Finished File System Check on /dev/mmcblk1p1.
    Mounting /run/media/boot-mmcblk1p1...
    Starting User Database Manager...
    [ OK ] Started User Database Manager.
    [ OK ] Created slice User Slice of UID 1000.
    Starting User Runtime Directory /run/user/1000...
    [ OK ] Finished User Runtime Directory /run/user/1000.
    Starting User Manager for UID 1000...
    [ 9.689987] audit: type=1006 audit(1717497108.000:2): pid=918 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
    [ 9.702718] audit: type=1300 audit(1717497108.000:2): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffe5d60c98 a2=4 a3=ffff83799020 items=0 ppid=1 pid=918 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)
    [ 9.729275] audit: type=1327 audit(1717497108.000:2): proctitle="(systemd)"
    [ OK ] Mounted /run/media/boot-mmcblk1p1.
    [ OK ] Started User Manager for UID 1000.
    [ OK ] Started Session c1 of User weston.
    [ 10.530570] audit: type=1006 audit(1717497108.841:3): pid=908 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
    [ 10.542991] audit: type=1300 audit(1717497108.841:3): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffe5d60c98 a2=4 a3=ffff83799020 items=0 ppid=1 pid=908 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=2 comm="(weston)" exe="/lib/systemd/systemd" key=(null)
    [ 10.569253] audit: type=1327 audit(1717497108.841:3): proctitle="(weston)"
    [ OK ] Started Simple Network Man…ement Protocol (SNMP) Daemon..
    [ 11.682272] PVR_K: 908: RGX Firmware image 'rgx.fw.33.15.11.3' loaded
    [ 11.699790] PVR_K: 908: Shader binary image 'rgx.sh.33.15.11.3' loaded
    [ OK ] Started Weston, a Wayland …mpositor, as a system service.
    [ OK ] Started containerd container runtime.
    [ 13.411456] ti-udma 485c0100.dma-controller: chan2 teardown timeout!
    [ 14.435473] ti-udma 485c0100.dma-controller: chan1 teardown timeout!
    
    _____ _____ _ _
    | _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
    | | _| .'| . | . | | __| _| . | | | -_| _| _|
    |__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
    |___| |___|
    
    Arago Project am62xx-evm -
    
    Arago 2023.10 am62xx-evm -
    
    am62xx-evm login: [ 16.650996] sh (1202): drop_caches: 1
    ***************************************************************
    ***************************************************************
    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
    grep
    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
    ***************************************************************
    ***************************************************************
    
    am62xx-evm login:

  • Hello,

    I see you are using GP device. In that case, you would need to delete the existing tiboot3.bin in the SD card 1st partition and copy tiboot3-am62x-gp-evm.bin as tiboot3.bin.

    Please refer: https://dev.ti.com/tirex/explore/content/am62x_academy_9_02_00_00_v1/_build_am62x_academy_9_02_00_00_v1/source/linux/ch-eval/eval-flash-sdcard.html#boot-sdcard-on-am62x-gp

  • Thank You Prashant your coperation.