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.
Hi, TI engineers,
We would like to modify the DDR size on the J721S2EVM board, changing DDRSS0 to 1GB and DDRSS1 to 2GB. Is there a way to achieve this?
We are using SBL HLOS boot mode now.
Our SDK version:
RTOS: 8.06.01
LINUX: 8.06.01
Regards,
Tahm
Hello Tahm,
You could refer the below FAQ for the change
You could skip the changes in the SBL as you still have 2 DDR memory controller instances being used. You could check the Linux changes required to modify the DDR size
Regards,
Nikhil
Hi, Nikhil,
I try to modify the dts k3-j721s2-som-p0.dtsi
"
reg = <0x00 0x80000000 0x00 0x80000000>,
- <0x08 0x80000000 0x03 0x80000000>;
+ <0x08 0x80000000 0x01 0x80000000>;
"
and build the dtb, cp k3-j721s2-common-proc-board.dtb to rootfs/boot
but the ddr size still 16GB on EVM.
Regards.
Hi,
May I know how are you checking DDR size on EVM?
In SBL boot mode, are you using the optimized HLOS boot mode?
cp k3-j721s2-common-proc-board.dtb to rootfs/boot
Also, in case of SBL boot mode, if you are using combined app method, then you would have to point the dtb in the config.mk and rebuild the combined app.
It wouldn't take it from rootfs/boot
Regards,
Nikhil
Hi, Nikhil,
We plan to incorporate TDA4VE into our new project, but our own board has not been manufactured yet. Therefore, we are conducting preliminary research on how to use it with the EVM board.
We are currently utilizing a development HLOS boot process. The boot sequence involves SBL initiating mcu1_0 and u-boot-spl.bin, which then launches Linux. It is not SBL directly booting the kernel.
In our new project, we intend to connect a 1GB DDR chip to DDRSS0 and a 2GB DDR chip to DDRSS1. Our primary focus right now is to confirm the correct modifications needed. We appreciate your attention and support.
I have made modifications to U-Boot and the kernel based on your previous responses. The modifications are as follows:
boot log:
NOTICE: BL31: v2.7(release):v2.7.0-359-g1309c6c805-dirty NOTICE: BL31: Built : 22:51:35, Jan 6 2023 I/TC: I/TC: OP-TEE version: 3.19.0-15-gd6c5d0037 (gcc version 9.2.1 20191025 (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10))) #1 Fri Jan 6 22:51:37 UTC 2023 aarch64 I/TC: WARNING: This OP-TEE configuration might be insecure! I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html I/TC: Primary CPU initializing I/TC: SYSFW ABI: 3.1 (firmware rev 0x0008 '8.6.3--1-g2249f (Chill Capybara') I/TC: HUK Initialized I/TC: Activated SA2UL device I/TC: Fixing SA2UL firewall owner for GP device I/TC: Enabled firewalls for SA2UL TRNG device I/TC: SA2UL TRNG initialized I/TC: SA2UL Drivers initialized I/TC: Primary CPU switching to normal world boot U-Boot SPL 2021.01 MV_BUILD_TAG: 6c2cb5cf7 (Sep 26 2023 - 14:58:49 +0800) ti_sci system-controller@44083000: Message not acknowledgedti_sci system-controller@44083000: Message not acknowledgedSYSFW ABI: 3.1 (firmware rev 0x0008 '8.6.3--1-g2249f (Chill Capybara') ti_i2c_eeprom_am6_parse_record: Ignoring record id 17 ti_i2c_eeprom_am6_parse_record: Ignoring record id 17 Trying to boot from MMC2 U-Boot 2021.01 MV_BUILD_TAG: d5792b2035-dirty (Sep 27 2023 - 16:46:03 +0800) SoC: J721S2 SR1.0 GP Model: Texas Instruments J721S2 EVM Board: J721S2X-PM1-SOM rev E2 DRAM: 3 GiB Flash: 0 Bytes MMC: mmc@4f80000: 0, mmc@4fb0000: 1 In: serial@2880000 Out: serial@2880000 Err: serial@2880000 am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA02102 cpsw_ver: 0x6BA82102 ale_ver: 0x00293904 Ports:1 mdio_freq:1000000 Net: eth0: ethernet@46000000port@1 Hit any key to stop autoboot: 0 mv_info: do_checkout_bootmedia:470: boot from SD card switch to partitions #0, OK mmc1 is current device SD/MMC found on device 1 Failed to load 'boot.scr' 56 bytes read in 7 ms (7.8 KiB/s) ->uEnv.txt Loaded env from uEnv.txt Importing environment from mmc1 ... k3_r5f_rproc r5f@41000000: Core 1 is already in use. No rproc commands work k3_r5f_rproc r5f@41400000: Core 2 is already in use. No rproc commands work 924808 bytes read in 30 ms (29.4 MiB/s) ->/lib/firmware/j721s2-main-r5f0_0-fw Load Remote Processor 2 with data@addr=0x82000000 924808 bytes: Success! 306060 bytes read in 18 ms (16.2 MiB/s) ->/lib/firmware/j721s2-main-r5f0_1-fw Load Remote Processor 3 with data@addr=0x82000000 306060 bytes: Success! Failed to load '/lib/firmware/j721s2-main-r5f1_0-fw' Failed to load '/lib/firmware/j721s2-main-r5f1_1-fw' 14815296 bytes read in 152 ms (93 MiB/s) ->/lib/firmware/j721s2-c71_0-fw Load Remote Processor 6 with data@addr=0x82000000 14815296 bytes: Success! 9760696 bytes read in 50 ms (186.2 MiB/s) ->/lib/firmware/j721s2-c71_1-fw Load Remote Processor 7 with data@addr=0x82000000 9760696 bytes: Success! 19079680 bytes read in 411 ms (44.3 MiB/s) ->/boot/Image 82514 bytes read in 9 ms (8.7 MiB/s) ->/boot/k3-j721s2-common-proc-board.dtb 10142 bytes read in 8 ms (1.2 MiB/s) ->/boot/k3-j721s2-vision-apps.dtbo ## Flattened Device Tree blob at 88000000 Booting using the fdt blob at 0x88000000 Loading Device Tree to 000000008fee8000, end 000000008fffffff ... OK Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080] [ 0.000000] Linux version 5.10.162-g76b3e88d56 (yihao@yihao-virtual-machine) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 9.2.1 20191025, GNU ld (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 2.33.1.20191209) #1 SMP PREEMPT Fri Sep 15 15:47:56 CST 2023 [ 0.000000] Machine model: Texas Instruments J721S2 EVM [ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002880000 (options '') [ 0.000000] printk: bootconsole [ns16550a0] enabled [ 0.000000] efi: UEFI not found. [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a0000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a0100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a1000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a1100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a2000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 31 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a2100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a4000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 31 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a4100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a6000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a6100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a7000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a7100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 32 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-rtos-ipc-memory-region@a8000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000aa000000, size 96 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-dma-memory@aa000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000b0000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-c71-dma-memory@b0000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000b0100000, size 95 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-c71_0-memory@b0100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000b6000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-c71_1-dma-memory@b6000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000b6100000, size 31 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-c71_1-memory@b6100000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: initialized node vision_apps_shared-memories, compatible id dma-heap-carveout [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000d8000000, size 64 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-core-heap-memory-lo@d8000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x0000000880000000, size 704 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-core-heap-memory-hi@880000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created CMA memory pool at 0x00000008ac000000, size 896 MiB [ 0.000000] OF: reserved mem: initialized node linux-cma-buffers@8ac000000, compatible id shared-dma-pool [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal [mem 0x0000000100000000-0x00000008ffffefff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000080000000-0x000000009e7fffff] [ 0.000000] node 0: [mem 0x000000009e800000-0x00000000b7ffffff] [ 0.000000] node 0: [mem 0x00000000b8000000-0x00000000bfffefff] [ 0.000000] node 0: [mem 0x0000000880000000-0x00000008abffffff] [ 0.000000] node 0: [mem 0x00000008ac000000-0x00000008ffffefff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffefff] [ 0.000000] On node 0, zone Normal: 1 pages in unavailable ranges [ 0.000000] On node 0, zone Normal: 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 22 pages/cpu s50392 r8192 d31528 u90112 [ 0.000000] Detected PIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] CPU features: detected: EL2 vector hardening [ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923 [ 0.000000] CPU features: detected: Spectre-BHB [ 0.000000] CPU features: detected: ARM erratum 1742098 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 774142 [ 0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),-@8m(hbmc.rootfs) root=PARTUUID=3b6e2d6a-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: mapped [mem 0x000000009a800000-0x000000009e800000] (64MB) [ 0.000000] Memory: 813552K/3145720K available (11200K kernel code, 1160K rwdata, 4300K rodata, 1856K init, 433K bss, 1414664K reserved, 917504K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU event tracing is enabled. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Trampoline variant of Tasks RCU enabled. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: 960 SPIs implemented [ 0.000000] GICv3: 0 Extended SPIs implemented [ 0.000000] GICv3: Distributor has no Range Selector support [ 0.000000] GICv3: 16 PPIs implemented [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000 [ 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 @8e4800000 (flat, esz 8, psz 64K, shr 0) [ 0.000000] ITS: using cache flushing for cmd queue [ 0.000000] GICv3: using LPI property table @0x00000008e4030000 [ 0.000000] GIC: using cache flushing for LPI property table [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000008e4040000 [ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns [ 0.000002] sched_clock: 56 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns [ 0.008388] Console: colour dummy device 80x25 [ 0.012956] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000) [ 0.023627] pid_max: default: 32768 minimum: 301 [ 0.028385] LSM: Security Framework initializing [ 0.033144] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.040723] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.049633] rcu: Hierarchical SRCU implementation. [ 0.054712] Platform MSI: msi-controller@1820000 domain created [ 0.060928] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created [ 0.070233] EFI services will not be available. [ 0.074964] smp: Bringing up secondary CPUs ... I/TC: Secondary CPU 1 initializing I/TC: Secondary CPU 1 switching to normal world boot [ 0.088069] Detected PIPT I-cache on CPU1 [ 0.088096] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000 [ 0.088110] GICv3: CPU1: using allocated LPI pending table @0x00000008e4050000 [ 0.088150] CPU1: Booted secondary processor 0x0000000001 [0x411fd080] [ 0.088207] smp: Brought up 1 node, 2 CPUs [ 0.117555] SMP: Total of 2 processors activated. [ 0.122362] CPU features: detected: 32-bit EL0 Support [ 0.127618] CPU features: detected: CRC32 instructions [ 0.142278] CPU: All CPU(s) started at EL2 [ 0.146482] alternatives: patching kernel code [ 0.151574] devtmpfs: initialized [ 0.159319] KASLR disabled due to lack of seed [ 0.163978] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.173944] futex hash table entries: 512 (order: 3, 32768 bytes, linear) [ 0.190787] pinctrl core: initialized pinctrl subsystem [ 0.196468] DMI not present or invalid. [ 0.200740] NET: Registered protocol family 16 [ 0.206101] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations [ 0.213365] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.221326] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.229661] thermal_sys: Registered thermal governor 'step_wise' [ 0.229663] thermal_sys: Registered thermal governor 'power_allocator' [ 0.236274] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.249929] ASID allocator initialised with 65536 entries [ 0.270395] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages [ 0.277254] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages [ 0.284100] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.290945] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages [ 0.298467] cryptd: max_cpu_qlen set to 1000 [ 0.304671] k3-chipinfo 43000014.chipid: Family:J721S2 rev:SR1.0 JTAGID[0x0bb7502f] Detected [ 0.313758] vsys_3v3: supplied by evm_12v0 [ 0.318157] vsys_5v0: supplied by evm_12v0 [ 0.322978] iommu: Default domain type: Translated [ 0.328112] SCSI subsystem initialized [ 0.332227] mc: Linux media interface: v0.10 [ 0.336607] videodev: Linux video capture interface: v2.00 [ 0.342242] pps_core: LinuxPPS API ver. 1 registered [ 0.347313] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.356654] PTP clock support registered [ 0.360675] EDAC MC: Ver: 3.0.0 [ 0.364502] FPGA manager framework [ 0.368023] Advanced Linux Sound Architecture Driver Initialized. [ 0.374685] clocksource: Switched to clocksource arch_sys_counter [ 0.381032] VFS: Disk quotas dquot_6.6.0 [ 0.385071] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.394780] Carveout Heap: Exported 512 MiB at 0x00000000b8000000 [ 0.401077] NET: Registered protocol family 2 [ 0.405785] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.414434] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear) [ 0.423194] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.431398] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear) [ 0.439119] TCP: Hash tables configured (established 32768 bind 32768) [ 0.445933] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.452830] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.460251] NET: Registered protocol family 1 [ 0.464998] RPC: Registered named UNIX socket transport module. [ 0.471057] RPC: Registered udp transport module. [ 0.475873] RPC: Registered tcp transport module. [ 0.480677] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.487260] NET: Registered protocol family 44 [ 0.491805] PCI: CLS 0 bytes, default 64 [ 0.496214] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available [ 0.506736] Initialise system trusted keyrings [ 0.511381] workingset: timestamp_bits=46 max_order=19 bucket_order=0 [ 0.519577] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.525846] NFS: Registering the id_resolver key type [ 0.531037] Key type id_resolver registered [ 0.535310] Key type id_legacy registered [ 0.539433] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.546282] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 0.553934] 9p: Installing v9fs 9p2000 file system support [ 0.579605] Key type asymmetric registered [ 0.583794] Asymmetric key parser 'x509' registered [ 0.588793] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243) [ 0.596353] io scheduler mq-deadline registered [ 0.600979] io scheduler kyber registered [ 0.606529] pinctrl-single 4301c000.pinctrl: 101 pins, size 404 [ 0.612767] pinctrl-single 11c000.pinctrl: 72 pins, size 288 [ 0.623353] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled [ 0.636385] brd: module loaded [ 0.643013] loop: module loaded [ 0.646936] megasas: 07.714.04.00-rc1 [ 0.652751] tun: Universal TUN/TAP device driver, 1.6 [ 0.658265] igbvf: Intel(R) Gigabit Virtual Function Network Driver [ 0.664672] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. [ 0.670744] sky2: driver version 1.30 [ 0.675122] VFIO - User Level meta-driver version: 0.3 [ 0.680953] i2c /dev entries driver [ 0.685395] sdhci: Secure Digital Host Controller Interface driver [ 0.691725] sdhci: Copyright(c) Pierre Ossman [ 0.696380] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.702737] ledtrig-cpu: registered to indicate activity on CPUs [ 0.709080] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... [ 0.716455] optee: probing for conduit method. [ 0.721024] optee: revision 3.19 (d6c5d003) [ 0.721175] optee: dynamic shared memory is enabled [ 0.730661] optee: initialized driver [ 0.735772] NET: Registered protocol family 17 [ 0.740415] 9pnet: Installing 9P2000 support [ 0.744821] Key type dns_resolver registered [ 0.749295] Loading compiled-in X.509 certificates [ 0.762104] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0008 '8.6.3--1-g2249f (Chill Capybara') [ 0.796629] omap_i2c 42120000.i2c: bus 0 rev0.12 at 100 kHz [ 0.802816] omap_i2c 40b00000.i2c: bus 1 rev0.12 at 100 kHz [ 0.808903] omap_i2c 40b10000.i2c: bus 2 rev0.12 at 100 kHz [ 0.815328] pca953x 3-0021: supply vcc not found, using dummy regulator [ 0.822163] pca953x 3-0021: using no AI [ 0.847224] pca953x 3-0020: supply vcc not found, using dummy regulator [ 0.854031] pca953x 3-0020: using no AI [ 0.858710] pca953x 3-0022: supply vcc not found, using dummy regulator [ 0.865516] pca953x 3-0022: using AI [ 0.869831] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz [ 0.876255] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 125 domain created [ 0.884845] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 148 domain created [ 0.894178] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 227 domain created [ 0.902830] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 265 created [ 0.912676] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 0.920375] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 0.928655] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 0.936934] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 0.945791] j721e-pcie 2910000.pcie: Failed to init phy [ 0.951817] ti-udma 311a0000.dma-controller: Number of rings: 48 [ 0.958705] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8, rchan: 16) [ 0.967941] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:272 [ 0.977825] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled [ 0.984584] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64 [ 0.993443] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:259 [ 1.003599] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled [ 1.010359] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64 [ 1.018055] omap8250 40a00000.serial: failed to get alias [ 1.024184] printk: console [ttyS2] disabled [ 1.028584] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 27, base_baud = 3000000) is a 8250 [ 1.037332] printk: console [ttyS2] enabled [ 1.037332] printk: console [ttyS2] enabled [ 1.045768] printk: bootconsole [ns16550a0] disabled [ 1.045768] printk: bootconsole [ns16550a0] disabled [ 1.057064] cadence-qspi 47040000.spi: error -ENODEV: No Rx DMA available [ 1.064618] spi-nor spi0.0: s28hs512t (65536 Kbytes) [ 1.069590] 7 cmdlinepart partitions found on MTD device 47040000.spi.0 [ 1.076190] Creating 7 MTD partitions on "47040000.spi.0": [ 1.081662] 0x000000000000-0x000000080000 : "ospi.tiboot3" [ 1.087696] 0x000000080000-0x000000280000 : "ospi.tispl" [ 1.093436] 0x000000280000-0x000000680000 : "ospi.u-boot" [ 1.099247] 0x000000680000-0x0000006c0000 : "ospi.env" [ 1.104782] 0x0000006c0000-0x000000700000 : "ospi.env.backup" [ 1.110946] 0x000000800000-0x000003fc0000 : "ospi.rootfs" [ 1.116738] 0x000003fc0000-0x000004000000 : "ospi.phypattern" [ 1.124777] cadence-qspi 47050000.spi: error -ENODEV: No Rx DMA available [ 1.131992] spi-nor spi1.0: mt25qu512a (65536 Kbytes) [ 1.140976] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode [ 1.186697] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 [ 1.195397] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867 [ 1.203699] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000 [ 1.216557] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4 [ 1.223764] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64 [ 1.230086] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0 [ 1.240479] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:200000000, add_val:4 pps:0 [ 1.350260] mmc0: CQHCI version 5.10 [ 1.354130] gpio-mux mux-controller0: 2-way mux-controller registered [ 1.361065] gpio-mux mux-controller1: 2-way mux-controller registered [ 1.371014] vdd_mmc1: supplied by vsys_3v3 [ 1.376262] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fca100 [ 1.383096] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fca100 [ 1.389909] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fca100 [ 1.396714] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fca100 [ 1.397298] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit [ 1.410802] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 1.418293] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 1.426375] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 1.434457] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 1.442949] j721e-pcie 2910000.pcie: Failed to init phy [ 1.449080] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8) [ 1.459127] ti-udma 31150000.dma-controller: Channels: 60 (tchan: 30, rchan: 30, gp-rflow: 16) [ 1.469881] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode [ 1.500027] mmc0: Command Queue Engine enabled [ 1.504473] mmc0: new HS400 MMC card at address 0001 [ 1.509781] mmcblk0: mmc0:0001 S0J56X 14.8 GiB [ 1.514430] mmcblk0boot0: mmc0:0001 S0J56X partition 1 31.5 MiB [ 1.514707] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 [ 1.520456] mmcblk0boot1: mmc0:0001 S0J56X partition 2 31.5 MiB [ 1.529139] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867 [ 1.533990] mmcblk0rpmb: mmc0:0001 S0J56X partition 3 4.00 MiB, chardev (237:0) [ 1.542222] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000 [ 1.552170] mmcblk0: p1 p2 [ 1.562362] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4 [ 1.572227] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64 [ 1.578571] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0 [ 1.588612] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48 [ 1.597190] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 1.597309] mmc1: CQHCI version 5.10 [ 1.604695] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 1.616347] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 1.624438] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 1.632931] j721e-pcie 2910000.pcie: Failed to init phy [ 1.639158] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 1.646645] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 1.654730] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 1.654733] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit [ 1.670352] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 1.678904] j721e-pcie 2910000.pcie: Failed to init phy [ 1.684879] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 1.692385] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 1.700525] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 1.708662] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 1.717187] j721e-pcie 2910000.pcie: Failed to init phy [ 1.722730] debugfs: Directory 'pd:39' with parent 'pm_genpd' already present! [ 1.730050] debugfs: Directory 'pd:38' with parent 'pm_genpd' already present! [ 1.737814] debugfs: Directory 'pd:276' with parent 'pm_genpd' already present! [ 1.745680] debugfs: Directory 'pd:154' with parent 'pm_genpd' already present! [ 1.758619] ALSA device list: [ 1.761586] No soundcards found. [ 1.765304] Waiting for root device PARTUUID=3b6e2d6a-02... [ 1.799605] mmc1: new ultra high speed DDR50 SDHC card at address aaaa [ 1.806541] mmcblk1: mmc1:aaaa SC16G 14.8 GiB [ 1.816051] mmcblk1: p1 p2 [ 1.820252] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 1.827764] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 1.835850] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 1.843934] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 1.852428] j721e-pcie 2910000.pcie: Failed to init phy [ 2.319053] EXT4-fs (mmcblk1p2): recovery complete [ 2.324475] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null) [ 2.332594] VFS: Mounted root (ext4 filesystem) on device 179:98. [ 2.347621] devtmpfs: mounted [ 2.351359] Freeing unused kernel memory: 1856K [ 2.355997] Run /sbin/init as init process [ 2.532338] systemd[1]: System time before build time, advancing clock. [ 2.582491] NET: Registered protocol family 10 [ 2.587540] Segment Routing with IPv6 [ 2.617982] systemd[1]: systemd 244.5+ running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR -SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid) [ 2.639743] systemd[1]: Detected architecture arm64. Welcome to Arago 2021.09! [ 2.690269] systemd[1]: Set hostname to <j721s2-evm>. [ 2.881219] systemd[1]: /lib/systemd/system/irqbalanced.service:6: Unknown key name 'ConditionCPUs' in section 'Unit', ignoring. [ 2.906589] systemd[1]: /lib/systemd/system/docker.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock �� /run/docker.sock; please update the unit file accordingly. [ 2.980667] random: systemd: uninitialized urandom read (16 bytes read) [ 2.989166] systemd[1]: Created slice system-getty.slice. [ OK ] Created slice system-getty.slice. [ 3.010791] random: systemd: uninitialized urandom read (16 bytes read) [ 3.018253] systemd[1]: Created slice system-serial\x2dgetty.slice. [ OK ] Created slice system-serial\x2dgetty.slice. [ 3.038778] random: systemd: uninitialized urandom read (16 bytes read) [ 3.046078] systemd[1]: Created slice User and Session Slice. [ OK ] Created slice User and Session Slice. [ 3.066923] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ OK ] Started Dispatch Password ��ts to Console Directory Watch. [ 3.090828] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ OK ] Started Forward Password R��uests to Wall Directory Watch. [ 3.114829] systemd[1]: Reached target Paths. [ OK ] Reached target Paths. [ 3.130763] systemd[1]: Reached target Remote File Systems. [ OK ] Reached target Remote File Systems. [ 3.150748] systemd[1]: Reached target Slices. [ OK ] Reached target Slices. [ 3.166753] systemd[1]: Reached target Swap. [ OK ] Reached target Swap. [ 3.194362] systemd[1]: Listening on RPCbind Server Activation Socket. [ OK ] Listening on RPCbind Server Activation Socket. [ 3.214863] systemd[1]: Reached target RPC Port Mapper. [ OK ] Reached target RPC Port Mapper. [ 3.240121] systemd[1]: Listening on Process Core Dump Socket. [ OK ] Listening on Process Core Dump Socket. [ 3.262937] systemd[1]: Listening on initctl Compatibility Named Pipe. [ OK ] Listening on initctl Compatibility Named Pipe. [ 3.288779] systemd[1]: Condition check resulted in Journal Audit Socket being skipped. [ 3.297199] systemd[1]: Listening on Journal Socket (/dev/log). [ OK ] Listening on Journal Socket (/dev/log). [ 3.319119] systemd[1]: Listening on Journal Socket. [ OK ] Listening on Journal Socket. [ 3.339095] systemd[1]: Listening on Network Service Netlink Socket. [ OK ] Listening on Network Service Netlink Socket. [ 3.362998] systemd[1]: Listening on udev Control Socket. [ OK ] Listening on udev Control Socket. [ 3.382898] systemd[1]: Listening on udev Kernel Socket. [ OK ] Listening on udev Kernel Socket. [ 3.405374] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.429447] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.453416] systemd[1]: Mounting Kernel Debug File System... Mounting Kernel Debug File System... [ 3.480740] systemd[1]: Mounting Temporary Directory (/tmp)... Mounting Temporary Directory (/tmp)... [ 3.505637] systemd[1]: Starting Create list of static device nodes for the current kernel... Starting Create list of st��odes for the current kernel... [ 3.537562] systemd[1]: Starting Start psplash boot splash screen... Starting Start psplash boot splash screen... [ 3.568912] systemd[1]: Starting RPC Bind... Starting RPC Bind... [ 3.582934] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. [ 3.595657] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.615354] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.637729] systemd[1]: Starting Remount Root and Kernel File Systems... [ 3.644654] cryptodev: loading out-of-tree module taints kernel. Starting Remount Root and Kernel File Systems cryptodev: driver 1.10 loaded. [0m... [ 3.662073] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null) [ 3.673511] systemd[1]: Starting udev Coldplug all Devices... Starting udev Coldplug all Devices... [ 3.698084] systemd[1]: Started RPC Bind. [ OK ] Started RPC Bind. [ 3.711250] systemd[1]: Started Journal Service. [ OK ] Started Journal Service. [ OK ] Mounted Huge Pages File System. [ OK ] Mounted POSIX Message Queue File System. [ OK ] Mounted Kernel Debug File System. [ OK ] Mounted Temporary Directory (/tmp). [ OK ] Started Create list of sta�� nodes for the current kernel. [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 ] Started Load Kernel Modules. [ OK ] Started Remount Root and Kernel File Systems. Mounting Kernel Configuration File System... Starting Flush Journal to Persistent Storage... [ 3.956453] systemd-journald[178]: Received client request to flush runtime journal. Starting Apply Kernel Variables... Starting Create Static Device Nodes in /dev 3.983884] random: systemd-journal: uninitialized urandom read (16 bytes read) m... [ OK ] Mounted Kernel Configuration File System. [ OK ] Started Flush Journal to Persistent Storage. [ OK ] Started Apply Kernel Variables. [ OK ] Started Create Static Device Nodes in /dev. [ 4.075487] random: systemd: uninitialized urandom read (16 bytes read) [ OK ] Reached target Local File Systems (Pre). [ 4.098831] random: systemd: uninitialized urandom read (16 bytes read) Mounting /media/ram... Mounting /var/volatile... Starting udev Kernel Device Manager... [ OK ] Started udev Coldplug all Devices. [ OK ] Mounted /media/ram. [ OK ] Mounted /var/volatile. Starting udev Wait for Complete Device Initialization... Starting Load/Save Random Seed... [ OK ] Reached target Local File Systems. Starting Create Volatile Files and Directories... [ OK ] Started udev Kernel Device Manager. [ OK ] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [ OK ] Started Update UTMP about System Boot/Shutdown. [ OK ] Started Network Time Synchronization. [ OK ] Reached target System Time Set. [ OK ] Reached target System Time Synchronized. [ 4.534131] random: crng init done [ 4.535124] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 4.537585] random: 66 urandom warning(s) missed due to ratelimiting [ 4.546236] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 4.563911] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 4.572975] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 4.587020] j721e-pcie 2910000.pcie: Failed to init phy [ 4.601139] CAN device driver interface [ 4.621630] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 4.629217] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 4.641196] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 4.652476] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 4.666761] j721e-pcie 2910000.pcie: Failed to init phy [ 4.676277] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 4.683924] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 4.692047] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 4.700276] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 4.710303] j721e-pcie 2910000.pcie: Failed to init phy [ 4.715720] cdns-mhdp8546 a000000.dp-bridge: no PHY configured [ 4.725608] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 4.734449] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 4.743649] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 4.751813] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 4.766100] j721e-pcie 2910000.pcie: Failed to init phy [ 4.773126] k3-dsp-rproc 64800000.dsp: assigned reserved memory node vision-apps-c71-dma-memory@b0000000 [ 4.819470] cdns-mhdp8546 a000000.dp-bridge: no PHY configured [ 4.826916] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode [ 4.827873] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 4.833647] remoteproc remoteproc0: 64800000.dsp is available [ 4.847148] remoteproc remoteproc0: attaching to 64800000.dsp [ 4.849269] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 4.853042] remoteproc remoteproc0: unsupported resource 65538 [ 4.867013] PVR_K: 202: Read BVNC 36.53.104.796 from HW device registers [ 4.873947] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 4.874450] PVR_K: 202: RGX Device registered BVNC 36.53.104.796 with 1 core in the system [ 4.886794] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 4.891080] k3-dsp-rproc 64800000.dsp: DSP initialized in IPC-only mode [ 4.898807] alloc_contig_range: [8ac100, 8ac400) PFNs busy [ 4.910960] j721e-pcie 2910000.pcie: Failed to init phy [ 4.920565] [drm] Initialized pvr 1.15.6133109 20170530 for 4e20000000.gpu on minor 0 [ 4.933064] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1) [ 4.934213] cdns-mhdp8546 a000000.dp-bridge: no PHY configured [ 4.952712] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 4.960436] remoteproc0#vdev0buffer: assigned reserved memory node vision-apps-c71-dma-memory@b0000000 [ 4.969989] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 4.975136] virtio_rpmsg_bus virtio0: rpmsg host is online [ 4.978139] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 4.991716] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 5.000233] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xd [ 5.001092] platform 41000000.r5f: configured R5F for IPC-only mode [ 5.007442] j721e-pcie 2910000.pcie: Failed to init phy [ 5.023684] cdns-mhdp8546 a000000.dp-bridge: no PHY configured [ 5.024583] remoteproc0#vdev0buffer: registered virtio0 (type 7) [ 5.032466] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 5.036150] remoteproc remoteproc0: remote processor 64800000.dsp is now attached [ 5.050787] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 5.058541] platform 41000000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a0000000 [ 5.060015] k3-dsp-rproc 65800000.dsp: assigned reserved memory node vision-apps-c71_1-dma-memory@b6000000 [ 5.068637] remoteproc remoteproc1: 41000000.r5f is available [ 5.077820] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 5.083474] remoteproc remoteproc1: attaching to 41000000.r5f [ 5.091534] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 5.097363] platform 41000000.r5f: R5F core initialized in IPC-only mode [ 5.112270] remoteproc1#vdev0buffer: assigned reserved memory node vision-apps-r5f-dma-memory@a0000000 [ 5.115031] j721e-pcie 2910000.pcie: Failed to init phy [ 5.122115] virtio_rpmsg_bus virtio1: rpmsg host is online [ 5.132689] remoteproc1#vdev0buffer: registered virtio1 (type 7) [ 5.138843] remoteproc remoteproc1: remote processor 41000000.r5f is now attached [ 5.139890] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd [ 5.157526] platform 41400000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1) [ 5.169291] k3-dsp-rproc 65800000.dsp: configured DSP for IPC-only mode [ 5.170268] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe [ 5.184159] cdns-mhdp8546 a000000.dp-bridge: no PHY configured [ 5.190372] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 5.191109] remoteproc remoteproc2: 65800000.dsp is available [ 5.203695] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 5.217284] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 5.228428] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 5.237410] platform 41400000.r5f: configured R5F for IPC-only mode [ 5.244056] alloc_contig_range: [8ac200, 8ac500) PFNs busy [ 5.249752] j721e-pcie 2910000.pcie: Failed to init phy [ 5.250788] remoteproc remoteproc2: attaching to 65800000.dsp [ 5.260258] cdns-mhdp8546 a000000.dp-bridge: no PHY configured [ 5.267698] platform 41400000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a1000000 [ 5.277388] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 5.287420] remoteproc remoteproc3: 41400000.r5f is available [ 5.293281] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 5.301462] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 5.303585] remoteproc remoteproc3: attaching to 41400000.r5f [ 5.309609] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 5.319012] remoteproc remoteproc2: unsupported resource 65538 [ 5.335118] j721e-pcie 2910000.pcie: Failed to init phy [ 5.341692] alloc_contig_range: [8ac300, 8ac600) PFNs busy [ 5.393558] k3-dsp-rproc 65800000.dsp: DSP initialized in IPC-only mode [ 5.406170] cdns-mhdp8546 a000000.dp-bridge: no PHY configured [ 5.417388] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 5.426306] platform 41400000.r5f: R5F core initialized in IPC-only mode [ 5.433263] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 5.441448] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 5.460330] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 5.475000] j721e-pcie 2910000.pcie: Failed to init phy [ 5.481830] remoteproc2#vdev0buffer: assigned reserved memory node vision-apps-c71_1-dma-memory@b6000000 [ 5.493507] remoteproc remoteproc3: remote processor 41400000.r5f is now attached [ 5.507536] cdns-mhdp8546 a000000.dp-bridge: no PHY configured [ 5.514061] virtio_rpmsg_bus virtio2: rpmsg host is online [ 5.520107] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xd [ 5.527431] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 5.535142] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 5.547010] platform 5c00000.r5f: configured R5F for IPC-only mode [ 5.553322] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 5.563048] remoteproc2#vdev0buffer: registered virtio2 (type 7) [ 5.569411] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 5.581181] j721e-pcie 2910000.pcie: Failed to init phy [ 5.590617] platform 5c00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a2000000 [ 5.603989] cdns-mhdp8546 a000000.dp-bridge: no PHY configured [ 5.612274] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 5.619832] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 5.627920] remoteproc remoteproc4: 5c00000.r5f is available [ 5.638101] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 5.650361] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 5.653121] remoteproc remoteproc2: remote processor 65800000.dsp is now attached [ 5.666954] j721e-pcie 2910000.pcie: Failed to init phy [ 5.674788] remoteproc remoteproc4: attaching to 5c00000.r5f [ 5.680681] platform 5c00000.r5f: R5F core initialized in IPC-only mode [ 5.688074] remoteproc4#vdev0buffer: assigned reserved memory node vision-apps-r5f-dma-memory@a2000000 [ 5.702236] virtio_rpmsg_bus virtio3: rpmsg host is online [ 5.711099] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xd [ 5.731442] cdns-mhdp8546 a000000.dp-bridge: no PHY configured [ 5.742082] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 5.754804] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 5.770449] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 5.786751] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 5.805914] remoteproc4#vdev0buffer: registered virtio3 (type 7) [ 5.807372] j721e-pcie 2910000.pcie: Failed to init phy [ 5.812337] remoteproc remoteproc4: remote processor 5c00000.r5f is now attached [ 5.831352] platform 5d00000.r5f: configured R5F for IPC-only mode [ 5.839606] cdns-mhdp8546 a000000.dp-bridge: no PHY configured [ 5.847696] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 5.866782] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 5.874900] platform 5d00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a4000000 [ 5.875651] remoteproc remoteproc5: 5d00000.r5f is available [ 5.898792] remoteproc remoteproc5: attaching to 5d00000.r5f [ 5.904103] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 5.904638] platform 5d00000.r5f: R5F core initialized in IPC-only mode [ 5.918753] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 5.935048] j721e-pcie 2910000.pcie: Failed to init phy [ 5.943997] remoteproc5#vdev0buffer: assigned reserved memory node vision-apps-r5f-dma-memory@a4000000 [ 5.979174] virtio_rpmsg_bus virtio4: rpmsg host is online [ 5.987996] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xd [ 5.995218] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0x15 [ 6.008068] remoteproc5#vdev0buffer: registered virtio4 (type 7) [ 6.009841] virtio_rpmsg_bus virtio4: creating channel ti.ipc4.ping-pong addr 0xe [ 6.025727] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0x15 [ 6.033064] cdns-mhdp8546 a000000.dp-bridge: no PHY configured [ 6.038841] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xe [ 6.046564] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 6.051283] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0x15 [ 6.056876] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 6.067245] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xe [ 6.069834] remoteproc remoteproc5: remote processor 5d00000.r5f is now attached [ 6.082209] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0x15 [ 6.084327] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 6.099490] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 6.111059] j721e-pcie 2910000.pcie: Failed to init phy [ 6.144372] cdns-mhdp8546 a000000.dp-bridge: no PHY configured [ 6.154922] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 6.162486] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 6.171761] platform 5e00000.r5f: configured R5F for remoteproc mode [ 6.178216] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 6.186406] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 6.195052] j721e-pcie 2910000.pcie: Failed to init phy [ 6.213890] platform 5e00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a6000000 [ 6.247690] remoteproc remoteproc6: 5e00000.r5f is available [ 6.262204] remoteproc remoteproc6: Direct firmware load for j721s2-main-r5f1_0-fw failed with error -2 [ 6.276522] platform 5f00000.r5f: configured R5F for remoteproc mode [ 6.276698] remoteproc remoteproc6: powering up 5e00000.r5f [ 6.294269] remoteproc remoteproc6: Direct firmware load for j721s2-main-r5f1_0-fw failed with error -2 [ 6.309835] remoteproc remoteproc6: request_firmware failed: -2 [ 6.314233] m_can_platform 26a1000.can: m_can device registered (irq=39, version=32) [ 6.325009] platform 5f00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a7000000 [ 6.335191] cdns-mhdp8546 a000000.dp-bridge: no PHY configured [ 6.342414] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 6.356109] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 6.369581] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 6.379685] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 6.389855] j721e-pcie 2910000.pcie: Failed to init phy [ 6.399686] m_can_platform 40528000.can: m_can device registered (irq=19, version=32) [ 6.401199] remoteproc remoteproc7: 5f00000.r5f is available [ 6.411169] m_can_platform 40568000.can: m_can device registered (irq=21, version=32) [ 6.425871] m_can_platform 2731000.can: m_can device registered (irq=35, version=32) [ 6.438761] m_can_platform 2751000.can: m_can device registered (irq=37, version=32) [ 6.449944] cdns-mhdp8546 a000000.dp-bridge: no PHY configured [ 6.457140] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 6.466235] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 6.476836] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 6.485018] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 6.494192] j721e-pcie 2910000.pcie: Failed to init phy [ 6.509403] remoteproc remoteproc7: Direct firmware load for j721s2-main-r5f1_1-fw failed with error -2 [ 6.521630] remoteproc remoteproc7: powering up 5f00000.r5f [ 6.529277] remoteproc remoteproc7: Direct firmware load for j721s2-main-r5f1_1-fw failed with error -2 [ 6.544675] remoteproc remoteproc7: request_firmware failed: -2 [ 6.563483] cdns-mhdp8546 a000000.dp-bridge: no PHY configured [ 6.570418] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 6.582476] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 6.596754] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 6.609251] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 6.625168] virtio_rpmsg_bus virtio3: creating channel ti.ipc4.ping-pong addr 0xe [ 6.625171] j721e-pcie 2910000.pcie: Failed to init phy [ OK ] Created slice system-systemd\x2dfsck.slice. [ OK ] Found device /dev/mmcblk0p1. [ OK ] Found device /dev/mmcblk0p2. Starting File System Check on /dev/mmcblk0p1... Starting File System Check on /dev/mmcblk0p2... [ OK ] Found device /dev/mmcblk1p1. Starting File System Check on /dev/mmcblk1p1... [ OK ] Started File System Check on /dev/mmcblk0p1. Mounting /run/media/mmcblk0p1... [ OK ] Started File System Check on /dev/mmcblk0p2. Mounting /run/media/mmcblk0p2... [ OK ] Mounted /run/media/mmcblk0p1. [ 7.388084] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null) [ OK ] Mounted /run/media/mmcblk0p2. [ 7.465117] cdns-mhdp8546 a000000.dp-bridge: no PHY configured [ 7.474239] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 7.486762] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 7.502741] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 7.517888] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 7.531757] j721e-pcie 2910000.pcie: Failed to init phy [ 7.544093] cdns-mhdp8546 a000000.dp-bridge: no PHY configured [ 7.555521] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 7.575844] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 7.590817] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 7.609193] usbcore: registered new interface driver usbfs [ 7.614626] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 7.619454] usbcore: registered new interface driver hub [ 7.627378] j721e-pcie 2910000.pcie: Failed to init phy [ 7.629305] usbcore: registered new device driver usb [ 7.640588] cdns-mhdp8546 a000000.dp-bridge: no PHY configured [ OK ] Started File System Check on /dev/mmcblk1p1. Mounting /run/media/mmcblk1p1... [ 7.742448] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 7.754517] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 7.763241] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 7.772606] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 7.781397] j721e-pcie 2910000.pcie: Failed to init phy [ 7.788144] cdns-mhdp8546 a000000.dp-bridge: no PHY configured [ OK ] Started udev Wait for Complete Device Initialization. [ OK ] Started Hardware RNG Entropy Gatherer Daemon. [ OK ] Reached target System Initialization. [ OK ] Started Daily rotation of log files. [ OK ] Started Daily Cleanup of Temporary Directories. [ OK ] Reached target Timers. [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket. [ OK ] Listening on D-Bus System Message Bus Socket. Starting Docker Socket for the API. [ OK ] Listening on dropbear.socket. Starting Reboot and dump vmcore via kexec... [ OK ] Mounted /run/media/mmcblk1p1. [ OK ] Listening on Docker Socket for the API. [ OK ] Started Reboot and dump vmcore via kexec. [ OK ] Reached target Sockets. [ OK ] Reached target Basic System. [ OK ] Started Job spooling tools. [ OK ] Started Periodic Command Scheduler. [ OK ] Started D-Bus System Message Bus. Starting Print notice about GPLv3 packages... Starting set host name as per compatible name... Starting IPv6 Packet Filtering Framework... Starting IPv4 Packet Filtering Framework... [ OK ] Started irqbalance daemon. Starting Telephony service... Starting rc.pvr.service... Starting Login Service... [ OK ] Started TEE Supplicant. Starting Update weston ini�� based on the platform name... [ OK ] Started set host name as per compatible name. [ OK ] Started IPv6 Packet Filtering Framework. [ OK ] Started IPv4 Packet Filtering Framework. [ OK ] Started Update weston ini ��ge based on the platform name. [ OK ] Reached target Network (Pre). Starting Network Service... [ OK ] Started Telephony service. [ 8.405371] Bluetooth: Core ver 2.22 [ 8.411139] NET: Registered protocol family 31 [ 8.419209] Bluetooth: HCI device and connection manager initialized [ 8.432549] Bluetooth: HCI socket layer initialized [ 8.441429] Bluetooth: L2CAP socket layer initialized [ 8.451017] Bluetooth: SCO socket layer initialized [ OK ] Started Network Service. Starting Wait for Network to be Configured... Starting Network Name Resolution... [ 8.576097] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL) [ 8.590779] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode [ OK ] Started Login Service. [ OK ] Listening on Load/Save RF ��itch Status /dev/rfkill Watch. [ OK ] Started Network Name Resolution. [ OK ] Reached target Network. [ OK ] Reached target Host and Network Name Lookups. Starting Avahi mDNS/DNS-SD Stack... Starting Enable and configure wl18xx bluetooth stack... [ OK ] Started NFS status monitor for NFSv2/3 locking.. Starting Simple Network Ma��ent Protocol (SNMP) Daemon.... Starting Permit User Sessions... [ OK ] Started Permit User Sessions. [ OK ] Started Enable and configure wl18xx bluetooth stack. [ OK ] Started Getty on tty1. [ OK ] Started Serial Getty on ttyS2. [ OK ] Reached target Login Prompts. Starting Synchronize System and HW clocks... [ 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 ] Started rc.pvr.service. Starting weston.service... [ OK ] Started Simple Network Man��ement Protocol (SNMP) Daemon.. *************************************************************** *************************************************************** NOTICE: This file system contains the following GPLv3 packages: 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 gstreamer1.0-libav-dev gstreamer1.0-libav gzip less libasm1 libbfd libdw1 libelf1 libgdbm-compat4 libgdbm-dev libgdbm6 libgettextlib libgettextsrc libgmp-dev libgmp10 libgmpxx4 libidn2-0 libidn2-dev libmpc3 libmpfr6 libreadline-dev libreadline8 libunistring-dev libunistring2 m4-dev m4 make nettle-dev nettle parted python3-rfc3987 python3-strict-rfc3339 tar which zeromq If you do not wish to distribute GPLv3 components please remove the above packages prior to distribution. This can be done using the opkg remove command. i.e.: opkg remove <package> Where <package> is the name printed in the list above NOTE: If the package is a dependency of another package you will be notified of the dependent packages. You should use the --force-removal-of-dependent-packages option to also remove the dependent packages as well *************************************************************** *************************************************************** [ OK ] Started Print notice about GPLv3 packages. [ OK ] Started weston.service. Starting DEMO... Starting telnetd.service... [ OK ] Started DEMO. [ OK ] Started telnetd.service. [ 12.276354] PVR_K: 1012: RGX Firmware image 'rgx.fw.36.53.104.796' loaded [ 12.309857] PVR_K: 1012: Shader binary image 'rgx.sh.36.53.104.796' loaded [ 13.659546] PVR_K:(Error): 788: RGXSafetyEventHandler: Safety Watchdog Trigger ! [358] _____ _____ _ _ | _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_ | | _| .'| . | . | | __| _| . | | | -_| _| _| |__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_| |___| |___| Arago Project j721s2-evm ttyS2 Arago 2021.09 j721s2-evm ttyS2 j721s2-evm login: j721s2-evm login: root root@j721s2-evm:~# root@j721s2-evm:~# root@j721s2-evm:~# free -h total used free shared buff/cache available Mem: 1.7Gi 70Mi 1.5Gi 9.0Mi 87Mi 1.5Gi Swap: 0B 0B 0B root@j721s2-evm:~# root@j721s2-evm:~# free -m total used free shared buff/cache available Mem: 1692 70 1534 9 87 1502 Swap: 0 0 0 root@j721s2-evm:~# root@j721s2-evm:~# root@j721s2-evm:~#
U-Boot 2021.01 MV_BUILD_TAG: d5792b2035-dirty (Sep 27 2023 - 16:46:03 +0800)
SoC: J721S2 SR1.0 GP
Model: Texas Instruments J721S2 EVM
Board: J721S2X-PM1-SOM rev E2
DRAM: 3 GiB
Flash: 0 Bytes
MMC: mmc@4f80000: 0, mmc@4fb0000: 1
In: serial@2880000
Out: serial@2880000
Err: serial@2880000
am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA02102 cpsw_ver: 0x6BA82102 ale_ver: 0x00293904 Ports:1 mdio_freq:1000000
Net: eth0: ethernet@46000000port@1
Hit any key to stop autoboot: 0
mv_info: do_checkout_bootmedia:470: boot from SD card
switch to partitions #0, OK
mmc1 is current device
SD/MMC found on device 1
I feel that there might be a need to make modifications within the SBL, but I'm unsure about how to proceed. Can you provide some guidance?
Additionally, our plan is to wait until the board is produced and then reconfigure the DDR parameters using DDRSS tools.
Best Regards.
Tahm
Hi Tahm,
From the above logs, I see that you have 3 GB getting reflected onto the u-boot logs.
In the SBL, the configuration is basically regarding the DDR registers based on the number of instances. The size of the DDR is retrieved from either u-boot or linux.
The only place where DDR configuration happens in SBL is in {PDK_PATH}/packages/ti/boot/sbl/board/k3/sbl_main.c in the API Board_init(BOARD_INIT_DDR)
Regarding splitting of 2 DDR memory bank (i.e. lower 2GB and rest on the higher address) for 1GB on DDRSS0 and 2GB on DDRSS1 needs to be confirmed with the DDR expert.
I'm currently checking this internally with the DDR expert on how this can be mapped.
Regards,
Nikhil
Hi,
From a DDR perspective, you need to setup the DDR and MSMC registers to correspond to the desired hardware configuration. You can use the register configuration tool to help configure these registers. https://www.ti.com/lit/pdf/spracu8
If you are using a single rank LPDDR4 on one DDRSS and a dual rank LPDDR4 on the other, than we will have to make one additional modification to the register configuration tool output, as there currently is a limitation with v0.10.0 of the tool that prevents initialization from occurring correctly when the LPDDR4 memories have different number of ranks.
In addition to the register settings, you need to modify the u-boot source files to define the available memory at the lower and higher order memory regions. This is discussed in section 3.1.2 in the link provided above.
In the "dram_init_banksize" function, the two regions do not correspond to DDRSS0 and DDRSS1. Instead, they just refer to two different memory regions of the TI Processor where the DDR memory gets mapped to. From a hardware perspective, there is no control over which subset of the address space gets mapped to the DDR memory, and the mapping starts from the lower order memory space. Therefore, you must use the entire lower order memory region first.
Regards,
Kevin
Sure Tahm,
If there are no further queries, closing this thread.
Regards,
Nikhil
Hi, NIkhil,
We have replaced two Samsung DDR modules on the EVM board (a 16Gb DDR on DDRSS0 and an 8Gb DDR on DDRSS1). After configuring the DDR using the DDR register configuration tool and updating the U-Boot device tree and SBL header files, we conducted tests. We found that the EVM board with unmodified DDR chips could successfully boot to the file system login. However, the EVM board with the two replaced Samsung DDR modules could not start. It got stuck during SBL startup at the DDR initialization stage. I enabled SBL DDR DEBUG printing and found that it was getting stuck at the configuration of the BOARD_DDR_FSP_CLKCHNG_REQ_ADDR register, which had a value of 0, causing it to remain stuck in a while loop. Do you have any insights into the cause of this issue?
Our DDR configure spreadsheet:
5545.SPRACU8B_Jacinto7_DDRSS_RegConfigTool-原始-开始配置-DDR0-2GB-DDR1-1GB.rar
DDR data sheet:
4087.LP4_16Gb_M_200F_10x15_K4F6E3S4HM-TF(H)CL_Rev1.5.pdf
2844.[Datasheet]LP4_8Gb_D_200F_10x15_K4F8E3S4HD-GFCL_K4F8E3S4HD-GHCL_Rev1.3(1).pdf
Best Regards,
Tahm
Hi, Nikhil,
Is this issue related to the Frequency Set Point? When I was configuring the registers using the DDR register configuration tool, I couldn't find any information related to the Frequency Set Point in the Samsung DDR manual. As a result, I left the values in the picture below unchanged. I'm not sure if this is causing the problem.
Regards,
Tahm
Hi Xie,
Nikhil is out of office due to the TI regional holiday, and will follow-up once he is back in office later this week.
regards
Suman
Hi, Nikil and Suman,
I change the "Chip Selects / Ranks" from 2 to 1, now the startup looks normal, and can log into the file system.
but we don't know why, according to the Samsung DDR manual(attached aboved), the chip selects pin should be 2 .
Regards,
Tahm
Hi,
On the IOControl tab, section B ("DRAM IO Configuration"), can you make sure that F0 ODT is enabled and matching the ODT of F1 / F2?
Regards,
Kevin
Hi Tahm,
Thanks, can you please try enabling the CA / DQ ODT for Frequency Set 0?
Regards,
Kevin
Hi, Kevin,
I change the CA DQ ODT to the value as shown below:
SPRACU8B_Jacinto7_DDRSS_RegConfigTool-cyh-DDR0-2GB-DDR1-1GB-20231101-test.rar
but the SBL stuck at initlialzing DDR...
Regards,
Tahm
Hi Tahm,
I apologize for the delay - is help still needed here?
I see that you changed the F0 ODT to RZQ/1; however, I think this needs to be set to match the F1 / F2 setting (CA ODT = RZQ / 3 , and DQ ODT = RZQ/6).
If still facing issues, can you please give that suggestion a try?
Regards,
Kevin