U-Boot SPL 2023.04-gd56ea583 (Mar 18 2025 - 20:23:55 +0000) SYSFW ABI: 3.1 (firmware rev 0x000a '10.0.1--v10.00.01 (Fiery Fox)') SPL initial stack usage: 17048 bytes Trying to boot from MMC2 Authentication passed Authentication passed Authentication passed Authentication passed Authentication passed Starting ATF on ARM64 core... NOTICE: BL31: v2.12.1(release):lts-v2.12.1 NOTICE: BL31: Built : 20:23:55, Mar 18 2025 I/TC: I/TC: OP-TEE version: 4.5.0 (gcc version 12.2.0 (Debian 12.2.0-14)) #1 Tue Mar 18 20:23:55 UTC 2025 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: GIC redistributor base address not provided I/TC: Assuming default GIC group status and modifier I/TC: SYSFW ABI: 3.1 (firmware rev 0x000a '10.0.1--v10.00.01 (Fiery Fox)') I/TC: HUK Initialized I/TC: Primary CPU switching to normal world boot U-Boot SPL 2023.04-gd56ea583 (Mar 18 2025 - 20:23:55 +0000) SYSFW ABI: 3.1 (firmware rev 0x000a '10.0.1--v10.00.01 (Fiery Fox)') Trying to boot from MMC2 Authentication passed Authentication passed U-Boot 2023.04-gd56ea583 (Mar 18 2025 - 20:23:55 +0000) SoC: J722S SR1.0 HS-FS Model: BeagleBoard.org BeagleY-AI DRAM: 2 GiB (effective 4 GiB) Core: 104 devices, 28 uclasses, devicetree: separate MMC: mmc@fa00000: 1, mmc@fa20000: 2 Loading Environment from nowhere... OK In: serial@2800000 Out: serial@2800000 Err: serial@2800000 Net: eth0: ethernet@8000000port@1 Press SPACE to abort autoboot in 2 seconds => => => => => => => => => => => => - 14:10:14 [INFO] Disconnected serial from beagley_ai-fs - 14:10:14 [INFO] Connected to beagley_ai-fs via serial - 14:10:14 [INFO] Host: - 14:10:14 [INFO] Target: => - 14:10:14 [INFO] Host: version - 14:10:15 [INFO] Target: version U-Boot 2023.04-gd56ea583 (Mar 18 2025 - 20:23:55 +0000) aarch64-linux-gnu-gcc (Debian 12.2.0-14) 12.2.0 GNU ld (GNU Binutils for Debian) 2.40 => - 14:10:15 [INFO] Host: setenv bootargs 'console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ' - 14:10:15 [INFO] Target: setenv bootargs 'console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ' => - 14:10:15 [INFO] Host: setenv bootcmd '' - 14:10:15 [INFO] Target: setenv bootcmd '' => - 14:10:15 [INFO] Host: setenv autoload 'no' - 14:10:15 [INFO] Target: setenv autoload 'no' => - 14:10:15 [INFO] Host: setenv serverip '192.168.0.1' - 14:10:15 [INFO] Target: setenv serverip '192.168.0.1' => - 14:10:15 [INFO] Host: setenv _initramfs - - 14:10:16 [INFO] Target: setenv _initramfs - => - 14:10:16 [INFO] Host: printenv - 14:10:17 [INFO] Target: printenv _initramfs=- addr_fit=0x90000000 arch=arm args_all=setenv optargs ${optargs} earlycon=ns16550a,mmio32,0x02800000 ${mtdparts} args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype} args_ospi_nand=setenv bootargs console=${console} ${optargs} ubi.mtd=${ospi_nand_bootpart} root=${ospi_nand_bootvolume} rootfstype=ubifs autoload=no baudrate=115200 board=j722s board_name=j722s boot=mmc boot_a_script=load ${devtype} ${devnum}:${distro_bootpart} ${scriptaddr} ${prefix}${script}; source ${scriptaddr} boot_efi_binary=load ${devtype} ${devnum}:${distro_bootpart} ${kernel_addr_r} efi/boot/bootaa64.efi; if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r};else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi boot_efi_bootmgr=if fdt addr -q ${fdt_addr_r}; then bootefi bootmgr ${fdt_addr_r};else bootefi bootmgr;fi boot_extlinux=sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} ${prefix}${boot_syslinux_conf} boot_fdt=try boot_fit=0 boot_net_usb_start=usb start boot_prefixes=/ /boot/ boot_rprocs=if test ${dorprocboot} -eq 1 && test ${boot} = mmc; then rproc init; run boot_rprocs_mmc; fi; boot_rprocs_mmc=env set rproc_id; env set rproc_fw; env set secure_suffix; if test ${secure_rprocs} -eq 1; then env set secure_suffix -sec; fi; for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i; else env set rproc_fw $i${secure_suffix}; run rproc_load_and_boot_one; env set rproc_id; env set rproc_fw; fi; done boot_script_dhcp=boot.scr.uimg boot_scripts=boot.scr.uimg boot.scr boot_syslinux_conf=extlinux/extlinux.conf boot_targets=mmc0 mmc1 usb0 pxe dhcp bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled bootcmd= bootcmd_dhcp=devtype=dhcp; run boot_net_usb_start; if dhcp ${scriptaddr} ${boot_script_dhcp}; then source ${scriptaddr}; fi;setenv efi_fdtfile ${fdtfile}; setenv efi_old_vci ${bootp_vci};setenv efi_old_arch ${bootp_arch};setenv bootp_vci PXEClient:Arch:00011:UNDI:003000;setenv bootp_arch 0xb;if dhcp ${kernel_addr_r}; then tftpboot ${fdt_addr_r} dtb/${efi_fdtfile};if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r}; else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi;fi;setenv bootp_vci ${efi_old_vci};setenv bootp_arch ${efi_old_arch};setenv efi_fdtfile;setenv efi_old_arch;setenv efi_old_vci; bootcmd_mmc0=devnum=0; run mmc_boot bootcmd_mmc1=devnum=1; run mmc_boot bootcmd_pxe=run boot_net_usb_start; dhcp; if pxe get; then pxe boot; fi bootcmd_ti_mmc=run findfdt; run init_${boot}; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1; then run main_cpsw0_qsgmii_phyinit; fi; run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi; bootcmd_usb0=devnum=0; run usb_boot bootdelay=2 bootdir=/boot bootenvfile=uEnv.txt bootm_size=0x10000000 bootpart=1:2 bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr} console=ttyS2,115200n8 cpu=armv8 default_device_tree=ti/k3-j722s-evm.dtb dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1; rootfs part 0 1; tiboot3.bin.raw raw 0x0 0x400 mmcpart 1; tispl.bin.raw raw 0x400 0x1000 mmcpart 1; u-boot.img.raw raw 0x1400 0x2000 mmcpart 1; u-env.raw raw 0x3400 0x100 mmcpart 1; sysfw.itb.raw raw 0x3600 0x800 mmcpart 1 dfu_alt_info_mmc=boot part 1 1; rootfs part 1 2; tiboot3.bin fat 1 1; tispl.bin fat 1 1; u-boot.img fat 1 1; uEnv.txt fat 1 1; sysfw.itb fat 1 1 dfu_alt_info_nand=NAND.tiboot3 part 0 1; NAND.tispl part 0 2; NAND.tiboot3.backup part 0 3; NAND.u-boot part 0 4; NAND.u-boot-env part 0 5; NAND.u-boot-env.backup part 0 6; NAND.file-system part 0 7 dfu_alt_info_ospi=tiboot3.bin raw 0x0 0x080000; tispl.bin raw 0x080000 0x200000; u-boot.img raw 0x280000 0x400000; u-boot-env raw 0x680000 0x020000; sysfw.itb raw 0x6c0000 0x100000; rootfs raw 0x800000 0x3800000 dfu_alt_info_ospi_nand=ospi_nand.tiboot3 part 1; ospi_nand.tispl part 2; ospi_nand.u-boot part 3; ospi_nand.env part 4; ospi_nand.env.backup part 5; ospi_nand.rootfs part 6; ospi_nand.phypattern part 7 dfu_alt_info_ram=tispl.bin ram 0x80080000 0x200000; u-boot.img ram 0x81000000 0x400000 distro_bootcmd=for target in ${boot_targets}; do run bootcmd_${target}; done dorprocboot=0 dtboaddr=0x89000000 efi_dtb_prefixes=/ /dtb/ /dtb/current/ envboot=mmc dev ${mmcdev}; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadbootscript; then run bootscript; else if run loadbootenv; then echo Loaded env from ${bootenvfile}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi; fi; fi; ethaddr=04:25:e8:5c:08:5a fdt_addr_r=0x88000000 fdtaddr=0x88000000 fdtcontroladdr=fdebd610 fdtoverlay_addr_r=0x89000000 findfdt=setenv name_fdt ${default_device_tree}; setenv fdtfile ${name_fdt} finduuid=part uuid ${boot} ${bootpart} uuid get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/dtb/${name_fdt} get_fdt_ospi_nand=ubifsload ${fdtaddr} ${bootdir}/dtb/${fdtfile}; get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile} get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit} get_fit_ospi_nand=ubifsload ${addr_fit} ${bootdir}/${name_fit} get_fit_overlaystring=for overlay in $name_overlays; do; setexpr name_fit_overlay gsub / _ conf-${overlay}; setenv overlaystring ${overlaystring}'#'${name_fit_overlay}; done; get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern} get_kern_ospi_nand=ubifsload ${loadaddr} ${bootdir}/${name_kern} get_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/ti/${overlay} && fdt apply ${dtboaddr}; done; get_overlay_ospi_nand=fdt address ${fdtaddr} fdt resize 0x100000; for overlay in $name_overlays; do; ubifsload ${dtboaddr} ${bootdir}/dtb/${overlay} && fdt apply ${dtboaddr}; done; importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize} init_mmc=run args_all args_mmc init_ospi_nand=run args_all args_ospi_nand ospi_nand_ubi_init kernel_addr_r=0x82000000 load_efi_dtb=load ${devtype} ${devnum}:${distro_bootpart} ${fdt_addr_r} ${prefix}${efi_fdtfile} loadaddr=0x82000000 loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile} loadbootscript=load mmc ${mmcdev} ${loadaddr} boot.scr loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/dtb/${fdtfile} loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile} mmc_boot=if mmc dev ${devnum}; then devtype=mmc; run scan_dev_for_boot_part; fi mmcboot=mmc dev ${mmcdev}; devnum=${mmcdev}; devtype=mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadimage; then run args_mmc; if test ${boot_fit} -eq 1; then run run_fit; else run mmcloados; fi; fi; fi; mmcdev=1 mmcloados=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run get_fdt_mmc; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi; mmcrootfstype=ext4 rootwait mtdids=spi-nand0=spi-nand0 mtdparts=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) name_fit=fitImage name_kern=Image ospi_nand_bootpart=ospi_nand.rootfs ospi_nand_bootvolume=ubi0:rootfs ospi_nand_ubi_init=ubi part ${ospi_nand_bootpart}; ubifsmount ${ospi_nand_bootvolume}; partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs} pxefile_addr_r=0x80100000 ramdisk_addr_r=0x88080000 rd_spec=- rdaddr=0x88080000 rproc_fw_binaries= 0 /lib/firmware/j722s-mcu-r5f0_0-fw 2 /lib/firmware/j722s-main-r5f0_0-fw 3 /lib/firmware/j722s-c71_0-fw 4 /lib/firmware/j722s-c71_1-fw rproc_load_and_boot_one=if load mmc ${bootpart} $loadaddr ${rproc_fw}; then if rproc load ${rproc_id} ${loadaddr} ${filesize}; then rproc start ${rproc_id}; fi; fi run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring} run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr} scan_dev_for_boot=echo Scanning ${devtype} ${devnum}:${distro_bootpart}...; for prefix in ${boot_prefixes}; do run scan_dev_for_extlinux; run scan_dev_for_scripts; done;run scan_dev_for_efi; scan_dev_for_boot_part=part list ${devtype} ${devnum} -bootable devplist; env exists devplist || setenv devplist 1; for distro_bootpart in ${devplist}; do if fstype ${devtype} ${devnum}:${distro_bootpart} bootfstype; then part uuid ${devtype} ${devnum}:${distro_bootpart} distro_bootpart_uuid ; run scan_dev_for_boot; fi; done; setenv devplist scan_dev_for_efi=setenv efi_fdtfile ${fdtfile}; for prefix in ${efi_dtb_prefixes}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${efi_fdtfile}; then run load_efi_dtb; fi;done;run boot_efi_bootmgr;if test -e ${devtype} ${devnum}:${distro_bootpart} efi/boot/bootaa64.efi; then echo Found EFI removable media binary efi/boot/bootaa64.efi; run boot_efi_binary; echo EFI LOAD FAILED: continuing...; fi; setenv efi_fdtfile scan_dev_for_extlinux=if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${boot_syslinux_conf}; then echo Found ${prefix}${boot_syslinux_conf}; run boot_extlinux; echo EXTLINUX FAILED: continuing...; fi scan_dev_for_scripts=for script in ${boot_scripts}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${script}; then echo Found U-Boot script ${prefix}${script}; run boot_a_script; echo SCRIPT FAILED: continuing...; fi; done scriptaddr=0x80000000 secure_rprocs=0 serverip=192.168.0.1 soc=k3 stderr=serial@2800000 stdin=serial@2800000 stdout=serial@2800000 update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit} usb_boot=usb start; if usb dev ${devnum}; then devtype=usb; run scan_dev_for_boot_part; fi vendor=ti Environment size: 9937/262140 bytes => - 14:10:17 [INFO] Host: printenv bootargs - 14:10:17 [INFO] Target: printenv bootargs bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled => - 14:10:17 [INFO] Host: setenv bootargs ''${bootargs}' ip=:::::eth0:dhcp ' - 14:10:17 [INFO] Target: setenv bootargs ''${bootargs}' ip=:::::eth0:dhcp ' => - 14:10:17 [INFO] Host: setenv serverip '192.168.0.1' - 14:10:17 [INFO] Target: setenv serverip '192.168.0.1' => - 14:10:17 [INFO] Host: setenv autoload 'no' - 14:10:17 [INFO] Target: setenv autoload 'no' => - 14:10:18 [INFO] Host: dhcp - 14:10:19 [INFO] Target: dhcp link up on port 1, speed 1000, full duplex BOOTP broadcast 1 BOOTP broadcast 2 BOOTP broadcast 3 DHCP client bound to address 192.168.0.53 (1006 ms) => - 14:10:19 [INFO] Host: tftp ${loadaddr} 192.168.0.1:vatf_beagley_ai-fs-01/defd37c114190248dd3f2545540d4982 - 14:10:41 [INFO] Target: tftp ${loadaddr} 192.168.0.1:vatf_beagley_ai-fs-01/defd37c114190248dd3f2545540d4982 link up on port 1, speed 1000, full duplex Using ethernet@8000000port@1 device TFTP from server 192.168.0.1; our IP address is 192.168.0.53 Filename 'vatf_beagley_ai-fs-01/defd37c114190248dd3f2545540d4982'. Load address: 0x82000000 Loading: *#T T #############################################T ##T ## 23.2 MiB 1.1 MiB/s done Bytes transferred = 24330752 (1734200 hex) => - 14:10:41 [INFO] Host: tftp ${fdt_addr_r} 192.168.0.1:vatf_beagley_ai-fs-01/0aa786f351d20865380818e8a530a1cd - 14:10:41 [INFO] Target: tftp ${fdt_addr_r} 192.168.0.1:vatf_beagley_ai-fs-01/0aa786f351d20865380818e8a530a1cd link up on port 1, speed 1000, full duplex Using ethernet@8000000port@1 device TFTP from server 192.168.0.1; our IP address is 192.168.0.53 Filename 'vatf_beagley_ai-fs-01/0aa786f351d20865380818e8a530a1cd'. Load address: 0x88000000 Loading: *################################################## 45.7 KiB 5.6 MiB/s done Bytes transferred = 46773 (b6b5 hex) => - 14:10:41 [INFO] Host: fdt address ${fdt_addr_r} - 14:10:41 [INFO] Target: fdt address ${fdt_addr_r} Working FDT set to 88000000 => - 14:10:41 [INFO] Host: printenv bootargs - 14:10:41 [INFO] Target: printenv bootargs bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp => - 14:10:41 [INFO] Host: setenv bootargs ''${bootargs}' root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/beagley_ai-fs-01/autofs/6b19549b31a7076edc1fe62e2abb5d71,nolock,v3,tcp,rsize=4096,wsize=4096 ' - 14:10:42 [INFO] Target: setenv bootargs ''${bootargs}' root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/beagley_ai-fs-01/autofs/6b19549b31a7076edc1fe62e2abb5d71,nolock,v3,tcp,rsize=4096,wsize=4096 ' => - 14:10:42 [INFO] Host: printenv bootcmd - 14:10:42 [INFO] Target: printenv bootcmd bootcmd= => - 14:10:42 [INFO] Host: setenv bootcmd ''${bootcmd}' if iminfo ${loadaddr}; then bootm ${loadaddr} ${_initramfs} ${fdt_addr_r}; else booti ${loadaddr} ${_initramfs} ${fdt_addr_r}; fi' - 14:10:42 [INFO] Target: setenv bootcmd ''${bootcmd}' if iminfo ${loadaddr}; then bootm ${loadaddr} ${_initramfs} ${fdt_addr_r}; else booti ${loadaddr} ${_initramfs} ${fdt_addr_r}; fi' => - 14:10:42 [INFO] Host: version - 14:10:42 [INFO] Target: version U-Boot 2023.04-gd56ea583 (Mar 18 2025 - 20:23:55 +0000) aarch64-linux-gnu-gcc (Debian 12.2.0-14) 12.2.0 GNU ld (GNU Binutils for Debian) 2.40 => - 14:10:42 [INFO] Host: bdinfo - 14:10:42 [INFO] Target: bdinfo boot_params = 0x0000000000000000 DRAM bank = 0x0000000000000000 -> start = 0x0000000080000000 -> size = 0x0000000080000000 DRAM bank = 0x0000000000000001 -> start = 0x0000000880000000 -> size = 0x0000000080000000 flashstart = 0x0000000000000000 flashsize = 0x0000000000000000 flashoffset = 0x0000000000000000 baudrate = 115200 bps relocaddr = 0x00000000fff11000 reloc off = 0x000000007f711000 Build = 64-bit current eth = ethernet@8000000port@1 ethaddr = 04:25:e8:5c:08:5a IP addr = 192.168.0.53 fdt_blob = 0x00000000fdebd610 new_fdt = 0x00000000fdebd610 fdt_size = 0x00000000000137a0 multi_dtb_fit= 0x0000000000000000 lmb_dump_all: memory.cnt = 0x2 memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0 memory[1] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0 reserved.cnt = 0x3 reserved[0] [0x9e780000-0xa6bfffff], 0x08480000 bytes flags: 4 reserved[1] [0xfceb6000-0xffffffff], 0x0314a000 bytes flags: 0 reserved[2] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0 devicetree = separate arch_number = 0x0000000000000000 TLB addr = 0x00000000ffff0000 irq_sp = 0x00000000fdebd600 sp start = 0x00000000fdebd600 Early malloc usage: 2fc8 / 8000 => - 14:10:42 [INFO] Host: - 14:10:43 [INFO] Target: boot_params = 0x0000000000000000 DRAM bank = 0x0000000000000000 -> start = 0x0000000080000000 -> size = 0x0000000080000000 DRAM bank = 0x0000000000000001 -> start = 0x0000000880000000 -> size = 0x0000000080000000 flashstart = 0x0000000000000000 flashsize = 0x0000000000000000 flashoffset = 0x0000000000000000 baudrate = 115200 bps relocaddr = 0x00000000fff11000 reloc off = 0x000000007f711000 Build = 64-bit current eth = ethernet@8000000port@1 ethaddr = 04:25:e8:5c:08:5a IP addr = 192.168.0.53 fdt_blob = 0x00000000fdebd610 new_fdt = 0x00000000fdebd610 fdt_size = 0x00000000000137a0 multi_dtb_fit= 0x0000000000000000 lmb_dump_all: memory.cnt = 0x2 memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0 memory[1] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0 reserved.cnt = 0x3 reserved[0] [0x9e780000-0xa6bfffff], 0x08480000 bytes flags: 4 reserved[1] [0xfceb6000-0xffffffff], 0x0314a000 bytes flags: 0 reserved[2] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0 devicetree = separate arch_number = 0x0000000000000000 TLB addr = 0x00000000ffff0000 irq_sp = 0x00000000fdebd600 sp start = 0x00000000fdebd600 Early malloc usage: 2fc8 / 8000 => - 14:10:43 [INFO] Host: ls mmc 0:1 - 14:10:43 [INFO] Target: ls mmc 0:1 ** Bad device specification mmc 0 ** Couldn't find partition mmc 0:1 => - 14:10:43 [INFO] Host: ls mmc 1:1 - 14:10:43 [INFO] Target: ls mmc 1:1 344127 tiboot3.bin 969643 tispl.bin 938083 u-boot.img 54 ID.txt extlinux/ 34021888 Image ti/ 98550 k3-am67a-beagley-ai.dtb overlays/ 22921484 initrd.img 2478 sysconf.txt services/ 4 ws-calibrate.rules 9 file(s), 4 dir(s) => - 14:10:43 [INFO] Host: ext4ls mmc 0:2 /lib/firmware - 14:10:44 [INFO] Target: ext4ls mmc 0:2 /lib/firmware ** Bad device specification mmc 0 ** Couldn't find partition mmc 0:2 => - 14:10:44 [INFO] Host: ext4ls mmc 1:2 /lib/firmware - 14:10:44 [INFO] Target: ext4ls mmc 1:2 /lib/firmware => - 14:10:44 [INFO] Host: mmc rescan; echo $? - 14:10:44 [INFO] Target: mmc rescan; echo $? MMC Device 0 not found no mmc device at slot 0 1 => - 14:10:44 [INFO] Host: fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4 - 14:10:44 [INFO] Target: fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4 4 bytes written in 21 ms (0 Bytes/s) => - 14:10:44 [INFO] Host: boot - 14:11:03 [INFO] Target: boot ## Checking Image at 82000000 ... Unknown image format! ## Flattened Device Tree blob at 88000000 Booting using the fdt blob at 0x88000000 Working FDT set to 88000000 Loading Device Tree to 000000008fff1000, end 000000008ffff6b4 ... OK Working FDT set to 8fff1000 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 6.14.0-next-20250328 (user@host) (aarch64-none-linux-gnu-gcc (Arm GNU Toolchain 14.2.Rel1 (Build arm-14.52)) 14.2.1 20241119, GNU ld (Arm GNU Toolchain 14.2.Rel1 (Build arm-14.52)) 2.43.1.20241119) #kernel_patch_verify_build SMP PREEMPT Fri Mar 28 14:04:54 CDT 2 [ 0.000000] KASLR disabled due to lack of seed [ 0.000000] Machine model: BeagleBoard.org BeagleY-AI [ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '') [ 0.000000] printk: legacy bootconsole [ns16550a0] enabled [ 0.000000] efi: UEFI not found. [ 0.000000] OF: reserved mem: 0x000000009e780000..0x000000009e7fffff (512 KiB) nomap non-reusable tfa@9e780000 [ 0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a0000000..0x00000000a00fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a0000000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a0100000..0x00000000a0ffffff (15360 KiB) nomap non-reusable r5f-memory@a0100000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node mcu-r5fss-dma-memory-region@a1000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a1000000..0x00000000a10fffff (1024 KiB) nomap non-reusable mcu-r5fss-dma-memory-region@a1000000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node mcu-r5fss-memory-region@a1100000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a1100000..0x00000000a1ffffff (15360 KiB) nomap non-reusable mcu-r5fss-memory-region@a1100000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node main-r5fss-dma-memory-region@a2000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a2000000..0x00000000a20fffff (1024 KiB) nomap non-reusable main-r5fss-dma-memory-region@a2000000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node main-r5fss-memory-region@a2100000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a2100000..0x00000000a2ffffff (15360 KiB) nomap non-reusable main-r5fss-memory-region@a2100000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node c7x-dma-memory@a3000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a3000000..0x00000000a30fffff (1024 KiB) nomap non-reusable c7x-dma-memory@a3000000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node c7x-memory@a3100000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a3100000..0x00000000a3ffffff (15360 KiB) nomap non-reusable c7x-memory@a3100000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node c7x-dma-memory@a4000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a4000000..0x00000000a40fffff (1024 KiB) nomap non-reusable c7x-dma-memory@a4000000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node c7x-memory@a4100000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a4100000..0x00000000a4ffffff (15360 KiB) nomap non-reusable c7x-memory@a4100000 [ 0.000000] OF: reserved mem: 0x00000000a5000000..0x00000000a6bfffff (28672 KiB) nomap non-reusable ipc-memories@a5000000 [ 0.000000] NUMA: Faking a node at [mem 0x0000000080000000-0x00000008ffffffff] [ 0.000000] NODE_DATA(0) allocated [mem 0x8ff7fb980-0x8ff7fe0ff] [ 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-0x000000009e77ffff] [ 0.000000] node 0: [mem 0x000000009e780000-0x00000000a6bfffff] [ 0.000000] node 0: [mem 0x00000000a6c00000-0x00000000ffffffff] [ 0.000000] node 0: [mem 0x0000000880000000-0x00000008ffffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff] [ 0.000000] cma: Reserved 32 MiB at 0x0000000000000000 [ 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.5 [ 0.000000] percpu: Embedded 24 pages/cpu s61016 r8192 d29096 u98304 [ 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] Kernel command line: console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/beagley_ai-fs-01/autofs/6b19549b31a7076edc1fe62e2abb5d71,nolock,v3,tcp,rsize=4096,wsize=4096 [ 0.000000] sysrq: sysrq always enabled. [ 0.000000] Unknown kernel command line parameters "earlyprintk=serial,ttyS2,115200n8", will be passed to user space. [ 0.000000] printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes [ 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] software IO TLB: area num 4. [ 0.000000] software IO TLB: mapped [mem 0x00000000fa000000-0x00000000fe000000] (64MB) [ 0.000000] Fallback order for Node 0: 0 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1048576 [ 0.000000] Policy zone: Normal [ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off [ 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=512 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] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4. [ 0.000000] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_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: GICD_CTRL.DS=0, SCR_EL3.FIQ=1 [ 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 @0x0000000880050000 [ 0.000000] GIC: using cache flushing for LPI property table [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880060000 [ 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.008609] Console: colour dummy device 80x25 [ 0.013237] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000) [ 0.023900] pid_max: default: 32768 minimum: 301 [ 0.028688] LSM: initializing lsm=capability [ 0.033178] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.040747] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.069113] rcu: Hierarchical SRCU implementation. [ 0.074038] rcu: Max phase no-delay instances is 1000. [ 0.083480] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level [ 0.092166] EFI services will not be available. [ 0.097033] smp: Bringing up secondary CPUs ... I/TC: Secondary CPU 1 initializing I/TC: Secondary CPU 1 switching to normal world boot I/TC: Secondary CPU 2 initializing I/TC: Secondary CPU 2 switching to normal world boot I/TC: Secondary CPU 3 initializing I/TC: Secondary CPU 3 switching to normal world boot [ 0.110277] Detected VIPT I-cache on CPU1 [ 0.110363] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000 [ 0.110381] GICv3: CPU1: using allocated LPI pending table @0x0000000880070000 [ 0.110434] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] [ 0.119225] Detected VIPT I-cache on CPU2 [ 0.119296] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000 [ 0.119311] GICv3: CPU2: using allocated LPI pending table @0x0000000880080000 [ 0.119352] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] [ 0.128061] Detected VIPT I-cache on CPU3 [ 0.128128] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000 [ 0.128142] GICv3: CPU3: using allocated LPI pending table @0x0000000880090000 [ 0.128180] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] [ 0.128317] smp: Brought up 1 node, 4 CPUs [ 0.207916] SMP: Total of 4 processors activated. [ 0.212722] CPU: All CPU(s) started at EL2 [ 0.216943] CPU features: detected: 32-bit EL0 Support [ 0.222191] CPU features: detected: 32-bit EL1 Support [ 0.227451] CPU features: detected: CRC32 instructions [ 0.232702] CPU features: detected: PMUv3 [ 0.236830] alternatives: applying system-wide alternatives [ 0.243854] Memory: 3845664K/4194304K available (14976K kernel code, 1360K rwdata, 5492K rodata, 1792K init, 668K bss, 306844K reserved, 32768K cma-reserved) [ 0.259427] devtmpfs: initialized [ 0.272330] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.282319] posixtimers hash table entries: 2048 (order: 3, 32768 bytes, linear) [ 0.289901] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.297481] 26640 pages in range for non-PLT usage [ 0.297502] 518160 pages in range for PLT usage [ 0.302709] pinctrl core: initialized pinctrl subsystem [ 0.313208] DMI not present or invalid. [ 0.319249] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.326239] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations [ 0.333815] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.341900] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.350044] audit: initializing netlink subsys (disabled) [ 0.355777] audit: type=2000 audit(0.240:1): state=initialized audit_enabled=0 res=1 [ 0.356264] thermal_sys: Registered thermal governor 'step_wise' [ 0.363706] thermal_sys: Registered thermal governor 'power_allocator' [ 0.369887] cpuidle: using governor menu [ 0.380788] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.387814] ASID allocator initialised with 65536 entries [ 0.393539] Serial: AMBA PL011 UART driver [ 0.402328] /bus@f0000/interrupt-controller@1800000: Fixed dependency cycle(s) with /bus@f0000/interrupt-controller@1800000 [ 0.424359] HugeTLB: allocation took 0ms with hugepage_allocation_threads=1 [ 0.431511] HugeTLB: allocation took 0ms with hugepage_allocation_threads=1 [ 0.438628] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages [ 0.445562] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page [ 0.451964] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages [ 0.458893] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page [ 0.465290] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages [ 0.472220] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page [ 0.478617] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages [ 0.485548] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page [ 0.493991] ACPI: Interpreter disabled. [ 0.498338] k3-chipinfo 43000014.chipid: Family:J722S rev:SR1.0 JTAGID[0x0bba002f] Detected [ 0.507419] iommu: Default domain type: Translated [ 0.512341] iommu: DMA domain TLB invalidation policy: strict mode [ 0.519160] SCSI subsystem initialized [ 0.523439] usbcore: registered new interface driver usbfs [ 0.529081] usbcore: registered new interface driver hub [ 0.534533] usbcore: registered new device driver usb [ 0.540260] pps_core: LinuxPPS API ver. 1 registered [ 0.545337] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.554674] PTP clock support registered [ 0.558707] EDAC MC: Ver: 3.0.0 [ 0.562288] scmi_core: SCMI protocol bus registered [ 0.567719] FPGA manager framework [ 0.571291] Advanced Linux Sound Architecture Driver Initialized. [ 0.578515] vgaarb: loaded [ 0.581730] clocksource: Switched to clocksource arch_sys_counter [ 0.588258] VFS: Disk quotas dquot_6.6.0 [ 0.592292] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.599574] pnp: PnP ACPI: disabled [ 0.610066] NET: Registered PF_INET protocol family [ 0.615280] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.625605] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear) [ 0.634433] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.642357] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.650643] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear) [ 0.659139] TCP: Hash tables configured (established 32768 bind 32768) [ 0.666020] UDP hash table entries: 2048 (order: 5, 131072 bytes, linear) [ 0.673122] UDP-Lite hash table entries: 2048 (order: 5, 131072 bytes, linear) [ 0.680802] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.687157] RPC: Registered named UNIX socket transport module. [ 0.693228] RPC: Registered udp transport module. [ 0.698030] RPC: Registered tcp transport module. [ 0.702832] RPC: Registered tcp-with-tls transport module. [ 0.708434] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.715029] PCI: CLS 0 bytes, default 64 [ 0.723268] kvm [1]: nv: 566 coarse grained trap handlers [ 0.729348] kvm [1]: IPA Size Limit: 40 bits [ 0.735000] kvm [1]: vgic-v2@100020000 [ 0.738856] kvm [1]: GIC system register CPU interface enabled [ 0.744842] kvm [1]: vgic interrupt IRQ9 [ 0.748873] kvm [1]: Hyp nVHE mode initialized successfully [ 0.756134] Initialise system trusted keyrings [ 0.760976] workingset: timestamp_bits=42 max_order=20 bucket_order=0 [ 0.767901] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.774136] NFS: Registering the id_resolver key type [ 0.779332] Key type id_resolver registered [ 0.783607] Key type id_legacy registered [ 0.787722] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.794569] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 0.802346] 9p: Installing v9fs 9p2000 file system support [ 0.862047] Key type asymmetric registered [ 0.866237] Asymmetric key parser 'x509' registered [ 0.871283] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) [ 0.878841] io scheduler mq-deadline registered [ 0.883479] io scheduler kyber registered [ 0.887611] io scheduler bfq registered [ 0.894210] pinctrl-single 4084000.pinctrl: 34 pins, size 136 [ 0.900595] pinctrl-single f4000.pinctrl: 171 pins, size 684 [ 0.907914] ledtrig-cpu: registered to indicate activity on CPUs [ 0.921296] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 0.936692] loop: module loaded [ 0.940756] megasas: 07.727.03.00-rc1 [ 0.948512] tun: Universal TUN/TAP device driver, 1.6 [ 0.954467] thunder_xcv, ver 1.0 [ 0.957810] thunder_bgx, ver 1.0 [ 0.961120] nicpf, ver 1.0 [ 0.964282] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version [ 0.971666] hns3: Copyright (c) 2017 Huawei Corporation. [ 0.977135] hclge is initializing [ 0.980558] e1000: Intel(R) PRO/1000 Network Driver [ 0.985538] e1000: Copyright (c) 1999-2006 Intel Corporation. [ 0.991427] e1000e: Intel(R) PRO/1000 Network Driver [ 0.996493] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 1.002561] igb: Intel(R) Gigabit Ethernet Network Driver [ 1.008102] igb: Copyright (c) 2007-2014 Intel Corporation. [ 1.013834] igbvf: Intel(R) Gigabit Virtual Function Network Driver [ 1.020237] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. [ 1.026483] sky2: driver version 1.30 [ 1.031085] VFIO - User Level meta-driver version: 0.3 [ 1.038027] usbcore: registered new interface driver usb-storage [ 1.045927] i2c_dev: i2c /dev entries driver [ 1.052180] sdhci: Secure Digital Host Controller Interface driver [ 1.058543] sdhci: Copyright(c) Pierre Ossman [ 1.063535] Synopsys Designware Multimedia Card Interface Driver [ 1.070108] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.076959] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... [ 1.084162] usbcore: registered new interface driver usbhid [ 1.089869] usbhid: USB HID core driver [ 1.095580] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 (0,8000003f) counters available [ 1.106093] optee: probing for conduit method. I/TC: Reserved shared memory is enabled I/TC: Dynamic shared memory is enabled I/TC: Normal World virtualization support is disabled I/TC: Asynchronous notifications are disabled [ 1.110669] optee: revision 4.5 (0919de0f7c79ad35) [ 1.127309] optee: dynamic shared memory is enabled [ 1.137432] optee: initialized driver [ 1.142894] NET: Registered PF_PACKET protocol family [ 1.148178] 9pnet: Installing 9P2000 support [ 1.152607] Key type dns_resolver registered [ 1.167078] registered taskstats version 1 [ 1.171439] Loading compiled-in X.509 certificates [ 1.184805] Demotion targets for Node 0: null [ 1.194665] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x000a '10.0.1--v10.00.01 (Fiery Fox)') [ 1.263418] omap_i2c 2b200000.i2c: bus 0 rev0.12 at 100 kHz [ 1.270330] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created [ 1.278801] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created [ 1.288065] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created [ 1.297075] ti-sci-inta 4e400000.interrupt-controller: Interrupt Aggregator domain 200 created [ 1.307897] ti-udma 485c0100.dma-controller: Number of rings: 82 [ 1.316499] ti-udma 485c0100.dma-controller: Channels: 44 (bchan: 16, tchan: 12, rchan: 16) [ 1.327597] ti-udma 485c0000.dma-controller: Number of rings: 150 [ 1.338722] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15) [ 1.348385] ti-udma 4e230000.dma-controller: Number of rings: 40 [ 1.356041] ti-udma 4e230000.dma-controller: Channels: 20 (bchan: 0, tchan: 8, rchan: 12) [ 1.366677] printk: legacy console [ttyS2] disabled [ 1.372044] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 316, base_baud = 3000000) is a 8250 [ 1.380926] printk: legacy console [ttyS2] enabled [ 1.380926] printk: legacy console [ttyS2] enabled [ 1.390642] printk: legacy bootconsole [ns16550a0] disabled [ 1.390642] printk: legacy bootconsole [ns16550a0] disabled [ 1.441765] davinci_mdio 8000f00.mdio: davinci mdio revision 17.7, bus freq 1000000 [ 1.453051] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867 [ 1.461187] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01903, cpsw version 0x6BA81903 Ports: 3 quirks:00000002 [ 1.474243] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5 [ 1.481384] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512, Policers 32 [ 1.493233] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19 [ 1.514813] sdhci-am654 fa00000.mmc: Got CD GPIO [ 1.520007] mmc1: CQHCI version 5.10 [ 1.564535] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit [ 1.589179] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL) [ 1.599361] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode [ 1.631204] mmc1: new UHS-I speed SDR104 SDHC card at address aaaa [ 1.638157] mmcblk1: mmc1:aaaa SL32G 29.7 GiB [ 1.651507] mmcblk1: p1 p2 p3 [ 5.711261] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 5.729737] Sending DHCP requests ., OK [ 5.749600] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.53 [ 5.757267] IP-Config: Complete: [ 5.760492] device=eth0, hwaddr=04:25:e8:5c:08:5a, ipaddr=192.168.0.53, mask=255.255.255.0, gw=192.168.0.1 [ 5.770574] host=192.168.0.53, domain=ti.com, nis-domain=(none) [ 5.776927] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath= [ 5.776933] nameserver0=192.0.2.2, nameserver1=192.0.2.3 [ 5.789751] clk: Disabling unused clocks [ 5.798081] PM: genpd: Disabling unused power domains [ 5.803297] ALSA device list: [ 5.806276] No soundcards found. [ 5.823127] VFS: Mounted root (nfs filesystem) on device 0:22. [ 5.829465] devtmpfs: mounted [ 5.833151] Freeing unused kernel memory: 1792K [ 5.837787] Run /sbin/init as init process [ 5.978248] systemd[1]: System time advanced to timestamp on /var/lib/systemd/timesync/clock: Fri 2025-03-28 19:08:52 UTC [ 6.118437] NET: Registered PF_INET6 protocol family [ 6.129109] Segment Routing with IPv6 [ 6.132865] In-situ OAM (IOAM) with IPv6 [!p]104[?7h[ 6.189871] systemd[1]: systemd 257.4 running in system mode (-PAM -AUDIT -SELINUX -APPARMOR +IMA +IPE -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP -LIBCRYPTSETUP_PLUGINS +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -BTF +XKBCOMMON +UTMP -SYSVINIT -LIBARCHIVE) [ 6.223347] systemd[1]: Detected architecture arm64. [0;1;39mWelcome to [0m[1mPoky (Yocto Project Reference Distro) 5.1 (styhead)[0m[0;1;39m![0m [ 6.252186] systemd[1]: Hostname set to . [ 6.914580] systemd[1]: Queued start job for default target Multi-User System. [ 6.959021] systemd[1]: Created slice Slice /system/getty. [[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m. [ 6.979853] systemd[1]: Created slice Slice /system/modprobe. [[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m. [ 6.999766] systemd[1]: Created slice Slice /system/serial-getty. [[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m. [ 7.019190] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m. [ 7.038218] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started [0;1;39mDispatch Password Requests to Console Directory Watch[0m. [ 7.058097] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started [0;1;39mForward Password Requests to Wall Directory Watch[0m. [ 7.077948] systemd[1]: Expecting device /dev/hvc0... Expecting device [0;1;39m/dev/hvc0[0m... [ 7.093843] systemd[1]: Expecting device /dev/ttyAMA0... Expecting device [0;1;39m/dev/ttyAMA0[0m... [ 7.109831] systemd[1]: Expecting device /dev/ttyS2... Expecting device [0;1;39m/dev/ttyS2[0m... [ 7.126000] systemd[1]: Reached target NFS client services. [[0;32m OK [0m] Reached target [0;1;39mNFS client services[0m. [ 7.141902] systemd[1]: Reached target Path Units. [[0;32m OK [0m] Reached target [0;1;39mPath Units[0m. [ 7.157878] systemd[1]: Reached target Preparation for Remote File Systems. [[0;32m OK [0m] Reached target [0;1;39mPreparation for Remote File Systems[0m. [ 7.177859] systemd[1]: Reached target Remote File Systems. [[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m. [ 7.193880] systemd[1]: Reached target Slice Units. [[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m. [ 7.209901] systemd[1]: Reached target Swaps. [[0;32m OK [0m] Reached target [0;1;39mSwaps[0m. [ 7.278670] systemd[1]: Listening on RPCbind Server Activation Socket. [[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m. [ 7.298060] systemd[1]: Reached target RPC Port Mapper. [[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m. [ 7.315291] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on [0;1;39mSyslog Socket[0m. [ 7.339656] systemd[1]: Listening on Credential Encryption/Decryption. [[0;32m OK [0m] Listening on [0;1;39mCredential Encryption/Decryption[0m. [ 7.359004] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m. [ 7.378505] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m. [ 7.398482] systemd[1]: Listening on Journal Sockets. [[0;32m OK [0m] Listening on [0;1;39mJournal Sockets[0m. [ 7.414607] systemd[1]: Listening on Network Service Netlink Socket. [[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m. [ 7.435083] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m. [ 7.454290] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m. [ 7.470352] systemd[1]: Listening on User Database Manager Socket. [[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m. [ 7.496589] systemd[1]: Mounting Huge Pages File System... Mounting [0;1;39mHuge Pages File System[0m... [ 7.519663] systemd[1]: Mounting POSIX Message Queue File System... Mounting [0;1;39mPOSIX Message Queue File System[0m... [ 7.550143] systemd[1]: Mounting NFSD configuration filesystem... Mounting [0;1;39mNFSD configuration filesystem[0m... [ 7.579022] systemd[1]: Mounting Kernel Debug File System... Mounting [0;1;39mKernel Debug File System[0m... [ 7.598568] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing). [ 7.619017] systemd[1]: Mounting Temporary Directory /tmp... Mounting [0;1;39mTemporary Directory /tmp[0m... [ 7.644920] systemd[1]: Starting Create List of Static Device Nodes... Starting [0;1;39mCreate List of Static Device Nodes[0m... [ 7.668181] systemd[1]: Starting Load Kernel Module configfs... Starting [0;1;39mLoad Kernel Module configfs[0m... [ 7.698959] systemd[1]: Starting Load Kernel Module drm... Starting [0;1;39mLoad Kernel Module drm[0m... [ 7.724246] systemd[1]: Starting Load Kernel Module fuse... Starting [0;1;39mLoad Kernel Module fuse[0m... [ 7.738672] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/). [ 7.764001] systemd[1]: Starting Journal Service... Starting [0;1;39mJournal Service[0m... [ 7.794732] systemd[1]: Load Kernel Modules was skipped because no trigger condition checks were met. [ 7.821944] random: crng init done [ 7.822648] systemd[1]: Starting Generate network units from Kernel command line... Starting [0;1;39mGenerate network units from Kernel command line[0m... [ 7.842377] fuse: init (API version 7.43) [ 7.856870] systemd[1]: Starting Remount Root and Kernel File Systems... Starting [0;1;39mRemount Root and Kernel File Systems[0m... [ 7.883924] systemd[1]: Starting Apply Kernel Variables... Starting [0;1;39mApply Kernel Variables[0m... [ 7.896919] systemd[1]: Starting Load udev Rules from Credentials... Starting [0;1;39mLoad udev Rules from Credentials[0m... [ 7.932781] systemd[1]: Starting Coldplug All udev Devices... Starting [0;1;39mColdplug All udev Devices[0m... [ 7.958419] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[0m. [ 7.974977] systemd-journald[116]: Collecting audit messages is enabled. [ 7.990561] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m. [ 8.016380] systemd[1]: proc-fs-nfsd.mount: Mount process exited, code=exited, status=32/n/a [ 8.025017] systemd[1]: proc-fs-nfsd.mount: Failed with result 'exit-code'. [ 8.033468] systemd[1]: Failed to mount NFSD configuration filesystem. [[0;1;31mFAILED[0m] Failed to mount [0;1;39mNFSD configuration filesystem[0m. See 'systemctl status proc-fs-nfsd.mount' for details. [ 8.062159] systemd[1]: Dependency failed for NFS server and services. [[0;1;38:5:185mDEPEND[0m] Dependency failed for [0;1;39mNFS server and services[0m. [ 8.082058] systemd[1]: Dependency failed for NFS Mount Daemon. [[0;1;38:5:185mDEPEND[0m] Dependency failed for [0;1;39mNFS Mount Daemon[0m. [ 8.101981] systemd[1]: nfs-mountd.service: Job nfs-mountd.service/start failed with result 'dependency'. [ 8.111812] systemd[1]: nfs-server.service: Job nfs-server.service/start failed with result 'dependency'. [ 8.122882] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started [0;1;39mJournal Service[0m. [[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m. [[0;32m OK [0m] Mounted [0;1;39mTemporary Directory /tmp[0m. [[0;32m OK [0m] Finished [0;1;39mCreate List of Static Device Nodes[0m. [[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m. [[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m. [[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m. [[0;32m OK [0m] Finished [0;1;39mGenerate network units from Kernel command line[0m. [[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m. [[0;32m OK [0m] Finished [0;1;39mApply Kernel Variables[0m. [[0;32m OK [0m] Finished [0;1;39mLoad udev Rules from Credentials[0m. Starting [0;1;39mFlush Journal to Persistent Storage[0m... Starting [0;1;39mCreate Static Device Nodes in /dev gracefully[0m... [ 8.417360] systemd-journald[116]: Received client request to flush runtime journal. [[0;32m OK [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m. [[0;32m OK [0m] Finished [0;1;39mCreate Static Device Nodes in /dev gracefully[0m. [ 8.500820] audit: type=1334 audit(1743188934.835:2): prog-id=6 op=LOAD Starting [0;1;39mNetwork Name Resolution[0m... [ 8.517926] audit: type=1334 audit(1743188934.855:3): prog-id=7 op=LOAD Starting [0;1;39mNetwork Time Synchronization[0m... Starting [0;1;39mCreate Static Device Nodes in /dev[0m... [ 8.578320] audit: type=1334 audit(1743188934.915:4): prog-id=8 op=LOAD Starting [0;1;39mUser Database Manager[0m... [ 8.592061] audit: type=1334 audit(1743188934.919:5): prog-id=9 op=LOAD [ 8.604080] audit: type=1334 audit(1743188934.919:6): prog-id=10 op=LOAD [[0;32m OK [0m] Finished [0;1;39mCreate Static Device Nodes in /dev[0m. [[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[0m. [[0;32m OK [0m] Reached target [0;1;39mPreparation for Local File Systems[0m. [ 8.744531] audit: type=1334 audit(1743188935.079:7): prog-id=11 op=LOAD [ 8.751461] audit: type=1334 audit(1743188935.087:8): prog-id=12 op=LOAD Starting [0;1;39mRule-based Manager for Device Events and Files[0m... [[0;32m OK [0m] Started [0;1;39mUser Database Manager[0m. Mounting [0;1;39mFUSE Control File System[0m... Mounting [0;1;39mKernel Configuration File System[0m... Mounting [0;1;39m/var/volatile[0m... [[0;32m OK [0m] Mounted [0;1;39mFUSE Control File System[0m. [[0;32m OK [0m] Started [0;1;39mNetwork Name Resolution[0m. [[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m. [[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m. [[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m. [[0;32m OK [0m] Mounted [0;1;39m/var/volatile[0m. [[0;32m OK [0m] Reached target [0;1;39mHost and Network Name Lookups[0m. [[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m. Starting [0;1;39mLoad/Save OS Random Seed[0m... [[0;32m OK [0m] Reached target [0;1;39mLocal File Systems[0m. Starting [0;1;39mCreate System Files and Directories[0m... [[0;32m OK [0m] Finished [0;1;39mLoad/Save OS Random Seed[0m. [[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m. [[0;32m OK [0m] Finished [0;1;39mCreate System Files and Directories[0m. Starting [0;1;39mRPC Bind[0m... Starting [0;1;39mRecord System Boot/Shutdown in UTMP[0m... [ 9.854665] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fca100 [ 9.904363] omap-mailbox 29010000.mailbox: omap mailbox rev 0x66fca100 [ 9.943154] omap-mailbox 29020000.mailbox: omap mailbox rev 0x66fca100 [ 9.943383] ------------[ cut here ]------------ [ 9.954419] wiz bus@f0000:phy@f000000: Unable to create SERDES platform device [ 9.962560] WARNING: CPU: 2 PID: 198 at drivers/phy/ti/phy-j721e-wiz.c:1620 wiz_probe+0x9f0/0xf38 [phy_j721e_wiz] [ 9.970658] omap-mailbox 29030000.mailbox: omap mailbox rev 0x66fca100 [ 9.972868] Modules linked in: ti_k3_r5_remoteproc(+) phy_j721e_wiz(+) ti_k3_dsp_remoteproc sa2ul(+) authenc omap_mailbox(+) fuse drm backlight ipv6 [ 9.992706] CPU: 2 UID: 0 PID: 198 Comm: (udev-worker) Not tainted 6.14.0-next-20250328 #kernel_patch_verify_build PREEMPT [ 10.003826] Hardware name: BeagleBoard.org BeagleY-AI (DT) [ 10.009298] pstate: 60000005 (nZCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--) [ 10.016247] pc : wiz_probe+0x9f0/0xf38 [phy_j721e_wiz] [ 10.021388] lr : wiz_probe+0x9f0/0xf38 [phy_j721e_wiz] [ 10.026521] sp : ffff800082763760 [ 10.029824] x29: ffff800082763830 x28: ffff00087f833760 x27: ffff8000827637b0 [ 10.036954] x26: 0000000000000001 x25: 0000000000000001 x24: ffff000803b3f8d0 [ 10.044080] x23: ffff8000799601c8 x22: ffff000803b3f8c8 x21: ffff000800167810 [ 10.051207] x20: ffff000803b3f880 x19: 0000000000000000 x18: 0000000000000000 [ 10.058333] x17: 0000000000000000 x16: 0000000000000000 x15: 0000000000000000 [ 10.065459] x14: 000000000000015d x13: 00000000fa83b2da x12: 000086f76c1f8af8 [ 10.072585] x11: 000000000000000e x10: 0000000000000ab0 x9 : ffff8000827635e0 [ 10.079710] x8 : ffff00080036e290 x7 : 000000000000b67e x6 : 000000000000b68c [ 10.086837] x5 : 000000024d203800 x4 : ffff8007fe294000 x3 : 0000000000000a0c [ 10.093963] x2 : 0000000000000000 x1 : 0000000000000000 x0 : ffff00080036d780 [ 10.101091] Call trace: [ 10.103529] wiz_probe+0x9f0/0xf38 [phy_j721e_wiz] (P) [ 10.108665] platform_probe+0x68/0xd8 [ 10.112326] really_probe+0xbc/0x2c0 [ 10.115896] __driver_probe_device+0x78/0x120 [ 10.120246] driver_probe_device+0x3c/0x154 [ 10.124421] __driver_attach+0x90/0x1a0 [ 10.128249] bus_for_each_dev+0x7c/0xe0 [ 10.132078] driver_attach+0x24/0x30 [ 10.135646] bus_add_driver+0xe4/0x208 [ 10.139387] driver_register+0x68/0x130 [ 10.143216] __platform_driver_register+0x24/0x30 [ 10.147912] wiz_driver_init+0x20/0x1000 [phy_j721e_wiz] [ 10.153219] do_one_initcall+0x60/0x1d4 [ 10.157053] do_init_module+0x54/0x1fc [ 10.160798] load_module+0x1770/0x1cc0 [ 10.164541] init_module_from_file+0x88/0xcc [ 10.168805] __arm64_sys_finit_module+0x1c4/0x328 [ 10.173502] invoke_syscall+0x48/0x104 [ 10.177247] el0_svc_common.constprop.0+0xc0/0xe0 [ 10.181943] do_el0_svc+0x1c/0x28 [ 10.185251] el0_svc+0x30/0xcc [ 10.188303] el0t_64_sync_handler+0x10c/0x138 [ 10.192653] el0t_64_sync+0x198/0x19c [ 10.196310] ---[ end trace 0000000000000000 ]--- [ 10.201102] wiz bus@f0000:phy@f000000: probe with driver wiz failed with error -12 [[0;32m OK [0m] Finished [0;1;39mRecord System Boot/Shutdow[ 10.218316] k3-dsp-rproc 7e000000.dsp: assigned reserved memory node c7x-dma-memory@a3000000 n in UTMP[0m. [ 10.220049] ------------[ cut here ]------------ [ 10.233767] k3-dsp-rproc 7e000000.dsp: configured DSP for remoteproc mode [ 10.238238] wiz bus@f0000:phy@f010000: Unable to create SERDES platform device [ 10.245638] remoteproc remoteproc0: 7e000000.dsp is available [ 10.252489] WARNING: CPU: 2 PID: 198 at drivers/phy/ti/phy-j721e-wiz.c:1620 wiz_probe+0x9f0/0xf38 [phy_j721e_wiz] [ 10.259249] remoteproc remoteproc0: Direct firmware load for j722s-c71_0-fw failed with error -2 [ 10.264037] platform 79000000.r5f: configured R5F for remoteproc mode [ 10.267952] platform 79000000.r5f: assigned reserved memory node mcu-r5fss-dma-memory-region@a1000000 [ 10.268272] Modules linked in: rti_wdt(+) mc(+) ti_k3_r5_remoteproc(+) phy_j721e_wiz(+) ti_k3_dsp_remoteproc sa2ul authenc omap_mailbox fuse drm backlight ipv6 [ 10.268323] CPU: 2 UID: 0 PID: 198 Comm: (udev-worker) Tainted: G W 6.14.0-next-20250328 #kernel_patch_verify_build PREEMPT [ 10.268338] Tainted: [W]=WARN [ 10.268341] Hardware name: BeagleBoard.org BeagleY-AI (DT) [ 10.268346] pstate: 60000005 (nZCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--) [ 10.278418] remoteproc remoteproc1: 79000000.r5f is available [ 10.278499] remoteproc remoteproc0: powering up 7e000000.dsp [ 10.278578] remoteproc remoteproc0: Direct firmware load for j722s-c71_0-fw failed with error -2 [ 10.278589] remoteproc remoteproc0: request_firmware failed: -2 [ 10.283536] pc : wiz_probe+0x9f0/0xf38 [phy_j721e_wiz] [ 10.283566] lr : wiz_probe+0x9f0/0xf38 [phy_j721e_wiz] [ 10.283579] sp : ffff800082763760 [ 10.283583] x29: ffff800082763830 x28: ffff00087f834730 x27: ffff8000827637b0 [ 10.283598] x26: 0000000000000001 x25: 0000000000000001 x24: ffff000803b3f8d0 [ 10.283608] x23: ffff8000799601c8 x22: ffff000803b3f8c8 x21: ffff000800167c10 [ 10.283619] x20: ffff000803b3f880 [ 10.283710] k3-dsp-rproc 7e200000.dsp: assigned reserved memory node c7x-dma-memory@a4000000 [ 10.292838] k3-dsp-rproc 7e200000.dsp: configured DSP for remoteproc mode [ 10.293963] remoteproc remoteproc1: Direct firmware load for j722s-mcu-r5f0_0-fw failed with error -2 [ 10.293986] remoteproc remoteproc1: powering up 79000000.r5f [ 10.294024] remoteproc remoteproc1: Direct firmware load for j722s-mcu-r5f0_0-fw failed with error -2 [ 10.294033] remoteproc remoteproc1: request_firmware failed: -2 [ 10.298140] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1) [ 10.299195] platform 78000000.r5f: configured R5F for IPC-only mode [ 10.299297] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000 [ 10.303511] mc: Linux media interface: v0.10 [ 10.307037] x19: 0000000000000000 x18: 00000000000000a7 [ 10.307052] x17: 0000000000000005 x16: ffff800081a4b588 x15: ffff800081a4b5ad [ 10.307063] x14: 00000000000003dd x13: 00000000fa83b2da x12: 0000b128e6991e84 [ 10.307073] x11: 0000000000000047 x10: 0000000000000ab0 x9 : ffff8000827635e0 [ 10.307084] x8 : ffff00080036e290 x7 : 000000000000b67e x6 : 000000000000b6c5 [ 10.341216] remoteproc remoteproc2: 7e200000.dsp is available [ 10.346485] x5 : 000000025e611c00 x4 : 0000000000000002 x3 : 0000000000000a0c [ 10.346500] x2 : 0000000000000000 x1 : 0000000000000000 x0 : ffff00080036d780 [ 10.346512] Call trace: [ 10.346517] wiz_probe+0x9f0/0xf38 [phy_j721e_wiz] (P) [ 10.346542] platform_probe+0x68/0xd8 [ 10.356124] remoteproc remoteproc2: Direct firmware load for j722s-c71_1-fw failed with error -2 [ 10.361213] really_probe+0xbc/0x2c0 [ 10.361229] __driver_probe_device+0x78/0x120 [ 10.361239] driver_probe_device+0x3c/0x154 [ 10.361248] __driver_attach+0x90/0x1a0 [ 10.361256] bus_for_each_dev+0x7c/0xe0 [ 10.361265] driver_attach+0x24/0x30 [ 10.361273] bus_add_driver+0xe4/0x208 [ 10.363620] remoteproc remoteproc3: 78000000.r5f is available [ 10.363730] remoteproc remoteproc3: attaching to 78000000.r5f [ 10.364216] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node r5f-dma-memory@a0000000 [ 10.364683] virtio_rpmsg_bus virtio0: rpmsg host is online [ 10.364707] rproc-virtio rproc-virtio.3.auto: registered virtio0 (type 7) [ 10.364714] remoteproc remoteproc3: remote processor 78000000.r5f is now attached [ 10.366457] remoteproc remoteproc2: powering up 7e200000.dsp [ 10.371526] driver_register+0x68/0x130 [ 10.371540] __platform_driver_register+0x24/0x30 [ 10.371550] wiz_driver_init+0x20/0x1000 [phy_j721e_wiz] [ 10.371571] do_one_initcall+0x60/0x1d4 [ 10.374962] remoteproc remoteproc2: Direct firmware load for j722s-c71_1-fw failed with error -2 [ 10.381988] do_init_module+0x54/0x1fc [ 10.382006] load_module+0x1770/0x1cc0 [ 10.382017] init_module_from_file+0x88/0xcc [ 10.389179] remoteproc remoteproc2: request_firmware failed: -2 [ 10.396251] __arm64_sys_finit_module+0x1c4/0x328 [ 10.396267] invoke_syscall+0x48/0x104 [ 10.396278] el0_svc_common.constprop.0+0xc0/0xe0 [ 10.396288] do_el0_svc+0x1c/0x28 [ 10.681837] el0_svc+0x30/0xcc [ 10.681863] el0t_64_sync_handler+0x10c/0x138 [ 10.681873] el0t_64_sync+0x198/0x19c [[0;32m OK [0m] Started [0;1;39mRPC Bind[0m. [ 10.681885] ---[ end trace 0000000000000000 ]--- [ 10.681974] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd [ 10.682042] wiz bus@f0000:phy@f010000: probe with driver wiz failed with error -12 [ 10.682251] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe [ 10.703979] videodev: Linux video capture interface: v2.00 [[0;32m OK [0m] Reached target [0;1;39mSystem Initialization[0m. [ 10.738977] at24 0-0050: supply vcc not found, using dummy regulator [ 10.739934] input: tps65219-pwrbutton as /devices/platform/bus@f0000/bus@f0000:bus@b00000/2b200000.i2c/i2c-0/0-0030/tps65219-pwrbutton.2.auto/input/input0 [ 10.741910] rtc-ds1307 0-0068: registered as rtc0 [ 10.745791] rtc-ds1307 0-0068: hctosys: unable to read the hardware clock [ 10.771383] platform 78400000.r5f: configured R5F for remoteproc mode [ 10.780827] platform 78400000.r5f: assigned reserved memory node main-r5fss-dma-memory-region@a2000000 [ 10.784033] at24 0-0050: 4096 byte 24c32 EEPROM, writable, 1 bytes/write [[0;32m OK [0m] Started [0;1;39mDaily rotation of log files[ 10.797538] rtc-ti-k3 2b1f0000.rtc: registered as rtc1 [ 10.804373] remoteproc remoteproc4: 78400000.r5f is available [0m. [ 10.819915] remoteproc remoteproc4: Direct firmware load for j722s-main-r5f0_0-fw failed with error -2 [ 10.829892] remoteproc remoteproc4: powering up 78400000.r5f [[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary [ 10.836756] remoteproc remoteproc4: Direct firmware load for j722s-main-r5f0_0-fw failed with error -2 Directories[0m. [ 10.852570] remoteproc remoteproc4: request_firmware failed: -2 [[0;32m OK [0m] Reached target [0;1;39mTimer Units[0m. [[0;32m OK [0m] Listening on [0;1;39mD-Bus System Message Bus Socket[0m. [[0;32m OK [0m] Listening on [0;1;39mOpenSSH Server Sockettemd-ssh-generator, AF_UNIX Local)[0m. Starting [0;1;39msshd.socket[0m... [[0;32m OK [0m] Listening on [0;1;39mHostname Service Socket[0m. [ 10.958006] vdec 30210000.video-codec: sram node not found [ 11.002949] vdec 30210000.video-codec: Direct firmware load for cnm/wave521c_k3_codec_fw.bin failed with error -2 [ 11.049828] vdec 30210000.video-codec: request_firmware, fail: -2 [ 11.061325] vdec 30210000.video-codec: wave5_vpu_load_firmware, fail: -2 [[0;32m OK [0m] Listening on [0;1;39msshd.socket[0m. [[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m. [ 11.094690] vdec 30210000.video-codec: probe with driver vdec failed with error -2 [[0;32m OK [0m] Reached target [0;1;39mBasic System[0m. [[0;32m OK [0m] Started [0;1;39mJob spooling tools[0m. [[0;32m OK [0m] Started [0;1;39mPeriodic Command Scheduler[0m. Starting [0;1;39mD-Bus System Message Bus[0m... [[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m. Starting [0;1;39mIPv6 Packet Filtering Framework[0m... Starting [0;1;39mIPv4 Packet Filtering Framework[0m... [[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m. [[0;32m OK [0m] Started [0;1;39mSystem Logging Service[0m. [ 11.343162] audit: type=1334 audit(1743188937.679:9): prog-id=13 op=LOAD [ 11.350000] audit: type=1334 audit(1743188937.687:10): prog-id=14 op=LOAD [ 11.356907] audit: type=1334 audit(1743188937.691:11): prog-id=15 op=LOAD Starting [0;1;39mUser Login Management[0m... Starting [0;1;39mOpenSSH Key Generation[0m... [[0;32m OK [0m] Finished [0;1;39mIPv6 Packet Filtering Framework[0m. [[0;32m OK [0m] Finished [0;1;39mIPv4 Packet Filtering Framework[0m. [[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m. Starting [0;1;39mNetwork Configuration[0m... Starting [0;1;39mVirtual Console Setup[0m... [[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m. [[0;32m OK [0m] Finished [0;1;39mOpenSSH Key Generation[0m. [[0;32m OK [0m] Started [0;1;39mUser Login Management[0m. [[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF Kill Switch Status /dev/rfkill Watch[0m. [[0;32m OK [0m] Finished [0;1;39mVirtual Console Setup[0m. [[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m. [[0;32m OK [0m] Reached target [0;1;39mNetwork[0m. Starting [0;1;39mEnable Persistent Storage in systemd-networkd[0m... Starting [0;1;39mWait for Network to be Configured[0m... [[0;32m OK [0m] Finished [0;1;39mEnable Persistent Storage in systemd-networkd[0m. [[0;32m OK [0m] Finished [0;1;39mWait for Network to be Configured[0m. [[0;32m OK [0m] Reached target [0;1;39mNetwork is Online[0m. Starting [0;1;39mNotify NFS peers of a restart[0m... Starting [0;1;39mNFS status monitor for NFSv2/3 locking.[0m... [[0;32m OK [0m] Started [0;1;39mNotify NFS peers of a restart[0m. [[0;32m OK [0m] Started [0;1;39mNFS status monitor for NFSv2/3 locking.[0m. [!p]104[?7h[6n[32766;32766H[6n[!p]104[?7h[6n[32766;32766H[6n Poky (Yocto Project Reference Distro) 5.1 genericarm64 ttyS2 genericarm64 login: - 14:11:03 [INFO] Host: root - 14:11:07 [INFO] Target: root WARNING: Poky is a reference Yocto Project distribution that should be used for testing and development purposes only. It is recommended that you create your own distribution for production use. 7[r[999;999H[6nroot@genericarm64:~# - 14:11:07 [INFO] Sleeping 15 secs to allow systemd to finish starting processes... - 14:11:22 [INFO] Disconnected serial from beagley_ai-fs - 14:11:22 [INFO] Connected to beagley_ai-fs via serial - 14:11:22 [INFO] Host: uname -a - 14:11:22 [INFO] Target: uname -a Linux genericarm64 6.14.0-next-20250328 #kernel_patch_verify_build SMP PREEMPT Fri Mar 28 14:04:54 CDT 2 aarch64 GNU/Linux root@genericarm64:~# - 14:11:22 [INFO] Host: cat /proc/cmdline - 14:11:22 [INFO] Target: cat /proc/cmdline console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/beagley_ai-fs-01/autofs/6b19549b31a7076edc1fe62e2abb5d71,nolock,v3,tcp,rsize=4096,wsize=4096 root@genericarm64:~# - 14:11:22 [INFO] Host: uname -a - 14:11:22 [INFO] Target: uname -a Linux genericarm64 6.14.0-next-20250328 #kernel_patch_verify_build SMP PREEMPT Fri Mar 28 14:04:54 CDT 2 aarch64 GNU/Linux root@genericarm64:~# - 14:11:22 [INFO] Host: cat /proc/mtd - 14:11:22 [INFO] Target: cat /proc/mtd dev: size erasesize name root@genericarm64:~# - 14:11:22 [INFO] Host: grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/pnp /etc/resolv.conf && systemctl restart systemd-resolved - 14:11:23 [INFO] Target: grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/ne et/pnp /etc/resolv.conf && systemctl restart systemd-resolved root@genericarm64:~# - 14:11:23 [INFO] Host: /kernel-qc.sh - 14:11:24 [INFO] Target: /kernel-qc.sh KERNEL LOG MESSAGES OF INTEREST: err:11 warn:111 =====>>>> KERNEL err MESSAGES (11) <<<====== + dmesg -x -l err daemon:err : [ 8.033468] systemd[1]: Failed to mount NFSD configuration filesystem. kern :err : [ 10.201102] wiz bus@f0000:phy@f000000: probe with driver wiz failed with error -12 kern :err : [ 10.278589] remoteproc remoteproc0: request_firmware failed: -2 kern :err : [ 10.294033] remoteproc remoteproc1: request_firmware failed: -2 kern :err : [ 10.389179] remoteproc remoteproc2: request_firmware failed: -2 kern :err : [ 10.682042] wiz bus@f0000:phy@f010000: probe with driver wiz failed with error -12 kern :err : [ 10.745791] rtc-ds1307 0-0068: hctosys: unable to read the hardware clock kern :err : [ 10.852570] remoteproc remoteproc4: request_firmware failed: -2 kern :err : [ 11.049828] vdec 30210000.video-codec: request_firmware, fail: -2 kern :err : [ 11.061325] vdec 30210000.video-codec: wave5_vpu_load_firmware, fail: -2 kern :err : [ 11.094690] vdec 30210000.video-codec: probe with driver vdec failed with error -2 + set +x ====================== =====>>>> KERNEL warn MESSAGES (111) <<<====== + dmesg -x -l warn kern :warn : [ 0.000000] KASLR disabled due to lack of seed kern :warn : [ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19 daemon:warn : [ 8.025017] systemd[1]: proc-fs-nfsd.mount: Failed with result 'exit-code'. daemon:warn : [ 8.062159] systemd[1]: Dependency failed for NFS server and services. daemon:warn : [ 8.082058] systemd[1]: Dependency failed for NFS Mount Daemon. kern :warn : [ 9.943383] ------------[ cut here ]------------ kern :warn : [ 9.954419] wiz bus@f0000:phy@f000000: Unable to create SERDES platform device kern :warn : [ 9.962560] WARNING: CPU: 2 PID: 198 at drivers/phy/ti/phy-j721e-wiz.c:1620 wiz_probe+0x9f0/0xf38 [phy_j721e_wiz] kern :warn : [ 9.972868] Modules linked in: ti_k3_r5_remoteproc(+) phy_j721e_wiz(+) ti_k3_dsp_remoteproc sa2ul(+) authenc omap_mailbox(+) fuse drm backlight ipv6 kern :warn : [ 9.992706] CPU: 2 UID: 0 PID: 198 Comm: (udev-worker) Not tainted 6.14.0-next-20250328 #kernel_patch_verify_build PREEMPT kern :warn : [ 10.003826] Hardware name: BeagleBoard.org BeagleY-AI (DT) kern :warn : [ 10.009298] pstate: 60000005 (nZCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--) kern :warn : [ 10.016247] pc : wiz_probe+0x9f0/0xf38 [phy_j721e_wiz] kern :warn : [ 10.021388] lr : wiz_probe+0x9f0/0xf38 [phy_j721e_wiz] kern :warn : [ 10.026521] sp : ffff800082763760 kern :warn : [ 10.029824] x29: ffff800082763830 x28: ffff00087f833760 x27: ffff8000827637b0 kern :warn : [ 10.036954] x26: 0000000000000001 x25: 0000000000000001 x24: ffff000803b3f8d0 kern :warn : [ 10.044080] x23: ffff8000799601c8 x22: ffff000803b3f8c8 x21: ffff000800167810 kern :warn : [ 10.051207] x20: ffff000803b3f880 x19: 0000000000000000 x18: 0000000000000000 kern :warn : [ 10.058333] x17: 0000000000000000 x16: 0000000000000000 x15: 0000000000000000 kern :warn : [ 10.065459] x14: 000000000000015d x13: 00000000fa83b2da x12: 000086f76c1f8af8 kern :warn : [ 10.072585] x11: 000000000000000e x10: 0000000000000ab0 x9 : ffff8000827635e0 kern :warn : [ 10.079710] x8 : ffff00080036e290 x7 : 000000000000b67e x6 : 000000000000b68c kern :warn : [ 10.086837] x5 : 000000024d203800 x4 : ffff8007fe294000 x3 : 0000000000000a0c kern :warn : [ 10.093963] x2 : 0000000000000000 x1 : 0000000000000000 x0 : ffff00080036d780 kern :warn : [ 10.101091] Call trace: kern :warn : [ 10.103529] wiz_probe+0x9f0/0xf38 [phy_j721e_wiz] (P) kern :warn : [ 10.108665] platform_probe+0x68/0xd8 kern :warn : [ 10.112326] really_probe+0xbc/0x2c0 kern :warn : [ 10.115896] __driver_probe_device+0x78/0x120 kern :warn : [ 10.120246] driver_probe_device+0x3c/0x154 kern :warn : [ 10.124421] __driver_attach+0x90/0x1a0 kern :warn : [ 10.128249] bus_for_each_dev+0x7c/0xe0 kern :warn : [ 10.132078] driver_attach+0x24/0x30 kern :warn : [ 10.135646] bus_add_driver+0xe4/0x208 kern :warn : [ 10.139387] driver_register+0x68/0x130 kern :warn : [ 10.143216] __platform_driver_register+0x24/0x30 kern :warn : [ 10.147912] wiz_driver_init+0x20/0x1000 [phy_j721e_wiz] kern :warn : [ 10.153219] do_one_initcall+0x60/0x1d4 kern :warn : [ 10.157053] do_init_module+0x54/0x1fc kern :warn : [ 10.160798] load_module+0x1770/0x1cc0 kern :warn : [ 10.164541] init_module_from_file+0x88/0xcc kern :warn : [ 10.168805] __arm64_sys_finit_module+0x1c4/0x328 kern :warn : [ 10.173502] invoke_syscall+0x48/0x104 kern :warn : [ 10.177247] el0_svc_common.constprop.0+0xc0/0xe0 kern :warn : [ 10.181943] do_el0_svc+0x1c/0x28 kern :warn : [ 10.185251] el0_svc+0x30/0xcc kern :warn : [ 10.188303] el0t_64_sync_handler+0x10c/0x138 kern :warn : [ 10.192653] el0t_64_sync+0x198/0x19c kern :warn : [ 10.196310] ---[ end trace 0000000000000000 ]--- kern :warn : [ 10.220049] ------------[ cut here ]------------ kern :warn : [ 10.238238] wiz bus@f0000:phy@f010000: Unable to create SERDES platform device kern :warn : [ 10.252489] WARNING: CPU: 2 PID: 198 at drivers/phy/ti/phy-j721e-wiz.c:1620 wiz_probe+0x9f0/0xf38 [phy_j721e_wiz] kern :warn : [ 10.259249] remoteproc remoteproc0: Direct firmware load for j722s-c71_0-fw failed with error -2 kern :warn : [ 10.268272] Modules linked in: rti_wdt(+) mc(+) ti_k3_r5_remoteproc(+) phy_j721e_wiz(+) ti_k3_dsp_remoteproc sa2ul authenc omap_mailbox fuse drm backlight ipv6 kern :warn : [ 10.268323] CPU: 2 UID: 0 PID: 198 Comm: (udev-worker) Tainted: G W 6.14.0-next-20250328 #kernel_patch_verify_build PREEMPT kern :warn : [ 10.268338] Tainted: [W]=WARN kern :warn : [ 10.268341] Hardware name: BeagleBoard.org BeagleY-AI (DT) kern :warn : [ 10.268346] pstate: 60000005 (nZCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--) kern :warn : [ 10.278578] remoteproc remoteproc0: Direct firmware load for j722s-c71_0-fw failed with error -2 kern :warn : [ 10.283536] pc : wiz_probe+0x9f0/0xf38 [phy_j721e_wiz] kern :warn : [ 10.283566] lr : wiz_probe+0x9f0/0xf38 [phy_j721e_wiz] kern :warn : [ 10.283579] sp : ffff800082763760 kern :warn : [ 10.283583] x29: ffff800082763830 x28: ffff00087f834730 x27: ffff8000827637b0 kern :warn : [ 10.283598] x26: 0000000000000001 x25: 0000000000000001 x24: ffff000803b3f8d0 kern :warn : [ 10.283608] x23: ffff8000799601c8 x22: ffff000803b3f8c8 x21: ffff000800167c10 kern :warn : [ 10.283619] x20: ffff000803b3f880 kern :warn : [ 10.293963] remoteproc remoteproc1: Direct firmware load for j722s-mcu-r5f0_0-fw failed with error -2 kern :warn : [ 10.294024] remoteproc remoteproc1: Direct firmware load for j722s-mcu-r5f0_0-fw failed with error -2 kern :warn : [ 10.298140] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1) kern :warn : [ 10.307037] x19: 0000000000000000 x18: 00000000000000a7 kern :warn : [ 10.307052] x17: 0000000000000005 x16: ffff800081a4b588 x15: ffff800081a4b5ad kern :warn : [ 10.307063] x14: 00000000000003dd x13: 00000000fa83b2da x12: 0000b128e6991e84 kern :warn : [ 10.307073] x11: 0000000000000047 x10: 0000000000000ab0 x9 : ffff8000827635e0 kern :warn : [ 10.307084] x8 : ffff00080036e290 x7 : 000000000000b67e x6 : 000000000000b6c5 kern :warn : [ 10.346485] x5 : 000000025e611c00 x4 : 0000000000000002 x3 : 0000000000000a0c kern :warn : [ 10.346500] x2 : 0000000000000000 x1 : 0000000000000000 x0 : ffff00080036d780 kern :warn : [ 10.346512] Call trace: kern :warn : [ 10.346517] wiz_probe+0x9f0/0xf38 [phy_j721e_wiz] (P) kern :warn : [ 10.346542] platform_probe+0x68/0xd8 kern :warn : [ 10.356124] remoteproc remoteproc2: Direct firmware load for j722s-c71_1-fw failed with error -2 kern :warn : [ 10.361213] really_probe+0xbc/0x2c0 kern :warn : [ 10.361229] __driver_probe_device+0x78/0x120 kern :warn : [ 10.361239] driver_probe_device+0x3c/0x154 kern :warn : [ 10.361248] __driver_attach+0x90/0x1a0 kern :warn : [ 10.361256] bus_for_each_dev+0x7c/0xe0 kern :warn : [ 10.361265] driver_attach+0x24/0x30 kern :warn : [ 10.361273] bus_add_driver+0xe4/0x208 kern :warn : [ 10.371526] driver_register+0x68/0x130 kern :warn : [ 10.371540] __platform_driver_register+0x24/0x30 kern :warn : [ 10.371550] wiz_driver_init+0x20/0x1000 [phy_j721e_wiz] kern :warn : [ 10.371571] do_one_initcall+0x60/0x1d4 kern :warn : [ 10.374962] remoteproc remoteproc2: Direct firmware load for j722s-c71_1-fw failed with error -2 kern :warn : [ 10.381988] do_init_module+0x54/0x1fc kern :warn : [ 10.382006] load_module+0x1770/0x1cc0 kern :warn : [ 10.382017] init_module_from_file+0x88/0xcc kern :warn : [ 10.396251] __arm64_sys_finit_module+0x1c4/0x328 kern :warn : [ 10.396267] invoke_syscall+0x48/0x104 kern :warn : [ 10.396278] el0_svc_common.constprop.0+0xc0/0xe0 kern :warn : [ 10.396288] do_el0_svc+0x1c/0x28 kern :warn : [ 10.681837] el0_svc+0x30/0xcc kern :warn : [ 10.681863] el0t_64_sync_handler+0x10c/0x138 kern :warn : [ 10.681873] el0t_64_sync+0x198/0x19c kern :warn : [ 10.681885] ---[ end trace 0000000000000000 ]--- kern :warn : [ 10.738977] at24 0-0050: supply vcc not found, using dummy regulator kern :warn : [ 10.819915] remoteproc remoteproc4: Direct firmware load for j722s-main-r5f0_0-fw failed with error -2 kern :warn : [ 10.836756] remoteproc remoteproc4: Direct firmware load for j722s-main-r5f0_0-fw failed with error -2 kern :warn : [ 10.958006] vdec 30210000.video-codec: sram node not found kern :warn : [ 11.002949] vdec 30210000.video-codec: Direct firmware load for cnm/wave521c_k3_codec_fw.bin failed with error -2 kern :warn : [ 11.934511] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 kern :warn : [ 37.348960] kauditd_printk_skb: 1 callbacks suppressed + set +x ====================== SUMMARY: KERNEL LOG MESSAGES OF INTEREST: err:11 warn:111 NUM_DEVICES_DEFERRED:0 root@genericarm64:~# - 14:11:24 [INFO] Host: ls -l /lib/firmware; ls -lR /lib/firmware/ipc - 14:11:24 [INFO] Target: ls -l /lib/firmware; ls -lR /lib/firmware/ipc ls: cannot access '/lib/firmware': No such file or directory ls: cannot access '/lib/firmware/ipc': No such file or directory root@genericarm64:~# - 14:11:24 [INFO] Host: cat /proc/diskstats - 14:11:25 [INFO] Target: cat /proc/diskstats 7 0 loop0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 7 1 loop1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 7 2 loop2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 7 3 loop3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 7 4 loop4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 7 5 loop5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 7 6 loop6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 7 7 loop7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 179 0 mmcblk1 139 0 8431 261 0 0 0 0 0 124 261 0 0 0 0 0 0 179 1 mmcblk1p1 30 0 2096 70 0 0 0 0 0 80 70 0 0 0 0 0 0 179 2 mmcblk1p2 29 0 2088 53 0 0 0 0 0 52 53 0 0 0 0 0 0 179 3 mmcblk1p3 28 0 2127 76 0 0 0 0 0 68 76 0 0 0 0 0 0 root@genericarm64:~# - 14:11:25 [INFO] Host: cat /proc/interrupts - 14:11:25 [INFO] Target: cat /proc/interrupts CPU0 CPU1 CPU2 CPU3 9: 0 0 0 0 GICv3 25 Level vgic 11: 2992 2662 2301 2110 GICv3 30 Level arch_timer 12: 0 0 0 0 GICv3 27 Level kvm guest vtimer 14: 0 0 0 0 GICv3 23 Level arm-pmu 15: 881 0 0 0 GICv3 66 Level 4d000000.mailbox thr_012 21: 112 0 0 0 GICv3 197 Level 2b200000.i2c 22: 0 0 0 0 GICv3 256 Level tps65219_irq 23: 0 0 0 0 tps65219_irq 0 Edge LDO3_SCG 24: 0 0 0 0 tps65219_irq 1 Edge LDO3_OC 25: 0 0 0 0 tps65219_irq 2 Edge LDO3_UV 26: 0 0 0 0 tps65219_irq 3 Edge LDO4_SCG 27: 0 0 0 0 tps65219_irq 4 Edge LDO4_OC 28: 0 0 0 0 tps65219_irq 5 Edge LDO4_UV 29: 0 0 0 0 tps65219_irq 12 Edge LDO1_SCG 30: 0 0 0 0 tps65219_irq 13 Edge LDO1_OC 31: 0 0 0 0 tps65219_irq 14 Edge LDO1_UV 32: 0 0 0 0 tps65219_irq 15 Edge LDO2_SCG 33: 0 0 0 0 tps65219_irq 16 Edge LDO2_OC 34: 0 0 0 0 tps65219_irq 17 Edge LDO2_UV 35: 0 0 0 0 tps65219_irq 18 Edge BUCK3_SCG 36: 0 0 0 0 tps65219_irq 19 Edge BUCK3_OC 37: 0 0 0 0 tps65219_irq 20 Edge BUCK3_NEG_OC 38: 0 0 0 0 tps65219_irq 21 Edge BUCK3_UV 39: 0 0 0 0 tps65219_irq 22 Edge BUCK1_SCG 40: 0 0 0 0 tps65219_irq 23 Edge BUCK1_OC 41: 0 0 0 0 tps65219_irq 24 Edge BUCK1_NEG_OC 42: 0 0 0 0 tps65219_irq 25 Edge BUCK1_UV 43: 0 0 0 0 tps65219_irq 26 Edge BUCK2_SCG 44: 0 0 0 0 tps65219_irq 27 Edge BUCK2_OC 45: 0 0 0 0 tps65219_irq 28 Edge BUCK2_NEG_OC 46: 0 0 0 0 tps65219_irq 29 Edge BUCK2_UV 47: 0 0 0 0 tps65219_irq 38 Edge BUCK1_RV 48: 0 0 0 0 tps65219_irq 39 Edge BUCK2_RV 49: 0 0 0 0 tps65219_irq 40 Edge BUCK3_RV 50: 0 0 0 0 tps65219_irq 41 Edge LDO1_RV 51: 0 0 0 0 tps65219_irq 42 Edge LDO2_RV 52: 0 0 0 0 tps65219_irq 45 Edge LDO3_RV 53: 0 0 0 0 tps65219_irq 46 Edge LDO4_RV 54: 0 0 0 0 tps65219_irq 47 Edge BUCK1_RV_SD 55: 0 0 0 0 tps65219_irq 48 Edge BUCK2_RV_SD 56: 0 0 0 0 tps65219_irq 49 Edge BUCK3_RV_SD 57: 0 0 0 0 tps65219_irq 50 Edge LDO1_RV_SD 58: 0 0 0 0 tps65219_irq 53 Edge LDO2_RV_SD 59: 0 0 0 0 tps65219_irq 54 Edge LDO3_RV_SD 60: 0 0 0 0 tps65219_irq 55 Edge LDO4_RV_SD 61: 0 0 0 0 tps65219_irq 56 Edge TIMEOUT 62: 0 0 0 0 tps65219_irq 30 Edge SENSOR_3_WARM 63: 0 0 0 0 tps65219_irq 31 Edge SENSOR_2_WARM 64: 0 0 0 0 tps65219_irq 32 Edge SENSOR_1_WARM 65: 0 0 0 0 tps65219_irq 33 Edge SENSOR_0_WARM 66: 0 0 0 0 tps65219_irq 34 Edge SENSOR_3_HOT 67: 0 0 0 0 tps65219_irq 35 Edge SENSOR_2_HOT 68: 0 0 0 0 tps65219_irq 36 Edge SENSOR_1_HOT 69: 0 0 0 0 tps65219_irq 37 Edge SENSOR_0_HOT 70: 0 0 0 0 tps65219_irq 57 Edge tps65219-pwrbutton.2.auto 71: 0 0 0 0 tps65219_irq 58 Edge tps65219-pwrbutton.2.auto 154: 16587 0 0 0 MSI-INTA 1970707 Level 8000000.ethernet-tx0 162: 14 0 0 0 MSI-INTA 1970715 Level 8000000.ethernet-tx1 170: 0 0 0 0 MSI-INTA 1970723 Level 8000000.ethernet-tx2 178: 7 0 0 0 MSI-INTA 1970731 Level 8000000.ethernet-tx3 186: 3 0 0 0 MSI-INTA 1970739 Level 8000000.ethernet-tx4 194: 4 0 0 0 MSI-INTA 1970747 Level 8000000.ethernet-tx5 202: 3 0 0 0 MSI-INTA 1970755 Level 8000000.ethernet-tx6 210: 2 0 0 0 MSI-INTA 1970763 Level 8000000.ethernet-tx7 226: 0 0 0 0 MSI-INTA 1970779 Level 485c0000.dma-controller chan2 244: 23847 0 0 0 MSI-INTA 1971731 Level 8000000.ethernet-rx0 268: 0 0 0 0 MSI-INTA 1971755 Level 485c0000.dma-controller chan0 269: 0 0 0 0 MSI-INTA 1971756 Level 485c0000.dma-controller chan1 316: 664 0 0 0 GICv3 210 Level 2800000.serial 490: 0 0 0 0 GPIO 48 Edge -davinci_gpio fa00000.mmc cd 515: 375 0 0 0 GICv3 115 Level mmc1 516: 3 0 0 0 GICv3 108 Level mbox-wkup-r5-0 517: 1 0 0 0 GICv3 109 Level mbox-mcu-r5-0 518: 1 0 0 0 GICv3 140 Level mbox-c7x-0 519: 2 0 0 0 GICv3 141 Level mbox-c7x-1, mbox-main-r5-0 520: 0 0 0 0 GICv3 132 Level 2b1f0000.rtc IPI0: 893 1238 1258 1431 Rescheduling interrupts IPI1: 3283 8194 7356 7059 Function call interrupts IPI2: 0 0 0 0 CPU stop interrupts IPI3: 0 0 0 0 CPU stop NMIs IPI4: 0 0 0 0 Timer broadcast interrupts IPI5: 3 0 0 0 IRQ work interrupts IPI6: 0 0 0 0 CPU backtrace interrupts IPI7: 0 0 0 0 KGDB roundup interrupts Err: 0 root@genericarm64:~# - 14:11:25 [INFO] Host: cat /proc/softirqs - 14:11:26 [INFO] Target: cat /proc/softirqs CPU0 CPU1 CPU2 CPU3 HI: 0 0 0 0 TIMER: 1260 773 715 506 NET_TX: 34 0 0 2 NET_RX: 18937 0 1 1 BLOCK: 0 0 0 0 IRQ_POLL: 0 0 0 0 TASKLET: 839 0 1 0 SCHED: 1845 1308 1164 1063 HRTIMER: 0 0 0 0 RCU: 1971 2364 1966 1941 root@genericarm64:~# - 14:11:26 [INFO] Host: ls -lR /run/media/mmcblk0p1 - 14:11:26 [INFO] Target: ls -lR /run/media/mmcblk0p1 ls: cannot access '/run/media/mmcblk0p1': No such file or directory root@genericarm64:~# - 14:11:26 [INFO] Host: lsmod - 14:11:26 [INFO] Target: lsmod Module Size Used by cfg80211 421888 0 rfkill 28672 2 cfg80211 rpmsg_ctrl 12288 0 rpmsg_char 20480 1 rpmsg_ctrl wave5 86016 0 videobuf2_dma_contig 16384 1 wave5 videobuf2_memops 12288 1 videobuf2_dma_contig v4l2_mem2mem 36864 1 wave5 videobuf2_v4l2 28672 2 v4l2_mem2mem,wave5 videobuf2_common 57344 5 videobuf2_dma_contig,videobuf2_v4l2,v4l2_mem2mem,wave5,videobuf2_memops tps65219_pwrbutton 12288 0 at24 24576 0 rtc_ds1307 28672 0 k3_j72xx_bandgap 12288 0 rtc_ti_k3 12288 1 videodev 258048 3 videobuf2_v4l2,v4l2_mem2mem,wave5 rti_wdt 12288 0 mc 57344 4 videodev,videobuf2_v4l2,videobuf2_common,v4l2_mem2mem ti_k3_r5_remoteproc 24576 0 phy_j721e_wiz 28672 0 ti_k3_dsp_remoteproc 16384 0 sa2ul 32768 0 authenc 12288 1 sa2ul omap_mailbox 12288 5 fuse 159744 1 drm 573440 0 backlight 20480 1 drm ipv6 466944 30 root@genericarm64:~# - 14:11:26 [INFO] Host: echo 'hello world' - 14:11:26 [INFO] Target: echo 'hello world' hello world root@genericarm64:~#