PROCESSOR-SDK-AM62A: AM62A SBL SD Linux switch to emmc

Part Number: PROCESSOR-SDK-AM62A
Other Parts Discussed in Thread: UNIFLASH

Tool/software:

Hi,

I have successfully developed AM62A Linux on both SD boot and eMMC boot.
I referenced the MCU SDK sample sbl_sd_linux.
In hardware setup, both SD and eMMC use MMCSD.
Is it possible to modify the sbl_sd_linux sample to boot from eMMC by replacing the tiboot3.bin and spl.bin?
Alternatively, if there is a better method than sbl_emmc_linux_stage1, please let me know.
By the way, we use the firmware builder in the Edge AI solution.

Thanks.



  • Hello,

    THe SBL_SD_LINUX is for booting the the other images in the boot flow from the SD card. If you want boot from eMMC then you should use SBL_EMMC_LINUX.

    May I know why you want to mix things?

    Regards,

    Prashant

  • 1.In SBL_SD_LINUX, there are bootloader relative addresses like "/sd0/dm_r5_image" which load images from SoC and DDR memory. I tried to modify SBL_SD_LINUX MMCSD to eMMC but failed. What does the /sd0/ relative address mean?

    2.We set up the SPL boot from eMMC. If we use SBL_EMMC_LINUX, how can I copy and get all the files needed for the eMMC Boot Image Offset without usb DFU?

    Thanks.



  • Hello,

    I am not sure if you fully understand the usage of SBL_SD_LINUX & SBL_EMMC_LINUX.

    Please go through the respective documentation page to make sure you understand these bootloaders usage

    https://software-dl.ti.com/mcu-plus-sdk/esd/AM62AX/09_02_00_38/exports/docs/api_guide_am62ax/EXAMPLES_DRIVERS_SBL_SD_LINUX.html

    https://software-dl.ti.com/mcu-plus-sdk/esd/AM62AX/09_02_00_38/exports/docs/api_guide_am62ax/EXAMPLES_DRIVERS_SBL_EMMC_LINUX_MULTISTAGE.html

    In short, the SBL_SD_LINUX is used to boot the application images from SD card while the SBL_EMMC_LINUX is used to boot them from the eMMC. According to the boot media you are using, you should use one of them.

    Regards,

    Prashant

  • Hi,

    In the AM62A Vision Apps solution, the address mapping is different from the SBL_EMMC_LINUX sample codes.
    For example, this firmware builder command $make sbl_vision_apps_bootimage does not support the PDK and MCUSW folder for AM62A.
    I can build Vision Apps for U-Boot and tispl.bin.
    However, without the Jacinto firmware builder for AM62A, how can I build the SBL eMMC firmware like tiboot3.bin?
    I setup emmc spl on evm board and flash by sd, how to get the Vision Apps solution start address mapping as below?

    Thanks,

    ref:
    https://github.com/fredyzhang2018/startJacinto

    hs_boot_log.txt for OSPI sample mapping
    [ 5.933067] 8 cmdlinepart partitions found on MTD device 47040000.spi.0
    [ 5.939671] Creating 8 MTD partitions on "47040000.spi.0":
    [ 5.945180] 0x000000000000-0x000000080000 : "ospi.tiboot3"
    [ 5.951283] 0x000000080000-0x000000280000 : "ospi.tispl"
    [ 5.956954] 0x000000280000-0x000000680000 : "ospi.u-boot"
    [ 5.962753] 0x000000680000-0x0000006a0000 : "ospi.env"
    [ 5.968312] 0x0000006a0000-0x0000006c0000 : "ospi.env.backup"
    [ 5.974438] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw"
    [ 5.980267] 0x000000800000-0x000003fe0000 : "ospi.rootfs"
    [ 5.986087] 0x000003fe0000-0x000004000000 : "ospi.phypattern"
    [ 5.994346] spi-nor spi1.0: mt25qu512a (65536 Kbytes)


    boot_log_spl_emmc

    U-Boot SPL 2023.04-g999 (Apr 10 2024 - 10:07:27 +0000)
    
    am62a_init: preloader_console_init finish
    
    am62a_init: k3_sysfw_print_ver
    
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)')
    
    am62a_init: k3_sysfw_print_ver finish
    
    am62a_init: UCLASS_RAM get
    
    am62a_init: UCLASS_RAM got
    
    am62a_init: setup_qos write count 6
    
    am62a_init: setup_qos finish
    
    am62a_init: board_init_f done
    
    SPL initial stack usage: 17040 bytes
    
    SPL malloc() before relocation used 0x62b0 bytes (24 KB)
    
    ###Get stack position: use 8-byte alignment for ABI compliance
    
    ###memcpy
    
    ###memcpy finish
    
    ###dm_fixup_for_gd_move
    
    ###dm_fixup_for_gd_move finish
    
    ###return pointer
    
    ###board_init_r
    
    >>SPL: board_init_r()
    
    spl_init
    
    am62a_init: spl_boot_device: devstat = 0x43 bootmedia = 0x9 bootindex = 0
    
    Trying to boot from MMC1
    
    am62a_init: spl_boot_device: devstat = 0x43 bootmedia = 0x9 bootindex = 0
    
    Authentication passed
    
    am62a_init: spl_boot_device: devstat = 0x43 bootmedia = 0x9 bootindex = 0
    
    Authentication passed
    
    am62a_init: spl_boot_device: devstat = 0x43 bootmedia = 0x9 bootindex = 0
    
    Authentication passed
    
    am62a_init: spl_boot_device: devstat = 0x43 bootmedia = 0x9 bootindex = 0
    
    Authentication passed
    
    am62a_init: spl_boot_device: devstat = 0x43 bootmedia = 0x9 bootindex = 0
    
    Authentication passed
    
    Unsupported OS image.. Jumping nevertheless..
    
    ###bootstage_mark_name
    
    ###bootstage_mark_name finish
    
    ###spl_board_prepare_for_boot
    
    ###spl_board_prepare_for_boot finsh
    
    ###jump_to_image_no_args
    
    Starting ATF on ARM64 core...
    
    
    
    NOTICE:  BL31: v2.8(release):v2.8-226-g2fcd408bb3-dirty
    
    NOTICE:  BL31: Built : 00:42:57, Jan 13 2023
    
    
    
    U-Boot SPL 2023.04-g999 (Jul 03 2024 - 08:47:50 +0000)
    
    am62a_init: preloader_console_init finish
    
    am62a_init: k3_sysfw_print_ver
    
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)')
    
    am62a_init: k3_sysfw_print_ver finish
    
    am62a_init: setup_qos
    
    am62a_init: board_init_f done
    
    SPL malloc() before relocation used 0x2700 bytes (9 KB)
    
    >>SPL: board_init_r()
    
    spl_init
    
    am62a_init: spl_boot_device: devstat = 0x43 bootmedia = 0x9 bootindex = 0
    
    Trying to boot from MMC1
    
    am62a_init: spl_boot_device: devstat = 0x43 bootmedia = 0x9 bootindex = 0
    
    Authentication passed
    
    am62a_init: spl_boot_device: devstat = 0x43 bootmedia = 0x9 bootindex = 0
    
    Authentication passed
    
    Jumping to U-Boot...
    
    SPL malloc() used 0x119000 bytes (1124 KB)
    
    image entry point: 0x80800000
    
    
    
    
    
    U-Boot 2023.04-g999 (Jul 03 2024 - 08:47:50 +0000)
    
    
    
    SoC:   AM62AX SR1.0 HS-FS
    
    Model: GIGABYTE GBOX-100
    
    DRAM:  2 GiB (effective 4 GiB)
    
    gpio: pin gpio@77_0 (gpio 16) value is 1
    
    gpio: pin gpio@77_1 (gpio 17) value is 1
    
    gpio: pin gpio@77_2 (gpio 18) value is 1
    
    gpio: pin gpio@77_3 (gpio 19) value is 1
    
    gpio: pin gpio@77_4 (gpio 20) value is 0
    
    gpio: pin gpio@77_5 (gpio 21) value is 0
    
    gpio: pin gpio@77_6 (gpio 22) value is 0
    
    gpio: pin gpio@77_7 (gpio 23) value is 0
    
    gpio: pin gpio@77_8 (gpio 24) value is 0
    
    gpio: pin gpio@77_9 (gpio 25) value is 1
    
    gpio: pin gpio@77_10 (gpio 26) value is 1
    
    gpio: pin gpio@77_11 (gpio 27) value is 1
    
    gpio: pin gpio@77_12 (gpio 28) value is 1
    
    gpio: pin gpio@77_13 (gpio 29) value is 1
    
    gpio: pin gpio@77_14 (gpio 30) value is 1
    
    gpio: pin gpio@77_15 (gpio 31) value is 1
    
    Core:  58 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:   Marvell 88Q2112
    
    Marvell 88Q2112 A:0x01 T1 is 1G speed master mode
    
    Marvell 88Q2112 B:0x02 T1 is 1G speed master mode
    
    eth0: ethernet@8000000port@1Marvell 88Q2112 A:0x01 T1 is 1G speed master mode
    
    Marvell 88Q2112 B:0x02 T1 is 1G speed master mode
    
    , eth1: ethernet@8000000port@2
    
    Hit any key to stop autoboot:  0
    
    switch to partitions #0, OK
    
    mmc0(part 0) is current device
    
    SD/MMC found on device 0
    
    Failed to load 'boot.scr'
    
    664 bytes read in 20 ms (32.2 KiB/s)
    
    Loaded env from uEnv.txt
    
    Importing environment from mmc0 ...
    
    ## Error: "main_cpsw0_qsgmii_phyinit" not defined
    
    20699648 bytes read in 144 ms (137.1 MiB/s)
    
    63861 bytes read in 21 ms (2.9 MiB/s)
    
    Working FDT set to 88000000
    
    63861 bytes read in 20 ms (3 MiB/s)
    
    ## Flattened Device Tree blob at 88000000
    
       Booting using the fdt blob at 0x88000000
    
    Working FDT set to 88000000
    
       Loading Device Tree to 000000008feed000, end 000000008fffffff ... OK
    
    Working FDT set to 8feed000
    
    
    
    Starting kernel ...
    
    
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    
    [    0.000000] Linux version 6.1.46-g999 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.3.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Tue Jun 25 10:35:03 UTC 2024
    
    [    0.000000] Machine model: Texas Instruments AM62A7 SK
    
    [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
    
    [    0.000000] printk: bootconsole [ns16550a0] enabled
    
    [    0.000000] efi: UEFI not found.
    
    [    0.000000] Reserved memory: created CMA memory pool at 0x00000000c0000000, size 576 MiB
    
    [    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
    
    [    0.000000] Reserved memory: created DMA memory pool at 0x0000000099800000, size 1 MiB
    
    [    0.000000] OF: reserved mem: initialized node c7x-dma-memory@99800000, compatible id shared-dma-pool
    
    [    0.000000] Reserved memory: created DMA memory pool at 0x0000000099900000, size 30 MiB
    
    [    0.000000] OF: reserved mem: initialized node c7x-memory@99900000, compatible id shared-dma-pool
    
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009b800000, size 1 MiB
    
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@9b800000, compatible id shared-dma-pool
    
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009b900000, size 15 MiB
    
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@9b900000, compatible id shared-dma-pool
    
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009c800000, size 1 MiB
    
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@9c800000, compatible id shared-dma-pool
    
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009c900000, size 30 MiB
    
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@9c900000, compatible id shared-dma-pool
    
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 32 MiB
    
    [    0.000000] OF: reserved mem: initialized node edgeai-dma-memory@a1000000, compatible id shared-dma-pool
    
    [    0.000000] OF: reserved mem: initialized node edgeai_shared-memories, compatible id dma-heap-carveout
    
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ae000000, size 288 MiB
    
    [    0.000000] OF: reserved mem: initialized node edgeai-core-heap-memory@ae000000, compatible id shared-dma-pool
    
    [    0.000000] Zone ranges:
    
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    
    [    0.000000]   DMA32    empty
    
    [    0.000000]   Normal   [mem 0x0000000100000000-0x00000008ffffffff]
    
    [    0.000000] Movable zone start for each node
    
    [    0.000000] Early memory node ranges
    
    [    0.000000]   node   0: [mem 0x0000000080000000-0x00000000997fffff]
    
    [    0.000000]   node   0: [mem 0x0000000099800000-0x000000009b7fefff]
    
    [    0.000000]   node   0: [mem 0x000000009b800000-0x000000009e6fffff]
    
    [    0.000000]   node   0: [mem 0x000000009e700000-0x000000009e77ffff]
    
    [    0.000000]   node   0: [mem 0x000000009e780000-0x00000000a2ffffff]
    
    [    0.000000]   node   0: [mem 0x00000000a3000000-0x00000000adffffff]
    
    [    0.000000]   node   0: [mem 0x00000000ae000000-0x00000000bfffffff]
    
    [    0.000000]   node   0: [mem 0x00000000c0000000-0x00000000ffffffff]
    
    [    0.000000]   node   0: [mem 0x0000000880000000-0x00000008ffffffff]
    
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
    
    [    0.000000] On node 0, zone DMA: 1 pages in unavailable ranges
    
    [    0.000000] psci: probing for conduit method from DT.
    
    [    0.000000] psci: PSCIv1.1 detected in firmware.
    
    [    0.000000] psci: Using standard PSCI v0.2 function IDs
    
    [    0.000000] psci: Trusted OS migration not required
    
    [    0.000000] psci: SMC Calling Convention v1.2
    
    [    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=283f8de5-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: 2807484K/4194300K available (12608K kernel code, 1270K rwdata, 4104K rodata, 2112K init, 439K bss, 796992K 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.008513] Console: colour dummy device 80x25
    
    [    0.013102] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    
    [    0.023782] pid_max: default: 32768 minimum: 301
    
    [    0.028548] LSM: Security Framework initializing
    
    [    0.033370] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    
    [    0.040949] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    
    [    0.050395] cblist_init_generic: Setting adjustable number of callback queues.
    
    [    0.057829] cblist_init_generic: Setting shift to 2 and lim to 1.
    
    [    0.064116] cblist_init_generic: Setting adjustable number of callback queues.
    
    [    0.071509] cblist_init_generic: Setting shift to 2 and lim to 1.
    
    [    0.077879] rcu: Hierarchical SRCU implementation.
    
    [    0.082784] rcu:     Max phase no-delay instances is 1000.
    
    [    0.088346] Platform MSI: msi-controller@1820000 domain created
    
    [    0.094624] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    
    [    0.104038] EFI services will not be available.
    
    [    0.108904] smp: Bringing up secondary CPUs ...
    
    [    0.114085] Detected VIPT I-cache on CPU1
    
    [    0.114171] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    
    [    0.114188] GICv3: CPU1: using allocated LPI pending table @0x0000000880060000
    
    [    0.114230] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    
    [    0.114824] Detected VIPT I-cache on CPU2
    
    [    0.114890] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    
    [    0.114903] GICv3: CPU2: using allocated LPI pending table @0x0000000880070000
    
    [    0.114933] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    
    [    0.115460] Detected VIPT I-cache on CPU3
    
    [    0.115531] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    
    [    0.115545] GICv3: CPU3: using allocated LPI pending table @0x0000000880080000
    
    [    0.115573] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    
    [    0.115637] smp: Brought up 1 node, 4 CPUs
    
    [    0.195357] SMP: Total of 4 processors activated.
    
    [    0.200168] CPU features: detected: 32-bit EL0 Support
    
    [    0.205436] CPU features: detected: CRC32 instructions
    
    [    0.210740] CPU: All CPU(s) started at EL2
    
    [    0.214936] alternatives: applying system-wide alternatives
    
    [    0.222064] devtmpfs: initialized
    
    [    0.233724] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    
    [    0.243715] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    
    [    0.266156] pinctrl core: initialized pinctrl subsystem
    
    [    0.272024] DMI not present or invalid.
    
    [    0.276494] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    
    [    0.283426] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
    
    [    0.290863] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    
    [    0.298941] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    
    [    0.307096] audit: initializing netlink subsys (disabled)
    
    [    0.312741] audit: type=2000 audit(0.204:1): state=initialized audit_enabled=0 res=1
    
    [    0.313107] thermal_sys: Registered thermal governor 'step_wise'
    
    [    0.320669] thermal_sys: Registered thermal governor 'power_allocator'
    
    [    0.326845] cpuidle: using governor menu
    
    [    0.337673] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    
    [    0.344691] ASID allocator initialised with 65536 entries
    
    [    0.361661] platform 30200000.dss: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/sii9022@3b
    
    [    0.372787] platform connector: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/sii9022@3b
    
    [    0.382482] KASLR disabled due to lack of seed
    
    [    0.393243] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    
    [    0.400205] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    
    [    0.406615] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    
    [    0.413554] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    
    [    0.419961] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    
    [    0.426900] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    
    [    0.433307] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    
    [    0.440247] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    
    [    0.447835] k3-chipinfo 43000014.chipid: Family:AM62AX rev:SR1.0 JTAGID[0x0bb8d02f] Detected
    
    [    0.458174] iommu: Default domain type: Translated
    
    [    0.463220] iommu: DMA domain TLB invalidation policy: strict mode
    
    [    0.469868] SCSI subsystem initialized
    
    [    0.474002] usbcore: registered new interface driver usbfs
    
    [    0.479651] usbcore: registered new interface driver hub
    
    [    0.485120] usbcore: registered new device driver usb
    
    [    0.490694] pps_core: LinuxPPS API ver. 1 registered
    
    [    0.495773] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    
    [    0.505121] PTP clock support registered
    
    [    0.509252] EDAC MC: Ver: 3.0.0
    
    [    0.513259] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fca100
    
    [    0.520080] omap-mailbox 29010000.mailbox: omap mailbox rev 0x66fca100
    
    [    0.526874] omap-mailbox 29020000.mailbox: omap mailbox rev 0x66fca100
    
    [    0.533599] omap-mailbox 29030000.mailbox: no available mbox devices found
    
    [    0.540913] FPGA manager framework
    
    [    0.544454] Advanced Linux Sound Architecture Driver Initialized.
    
    [    0.551471] clocksource: Switched to clocksource arch_sys_counter
    
    [    0.557916] VFS: Disk quotas dquot_6.6.0
    
    [    0.561965] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    
    [    0.574471] Carveout Heap: Exported 176 MiB at 0x00000000a3000000
    
    [    0.580819] NET: Registered PF_INET protocol family
    
    [    0.585991] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
    
    [    0.596343] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
    
    [    0.605152] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    
    [    0.613090] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
    
    [    0.621389] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
    
    [    0.629760] TCP: Hash tables configured (established 32768 bind 32768)
    
    [    0.636629] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
    
    [    0.643583] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
    
    [    0.651102] NET: Registered PF_UNIX/PF_LOCAL protocol family
    
    [    0.657268] RPC: Registered named UNIX socket transport module.
    
    [    0.663338] RPC: Registered udp transport module.
    
    [    0.668147] RPC: Registered tcp transport module.
    
    [    0.672956] RPC: Registered tcp NFSv4.1 backchannel transport module.
    
    [    0.679546] NET: Registered PF_XDP protocol family
    
    [    0.684454] PCI: CLS 0 bytes, default 64
    
    [    0.689088] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
    
    [    0.698953] Initialise system trusted keyrings
    
    [    0.703704] workingset: timestamp_bits=46 max_order=20 bucket_order=0
    
    [    0.714283] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    
    [    0.720840] NFS: Registering the id_resolver key type
    
    [    0.726058] Key type id_resolver registered
    
    [    0.730335] Key type id_legacy registered
    
    [    0.734481] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    
    [    0.741336] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    
    [    0.748918] ntfs: driver 2.1.32 [Flags: R/O].
    
    [    0.753465] ntfs3: Max link count 4000
    
    [    0.757349] jffs2: version 2.2. (NAND) (SUMMARY)  c 2001-2006 Red Hat, Inc.
    
    [    0.799574] Key type asymmetric registered
    
    [    0.803768] Asymmetric key parser 'x509' registered
    
    [    0.808803] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    
    [    0.816495] io scheduler mq-deadline registered
    
    [    0.821136] io scheduler kyber registered
    
    [    0.828590] pinctrl-single f4000.pinctrl: 151 pins, size 604
    
    [    0.835323] pinctrl-single a40000.pinctrl: 512 pins, size 2048
    
    [    0.847237] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    
    [    0.862148] loop: module loaded
    
    [    0.866526] megasas: 07.719.03.00-rc1
    
    [    0.873091] tun: Universal TUN/TAP device driver, 1.6
    
    [    0.878970] thunder_xcv, ver 1.0
    
    [    0.882312] thunder_bgx, ver 1.0
    
    [    0.885637] nicpf, ver 1.0
    
    [    0.888559] e1000: Intel(R) PRO/1000 Network Driver
    
    [    0.893545] e1000: Copyright (c) 1999-2006 Intel Corporation.
    
    [    0.899455] e1000e: Intel(R) PRO/1000 Network Driver
    
    [    0.904539] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
    
    [    0.910619] igb: Intel(R) Gigabit Ethernet Network Driver
    
    [    0.916138] igb: Copyright (c) 2007-2014 Intel Corporation.
    
    [    0.921856] igbvf: Intel(R) Gigabit Virtual Function Network Driver
    
    [    0.928263] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
    
    [    0.934427] sky2: driver version 1.30
    
    [    0.938852] VFIO - User Level meta-driver version: 0.3
    
    [    0.944766] usbcore: registered new interface driver usb-storage
    
    [    0.951424] i2c_dev: i2c /dev entries driver
    
    [    0.957174] sdhci: Secure Digital Host Controller Interface driver
    
    [    0.963524] sdhci: Copyright(c) Pierre Ossman
    
    [    0.968208] sdhci-pltfm: SDHCI platform and OF driver helper
    
    [    0.974599] ledtrig-cpu: registered to indicate activity on CPUs
    
    [    0.980938] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    
    [    0.987866] usbcore: registered new interface driver usbhid
    
    [    0.993568] usbhid: USB HID core driver
    
    [    0.998370] optee: probing for conduit method.
    
    [    1.002947] optee: revision 3.20 (8e74d476)
    
    [    1.003201] optee: dynamic shared memory is enabled
    
    [    1.012821] optee: initialized driver
    
    [    1.018028] Initializing XFRM netlink socket
    
    [    1.022441] NET: Registered PF_PACKET protocol family
    
    [    1.027671] Key type dns_resolver registered
    
    [    1.032394] registered taskstats version 1
    
    [    1.036609] Loading compiled-in X.509 certificates
    
    [    1.049440] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)')
    
    [    1.121059] debugfs: Directory 'VOUT1' with parent 'regulator' already present!
    
    [    1.129104] debugfs: Directory 'VOUT2' with parent 'regulator' already present!
    
    [    1.137121] debugfs: Directory 'VOUT3' with parent 'regulator' already present!
    
    [    1.145162] debugfs: Directory 'VOUT4' with parent 'regulator' already present!
    
    [    1.153111] pca953x 0-0076: supply vcc not found, using dummy regulator
    
    [    1.159958] pca953x 0-0076: using no AI
    
    [    1.165801] pca953x 0-0077: supply vcc not found, using dummy regulator
    
    [    1.172658] pca953x 0-0077: using no AI
    
    [    1.178790] omap_i2c 20000000.i2c: bus 0 rev0.12 at 100 kHz
    
    [    1.185740] i2c 1-0029: Fixed dependency cycle(s) with /bus@f0000/ticsi2rx@30102000/csi-bridge@30101000
    
    [    1.195675] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
    
    [    1.201585] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
    
    [    1.209912] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    
    [    1.219106] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    
    [    1.228086] ti-sci-inta 4e0a0000.interrupt-controller: Interrupt Aggregator domain 200 created
    
    [    1.237784] ti-udma 485c0100.dma-controller: Number of rings: 82
    
    [    1.245720] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    
    [    1.256476] ti-udma 485c0000.dma-controller: Number of rings: 150
    
    [    1.266038] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    
    [    1.275306] ti-udma 4e230000.dma-controller: Number of rings: 6
    
    [    1.281771] ti-udma 4e230000.dma-controller: Channels: 6 (bchan: 0, tchan: 0, rchan: 6)
    
    [    1.290946] printk: console [ttyS2] disabled
    
    [    1.295378] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 252, base_baud = 3000000) is a 8250
    
    [    1.304253] printk: console [ttyS2] enabled
    
    [    1.304253] printk: console [ttyS2] enabled
    
    [    1.312709] printk: bootconsole [ns16550a0] disabled
    
    [    1.312709] printk: bootconsole [ns16550a0] disabled
    
    [    1.323647] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 254, base_baud = 3000000) is a 8250
    
    [    1.333047] 2840000.serial: ttyS4 at MMIO 0x2840000 (irq = 255, base_baud = 3000000) is a 8250
    
    [    1.342428] 2860000.serial: ttyS5 at MMIO 0x2860000 (irq = 256, base_baud = 3000000) is a 8250
    
    [    1.353190] spi-nor spi0.0: mx25uw51245g (65536 Kbytes)
    
    [    1.399488] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    
    [    1.407733] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver unknown
    
    [    1.415619] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    
    [    1.428516] am65-cpsw-nuss 8000000.ethernet: Use random MAC address
    
    [    1.434782] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    
    [    1.441908] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
    
    [    1.448264] pps pps0: new PPS source ptp0
    
    [    1.452513] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
    
    [    1.462354] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    
    [    1.472508] mmc0: CQHCI version 5.10
    
    [    1.472911] mmc2: CQHCI version 5.10
    
    [    1.514092] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    
    [    1.520827] mmc2: SDHCI controller on fa20000.mmc [fa20000.mmc] using ADMA 64-bit
    
    [    1.619824] mmc0: Command Queue Engine enabled
    
    [    1.624328] mmc0: new HS200 MMC card at address 0001
    
    [    1.630077] mmcblk0: mmc0:0001 S0J57X 29.6 GiB
    
    [    1.635957]  mmcblk0: p1 p2
    
    [    1.639280] mmcblk0boot0: mmc0:0001 S0J57X 31.5 MiB
    
    [    1.645137] mmcblk0boot1: mmc0:0001 S0J57X 31.5 MiB
    
    [    1.650901] mmcblk0rpmb: mmc0:0001 S0J57X 4.00 MiB, chardev (240:0)
    
    [    2.277491] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
    
    [    2.283805] tps6594-rtc tps6594-rtc.4.auto: hctosys: unable to read the hardware clock
    
    [    2.303765] gpio-ctrl gbox-100-gpiocfgs: driver probe successful
    
    [    2.311320] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    
    [    2.312018] mmc1: CQHCI version 5.10
    
    [    2.319768] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    
    [    2.329606] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    
    [    2.344101] ALSA device list:
    
    [    2.347100]   No soundcards found.
    
    [    3.839321] sdhci-am654 fa00000.mmc: Power on failed
    
    [    3.875413] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    
    [    3.893229] EXT4-fs (mmcblk0p2): recovery complete
    
    [    3.898096] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
    
    [    3.906707] VFS: Mounted root (ext4 filesystem) on device 179:2.
    
    [    3.913252] devtmpfs: mounted
    
    [    3.917478] Freeing unused kernel memory: 2112K
    
    [    3.922161] Run /sbin/init as init process
    
    [    4.038290] systemd[1]: System time before build time, advancing clock.
    
    [    4.073973] NET: Registered PF_INET6 protocol family
    
    [    4.080166] Segment Routing with IPv6
    
    [    4.083898] In-situ OAM (IOAM) with IPv6
    
    [    4.106375] 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)
    
    [    4.138195] systemd[1]: Detected architecture arm64.
    
    
    
    Welcome to Arago 2023.04!
    
    
    
    [    4.216479] systemd[1]: Hostname set to <gbox-100>.
    
    [    4.301888] systemd-sysv-generator[156]: 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.
    
    [    4.328921] systemd-sysv-generator[156]: SysV service '/etc/init.d/umountfs' 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.
    
    [    4.353545] systemd-sysv-generator[156]: SysV service '/etc/init.d/umountnfs.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.
    
    [    4.378018] systemd-sysv-generator[156]: SysV service '/etc/init.d/netperf' 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.
    
    [    4.402486] systemd-sysv-generator[156]: SysV service '/etc/init.d/halt' 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.
    
    [    4.426248] systemd-sysv-generator[156]: SysV service '/etc/init.d/psplash.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.
    
    [    4.450489] systemd-sysv-generator[156]: 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.
    
    [    4.475902] systemd-sysv-generator[156]: SysV service '/etc/init.d/inetd.busybox' 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.
    
    [    4.500880] systemd-sysv-generator[156]: 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.
    
    [    4.526020] systemd-sysv-generator[156]: SysV service '/etc/init.d/dropbear' 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.
    
    [    4.550807] systemd-sysv-generator[156]: SysV service '/etc/init.d/sendsigs' 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.
    
    [    4.575690] systemd-sysv-generator[156]: SysV service '/etc/init.d/reboot' 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.
    
    [    4.599698] systemd-sysv-generator[156]: SysV service '/etc/init.d/telnetd' 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.
    
    [    4.623582] systemd-sysv-generator[156]: SysV service '/etc/init.d/single' 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.
    
    [    4.647322] systemd-sysv-generator[156]: 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.
    
    [    4.675390] systemd-sysv-generator[156]: SysV service '/etc/init.d/save-rtc.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.
    
    [    4.700530] systemd-sysv-generator[156]: SysV service '/etc/init.d/docker.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.
    
    [    5.036887] 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.
    
    [    5.061618] systemd[1]: Configuration file /lib/systemd/system/ModemManager.service is marked executable. Please remove executable permission bits. Proceeding anyway.
    
    [    5.116247] 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.
    
    [    5.187812] systemd[1]: Queued start job for default target Graphical Interface.
    
    [    5.253831] systemd[1]: Created slice Slice /system/getty.
    
    [  OK  ] Created slice Slice /system/getty.
    
    [    5.278206] systemd[1]: Created slice Slice /system/modprobe.
    
    [  OK  ] Created slice Slice /system/modprobe.
    
    [    5.302683] systemd[1]: Created slice Slice /system/serial-getty.
    
    [  OK  ] Created slice Slice /system/serial-getty.
    
    [    5.327154] systemd[1]: Created slice User and Session Slice.
    
    [  OK  ] Created slice User and Session Slice.
    
    [    5.348145] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    
    [  OK  ] Started Dispatch Password …ts to Console Directory Watch.
    
    [    5.372025] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    
    [  OK  ] Started Forward Password R…uests to Wall Directory Watch.
    
    [    5.396582] systemd[1]: Reached target Path Units.
    
    [  OK  ] Reached target Path Units.
    
    [    5.415723] systemd[1]: Reached target Remote File Systems.
    
    [  OK  ] Reached target Remote File Systems.
    
    [    5.435873] systemd[1]: Reached target Slice Units.
    
    [  OK  ] Reached target Slice Units.
    
    [    5.455884] systemd[1]: Reached target Swaps.
    
    [  OK  ] Reached target Swaps.
    
    [    5.531584] systemd[1]: Listening on RPCbind Server Activation Socket.
    
    [  OK  ] Listening on RPCbind Server Activation Socket.
    
    [    5.556060] systemd[1]: Reached target RPC Port Mapper.
    
    [  OK  ] Reached target RPC Port Mapper.
    
    [    5.598829] systemd[1]: Listening on Process Core Dump Socket.
    
    [  OK  ] Listening on Process Core Dump Socket.
    
    [    5.620476] systemd[1]: Listening on initctl Compatibility Named Pipe.
    
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    
    [    5.647147] systemd[1]: Listening on Journal Audit Socket.
    
    [  OK  ] Listening on Journal Audit Socket.
    
    [    5.670214] systemd[1]: Listening on Journal Socket (/dev/log).
    
    [  OK  ] Listening on Journal Socket (/dev/log).
    
    [    5.694287] systemd[1]: Listening on Journal Socket.
    
    [  OK  ] Listening on Journal Socket.
    
    [    5.719247] systemd[1]: Listening on Network Service Netlink Socket.
    
    [  OK  ] Listening on Network Service Netlink Socket.
    
    [    5.746542] systemd[1]: Listening on udev Control Socket.
    
    [  OK  ] Listening on udev Control Socket.
    
    [    5.769675] systemd[1]: Listening on udev Kernel Socket.
    
    [  OK  ] Listening on udev Kernel Socket.
    
    [    5.793917] systemd[1]: Listening on User Database Manager Socket.
    
    [  OK  ] Listening on User Database Manager Socket.
    
    [    5.860142] systemd[1]: Mounting Huge Pages File System...
    
             Mounting Huge Pages File System...
    
    [    5.887306] systemd[1]: Mounting POSIX Message Queue File System...
    
             Mounting POSIX Message Queue File System...
    
    [    5.948240] systemd[1]: Mounting Kernel Debug File System...
    
             Mounting Kernel Debug File System...
    
    [    5.969895] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
    
    [    5.996829] systemd[1]: Mounting Temporary Directory /tmp...
    
             Mounting Temporary Directory /tmp...
    
    [    6.033280] systemd[1]: Starting Create List of Static Device Nodes...
    
             Starting Create List of Static Device Nodes...
    
    [    6.062889] systemd[1]: Starting Load Kernel Module configfs...
    
             Starting Load Kernel Module configfs...
    
    [    6.093524] systemd[1]: Starting Load Kernel Module drm...
    
             Starting Load Kernel Module drm...
    
    [    6.122139] systemd[1]: Starting Load Kernel Module fuse...
    
             Starting Load Kernel Module fuse...
    
    [    6.134722] fuse: init (API version 7.37)
    
    [    6.172507] systemd[1]: Starting Start psplash boot splash screen...
    
             Starting Start psplash boot splash screen...
    
    [    6.204810] systemd[1]: Starting RPC Bind...
    
             Starting RPC Bind...
    
    [    6.223934] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
    
    [    6.272655] systemd[1]: Starting Journal Service...
    
             Starting Journal Service...
    
    [    6.303231] systemd[1]: Starting Load Kernel Modules...
    
             Starting Load Kernel Modules...
    
    [    6.324686] cryptodev: loading out-of-tree module taints kernel.
    
    [    6.329074] systemd[1]: Starting Generate network units from Kernel command line...
    
             Starting Generate network …ts from Kernel co[    6.339148] cryptodev: driver 1.12 loaded.
    
    mmand line...
    
    [    6.365553] systemd[1]: Starting Remount Root and Kernel File Systems...
    
             Starting Remount Root and Kernel File Systems...
    
    [    6.393868] systemd[1]: Starting Coldplug All udev Devices...
    
    [    6.394744] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
    
             Starting Coldplug All udev Devices...
    
    [    6.429557] systemd[1]: Started RPC Bind.
    
    [  OK  ] Started RPC Bind.
    
    [    6.448317] 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...
    
    [    6.894510] systemd-journald[171]: 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...
    
    [    7.113074] audit: type=1334 audit(1651167748.072:2): prog-id=5 op=LOAD
    
    [    7.119900] audit: type=1334 audit(1651167748.080: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.
    
    [  OK  ] Started Rule-based Manager for Device Events and Files.
    
             Starting Network Time Synchronization...
    
             Starting Record System Boot/Shutdown in UTMP...
    
    [  OK  ] Finished Record System Boot/Shutdown in UTMP.
    
    [  OK  ] Started Network Time Synchronizatio[    7.751864] random: crng init done
    
    n.
    
    [  OK  ] Finished Load/Save Random Seed.
    
    [  OK  ] Reached target System Initialization.
    
    [    7.798149] CAN device driver interface
    
    [    7.802382] mc: Linux media interface: v0.10
    
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    
    [    7.818141] videodev: Linux video capture interface: v2.00
    
    [  OK  ] Reached target System Time Set.
    
    [    7.830781] max96717 1-0040: setup MAX96717
    
    [  OK  ] Started Daily rotation of log files.
    
    [    7.849717] gs 1-0036: setup gs
    
    [    7.853996] m_can: default check ID
    
    [  OK  ] Reached target Timer Units.
    
    [    7.870995] max96712 1-0029: setup MAX96712
    
    [    7.871037] tlv320aic3x 0-0018: supply DVDD not found, using dummy regulator
    
    [    7.883440] m_can_platform 20701000.can: m_can device registered (irq=534, version=32)
    
    [  OK  ] Listening on Avahi mDNS/DNS-SD Stac[    7.900870] vdec 30210000.video-codec: error -ENXIO: IRQ index 0 not found
    
    k Activation Socket.
    
    [    7.908452] vdec 30210000.video-codec: failed to get irq resource, falling back to polling
    
    [  OK  ] Listening on D-Bus System Message Bus Socket.
    
    [    7.976998] k3-dsp-rproc 7e000000.dsp: assigned reserved memory node c7x-dma-memory@99800000
    
    [    7.986044] k3-dsp-rproc 7e000000.dsp: configured DSP for remoteproc mode
    
             Starting Docker Socket for the API...
    
    [    8.019790] remoteproc remoteproc0: 7e000000.dsp is available
    
    [    8.062440] remoteproc remoteproc0: powering up 7e000000.dsp
    
    [    8.068820] remoteproc remoteproc0: Booting fw image am62a-c71_0-fw, size 6897744
    
    [  OK  ] Listening on dropbear.socket.
    
    [FAILED] Failed to listen on Weston socket.
    
    [    8.116020] k3-dsp-rproc 7e000000.dsp: booting DSP core using boot addr = 0x99a00000
    
    See 'systemctl status weston.socket' for details.
    
    [    8.136274] rproc-virtio rproc-virtio.5.auto: assigned reserved memory node c7x-dma-memory@99800000
    
    [    8.150030] rtc-ti-k3 2b1f0000.rtc: Clock rate 32552 is not 32768! Could misbehave!
    
    [    8.171247] virtio_rpmsg_bus virtio0: rpmsg host is online
    
    [    8.176920] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xd
    
    [    8.184424] rproc-virtio rproc-virtio.5.auto: registered virtio0 (type 7)
    
    [    8.184477] platform 79000000.r5f: configured R5F for remoteproc mode
    
    [    8.191259] remoteproc remoteproc0: remote processor 7e000000.dsp is now up
    
    [    8.207949] platform 79000000.r5f: assigned reserved memory node r5f-dma-memory@9b800000
    
    [    8.216577] remoteproc remoteproc1: 79000000.r5f is available
    
             Starting Console System Startup Logging...[    8.229339] remoteproc remoteproc1: powering up 79000000.r5f
    
    
    
    [    8.240407] remoteproc remoteproc1: Booting fw image am62a-mcu-r5f0_0-fw, size 523192
    
    [    8.246850] rtc-ti-k3 2b1f0000.rtc: registered as rtc1
    
    [    8.249037] remoteproc remoteproc1: bad phdr da 0x9c900000 mem 0x8c
    
             Starting D-Bus System Message Bus...
    
    [    8.266273] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    
    [    8.267020] remoteproc remoteproc1: Failed to load program segments: -22
    
    [    8.288507] platform 78000000.r5f: configured R5F for IPC-only mode
    
             Starting Reboot and dump vmcore via kexec.[    8.295188] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@9c800000
    
    ..
    
    [  OK  ] Listening on Docker Socket for the API.
    
    [    8.342742] remoteproc remoteproc2: 78000000.r5f is available
    
    [    8.343098] sii902x 0-003b: supply iovcc not found, using dummy regulator
    
    [    8.348821] remoteproc remoteproc2: attaching to 78000000.r5f
    
    [  OK  ] Finished Console System Startup Log[    8.361875] platform 78000000.r5f: R5F core initialized in IPC-only mode
    
    ging.
    
    [    8.362107] e5010 fd20000.e5010: Device registered as /dev/video2
    
    [    8.363720] sii902x 0-003b: supply cvcc12 not found, using dummy regulator
    
    [    8.373733] rproc-virtio rproc-virtio.7.auto: assigned reserved memory node r5f-dma-memory@9c800000
    
    [  OK  ] Finished Reboot and dump vmcore via[    8.400939] virtio_rpmsg_bus virtio1: rpmsg host is online
    
     kexec.
    
    [    8.401689] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xd
    
    [    8.411667] rproc-virtio rproc-virtio.7.auto: registered virtio1 (type 7)
    
    [    8.416510] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0x15
    
    [    8.423538] remoteproc remoteproc2: remote processor 78000000.r5f is now attached
    
    [    8.435746] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xe
    
    [  OK  ] Found device /dev/ttyS2.
    
    [    8.445790] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0x15
    
    [    8.469630] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xe
    
    [  OK  ] Started D-Bus System Message Bus.
    
    [  OK  ] Reached target Socket Units.
    
    [  OK  ] Reached target Basic System.
    
    [    8.581653] i2c i2c-0: Added multiplexed i2c bus 2
    
             Starting Modem Manager...
    
    [  OK  ] Started Job spooling tools.
    
    [    8.740124] [drm] Initialized tidss 1.0.0 20180215 for 30200000.dss on minor 0
    
    [  OK  ] Started Periodic Command Scheduler tidss 30200000.dss: [drm] Cannot find any crtc or sizes
    
    [0m.
    
    [    8.761614] tidss 30200000.dss: [drm] Cannot find any crtc or sizes
    
             Starting GIGABYTE design service...
    
             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....
    
    [    8.889113] audit: type=1334 audit(1651169000.508:4): prog-id=7 op=LOAD
    
    [    8.897779] audit: type=1334 audit(1651169000.516:5): prog-id=8 op=LOAD
    
             Starting User Login Management...
    
    [  OK  ] Started TEE Supplicant.
    
             Starting telnetd.service...
    
    [  OK  ] Started GIGABYTE design service.
    
    [  OK  ] Finished IPv6 Packet Filtering Framework.
    
    [  OK  ] Finished IPv4 Packet Filtering Framework.
    
    [  OK  ] Reached target Preparation for Network.
    
             Starting Network Configuration...
    
    
    
    #====================Boot test times: 26====================#

    sbl_emmc_linux_stage1 sample

    SYSFW Firmware Version 9.2.7--v09.02.07 (Kool Koala)
    
    SYSFW Firmware revision 0x9
    
    SYSFW ABI revision 3.1
    
    
    
    Some tests have failed!!

  • Hello,

    sbl_emmc_linux_stage1 sample

    You need to flash all the images as mentioned in the config file (<MCU+ SDK PATH>/tools/boot/sbl_prebuilt/am62ax-sk/default_sbl_emmc_linux_hs_fs.cfg). This will boot the system with the default IPC firmwares on DM and C7x cores which demonstrates just IPC functionality.

    For Vision Apps, you may replace the default DM and C7x firmwares with the corresponding firmwares built with the firmware builder.

    Regards,

    Prashant

  • Only uart flash for am62a SBL eMMC boot?

  • Only uart flash for am62a SBL eMMC boot?

    The MCU+ SDK only supports flashing over UART via UART_UNIFLASH tool.

    However, the procecure is just receiving a bunch of images and flashing them to their offsets. So, if you have any other flashing method already available, you may use that to flash the images mentioned in the config file at their respective offsets.