- 15:29:33 [INFO] Starting target session - 15:29:47 [INFO] Connected to am571x-idk via serial - 15:29:47 [INFO] Host: #check prompt - 15:29:50 [ERROR] On command: #check prompt waiting for #check prompt.+?(?-mix:((?-mix:login:)|[Pp]assword)) >>> error: execution expired - 15:29:50 [INFO] Target: #check prompt /test # - 15:29:50 [INFO] Host: #check prompt - 15:29:51 [INFO] Target: #check prompt /test # - 15:29:51 [INFO] Host: sync;poweroff - 15:29:53 [INFO] Target: sync;poweroff /test # Stopping dropbear sshd: OK Stopping network: ifdown: interface lo not configured OK Saving random seed: OK Stopping klogd: OK Stopping syslogd: OK umount: devtmpfs busy - remounted read-only umount: can't unmount /: Invalid argument The system is going down NOW! Sent SIGTERM to all processes Sent SIGKILL to all processes Requesting system poweroff [ 443.157745] reboot: Power down - 15:29:53 [INFO] Disconnected serial from am571x-idk - 15:29:53 [INFO] Connected to am571x-idk via serial - 15:29:53 [INFO] Host: - 15:30:03 [INFO] Target: U-Boot SPL 2023.04-gc1c2bdf272 (Nov 30 2023 - 18:17:44 +0000) DRA722-GP ES2.0 Trying to boot from MMC1 no pinctrl state for default mode Loading Environment from FAT... no pinctrl state for default mode *** Error - No Valid Environment Area found *** Warning - bad env area, using default environment Loading Environment from MMC... *** Warning - bad CRC, using default environment U-Boot 2023.04-gc1c2bdf272 (Nov 30 2023 - 18:17:44 +0000) CPU : DRA722-GP ES2.0 Model: TI AM5718 IDK Board: AM571x IDK REV 1.3B DRAM: 1 GiB ti_emmc_boardid_get failed -5 Core: 71 devices, 24 uclasses, devicetree: separate MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1 Loading Environment from FAT... *** Error - No Valid Environment Area found *** Warning - bad env area, using default environment Loading Environment from MMC... *** Warning - bad CRC, using default environment Net: Warning: ethernet@48484000 MAC addresses don't match: Address in ROM is 44:ea:d8:0a:6c:1a Address in environment is 70:ff:76:1c:23:f1 eth2: ethernet@48484000 Hit any key to stop autoboot: 2 0 => => => => => => => => => - 15:30:04 [INFO] Disconnected serial from am571x-idk - 15:30:04 [INFO] Connected to am571x-idk via serial - 15:30:04 [INFO] Host: - 15:30:04 [INFO] Target: => - 15:30:04 [INFO] Host: version - 15:30:04 [INFO] Target: version U-Boot 2023.04-gc1c2bdf272 (Nov 30 2023 - 18:17:44 +0000) arm-oe-linux-gnueabi-gcc (GCC) 11.4.0 GNU ld (GNU Binutils) 2.38.20220708 => - 15:30:04 [INFO] Host: setenv bootargs 'console=ttyO2,115200n8 earlyprintk=serial,ttyO2,115200n8 rootwait fsck.mode=skip sysrq_always_enabled ' - 15:30:05 [INFO] Target: setenv bootargs 'console=ttyO2,115200n8 earlyprintk=serial,ttyO2,115200n8 rootwait fsck.mode=skip sysrq_always_enabled ' => - 15:30:05 [INFO] Host: setenv bootcmd '' - 15:30:05 [INFO] Target: setenv bootcmd '' => - 15:30:05 [INFO] Host: setenv autoload 'no' - 15:30:05 [INFO] Target: setenv autoload 'no' => - 15:30:05 [INFO] Host: setenv serverip '192.168.0.1' - 15:30:05 [INFO] Target: setenv serverip '192.168.0.1' => - 15:30:05 [INFO] Host: setenv _initramfs - - 15:30:05 [INFO] Target: setenv _initramfs - => - 15:30:05 [INFO] Host: printenv - 15:30:07 [INFO] Target: printenv _initramfs=- addr_fit=0x90000000 arch=arm args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype} autoload=no baudrate=115200 board=am57xx board_name=am571x_idk board_rev=1.3B board_serial=21184P520157 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/bootarm.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_script_dhcp=boot.scr.uimg boot_scripts=boot.scr.uimg boot.scr boot_syslinux_conf=extlinux/extlinux.conf boot_targets=ti_mmc mmc0 mmc1 pxe dhcp bootargs=console=ttyO2,115200n8 earlyprintk=serial,ttyO2,115200n8 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}; if test -z "${fdtfile}" -a -n "${soc}"; then setenv efi_fdtfile ${soc}-${board}${boardver}.dtb; fi; setenv efi_old_vci ${bootp_vci};setenv efi_old_arch ${bootp_arch};setenv bootp_vci PXEClient:Arch:00010:UNDI:003000;setenv bootp_arch 0xa;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 get_name_kern; run mmcboot bootdelay=2 bootdir=/boot bootenvfile=uEnv.txt bootm_size=0x10000000 bootpart=0:2 bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr} console=ttyS2,115200n8 cpu=armv7 dfu_alt_info_emmc=rawemmc raw 0 3751936;boot part 1 1;rootfs part 1 2;MLO fat 1 1;MLO.raw raw 0x100 0x200;u-boot.img.raw raw 0x300 0x1000;u-env.raw raw 0x1300 0x200;spl-os-args.raw raw 0x1500 0x200;spl-os-image.raw raw 0x1700 0x6900;spl-os-args fat 1 1;spl-os-image fat 1 1;u-boot.img fat 1 1;uEnv.txt fat 1 1 dfu_alt_info_mmc=boot part 0 1;rootfs part 0 2;MLO fat 0 1;MLO.raw raw 0x100 0x200;u-boot.img.raw raw 0x300 0x1000;u-env.raw raw 0x1300 0x200;spl-os-args.raw raw 0x1500 0x200;spl-os-image.raw raw 0x1700 0x6900;spl-os-args fat 0 1;spl-os-image fat 0 1;u-boot.img fat 0 1;uEnv.txt fat 0 1 dfu_alt_info_qspi=MLO raw 0x0 0x040000;u-boot.img raw 0x040000 0x0100000;u-boot-spl-os raw 0x140000 0x080000;u-boot-env raw 0x1C0000 0x010000;u-boot-env.backup raw 0x1D0000 0x010000;kernel raw 0x1E0000 0x800000 dfu_alt_info_ram=kernel ram 0x80200000 0x4000000;fdt ram 0x80f80000 0x80000;ramdisk ram 0x81000000 0x4000000 dfu_bufsiz=0x10000 distro_bootcmd=scsi_need_init=; for target in ${boot_targets}; do run bootcmd_${target}; done dofastboot=0 dtboaddr=0x89000000 efi_dtb_prefixes=/ /dtb/ /dtb/current/ emmc_android_boot=setenv mmcdev 1; mmc dev $mmcdev; mmc rescan; if bcb load 1 misc; then setenv ardaddr -; if bcb test command = bootonce-bootloader; then echo Android: Bootloader boot...; bcb clear command; bcb store; fastboot 1; exit; elif bcb test command = boot-recovery; then echo Android: Recovery boot...; setenv ardaddr $loadaddr;setenv apart recovery; else echo Android: Normal boot...; setenv ardaddr $loadaddr; setenv apart boot${slot_suffix}; fi; else echo Warning: BCB is corrupted or does not exist; echo Android: Normal boot...; fi; setenv eval_bootargs setenv bootargs $bootargs; run eval_bootargs; setenv machid fe6; if part start mmc $mmcdev $apart boot_start; then part size mmc $mmcdev $apart boot_size; mmc read $loadaddr $boot_start $boot_size; echo Preparing FDT...; if test $board_name = am57xx_evm_reva3; then echo " Reading DTBO partition..."; part start mmc ${mmcdev} dtbo${slot_suffix} p_dtbo_start; part size mmc ${mmcdev} dtbo${slot_suffix} p_dtbo_size; mmc read ${dtboaddr} ${p_dtbo_start} ${p_dtbo_size}; echo " Reading DTB for AM57x EVM RevA3..."; abootimg get dtb --index=0 dtb_start dtb_size; cp.b $dtb_start $fdtaddr $dtb_size; fdt addr $fdtaddr 0x80000; echo " Applying DTBOs for AM57x EVM RevA3..."; adtimg addr $dtboaddr; adtimg get dt --index=0 dtbo0_addr dtbo0_size; fdt apply $dtbo0_addr; adtimg get dt --index=1 dtbo1_addr dtbo1_size; fdt apply $dtbo1_addr; elif test $board_name = beagle_x15_revc; then echo " Reading DTB for Beagle X15 RevC..."; abootimg get dtb --index=0 dtb_start dtb_size; cp.b $dtb_start $fdtaddr $dtb_size; fdt addr $fdtaddr 0x80000; else echo Error: Android boot is not supported for $board_name; exit; fi; bootm $loadaddr $ardaddr $fdtaddr; else echo $apart partition not found; exit; fi; 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; eth2addr=70:ff:76:1c:23:f1 eth3addr=70:ff:76:1c:23:f2 eth4addr=70:ff:76:1c:23:f3 eth5addr=70:ff:76:1c:23:f4 eth6addr=70:ff:76:1c:23:f5 eth7addr=70:ff:76:1c:23:f6 fastboot.board_rev=1.3B fastboot.cpu=DRA722 fastboot.product=am571x_idk fastboot.secure=GP fdt_addr_r=0x88000000 fdtaddr=0x88000000 fdtcontroladdr=bdf18bf0 fdtfile=undefined fdtoverlay_addr_r=0x89000000 findfdt=if test $board_name = omap5_uevm; then setenv fdtfile omap5-uevm.dtb; fi; if test $board_name = dra7xx; then setenv fdtfile dra7-evm.dtb; fi;if test $board_name = dra72x-revc; then setenv fdtfile dra72-evm-revc.dtb; fi;if test $board_name = dra72x; then setenv fdtfile dra72-evm.dtb; fi;if test $board_name = dra71x; then setenv fdtfile dra71-evm.dtb; fi;if test $board_name = dra76x_acd; then setenv fdtfile dra76-evm.dtb; fi;if test $board_name = beagle_x15; then setenv fdtfile am57xx-beagle-x15.dtb; fi;if test $board_name = beagle_x15_revb1; then setenv fdtfile am57xx-beagle-x15-revb1.dtb; fi;if test $board_name = beagle_x15_revc; then setenv fdtfile am57xx-beagle-x15-revc.dtb; fi;if test $board_name = am5729_beagleboneai; then setenv fdtfile am5729-beagleboneai.dtb; fi;if test $board_name = am572x_idk; then setenv fdtfile am572x-idk.dtb; fi;if test $board_name = am574x_idk; then setenv fdtfile am574x-idk.dtb; fi;if test $board_name = am57xx_evm; then setenv fdtfile am57xx-beagle-x15.dtb; fi;if test $board_name = am57xx_evm_reva3; then setenv fdtfile am57xx-beagle-x15.dtb; fi;if test $board_name = am571x_idk; then setenv fdtfile am571x-idk.dtb; fi;if test $fdtfile = undefined; then echo WARNING: Could not determine device tree to use; fi; finduuid=part uuid mmc 0:2 uuid get_fit_config=setenv name_fit_config ${fdtfile} get_name_kern=if test $boot_fit -eq 1; then setenv bootfile fitImage; else setenv bootfile zImage; fi get_overlay_mmc=fdt address ${fdtaddr};fdt resize 0x100000;for overlay in $name_overlays;do;load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/${overlay} &&fdt apply ${dtboaddr};done; get_overlaystring=for overlay in $name_overlays;do;setenv overlaystring ${overlaystring}'#'${overlay};done; importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize} 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=0 mmcloados=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run loadfdt; then run get_overlay_mmc;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 name_fit=fitImage netargs=setenv bootargs console=${console} ${optargs} root=/dev/nfs nfsroot=${serverip}:${rootpath},${nfsopts} rw ip=dhcp netboot=echo Booting from network ...; setenv autoload no; dhcp; run netloadimage; run netloadfdt; run netargs; bootz ${loadaddr} - ${fdtaddr} netloadfdt=tftp ${fdtaddr} ${fdtfile} netloadimage=tftp ${loadaddr} ${bootfile} nfsopts=nolock partitions=uuid_disk=${uuid_gpt_disk};name=bootloader,start=384K,size=1792K,uuid=${uuid_gpt_bootloader};name=rootfs,start=2688K,size=-,uuid=${uuid_gpt_rootfs} partitions_android=uuid_disk=${uuid_gpt_disk};name=xloader,start=128K,size=256K,uuid=${uuid_gpt_xloader};name=bootloader,size=2048K,uuid=${uuid_gpt_bootloader};name=uboot-env,start=2432K,size=256K,uuid=${uuid_gpt_reserved};name=misc,size=128K,uuid=${uuid_gpt_misc};name=boot_a,size=20M,uuid=${uuid_gpt_boot_a};name=boot_b,size=20M,uuid=${uuid_gpt_boot_b};name=dtbo_a,size=8M,uuid=${uuid_gpt_dtbo_a};name=dtbo_b,size=8M,uuid=${uuid_gpt_dtbo_b};name=vbmeta_a,size=64K,uuid=${uuid_gpt_vbmeta_a};name=vbmeta_b,size=64K,uuid=${uuid_gpt_vbmeta_b};name=recovery,size=64M,uuid=${uuid_gpt_recovery};name=super,size=2560M,uuid=${uuid_gpt_super};name=metadata,size=16M,uuid=${uuid_gpt_metadata};name=userdata,size=-,uuid=${uuid_gpt_userdata} pxefile_addr_r=0x80100000 ramdisk_addr_r=0x88080000 rdaddr=0x88080000 rootpath=/export/rootfs run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring} 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}; if test -z "${fdtfile}" -a -n "${soc}"; then setenv efi_fdtfile ${soc}-${board}${boardver}.dtb; fi; 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/bootarm.efi; then echo Found EFI removable media binary efi/boot/bootarm.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 scsi_boot=run scsi_init; if scsi dev ${devnum}; then devtype=scsi; run scan_dev_for_boot_part; fi scsi_init=if ${scsi_need_init}; then scsi_need_init=false; scsi scan; fi serial#=150110127cca00e1 serverip=192.168.0.1 soc=omap5 static_ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}::off stderr=serial@48020000 stdin=serial@48020000 stdout=serial@48020000 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 usbtty=cdc_acm vendor=ti ver=U-Boot 2023.04-gc1c2bdf272 (Nov 30 2023 - 18:17:44 +0000) vram=16M Environment size: 12234/131067 bytes => - 15:30:07 [INFO] Host: printenv bootargs - 15:30:07 [INFO] Target: printenv bootargs bootargs=console=ttyO2,115200n8 earlyprintk=serial,ttyO2,115200n8 rootwait fsck.mode=skip sysrq_always_enabled => - 15:30:07 [INFO] Host: setenv bootargs ''${bootargs}' ip=:::::eth0:dhcp ' - 15:30:07 [INFO] Target: setenv bootargs ''${bootargs}' ip=:::::eth0:dhcp ' => - 15:30:07 [INFO] Host: setenv serverip '192.168.0.1' - 15:30:07 [INFO] Target: setenv serverip '192.168.0.1' => - 15:30:07 [INFO] Host: setenv autoload 'no' - 15:30:07 [INFO] Target: setenv autoload 'no' => - 15:30:07 [INFO] Host: dhcp - 15:30:11 [INFO] Target: dhcp ethernet@48484000 Waiting for PHY auto negotiation to complete.... done link up on port 0, speed 1000, full duplex BOOTP broadcast 1 BOOTP broadcast 2 BOOTP broadcast 3 DHCP client bound to address 192.168.0.128 (1255 ms) => - 15:30:11 [INFO] Host: tftp ${loadaddr} 192.168.0.1:vatf_am571x-idk-03/b163a04eb87d386150e36625c66b4359 - 15:30:17 [INFO] Target: tftp ${loadaddr} 192.168.0.1:vatf_am571x-idk-03/b163a04eb87d386150e36625c66b4359 link up on port 0, speed 1000, full duplex Using ethernet@48484000 device TFTP from server 192.168.0.1; our IP address is 192.168.0.128 Filename 'vatf_am571x-idk-03/b163a04eb87d386150e36625c66b4359'. Load address: 0x82000000 Loading: *T ################################################## 5.1 MiB 885.7 KiB/s done Bytes transferred = 5346584 (519518 hex) => - 15:30:17 [INFO] Host: tftp ${fdt_addr_r} 192.168.0.1:vatf_am571x-idk-03/297f8ba28bb15653595244245a3a54e4 - 15:30:17 [INFO] Target: tftp ${fdt_addr_r} 192.168.0.1:vatf_am571x-idk-03/297f8ba28bb15653595244245a3a54e4 link up on port 0, speed 1000, full duplex Using ethernet@48484000 device TFTP from server 192.168.0.1; our IP address is 192.168.0.128 Filename 'vatf_am571x-idk-03/297f8ba28bb15653595244245a3a54e4'. Load address: 0x88000000 Loading: *################################################## 146.2 KiB 11 MiB/s done Bytes transferred = 149706 (248ca hex) => - 15:30:17 [INFO] Host: fdt address ${fdt_addr_r} - 15:30:17 [INFO] Target: fdt address ${fdt_addr_r} Working FDT set to 88000000 => - 15:30:17 [INFO] Host: printenv bootargs - 15:30:17 [INFO] Target: printenv bootargs bootargs=console=ttyO2,115200n8 earlyprintk=serial,ttyO2,115200n8 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp => - 15:30:17 [INFO] Host: setenv bootargs ''${bootargs}' root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am571x-idk-03/autofs/29d150f62ef8c1505ae043eeb678acc5,nolock,v3,tcp,rsize=4096,wsize=4096 ' - 15:30:18 [INFO] Target: setenv bootargs ''${bootargs}' root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am571x-idk-03/autofs/29d150f62ef8c1505ae043eeb678acc5,nolock,v3,tcp,rsize=4096,wsize=4096 ' => - 15:30:18 [INFO] Host: printenv bootcmd - 15:30:18 [INFO] Target: printenv bootcmd bootcmd= => - 15:30:18 [INFO] Host: setenv bootcmd ''${bootcmd}' if iminfo ${loadaddr}; then bootm ${loadaddr} ${_initramfs} ${fdt_addr_r}; else bootz ${loadaddr} ${_initramfs} ${fdt_addr_r}; bootm ${loadaddr} ${_initramfs} ${fdt_addr_r}; fi' - 15:30:18 [INFO] Target: setenv bootcmd ''${bootcmd}' if iminfo ${loadaddr}; then bootm ${loadaddr} ${_initramfs} ${fdt_addr_r}; else bootz ${loadaddr} ${_initramfs} ${fdt_addr_r}; bootm ${loadaddr} ${_initramfs} ${fdt_addr_r}; fi' => - 15:30:18 [INFO] Host: version - 15:30:18 [INFO] Target: version U-Boot 2023.04-gc1c2bdf272 (Nov 30 2023 - 18:17:44 +0000) arm-oe-linux-gnueabi-gcc (GCC) 11.4.0 GNU ld (GNU Binutils) 2.38.20220708 => - 15:30:18 [INFO] Host: bdinfo - 15:30:19 [INFO] Target: bdinfo boot_params = 0x80000100 DRAM bank = 0x00000000 -> start = 0x80000000 -> size = 0x40000000 flashstart = 0x00000000 flashsize = 0x00000000 flashoffset = 0x00000000 baudrate = 115200 bps relocaddr = 0xbff5b000 reloc off = 0x3f75b000 Build = 32-bit current eth = ethernet@48484000 ethaddr = (not set) IP addr = 192.168.0.128 fdt_blob = 0xbdf18bf0 new_fdt = 0xbdf18bf0 fdt_size = 0x000222c0 lmb_dump_all: memory.cnt = 0x1 memory[0] [0x80000000-0xbfffffff], 0x40000000 bytes flags: 0 reserved.cnt = 0x1 reserved[0] [0xbcf0a000-0xbfffffff], 0x030f6000 bytes flags: 0 devicetree = separate arch_number = 0x00000000 TLB addr = 0xbfff0000 irq_sp = 0xbdf18be0 sp start = 0xbdf18bd0 Early malloc usage: 1070 / 2000 => - 15:30:19 [INFO] Host: - 15:30:19 [INFO] Target: boot_params = 0x80000100 DRAM bank = 0x00000000 -> start = 0x80000000 -> size = 0x40000000 flashstart = 0x00000000 flashsize = 0x00000000 flashoffset = 0x00000000 baudrate = 115200 bps relocaddr = 0xbff5b000 reloc off = 0x3f75b000 Build = 32-bit current eth = ethernet@48484000 ethaddr = (not set) IP addr = 192.168.0.128 fdt_blob = 0xbdf18bf0 new_fdt = 0xbdf18bf0 fdt_size = 0x000222c0 lmb_dump_all: memory.cnt = 0x1 memory[0] [0x80000000-0xbfffffff], 0x40000000 bytes flags: 0 reserved.cnt = 0x1 reserved[0] [0xbcf0a000-0xbfffffff], 0x030f6000 bytes flags: 0 devicetree = separate arch_number = 0x00000000 TLB addr = 0xbfff0000 irq_sp = 0xbdf18be0 sp start = 0xbdf18bd0 Early malloc usage: 1070 / 2000 => - 15:30:19 [INFO] Host: ls mmc 0:1 - 15:30:19 [INFO] Target: ls mmc 0:1 209192 am571x-idk.dtb 208677 am5729-beagleboneai.dtb 216299 am572x-idk.dtb 210515 am574x-idk.dtb 213372 am57xx-beagle-x15.dtb 213396 am57xx-beagle-x15-revb1.dtb 213362 am57xx-beagle-x15-revc.dtb extlinux/ 128600 MLO 1552240 u-boot.img 574 uEnv.txt 7774720 zImage System Volume Information/ 4 ws-calibrate.rules 12 file(s), 2 dir(s) => - 15:30:19 [INFO] Host: ls mmc 1:1 - 15:30:19 [INFO] Target: ls mmc 1:1 ** No partition table - mmc 1 ** Couldn't find partition mmc 1:1 => - 15:30:19 [INFO] Host: ext4ls mmc 0:2 /lib/firmware - 15:30:19 [INFO] Target: ext4ls mmc 0:2 /lib/firmware 4096 . 4096 .. 2040 LICENCE.ibt_firmware 2046 LICENCE.iwlwifi_firmware 49 am57xx-pru1_0-fw 49 am57xx-pru1_1-fw 49 am57xx-pru2_0-fw 49 am57xx-pru2_1-fw 9941039 dra7-dsp1-fw-radio.xe66 55 dra7-dsp1-fw.xe66 55 dra7-dsp2-fw.xe66 55 dra7-ipu1-fw.xem4 55 dra7-ipu2-fw.xem4 186 goodix_9271_cfg.bin 4096 intel 4096 ipc 918268 iwlwifi-3160-17.ucode 2448976 iwlwifi-8000C-34.ucode 2428004 iwlwifi-8000C-36.ucode 2440780 iwlwifi-8265-34.ucode 2436632 iwlwifi-8265-36.ucode 2678092 iwlwifi-9260-th-b0-jf-b0-34.ucode 2521412 iwlwifi-9260-th-b0-jf-b0-38.ucode 1489652 iwlwifi-9260-th-b0-jf-b0-46.ucode 4096 pru 4728 regulatory.db 1182 regulatory.db.p7s 4096 ti-connectivity 4096 ti-pruss 4002 vpdma-1b8.bin => - 15:30:19 [INFO] Host: ext4ls mmc 1:2 /lib/firmware - 15:30:20 [INFO] Target: ext4ls mmc 1:2 /lib/firmware ** No partition table - mmc 1 ** Couldn't find partition mmc 1:2 => - 15:30:20 [INFO] Host: mmc rescan; echo $? - 15:30:20 [INFO] Target: mmc rescan; echo $? 0 => - 15:30:20 [INFO] Host: fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4 - 15:30:20 [INFO] Target: fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4 4 bytes written in 5 ms (0 Bytes/s) => - 15:30:20 [INFO] Host: setenv extraargs 0 - 15:30:20 [INFO] Target: setenv extraargs 0 => - 15:30:20 [INFO] Host: printenv - 15:30:22 [INFO] Target: printenv _initramfs=- addr_fit=0x90000000 arch=arm args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype} autoload=no baudrate=115200 board=am57xx board_name=am571x_idk board_rev=1.3B board_serial=21184P520157 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/bootarm.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_script_dhcp=boot.scr.uimg boot_scripts=boot.scr.uimg boot.scr boot_syslinux_conf=extlinux/extlinux.conf boot_targets=ti_mmc mmc0 mmc1 pxe dhcp bootargs=console=ttyO2,115200n8 earlyprintk=serial,ttyO2,115200n8 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am571x-idk-03/autofs/29d150f62ef8c1505ae043eeb678acc5,nolock,v3,tcp,rsize=4096,wsize=4096 bootcmd= if iminfo ${loadaddr}; then bootm ${loadaddr} ${_initramfs} ${fdt_addr_r}; else bootz ${loadaddr} ${_initramfs} ${fdt_addr_r}; bootm ${loadaddr} ${_initramfs} ${fdt_addr_r}; fi bootcmd_dhcp=devtype=dhcp; run boot_net_usb_start; if dhcp ${scriptaddr} ${boot_script_dhcp}; then source ${scriptaddr}; fi;setenv efi_fdtfile ${fdtfile}; if test -z "${fdtfile}" -a -n "${soc}"; then setenv efi_fdtfile ${soc}-${board}${boardver}.dtb; fi; setenv efi_old_vci ${bootp_vci};setenv efi_old_arch ${bootp_arch};setenv bootp_vci PXEClient:Arch:00010:UNDI:003000;setenv bootp_arch 0xa;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 get_name_kern; run mmcboot bootdelay=2 bootdir=/boot bootenvfile=uEnv.txt bootm_size=0x10000000 bootpart=0:2 bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr} console=ttyS2,115200n8 cpu=armv7 dfu_alt_info_emmc=rawemmc raw 0 3751936;boot part 1 1;rootfs part 1 2;MLO fat 1 1;MLO.raw raw 0x100 0x200;u-boot.img.raw raw 0x300 0x1000;u-env.raw raw 0x1300 0x200;spl-os-args.raw raw 0x1500 0x200;spl-os-image.raw raw 0x1700 0x6900;spl-os-args fat 1 1;spl-os-image fat 1 1;u-boot.img fat 1 1;uEnv.txt fat 1 1 dfu_alt_info_mmc=boot part 0 1;rootfs part 0 2;MLO fat 0 1;MLO.raw raw 0x100 0x200;u-boot.img.raw raw 0x300 0x1000;u-env.raw raw 0x1300 0x200;spl-os-args.raw raw 0x1500 0x200;spl-os-image.raw raw 0x1700 0x6900;spl-os-args fat 0 1;spl-os-image fat 0 1;u-boot.img fat 0 1;uEnv.txt fat 0 1 dfu_alt_info_qspi=MLO raw 0x0 0x040000;u-boot.img raw 0x040000 0x0100000;u-boot-spl-os raw 0x140000 0x080000;u-boot-env raw 0x1C0000 0x010000;u-boot-env.backup raw 0x1D0000 0x010000;kernel raw 0x1E0000 0x800000 dfu_alt_info_ram=kernel ram 0x80200000 0x4000000;fdt ram 0x80f80000 0x80000;ramdisk ram 0x81000000 0x4000000 dfu_bufsiz=0x10000 distro_bootcmd=scsi_need_init=; for target in ${boot_targets}; do run bootcmd_${target}; done dnsip=192.0.2.2 dnsip2=192.0.2.3 dofastboot=0 dtboaddr=0x89000000 efi_dtb_prefixes=/ /dtb/ /dtb/current/ emmc_android_boot=setenv mmcdev 1; mmc dev $mmcdev; mmc rescan; if bcb load 1 misc; then setenv ardaddr -; if bcb test command = bootonce-bootloader; then echo Android: Bootloader boot...; bcb clear command; bcb store; fastboot 1; exit; elif bcb test command = boot-recovery; then echo Android: Recovery boot...; setenv ardaddr $loadaddr;setenv apart recovery; else echo Android: Normal boot...; setenv ardaddr $loadaddr; setenv apart boot${slot_suffix}; fi; else echo Warning: BCB is corrupted or does not exist; echo Android: Normal boot...; fi; setenv eval_bootargs setenv bootargs $bootargs; run eval_bootargs; setenv machid fe6; if part start mmc $mmcdev $apart boot_start; then part size mmc $mmcdev $apart boot_size; mmc read $loadaddr $boot_start $boot_size; echo Preparing FDT...; if test $board_name = am57xx_evm_reva3; then echo " Reading DTBO partition..."; part start mmc ${mmcdev} dtbo${slot_suffix} p_dtbo_start; part size mmc ${mmcdev} dtbo${slot_suffix} p_dtbo_size; mmc read ${dtboaddr} ${p_dtbo_start} ${p_dtbo_size}; echo " Reading DTB for AM57x EVM RevA3..."; abootimg get dtb --index=0 dtb_start dtb_size; cp.b $dtb_start $fdtaddr $dtb_size; fdt addr $fdtaddr 0x80000; echo " Applying DTBOs for AM57x EVM RevA3..."; adtimg addr $dtboaddr; adtimg get dt --index=0 dtbo0_addr dtbo0_size; fdt apply $dtbo0_addr; adtimg get dt --index=1 dtbo1_addr dtbo1_size; fdt apply $dtbo1_addr; elif test $board_name = beagle_x15_revc; then echo " Reading DTB for Beagle X15 RevC..."; abootimg get dtb --index=0 dtb_start dtb_size; cp.b $dtb_start $fdtaddr $dtb_size; fdt addr $fdtaddr 0x80000; else echo Error: Android boot is not supported for $board_name; exit; fi; bootm $loadaddr $ardaddr $fdtaddr; else echo $apart partition not found; exit; fi; 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; eth2addr=70:ff:76:1c:23:f1 eth3addr=70:ff:76:1c:23:f2 eth4addr=70:ff:76:1c:23:f3 eth5addr=70:ff:76:1c:23:f4 eth6addr=70:ff:76:1c:23:f5 eth7addr=70:ff:76:1c:23:f6 ethact=ethernet@48484000 extraargs=0 fastboot.board_rev=1.3B fastboot.cpu=DRA722 fastboot.product=am571x_idk fastboot.secure=GP fdt_addr_r=0x88000000 fdtaddr=88000000 fdtcontroladdr=bdf18bf0 fdtfile=undefined fdtoverlay_addr_r=0x89000000 fileaddr=88000000 filesize=248ca findfdt=if test $board_name = omap5_uevm; then setenv fdtfile omap5-uevm.dtb; fi; if test $board_name = dra7xx; then setenv fdtfile dra7-evm.dtb; fi;if test $board_name = dra72x-revc; then setenv fdtfile dra72-evm-revc.dtb; fi;if test $board_name = dra72x; then setenv fdtfile dra72-evm.dtb; fi;if test $board_name = dra71x; then setenv fdtfile dra71-evm.dtb; fi;if test $board_name = dra76x_acd; then setenv fdtfile dra76-evm.dtb; fi;if test $board_name = beagle_x15; then setenv fdtfile am57xx-beagle-x15.dtb; fi;if test $board_name = beagle_x15_revb1; then setenv fdtfile am57xx-beagle-x15-revb1.dtb; fi;if test $board_name = beagle_x15_revc; then setenv fdtfile am57xx-beagle-x15-revc.dtb; fi;if test $board_name = am5729_beagleboneai; then setenv fdtfile am5729-beagleboneai.dtb; fi;if test $board_name = am572x_idk; then setenv fdtfile am572x-idk.dtb; fi;if test $board_name = am574x_idk; then setenv fdtfile am574x-idk.dtb; fi;if test $board_name = am57xx_evm; then setenv fdtfile am57xx-beagle-x15.dtb; fi;if test $board_name = am57xx_evm_reva3; then setenv fdtfile am57xx-beagle-x15.dtb; fi;if test $board_name = am571x_idk; then setenv fdtfile am571x-idk.dtb; fi;if test $fdtfile = undefined; then echo WARNING: Could not determine device tree to use; fi; finduuid=part uuid mmc 0:2 uuid gatewayip=192.168.0.1 get_fit_config=setenv name_fit_config ${fdtfile} get_name_kern=if test $boot_fit -eq 1; then setenv bootfile fitImage; else setenv bootfile zImage; fi get_overlay_mmc=fdt address ${fdtaddr};fdt resize 0x100000;for overlay in $name_overlays;do;load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/${overlay} &&fdt apply ${dtboaddr};done; get_overlaystring=for overlay in $name_overlays;do;setenv overlaystring ${overlaystring}'#'${overlay};done; importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize} ipaddr=192.168.0.128 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=0 mmcloados=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run loadfdt; then run get_overlay_mmc;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 name_fit=fitImage netargs=setenv bootargs console=${console} ${optargs} root=/dev/nfs nfsroot=${serverip}:${rootpath},${nfsopts} rw ip=dhcp netboot=echo Booting from network ...; setenv autoload no; dhcp; run netloadimage; run netloadfdt; run netargs; bootz ${loadaddr} - ${fdtaddr} netloadfdt=tftp ${fdtaddr} ${fdtfile} netloadimage=tftp ${loadaddr} ${bootfile} netmask=255.255.255.0 nfsopts=nolock partitions=uuid_disk=${uuid_gpt_disk};name=bootloader,start=384K,size=1792K,uuid=${uuid_gpt_bootloader};name=rootfs,start=2688K,size=-,uuid=${uuid_gpt_rootfs} partitions_android=uuid_disk=${uuid_gpt_disk};name=xloader,start=128K,size=256K,uuid=${uuid_gpt_xloader};name=bootloader,size=2048K,uuid=${uuid_gpt_bootloader};name=uboot-env,start=2432K,size=256K,uuid=${uuid_gpt_reserved};name=misc,size=128K,uuid=${uuid_gpt_misc};name=boot_a,size=20M,uuid=${uuid_gpt_boot_a};name=boot_b,size=20M,uuid=${uuid_gpt_boot_b};name=dtbo_a,size=8M,uuid=${uuid_gpt_dtbo_a};name=dtbo_b,size=8M,uuid=${uuid_gpt_dtbo_b};name=vbmeta_a,size=64K,uuid=${uuid_gpt_vbmeta_a};name=vbmeta_b,size=64K,uuid=${uuid_gpt_vbmeta_b};name=recovery,size=64M,uuid=${uuid_gpt_recovery};name=super,size=2560M,uuid=${uuid_gpt_super};name=metadata,size=16M,uuid=${uuid_gpt_metadata};name=userdata,size=-,uuid=${uuid_gpt_userdata} pxefile_addr_r=0x80100000 ramdisk_addr_r=0x88080000 rdaddr=0x88080000 rootpath=/export/rootfs run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring} 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}; if test -z "${fdtfile}" -a -n "${soc}"; then setenv efi_fdtfile ${soc}-${board}${boardver}.dtb; fi; 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/bootarm.efi; then echo Found EFI removable media binary efi/boot/bootarm.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 scsi_boot=run scsi_init; if scsi dev ${devnum}; then devtype=scsi; run scan_dev_for_boot_part; fi scsi_init=if ${scsi_need_init}; then scsi_need_init=false; scsi scan; fi serial#=150110127cca00e1 serverip=192.168.0.1 soc=omap5 static_ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}::off stderr=serial@48020000 stdin=serial@48020000 stdout=serial@48020000 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 usbtty=cdc_acm vendor=ti ver=U-Boot 2023.04-gc1c2bdf272 (Nov 30 2023 - 18:17:44 +0000) vram=16M Environment size: 12747/131067 bytes => - 15:30:22 [INFO] Host: setenv bootcmd 'if iminfo ${loadaddr}; then setenv bootargs ${bootargs} ${extraargs}; bootm ${loadaddr} ${_initramfs} ${fdt_addr_r}; else setenv bootargs ${bootargs} ${extraargs}; bootz ${loadaddr} ${_initramfs} ${fdt_addr_r}; setenv bootargs ${bootargs} ${extraargs}; bootm ${loadaddr} ${_initramfs} ${fdt_addr_r}; fi' - 15:30:22 [INFO] Target: setenv bootcmd 'if iminfo ${loadaddr}; then setenv bootargs ${bootargs} ${extraargs}; bootm ${loadaddr} ${_initramfs} ${fdt_addr_r}; else setenv bootargs ${bootargs} ${extraargs}; bootz ${loadaddr} ${_initramfs} ${fdt_addr_r}; setenv bootargs ${bootargs} ${extraargs}; bootm ${loadaddr} ${_initramfs} ${fdt_addr_r}; fi' => - 15:30:22 [INFO] Host: setenv emmc_android_boot 'setenv mmcdev 1; mmc dev $mmcdev; mmc rescan; if bcb load 1 misc; then setenv ardaddr -; if bcb test command = bootonce-bootloader; then echo Android: Bootloader boot...; bcb clear command; bcb store; fastboot 1; exit; elif bcb test command = boot-recovery; then echo Android: Recovery boot...; setenv ardaddr $loadaddr;setenv apart recovery; else echo Android: Normal boot...; setenv ardaddr $loadaddr; setenv apart boot${slot_suffix}; fi; else echo Warning: BCB is corrupted or does not exist; echo Android: Normal boot...; fi; setenv eval_bootargs setenv bootargs $bootargs; run eval_bootargs; setenv machid fe6; if part start mmc $mmcdev $apart boot_start; then part size mmc $mmcdev $apart boot_size; mmc read $loadaddr $boot_start $boot_size; echo Preparing FDT...; if test $board_name = am57xx_evm_reva3; then echo " Reading DTBO partition..."; part start mmc ${mmcdev} dtbo${slot_suffix} p_dtbo_start; part size mmc ${mmcdev} dtbo${slot_suffix} p_dtbo_size; mmc read ${dtboaddr} ${p_dtbo_start} ${p_dtbo_size}; echo " Reading DTB for AM57x EVM RevA3..."; abootimg get dtb --index=0 dtb_start dtb_size; cp.b $dtb_start $fdtaddr $dtb_size; fdt addr $fdtaddr 0x80000; echo " Applying DTBOs for AM57x EVM RevA3..."; adtimg addr $dtboaddr; adtimg get dt --index=0 dtbo0_addr dtbo0_size; fdt apply $dtbo0_addr; adtimg get dt --index=1 dtbo1_addr dtbo1_size; fdt apply $dtbo1_addr; elif test $board_name = beagle_x15_revc; then echo " Reading DTB for Beagle X15 RevC..."; abootimg get dtb --index=0 dtb_start dtb_size; cp.b $dtb_start $fdtaddr $dtb_size; fdt addr $fdtaddr 0x80000; else echo Error: Android boot is not supported for $board_name; exit; fi; setenv bootargs ${bootargs} ${extraargs}; bootm $loadaddr $ardaddr $fdtaddr; else echo $apart partition not found; exit; fi;' - 15:30:22 [INFO] Target: setenv emmc_android_boot 'setenv mmcdev 1; mmc dev $mmcdev; mmc rescan; if bcb load 1 misc; then setenv ardaddr -; if bcb test command = bootonce-bootloader; then echo Android: Bootloader boot...; bcb clear command; bcb store; fastboot 1; exit; elif bcb test command = boot-recovery; then echo Android: Recovery boot...; setenv ardaddr $loadaddr;setenv apart recovery; else echo Android: Normal boot...; setenv ardaddr $loadaddr; setenv apart boot${slot_suffix}; fi; else echo Warning: BCB is corrupted or does not exist; echo Android: Normal boot...; fi; setenv eval_bootargs setenv bootargs $bootargs; run eval_bootargs; setenv machid fe6; if part start mmc $mmcdev $apart boot_start; then part size mmc $mmcdev $apart boot_size; mmc read $loadaddr $boot_start $boot_size; echo Preparing FDT...; if test $board_name = am57xx_evm_reva3; then echo " Reading DTBO partition..."; part start mmc ${mmcdev} dtbo${slot_suffix} p_dtbo_start; part size mmc ${mmcdev} dtbo${slot_suffix} p_dtbo_size; mmc read ${dtboaddr} ${p_dtbo_start} ${p_dtbo_size}; echo " Reading DTB for AM57x EVM RevA3..."; abootimg get dtb --index=0 dtb_start dtb_size; cp.b $dtb_start $fdtaddr $dtb_size; fdt addr $fdtaddr 0x80000; echo " Applying DTBOs for AM57x EVM RevA3..."; adtimg addr $dtboaddr; adtimg get dt --index=0 dtbo0_addr dtbo0_size; fdt apply $dtbo0_addr; adtimg get dt --index=1 dtbo1_addr dtbo1_size; fdt apply $dtbo1_addr; elif test $board_name = beagle_x15_revc; then echo " Reading DTB for Beagle X15 RevC..."; abootimg get dtb --index=0 dtb_start dtb_size; cp.b $dtb_start $fdtaddr $dtb_size; fdt addr $fdtaddr 0x80000; else echo Error: Android boot is not supported for $board_name; exit; fi; setenv bootargs ${bootargs} ${extraargs}; bootm $loadaddr $ardaddr $fdtaddr; else echo $apart partition not found; exit; fi;' => - 15:30:22 [INFO] Host: setenv mmcloados 'if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run loadfdt; then run get_overlay_mmc;setenv bootargs ${bootargs} ${extraargs}; bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;' - 15:30:22 [INFO] Target: setenv mmcloados 'if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run loadfdt; then run get_overlay_mmc;setenv bootargs ${bootargs} ${extraargs}; bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;' => - 15:30:22 [INFO] Host: setenv netboot 'echo Booting from network ...; setenv autoload no; dhcp; run netloadimage; run netloadfdt; run netargs; setenv bootargs ${bootargs} ${extraargs}; bootz ${loadaddr} - ${fdtaddr}' - 15:30:22 [INFO] Target: setenv netboot 'echo Booting from network ...; setenv autoload no; dhcp; run netloadimage; run netloadfdt; run netargs; setenv bootargs ${bootargs} ${extraargs}; bootz ${loadaddr} - ${fdtaddr}' => - 15:30:22 [INFO] Host: setenv run_fit 'run get_fit_config; setenv bootargs ${bootargs} ${extraargs}; bootm ${addr_fit}#${name_fit_config}${overlaystring}' - 15:30:23 [INFO] Target: setenv run_fit 'run get_fit_config; setenv bootargs ${bootargs} ${extraargs}; bootm ${addr_fit}#${name_fit_config}${overlaystring}' => - 15:30:23 [INFO] Host: boot - 15:30:23 [INFO] Target: boot ## Checking Image at 82000000 ... Unknown image format! Kernel image @ 0x82000000 [ 0x000000 - 0x519518 ] ## Flattened Device Tree blob at 88000000 Booting using the fdt blob at 0x88000000 Working FDT set to 88000000 Loading Device Tree to 8ffd8000, end 8ffff8c9 ... OK Working FDT set to 8ffd8000 ft_fixup_clocks failed for DSP voltage domain: Starting kernel ... - 15:30:23 [INFO] Host: - 15:30:47 [INFO] Target: [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 6.11.0-rc5 (KernelCI@build-j301003-arm-gcc-12-omap2plus-defconfig-kdngh) (arm-linux-gnueabihf-gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP Fri Aug 30 02:08:34 UTC 2024 [ 0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=10c5387d [ 0.000000] CPU: div instructions available: patching division code [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache [ 0.000000] OF: fdt: Machine model: TI AM5718 IDK [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] Reserved memory: created CMA memory pool at 0x95800000, size 56 MiB [ 0.000000] OF: reserved mem: initialized node ipu2-memory@95800000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x95800000..0x98ffffff (57344 KiB) map reusable ipu2-memory@95800000 [ 0.000000] Reserved memory: created CMA memory pool at 0x99000000, size 64 MiB [ 0.000000] OF: reserved mem: initialized node dsp1-memory@99000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x99000000..0x9cffffff (65536 KiB) map reusable dsp1-memory@99000000 [ 0.000000] Reserved memory: created CMA memory pool at 0x9d000000, size 32 MiB [ 0.000000] OF: reserved mem: initialized node ipu1-memory@9d000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x9d000000..0x9effffff (32768 KiB) map reusable ipu1-memory@9d000000 [ 0.000000] cma: Reserved 16 MiB at 0xbf000000 on node -1 [ 0.000000] OMAP4: Map 0xafe00000 to (ptrval) for dram barrier [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000080000000-0x00000000afdfffff] [ 0.000000] HighMem [mem 0x00000000afe00000-0x00000000bfffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000080000000-0x00000000afdfffff] [ 0.000000] node 0: [mem 0x00000000b0000000-0x00000000bfffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000bfffffff] [ 0.000000] On node 0, zone HighMem: 512 pages in unavailable ranges [ 0.000000] DRA722 ES2.0 [ 0.000000] percpu: Embedded 17 pages/cpu s39884 r8192 d21556 u69632 [ 0.000000] Kernel command line: console=ttyO2,115200n8 earlyprintk=serial,ttyO2,115200n8 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am571x-idk-03/autofs/29d150f62ef8c1505ae043eeb678acc5,nolock,v3,tcp,rsize=4096,wsize=4096 0 [ 0.000000] sysrq: sysrq always enabled. [ 0.000000] Unknown kernel command line parameters "0 earlyprintk=serial,ttyO2,115200n8", will be passed to user space. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear) [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 261632 [ 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=1, Nodes=1 [ 0.000000] trace event string verifier disabled [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] rcu: RCU event tracing is enabled. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1 [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000] GIC: Using split EOI/Deactivate mode [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000] OMAP clocksource: 32k_counter at 32768 Hz [ 0.000000] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns [ 0.000000] sched_clock: 32 bits at 33kHz, resolution 30517ns, wraps every 65535999984741ns [ 0.001464] TI gptimer clockevent: always-on 32786 Hz at /ocp/interconnect@4ae00000/segment@10000/target-module@8000 [ 0.003143] TI gptimer percpu-dmtimer: 20000000 Hz at /ocp/interconnect@48800000/segment@0/target-module@2c000 [ 0.003204] Failed to initialize '/ocp/interconnect@48800000/segment@0/target-module@2e000/timer@0': -22 [ 0.004058] Console: colour dummy device 80x30 [ 0.004089] WARNING: Your 'console=ttyO2' has been replaced by 'ttyS2' [ 0.004089] This ensures that you still see kernel messages. Please [ 0.004089] update your kernel commandline. [ 0.004119] Calibrating delay loop... 1993.93 BogoMIPS (lpj=9969664) [ 0.062103] CPU: Testing write buffer coherency: ok [ 0.062133] CPU0: Spectre v2: using ICIALLU workaround [ 0.062164] CPU0: Spectre BHB: enabling loop workaround for all CPUs [ 0.062164] pid_max: default: 32768 minimum: 301 [ 0.062225] LSM: initializing lsm=capability [ 0.062316] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.062347] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.063110] /cpus/cpu@0 missing clock-frequency property [ 0.063110] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.064025] Setting up static identity map for 0x80100000 - 0x80100078 [ 0.064147] rcu: Hierarchical SRCU implementation. [ 0.064147] rcu: Max phase no-delay instances is 1000. [ 0.064727] smp: Bringing up secondary CPUs ... [ 0.064758] smp: Brought up 1 node, 1 CPU [ 0.064758] SMP: Total of 1 processors activated (1993.93 BogoMIPS). [ 0.064758] CPU: All CPU(s) started in HYP mode. [ 0.064788] CPU: Virtualization extensions available. [ 0.064849] Memory: 844948K/1046528K available (11264K kernel code, 1142K rwdata, 2696K rodata, 1024K init, 291K bss, 27780K reserved, 172032K cma-reserved, 245760K highmem) [ 0.065185] devtmpfs: initialized [ 0.089324] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0 [ 0.089538] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.089538] futex hash table entries: 256 (order: 2, 16384 bytes, linear) [ 0.092376] pinctrl core: initialized pinctrl subsystem [ 0.093719] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.095306] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.095886] audit: initializing netlink subsys (disabled) [ 0.096527] thermal_sys: Registered thermal governor 'fair_share' [ 0.096527] thermal_sys: Registered thermal governor 'step_wise' [ 0.096527] thermal_sys: Registered thermal governor 'user_space' [ 0.096557] audit: type=2000 audit(0.090:1): state=initialized audit_enabled=0 res=1 [ 0.096588] cpuidle: using governor menu [ 0.132019] platform ocp: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@e00/clock@20 [ 0.132080] platform ocp: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@700/clock@20 [ 0.135192] platform connector@0: Fixed dependency cycle(s) with /encoder@0 [ 0.135314] platform encoder@0: Fixed dependency cycle(s) with /connector@0 [ 0.135406] platform encoder@0: Fixed dependency cycle(s) with /ocp/target-module@58000000/dss@0/target-module@40000/encoder@0 [ 0.135864] No ATAGs? [ 0.135894] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [ 0.135925] hw-breakpoint: maximum watchpoint size is 8 bytes. [ 0.140045] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. [ 0.155181] iommu: Default domain type: Translated [ 0.155181] iommu: DMA domain TLB invalidation policy: strict mode [ 0.157623] SCSI subsystem initialized [ 0.162902] pps_core: LinuxPPS API ver. 1 registered [ 0.162902] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.162933] PTP clock support registered [ 0.164184] vgaarb: loaded [ 0.164306] clocksource: Switched to clocksource 32k_counter [ 0.164611] VFS: Disk quotas dquot_6.6.0 [ 0.164642] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 0.185729] NET: Registered PF_INET protocol family [ 0.185913] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.187316] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) [ 0.187316] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.187347] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear) [ 0.187408] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear) [ 0.187622] TCP: Hash tables configured (established 8192 bind 8192) [ 0.187713] UDP hash table entries: 512 (order: 2, 16384 bytes, linear) [ 0.187744] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear) [ 0.187866] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.194732] RPC: Registered named UNIX socket transport module. [ 0.194732] RPC: Registered udp transport module. [ 0.194732] RPC: Registered tcp transport module. [ 0.194732] RPC: Registered tcp-with-tls transport module. [ 0.194763] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.194763] PCI: CLS 0 bytes, default 64 [ 0.195617] Initialise system trusted keyrings [ 0.204620] workingset: timestamp_bits=14 max_order=18 bucket_order=4 [ 0.205230] NFS: Registering the id_resolver key type [ 0.205261] Key type id_resolver registered [ 0.205261] Key type id_legacy registered [ 0.205322] jffs2: version 2.2. (NAND) (SUMMARY) 2001-2006 Red Hat, Inc. [ 0.205535] Key type asymmetric registered [ 0.205566] Asymmetric key parser 'x509' registered [ 0.205627] bounce: pool size: 64 pages [ 0.205627] io scheduler mq-deadline registered [ 0.205657] io scheduler kyber registered [ 0.205688] io scheduler bfq registered [ 0.222198] Serial: 8250/16550 driver, 6 ports, IRQ sharing enabled [ 0.244079] brd: module loaded [ 0.267028] loop: module loaded [ 0.267669] mtdoops: mtd device (mtddev=name/number) must be supplied [ 0.269897] i2c_dev: i2c /dev entries driver [ 0.270904] sdhci: Secure Digital Host Controller Interface driver [ 0.270935] sdhci: Copyright(c) Pierre Ossman [ 0.271087] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.271270] ledtrig-cpu: registered to indicate activity on CPUs [ 0.272125] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available [ 0.272430] Initializing XFRM netlink socket [ 0.272491] NET: Registered PF_INET6 protocol family [ 0.287780] Segment Routing with IPv6 [ 0.287841] In-situ OAM (IOAM) with IPv6 [ 0.287902] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 0.288391] NET: Registered PF_PACKET protocol family [ 0.288421] NET: Registered PF_KEY protocol family [ 0.288513] Key type dns_resolver registered [ 0.288604] ThumbEE CPU extension supported. [ 0.288635] Registering SWP/SWPB emulation handler [ 0.289123] omap_voltage_late_init: Voltage driver support not added [ 0.289123] sr_init_by_name: Unable to get voltage domain pointer for VDD mpu [ 0.289123] sr_init_by_name: Unable to get voltage domain pointer for VDD core [ 0.289154] Power Management for TI OMAP4+ devices. [ 0.289398] SmartReflex Class3 initialized [ 0.322326] Loading compiled-in X.509 certificates [ 0.373138] platform 4a000000.interconnect: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@d00/clock@20 [ 0.378143] pinctrl-single 4a003400.pinmux: 282 pins, size 1128 [ 0.395996] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported) [ 0.440704] OMAP GPIO hardware version 0.1 [ 0.444396] ti-sysc 4ae18000.target-module: probe with driver ti-sysc failed with error -16 [ 0.470794] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 98, base_baud = 3000000) is a 8250 [ 0.470825] printk: legacy console [ttyS2] enabled [ 1.845733] palmas 0-0058: Irq flag is 0x00000004 [ 1.905273] palmas 0-0058: Muxing GPIO 2f, PWM 0, LED 0 [ 1.917602] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz [ 1.968688] ocp:target-module@48210000:mpu:fck: device ID is greater than 24 [ 2.044372] davinci_mdio 48485000.mdio: davinci mdio revision 1.6, bus freq 1000000 [ 2.058685] davinci_mdio 48485000.mdio: phy[0]: device 48485000.mdio:00, driver Micrel KSZ9031 Gigabit PHY [ 2.068420] davinci_mdio 48485000.mdio: phy[1]: device 48485000.mdio:01, driver Micrel KSZ9031 Gigabit PHY [ 2.078796] cpsw-switch 48484000.switch: initialized cpsw ale version 1.4 [ 2.085662] cpsw-switch 48484000.switch: ALE Table size 1024 [ 2.091461] cpsw-switch 48484000.switch: cpts: overflow check period 500 (jiffies) [ 2.099121] cpsw-switch 48484000.switch: CPTS: ref_clk_freq:266000000 calc_mult:4036623398 calc_shift:30 error:-1 nsec/sec [ 2.110260] cpsw-switch 48484000.switch: Detected MACID = 44:ea:d8:0a:6c:1a [ 2.117309] cpsw-switch 48484000.switch: Detected MACID = 44:ea:d8:0a:6c:1b [ 2.126312] cpsw-switch 48484000.switch: initialized (regs 0x48484000, pool size 256) hw_ver:0019010F 1.15 (0) [ 2.148437] ti-sysc 4882c000.target-module: probe with driver ti-sysc failed with error -16 [ 2.157440] ti-sysc 4882e000.target-module: probe with driver ti-sysc failed with error -16 [ 2.178588] platform 51000000.pcie: Fixed dependency cycle(s) with /ocp/target-module@51000000/pcie@51000000/interrupt-controller [ 2.191345] dra7-pcie 51000000.pcie: host bridge /ocp/target-module@51000000/pcie@51000000 ranges: [ 2.200439] dra7-pcie 51000000.pcie: IO 0x0020003000..0x0020012fff -> 0x0000000000 [ 2.208618] dra7-pcie 51000000.pcie: MEM 0x0020013000..0x002fffffff -> 0x0020013000 [ 2.218170] dra7-pcie 51000000.pcie: iATU: unroll F, 16 ob, 4 ib, align 4K, limit 4G [ 3.324401] dra7-pcie 51000000.pcie: Phy link never came up [ 3.330596] dra7-pcie 51000000.pcie: PCI host bridge to bus 0000:00 [ 3.336944] pci_bus 0000:00: root bus resource [bus 00-ff] [ 3.342468] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] [ 3.348693] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff] [ 3.355651] pci 0000:00:00.0: [104c:8888] type 01 class 0x060400 PCIe Root Port [ 3.363006] pci 0000:00:00.0: BAR 0 [mem 0x00000000-0x000fffff] [ 3.368988] pci 0000:00:00.0: BAR 1 [mem 0x00000000-0x0000ffff] [ 3.374938] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 3.380218] pci 0000:00:00.0: bridge window [io 0x0000-0x0fff] [ 3.386352] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff] [ 3.393188] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff pref] [ 3.400482] pci 0000:00:00.0: supports D1 [ 3.404541] pci 0000:00:00.0: PME# supported from D0 D1 D3hot [ 3.417480] PCI: bus0: Fast back to back transfers disabled [ 3.423400] PCI: bus1: Fast back to back transfers enabled [ 3.428955] pci 0000:00:00.0: BAR 0 [mem 0x20100000-0x201fffff]: assigned [ 3.435791] pci 0000:00:00.0: BAR 1 [mem 0x20020000-0x2002ffff]: assigned [ 3.442626] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 3.447906] pci_bus 0000:00: resource 4 [io 0x0000-0xffff] [ 3.453491] pci_bus 0000:00: resource 5 [mem 0x20013000-0x2fffffff] [ 3.459991] genirq: Threaded irq requested with handler=NULL and !ONESHOT for dra7xx-pcie-main (irq 125) [ 3.469604] dra7-pcie 51000000.pcie: failed to request irq [ 3.475189] dra7-pcie 51000000.pcie: probe with driver dra7-pcie failed with error -22 [ 3.489105] pcie-clkctrl:0000:0: failed to disable [ 3.499053] edma 43300000.dma: memcpy is disabled [ 3.506958] edma 43300000.dma: TI EDMA DMA engine driver [ 3.517242] omap-iommu 40d01000.mmu: 40d01000.mmu registered [ 3.524200] omap-iommu 40d02000.mmu: 40d02000.mmu registered [ 3.531402] omap-iommu 58882000.mmu: 58882000.mmu registered [ 3.538574] omap-iommu 55082000.mmu: 55082000.mmu registered [ 3.556396] 5a05a400.target-module:iva:fck: device ID is greater than 24 [ 3.565460] ti-sysc 4ae06000.target-module: Failed to create device link (0x180) with ocp [ 3.579010] omap_gpio 4805d000.gpio: Could not set line 27 debounce to 200000 microseconds (-22) [ 3.587890] sdhci-omap 4809c000.mmc: Got CD GPIO [ 3.594024] sdhci-omap 480b4000.mmc: supply pbias not found, using dummy regulator [ 3.603668] sdhci-omap 4809c000.mmc: no pinctrl state for ddr_3_3v mode [ 3.636016] mmc1: SDHCI controller on 480b4000.mmc [480b4000.mmc] using ADMA [ 3.643463] mmc0: SDHCI controller on 4809c000.mmc [4809c000.mmc] using ADMA [ 3.651000] cpsw-switch 48484000.switch: starting ndev. mode: dual_mac [ 3.733886] mmc0: new high speed SDHC card at address b368 [ 3.739746] Micrel KSZ9031 Gigabit PHY 48485000.mdio:00: attached PHY driver (mii_bus:phy_addr=48485000.mdio:00, irq=POLL) [ 3.751129] mmcblk0: mmc0:b368 USD00 14.7 GiB [ 3.756072] mmc1: new DDR MMC card at address 0001 [ 3.762115] mmcblk1: mmc1:0001 R1J56L 13.8 GiB [ 3.767700] mmcblk0: p1 p2 p3 [ 3.777160] mmcblk1boot0: mmc1:0001 R1J56L 4.00 MiB [ 3.783325] mmcblk1boot1: mmc1:0001 R1J56L 4.00 MiB [ 3.789398] mmcblk1rpmb: mmc1:0001 R1J56L 128 KiB, chardev (250:0) [ 7.925964] cpsw-switch 48484000.switch eth0: Link is Up - 1Gbps/Full - flow control off [ 7.974365] Sending DHCP requests ., OK [ 9.018249] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.201 [ 9.026062] IP-Config: Complete: [ 9.029296] device=eth0, hwaddr=44:ea:d8:0a:6c:1a, ipaddr=192.168.0.201, mask=255.255.255.0, gw=192.168.0.1 [ 9.039520] host=192.168.0.201, domain=ti.com, nis-domain=(none) [ 9.046020] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath= [ 9.046020] nameserver0=192.0.2.2, nameserver1=192.0.2.3 [ 9.059051] clk: Disabling unused clocks [ 9.063323] PM: genpd: Disabling unused power domains [ 9.082244] VFS: Mounted root (nfs filesystem) on device 0:17. [ 9.088714] devtmpfs: mounted [ 9.092315] Freeing unused kernel image (initmem) memory: 1024K [ 9.098480] Run /sbin/init as init process [ 9.411682] systemd[1]: System time before build time, advancing clock. [ 9.450012] systemd[1]: Inserted module 'autofs4' [ 9.488006] systemd[1]: systemd 247.3-7+deb11u4 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified) [ 9.515106] systemd[1]: Detected architecture arm. Welcome to [1mDebian GNU/Linux 11 (bullseye)[0m! [ 9.555847] systemd[1]: Set hostname to . [ 10.469818] systemd[1]: Queued start job for default target Graphical Interface. [ 10.483154] random: systemd: uninitialized urandom read (16 bytes read) [ 10.490020] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. [ 10.502502] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) [ 10.536132] systemd[1]: Created slice system-getty.slice. [[0;32m OK [0m] Created slice [0;1;39msystem-getty.slice[0m. [ 10.579406] random: systemd: uninitialized urandom read (16 bytes read) [ 10.587158] systemd[1]: Created slice system-modprobe.slice. [[0;32m OK [0m] Created slice [0;1;39msystem-modprobe.slice[0m. [ 10.629394] random: systemd: uninitialized urandom read (16 bytes read) [ 10.637145] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice [0;1;39msystem-serial\x2dgetty.slice[0m. [ 10.680267] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m. [ 10.719696] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started [0;1;39mDispatch Password ts to Console Directory Watch[0m. [ 10.759643] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started [0;1;39mForward Password Ruests to Wall Directory Watch[0m. [ 10.800109] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount [0;1;39mArbitrarys File System Automount Point[0m. [ 10.849609] systemd[1]: Reached target Local Encrypted Volumes. [[0;32m OK [0m] Reached target [0;1;39mLocal Encrypted Volumes[0m. [ 10.889648] systemd[1]: Reached target Paths. [[0;32m OK [0m] Reached target [0;1;39mPaths[0m. [ 10.929473] systemd[1]: Reached target Remote File Systems. [[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m. [ 10.969451] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target [0;1;39mSlices[0m. [ 11.009552] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target [0;1;39mSwap[0m. [ 11.049896] systemd[1]: Listening on initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m. [ 11.090881] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m. [ 11.130676] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m. [ 11.170043] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m. [ 11.210723] systemd[1]: Listening on Network Service Netlink Socket. [[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m. [ 11.252746] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m. [ 11.289886] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m. [ 11.324920] systemd[1]: Condition check resulted in Huge Pages File System being skipped. [ 11.365661] systemd[1]: Mounting POSIX Message Queue File System... Mounting [0;1;39mPOSIX Message Queue File System[0m... [ 11.446075] systemd[1]: Mounting Kernel Debug File System... Mounting [0;1;39mKernel Debug File System[0m... [ 11.489959] random: systemd: uninitialized urandom read (16 bytes read) [ 11.525848] systemd[1]: Mounting Kernel Trace File System... Mounting [0;1;39mKernel Trace File System[0m... [ 11.570617] random: systemd: uninitialized urandom read (16 bytes read) [ 11.604888] systemd[1]: Starting Create list of static device nodes for the current kernel... Starting [0;1;39mCreate list of stodes for the current kernel[0m... [ 11.635467] random: systemd: uninitialized urandom read (16 bytes read) [ 11.645996] systemd[1]: Starting Load Kernel Module configfs... Starting [0;1;39mLoad Kernel Module configfs[0m... [ 11.705017] systemd[1]: Starting Load Kernel Module drm... Starting [0;1;39mLoad Kernel Module drm[0m... [ 11.735961] systemd[1]: Starting Load Kernel Module fuse... Starting [0;1;39mLoad Kernel Module fuse[0m... [ 11.778656] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 11.828826] systemd[1]: Starting Journal Service... Starting [0;1;39mJournal Service[0m... [ 11.894989] systemd[1]: Starting Load Kernel Modules... Starting [0;1;39mLoad Kernel Modules[0m... [ 11.947326] systemd[1]: Starting Remount Root and Kernel File Systems... Starting [0;1;39mRemount Root and Kernel File Systems[0m... [ 12.037506] systemd[1]: Starting Coldplug All udev Devices... Starting [0;1;39mColdplug All udev Devices[0m... [ 12.071594] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m. [ 12.145568] systemd[1]: Mounted Kernel Debug File System. [[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m. [ 12.175079] systemd[1]: Mounted Kernel Trace File System. [[0;32m OK [0m] Mounted [0;1;39mKernel Trace File System[0m. [ 12.214569] systemd[1]: Finished Create list of static device nodes for the current kernel. [[0;32m OK [0m] Finished [0;1;39mCreate list of st nodes for the current kernel[0m. [ 12.266296] systemd[1]: modprobe@configfs.service: Succeeded. [ 12.284545] systemd[1]: Finished Load Kernel Module configfs. [[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m. [ 12.306274] systemd[1]: modprobe@drm.service: Succeeded. [ 12.324615] systemd[1]: Finished Load Kernel Module drm. [[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m. [ 12.349426] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started [0;1;39mJournal Service[0m. [[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m. [[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m. [[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m. Mounting [0;1;39mKernel Configuration File System[0m... [ 12.551849] random: systemd: uninitialized urandom read (16 bytes read) [ 12.609771] random: systemd-journal: uninitialized urandom read (16 bytes read) Starting [0;1;39mFlush Journal to Persistent Storage[0m... [ 12.649871] random: systemd: uninitialized urandom read (16 bytes read) Starting [0;1;39mLoad/Save Random Seed[0m... Starting [0;1;39mApply Kernel Variables[0m... [ 12.753631] systemd-journald[110]: Received client request to flush runtime journal. Starting [0;1;39mCreate System Users[0m... [ 12.827056] systemd-journald[110]: File /var/log/journal/c2d1e75df5a44f379b0ba44115d3cbbb/system.journal corrupted or uncleanly shut down, renaming and replacing. [[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m. [[0;32m OK [0m] Finished [0;1;39mApply Kernel Variables[0m. [ 13.424407] random: crng init done [ 13.427825] random: 43 urandom warning(s) missed due to ratelimiting [[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m. [[0;32m OK [0m] Finished [0;1;39mCreate System Users[0m. Starting [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] Finished [0;1;39mCreate Static Device Nodes in /dev[0m. [[0;32m OK [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m. [[0;32m OK [0m] Reached target [0;1;39mLocal File Systems (Pre)[0m. [[0;32m OK [0m] Reached target [0;1;39mLocal File Systems[0m. Starting [0;1;39mCreate Volatile Files and Directories[0m... Starting [0;1;39mRule-based Managefor Device Events and Files[0m... [[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m. Starting [0;1;39mNetwork Service[0m... [[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m. Starting [0;1;39mNetwork Time Synchronization[0m... Starting [0;1;39mUpdate UTMP about System Boot/Shutdown[0m... [ 15.267761] omap-rproc 58820000.ipu: assigned reserved memory node ipu1-memory@9d000000 [ 15.275939] remoteproc remoteproc0: 58820000.ipu is available [ 15.282043] omap-rproc 55020000.ipu: assigned reserved memory node ipu2-memory@95800000 [ 15.290161] remoteproc remoteproc1: 55020000.ipu is available [ 15.296234] omap-rproc 40800000.dsp: assigned reserved memory node dsp1-memory@99000000 [ 15.304351] remoteproc remoteproc2: 40800000.dsp is available [ 15.328094] remoteproc remoteproc0: Direct firmware load for dra7-ipu1-fw.xem4 failed with error -2 [ 15.337249] remoteproc remoteproc0: powering up 58820000.ipu [ 15.342956] remoteproc remoteproc0: Direct firmware load for dra7-ipu1-fw.xem4 failed with error -2 [ 15.352081] remoteproc remoteproc0: request_firmware failed: -2 [ 15.395812] remoteproc remoteproc1: Direct firmware load for dra7-ipu2-fw.xem4 failed with error -2 [ 15.405029] remoteproc remoteproc1: powering up 55020000.ipu [ 15.410736] remoteproc remoteproc1: Direct firmware load for dra7-ipu2-fw.xem4 failed with error -2 [ 15.419921] remoteproc remoteproc1: request_firmware failed: -2 [ 15.435882] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3 [ 15.445007] remoteproc remoteproc2: Direct firmware load for dra7-dsp1-fw.xe66 failed with error -2 [ 15.454132] remoteproc remoteproc2: powering up 40800000.dsp [ 15.459899] remoteproc remoteproc2: Direct firmware load for dra7-dsp1-fw.xe66 failed with error -2 [ 15.468994] remoteproc remoteproc2: request_firmware failed: -2 [[0;32m OK [0m] Finished [0;1;39mUpdate UTMP about System Boot/Shutdown[0m. [ 15.588562] omap-sham 4b101000.sham: will run requests pump with realtime priority [ 15.596649] omap-sham 42701000.sham: hw accel on OMAP rev 4.3 [[0;32m OK [0m] Started [0;1;39mNetwork Service[0m. Starting [0;1;39mNetwork Name Resolution[0m... [ 15.730926] omap-sham 42701000.sham: will run requests pump with realtime priority [[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m. [[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m. [[0;32m OK [0m] Reached target [0;1;39mSystem Initialization[0m. [[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary Directories[0m. [ 16.126159] palmas_pwrbutton 48070000.i2c:tps659038@58:tps659038_pwr_button: h/w controlled shutdown duration=12 seconds [ 16.141754] omap_gpio 4805b000.gpio: Could not set line 7 debounce to 20000 microseconds (-22) [[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m. [[0;32m OK [0m] Reached target [0;1;39mSystem Time Synchronized[0m. [[0;32m OK [0m] Started [0;1;39mDaily apt download activities[0m. [ 16.187652] omap_rng 48090000.rng: Random Number Generator ver. 20 [[0;32m OK [0m] Started [0;1;39mDaily apt upgrade and clean activities[0m. [ 16.209136] palmas-rtc 48070000.i2c:tps659038@58:tps659038_rtc: registered as rtc0 [[0;32m OK [0m] Started [0;1;39mPeriodic ext4 Onliata Check for All Filesystems[0m. [[0;32m OK [0m] Started [0;1;39mDiscard unused blocks once a week[0m. [[0;32m OK [0m] Reached target [0;1;39mTimers[0m. [ 16.278106] palmas-rtc 48070000.i2c:tps659038@58:tps659038_rtc: setting system clock to 2000-01-01T00:00:00 UTC (946684800) [ 16.290039] input: palmas_pwron as /devices/platform/ocp/48000000.interconnect/48000000.interconnect:segment@0/48070000.target-module/48070000.i2c/i2c-0/0-0058/48070000.i2c:tps659038@58:tps659038_pwr_button/input/input0 [[0;32m OK [0m] Listening on [0;1;39mD-Bus System Message Bus Socket[0m. [[0;32m OK [0m] Reached target [0;1;39mSockets[0m. [[0;32m OK [0m] Reached target [0;1;39mBasic System[0m. [[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m. [ 16.907104] omap_rtc 48838000.rtc: registered as rtc1 Starting [0;1;39mRemove Stale Onlit4 Metadata Check Snapshots[0m... [ 17.009307] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2 [ 17.017028] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400 [ 17.023376] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400 [ 17.061340] omap-des 480a5000.des: will run requests pump with realtime priority [ 17.091735] Driver for 1-wire Dallas network protocol. Starting [0;1;39mUser Login Management[0m... [ 17.157684] omap_hdq 480b2000.1w: OMAP HDQ Hardware Rev 0.:. Driver in Interrupt mode [ 17.424835] w1_master_driver w1_bus_master1: Attaching one wire slave 01.000000000000 crc 3d [ 18.114532] thermal thermal_zone5: Temperature check failed (-19) [[0;32m OK [0m] Started [0;1;39mNetwork Name Resolution[0m. [[0;32m OK [0m] Started [0;1;39mUser Login Management[0m. [[0;32m OK [0m] Reached target [0;1;39mNetwork[0m. [[0;32m OK [0m] Reached target [0;1;39mHost and Network Name Lookups[0m. Starting [0;1;39mPermit User Sessions[0m... [ 18.727172] CAN device driver interface [ 18.737365] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3 [ 18.761901] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec [ 18.803314] c_can_platform 4ae3c000.can: c_can_platform device registered (regs=c4a64fe9, irq=153) [ 18.833221] omap-aes 4b500000.aes: will run requests pump with realtime priority [ 18.840972] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3 [ 18.935852] DSS: OMAP DSS rev 6.1 [ 18.954681] omap-aes 4b700000.aes: will run requests pump with realtime priority [[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.[ 18.992218] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops [omapdrm]) [ 19.004638] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_component_ops [omapdrm]) [ 19.070251] dmm 4e000000.dmm: workaround for errata i878 in use [ 19.124420] dmm 4e000000.dmm: initialized all PAT entries [ 19.205108] [drm] Initialized omapdrm 1.0.0 for omapdrm.0 on minor 0 [ 19.211547] omapdrm omapdrm.0: [drm] Cannot find any crtc or sizes [ 19.218292] omapdrm omapdrm.0: [drm] Cannot find any crtc or sizes [[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m. [[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m. [[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m. [[0;32m OK [0m] Reached target [0;1;39mMulti-User System[0m. [ 19.769592] usbcore: registered new interface driver usbfs [ 19.775207] usbcore: registered new interface driver hub [ 19.780578] usbcore: registered new device driver usb [ 19.834625] 7 fixed-partitions partitions found on MTD device spi0.0 [ 19.841064] Creating 7 MTD partitions on "spi0.0": [ 19.845916] 0x000000000000-0x000000040000 : "QSPI.SPL" [ 19.921081] 0x000000040000-0x000000140000 : "QSPI.u-boot" [ 19.975555] 0x000000140000-0x0000001c0000 : "QSPI.u-boot-spl-os" [ 20.005096] 0x0000001c0000-0x0000001d0000 : "QSPI.u-boot-env" [ 20.058898] 0x0000001d0000-0x0000001e0000 : "QSPI.u-boot-env.backup1" [ 20.075134] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller [ 20.080688] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 1 [ 20.111022] 0x0000001e0000-0x0000009e0000 : "QSPI.kernel" [ 20.139312] xhci-hcd xhci-hcd.2.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x0000808002000010 [ 20.148895] xhci-hcd xhci-hcd.2.auto: irq 157, io mem 0x48890000 [ 20.155151] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller [ 20.160675] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 2 [ 20.168395] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperSpeed [ 20.179809] 0x0000009e0000-0x000002000000 : "QSPI.file-system" [[0;32m OK [0m] Reached target [0;1;39mHardware activated USB gadget[0m. [ 20.272033] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11 [ 20.280395] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 20.287689] usb usb1: Product: xHCI Host Controller [ 20.292572] usb usb1: Manufacturer: Linux 6.11.0-rc5 xhci-hcd [ 20.298370] usb usb1: SerialNumber: xhci-hcd.2.auto [ 20.388885] hub 1-0:1.0: USB hub found [ 20.394775] hub 1-0:1.0: 1 port detected [ 20.407531] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 20.434600] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11 [ 20.442901] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 20.450225] usb usb2: Product: xHCI Host Controller [ 20.455139] usb usb2: Manufacturer: Linux 6.11.0-rc5 xhci-hcd [ 20.460906] usb usb2: SerialNumber: xhci-hcd.2.auto [ 20.484954] hub 2-0:1.0: USB hub found [ 20.495483] hub 2-0:1.0: 1 port detected [[0;32m OK [0m] Reached target [0;1;39mSound Card[0m. [[0;32m OK [0m] Finished [0;1;39mRemove Stale Onliext4 Metadata Check Snapshots[0m. [[0;32m OK [0m] Reached target [0;1;39mGraphical Interface[0m. Starting [0;1;39mUpdate UTMP about System Runlevel Changes[0m... [[0;32m OK [0m] Finished [0;1;39mUpdate UTMP about System Runlevel Changes[0m. Debianseye-armhf login: root (automatic login) Linux debian-bullseye-armhf 6.11.0-rc5 #1 SMP Fri Aug 30 02:08:34 UTC 2024 armv7l The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. Last login: Fri Aug 30 09:45:59 UTC 2024 on ttyS2 / # - 15:30:47 [INFO] Sleeping 15 secs to allow systemd to finish starting processes... - 15:31:02 [INFO] Disconnected serial from am571x-idk - 15:31:02 [INFO] Connected to am571x-idk via serial - 15:31:02 [INFO] Host: uname -a - 15:31:02 [INFO] Target: uname -a Linux debian-bullseye-armhf 6.11.0-rc5 #1 SMP Fri Aug 30 02:08:34 UTC 2024 armv7l GNU/Linux / # - 15:31:02 [INFO] Host: cat /proc/cmdline - 15:31:02 [INFO] Target: cat /proc/cmdline console=ttyO2,115200n8 earlyprintk=serial,ttyO2,115200n8 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am571x-idk-03/autofs/29d150f62ef8c1505ae043eeb678acc5,nolock,v3,tcp,rsize=4096,wsize=4096 0 / # - 15:31:02 [INFO] Host: uname -a - 15:31:02 [INFO] Target: uname -a Linux debian-bullseye-armhf 6.11.0-rc5 #1 SMP Fri Aug 30 02:08:34 UTC 2024 armv7l GNU/Linux / # - 15:31:02 [INFO] Host: cat /proc/mtd - 15:31:03 [INFO] Target: cat /proc/mtd dev: size erasesize name mtd0: 00040000 00010000 "QSPI.SPL" mtd1: 00100000 00010000 "QSPI.u-boot" mtd2: 00080000 00010000 "QSPI.u-boot-spl-os" mtd3: 00010000 00010000 "QSPI.u-boot-env" mtd4: 00010000 00010000 "QSPI.u-boot-env.backup1" mtd5: 00800000 00010000 "QSPI.kernel" mtd6: 01620000 00010000 "QSPI.file-system" / # - 15:31:03 [INFO] Host: grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/pnp /etc/resolv.conf && systemctl restart systemd-resolved - 15:31:03 [INFO] Target: grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/pnp /etc/resolv.conf && systemctl restart systemd-resolved / # - 15:31:03 [INFO] Host: ls -l /lib/firmware; ls -lR /lib/firmware/ipc - 15:31:03 [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 / # - 15:31:03 [INFO] Host: cat /proc/diskstats - 15:31:04 [INFO] Target: cat /proc/diskstats 1 0 ram0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 ram1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 2 ram2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 3 ram3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 4 ram4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 5 ram5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 6 ram6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 7 ram7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 8 ram8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 9 ram9 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 10 ram10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 11 ram11 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 12 ram12 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 13 ram13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 14 ram14 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 15 ram15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 mmcblk0 121 0 7456 1145 0 0 0 0 0 0 1145 0 0 0 0 0 0 179 1 mmcblk0p1 29 0 2080 229 0 0 0 0 0 0 229 0 0 0 0 0 0 179 2 mmcblk0p2 27 0 2104 342 0 0 0 0 0 0 342 0 0 0 0 0 0 179 3 mmcblk0p3 28 0 2080 240 0 0 0 0 0 0 240 0 0 0 0 0 0 179 8 mmcblk1 49 0 2096 253 0 0 0 0 0 0 253 0 0 0 0 0 0 179 16 mmcblk1boot0 29 0 232 226 0 0 0 0 0 0 226 0 0 0 0 0 0 179 24 mmcblk1boot1 29 0 232 269 0 0 0 0 0 0 269 0 0 0 0 0 0 31 0 mtdblock0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 31 1 mtdblock1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 31 2 mtdblock2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 31 3 mtdblock3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 31 4 mtdblock4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 31 5 mtdblock5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 31 6 mtdblock6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 / # - 15:31:04 [INFO] Host: cat /proc/interrupts - 15:31:04 [INFO] Target: cat /proc/interrupts CPU0 25: 16 CBAR 32 Level clockevent 26: 2686 CBAR 341 Level percpu-dmtimer 92: 0 WUGEN 131 Level arm-pmu 93: 0 CBAR 4 Level l3-dbg-irq 94: 0 WUGEN 10 Level l3-app-irq 95: 1 CBAR 8 Level omap-dma-engine 96: 0 CBAR 24 Level 4ae10000.gpio 98: 401 CBAR 69 Level 48020000.serial 99: 0 pinctrl 584 Edge 48020000.serial:wakeup 104: 0 CBAR 30 Level 48051000.gpio 105: 0 CBAR 116 Level 48053000.gpio 106: 0 CBAR 25 Level 48055000.gpio 107: 0 CBAR 26 Level 48057000.gpio 108: 0 CBAR 27 Level 48059000.gpio 109: 0 CBAR 28 Level 4805b000.gpio 110: 2 CBAR 29 Level 4805d000.gpio 111: 1136 CBAR 51 Level 48070000.i2c 112: 2 4805d000.gpio 16 Level palmas 115: 0 CBAR 86 Level 480b8000.spi 116: 17170 CBAR 335 Level 48484000.switch 117: 34568 CBAR 336 Level 48484000.switch 118: 10 CBAR 337 Level 48484000.switch 127: 1 CBAR 121 Level talert 128: 0 CBAR 361 Level 43300000.dma_ccint 129: 0 CBAR 359 Level 43300000.dma_ccerrint 130: 0 CBAR 23 Level 40d01000.mmu 131: 0 CBAR 145 Level 40d02000.mmu 132: 0 CBAR 395 Level 58882000.mmu 133: 0 CBAR 396 Level 55082000.mmu 134: 416 CBAR 78 Level mmc0 135: 489 CBAR 81 Level mmc1 136: 0 4805d000.gpio 27 Edge 4809c000.mmc cd 137: 0 48051000.gpio 12 Edge tpd12s015 hpd 138: 0 CBAR 46 Level 4b101000.sham 139: 0 CBAR 163 Level 42701000.sham 140: 0 palmas 8 Level 48070000.i2c:tps659038@58:tps659038_rtc 141: 0 CBAR 47 Level 48090000.rng 142: 0 4805b000.gpio 7 Edge palmas_usb_id 143: 0 palmas 1 Level 48070000.i2c:tps659038@58:tps659038_pwr_button 145: 0 48051000.gpio 22 Edge palmas_usb_vbus 146: 0 CBAR 217 Level rtc1 149: 0 CBAR 53 Level omap_hdq 150: 4 CBAR 72 Level dwc3-omap 151: 2 CBAR 87 Level dwc3-omap 154: 0 CBAR 96 Level OMAP HDMI 155: 0 CBAR 20 Level OMAP DISPC 156: 2 CBAR 108 Level omap_dmm_irq_handler 157: 0 CBAR 71 Level xhci-hcd:usb1 IPI0: 0 CPU wakeup interrupts IPI1: 0 Timer broadcast interrupts IPI2: 0 Rescheduling interrupts IPI3: 0 Function call interrupts IPI4: 0 CPU stop interrupts IPI5: 445 IRQ work interrupts IPI6: 0 completion interrupts Err: 0 / # - 15:31:04 [INFO] Host: cat /proc/softirqs - 15:31:04 [INFO] Target: cat /proc/softirqs CPU0 HI: 11 TIMER: 1569 NET_TX: 3 NET_RX: 45555 BLOCK: 0 IRQ_POLL: 0 TASKLET: 3782 SCHED: 0 HRTIMER: 0 RCU: 5284 / # - 15:31:04 [INFO] Host: ls -lR /run/media/mmcblk0p1 - 15:31:04 [INFO] Target: ls -lR /run/media/mmcblk0p1 ls: cannot access '/run/media/mmcblk0p1': No such file or directory / # - 15:31:04 [INFO] Host: lsmod - 15:31:05 [INFO] Target: lsmod Module Size Used by snd_soc_omap_hdmi 12288 0 snd_soc_ti_sdma 12288 1 snd_soc_omap_hdmi snd_soc_core 184320 2 snd_soc_omap_hdmi,snd_soc_ti_sdma snd_pcm_dmaengine 12288 1 snd_soc_core snd_pcm 114688 3 snd_pcm_dmaengine,snd_soc_omap_hdmi,snd_soc_core snd_timer 32768 1 snd_pcm xhci_plat_hcd 12288 0 snd 65536 3 snd_timer,snd_soc_core,snd_pcm soundcore 12288 1 snd xhci_hcd 188416 1 xhci_plat_hcd dwc3 155648 0 spi_nor 77824 0 roles 12288 1 dwc3 udc_core 45056 1 dwc3 usbcore 208896 3 xhci_plat_hcd,dwc3,xhci_hcd usb_common 12288 5 udc_core,xhci_plat_hcd,usbcore,dwc3,xhci_hcd evdev 20480 1 omapdrm 229376 1 cec 40960 1 omapdrm c_can_platform 12288 0 c_can 16384 1 c_can_platform omap_wdt 12288 0 omap_aes_driver 24576 0 can_dev 24576 1 c_can libaes 12288 1 omap_aes_driver watchdog 24576 1 omap_wdt spi_ti_qspi 16384 0 phy_omap_usb2 12288 3 bq27xxx_battery_hdq 12288 0 bq27xxx_battery 16384 1 bq27xxx_battery_hdq dwc3_omap 12288 0 omap_hdq 16384 0 wire 28672 2 bq27xxx_battery_hdq,omap_hdq cn 12288 1 wire omap_mailbox 12288 0 omap_des 20480 0 hwmon 24576 1 wire rtc_omap 16384 0 libdes 24576 1 omap_des omap_crypto 12288 2 omap_des,omap_aes_driver omap_rng 12288 0 rng_core 16384 1 omap_rng extcon_palmas 12288 0 palmas_pwrbutton 12288 0 rtc_palmas 12288 1 omap_sham 28672 0 crypto_engine 12288 3 omap_des,omap_aes_driver,omap_sham omap_remoteproc 16384 0 leds_gpio 12288 0 led_class 12288 1 leds_gpio display_connector 12288 0 ti_tpd12s015 12288 0 drm_kms_helper 126976 2 display_connector,omapdrm cpufreq_dt 12288 0 drm 425984 5 ti_tpd12s015,display_connector,omapdrm,drm_kms_helper drm_panel_orientation_quirks 12288 1 drm ip_tables 20480 0 x_tables 24576 1 ip_tables autofs4 32768 2 / # - 15:31:05 [INFO] Host: export IPERFHOST=192.168.0.1 - 15:31:05 [INFO] Target: export IPERFHOST=192.168.0.1 / # - 15:31:05 [INFO] Host: export NFS_SERVER=192.168.0.1 - 15:31:05 [INFO] Target: export NFS_SERVER=192.168.0.1 / # - 15:31:05 [INFO] Host: export NFS_ROOT_PATH=/opt/NFS_exports/linux/am571x-idk-03 - 15:31:05 [INFO] Target: export NFS_ROOT_PATH=/opt/NFS_exports/linux/am571x-idk-03 / # - 15:31:05 [INFO] Host: export AP_SSID= - 15:31:06 [INFO] Target: export AP_SSID= / # - 15:31:06 [INFO] Host: mkdir -p -m 777 /test - 15:31:06 [INFO] Target: mkdir -p -m 777 /test / # - 15:31:06 [INFO] Host: cd /test - 15:31:06 [INFO] Target: cd /test /test # - 15:31:06 [INFO] Host: cat > test.sh << EOF - 15:31:06 [INFO] Target: cat > test.sh << EOF > - 15:31:06 [INFO] Host: failtest() { - 15:31:06 [INFO] Target: failtest() { > - 15:31:06 [INFO] Host: echo 1 >&3 - 15:31:07 [INFO] Target: echo 1 >&3 > - 15:31:07 [INFO] Host: } - 15:31:07 [INFO] Target: } > - 15:31:07 [INFO] Host: timeout=20 - 15:31:07 [INFO] Target: timeout=20 > - 15:31:07 [INFO] Host: - 15:31:07 [INFO] Target: > - 15:31:07 [INFO] Host: # Start of user's script logic - 15:31:07 [INFO] Target: # Start of user's script logic > - 15:31:07 [INFO] Host: dmesg - 15:31:08 [INFO] Target: dmesg > - 15:31:08 [INFO] Host: EOF - 15:31:08 [INFO] Target: EOF /test # - 15:31:08 [INFO] Host: cd /test - 15:31:08 [INFO] Target: cd /test /test # - 15:31:08 [INFO] Host: chmod +x test.sh - 15:31:08 [INFO] Target: chmod +x test.sh /test # - 15:31:08 [INFO] Host: ./test.sh 2>&1 3> result.log - 15:31:13 [INFO] Target: ./test.sh 2>&1 3> result.log [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 6.11.0-rc5 (KernelCI@build-j301003-arm-gcc-12-omap2plus-defconfig-kdngh) (arm-linux-gnueabihf-gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP Fri Aug 30 02:08:34 UTC 2024 [ 0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=10c5387d [ 0.000000] CPU: div instructions available: patching division code [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache [ 0.000000] OF: fdt: Machine model: TI AM5718 IDK [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] Reserved memory: created CMA memory pool at 0x95800000, size 56 MiB [ 0.000000] OF: reserved mem: initialized node ipu2-memory@95800000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x95800000..0x98ffffff (57344 KiB) map reusable ipu2-memory@95800000 [ 0.000000] Reserved memory: created CMA memory pool at 0x99000000, size 64 MiB [ 0.000000] OF: reserved mem: initialized node dsp1-memory@99000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x99000000..0x9cffffff (65536 KiB) map reusable dsp1-memory@99000000 [ 0.000000] Reserved memory: created CMA memory pool at 0x9d000000, size 32 MiB [ 0.000000] OF: reserved mem: initialized node ipu1-memory@9d000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x9d000000..0x9effffff (32768 KiB) map reusable ipu1-memory@9d000000 [ 0.000000] cma: Reserved 16 MiB at 0xbf000000 on node -1 [ 0.000000] OMAP4: Map 0xafe00000 to (ptrval) for dram barrier [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000080000000-0x00000000afdfffff] [ 0.000000] HighMem [mem 0x00000000afe00000-0x00000000bfffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000080000000-0x00000000afdfffff] [ 0.000000] node 0: [mem 0x00000000b0000000-0x00000000bfffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000bfffffff] [ 0.000000] On node 0, zone HighMem: 512 pages in unavailable ranges [ 0.000000] DRA722 ES2.0 [ 0.000000] percpu: Embedded 17 pages/cpu s39884 r8192 d21556 u69632 [ 0.000000] pcpu-alloc: s39884 r8192 d21556 u69632 alloc=17*4096 [ 0.000000] pcpu-alloc: [0] 0 [ 0.000000] Kernel command line: console=ttyO2,115200n8 earlyprintk=serial,ttyO2,115200n8 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am571x-idk-03/autofs/29d150f62ef8c1505ae043eeb678acc5,nolock,v3,tcp,rsize=4096,wsize=4096 0 [ 0.000000] sysrq: sysrq always enabled. [ 0.000000] Unknown kernel command line parameters "0 earlyprintk=serial,ttyO2,115200n8", will be passed to user space. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear) [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 261632 [ 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=1, Nodes=1 [ 0.000000] trace event string verifier disabled [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] rcu: RCU event tracing is enabled. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1 [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000] GIC: Using split EOI/Deactivate mode [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000] OMAP clocksource: 32k_counter at 32768 Hz [ 0.000000] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns [ 0.000000] sched_clock: 32 bits at 33kHz, resolution 30517ns, wraps every 65535999984741ns [ 0.001464] TI gptimer clockevent: always-on 32786 Hz at /ocp/interconnect@4ae00000/segment@10000/target-module@8000 [ 0.003143] TI gptimer percpu-dmtimer: 20000000 Hz at /ocp/interconnect@48800000/segment@0/target-module@2c000 [ 0.003204] Failed to initialize '/ocp/interconnect@48800000/segment@0/target-module@2e000/timer@0': -22 [ 0.004058] Console: colour dummy device 80x30 [ 0.004089] WARNING: Your 'console=ttyO2' has been replaced by 'ttyS2' [ 0.004089] This ensures that you still see kernel messages. Please [ 0.004089] update your kernel commandline. [ 0.004119] Calibrating delay loop... 1993.93 BogoMIPS (lpj=9969664) [ 0.062103] CPU: Testing write buffer coherency: ok [ 0.062133] CPU0: Spectre v2: using ICIALLU workaround [ 0.062164] CPU0: Spectre BHB: enabling loop workaround for all CPUs [ 0.062164] pid_max: default: 32768 minimum: 301 [ 0.062225] LSM: initializing lsm=capability [ 0.062316] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.062347] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.063110] /cpus/cpu@0 missing clock-frequency property [ 0.063110] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.064025] Setting up static identity map for 0x80100000 - 0x80100078 [ 0.064147] rcu: Hierarchical SRCU implementation. [ 0.064147] rcu: Max phase no-delay instances is 1000. [ 0.064727] smp: Bringing up secondary CPUs ... [ 0.064758] smp: Brought up 1 node, 1 CPU [ 0.064758] SMP: Total of 1 processors activated (1993.93 BogoMIPS). [ 0.064758] CPU: All CPU(s) started in HYP mode. [ 0.064788] CPU: Virtualization extensions available. [ 0.064849] Memory: 844948K/1046528K available (11264K kernel code, 1142K rwdata, 2696K rodata, 1024K init, 291K bss, 27780K reserved, 172032K cma-reserved, 245760K highmem) [ 0.065185] devtmpfs: initialized [ 0.089324] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0 [ 0.089538] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.089538] futex hash table entries: 256 (order: 2, 16384 bytes, linear) [ 0.092376] pinctrl core: initialized pinctrl subsystem [ 0.093719] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.095306] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.095886] audit: initializing netlink subsys (disabled) [ 0.096527] thermal_sys: Registered thermal governor 'fair_share' [ 0.096527] thermal_sys: Registered thermal governor 'step_wise' [ 0.096527] thermal_sys: Registered thermal governor 'user_space' [ 0.096557] audit: type=2000 audit(0.090:1): state=initialized audit_enabled=0 res=1 [ 0.096588] cpuidle: using governor menu [ 0.132019] platform ocp: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@e00/clock@20 [ 0.132080] platform ocp: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@700/clock@20 [ 0.135192] platform connector@0: Fixed dependency cycle(s) with /encoder@0 [ 0.135314] platform encoder@0: Fixed dependency cycle(s) with /connector@0 [ 0.135406] platform encoder@0: Fixed dependency cycle(s) with /ocp/target-module@58000000/dss@0/target-module@40000/encoder@0 [ 0.135864] No ATAGs? [ 0.135894] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [ 0.135925] hw-breakpoint: maximum watchpoint size is 8 bytes. [ 0.140045] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. [ 0.155181] iommu: Default domain type: Translated [ 0.155181] iommu: DMA domain TLB invalidation policy: strict mode [ 0.156524] reg-fixed-voltage fixedregulator-vmain: using DT '/fixedregulator-vmain' for '(default)' GPIO lookup [ 0.156555] of_get_named_gpiod_flags: can't parse 'gpios' property of node '/fixedregulator-vmain[0]' [ 0.156555] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixedregulator-vmain[0]' [ 0.156585] reg-fixed-voltage fixedregulator-vmain: using lookup tables for GPIO lookup [ 0.156585] reg-fixed-voltage fixedregulator-vmain: No GPIO consumer (default) found [ 0.156921] reg-fixed-voltage fixedregulator-v1_2d: using DT '/fixedregulator-v1_2d' for '(default)' GPIO lookup [ 0.156921] of_get_named_gpiod_flags: can't parse 'gpios' property of node '/fixedregulator-v1_2d[0]' [ 0.156951] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixedregulator-v1_2d[0]' [ 0.156951] reg-fixed-voltage fixedregulator-v1_2d: using lookup tables for GPIO lookup [ 0.156982] reg-fixed-voltage fixedregulator-v1_2d: No GPIO consumer (default) found [ 0.157623] SCSI subsystem initialized [ 0.162658] libata version 3.00 loaded. [ 0.162902] pps_core: LinuxPPS API ver. 1 registered [ 0.162902] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.162933] PTP clock support registered [ 0.164184] vgaarb: loaded [ 0.164306] clocksource: Switched to clocksource 32k_counter [ 0.164611] VFS: Disk quotas dquot_6.6.0 [ 0.164642] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 0.185729] NET: Registered PF_INET protocol family [ 0.185913] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.187316] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) [ 0.187316] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.187347] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear) [ 0.187408] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear) [ 0.187622] TCP: Hash tables configured (established 8192 bind 8192) [ 0.187713] UDP hash table entries: 512 (order: 2, 16384 bytes, linear) [ 0.187744] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear) [ 0.187866] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.194732] RPC: Registered named UNIX socket transport module. [ 0.194732] RPC: Registered udp transport module. [ 0.194732] RPC: Registered tcp transport module. [ 0.194732] RPC: Registered tcp-with-tls transport module. [ 0.194763] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.194763] PCI: CLS 0 bytes, default 64 [ 0.195617] Initialise system trusted keyrings [ 0.204620] workingset: timestamp_bits=14 max_order=18 bucket_order=4 [ 0.205230] NFS: Registering the id_resolver key type [ 0.205261] Key type id_resolver registered [ 0.205261] Key type id_legacy registered [ 0.205322] jffs2: version 2.2. (NAND) (SUMMARY) 2001-2006 Red Hat, Inc. [ 0.205535] Key type asymmetric registered [ 0.205566] Asymmetric key parser 'x509' registered [ 0.205627] bounce: pool size: 64 pages [ 0.205627] io scheduler mq-deadline registered [ 0.205657] io scheduler kyber registered [ 0.205688] io scheduler bfq registered [ 0.222198] Serial: 8250/16550 driver, 6 ports, IRQ sharing enabled [ 0.244079] brd: module loaded [ 0.267028] loop: module loaded [ 0.267669] mtdoops: mtd device (mtddev=name/number) must be supplied [ 0.268768] mdio_bus fixed-0: using lookup tables for GPIO lookup [ 0.268798] mdio_bus fixed-0: No GPIO consumer reset found [ 0.269897] i2c_dev: i2c /dev entries driver [ 0.270904] sdhci: Secure Digital Host Controller Interface driver [ 0.270935] sdhci: Copyright(c) Pierre Ossman [ 0.271087] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.271270] ledtrig-cpu: registered to indicate activity on CPUs [ 0.272125] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available [ 0.272430] Initializing XFRM netlink socket [ 0.272491] NET: Registered PF_INET6 protocol family [ 0.287780] Segment Routing with IPv6 [ 0.287841] In-situ OAM (IOAM) with IPv6 [ 0.287902] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 0.288391] NET: Registered PF_PACKET protocol family [ 0.288421] NET: Registered PF_KEY protocol family [ 0.288513] Key type dns_resolver registered [ 0.288604] ThumbEE CPU extension supported. [ 0.288635] Registering SWP/SWPB emulation handler [ 0.289123] omap_voltage_late_init: Voltage driver support not added [ 0.289123] sr_init_by_name: Unable to get voltage domain pointer for VDD mpu [ 0.289123] sr_init_by_name: Unable to get voltage domain pointer for VDD core [ 0.289154] Power Management for TI OMAP4+ devices. [ 0.289398] SmartReflex Class3 initialized [ 0.322326] Loading compiled-in X.509 certificates [ 0.373138] platform 4a000000.interconnect: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@d00/clock@20 [ 0.378143] pinctrl-single 4a003400.pinmux: 282 pins, size 1128 [ 0.395996] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported) [ 0.411285] gpiochip_find_base_unlocked: found new base at 512 [ 0.440582] gpio gpiochip0: (gpio-0-31): added GPIO chardev (254:0) [ 0.440673] gpio gpiochip0: registered GPIOs 512 to 543 on gpio-0-31 [ 0.440704] OMAP GPIO hardware version 0.1 [ 0.444396] ti-sysc 4ae18000.target-module: probe with driver ti-sysc failed with error -16 [ 0.470336] omap8250 48020000.serial: using DT '/ocp/interconnect@48000000/segment@0/target-module@20000/serial@0' for 'rs485-term' GPIO lookup [ 0.470397] of_get_named_gpiod_flags: can't parse 'rs485-term-gpios' property of node '/ocp/interconnect@48000000/segment@0/target-module@20000/serial@0[0]' [ 0.470428] of_get_named_gpiod_flags: can't parse 'rs485-term-gpio' property of node '/ocp/interconnect@48000000/segment@0/target-module@20000/serial@0[0]' [ 0.470458] omap8250 48020000.serial: using lookup tables for GPIO lookup [ 0.470458] omap8250 48020000.serial: No GPIO consumer rs485-term found [ 0.470489] omap8250 48020000.serial: using DT '/ocp/interconnect@48000000/segment@0/target-module@20000/serial@0' for 'rs485-rx-during-tx' GPIO lookup [ 0.470520] of_get_named_gpiod_flags: can't parse 'rs485-rx-during-tx-gpios' property of node '/ocp/interconnect@48000000/segment@0/target-module@20000/serial@0[0]' [ 0.470550] of_get_named_gpiod_flags: can't parse 'rs485-rx-during-tx-gpio' property of node '/ocp/interconnect@48000000/segment@0/target-module@20000/serial@0[0]' [ 0.470581] omap8250 48020000.serial: using lookup tables for GPIO lookup [ 0.470581] omap8250 48020000.serial: No GPIO consumer rs485-rx-during-tx found [ 0.470794] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 98, base_baud = 3000000) is a 8250 [ 0.470825] printk: legacy console [ttyS2] enabled [ 1.792480] gpiochip_find_base_unlocked: found new base at 544 [ 1.805267] gpio gpiochip1: (gpio-32-63): added GPIO chardev (254:1) [ 1.805358] gpio gpiochip1: registered GPIOs 544 to 575 on gpio-32-63 [ 1.806549] gpiochip_find_base_unlocked: found new base at 576 [ 1.806793] gpio gpiochip2: (gpio-64-95): added GPIO chardev (254:2) [ 1.806854] gpio gpiochip2: registered GPIOs 576 to 607 on gpio-64-95 [ 1.808044] gpiochip_find_base_unlocked: found new base at 608 [ 1.808288] gpio gpiochip3: (gpio-96-127): added GPIO chardev (254:3) [ 1.808349] gpio gpiochip3: registered GPIOs 608 to 639 on gpio-96-127 [ 1.809478] gpiochip_find_base_unlocked: found new base at 640 [ 1.817901] gpio gpiochip4: (gpio-128-159): added GPIO chardev (254:4) [ 1.817962] gpio gpiochip4: registered GPIOs 640 to 671 on gpio-128-159 [ 1.819091] gpiochip_find_base_unlocked: found new base at 672 [ 1.819305] gpio gpiochip5: (gpio-160-191): added GPIO chardev (254:5) [ 1.819396] gpio gpiochip5: registered GPIOs 672 to 703 on gpio-160-191 [ 1.820617] gpiochip_find_base_unlocked: found new base at 704 [ 1.820831] gpio gpiochip6: (gpio-192-223): added GPIO chardev (254:6) [ 1.820892] gpio gpiochip6: registered GPIOs 704 to 735 on gpio-192-223 [ 1.822113] gpiochip_find_base_unlocked: found new base at 736 [ 1.826080] gpio gpiochip7: (gpio-224-255): added GPIO chardev (254:7) [ 1.826141] gpio gpiochip7: registered GPIOs 736 to 767 on gpio-224-255 [ 1.844879] i2c i2c-0: using DT '/ocp/interconnect@48000000/segment@0/target-module@70000/i2c@0' for 'scl' GPIO lookup [ 1.844940] of_get_named_gpiod_flags: can't parse 'scl-gpios' property of node '/ocp/interconnect@48000000/segment@0/target-module@70000/i2c@0[0]' [ 1.844970] of_get_named_gpiod_flags: can't parse 'scl-gpio' property of node '/ocp/interconnect@48000000/segment@0/target-module@70000/i2c@0[0]' [ 1.845001] i2c i2c-0: using lookup tables for GPIO lookup [ 1.845001] i2c i2c-0: No GPIO consumer scl found [ 1.845031] i2c i2c-0: using DT '/ocp/interconnect@48000000/segment@0/target-module@70000/i2c@0' for 'sda' GPIO lookup [ 1.845062] of_get_named_gpiod_flags: can't parse 'sda-gpios' property of node '/ocp/interconnect@48000000/segment@0/target-module@70000/i2c@0[0]' [ 1.845092] of_get_named_gpiod_flags: can't parse 'sda-gpio' property of node '/ocp/interconnect@48000000/segment@0/target-module@70000/i2c@0[0]' [ 1.845092] i2c i2c-0: using lookup tables for GPIO lookup [ 1.845123] i2c i2c-0: No GPIO consumer sda found [ 1.845733] palmas 0-0058: Irq flag is 0x00000004 [ 1.905273] palmas 0-0058: Muxing GPIO 2f, PWM 0, LED 0 [ 1.915771] gpiochip_find_base_unlocked: found new base at 768 [ 1.916748] gpio gpiochip8: (48070000.i2c:tps659038@58:tps659038_gpio): added GPIO chardev (254:8) [ 1.916809] gpio gpiochip8: registered GPIOs 768 to 775 on 48070000.i2c:tps659038@58:tps659038_gpio [ 1.917602] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz [ 1.968688] ocp:target-module@48210000:mpu:fck: device ID is greater than 24 [ 1.987609] mdio_bus 48485000.mdio: using DT '/ocp/interconnect@48400000/segment@0/target-module@84000/switch@0/mdio@1000' for 'reset' GPIO lookup [ 1.987640] of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/interconnect@48400000/segment@0/target-module@84000/switch@0/mdio@1000[0]' [ 1.987701] of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/ocp/interconnect@48400000/segment@0/target-module@84000/switch@0/mdio@1000[0]' [ 1.987731] mdio_bus 48485000.mdio: using lookup tables for GPIO lookup [ 1.987731] mdio_bus 48485000.mdio: No GPIO consumer reset found [ 2.044372] davinci_mdio 48485000.mdio: davinci mdio revision 1.6, bus freq 1000000 [ 2.052825] mdio_bus 48485000.mdio:00: using DT '/ocp/interconnect@48400000/segment@0/target-module@84000/switch@0/mdio@1000/ethernet-phy@0' for 'reset' GPIO lookup [ 2.052856] of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/interconnect@48400000/segment@0/target-module@84000/switch@0/mdio@1000/ethernet-phy@0[0]' [ 2.052917] of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/ocp/interconnect@48400000/segment@0/target-module@84000/switch@0/mdio@1000/ethernet-phy@0[0]' [ 2.052947] mdio_bus 48485000.mdio:00: using lookup tables for GPIO lookup [ 2.052978] mdio_bus 48485000.mdio:00: No GPIO consumer reset found [ 2.056091] mdio_bus 48485000.mdio:01: using DT '/ocp/interconnect@48400000/segment@0/target-module@84000/switch@0/mdio@1000/ethernet-phy@1' for 'reset' GPIO lookup [ 2.056152] of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/interconnect@48400000/segment@0/target-module@84000/switch@0/mdio@1000/ethernet-phy@1[0]' [ 2.056182] of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/ocp/interconnect@48400000/segment@0/target-module@84000/switch@0/mdio@1000/ethernet-phy@1[0]' [ 2.056243] mdio_bus 48485000.mdio:01: using lookup tables for GPIO lookup [ 2.056243] mdio_bus 48485000.mdio:01: No GPIO consumer reset found [ 2.058685] davinci_mdio 48485000.mdio: phy[0]: device 48485000.mdio:00, driver Micrel KSZ9031 Gigabit PHY [ 2.068420] davinci_mdio 48485000.mdio: phy[1]: device 48485000.mdio:01, driver Micrel KSZ9031 Gigabit PHY [ 2.078796] cpsw-switch 48484000.switch: initialized cpsw ale version 1.4 [ 2.085662] cpsw-switch 48484000.switch: ALE Table size 1024 [ 2.091461] cpsw-switch 48484000.switch: cpts: overflow check period 500 (jiffies) [ 2.099121] cpsw-switch 48484000.switch: CPTS: ref_clk_freq:266000000 calc_mult:4036623398 calc_shift:30 error:-1 nsec/sec [ 2.110260] cpsw-switch 48484000.switch: Detected MACID = 44:ea:d8:0a:6c:1a [ 2.117309] cpsw-switch 48484000.switch: Detected MACID = 44:ea:d8:0a:6c:1b [ 2.126312] cpsw-switch 48484000.switch: initialized (regs 0x48484000, pool size 256) hw_ver:0019010F 1.15 (0) [ 2.148437] ti-sysc 4882c000.target-module: probe with driver ti-sysc failed with error -16 [ 2.157440] ti-sysc 4882e000.target-module: probe with driver ti-sysc failed with error -16 [ 2.178588] platform 51000000.pcie: Fixed dependency cycle(s) with /ocp/target-module@51000000/pcie@51000000/interrupt-controller [ 2.190979] dra7-pcie 51000000.pcie: using DT '/ocp/target-module@51000000/pcie@51000000' for '(default)' GPIO lookup [ 2.191040] of_get_named_gpiod_flags: parsed 'gpios' property of node '/ocp/target-module@51000000/pcie@51000000[0]' - status (0) [ 2.191070] gpio gpiochip6: Persistence not supported for GPIO 18 [ 2.191345] dra7-pcie 51000000.pcie: host bridge /ocp/target-module@51000000/pcie@51000000 ranges: [ 2.200439] dra7-pcie 51000000.pcie: IO 0x0020003000..0x0020012fff -> 0x0000000000 [ 2.208618] dra7-pcie 51000000.pcie: MEM 0x0020013000..0x002fffffff -> 0x0020013000 [ 2.218170] dra7-pcie 51000000.pcie: iATU: unroll F, 16 ob, 4 ib, align 4K, limit 4G [ 3.324401] dra7-pcie 51000000.pcie: Phy link never came up [ 3.330596] dra7-pcie 51000000.pcie: PCI host bridge to bus 0000:00 [ 3.336944] pci_bus 0000:00: root bus resource [bus 00-ff] [ 3.342468] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] [ 3.348693] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff] [ 3.355651] pci 0000:00:00.0: [104c:8888] type 01 class 0x060400 PCIe Root Port [ 3.363006] pci 0000:00:00.0: BAR 0 [mem 0x00000000-0x000fffff] [ 3.368988] pci 0000:00:00.0: BAR 1 [mem 0x00000000-0x0000ffff] [ 3.374938] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 3.380218] pci 0000:00:00.0: bridge window [io 0x0000-0x0fff] [ 3.386352] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff] [ 3.393188] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff pref] [ 3.400482] pci 0000:00:00.0: supports D1 [ 3.404541] pci 0000:00:00.0: PME# supported from D0 D1 D3hot [ 3.417480] PCI: bus0: Fast back to back transfers disabled [ 3.423400] PCI: bus1: Fast back to back transfers enabled [ 3.428955] pci 0000:00:00.0: BAR 0 [mem 0x20100000-0x201fffff]: assigned [ 3.435791] pci 0000:00:00.0: BAR 1 [mem 0x20020000-0x2002ffff]: assigned [ 3.442626] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 3.447906] pci_bus 0000:00: resource 4 [io 0x0000-0xffff] [ 3.453491] pci_bus 0000:00: resource 5 [mem 0x20013000-0x2fffffff] [ 3.459991] genirq: Threaded irq requested with handler=NULL and !ONESHOT for dra7xx-pcie-main (irq 125) [ 3.469604] dra7-pcie 51000000.pcie: failed to request irq [ 3.475189] dra7-pcie 51000000.pcie: probe with driver dra7-pcie failed with error -22 [ 3.489105] pcie-clkctrl:0000:0: failed to disable [ 3.499053] edma 43300000.dma: memcpy is disabled [ 3.506958] edma 43300000.dma: TI EDMA DMA engine driver [ 3.517242] omap-iommu 40d01000.mmu: 40d01000.mmu registered [ 3.524200] omap-iommu 40d02000.mmu: 40d02000.mmu registered [ 3.531402] omap-iommu 58882000.mmu: 58882000.mmu registered [ 3.538574] omap-iommu 55082000.mmu: 55082000.mmu registered [ 3.556396] 5a05a400.target-module:iva:fck: device ID is greater than 24 [ 3.565460] ti-sysc 4ae06000.target-module: Failed to create device link (0x180) with ocp [ 3.576690] reg-fixed-voltage fixedregulator-v3_3d: using DT '/fixedregulator-v3_3d' for '(default)' GPIO lookup [ 3.576690] of_get_named_gpiod_flags: can't parse 'gpios' property of node '/fixedregulator-v3_3d[0]' [ 3.576721] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixedregulator-v3_3d[0]' [ 3.576751] reg-fixed-voltage fixedregulator-v3_3d: using lookup tables for GPIO lookup [ 3.576751] reg-fixed-voltage fixedregulator-v3_3d: No GPIO consumer (default) found [ 3.578155] reg-fixed-voltage fixedregulator-vtt: using DT '/fixedregulator-vtt' for '(default)' GPIO lookup [ 3.578155] of_get_named_gpiod_flags: can't parse 'gpios' property of node '/fixedregulator-vtt[0]' [ 3.578186] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixedregulator-vtt[0]' [ 3.578186] reg-fixed-voltage fixedregulator-vtt: using lookup tables for GPIO lookup [ 3.578216] reg-fixed-voltage fixedregulator-vtt: No GPIO consumer (default) found [ 3.578857] sdhci-omap 4809c000.mmc: using DT '/ocp/interconnect@48000000/segment@0/target-module@9c000/mmc@0' for 'cd' GPIO lookup [ 3.578948] of_get_named_gpiod_flags: parsed 'cd-gpios' property of node '/ocp/interconnect@48000000/segment@0/target-module@9c000/mmc@0[0]' - status (0) [ 3.578979] gpio gpiochip7: Persistence not supported for GPIO 27 [ 3.579010] omap_gpio 4805d000.gpio: Could not set line 27 debounce to 200000 microseconds (-22) [ 3.587890] sdhci-omap 4809c000.mmc: Got CD GPIO [ 3.592559] sdhci-omap 4809c000.mmc: using DT '/ocp/interconnect@48000000/segment@0/target-module@9c000/mmc@0' for 'wp' GPIO lookup [ 3.592590] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/interconnect@48000000/segment@0/target-module@9c000/mmc@0[0]' [ 3.592620] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/interconnect@48000000/segment@0/target-module@9c000/mmc@0[0]' [ 3.592651] sdhci-omap 4809c000.mmc: using lookup tables for GPIO lookup [ 3.592651] sdhci-omap 4809c000.mmc: No GPIO consumer wp found [ 3.593780] sdhci-omap 480b4000.mmc: using DT '/ocp/interconnect@48000000/segment@0/target-module@b4000/mmc@0' for 'wp' GPIO lookup [ 3.593811] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/interconnect@48000000/segment@0/target-module@b4000/mmc@0[0]' [ 3.593841] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/interconnect@48000000/segment@0/target-module@b4000/mmc@0[0]' [ 3.593872] sdhci-omap 480b4000.mmc: using lookup tables for GPIO lookup [ 3.593872] sdhci-omap 480b4000.mmc: No GPIO consumer wp found [ 3.594024] sdhci-omap 480b4000.mmc: supply pbias not found, using dummy regulator [ 3.603668] sdhci-omap 4809c000.mmc: no pinctrl state for ddr_3_3v mode [ 3.636016] mmc1: SDHCI controller on 480b4000.mmc [480b4000.mmc] using ADMA [ 3.643463] mmc0: SDHCI controller on 4809c000.mmc [4809c000.mmc] using ADMA [ 3.651000] cpsw-switch 48484000.switch: starting ndev. mode: dual_mac [ 3.733886] mmc0: new high speed SDHC card at address b368 [ 3.739746] Micrel KSZ9031 Gigabit PHY 48485000.mdio:00: attached PHY driver (mii_bus:phy_addr=48485000.mdio:00, irq=POLL) [ 3.751129] mmcblk0: mmc0:b368 USD00 14.7 GiB [ 3.756072] mmc1: new DDR MMC card at address 0001 [ 3.762115] mmcblk1: mmc1:0001 R1J56L 13.8 GiB [ 3.767700] mmcblk0: p1 p2 p3 [ 3.777160] mmcblk1boot0: mmc1:0001 R1J56L 4.00 MiB [ 3.783325] mmcblk1boot1: mmc1:0001 R1J56L 4.00 MiB [ 3.789398] mmcblk1rpmb: mmc1:0001 R1J56L 128 KiB, chardev (250:0) [ 7.925964] cpsw-switch 48484000.switch eth0: Link is Up - 1Gbps/Full - flow control off [ 7.974365] Sending DHCP requests ., OK [ 9.018249] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.201 [ 9.026062] IP-Config: Complete: [ 9.029296] device=eth0, hwaddr=44:ea:d8:0a:6c:1a, ipaddr=192.168.0.201, mask=255.255.255.0, gw=192.168.0.1 [ 9.039520] host=192.168.0.201, domain=ti.com, nis-domain=(none) [ 9.046020] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath= [ 9.046020] nameserver0=192.0.2.2, nameserver1=192.0.2.3 [ 9.059051] clk: Disabling unused clocks [ 9.063323] PM: genpd: Disabling unused power domains [ 9.082244] VFS: Mounted root (nfs filesystem) on device 0:17. [ 9.088714] devtmpfs: mounted [ 9.092315] Freeing unused kernel image (initmem) memory: 1024K [ 9.098480] Run /sbin/init as init process [ 9.102600] with arguments: [ 9.102600] /sbin/init [ 9.102630] 0 [ 9.102630] with environment: [ 9.102630] HOME=/ [ 9.102630] TERM=linux [ 9.102630] earlyprintk=serial,ttyO2,115200n8 [ 9.411682] systemd[1]: System time before build time, advancing clock. [ 9.450012] systemd[1]: Inserted module 'autofs4' [ 9.488006] systemd[1]: systemd 247.3-7+deb11u4 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified) [ 9.515106] systemd[1]: Detected architecture arm. [ 9.555847] systemd[1]: Set hostname to . [ 10.469818] systemd[1]: Queued start job for default target Graphical Interface. [ 10.483154] random: systemd: uninitialized urandom read (16 bytes read) [ 10.490020] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. [ 10.502502] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) [ 10.536132] systemd[1]: Created slice system-getty.slice. [ 10.579406] random: systemd: uninitialized urandom read (16 bytes read) [ 10.587158] systemd[1]: Created slice system-modprobe.slice. [ 10.629394] random: systemd: uninitialized urandom read (16 bytes read) [ 10.637145] systemd[1]: Created slice system-serial\x2dgetty.slice. [ 10.680267] systemd[1]: Created slice User and Session Slice. [ 10.719696] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 10.759643] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 10.800109] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 10.849609] systemd[1]: Reached target Local Encrypted Volumes. [ 10.889648] systemd[1]: Reached target Paths. [ 10.929473] systemd[1]: Reached target Remote File Systems. [ 10.969451] systemd[1]: Reached target Slices. [ 11.009552] systemd[1]: Reached target Swap. [ 11.049896] systemd[1]: Listening on initctl Compatibility Named Pipe. [ 11.090881] systemd[1]: Listening on Journal Audit Socket. [ 11.130676] systemd[1]: Listening on Journal Socket (/dev/log). [ 11.170043] systemd[1]: Listening on Journal Socket. [ 11.210723] systemd[1]: Listening on Network Service Netlink Socket. [ 11.252746] systemd[1]: Listening on udev Control Socket. [ 11.289886] systemd[1]: Listening on udev Kernel Socket. [ 11.324920] systemd[1]: Condition check resulted in Huge Pages File System being skipped. [ 11.365661] systemd[1]: Mounting POSIX Message Queue File System... [ 11.446075] systemd[1]: Mounting Kernel Debug File System... [ 11.489959] random: systemd: uninitialized urandom read (16 bytes read) [ 11.525848] systemd[1]: Mounting Kernel Trace File System... [ 11.570617] random: systemd: uninitialized urandom read (16 bytes read) [ 11.604888] systemd[1]: Starting Create list of static device nodes for the current kernel... [ 11.635467] random: systemd: uninitialized urandom read (16 bytes read) [ 11.645996] systemd[1]: Starting Load Kernel Module configfs... [ 11.705017] systemd[1]: Starting Load Kernel Module drm... [ 11.735961] systemd[1]: Starting Load Kernel Module fuse... [ 11.778656] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 11.828826] systemd[1]: Starting Journal Service... [ 11.894989] systemd[1]: Starting Load Kernel Modules... [ 11.947326] systemd[1]: Starting Remount Root and Kernel File Systems... [ 12.037506] systemd[1]: Starting Coldplug All udev Devices... [ 12.071594] systemd[1]: Mounted POSIX Message Queue File System. [ 12.145568] systemd[1]: Mounted Kernel Debug File System. [ 12.175079] systemd[1]: Mounted Kernel Trace File System. [ 12.214569] systemd[1]: Finished Create list of static device nodes for the current kernel. [ 12.266296] systemd[1]: modprobe@configfs.service: Succeeded. [ 12.284545] systemd[1]: Finished Load Kernel Module configfs. [ 12.306274] systemd[1]: modprobe@drm.service: Succeeded. [ 12.324615] systemd[1]: Finished Load Kernel Module drm. [ 12.349426] systemd[1]: Started Journal Service. [ 12.551849] random: systemd: uninitialized urandom read (16 bytes read) [ 12.609771] random: systemd-journal: uninitialized urandom read (16 bytes read) [ 12.649871] random: systemd: uninitialized urandom read (16 bytes read) [ 12.753631] systemd-journald[110]: Received client request to flush runtime journal. [ 12.827056] systemd-journald[110]: File /var/log/journal/c2d1e75df5a44f379b0ba44115d3cbbb/system.journal corrupted or uncleanly shut down, renaming and replacing. [ 13.424407] random: crng init done [ 13.427825] random: 43 urandom warning(s) missed due to ratelimiting [ 15.177764] display-connector connector@0: using DT '/connector@0' for 'hpd' GPIO lookup [ 15.177795] of_get_named_gpiod_flags: can't parse 'hpd-gpios' property of node '/connector@0[0]' [ 15.177795] of_get_named_gpiod_flags: can't parse 'hpd-gpio' property of node '/connector@0[0]' [ 15.177825] display-connector connector@0: using lookup tables for GPIO lookup [ 15.177825] display-connector connector@0: No GPIO consumer hpd found [ 15.177825] display-connector connector@0: using DT '/connector@0' for 'ddc-en' GPIO lookup [ 15.177856] of_get_named_gpiod_flags: can't parse 'ddc-en-gpios' property of node '/connector@0[0]' [ 15.177856] of_get_named_gpiod_flags: can't parse 'ddc-en-gpio' property of node '/connector@0[0]' [ 15.177856] display-connector connector@0: using lookup tables for GPIO lookup [ 15.177886] display-connector connector@0: No GPIO consumer ddc-en found [ 15.178985] tpd12s015 encoder@0: using DT '/encoder@0' for '(default)' GPIO lookup [ 15.178985] of_get_named_gpiod_flags: can't parse 'gpios' property of node '/encoder@0[0]' [ 15.179016] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/encoder@0[0]' [ 15.179016] tpd12s015 encoder@0: using lookup tables for GPIO lookup [ 15.179016] tpd12s015 encoder@0: No GPIO consumer (default) found [ 15.179016] tpd12s015 encoder@0: using DT '/encoder@0' for '(default)' GPIO lookup [ 15.179046] of_get_named_gpiod_flags: can't parse 'gpios' property of node '/encoder@0[1]' [ 15.179046] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/encoder@0[1]' [ 15.179077] tpd12s015 encoder@0: using lookup tables for GPIO lookup [ 15.179077] tpd12s015 encoder@0: No GPIO consumer (default) found [ 15.179077] tpd12s015 encoder@0: using DT '/encoder@0' for '(default)' GPIO lookup [ 15.179107] of_get_named_gpiod_flags: parsed 'gpios' property of node '/encoder@0[2]' - status (0) [ 15.179138] gpio gpiochip1: Persistence not supported for GPIO 12 [ 15.212066] leds-gpio leds: using DT '/leds/cpu0-led' for '(default)' GPIO lookup [ 15.212097] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/cpu0-led[0]' - status (0) [ 15.212158] gpio gpiochip3: Persistence not supported for GPIO 25 [ 15.212158] gpio-633 (?): no flags found for GPIO (default) [ 15.237884] leds-gpio leds: using DT '/leds/usr0-led' for '(default)' GPIO lookup [ 15.237915] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/usr0-led[0]' - status (0) [ 15.237915] gpio gpiochip3: Persistence not supported for GPIO 26 [ 15.237945] gpio-634 (?): no flags found for GPIO (default) [ 15.238098] leds-gpio leds: using DT '/leds/heartbeat-led' for '(default)' GPIO lookup [ 15.238098] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/heartbeat-led[0]' - status (0) [ 15.238128] gpio gpiochip3: Persistence not supported for GPIO 27 [ 15.238128] gpio-635 (?): no flags found for GPIO (default) [ 15.267761] omap-rproc 58820000.ipu: assigned reserved memory node ipu1-memory@9d000000 [ 15.275939] remoteproc remoteproc0: 58820000.ipu is available [ 15.282043] omap-rproc 55020000.ipu: assigned reserved memory node ipu2-memory@95800000 [ 15.290161] remoteproc remoteproc1: 55020000.ipu is available [ 15.296234] omap-rproc 40800000.dsp: assigned reserved memory node dsp1-memory@99000000 [ 15.304351] remoteproc remoteproc2: 40800000.dsp is available [ 15.317291] leds-gpio leds: using DT '/leds/usr1-led' for '(default)' GPIO lookup [ 15.317321] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/usr1-led[0]' - status (0) [ 15.317352] gpio gpiochip3: Persistence not supported for GPIO 28 [ 15.317352] gpio-636 (?): no flags found for GPIO (default) [ 15.317443] leds-gpio leds: using DT '/leds/usr2-led' for '(default)' GPIO lookup [ 15.317474] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/usr2-led[0]' - status (0) [ 15.317504] gpio gpiochip3: Persistence not supported for GPIO 21 [ 15.317504] gpio-629 (?): no flags found for GPIO (default) [ 15.317565] leds-gpio leds: using DT '/leds/mmc0-led' for '(default)' GPIO lookup [ 15.317596] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/mmc0-led[0]' - status (0) [ 15.317596] gpio gpiochip3: Persistence not supported for GPIO 19 [ 15.317596] gpio-627 (?): no flags found for GPIO (default) [ 15.328094] remoteproc remoteproc0: Direct firmware load for dra7-ipu1-fw.xem4 failed with error -2 [ 15.337249] remoteproc remoteproc0: powering up 58820000.ipu [ 15.342956] remoteproc remoteproc0: Direct firmware load for dra7-ipu1-fw.xem4 failed with error -2 [ 15.352081] remoteproc remoteproc0: request_firmware failed: -2 [ 15.395812] remoteproc remoteproc1: Direct firmware load for dra7-ipu2-fw.xem4 failed with error -2 [ 15.405029] remoteproc remoteproc1: powering up 55020000.ipu [ 15.410736] remoteproc remoteproc1: Direct firmware load for dra7-ipu2-fw.xem4 failed with error -2 [ 15.419921] remoteproc remoteproc1: request_firmware failed: -2 [ 15.435882] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3 [ 15.445007] remoteproc remoteproc2: Direct firmware load for dra7-dsp1-fw.xe66 failed with error -2 [ 15.454132] remoteproc remoteproc2: powering up 40800000.dsp [ 15.459899] remoteproc remoteproc2: Direct firmware load for dra7-dsp1-fw.xe66 failed with error -2 [ 15.468994] remoteproc remoteproc2: request_firmware failed: -2 [ 15.588562] omap-sham 4b101000.sham: will run requests pump with realtime priority [ 15.596649] omap-sham 42701000.sham: hw accel on OMAP rev 4.3 [ 15.730926] omap-sham 42701000.sham: will run requests pump with realtime priority [ 16.126159] palmas_pwrbutton 48070000.i2c:tps659038@58:tps659038_pwr_button: h/w controlled shutdown duration=12 seconds [ 16.141571] palmas-usb 48070000.i2c:tps659038@58:tps659038_usb: using DT '/ocp/interconnect@48000000/segment@0/target-module@70000/i2c@0/tps659038@58/tps659038_usb' for 'id' GPIO lookup [ 16.141632] of_get_named_gpiod_flags: parsed 'id-gpios' property of node '/ocp/interconnect@48000000/segment@0/target-module@70000/i2c@0/tps659038@58/tps659038_usb[0]' - status (0) [ 16.141662] gpio gpiochip6: Persistence not supported for GPIO 7 [ 16.141693] palmas-usb 48070000.i2c:tps659038@58:tps659038_usb: using DT '/ocp/interconnect@48000000/segment@0/target-module@70000/i2c@0/tps659038@58/tps659038_usb' for 'vbus' GPIO lookup [ 16.141723] of_get_named_gpiod_flags: parsed 'vbus-gpios' property of node '/ocp/interconnect@48000000/segment@0/target-module@70000/i2c@0/tps659038@58/tps659038_usb[0]' - status (0) [ 16.141754] gpio gpiochip1: Persistence not supported for GPIO 22 [ 16.141754] omap_gpio 4805b000.gpio: Could not set line 7 debounce to 20000 microseconds (-22) [ 16.187652] omap_rng 48090000.rng: Random Number Generator ver. 20 [ 16.209136] palmas-rtc 48070000.i2c:tps659038@58:tps659038_rtc: registered as rtc0 [ 16.278106] palmas-rtc 48070000.i2c:tps659038@58:tps659038_rtc: setting system clock to 2000-01-01T00:00:00 UTC (946684800) [ 16.290039] input: palmas_pwron as /devices/platform/ocp/48000000.interconnect/48000000.interconnect:segment@0/48070000.target-module/48070000.i2c/i2c-0/0-0058/48070000.i2c:tps659038@58:tps659038_pwr_button/input/input0 [ 16.907104] omap_rtc 48838000.rtc: registered as rtc1 [ 16.912200] omap_rtc 48838000.rtc: using DT '/ocp/interconnect@48800000/segment@0/target-module@38000/rtc@0' for 'wp' GPIO lookup [ 16.912231] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/interconnect@48800000/segment@0/target-module@38000/rtc@0[0]' [ 16.912261] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/interconnect@48800000/segment@0/target-module@38000/rtc@0[0]' [ 16.912292] omap_rtc 48838000.rtc: using lookup tables for GPIO lookup [ 16.912292] omap_rtc 48838000.rtc: No GPIO consumer wp found [ 17.009307] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2 [ 17.017028] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400 [ 17.023376] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400 [ 17.061340] omap-des 480a5000.des: will run requests pump with realtime priority [ 17.091735] Driver for 1-wire Dallas network protocol. [ 17.157684] omap_hdq 480b2000.1w: OMAP HDQ Hardware Rev 0.:. Driver in Interrupt mode [ 17.424835] w1_master_driver w1_bus_master1: Attaching one wire slave 01.000000000000 crc 3d [ 18.114532] thermal thermal_zone5: Temperature check failed (-19) [ 18.727172] CAN device driver interface [ 18.737365] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3 [ 18.761901] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec [ 18.802856] c_can_platform 4ae3c000.can: using DT '/ocp/interconnect@4ae00000/segment@30000/target-module@c000/can@0' for 'termination' GPIO lookup [ 18.802886] of_get_named_gpiod_flags: can't parse 'termination-gpios' property of node '/ocp/interconnect@4ae00000/segment@30000/target-module@c000/can@0[0]' [ 18.802917] of_get_named_gpiod_flags: can't parse 'termination-gpio' property of node '/ocp/interconnect@4ae00000/segment@30000/target-module@c000/can@0[0]' [ 18.802947] c_can_platform 4ae3c000.can: using lookup tables for GPIO lookup [ 18.802947] c_can_platform 4ae3c000.can: No GPIO consumer termination found [ 18.803314] c_can_platform 4ae3c000.can: c_can_platform device registered (regs=c4a64fe9, irq=153) [ 18.833221] omap-aes 4b500000.aes: will run requests pump with realtime priority [ 18.840972] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3 [ 18.935852] DSS: OMAP DSS rev 6.1 [ 18.954681] omap-aes 4b700000.aes: will run requests pump with realtime priority [ 18.992218] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops [omapdrm]) [ 19.004638] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_component_ops [omapdrm]) [ 19.070251] dmm 4e000000.dmm: workaround for errata i878 in use [ 19.124420] dmm 4e000000.dmm: initialized all PAT entries [ 19.205108] [drm] Initialized omapdrm 1.0.0 for omapdrm.0 on minor 0 [ 19.211547] omapdrm omapdrm.0: [drm] Cannot find any crtc or sizes [ 19.218292] omapdrm omapdrm.0: [drm] Cannot find any crtc or sizes [ 19.769592] usbcore: registered new interface driver usbfs [ 19.775207] usbcore: registered new interface driver hub [ 19.780578] usbcore: registered new device driver usb [ 19.830749] spi-nor spi0.0: using DT '/ocp/target-module@4b300000/spi@0/flash@0' for 'reset' GPIO lookup [ 19.830780] of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/target-module@4b300000/spi@0/flash@0[0]' [ 19.830810] of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/ocp/target-module@4b300000/spi@0/flash@0[0]' [ 19.830841] spi-nor spi0.0: using lookup tables for GPIO lookup [ 19.830841] spi-nor spi0.0: No GPIO consumer reset found [ 19.834625] 7 fixed-partitions partitions found on MTD device spi0.0 [ 19.841064] Creating 7 MTD partitions on "spi0.0": [ 19.845916] 0x000000000000-0x000000040000 : "QSPI.SPL" [ 19.921081] 0x000000040000-0x000000140000 : "QSPI.u-boot" [ 19.975555] 0x000000140000-0x0000001c0000 : "QSPI.u-boot-spl-os" [ 20.005096] 0x0000001c0000-0x0000001d0000 : "QSPI.u-boot-env" [ 20.058898] 0x0000001d0000-0x0000001e0000 : "QSPI.u-boot-env.backup1" [ 20.075134] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller [ 20.080688] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 1 [ 20.111022] 0x0000001e0000-0x0000009e0000 : "QSPI.kernel" [ 20.139312] xhci-hcd xhci-hcd.2.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x0000808002000010 [ 20.148895] xhci-hcd xhci-hcd.2.auto: irq 157, io mem 0x48890000 [ 20.155151] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller [ 20.160675] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 2 [ 20.168395] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperSpeed [ 20.179809] 0x0000009e0000-0x000002000000 : "QSPI.file-system" [ 20.272033] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11 [ 20.280395] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 20.287689] usb usb1: Product: xHCI Host Controller [ 20.292572] usb usb1: Manufacturer: Linux 6.11.0-rc5 xhci-hcd [ 20.298370] usb usb1: SerialNumber: xhci-hcd.2.auto [ 20.388885] hub 1-0:1.0: USB hub found [ 20.394775] hub 1-0:1.0: 1 port detected [ 20.407531] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 20.434600] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11 [ 20.442901] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 20.450225] usb usb2: Product: xHCI Host Controller [ 20.455139] usb usb2: Manufacturer: Linux 6.11.0-rc5 xhci-hcd [ 20.460906] usb usb2: SerialNumber: xhci-hcd.2.auto [ 20.484954] hub 2-0:1.0: USB hub found [ 20.495483] hub 2-0:1.0: 1 port detected /test # - 15:31:13 [INFO] Host: echo $? - 15:31:13 [INFO] Target: echo $? 0 /test # - 15:31:13 [INFO] Host: cat result.log - 15:31:15 [ERROR] On command: cat result.log waiting for cat result.log.+?(?m-ix:^1[\0\n\r]+) >>> error: execution expired - 15:31:15 [INFO] Target: cat result.log /test # - 15:31:15 [INFO] Host: cd /test - 15:31:15 [INFO] Target: cd /test /test #