- 14:14:44 [INFO] Starting target session
- 14:14:57 [INFO] Connected to am571x-idk via serial
- 14:14:57 [INFO] Host: #check prompt
- 14:15:00 [ERROR] On command: #check prompt waiting for #check prompt.+?(?-mix:((?-mix:login:)|[Pp]assword)) >>> error: execution expired
- 14:15:00 [INFO] Target:
#check prompt
/test #
- 14:15:00 [INFO] Host: #check prompt
- 14:15:01 [INFO] Target:
#check prompt
/test #
- 14:15:01 [INFO] Host: sync;poweroff
- 14:15:03 [INFO] Target:
sync;poweroff
/test # Stopping dropbear sshd: OK
Stopping network...ifdown: interface lo not configured
Saving random seed... done.
Stopping logging: OK
umount: devtmpfs busy - remounted read-only
The system is going down NOW!
Sent SIGTERM to all processes
Sent SIGKILL to all processes
Requesting system poweroff
[ 5774.620280] reboot: Power down
- 14:15:03 [INFO] Disconnected serial from am571x-idk
- 14:15:03 [INFO] Connected to am571x-idk via serial
- 14:15:03 [INFO] Host:
- 14:15:14 [INFO] Target:
U-Boot SPL 2023.04-ti-g0853d7725220 (Oct 08 2024 - 22:59:40 +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... OK
U-Boot 2023.04-ti-g0853d7725220 (Oct 08 2024 - 22:59:40 +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... OK
Net:
Warning: ethernet@48484000 MAC addresses don't match:
Address in ROM is 44:ea:d8:17:c5:4e
Address in environment is 70:ff:76:1c:27:2d
eth2: ethernet@48484000
Hit any key to stop autoboot: 2 0
=>
=>
=>
=>
=>
=>
- 14:15:14 [INFO] Disconnected serial from am571x-idk
- 14:15:14 [INFO] Connected to am571x-idk via serial
- 14:15:14 [INFO] Host:
- 14:15:15 [INFO] Target:
=>
=>
=>
=>
- 14:15:15 [INFO] Disconnected serial from am571x-idk
- 14:15:15 [INFO] Connected to am571x-idk via serial
- 14:15:15 [INFO] Host:
- 14:15:15 [INFO] Target:
=>
- 14:15:15 [INFO] Host: version
- 14:15:16 [INFO] Target:
version
U-Boot 2023.04-ti-g0853d7725220 (Oct 08 2024 - 22:59:40 +0000)
arm-oe-linux-gnueabi-gcc (GCC) 11.5.0
GNU ld (GNU Binutils) 2.38.20220708
=>
- 14:15:16 [INFO] Host: setenv bootargs 'console=ttyO2,115200n8 earlyprintk=serial,ttyO2,115200n8 rootwait fsck.mode=skip sysrq_always_enabled '
- 14:15:16 [INFO] Target:
setenv bootargs 'console=ttyO2,115200n8 earlyprintk=serial,ttyO2,115200n8 rootwait fsck.mode=skip sysrq_always_enabled '
=>
- 14:15:16 [INFO] Host: setenv bootcmd ''
- 14:15:16 [INFO] Target:
setenv bootcmd ''
=>
- 14:15:16 [INFO] Host: setenv autoload 'no'
- 14:15:16 [INFO] Target:
setenv autoload 'no'
=>
- 14:15:16 [INFO] Host: setenv serverip '192.168.0.1'
- 14:15:16 [INFO] Target:
setenv serverip '192.168.0.1'
=>
- 14:15:16 [INFO] Host: setenv _initramfs -
- 14:15:17 [INFO] Target:
setenv _initramfs -
=>
- 14:15:17 [INFO] Host: printenv
- 14:15:18 [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=21184P520295
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:27:2d
eth3addr=70:ff:76:1c:27:2e
eth4addr=70:ff:76:1c:27:2f
eth5addr=70:ff:76:1c:27:30
eth6addr=70:ff:76:1c:27:31
eth7addr=70:ff:76:1c:27:32
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#=0a00700c0ce60001
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-ti-g0853d7725220 (Oct 08 2024 - 22:59:40 +0000)
vram=16M
Environment size: 12239/131067 bytes
=>
- 14:15:18 [INFO] Host: printenv bootargs
- 14:15:18 [INFO] Target:
printenv bootargs
bootargs=console=ttyO2,115200n8 earlyprintk=serial,ttyO2,115200n8 rootwait fsck.mode=skip sysrq_always_enabled
=>
- 14:15:18 [INFO] Host: setenv bootargs ''${bootargs}' ip=:::::eth0:dhcp '
- 14:15:18 [INFO] Target:
setenv bootargs ''${bootargs}' ip=:::::eth0:dhcp '
=>
- 14:15:18 [INFO] Host: setenv serverip '192.168.0.1'
- 14:15:19 [INFO] Target:
setenv serverip '192.168.0.1'
=>
- 14:15:19 [INFO] Host: setenv autoload 'no'
- 14:15:19 [INFO] Target:
setenv autoload 'no'
=>
- 14:15:19 [INFO] Host: dhcp
- 14:15:22 [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.57 (1258 ms)
=>
- 14:15:22 [INFO] Host: tftp ${loadaddr} 192.168.0.1:vatf_am571x-idk-02/240f50f831867bd9421c47f2856701ee
- 14:15:23 [INFO] Target:
tftp ${loadaddr} 192.168.0.1:vatf_am571x-idk-02/240f50f831867bd9421c47f2856701ee
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.57
Filename 'vatf_am571x-idk-02/240f50f831867bd9421c47f2856701ee'.
Load address: 0x82000000
Loading: *################################################## 5.1 MiB
4.6 MiB/s
done
Bytes transferred = 5390960 (524270 hex)
=>
- 14:15:23 [INFO] Host: tftp ${fdt_addr_r} 192.168.0.1:vatf_am571x-idk-02/297f8ba28bb15653595244245a3a54e4
- 14:15:23 [INFO] Target:
tftp ${fdt_addr_r} 192.168.0.1:vatf_am571x-idk-02/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.57
Filename 'vatf_am571x-idk-02/297f8ba28bb15653595244245a3a54e4'.
Load address: 0x88000000
Loading: *################################################## 146.2 KiB
5.3 MiB/s
done
Bytes transferred = 149706 (248ca hex)
=>
- 14:15:23 [INFO] Host: fdt address ${fdt_addr_r}
- 14:15:23 [INFO] Target:
fdt address ${fdt_addr_r}
Working FDT set to 88000000
=>
- 14:15:23 [INFO] Host: printenv bootargs
- 14:15:24 [INFO] Target:
printenv bootargs
bootargs=console=ttyO2,115200n8 earlyprintk=serial,ttyO2,115200n8 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
=>
- 14:15:24 [INFO] Host: setenv bootargs ''${bootargs}' root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am571x-idk-02/autofs/b06161d40b3c772047a7b3c7161409a5,nolock,v3,tcp,rsize=4096,wsize=4096 '
- 14:15:24 [INFO] Target:
setenv bootargs ''${bootargs}' root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am571x-idk-02/autofs/b06161d40b3c772047a7b3c7161409a5,nolock,v3,tcp,rsize=4096,wsize=4096 '
=>
- 14:15:24 [INFO] Host: printenv bootcmd
- 14:15:24 [INFO] Target:
printenv bootcmd
bootcmd=
=>
- 14:15:24 [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'
- 14:15:24 [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'
=>
- 14:15:24 [INFO] Host: version
- 14:15:24 [INFO] Target:
version
U-Boot 2023.04-ti-g0853d7725220 (Oct 08 2024 - 22:59:40 +0000)
arm-oe-linux-gnueabi-gcc (GCC) 11.5.0
GNU ld (GNU Binutils) 2.38.20220708
=>
- 14:15:24 [INFO] Host: bdinfo
- 14:15:25 [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.57
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
=>
- 14:15:25 [INFO] Host:
- 14:15:25 [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.57
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
=>
- 14:15:25 [INFO] Host: ls mmc 0:1
- 14:15:25 [INFO] Target:
ls mmc 0:1
209192 am571x-idk.dtb
210915 am5729-beagleboneai.dtb
218537 am572x-idk.dtb
212753 am574x-idk.dtb
215610 am57xx-beagle-x15.dtb
215634 am57xx-beagle-x15-revb1.dtb
215600 am57xx-beagle-x15-revc.dtb
extlinux/
128604 MLO
1552260 u-boot.img
574 uEnv.txt
7877120 zImage
4 ws-calibrate.rules
12 file(s), 1 dir(s)
=>
- 14:15:25 [INFO] Host: ls mmc 1:1
- 14:15:25 [INFO] Target:
ls mmc 1:1
** No partition table - mmc 1 **
Couldn't find partition mmc 1:1
=>
- 14:15:25 [INFO] Host: ext4ls mmc 0:2 /lib/firmware
- 14:15:26 [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
5440 regulatory.db
1085 regulatory.db.p7s
4096 ti-connectivity
4096 ti-pruss
4002 vpdma-1b8.bin
=>
- 14:15:26 [INFO] Host: ext4ls mmc 1:2 /lib/firmware
- 14:15:26 [INFO] Target:
ext4ls mmc 1:2 /lib/firmware
** No partition table - mmc 1 **
Couldn't find partition mmc 1:2
=>
- 14:15:26 [INFO] Host: mmc rescan; echo $?
- 14:15:26 [INFO] Target:
mmc rescan; echo $?
0
=>
- 14:15:26 [INFO] Host: fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4
- 14:15:26 [INFO] Target:
fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4
4 bytes written in 29 ms (0 Bytes/s)
=>
- 14:15:26 [INFO] Host: setenv extraargs 0
- 14:15:26 [INFO] Target:
setenv extraargs 0
=>
- 14:15:26 [INFO] Host: printenv
- 14:15:28 [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=21184P520295
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-02/autofs/b06161d40b3c772047a7b3c7161409a5,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:27:2d
eth3addr=70:ff:76:1c:27:2e
eth4addr=70:ff:76:1c:27:2f
eth5addr=70:ff:76:1c:27:30
eth6addr=70:ff:76:1c:27:31
eth7addr=70:ff:76:1c:27:32
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.57
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#=0a00700c0ce60001
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-ti-g0853d7725220 (Oct 08 2024 - 22:59:40 +0000)
vram=16M
Environment size: 12751/131067 bytes
=>
- 14:15:28 [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'
- 14:15:28 [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'
=>
- 14:15:28 [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;'
- 14:15:28 [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;'
=>
- 14:15:28 [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;'
- 14:15:28 [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;'
=>
- 14:15:28 [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}'
- 14:15:29 [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}'
=>
- 14:15:29 [INFO] Host: setenv run_fit 'run get_fit_config; setenv bootargs ${bootargs} ${extraargs}; bootm ${addr_fit}#${name_fit_config}${overlaystring}'
- 14:15:29 [INFO] Target:
setenv run_fit 'run get_fit_config; setenv bootargs ${bootargs} ${extraargs}; bootm ${addr_fit}#${name_fit_config}${overlaystring}'
=>
- 14:15:29 [INFO] Host: boot
- 14:15:29 [INFO] Target:
boot
## Checking Image at 82000000 ...
Unknown image format!
Kernel image @ 0x82000000 [ 0x000000 - 0x524270 ]
## 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 ...
- 14:15:29 [INFO] Host:
- 14:18:59 [ERROR] On command: waiting for .+?(?-mix:\/[^\s]* #) >>> error: execution expired
- 14:18:59 [INFO] Target:
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 6.12.0-rc5 (KernelCI@build-j357740-arm-gcc-12-omap2plus-defconfig-282t2) (arm-linux-gnueabihf-gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP Thu Oct 31 00:05:17 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 s40460 r8192 d20980 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-02/autofs/b06161d40b3c772047a7b3c7161409a5,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.001434] TI gptimer clockevent: always-on 32786 Hz at /ocp/interconnect@4ae00000/segment@10000/target-module@8000
[ 0.003082] TI gptimer percpu-dmtimer: 20000000 Hz at /ocp/interconnect@48800000/segment@0/target-module@2c000
[ 0.003143] Failed to initialize '/ocp/interconnect@48800000/segment@0/target-module@2e000/timer@0': -22
[ 0.003936] Console: colour dummy device 80x30
[ 0.003967] WARNING: Your 'console=ttyO2' has been replaced by 'ttyS2'
[ 0.003997] This ensures that you still see kernel messages. Please
[ 0.003997] update your kernel commandline.
[ 0.004028] Calibrating delay loop... 1993.93 BogoMIPS (lpj=9969664)
[ 0.062072] CPU: Testing write buffer coherency: ok
[ 0.062103] CPU0: Spectre v2: using ICIALLU workaround
[ 0.062103] CPU0: Spectre BHB: enabling loop workaround for all CPUs
[ 0.062103] pid_max: default: 32768 minimum: 301
[ 0.062194] LSM: initializing lsm=capability
[ 0.062286] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.062286] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.063049] /cpus/cpu@0 missing clock-frequency property
[ 0.063079] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.092346] Setting up static identity map for 0x80100000 - 0x80100078
[ 0.092468] rcu: Hierarchical SRCU implementation.
[ 0.092468] rcu: Max phase no-delay instances is 1000.
[ 0.102539] smp: Bringing up secondary CPUs ...
[ 0.102569] smp: Brought up 1 node, 1 CPU
[ 0.102569] SMP: Total of 1 processors activated (1993.93 BogoMIPS).
[ 0.102569] CPU: All CPU(s) started in HYP mode.
[ 0.102569] CPU: Virtualization extensions available.
[ 0.102630] Memory: 844920K/1046528K available (11264K kernel code, 1157K rwdata, 2712K rodata, 1024K init, 297K bss, 27800K reserved, 172032K cma-reserved, 245760K highmem)
[ 0.102996] devtmpfs: initialized
[ 0.128082] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[ 0.128295] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.128326] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
[ 0.131011] pinctrl core: initialized pinctrl subsystem
[ 0.132415] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.134063] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.134643] audit: initializing netlink subsys (disabled)
[ 0.135284] thermal_sys: Registered thermal governor 'fair_share'
[ 0.135314] thermal_sys: Registered thermal governor 'step_wise'
[ 0.135314] thermal_sys: Registered thermal governor 'user_space'
[ 0.135375] audit: type=2000 audit(0.130:1): state=initialized audit_enabled=0 res=1
[ 0.135375] cpuidle: using governor menu
[ 0.172607] platform ocp: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@e00/clock@20
[ 0.172668] platform ocp: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@700/clock@20
[ 0.175781] platform connector@0: Fixed dependency cycle(s) with /encoder@0
[ 0.175903] platform encoder@0: Fixed dependency cycle(s) with /connector@0
[ 0.175964] platform encoder@0: Fixed dependency cycle(s) with /ocp/target-module@58000000/dss@0/target-module@40000/encoder@0
[ 0.176422] No ATAGs?
[ 0.176483] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.176483] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.180419] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.195220] iommu: Default domain type: Translated
[ 0.195220] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.197601] SCSI subsystem initialized
[ 0.197998] pps_core: LinuxPPS API ver. 1 registered
[ 0.197998] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti
[ 0.198028] PTP clock support registered
[ 0.208587] vgaarb: loaded
[ 0.208709] clocksource: Switched to clocksource 32k_counter
[ 0.209045] VFS: Disk quotas dquot_6.6.0
[ 0.209075] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.219635] NET: Registered PF_INET protocol family
[ 0.219818] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.221191] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[ 0.221191] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.221221] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 0.221282] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.221496] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.221588] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.221618] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.221740] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.229370] RPC: Registered named UNIX socket transport module.
[ 0.229370] RPC: Registered udp transport module.
[ 0.229370] RPC: Registered tcp transport module.
[ 0.229370] RPC: Registered tcp-with-tls transport module.
[ 0.229370] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.229400] PCI: CLS 0 bytes, default 64
[ 0.230255] Initialise system trusted keyrings
[ 0.230560] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[ 0.231140] NFS: Registering the id_resolver key type
[ 0.231170] Key type id_resolver registered
[ 0.231170] Key type id_legacy registered
[ 0.231201] jffs2: version 2.2. (NAND) (SUMMARY) 2001-2006 Red Hat, Inc.
[ 0.231445] Key type asymmetric registered
[ 0.231445] Asymmetric key parser 'x509' registered
[ 0.231506] bounce: pool size: 64 pages
[ 0.231536] io scheduler mq-deadline registered
[ 0.231536] io scheduler kyber registered
[ 0.231567] io scheduler bfq registered
[ 0.232818] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.238861] Serial: 8250/16550 driver, 6 ports, IRQ sharing enabled
[ 0.260467] brd: module loaded
[ 0.279907] loop: module loaded
[ 0.280548] mtdoops: mtd device (mtddev=name/number) must be supplied
[ 0.282775] i2c_dev: i2c /dev entries driver
[ 0.283752] sdhci: Secure Digital Host Controller Interface driver
[ 0.283752] sdhci: Copyright(c) Pierre Ossman
[ 0.283935] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.291046] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 (8000003f) counters available
[ 0.291351] Initializing XFRM netlink socket
[ 0.291412] NET: Registered PF_INET6 protocol family
[ 0.292297] Segment Routing with IPv6
[ 0.292358] In-situ OAM (IOAM) with IPv6
[ 0.292419] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 0.292938] NET: Registered PF_PACKET protocol family
[ 0.292968] NET: Registered PF_KEY protocol family
[ 0.293029] Key type dns_resolver registered
[ 0.293151] ThumbEE CPU extension supported.
[ 0.293151] Registering SWP/SWPB emulation handler
[ 0.293640] omap_voltage_late_init: Voltage driver support not added
[ 0.293640] sr_init_by_name: Unable to get voltage domain pointer for VDD mpu
[ 0.293670] sr_init_by_name: Unable to get voltage domain pointer for VDD core
[ 0.293670] Power Management for TI OMAP4+ devices.
[ 0.293914] SmartReflex Class3 initialized
[ 0.312286] Loading compiled-in X.509 certificates
[ 0.364929] platform 4a000000.interconnect: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@d00/clock@20
[ 0.369873] pinctrl-single 4a003400.pinmux: 282 pins, size 1128
[ 0.387634] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
[ 0.474029] OMAP GPIO hardware version 0.1
[ 0.486083] ti-sysc 4ae18000.target-module: probe with driver ti-sysc failed with error -16
[ 0.493896] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 98, base_baud = 3000000) is a 8250
[ 0.493927] printk: legacy console [ttyS2] enabled
[ 1.979888] palmas 0-0058: Irq flag is 0x00000004
[ 2.001861] palmas 0-0058: Muxing GPIO 2f, PWM 0, LED 0
[ 2.010437] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
[ 2.037811] ocp:target-module@48210000:mpu:fck: device ID is greater than 24
[ 2.098754] davinci_mdio 48485000.mdio: davinci mdio revision 1.6, bus freq 1000000
[ 2.113250] davinci_mdio 48485000.mdio: phy[0]: device 48485000.mdio:00, driver Micrel KSZ9031 Gigabit PHY
[ 2.122985] davinci_mdio 48485000.mdio: phy[1]: device 48485000.mdio:01, driver Micrel KSZ9031 Gigabit PHY
[ 2.133392] cpsw-switch 48484000.switch: initialized cpsw ale version 1.4
[ 2.140258] cpsw-switch 48484000.switch: ALE Table size 1024, Policers 0
[ 2.147094] cpsw-switch 48484000.switch: cpts: overflow check period 500 (jiffies)
[ 2.154754] cpsw-switch 48484000.switch: CPTS: ref_clk_freq:266000000 calc_mult:4036623398 calc_shift:30 error:-1 nsec/sec
[ 2.165924] cpsw-switch 48484000.switch: Detected MACID = 44:ea:d8:17:c5:4e
[ 2.172943] cpsw-switch 48484000.switch: Detected MACID = 44:ea:d8:17:c5:4f
[ 2.181945] cpsw-switch 48484000.switch: initialized (regs 0x48484000, pool size 256) hw_ver:0019010F 1.15 (0)
[ 2.204101] ti-sysc 4882c000.target-module: probe with driver ti-sysc failed with error -16
[ 2.213104] ti-sysc 4882e000.target-module: probe with driver ti-sysc failed with error -16
[ 2.234130] platform 51000000.pcie: Fixed dependency cycle(s) with /ocp/target-module@51000000/pcie@51000000/interrupt-controller
[ 2.246917] dra7-pcie 51000000.pcie: host bridge /ocp/target-module@51000000/pcie@51000000 ranges:
[ 2.256011] dra7-pcie 51000000.pcie: IO 0x0020003000..0x0020012fff -> 0x0000000000
[ 2.264190] dra7-pcie 51000000.pcie: MEM 0x0020013000..0x002fffffff -> 0x0020013000
[ 2.274688] dra7-pcie 51000000.pcie: iATU: unroll F, 16 ob, 4 ib, align 4K, limit 4G
[ 2.378784] dra7-pcie 51000000.pcie: PCIe Gen.2 x1 link up
[ 2.384887] dra7-pcie 51000000.pcie: PCI host bridge to bus 0000:00
[ 2.391235] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 2.396728] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 2.402984] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
[ 2.409912] pci 0000:00:00.0: [104c:8888] type 01 class 0x060400 PCIe Root Port
[ 2.417297] pci 0000:00:00.0: BAR 0 [mem 0x00000000-0x000fffff]
[ 2.423248] pci 0000:00:00.0: BAR 1 [mem 0x00000000-0x0000ffff]
[ 2.429229] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[ 2.434478] pci 0000:00:00.0: bridge window [io 0x0000-0x0fff]
[ 2.440643] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff]
[ 2.447448] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff pref]
[ 2.454772] pci 0000:00:00.0: supports D1
[ 2.458831] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 2.471740] PCI: bus0: Fast back to back transfers disabled
[ 2.477478] pci 0000:01:00.0: [1912:0014] type 00 class 0x0c0330 PCIe Endpoint
[ 2.484832] pci 0000:01:00.0: BAR 0 [mem 0x00000000-0x00001fff 64bit]
[ 2.491699] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 2.508850] PCI: bus1: Fast back to back transfers disabled
[ 2.514465] pci 0000:00:00.0: BAR 0 [mem 0x20100000-0x201fffff]: assigned
[ 2.521331] pci 0000:00:00.0: bridge window [mem 0x20200000-0x202fffff]: assigned
[ 2.528869] pci 0000:00:00.0: BAR 1 [mem 0x20020000-0x2002ffff]: assigned
[ 2.535675] pci 0000:01:00.0: BAR 0 [mem 0x20200000-0x20201fff 64bit]: assigned
[ 2.543090] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[ 2.548339] pci 0000:00:00.0: bridge window [mem 0x20200000-0x202fffff]
[ 2.555175] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
[ 2.560791] pci_bus 0000:00: resource 5 [mem 0x20013000-0x2fffffff]
[ 2.567108] pci_bus 0000:01: resource 1 [mem 0x20200000-0x202fffff]
[ 2.573486] pci 0000:01:00.0: enabling device (0140 -> 0142)
[ 2.585205] edma 43300000.dma: memcpy is disabled
[ 2.593170] edma 43300000.dma: TI EDMA DMA engine driver
[ 2.603393] omap-iommu 40d01000.mmu: 40d01000.mmu registered
[ 2.610412] omap-iommu 40d02000.mmu: 40d02000.mmu registered
[ 2.617523] omap-iommu 58882000.mmu: 58882000.mmu registered
[ 2.624694] omap-iommu 55082000.mmu: 55082000.mmu registered
[ 2.642242] 5a05a400.target-module:iva:fck: device ID is greater than 24
[ 2.651275] ti-sysc 4ae06000.target-module: Failed to create device link (0x180) with ocp
[ 2.664062] sdhci-omap 480b4000.mmc: supply pbias not found, using dummy regulator
[ 2.674835] omap_gpio 4805d000.gpio: Could not set line 27 debounce to 200000 microseconds (-22)
[ 2.683746] sdhci-omap 4809c000.mmc: Got CD GPIO
[ 2.690155] sdhci-omap 4809c000.mmc: no pinctrl state for ddr_3_3v mode
[ 2.701965] mmc0: SDHCI controller on 480b4000.mmc [480b4000.mmc] using ADMA
[ 2.723724] mmc1: SDHCI controller on 4809c000.mmc [4809c000.mmc] using ADMA
[ 2.731170] cpsw-switch 48484000.switch: starting ndev. mode: dual_mac
[ 2.796508] mmc0: new DDR MMC card at address 0001
[ 2.802001] mmcblk0: mmc0:0001 R1J56L 13.8 GiB
[ 2.808288] mmcblk0boot0: mmc0:0001 R1J56L 4.00 MiB
[ 2.813842] mmc1: new high speed SDHC card at address b368
[ 2.819976] mmcblk1: mmc1:b368 USD00 14.7 GiB
[ 2.824829] Micrel KSZ9031 Gigabit PHY 48485000.mdio:00: attached PHY driver (mii_bus:phy_addr=48485000.mdio:00, irq=POLL)
[ 2.836761] mmcblk0boot1: mmc0:0001 R1J56L 4.00 MiB
[ 2.843444] mmcblk0rpmb: mmc0:0001 R1J56L 128 KiB, chardev (250:0)
[ 2.850341] mmcblk1: p1 p2 p3
[ 7.050415] cpsw-switch 48484000.switch eth0: Link is Up - 1Gbps/Full - flow control off
[ 7.088745] Sending DHCP requests ., OK
[ 8.132659] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.146
[ 8.140472] IP-Config: Complete:
[ 8.143707] device=eth0, hwaddr=44:ea:d8:17:c5:4e, ipaddr=192.168.0.146, mask=255.255.255.0, gw=192.168.0.1
[ 8.153961] host=192.168.0.146, domain=ti.com, nis-domain=(none)
[ 8.160430] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 8.160461] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 8.173461] clk: Disabling unused clocks
[ 8.177734] PM: genpd: Disabling unused power domains
[ 8.199920] VFS: Mounted root (nfs filesystem) on device 0:17.
[ 8.206329] devtmpfs: mounted
[ 8.210083] Freeing unused kernel image (initmem) memory: 1024K
[ 8.216247] Run /sbin/init as init process
[ 8.575592] systemd[1]: System time before build time, advancing clock.
[ 8.620574] systemd[1]: Inserted module 'autofs4'
[ 8.655029] systemd[1]: systemd 252.22-1~deb12u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[ 8.687988] systemd[1]: Detected architecture arm.
Welcome to [1mDebian GNU/Linux 12 (bookworm)[0m!
[ 8.723083] systemd[1]: Hostname set to .
[ 9.764984] systemd[1]: Queued start job for default target graphical.target.
[ 9.802551] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39msystem-getty.slice[0m - Slice /system/getty.
[ 9.830566] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39msystem-modprlice[0m - Slice /system/modprobe.
[ 9.860473] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39msystem-seria[0m - Slice /system/serial-getty.
[ 9.890014] systemd[1]: Created slice user.slice - User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39muser.slice[0m - User and Session Slice.
[ 9.919219] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[[0;32m OK [0m] Started [0;1;39msystemd-ask-passwoquests to Console Directory Watch.
[ 9.949157] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[[0;32m OK [0m] Started [0;1;39msystemd-ask-passwo Requests to Wall Directory Watch.
[ 9.979614] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[[0;32m OK [0m] Set up automount [0;1;39mproc-sys-rmats File System Automount Point.
[ 10.008972] systemd[1]: Expecting device dev-ttyS2.device - /dev/ttyS2...
Expecting device [0;1;39mdev-ttyS2.device[0m - /dev/ttyS2...
[ 10.038970] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[[0;32m OK [0m] Reached target [0;1;39mcryptsetup.get[0m - Local Encrypted Volumes.
[ 10.069000] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[[0;32m OK [0m] Reached target [0;1;39mintegrityseLocal Integrity Protected Volumes.
[ 10.099090] systemd[1]: Reached target paths.target - Path Units.
[[0;32m OK [0m] Reached target [0;1;39mpaths.target[0m - Path Units.
[ 10.128967] systemd[1]: Reached target remote-fs.target - Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mremote-fs.target[0m - Remote File Systems.
[ 10.158996] systemd[1]: Reached target slices.target - Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mslices.target[0m - Slice Units.
[ 10.188934] systemd[1]: Reached target swap.target - Swaps.
[[0;32m OK [0m] Reached target [0;1;39mswap.target[0m - Swaps.
[ 10.219024] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[[0;32m OK [0m] Reached target [0;1;39mveritysetup - Local Verity Protected Volumes.
[ 10.249237] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39msystemd-initc initctl Compatibility Named Pipe.
[ 10.280822] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39msystemd-journsocket[0m - Journal Audit Socket.
[ 10.310363] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39msystemd-journt[0m - Journal Socket (/dev/log).
[ 10.339508] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39msystemd-journald.socket[0m - Journal Socket.
[ 10.370452] systemd[1]: Listening on systemd-networkd.socket - Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39msystemd-netwo - Network Service Netlink Socket.
[ 10.402954] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39msystemd-udevd.socket[0m - udev Control Socket.
[ 10.429412] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39msystemd-udevdl.socket[0m - udev Kernel Socket.
[ 10.459320] systemd[1]: dev-hugepages.mount - Huge Pages File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[ 10.509979] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
Mounting [0;1;39mdev-mqueue.mountPOSIX Message Queue File System...
[ 10.545623] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
Mounting [0;1;39msys-kernel-debug.[0m - Kernel Debug File System...
[ 10.619079] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
Mounting [0;1;39msys-kernel-tracin[0m - Kernel Trace File System...
[ 10.655761] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
Starting [0;1;39mkmod-static-nodesate List of Static Device Nodes...
[ 10.719329] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
Starting [0;1;39mmodprobe@configfsm - Load Kernel Module configfs...
[ 10.755920] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
Starting [0;1;39mmodprobe@dm_mod.s[0m - Load Kernel Module dm_mod...
[ 10.819335] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
Starting [0;1;39mmodprobe@drm.service[0m - Load Kernel Module drm...
[ 10.856262] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
Starting [0;1;39mmodprobe@efi_psto- Load Kernel Module efi_pstore...
[ 10.929382] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
Starting [0;1;39mmodprobe@fuse.sere[0m - Load Kernel Module fuse...
[ 10.965332] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
Starting [0;1;39mmodprobe@loop.sere[0m - Load Kernel Module loop...
[ 10.987426] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[ 11.000854] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[ 11.040557] systemd[1]: Starting systemd-journald.service - Journal Service...
Starting [0;1;39msystemd-journald.service[0m - Journal Service...
[ 11.093749] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
Starting [0;1;39msystemd-modules-lrvice[0m - Load Kernel Modules...
[ 11.170349] systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line...
Starting [0;1;39msystemd-network-g units from Kernel command line...
[ 11.240570] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
Starting [0;1;39msystemd-remount-fnt Root and Kernel File Systems...
[ 11.309387] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
Starting [0;1;39msystemd-udev-trig[0m - Coldplug All udev Devices...
[ 11.356597] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[[0;32m OK [0m] Mounted [0;1;39mdev-mqueue.mount[- POSIX Message Queue File System.
[ 11.409851] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[[0;32m OK [0m] Mounted [0;1;39msys-kernel-debug.mnt[0m - Kernel Debug File System.
[ 11.449615] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[[0;32m OK [0m] Mounted [0;1;39msys-kernel-tracingnt[0m - Kernel Trace File System.
[ 11.480316] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[[0;32m OK [0m] Finished [0;1;39mkmod-static-nodesreate List of Static Device Nodes.
[ 11.540710] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 11.559020] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[[0;32m OK [0m] Finished [0;1;39mmodprobe@configfs[0m - Load Kernel Module configfs.
[ 11.590515] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[ 11.614532] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
[[0;32m OK [0m] Finished [0;1;39mmodprobe@dm_mod.se[0m - Load Kernel Module dm_mod.
[ 11.659637] systemd[1]: Started systemd-journald.service - Journal Service.
[[0;32m OK [0m] Started [0;1;39msystemd-journald.service[0m - Journal Service.
[[0;32m OK [0m] Finished [0;1;39mmodprobe@drm.service[0m - Load Kernel Module drm.
[[0;32m OK [0m] Finished [0;1;39mmodprobe@efi_pstom - Load Kernel Module efi_pstore.
[[0;32m OK [0m] Finished [0;1;39mmodprobe@fuse.service[0m - Load Kernel Module fuse.
[[0;32m OK [0m] Finished [0;1;39mmodprobe@loop.service[0m - Load Kernel Module loop.
[[0;32m OK [0m] Finished [0;1;39msystemd-modules-lservice[0m - Load Kernel Modules.
[[0;32m OK [0m] Finished [0;1;39msystemd-network-grk units from Kernel command line.
[[0;32m OK [0m] Finished [0;1;39msystemd-remount-fount Root and Kernel File Systems.
[[0;32m OK [0m] Reached target [0;1;39mnetwork-preget[0m - Preparation for Network.
Mounting [0;1;39msys-kernel-configernel Configuration File System...
Starting [0;1;39msystemd-journal-fh Journal to Persistent Storage...
Starting [0;1;39msystemd-random-seice[0m - Load/Save Random Seed...
Starting [0;1;39msystemd-sysctl.sece[0m - Apply Kernel Variables...
[ 12.095825] systemd-journald[109]: Received client request to flush runtime journal.
Starting [0;1;39msystemd-sysusers.rvice[0m - Create System Users...
[ 12.160430] systemd-journald[109]: File /var/log/journal/80881e859f6941008967258213179f85/system.journal corrupted or uncleanly shut down, renaming and replacing.
[[0;32m OK [0m] Mounted [0;1;39msys-kernel-config. Kernel Configuration File System.
[[0;32m OK [0m] Finished [0;1;39msystemd-sysctl.service[0m - Apply Kernel Variables.
[ 12.748779] random: crng init done
[[0;32m OK [0m] Finished [0;1;39msystemd-random-service[0m - Load/Save Random Seed.
[[0;32m OK [0m] Finished [0;1;39msystemd-sysusers.service[0m - Create System Users.
Starting [0;1;39msystemd-tmpfiles-ate Static Device Nodes in /dev...
[[0;32m OK [0m] Finished [0;1;39msystemd-udev-trige[0m - Coldplug All udev Devices.
[[0;32m OK [0m] Finished [0;1;39msystemd-tmpfiles-reate Static Device Nodes in /dev.
[[0;32m OK [0m] Reached target [0;1;39mlocal-fs-prreparation for Local File Systems.
[[0;32m OK [0m] Reached target [0;1;39mlocal-fs.target[0m - Local File Systems.
Starting [0;1;39msystemd-udevd.serger for Device Events and Files...
[[0;32m OK [0m] Finished [0;1;39msystemd-journal-fush Journal to Persistent Storage.
Starting [0;1;39msystemd-tmpfiles- Volatile Files and Directories...
[[0;32m OK [0m] Started [0;1;39msystemd-udevd.servnager for Device Events and Files.
Starting [0;1;39msystemd-networkd.ice[0m - Network Configuration...
[[0;32m OK [0m] Finished [0;1;39msystemd-tmpfiles-te Volatile Files and Directories.
[[0;32m OK [0m] Found device [0;1;39mdev-ttyS2.device[0m - /dev/ttyS2.
[ 15.135284] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 15.409179] omap-rproc 58820000.ipu: assigned reserved memory node ipu1-memory@9d000000
[ 15.417297] remoteproc remoteproc0: 58820000.ipu is available
[ 15.423492] omap-rproc 55020000.ipu: assigned reserved memory node ipu2-memory@95800000
[ 15.431610] remoteproc remoteproc1: 55020000.ipu is available
[ 15.437652] omap-rproc 40800000.dsp: assigned reserved memory node dsp1-memory@99000000
[ 15.445770] remoteproc remoteproc2: 40800000.dsp is available
[ 15.455810] remoteproc remoteproc0: Direct firmware load for dra7-ipu1-fw.xem4 failed with error -2
[ 15.464996] remoteproc remoteproc0: powering up 58820000.ipu
[ 15.470733] remoteproc remoteproc0: Direct firmware load for dra7-ipu1-fw.xem4 failed with error -2
[ 15.479858] remoteproc remoteproc0: request_firmware failed: -2
[ 15.485839] remoteproc remoteproc2: Direct firmware load for dra7-dsp1-fw.xe66 failed with error -2
[ 15.494964] remoteproc remoteproc2: powering up 40800000.dsp
[ 15.500671] remoteproc remoteproc2: Direct firmware load for dra7-dsp1-fw.xe66 failed with error -2
[ 15.509796] remoteproc remoteproc2: request_firmware failed: -2
[ 15.515869] remoteproc remoteproc1: Direct firmware load for dra7-ipu2-fw.xem4 failed with error -2
[ 15.524993] remoteproc remoteproc1: powering up 55020000.ipu
[ 15.530731] remoteproc remoteproc1: Direct firmware load for dra7-ipu2-fw.xem4 failed with error -2
[ 15.539825] remoteproc remoteproc1: request_firmware failed: -2
[ 15.601715] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
[ 15.715606] omap-sham 4b101000.sham: will run requests pump with realtime priority
[ 15.723663] omap-sham 42701000.sham: hw accel on OMAP rev 4.3
[ 15.878784] omap-sham 42701000.sham: will run requests pump with realtime priority
[ 15.967346] omap_gpio 4805b000.gpio: Could not set line 7 debounce to 20000 microseconds (-22)
[ 15.977813] palmas_pwrbutton 48070000.i2c:tps659038@58:tps659038_pwr_button: h/w controlled shutdown duration=12 seconds
[ 16.016479] omap_rng 48090000.rng: Random Number Generator ver. 20
[ 16.039703] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
[ 16.096954] omap-des 480a5000.des: will run requests pump with realtime priority
[ 16.107360] 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.131835] palmas-rtc 48070000.i2c:tps659038@58:tps659038_rtc: registered as rtc0
[ 16.214599] palmas-rtc 48070000.i2c:tps659038@58:tps659038_rtc: setting system clock to 2000-01-01T00:00:00 UTC (946684800)
[ 16.246887] systemd-journald[109]: Time jumped backwards, rotating.
[ 16.259704] Driver for 1-wire Dallas network protocol.
[ 16.295837] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 16.352874] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 16.360351] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 16.369049] cfg80211: failed to load regulatory.db
[ 16.413482] omap_hdq 480b2000.1w: OMAP HDQ Hardware Rev 0.:. Driver in Interrupt mode
[ 16.594085] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
[ 16.600463] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
[ 16.620025] omap_rtc 48838000.rtc: registered as rtc1
[ 16.652313] w1_master_driver w1_bus_master1: Attaching one wire slave 01.000000000000 crc 3d
[[0m[0;31m* [0m] Job systemd-networkd.service/start running (7s / 1min 33s)
[ 17.656921] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
[ 17.689666] omap-aes 4b500000.aes: will run requests pump with realtime priority
[ 17.697387] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
[ 17.770629] omap-aes 4b700000.aes: will run requests pump with realtime priority
M
[K[[0;1;31m*[0m[0;31m* [0m] Job systemd-networkd.service/start running (8s / 1min 33s)
[ 17.826538] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[ 17.901489] CAN device driver interface
[ 17.971069] c_can_platform 4ae3c000.can: c_can_platform device registered (regs=3245dcaf, irq=153)
M
[K Starting [0;1;39msystemd-timesyncd - Network Time Synchronization...
[K[ 18.012542] 7 fixed-partitions partitions found on MTD device spi0.0
[ 18.019012] Creating 7 MTD partitions on "spi0.0":
[ 18.023803] 0x000000000000-0x000000040000 : "QSPI.SPL"
Starting [0;1;39msystemd-update-utrd System Boot/Shutdown in UTMP...
[ 18.083282] usbcore: registered new interface driver usbfs
[ 18.088928] usbcore: registered new interface driver hub
[ 18.094299] usbcore: registered new device driver usb
[ 18.189453] 0x000000040000-0x000000140000 : "QSPI.u-boot"
U-Boot SPL 2023.04-ti-g0853d7725220 (Oct 08 2024 - 22:59:40 +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... OK
U-Boot 2023.04-ti-g0853d7725220 (Oct 08 2024 - 22:59:40 +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... OK
Net:
Warning: ethernet@48484000 MAC addresses don't match:
Address in ROM is 44:ea:d8:17:c5:4e
Address in environment is 70:ff:76:1c:27:2d
eth2: ethernet@48484000
Hit any key to stop autoboot: 2 1 0
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
7877120 bytes read in 346 ms (21.7 MiB/s)
209192 bytes read in 12 ms (16.6 MiB/s)
Working FDT set to 88000000
Kernel image @ 0x82000000 [ 0x000000 - 0x783200 ]
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Working FDT set to 88000000
Loading Device Tree to 8fec9000, end 8fffffff ... OK
Working FDT set to 8fec9000
ft_fixup_clocks failed for DSP voltage domain:
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 6.1.105-ti-g92ce8d7d2ab6 (oe-user@oe-host) (arm-oe-linux-gnueabi-gcc (GCC) 11.5.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Tue Oct 8 22:45:21 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] efi: UEFI not found.
[ 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] 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] 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] cma: Reserved 64 MiB at 0xbc000000
[ 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 16 pages/cpu s34260 r8192 d23084 u65536
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 260100
[ 0.000000] Kernel command line: console=ttyS2,115200n8 root=PARTUUID=595bfe08-02 rw rootfstype=ext4 rootwait
[ 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] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 796112K/1046528K available (12288K kernel code, 1463K rwdata, 3252K rodata, 1024K init, 300K bss, 29232K reserved, 221184K cma-reserved, 196608K highmem)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] trace event string verifier disabled
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=16 to nr_cpu_ids=1.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 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.003173] TI gptimer percpu-dmtimer: 20000000 Hz at /ocp/interconnect@48800000/segment@0/target-module@2c000
[ 0.003234] Failed to initialize '/ocp/interconnect@48800000/segment@0/target-module@2e000/timer@0': -22
[ 0.004302] Console: colour dummy device 80x30
[ 0.004364] 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.062133] CPU0: Spectre BHB: enabling loop workaround for all CPUs
[ 0.062133] pid_max: default: 32768 minimum: 301
[ 0.062286] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.062286] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.062896] /cpus/cpu@0 missing clock-frequency property
[ 0.062927] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.063537] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.063537] cblist_init_generic: Setting shift to 0 and lim to 1.
[ 0.063629] Setting up static identity map for 0x80100000 - 0x80100060
[ 0.063751] rcu: Hierarchical SRCU implementation.
[ 0.063751] rcu: Max phase no-delay instances is 1000.
[ 0.066162] EFI services will not be available.
[ 0.066284] smp: Bringing up secondary CPUs ...
[ 0.066284] smp: Brought up 1 node, 1 CPU
[ 0.066314] SMP: Total of 1 processors activated (1993.93 BogoMIPS).
[ 0.066314] CPU: All CPU(s) started in HYP mode.
[ 0.066314] CPU: Virtualization extensions available.
[ 0.066650] devtmpfs: initialized
[ 0.093048] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[ 0.093231] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.093261] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
[ 0.096801] pinctrl core: initialized pinctrl subsystem
[ 0.097473] DMI not present or invalid.
[ 0.097900] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.099639] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.100524] thermal_sys: Registered thermal governor 'step_wise'
[ 0.100585] cpuidle: using governor menu
[ 0.126861] platform ocp: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@e00/clock@20
[ 0.126922] platform ocp: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@700/clock@20
[ 0.129913] platform connector@0: Fixed dependency cycle(s) with /encoder@0
[ 0.130035] platform encoder@0: Fixed dependency cycle(s) with /connector@0
[ 0.130096] platform encoder@0: Fixed dependency cycle(s) with /ocp/target-module@58000000/dss@0/target-module@40000/encoder@0
[ 0.130554] No ATAGs?
[ 0.130584] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.130584] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.154876] iommu: Default domain type: Translated
[ 0.154876] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.156249] SCSI subsystem initialized
[ 0.156585] usbcore: registered new interface driver usbfs
[ 0.156616] usbcore: registered new interface driver hub
[ 0.156646] usbcore: registered new device driver usb
[ 0.157043] pps_core: LinuxPPS API ver. 1 registered
[ 0.157043] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti
[ 0.157073] PTP clock support registered
[ 0.157226] EDAC MC: Ver: 3.0.0
[ 0.164093] clocksource: Switched to clocksource 32k_counter
[ 0.171844] NET: Registered PF_INET protocol family
[ 0.173156] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.184387] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[ 0.184417] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.184417] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 0.184478] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.184722] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.184783] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.184814] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.184936] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.185333] RPC: Registered named UNIX socket transport module.
[ 0.185333] RPC: Registered udp transport module.
[ 0.185333] RPC: Registered tcp transport module.
[ 0.185333] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.185363] PCI: CLS 0 bytes, default 64
[ 0.185882] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
[ 0.186676] Initialise system trusted keyrings
[ 0.186889] workingset: timestamp_bits=30 max_order=18 bucket_order=0
[ 0.191680] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.192443] NFS: Registering the id_resolver key type
[ 0.192474] Key type id_resolver registered
[ 0.192474] Key type id_legacy registered
[ 0.192535] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.192565] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.192596] ntfs: driver 2.1.32 [Flags: R/O].
[ 0.193023] Key type asymmetric registered
[ 0.193054] Asymmetric key parser 'x509' registered
[ 0.193176] bounce: pool size: 64 pages
[ 0.193267] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 0.193267] io scheduler mq-deadline registered
[ 0.193267] io scheduler kyber registered
[ 0.277496] Serial: 8250/16550 driver, 5 ports, IRQ sharing enabled
[ 0.279449] STMicroelectronics ASC driver initialized
[ 0.300537] brd: module loaded
[ 0.305053] loop: module loaded
[ 0.309295] CAN device driver interface
[ 0.309661] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.309661] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.309722] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.309722] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.310485] pegasus: Pegasus/Pegasus II USB Ethernet driver
[ 0.310516] usbcore: registered new interface driver pegasus
[ 0.310546] usbcore: registered new interface driver asix
[ 0.310607] usbcore: registered new interface driver ax88179_178a
[ 0.310607] usbcore: registered new interface driver cdc_ether
[ 0.310668] usbcore: registered new interface driver smsc75xx
[ 0.310699] usbcore: registered new interface driver smsc95xx
[ 0.310729] usbcore: registered new interface driver net1080
[ 0.310760] usbcore: registered new interface driver cdc_subset
[ 0.310791] usbcore: registered new interface driver zaurus
[ 0.310821] usbcore: registered new interface driver cdc_ncm
[ 0.311492] usbcore: registered new interface driver usb-storage
[ 0.324554] i2c_dev: i2c /dev entries driver
[ 0.326904] sdhci: Secure Digital Host Controller Interface driver
[ 0.326904] sdhci: Copyright(c) Pierre Ossman
[ 0.327087] Synopsys Designware Multimedia Card Interface Driver
[ 0.327270] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.327880] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.328155] usbcore: registered new interface driver usbhid
[ 0.328186] usbhid: USB HID core driver
[ 0.330657] NET: Registered PF_INET6 protocol family
[ 0.334716] Segment Routing with IPv6
[ 0.334777] In-situ OAM (IOAM) with IPv6
[ 0.334838] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 0.335327] NET: Registered PF_PACKET protocol family
[ 0.335357] can: controller area network core
[ 0.335388] NET: Registered PF_CAN protocol family
[ 0.335388] can: raw protocol
[ 0.335388] can: broadcast manager protocol
[ 0.335418] can: netlink gateway - max_hops=1
[ 0.335571] Key type dns_resolver registered
[ 0.335632] ThumbEE CPU extension supported.
[ 0.335632] Registering SWP/SWPB emulation handler
[ 0.336120] omap_voltage_late_init: Voltage driver support not added
[ 0.336120] Power Management for TI OMAP4+ devices.
[ 0.336822] Loading compiled-in X.509 certificates
[ 0.427124] platform 4a000000.interconnect: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@d00/clock@20
[ 0.432983] pinctrl-single 4a003400.pinmux: 282 pins, size 1128
[ 0.484527] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
[ 0.511138] gpio gpiochip0: (gpio-0-31): not an immutable chip, please consider fixing it!
[ 0.511840] OMAP GPIO hardware version 0.1
[ 0.514404] ti-sysc: probe of 4ae18000.target-module failed with error -16
[ 0.531982] printk: console [ttyS2] disabled
[ 0.532043] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 98, base_baud = 3000000) is a 8250
[ 2.328857] printk: console [ttyS2] enabled
[ 2.340881] gpio gpiochip1: (gpio-32-63): not an immutable chip, please consider fixing it!
[ 2.350708] gpio gpiochip2: (gpio-64-95): not an immutable chip, please consider fixing it!
[ 2.360504] gpio gpiochip3: (gpio-96-127): not an immutable chip, please consider fixing it!
[ 2.370361] gpio gpiochip4: (gpio-128-159): not an immutable chip, please consider fixing it!
[ 2.380249] gpio gpiochip5: (gpio-160-191): not an immutable chip, please consider fixing it!
[ 2.390228] gpio gpiochip6: (gpio-192-223): not an immutable chip, please consider fixing it!
[ 2.400238] gpio gpiochip7: (gpio-224-255): not an immutable chip, please consider fixing it!
[ 2.415588] palmas 0-0058: Irq flag is 0x00000004
[ 2.446014] palmas 0-0058: Muxing GPIO 2f, PWM 0, LED 0
[ 2.478637] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
[ 2.491607] omap_rng 48090000.rng: Random Number Generator ver. 20
[ 2.497955] random: crng init done
[ 2.584167] davinci_mdio 48485000.mdio: davinci mdio revision 1.6, bus freq 1000000
[ 2.596618] davinci_mdio 48485000.mdio: phy[0]: device 48485000.mdio:00, driver Micrel KSZ9031 Gigabit PHY
[ 2.606353] davinci_mdio 48485000.mdio: phy[1]: device 48485000.mdio:01, driver Micrel KSZ9031 Gigabit PHY
[ 2.616699] cpsw-switch 48484000.switch: initialized cpsw ale version 1.4
[ 2.623535] cpsw-switch 48484000.switch: ALE Table size 1024
[ 2.629333] cpsw-switch 48484000.switch: cpts: overflow check period 500 (jiffies)
[ 2.636993] cpsw-switch 48484000.switch: CPTS: ref_clk_freq:266000000 calc_mult:4036623398 calc_shift:30 error:-1 nsec/sec
[ 2.648132] cpsw-switch 48484000.switch: Detected MACID = 44:ea:d8:17:c5:4e
[ 2.655151] cpsw-switch 48484000.switch: Detected MACID = 44:ea:d8:17:c5:4f
[ 2.663909] cpsw-switch 48484000.switch: initialized (regs 0x48484000, pool size 256) hw_ver:0019010F 1.15 (0)
[ 2.688018] ti-sysc: probe of 4882c000.target-module failed with error -16
[ 2.695709] ti-sysc: probe of 4882e000.target-module failed with error -16
[ 2.718688] dra7-pcie 51000000.pcie: host bridge /ocp/target-module@51000000/pcie@51000000 ranges:
[ 2.727813] dra7-pcie 51000000.pcie: IO 0x0020003000..0x0020012fff -> 0x0000000000
[ 2.735992] dra7-pcie 51000000.pcie: MEM 0x0020013000..0x002fffffff -> 0x0020013000
[ 2.744354] dra7-pcie 51000000.pcie: iATU unroll: disabled
[ 2.749877] dra7-pcie 51000000.pcie: iATU regions: 16 ob, 4 ib, align 4K, limit 4G
[ 2.857604] dra7-pcie 51000000.pcie: PCIe Gen.2 x1 link up
[ 2.863250] dra7-pcie 51000000.pcie: PCI host bridge to bus 0000:00
[ 2.869567] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 2.875091] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 2.881317] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
[ 2.888244] pci 0000:00:00.0: [104c:8888] type 01 class 0x060400
[ 2.894317] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x000fffff]
[ 2.900604] pci 0000:00:00.0: reg 0x14: [mem 0x00000000-0x0000ffff]
[ 2.906982] pci 0000:00:00.0: supports D1
[ 2.911010] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 2.924316] PCI: bus0: Fast back to back transfers disabled
[ 2.930084] pci 0000:01:00.0: [1912:0014] type 00 class 0x0c0330
[ 2.936218] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00001fff 64bit]
[ 2.943389] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 3.134155] PCI: bus1: Fast back to back transfers disabled
[ 3.139801] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff]
[ 3.146636] pci 0000:00:00.0: BAR 8: assigned [mem 0x20200000-0x202fffff]
[ 3.153472] pci 0000:00:00.0: BAR 1: assigned [mem 0x20020000-0x2002ffff]
[ 3.160308] pci 0000:01:00.0: BAR 0: assigned [mem 0x20200000-0x20201fff 64bit]
[ 3.167694] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[ 3.172943] pci 0000:00:00.0: bridge window [mem 0x20200000-0x202fffff]
[ 3.180175] pcieport 0000:00:00.0: PME: Signaling with IRQ 129
[ 3.186187] pci 0000:01:00.0: enabling device (0140 -> 0142)
[ 3.192108] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 3.197418] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[ 3.210662] xhci_hcd 0000:01:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000410
[ 3.220489] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 3.225769] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[ 3.233215] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[ 3.240112] hub 1-0:1.0: USB hub found
[ 3.243896] hub 1-0:1.0: 4 ports detected
[ 3.248535] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 3.257141] hub 2-0:1.0: USB hub found
[ 3.260955] hub 2-0:1.0: 4 ports detected
[ 3.271972] edma 43300000.dma: memcpy is disabled
[ 3.280273] edma 43300000.dma: TI EDMA DMA engine driver
[ 3.292236] omap-iommu 40d01000.mmu: 40d01000.mmu registered
[ 3.300170] omap-iommu 40d02000.mmu: 40d02000.mmu registered
[ 3.307098] platform 40800000.dsp: Adding to iommu group 0
[ 3.314392] platform 58820000.ipu: Adding to iommu group 1
[ 3.320068] omap-iommu 58882000.mmu: 58882000.mmu registered
[ 3.328094] platform 55020000.ipu: Adding to iommu group 2
[ 3.333648] omap-iommu 55082000.mmu: 55082000.mmu registered
[ 3.344726] spi-nor spi0.0: s25fl256s1 (32768 Kbytes)
[ 3.350006] 7 fixed-partitions partitions found on MTD device spi0.0
[ 3.356445] Creating 7 MTD partitions on "spi0.0":
[ 3.361236] 0x000000000000-0x000000040000 : "QSPI.SPL"
[ 3.367645] 0x000000040000-0x000000140000 : "QSPI.u-boot"
[ 3.373992] 0x000000140000-0x0000001c0000 : "QSPI.u-boot-spl-os"
[ 3.381256] 0x0000001c0000-0x0000001d0000 : "QSPI.u-boot-env"
[ 3.387969] 0x0000001d0000-0x0000001e0000 : "QSPI.u-boot-env.backup1"
[ 3.395568] 0x0000001e0000-0x0000009e0000 : "QSPI.kernel"
[ 3.401916] 0x0000009e0000-0x000002000000 : "QSPI.file-system"
[ 3.421081] ti-sysc 4ae06000.target-module: Failed to create device link (0x180) with ocp
[ 3.439392] palmas-rtc 48070000.i2c:tps659038@58:tps659038_rtc: registered as rtc0
[ 3.448028] palmas-rtc 48070000.i2c:tps659038@58:tps659038_rtc: setting system clock to 2000-01-01T00:00:11 UTC (946684811)
[ 3.460937] omap_gpio 4805d000.gpio: Could not set line 27 debounce to 200000 microseconds (-22)
[ 3.470611] sdhci-omap 480b4000.mmc: supply pbias not found, using dummy regulator
[ 3.480224] clk: Disabling unused clocks
[ 3.485839] sdhci-omap 4809c000.mmc: Got CD GPIO
[ 3.491699] sdhci-omap 4809c000.mmc: no pinctrl state for ddr_3_3v mode
[ 3.514129] mmc1: SDHCI controller on 480b4000.mmc [480b4000.mmc] using ADMA
[ 3.524444] mmc0: SDHCI controller on 4809c000.mmc [4809c000.mmc] using ADMA
[ 3.532012] Waiting for root device PARTUUID=595bfe08-02...
[ 3.583801] mmc0: new high speed SDHC card at address b368
[ 3.590759] mmcblk0: mmc0:b368 USD00 14.7 GiB
[ 3.596984] mmcblk0: p1 p2 p3
[ 3.671417] mmc1: new DDR MMC card at address 0001
[ 3.677185] mmcblk1: mmc1:0001 R1J56L 13.8 GiB
[ 3.683624] mmcblk1boot0: mmc1:0001 R1J56L 4.00 MiB
[ 3.690002] mmcblk1boot1: mmc1:0001 R1J56L 4.00 MiB
[ 3.696166] mmcblk1rpmb: mmc1:0001 R1J56L 128 KiB, chardev (243:0)
[ 3.705657] EXT4-fs (mmcblk0p2): recovery complete
[ 3.711273] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: disabled.
[ 3.720245] VFS: Mounted root (ext4 filesystem) on device 179:2.
[ 3.727508] devtmpfs: mounted
[ 3.731018] Freeing unused kernel image (initmem) memory: 1024K
[ 3.737091] Run /sbin/init as init process
[ 4.073150] systemd[1]: System time before build time, advancing clock.
[ 4.105621] systemd[1]: systemd 250.5+ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)
[ 4.137939] systemd[1]: Detected architecture arm.
Welcome to [1mArago 2023.10[0m!
[ 4.176208] systemd[1]: Hostname set to .
[ 4.337402] systemd-sysv-generator[87]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 4.362426] systemd-sysv-generator[87]: SysV service '/etc/init.d/gdbserverproxy' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 4.624298] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 4.689666] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 4.768432] systemd[1]: Queued start job for default target Graphical Interface.
[ 4.777984] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 4.815795] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 4.855133] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 4.894805] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 4.935058] 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.
[ 4.974426] 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.
[ 5.014617] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 5.054565] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 5.094299] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 5.134368] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 5.174407] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 5.214355] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 5.265411] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 5.305114] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 5.379150] systemd[1]: Journal Audit Socket was skipped because of a failed condition check (ConditionSecurity=audit).
[ 5.390686] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 5.424713] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 5.465545] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 5.504760] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 5.545166] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 5.584625] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 5.625305] systemd[1]: Huge Pages File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[ 5.664398] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 5.734436] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 5.776367] systemd[1]: Mounting Kernel Trace File System...
Mounting [0;1;39mKernel Trace File System[0m...
[ 5.844482] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 5.914642] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 5.984619] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 6.054687] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 6.070007] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 6.154663] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 6.214660] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 6.224273] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 6.238311] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[ 6.251647] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[ 6.285003] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 6.317687] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 6.345916] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 6.370574] cryptodev: loading out-of-tree module taints kernel.
[ 6.386047] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 6.414428] cryptodev: driver 1.12 loaded.
[ 6.447265] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...[ 6.454284] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: disabled.
[ 6.497711] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 6.516082] systemd[1]: Mounted POSIX Message Queue File System.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[ 6.544799] systemd[1]: Mounted Kernel Debug File System.
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m.
[ 6.584625] systemd[1]: Mounted Kernel Trace File System.
[[0;32m OK [0m] Mounted [0;1;39mKernel Trace File System[0m.
[ 6.624542] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m.
[[0;32m OK [0m] Mounted [0;1;39mTemporary Directory /tmp[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate List of Static Device Nodes[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mStart psplash boot splash screen[0m.
See 'systemctl status psplash-start.service' for details.
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mStarprogress communication helper[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m.
[[0;32m OK [0m] Finished [0;1;39mGenerate network units from Kernel command line[0m.
[[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m.
Mounting [0;1;39mKernel Configuration File System[0m...
Starting [0;1;39mFlush Journal to Persistent Storage[0m...
Starting [0;1;39mApply Kernel Variables[0m...
[ 7.114532] systemd-journald[99]: Received client request to flush runtime journal.
Starting [0;1;39mCreate System Users[0m...
[[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m.
[[0;32m OK [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m.
[[0;32m OK [0m] Finished [0;1;39mApply Kernel Variables[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;39mCreate Static Device Nodes in /dev[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Local File Systems[0m.
Mounting [0;1;39m/media/ram[0m...
Mounting [0;1;39m/var/volatile[0m...
Starting [0;1;39mRule-based Managefor Device Events and Files[0m...
[[0;32m OK [0m] Mounted [0;1;39m/media/ram[0m.
[[0;32m OK [0m] Mounted [0;1;39m/var/volatile[0m.
Starting [0;1;39mLoad/Save Random Seed[0m...
[[0;32m OK [0m] Reached target [0;1;39mLocal File Systems[0m.
Starting [0;1;39mRebuild Dynamic Linker Cache[0m...
Starting [0;1;39mCreate Volatile Files and Directories[0m...
[[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m.
Starting [0;1;39mRebuild Journal Catalog[0m...
Starting [0;1;39mNetwork Time Synchronization[0m...
Starting [0;1;39mRecord System Boot/Shutdown in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord System Boot/Shutdown in UTMP[0m.
[[0;32m OK [0m] Finished [0;1;39mRebuild Journal Catalog[0m.
[ 8.696228] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
[ 8.777770] omap-sham 4b101000.sham: will run requests pump with realtime priority
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[0m.
[ 8.977142] omap-sham 42701000.sham: hw accel on OMAP rev 4.3
[ 9.007537] omap-sham 42701000.sham: will run requests pump with realtime priority
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[ 9.132080] omap_gpio 4805b000.gpio: Could not set line 7 debounce to 20000 microseconds (-22)
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.
[ 9.287384] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
[ 9.373901] omap-des 480a5000.des: will run requests pump with realtime priority
[ 9.599975] omap_rtc 48838000.rtc: registered as rtc1
[ 9.642578] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
[ 9.691711] omap-rproc 58820000.ipu: assigned reserved memory node ipu1-memory@9d000000
[ 9.704406] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
[ 9.743682] remoteproc remoteproc0: 58820000.ipu is available
[ 9.789154] omap-rproc 55020000.ipu: assigned reserved memory node ipu2-memory@95800000
[ 9.889251] remoteproc remoteproc1: 55020000.ipu is available
[ 9.945098] omap-rproc 40800000.dsp: assigned reserved memory node dsp1-memory@99000000
[ 10.003173] remoteproc remoteproc2: 40800000.dsp is available
[ 10.099365] mc: Linux media interface: v0.10
[ 10.410980] remoteproc remoteproc0: powering up 58820000.ipu
[ 10.424713] remoteproc remoteproc0: Booting fw image dra7-ipu1-fw.xem4, size 4925324
[ 10.485839] omap-iommu 58882000.mmu: 58882000.mmu: version 2.1
[ 10.521057] videodev: Linux video capture interface: v2.00
[ 10.536956] rproc-virtio rproc-virtio.1.auto: assigned reserved memory node ipu1-memory@9d000000
[ 10.569274] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 10.579895] rproc-virtio rproc-virtio.1.auto: registered virtio0 (type 7)
[ 10.604217] remoteproc remoteproc0: remote processor 58820000.ipu is now up
[ 10.611755] virtio_rpmsg_bus virtio0: malformed ns msg (72)
[ 10.634185] virtio_rpmsg_bus virtio0: malformed ns msg (72)
[ 10.639801] virtio_rpmsg_bus virtio0: malformed ns msg (72)
[ 10.654144] virtio_rpmsg_bus virtio0: malformed ns msg (72)
[ 10.663116] ahci-dwc 4a140000.sata: supply ahci not found, using dummy regulator
[ 10.672698] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[ 10.694396] ahci-dwc 4a140000.sata: supply phy not found, using dummy regulator
[ 10.701843] ahci-dwc 4a140000.sata: supply target not found, using dummy regulator
[ 10.734558] ahci-dwc 4a140000.sata: forcing port_map 0x0 -> 0x1
[ 10.740539] ahci-dwc 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
[ 10.764190] ahci-dwc 4a140000.sata: flags: 64bit ncq sntf pm led clo only pmp pio slum part ccc apst
[ 10.781707] scsi host0: ahci-dwc
[ 10.812011] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 155
[ 10.849914] remoteproc remoteproc1: powering up 55020000.ipu
[ 10.869293] remoteproc remoteproc1: Booting fw image dra7-ipu2-fw.xem4, size 4925424
[ 10.930938] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
[ 10.938751] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
[ 10.969757] omap-aes 4b500000.aes: will run requests pump with realtime priority
[ 11.021636] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
[ 11.042907] omap-aes 4b700000.aes: will run requests pump with realtime priority
[ 11.051116] remoteproc remoteproc2: powering up 40800000.dsp
[ 11.061737] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node ipu2-memory@95800000
[ 11.097015] remoteproc remoteproc2: Booting fw image dra7-dsp1-fw.xe66, size 5611192
[ 11.124359] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0
[ 11.130279] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0
[ 11.168060] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 11.185302] rproc-virtio rproc-virtio.2.auto: registered virtio1 (type 7)
[ 11.197326] ata1: SATA link down (SStatus 0 SControl 300)
[ 11.215057] remoteproc remoteproc1: remote processor 55020000.ipu is now up
[ 11.252716] c_can_platform 4ae3c000.can: c_can_platform device registered (regs=86d3c5d7, irq=156)
[ 11.302276] virtio_rpmsg_bus virtio1: malformed ns msg (72)
[ 11.365509] virtio_rpmsg_bus virtio1: malformed ns msg (72)
[ 11.371124] virtio_rpmsg_bus virtio1: malformed ns msg (72)
[[0m[0;31m* [0m] A start job is running for Rebuild namic Linker Cache (6s / no limit)
[ 11.484374] virtio_rpmsg_bus virtio1: malformed ns msg (72)
[ 11.526580] vpe 489d0000.vpe: loading firmware vpdma-1b8.bin
[ 11.562652] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node dsp1-memory@99000000
[ 11.584350] vpe 489d0000.vpe: Device registered as /dev/video0
[ 11.746246] virtio_rpmsg_bus virtio2: rpmsg host is online
[ 11.833496] rproc-virtio rproc-virtio.3.auto: registered virtio2 (type 7)
[ 11.923706] remoteproc remoteproc2: remote processor 40800000.dsp is now up
[ 11.936096] [drm] Initialized pvr 1.17.4948957 20110701 for 56000000.gpu on minor 0
[ 11.961242] DSS: OMAP DSS rev 6.1
[ 12.020599] virtio_rpmsg_bus virtio2: malformed ns msg (72)
M
[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild namic Linker Cache (7s / no limit)
[ 12.103302] virtio_rpmsg_bus virtio2: malformed ns msg (72)
[ 12.180847] virtio_rpmsg_bus virtio2: malformed ns msg (72)
[ 12.255981] virtio_rpmsg_bus virtio2: malformed ns msg (72)
[ 12.358337] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops [omapdrm])
[ 12.466522] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_component_ops [omapdrm])
M
[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild namic Linker Cache (7s / no limit)
[ 12.643859] dmm 4e000000.dmm: workaround for errata i878 in use
[ 12.742797] dmm 4e000000.dmm: initialized all PAT entries
M
[K[[0;32m OK [0m] Finished [0;1;39mRebuild Dynamic Linker Cache[0m.
[K[ 12.812927] omapdrm omapdrm.0: [drm] Cannot find any crtc or sizes
[ 12.896575] ------------[ cut here ]------------
[ 12.901245] WARNING: CPU: 0 PID: 127 at drivers/gpu/drm/drm_bridge.c:1416 drm_bridge_hpd_enable+0x7c/0x80
[ 12.910888] Hot plug detection already enabled
[ 12.915374] Modules linked in: omapdrm(+) cec pvrsrvkm(O) ti_vpe ti_sc ti_csc ti_vpdma v4l2_mem2mem videobuf2_dma_contig c_can_platform videobuf2_memops videobuf2_v4l2 c_can omap_aes_driver pruss videobuf2_common libaes omap_wdt ahci_dwc videodev mc dwc3_omap omap_mailbox rtc_omap omap_des omap_crypto libdes extcon_palmas omap_sham crypto_engine omap_remoteproc virtio_rpmsg_bus rpmsg_ns rpmsg_core ti_tpd12s015 display_connector gdbserverproxy(O) cryptodev(O)
[ 12.956298] CPU: 0 PID: 127 Comm: systemd-udevd Tainted: G O 6.1.105-ti-g92ce8d7d2ab6 #1
[ 12.965820] Hardware name: Generic DRA72X (Flattened Device Tree)
[ 12.971923] unwind_backtrace from show_stack+0x10/0x14
[ 12.977203] show_stack from dump_stack_lvl+0x40/0x4c
[ 12.982269] dump_stack_lvl from __warn+0x7c/0x158
[ 12.987091] __warn from warn_slowpath_fmt+0x11c/0x1ac
[ 12.992279] warn_slowpath_fmt from drm_bridge_hpd_enable+0x7c/0x80
[ 12.998565] drm_bridge_hpd_enable from pdev_probe+0x5bc/0x75c [omapdrm]
[ 13.005401] pdev_probe [omapdrm] from platform_probe+0x5c/0xbc
[ 13.011444] platform_probe from really_probe+0xc8/0x2ec
[ 13.016784] really_probe from __driver_probe_device+0x88/0x1a0
[ 13.022735] __driver_probe_device from driver_probe_device+0x30/0x104
[ 13.029296] driver_probe_device from __driver_attach+0x90/0x174
[ 13.035339] __driver_attach from bus_for_each_dev+0x70/0xb0
[ 13.041015] bus_for_each_dev from bus_add_driver+0x164/0x1f0
[ 13.046783] bus_add_driver from driver_register+0x88/0x11c
[ 13.052398] driver_register from __platform_register_drivers+0x38/0x88
[ 13.059051] __platform_register_drivers from omap_drm_init+0x3c/0x50 [omapdrm]
[ 13.066467] omap_drm_init [omapdrm] from do_one_initcall+0x40/0x240
[ 13.072937] do_one_initcall from do_init_module+0x44/0x1d4
[ 13.078552] do_init_module from sys_finit_module+0xbc/0xf8
[ 13.084167] sys_finit_module from __sys_trace_return+0x0/0x10
[ 13.090026] Exception stack(0xf14a9fa8 to 0xf14a9ff0)
[ 13.095092] 9fa0: 00000000 00000000 0000000f b6d6a878 00000000 00020000
[ 13.103302] 9fc0: 00000000 00000000 00000000 0000017b 00000000 0009dd08 00000007 00000000
[ 13.111511] 9fe0: beb4b710 beb4b700 b6d65d2f b6c9b052
[ 13.116607] ---[ end trace 0000000000000000 ]---
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
Starting [0;1;39mRun pending postinsts[0m...
Starting [0;1;39mUpdate is Completed[0m...
[[0;32m OK [0m] Finished [0;1;39mUpdate is Completed[0m.
U-Boot SPL 2023.04-ti-g0853d7725220 (Oct 08 2024 - 22:59:40 +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... OK
U-Boot 2023.04-ti-g0853d7725220 (Oct 08 2024 - 22:59:40 +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... OK
Net:
Warning: ethernet@48484000 MAC addresses don't match:
Address in ROM is 44:ea:d8:17:c5:4e
Address in environment is 70:ff:76:1c:27:2d
eth2: ethernet@48484000
Hit any key to stop autoboot: 2 1 0
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
7877120 bytes read in 346 ms (21.7 MiB/s)
209192 bytes read in 13 ms (15.3 MiB/s)
Working FDT set to 88000000
Kernel image @ 0x82000000 [ 0x000000 - 0x783200 ]
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Working FDT set to 88000000
Loading Device Tree to 8fec9000, end 8fffffff ... OK
Working FDT set to 8fec9000
ft_fixup_clocks failed for DSP voltage domain:
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 6.1.105-ti-g92ce8d7d2ab6 (oe-user@oe-host) (arm-oe-linux-gnueabi-gcc (GCC) 11.5.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Tue Oct 8 22:45:21 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] efi: UEFI not found.
[ 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] 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] 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] cma: Reserved 64 MiB at 0xbc000000
[ 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 16 pages/cpu s34260 r8192 d23084 u65536
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 260100
[ 0.000000] Kernel command line: console=ttyS2,115200n8 root=PARTUUID=595bfe08-02 rw rootfstype=ext4 rootwait
[ 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] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 796112K/1046528K available (12288K kernel code, 1463K rwdata, 3252K rodata, 1024K init, 300K bss, 29232K reserved, 221184K cma-reserved, 196608K highmem)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] trace event string verifier disabled
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=16 to nr_cpu_ids=1.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 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.001434] 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.003234] Failed to initialize '/ocp/interconnect@48800000/segment@0/target-module@2e000/timer@0': -22
[ 0.004272] Console: colour dummy device 80x30
[ 0.004333] Calibrating delay loop... 1993.93 BogoMIPS (lpj=9969664)
[ 0.062072] CPU: Testing write buffer coherency: ok
[ 0.062103] CPU0: Spectre v2: using ICIALLU workaround
[ 0.062103] CPU0: Spectre BHB: enabling loop workaround for all CPUs
[ 0.062103] pid_max: default: 32768 minimum: 301
[ 0.062255] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.062255] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.062866] /cpus/cpu@0 missing clock-frequency property
[ 0.062896] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.063507] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.063507] cblist_init_generic: Setting shift to 0 and lim to 1.
[ 0.063598] Setting up static identity map for 0x80100000 - 0x80100060
[ 0.063720] rcu: Hierarchical SRCU implementation.
[ 0.063720] rcu: Max phase no-delay instances is 1000.
[ 0.066131] EFI services will not be available.
[ 0.066253] smp: Bringing up secondary CPUs ...
[ 0.066253] smp: Brought up 1 node, 1 CPU
[ 0.066253] SMP: Total of 1 processors activated (1993.93 BogoMIPS).
[ 0.066284] CPU: All CPU(s) started in HYP mode.
[ 0.066284] CPU: Virtualization extensions available.
[ 0.066589] devtmpfs: initialized
[ 0.093017] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[ 0.093200] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.093231] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
[ 0.096832] pinctrl core: initialized pinctrl subsystem
[ 0.097503] DMI not present or invalid.
[ 0.097930] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.099670] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.100585] thermal_sys: Registered thermal governor 'step_wise'
[ 0.100616] cpuidle: using governor menu
[ 0.126892] platform ocp: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@e00/clock@20
[ 0.126953] platform ocp: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@700/clock@20
[ 0.130004] platform connector@0: Fixed dependency cycle(s) with /encoder@0
[ 0.130096] platform encoder@0: Fixed dependency cycle(s) with /connector@0
[ 0.130157] platform encoder@0: Fixed dependency cycle(s) with /ocp/target-module@58000000/dss@0/target-module@40000/encoder@0
[ 0.130615] No ATAGs?
[ 0.130645] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.130676] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.154846] iommu: Default domain type: Translated
[ 0.154846] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.156219] SCSI subsystem initialized
[ 0.156555] usbcore: registered new interface driver usbfs
[ 0.156585] usbcore: registered new interface driver hub
[ 0.156616] usbcore: registered new device driver usb
[ 0.157012] pps_core: LinuxPPS API ver. 1 registered
[ 0.157012] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti
[ 0.157043] PTP clock support registered
[ 0.157165] EDAC MC: Ver: 3.0.0
[ 0.164062] clocksource: Switched to clocksource 32k_counter
[ 0.171813] NET: Registered PF_INET protocol family
[ 0.173126] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.184356] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[ 0.184387] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.184387] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 0.184448] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.184692] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.184753] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.184783] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.184906] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.185302] RPC: Registered named UNIX socket transport module.
[ 0.185302] RPC: Registered udp transport module.
[ 0.185302] RPC: Registered tcp transport module.
[ 0.185302] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.185333] PCI: CLS 0 bytes, default 64
[ 0.185852] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
[ 0.186676] Initialise system trusted keyrings
[ 0.186828] workingset: timestamp_bits=30 max_order=18 bucket_order=0
[ 0.191680] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.192413] NFS: Registering the id_resolver key type
[ 0.192474] Key type id_resolver registered
[ 0.192474] Key type id_legacy registered
[ 0.192535] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.192535] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.192565] ntfs: driver 2.1.32 [Flags: R/O].
[ 0.193054] Key type asymmetric registered
[ 0.193054] Asymmetric key parser 'x509' registered
[ 0.193176] bounce: pool size: 64 pages
[ 0.193267] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 0.193267] io scheduler mq-deadline registered
[ 0.193267] io scheduler kyber registered
[ 0.277374] Serial: 8250/16550 driver, 5 ports, IRQ sharing enabled
[ 0.279327] STMicroelectronics ASC driver initialized
[ 0.300537] brd: module loaded
[ 0.305053] loop: module loaded
[ 0.309295] CAN device driver interface
[ 0.309661] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.309661] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.309722] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.309722] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.310485] pegasus: Pegasus/Pegasus II USB Ethernet driver
[ 0.310516] usbcore: registered new interface driver pegasus
[ 0.310546] usbcore: registered new interface driver asix
[ 0.310607] usbcore: registered new interface driver ax88179_178a
[ 0.310607] usbcore: registered new interface driver cdc_ether
[ 0.310668] usbcore: registered new interface driver smsc75xx
[ 0.310699] usbcore: registered new interface driver smsc95xx
[ 0.310729] usbcore: registered new interface driver net1080
[ 0.310760] usbcore: registered new interface driver cdc_subset
[ 0.310791] usbcore: registered new interface driver zaurus
[ 0.310821] usbcore: registered new interface driver cdc_ncm
[ 0.311492] usbcore: registered new interface driver usb-storage
[ 0.324523] i2c_dev: i2c /dev entries driver
[ 0.326843] sdhci: Secure Digital Host Controller Interface driver
[ 0.326873] sdhci: Copyright(c) Pierre Ossman
[ 0.327026] Synopsys Designware Multimedia Card Interface Driver
[ 0.327209] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.327819] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.328124] usbcore: registered new interface driver usbhid
[ 0.328124] usbhid: USB HID core driver
[ 0.330627] NET: Registered PF_INET6 protocol family
[ 0.334716] Segment Routing with IPv6
[ 0.334747] In-situ OAM (IOAM) with IPv6
[ 0.334838] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 0.335327] NET: Registered PF_PACKET protocol family
[ 0.335327] can: controller area network core
[ 0.335388] NET: Registered PF_CAN protocol family
[ 0.335388] can: raw protocol
[ 0.335388] can: broadcast manager protocol
[ 0.335388] can: netlink gateway - max_hops=1
[ 0.335571] Key type dns_resolver registered
[ 0.335632] ThumbEE CPU extension supported.
[ 0.335632] Registering SWP/SWPB emulation handler
[ 0.336120] omap_voltage_late_init: Voltage driver support not added
[ 0.336120] Power Management for TI OMAP4+ devices.
[ 0.336822] Loading compiled-in X.509 certificates
[ 0.427154] platform 4a000000.interconnect: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@d00/clock@20
[ 0.433044] pinctrl-single 4a003400.pinmux: 282 pins, size 1128
[ 0.484771] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
[ 0.512939] gpio gpiochip0: (gpio-0-31): not an immutable chip, please consider fixing it!
[ 0.513641] OMAP GPIO hardware version 0.1
[ 0.516204] ti-sysc: probe of 4ae18000.target-module failed with error -16
[ 0.534606] printk: console [ttyS2] disabled
[ 0.534667] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 98, base_baud = 3000000) is a 8250
[ 2.329040] printk: console [ttyS2] enabled
[ 2.341064] gpio gpiochip1: (gpio-32-63): not an immutable chip, please consider fixing it!
[ 2.350891] gpio gpiochip2: (gpio-64-95): not an immutable chip, please consider fixing it!
[ 2.360717] gpio gpiochip3: (gpio-96-127): not an immutable chip, please consider fixing it!
[ 2.370544] gpio gpiochip4: (gpio-128-159): not an immutable chip, please consider fixing it!
[ 2.380432] gpio gpiochip5: (gpio-160-191): not an immutable chip, please consider fixing it!
[ 2.390411] gpio gpiochip6: (gpio-192-223): not an immutable chip, please consider fixing it!
[ 2.400421] gpio gpiochip7: (gpio-224-255): not an immutable chip, please consider fixing it!
[ 2.415679] palmas 0-0058: Irq flag is 0x00000004
[ 2.445983] palmas 0-0058: Muxing GPIO 2f, PWM 0, LED 0
[ 2.478607] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
[ 2.491455] omap_rng 48090000.rng: Random Number Generator ver. 20
[ 2.497802] random: crng init done
[ 2.584136] davinci_mdio 48485000.mdio: davinci mdio revision 1.6, bus freq 1000000
[ 2.596435] davinci_mdio 48485000.mdio: phy[0]: device 48485000.mdio:00, driver Micrel KSZ9031 Gigabit PHY
[ 2.606201] davinci_mdio 48485000.mdio: phy[1]: device 48485000.mdio:01, driver Micrel KSZ9031 Gigabit PHY
[ 2.616546] cpsw-switch 48484000.switch: initialized cpsw ale version 1.4
[ 2.623382] cpsw-switch 48484000.switch: ALE Table size 1024
[ 2.629180] cpsw-switch 48484000.switch: cpts: overflow check period 500 (jiffies)
[ 2.636810] cpsw-switch 48484000.switch: CPTS: ref_clk_freq:266000000 calc_mult:4036623398 calc_shift:30 error:-1 nsec/sec
[ 2.647979] cpsw-switch 48484000.switch: Detected MACID = 44:ea:d8:17:c5:4e
[ 2.654998] cpsw-switch 48484000.switch: Detected MACID = 44:ea:d8:17:c5:4f
[ 2.663757] cpsw-switch 48484000.switch: initialized (regs 0x48484000, pool size 256) hw_ver:0019010F 1.15 (0)
[ 2.687835] ti-sysc: probe of 4882c000.target-module failed with error -16
[ 2.695526] ti-sysc: probe of 4882e000.target-module failed with error -16
[ 2.718536] dra7-pcie 51000000.pcie: host bridge /ocp/target-module@51000000/pcie@51000000 ranges:
[ 2.727630] dra7-pcie 51000000.pcie: IO 0x0020003000..0x0020012fff -> 0x0000000000
[ 2.735839] dra7-pcie 51000000.pcie: MEM 0x0020013000..0x002fffffff -> 0x0020013000
[ 2.744201] dra7-pcie 51000000.pcie: iATU unroll: disabled
[ 2.749694] dra7-pcie 51000000.pcie: iATU regions: 16 ob, 4 ib, align 4K, limit 4G
[ 2.857421] dra7-pcie 51000000.pcie: PCIe Gen.2 x1 link up
[ 2.863067] dra7-pcie 51000000.pcie: PCI host bridge to bus 0000:00
[ 2.869415] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 2.874938] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 2.881134] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
[ 2.888092] pci 0000:00:00.0: [104c:8888] type 01 class 0x060400
[ 2.894165] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x000fffff]
[ 2.900451] pci 0000:00:00.0: reg 0x14: [mem 0x00000000-0x0000ffff]
[ 2.906829] pci 0000:00:00.0: supports D1
[ 2.910858] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 2.924163] PCI: bus0: Fast back to back transfers disabled
[ 2.929931] pci 0000:01:00.0: [1912:0014] type 00 class 0x0c0330
[ 2.936065] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00001fff 64bit]
[ 2.943206] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 3.134155] PCI: bus1: Fast back to back transfers disabled
[ 3.139770] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff]
[ 3.146636] pci 0000:00:00.0: BAR 8: assigned [mem 0x20200000-0x202fffff]
[ 3.153442] pci 0000:00:00.0: BAR 1: assigned [mem 0x20020000-0x2002ffff]
[ 3.160278] pci 0000:01:00.0: BAR 0: assigned [mem 0x20200000-0x20201fff 64bit]
[ 3.167663] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[ 3.172943] pci 0000:00:00.0: bridge window [mem 0x20200000-0x202fffff]
[ 3.180145] pcieport 0000:00:00.0: PME: Signaling with IRQ 129
[ 3.186187] pci 0000:01:00.0: enabling device (0140 -> 0142)
[ 3.192077] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 3.197418] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[ 3.210632] xhci_hcd 0000:01:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000410
[ 3.220458] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 3.225738] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[ 3.233184] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[ 3.240081] hub 1-0:1.0: USB hub found
[ 3.243865] hub 1-0:1.0: 4 ports detected
[ 3.248504] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 3.257141] hub 2-0:1.0: USB hub found
[ 3.260925] hub 2-0:1.0: 4 ports detected
[ 3.271911] edma 43300000.dma: memcpy is disabled
[ 3.280212] edma 43300000.dma: TI EDMA DMA engine driver
[ 3.292266] omap-iommu 40d01000.mmu: 40d01000.mmu registered
[ 3.300170] omap-iommu 40d02000.mmu: 40d02000.mmu registered
[ 3.307098] platform 40800000.dsp: Adding to iommu group 0
[ 3.314392] platform 58820000.ipu: Adding to iommu group 1
[ 3.320068] omap-iommu 58882000.mmu: 58882000.mmu registered
[ 3.328094] platform 55020000.ipu: Adding to iommu group 2
[ 3.333648] omap-iommu 55082000.mmu: 55082000.mmu registered
[ 3.344726] spi-nor spi0.0: s25fl256s1 (32768 Kbytes)
[ 3.350006] 7 fixed-partitions partitions found on MTD device spi0.0
[ 3.356414] Creating 7 MTD partitions on "spi0.0":
[ 3.361236] 0x000000000000-0x000000040000 : "QSPI.SPL"
[ 3.367614] 0x000000040000-0x000000140000 : "QSPI.u-boot"
[ 3.373992] 0x000000140000-0x0000001c0000 : "QSPI.u-boot-spl-os"
[ 3.381225] 0x0000001c0000-0x0000001d0000 : "QSPI.u-boot-env"
[ 3.387939] 0x0000001d0000-0x0000001e0000 : "QSPI.u-boot-env.backup1"
[ 3.395568] 0x0000001e0000-0x0000009e0000 : "QSPI.kernel"
[ 3.401916] 0x0000009e0000-0x000002000000 : "QSPI.file-system"
[ 3.421020] ti-sysc 4ae06000.target-module: Failed to create device link (0x180) with ocp
[ 3.439331] palmas-rtc 48070000.i2c:tps659038@58:tps659038_rtc: registered as rtc0
[ 3.447967] palmas-rtc 48070000.i2c:tps659038@58:tps659038_rtc: setting system clock to 2000-01-01T00:00:33 UTC (946684833)
[ 3.460906] omap_gpio 4805d000.gpio: Could not set line 27 debounce to 200000 microseconds (-22)
[ 3.470581] sdhci-omap 480b4000.mmc: supply pbias not found, using dummy regulator
[ 3.480194] clk: Disabling unused clocks
[ 3.485778] sdhci-omap 4809c000.mmc: Got CD GPIO
[ 3.491668] sdhci-omap 4809c000.mmc: no pinctrl state for ddr_3_3v mode
[ 3.514099] mmc1: SDHCI controller on 480b4000.mmc [480b4000.mmc] using ADMA
[ 3.524414] mmc0: SDHCI controller on 4809c000.mmc [4809c000.mmc] using ADMA
[ 3.531982] Waiting for root device PARTUUID=595bfe08-02...
[ 3.583648] mmc0: new high speed SDHC card at address b368
[ 3.590576] mmcblk0: mmc0:b368 USD00 14.7 GiB
[ 3.596832] mmcblk0: p1 p2 p3
[ 3.670867] mmc1: new DDR MMC card at address 0001
[ 3.676422] mmcblk1: mmc1:0001 R1J56L 13.8 GiB
[ 3.682922] mmcblk1boot0: mmc1:0001 R1J56L 4.00 MiB
[ 3.689300] mmcblk1boot1: mmc1:0001 R1J56L 4.00 MiB
[ 3.695465] mmcblk1rpmb: mmc1:0001 R1J56L 128 KiB, chardev (243:0)
[ 3.706359] EXT4-fs (mmcblk0p2): 1 orphan inode deleted
[ 3.711639] EXT4-fs (mmcblk0p2): recovery complete
[ 3.723968] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: disabled.
[ 3.733581] VFS: Mounted root (ext4 filesystem) on device 179:2.
[ 3.740295] devtmpfs: mounted
[ 3.744323] Freeing unused kernel image (initmem) memory: 1024K
[ 3.750457] Run /sbin/init as init process
[ 4.086517] systemd[1]: System time before build time, advancing clock.
[ 4.118774] systemd[1]: systemd 250.5+ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)
[ 4.151123] systemd[1]: Detected architecture arm.
Welcome to [1mArago 2023.10[0m!
[ 4.196533] systemd[1]: Hostname set to .
[ 4.369201] systemd-sysv-generator[87]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 4.394653] systemd-sysv-generator[87]: SysV service '/etc/init.d/gdbserverproxy' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 4.657592] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 4.722747] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 4.801544] systemd[1]: Queued start job for default target Graphical Interface.
[ 4.811096] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 4.845153] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 4.885833] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 4.924591] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 4.964477] 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.
[ 5.004974] 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.
[ 5.044616] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 5.084564] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 5.124267] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 5.164550] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 5.214508] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 5.254577] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 5.304809] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 5.345001] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 5.420257] systemd[1]: Journal Audit Socket was skipped because of a failed condition check (ConditionSecurity=audit).
[ 5.431762] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 5.464721] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 5.505493] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 5.544738] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 5.585174] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 5.624664] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 5.665344] systemd[1]: Huge Pages File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[ 5.704376] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 5.722473] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 5.794403] systemd[1]: Mounting Kernel Trace File System...
Mounting [0;1;39mKernel Trace File System[0m...
[ 5.864410] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 5.934600] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 6.004608] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 6.074554] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 6.144561] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 6.224609] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 6.242279] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 6.284545] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 6.298828] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[ 6.315429] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[ 6.354888] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 6.414581] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 6.455017] systemd[1]: Starting Generate network units from Kernel command line...
[ 6.463439] cryptodev: loading out-of-tree module taints kernel.
Starting [0;1;39mGenerate network ts from Kernel co[ 6.485717] cryptodev: driver 1.12 loaded.
mmand line[0m...
[ 6.534759] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 6.576568] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 6.604492] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: disabled.
[ 6.621459] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 6.664581] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Trace File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mTemporary Directory /tmp[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate List of Static Device Nodes[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mStart psplash boot splash screen[0m.
See 'systemctl status psplash-start.service' for details.
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mStarprogress communication helper[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m.
[[0;32m OK [0m] Finished [0;1;39mGenerate network units from Kernel command line[0m.
[[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m.
Mounting [0;1;39mKernel Configuration File System[0m...
Starting [0;1;39mFlush Journal to Persistent Storage[0m...
Starting [0;1;39mApply Kernel Variables[0m...
[ 7.244506] systemd-journald[99]: Received client request to flush runtime journal.
Starting [0;1;39mCreate System Users[0m...
[[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m.
[[0;32m OK [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m.
[[0;32m OK [0m] Finished [0;1;39mApply Kernel Variables[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;39mCreate Static Device Nodes in /dev[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Local File Systems[0m.
Mounting [0;1;39m/media/ram[0m...
Mounting [0;1;39m/var/volatile[0m...
Starting [0;1;39mRule-based Managefor Device Events and Files[0m...
[[0;32m OK [0m] Mounted [0;1;39m/media/ram[0m.
[[0;32m OK [0m] Mounted [0;1;39m/var/volatile[0m.
Starting [0;1;39mLoad/Save Random Seed[0m...
[[0;32m OK [0m] Reached target [0;1;39mLocal File Systems[0m.
Starting [0;1;39mRebuild Dynamic Linker Cache[0m...
Starting [0;1;39mCreate Volatile Files and Directories[0m...
[[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m.
Starting [0;1;39mRebuild Journal Catalog[0m...
Starting [0;1;39mNetwork Time Synchronization[0m...
Starting [0;1;39mRecord System Boot/Shutdown in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord System Boot/Shutdown in UTMP[0m.
[[0;32m OK [0m] Finished [0;1;39mRebuild Journal Catalog[0m.
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[0m.
[ 8.794708] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
[ 8.836212] omap-sham 4b101000.sham: will run requests pump with realtime priority
[ 9.048248] omap-sham 42701000.sham: hw accel on OMAP rev 4.3
[ 9.099243] omap-sham 42701000.sham: will run requests pump with realtime priority
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[ 9.233489] omap_gpio 4805b000.gpio: Could not set line 7 debounce to 20000 microseconds (-22)
[ 9.375579] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
[ 9.453796] omap-des 480a5000.des: will run requests pump with realtime priority
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.
[ 9.713256] omap_rtc 48838000.rtc: registered as rtc1
[ 9.809661] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
[ 9.885650] omap-rproc 58820000.ipu: assigned reserved memory node ipu1-memory@9d000000
[ 9.894073] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
[ 9.935272] mc: Linux media interface: v0.10
[ 9.964233] remoteproc remoteproc0: 58820000.ipu is available
[ 10.022735] videodev: Linux video capture interface: v2.00
[ 10.048675] omap-rproc 55020000.ipu: assigned reserved memory node ipu2-memory@95800000
[ 10.160614] remoteproc remoteproc1: 55020000.ipu is available
[ 10.243041] omap-rproc 40800000.dsp: assigned reserved memory node dsp1-memory@99000000
[ 10.311340] remoteproc remoteproc0: powering up 58820000.ipu
[ 10.318481] remoteproc remoteproc2: 40800000.dsp is available
[ 10.348663] remoteproc remoteproc0: Booting fw image dra7-ipu1-fw.xem4, size 4925324
[ 10.413635] omap-iommu 58882000.mmu: 58882000.mmu: version 2.1
[ 10.513519] rproc-virtio rproc-virtio.1.auto: assigned reserved memory node ipu1-memory@9d000000
[ 10.572662] remoteproc remoteproc1: powering up 55020000.ipu
[ 10.604949] remoteproc remoteproc1: Booting fw image dra7-ipu2-fw.xem4, size 4925424
[ 10.671905] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
[ 10.748779] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 10.759460] rproc-virtio rproc-virtio.1.auto: registered virtio0 (type 7)
[ 10.824371] remoteproc remoteproc0: remote processor 58820000.ipu is now up
[ 10.831909] virtio_rpmsg_bus virtio0: malformed ns msg (72)
[ 10.884277] remoteproc remoteproc2: powering up 40800000.dsp
[ 10.891754] vpe 489d0000.vpe: loading firmware vpdma-1b8.bin
[ 10.912963] ahci-dwc 4a140000.sata: supply ahci not found, using dummy regulator
[ 10.924224] remoteproc remoteproc2: Booting fw image dra7-dsp1-fw.xe66, size 5611192
[ 10.973327] ahci-dwc 4a140000.sata: supply phy not found, using dummy regulator
[ 10.988922] virtio_rpmsg_bus virtio0: malformed ns msg (72)
[ 11.014343] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0
[ 11.020263] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0
[ 11.029571] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[ 11.064208] virtio_rpmsg_bus virtio0: malformed ns msg (72)
[ 11.073272] ahci-dwc 4a140000.sata: supply target not found, using dummy regulator
[ 11.105804] virtio_rpmsg_bus virtio0: malformed ns msg (72)
[ 11.144897] ahci-dwc 4a140000.sata: forcing port_map 0x0 -> 0x1
[ 11.153350] c_can_platform 4ae3c000.can: c_can_platform device registered (regs=2daa3f4f, irq=157)
[ 11.173614] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
[ 11.206024] ahci-dwc 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
[ 11.217926] vpe 489d0000.vpe: Device registered as /dev/video0
[ 11.264190] omap-aes 4b500000.aes: will run requests pump with realtime priority
[ 11.297790] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node dsp1-memory@99000000
[ 11.335205] ahci-dwc 4a140000.sata: flags: 64bit ncq sntf pm led clo only pmp pio slum part ccc apst
[ 11.381347] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
[ 11.436523] omap-aes 4b700000.aes: will run requests pump with realtime priority
[ 11.454528] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 11.497222] rproc-virtio rproc-virtio.3.auto: registered virtio1 (type 7)
[ 11.578887] remoteproc remoteproc2: remote processor 40800000.dsp is now up
[[0m[0;31m* [0m] A start job is running for Rebuild namic Linker Cache (6s / no limit)
[ 11.678741] virtio_rpmsg_bus virtio1: malformed ns msg (72)
[ 11.774261] virtio_rpmsg_bus virtio1: malformed ns msg (72)
[ 11.779876] virtio_rpmsg_bus virtio1: malformed ns msg (72)
M
[K[[0;32m OK [0m] Finished [0;1;39mRebuild Dynamic Linker Cache[0m.
[K[ 11.897338] virtio_rpmsg_bus virtio1: malformed ns msg (72)
[ 11.914306] scsi host0: ahci-dwc
[ 11.917785] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 156
[ 12.102600] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node ipu2-memory@95800000
[ 12.254699] virtio_rpmsg_bus virtio2: rpmsg host is online
[ 12.281127] [drm] Initialized pvr 1.17.4948957 20110701 for 56000000.gpu on minor 0
[ 12.303405] rproc-virtio rproc-virtio.2.auto: registered virtio2 (type 7)
[ 12.392547] remoteproc remoteproc1: remote processor 55020000.ipu is now up
[ 12.399658] ata1: SATA link down (SStatus 0 SControl 300)
[ 12.507507] virtio_rpmsg_bus virtio2: malformed ns msg (72)
[ 12.513122] virtio_rpmsg_bus virtio2: malformed ns msg (72)
[ 12.525634] DSS: OMAP DSS rev 6.1
[ 12.674987] virtio_rpmsg_bus virtio2: malformed ns msg (72)
[ 12.680603] virtio_rpmsg_bus virtio2: malformed ns msg (72)
[ 12.903137] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops [omapdrm])
[ 13.001525] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_component_ops [omapdrm])
[ 13.112792] dmm 4e000000.dmm: workaround for errata i878 in use
[ 13.204620] dmm 4e000000.dmm: initialized all PAT entries
[ 13.312866] omapdrm omapdrm.0: [drm] Cannot find any crtc or sizes
[ 13.376159] ------------[ cut here ]------------
[ 13.380828] WARNING: CPU: 0 PID: 130 at drivers/gpu/drm/drm_bridge.c:1416 drm_bridge_hpd_enable+0x7c/0x80
[ 13.390502] Hot plug detection already enabled
[ 13.394989] Modules linked in: omapdrm(+) cec pvrsrvkm(O) omap_aes_driver c_can_platform libaes c_can pruss omap_wdt ahci_dwc ti_vpe ti_sc ti_csc ti_vpdma v4l2_mem2mem videobuf2_dma_contig videobuf2_memops videobuf2_v4l2 videobuf2_common videodev mc dwc3_omap omap_mailbox rtc_omap omap_des omap_crypto libdes extcon_palmas omap_sham omap_remoteproc crypto_engine virtio_rpmsg_bus rpmsg_ns rpmsg_core ti_tpd12s015 display_connector gdbserverproxy(O) cryptodev(O)
[ 13.435943] CPU: 0 PID: 130 Comm: systemd-udevd Tainted: G O 6.1.105-ti-g92ce8d7d2ab6 #1
[ 13.445465] Hardware name: Generic DRA72X (Flattened Device Tree)
[ 13.451599] unwind_backtrace from show_stack+0x10/0x14
[ 13.456848] show_stack from dump_stack_lvl+0x40/0x4c
[ 13.461944] dump_stack_lvl from __warn+0x7c/0x158
[ 13.466766] __warn from warn_slowpath_fmt+0x11c/0x1ac
[ 13.471923] warn_slowpath_fmt from drm_bridge_hpd_enable+0x7c/0x80
[ 13.478240] drm_bridge_hpd_enable from pdev_probe+0x5bc/0x75c [omapdrm]
[ 13.485076] pdev_probe [omapdrm] from platform_probe+0x5c/0xbc
[ 13.491119] platform_probe from really_probe+0xc8/0x2ec
[ 13.496459] really_probe from __driver_probe_device+0x88/0x1a0
[ 13.502410] __driver_probe_device from driver_probe_device+0x30/0x104
[ 13.508941] driver_probe_device from __driver_attach+0x90/0x174
[ 13.514984] __driver_attach from bus_for_each_dev+0x70/0xb0
[ 13.520690] bus_for_each_dev from bus_add_driver+0x164/0x1f0
[ 13.526458] bus_add_driver from driver_register+0x88/0x11c
[ 13.532073] driver_register from __platform_register_drivers+0x38/0x88
[ 13.538726] __platform_register_drivers from omap_drm_init+0x3c/0x50 [omapdrm]
[ 13.546142] omap_drm_init [omapdrm] from do_one_initcall+0x40/0x240
[ 13.552612] do_one_initcall from do_init_module+0x44/0x1d4
[ 13.558227] do_init_module from sys_finit_module+0xbc/0xf8
[ 13.563812] sys_finit_module from __sys_trace_return+0x0/0x10
[ 13.569702] Exception stack(0xf14fdfa8 to 0xf14fdff0)
[ 13.574768] dfa0: 00000000 00000000 00000011 b6d8a878 00000000 00020000
[ 13.582977] dfc0: 00000000 00000000 00000000 0000017b 00000000 0009ade8 00000007 00000000
[ 13.591186] dfe0: beb7f710 beb7f700 b6d85d2f b6cbb052
[ 13.596282] ---[ end trace 0000000000000000 ]---
Starting [0;1;39mRun pending postinsts[0m...
Starting [0;1;39mUpdate is Completed[0m...
[[0;32m OK [0m] Finished [0;1;39mUpdate is Completed[0m.
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
U-Boot SPL 2023.04-ti-g0853d7725220 (Oct 08 2024 - 22:59:40 +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... OK
U-Boot 2023.04-ti-g0853d7725220 (Oct 08 2024 - 22:59:40 +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... OK
Net:
Warning: ethernet@48484000 MAC addresses don't match:
Address in ROM is 44:ea:d8:17:c5:4e
Address in environment is 70:ff:76:1c:27:2d
eth2: ethernet@48484000
Hit any key to stop autoboot: 2 1 0
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
7877120 bytes read in 345 ms (21.8 MiB/s)
209192 bytes read in 12 ms (16.6 MiB/s)
Working FDT set to 88000000
Kernel image @ 0x82000000 [ 0x000000 - 0x783200 ]
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Working FDT set to 88000000
Loading Device Tree to 8fec9000, end 8fffffff ... OK
Working FDT set to 8fec9000
ft_fixup_clocks failed for DSP voltage domain:
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 6.1.105-ti-g92ce8d7d2ab6 (oe-user@oe-host) (arm-oe-linux-gnueabi-gcc (GCC) 11.5.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Tue Oct 8 22:45:21 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] efi: UEFI not found.
[ 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] 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] 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] cma: Reserved 64 MiB at 0xbc000000
[ 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 16 pages/cpu s34260 r8192 d23084 u65536
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 260100
[ 0.000000] Kernel command line: console=ttyS2,115200n8 root=PARTUUID=595bfe08-02 rw rootfstype=ext4 rootwait
[ 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] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 796112K/1046528K available (12288K kernel code, 1463K rwdata, 3252K rodata, 1024K init, 300K bss, 29232K reserved, 221184K cma-reserved, 196608K highmem)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] trace event string verifier disabled
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=16 to nr_cpu_ids=1.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 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.001434] 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.004272] Console: colour dummy device 80x30
[ 0.004302] Calibrating delay loop... 1993.93 BogoMIPS (lpj=9969664)
[ 0.062072] CPU: Testing write buffer coherency: ok
[ 0.062103] CPU0: Spectre v2: using ICIALLU workaround
[ 0.062103] CPU0: Spectre BHB: enabling loop workaround for all CPUs
[ 0.062103] pid_max: default: 32768 minimum: 301
[ 0.062255] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.062255] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.062866] /cpus/cpu@0 missing clock-frequency property
[ 0.062896] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.063507] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.063507] cblist_init_generic: Setting shift to 0 and lim to 1.
[ 0.063598] Setting up static identity map for 0x80100000 - 0x80100060
[ 0.063720] rcu: Hierarchical SRCU implementation.
[ 0.063720] rcu: Max phase no-delay instances is 1000.
[ 0.066131] EFI services will not be available.
[ 0.066253] smp: Bringing up secondary CPUs ...
[ 0.066253] smp: Brought up 1 node, 1 CPU
[ 0.066253] SMP: Total of 1 processors activated (1993.93 BogoMIPS).
[ 0.066284] CPU: All CPU(s) started in HYP mode.
[ 0.066284] CPU: Virtualization extensions available.
[ 0.066619] devtmpfs: initialized
[ 0.093048] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[ 0.093231] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.093231] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
[ 0.096710] pinctrl core: initialized pinctrl subsystem
[ 0.097412] DMI not present or invalid.
[ 0.097808] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.099548] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.100463] thermal_sys: Registered thermal governor 'step_wise'
[ 0.100524] cpuidle: using governor menu
[ 0.126831] platform ocp: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@e00/clock@20
[ 0.126892] platform ocp: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@700/clock@20
[ 0.129913] platform connector@0: Fixed dependency cycle(s) with /encoder@0
[ 0.130035] platform encoder@0: Fixed dependency cycle(s) with /connector@0
[ 0.130096] platform encoder@0: Fixed dependency cycle(s) with /ocp/target-module@58000000/dss@0/target-module@40000/encoder@0
[ 0.130554] No ATAGs?
[ 0.130584] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.130584] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.154846] iommu: Default domain type: Translated
[ 0.154846] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.156219] SCSI subsystem initialized
[ 0.156555] usbcore: registered new interface driver usbfs
[ 0.156585] usbcore: registered new interface driver hub
[ 0.156616] usbcore: registered new device driver usb
[ 0.157012] pps_core: LinuxPPS API ver. 1 registered
[ 0.157012] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti
[ 0.157043] PTP clock support registered
[ 0.157196] EDAC MC: Ver: 3.0.0
[ 0.164062] clocksource: Switched to clocksource 32k_counter
[ 0.171783] NET: Registered PF_INET protocol family
[ 0.173126] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.184356] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[ 0.184387] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.184387] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 0.184448] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.184692] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.184753] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.184783] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.184906] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.185302] RPC: Registered named UNIX socket transport module.
[ 0.185302] RPC: Registered udp transport module.
[ 0.185302] RPC: Registered tcp transport module.
[ 0.185302] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.185333] PCI: CLS 0 bytes, default 64
[ 0.185882] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
[ 0.186676] Initialise system trusted keyrings
[ 0.186859] workingset: timestamp_bits=30 max_order=18 bucket_order=0
[ 0.191680] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.192413] NFS: Registering the id_resolver key type
[ 0.192443] Key type id_resolver registered
[ 0.192443] Key type id_legacy registered
[ 0.192535] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.192535] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.192565] ntfs: driver 2.1.32 [Flags: R/O].
[ 0.193023] Key type asymmetric registered
[ 0.193023] Asymmetric key parser 'x509' registered
[ 0.193145] bounce: pool size: 64 pages
[ 0.193237] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 0.193267] io scheduler mq-deadline registered
[ 0.193267] io scheduler kyber registered
[ 0.276855] Serial: 8250/16550 driver, 5 ports, IRQ sharing enabled
[ 0.278808] STMicroelectronics ASC driver initialized
[ 0.297485] brd: module loaded
[ 0.304443] loop: module loaded
[ 0.308715] CAN device driver interface
[ 0.309051] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.309082] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.309112] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.309112] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.309906] pegasus: Pegasus/Pegasus II USB Ethernet driver
[ 0.309936] usbcore: registered new interface driver pegasus
[ 0.309967] usbcore: registered new interface driver asix
[ 0.309997] usbcore: registered new interface driver ax88179_178a
[ 0.310028] usbcore: registered new interface driver cdc_ether
[ 0.310058] usbcore: registered new interface driver smsc75xx
[ 0.310089] usbcore: registered new interface driver smsc95xx
[ 0.310119] usbcore: registered new interface driver net1080
[ 0.310150] usbcore: registered new interface driver cdc_subset
[ 0.310180] usbcore: registered new interface driver zaurus
[ 0.310241] usbcore: registered new interface driver cdc_ncm
[ 0.310882] usbcore: registered new interface driver usb-storage
[ 0.324523] i2c_dev: i2c /dev entries driver
[ 0.326873] sdhci: Secure Digital Host Controller Interface driver
[ 0.326873] sdhci: Copyright(c) Pierre Ossman
[ 0.327026] Synopsys Designware Multimedia Card Interface Driver
[ 0.327239] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.327819] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.328124] usbcore: registered new interface driver usbhid
[ 0.328124] usbhid: USB HID core driver
[ 0.330627] NET: Registered PF_INET6 protocol family
[ 0.334381] Segment Routing with IPv6
[ 0.334411] In-situ OAM (IOAM) with IPv6
[ 0.334472] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 0.334991] NET: Registered PF_PACKET protocol family
[ 0.334991] can: controller area network core
[ 0.335021] NET: Registered PF_CAN protocol family
[ 0.335052] can: raw protocol
[ 0.335052] can: broadcast manager protocol
[ 0.335052] can: netlink gateway - max_hops=1
[ 0.335235] Key type dns_resolver registered
[ 0.335296] ThumbEE CPU extension supported.
[ 0.335327] Registering SWP/SWPB emulation handler
[ 0.335784] omap_voltage_late_init: Voltage driver support not added
[ 0.335784] Power Management for TI OMAP4+ devices.
[ 0.336486] Loading compiled-in X.509 certificates
[ 0.427093] platform 4a000000.interconnect: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@d00/clock@20
[ 0.432983] pinctrl-single 4a003400.pinmux: 282 pins, size 1128
[ 0.484680] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
[ 0.511108] gpio gpiochip0: (gpio-0-31): not an immutable chip, please consider fixing it!
[ 0.511840] OMAP GPIO hardware version 0.1
[ 0.525390] ti-sysc: probe of 4ae18000.target-module failed with error -16
[ 0.544189] printk: console [ttyS2] disabled
[ 0.544250] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 98, base_baud = 3000000) is a 8250
[ 2.329498] printk: console [ttyS2] enabled
[ 2.341644] gpio gpiochip1: (gpio-32-63): not an immutable chip, please consider fixing it!
[ 2.351531] gpio gpiochip2: (gpio-64-95): not an immutable chip, please consider fixing it!
[ 2.361358] gpio gpiochip3: (gpio-96-127): not an immutable chip, please consider fixing it!
[ 2.371215] gpio gpiochip4: (gpio-128-159): not an immutable chip, please consider fixing it!
[ 2.381134] gpio gpiochip5: (gpio-160-191): not an immutable chip, please consider fixing it!
[ 2.391143] gpio gpiochip6: (gpio-192-223): not an immutable chip, please consider fixing it!
[ 2.401184] gpio gpiochip7: (gpio-224-255): not an immutable chip, please consider fixing it!
[ 2.416564] palmas 0-0058: Irq flag is 0x00000004
[ 2.446166] palmas 0-0058: Muxing GPIO 2f, PWM 0, LED 0
[ 2.480438] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
[ 2.493560] omap_rng 48090000.rng: Random Number Generator ver. 20
[ 2.499938] random: crng init done
[ 2.584167] davinci_mdio 48485000.mdio: davinci mdio revision 1.6, bus freq 1000000
[ 2.596740] davinci_mdio 48485000.mdio: phy[0]: device 48485000.mdio:00, driver Micrel KSZ9031 Gigabit PHY
[ 2.606506] davinci_mdio 48485000.mdio: phy[1]: device 48485000.mdio:01, driver Micrel KSZ9031 Gigabit PHY
[ 2.616882] cpsw-switch 48484000.switch: initialized cpsw ale version 1.4
[ 2.623718] cpsw-switch 48484000.switch: ALE Table size 1024
[ 2.629516] cpsw-switch 48484000.switch: cpts: overflow check period 500 (jiffies)
[ 2.637176] cpsw-switch 48484000.switch: CPTS: ref_clk_freq:266000000 calc_mult:4036623398 calc_shift:30 error:-1 nsec/sec
[ 2.648315] cpsw-switch 48484000.switch: Detected MACID = 44:ea:d8:17:c5:4e
[ 2.655364] cpsw-switch 48484000.switch: Detected MACID = 44:ea:d8:17:c5:4f
[ 2.664154] cpsw-switch 48484000.switch: initialized (regs 0x48484000, pool size 256) hw_ver:0019010F 1.15 (0)
[ 2.688537] ti-sysc: probe of 4882c000.target-module failed with error -16
[ 2.696258] ti-sysc: probe of 4882e000.target-module failed with error -16
[ 2.719757] dra7-pcie 51000000.pcie: host bridge /ocp/target-module@51000000/pcie@51000000 ranges:
[ 2.728881] dra7-pcie 51000000.pcie: IO 0x0020003000..0x0020012fff -> 0x0000000000
[ 2.737091] dra7-pcie 51000000.pcie: MEM 0x0020013000..0x002fffffff -> 0x0020013000
[ 2.745452] dra7-pcie 51000000.pcie: iATU unroll: disabled
[ 2.750976] dra7-pcie 51000000.pcie: iATU regions: 16 ob, 4 ib, align 4K, limit 4G
[ 2.858734] dra7-pcie 51000000.pcie: PCIe Gen.2 x1 link up
[ 2.864379] dra7-pcie 51000000.pcie: PCI host bridge to bus 0000:00
[ 2.870697] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 2.876220] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 2.882446] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
[ 2.889404] pci 0000:00:00.0: [104c:8888] type 01 class 0x060400
[ 2.895477] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x000fffff]
[ 2.901763] pci 0000:00:00.0: reg 0x14: [mem 0x00000000-0x0000ffff]
[ 2.908142] pci 0000:00:00.0: supports D1
[ 2.912170] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 2.925506] PCI: bus0: Fast back to back transfers disabled
[ 2.931274] pci 0000:01:00.0: [1912:0014] type 00 class 0x0c0330
[ 2.937408] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00001fff 64bit]
[ 2.944610] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 3.134155] PCI: bus1: Fast back to back transfers disabled
[ 3.139801] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff]
[ 3.146636] pci 0000:00:00.0: BAR 8: assigned [mem 0x20200000-0x202fffff]
[ 3.153472] pci 0000:00:00.0: BAR 1: assigned [mem 0x20020000-0x2002ffff]
[ 3.160308] pci 0000:01:00.0: BAR 0: assigned [mem 0x20200000-0x20201fff 64bit]
[ 3.167694] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[ 3.172973] pci 0000:00:00.0: bridge window [mem 0x20200000-0x202fffff]
[ 3.180175] pcieport 0000:00:00.0: PME: Signaling with IRQ 129
[ 3.186218] pci 0000:01:00.0: enabling device (0140 -> 0142)
[ 3.192138] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 3.197479] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[ 3.210723] xhci_hcd 0000:01:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000410
[ 3.220581] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 3.225860] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[ 3.233306] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[ 3.240234] hub 1-0:1.0: USB hub found
[ 3.244049] hub 1-0:1.0: 4 ports detected
[ 3.248748] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 3.257385] hub 2-0:1.0: USB hub found
[ 3.261169] hub 2-0:1.0: 4 ports detected
[ 3.272308] edma 43300000.dma: memcpy is disabled
[ 3.280670] edma 43300000.dma: TI EDMA DMA engine driver
[ 3.292694] omap-iommu 40d01000.mmu: 40d01000.mmu registered
[ 3.300598] omap-iommu 40d02000.mmu: 40d02000.mmu registered
[ 3.307586] platform 40800000.dsp: Adding to iommu group 0
[ 3.314910] platform 58820000.ipu: Adding to iommu group 1
[ 3.320587] omap-iommu 58882000.mmu: 58882000.mmu registered
[ 3.328613] platform 55020000.ipu: Adding to iommu group 2
[ 3.334411] omap-iommu 55082000.mmu: 55082000.mmu registered
[ 3.345367] spi-nor spi0.0: s25fl256s1 (32768 Kbytes)
[ 3.350646] 7 fixed-partitions partitions found on MTD device spi0.0
[ 3.357086] Creating 7 MTD partitions on "spi0.0":
[ 3.361907] 0x000000000000-0x000000040000 : "QSPI.SPL"
[ 3.368347] 0x000000040000-0x000000140000 : "QSPI.u-boot"
[ 3.375061] 0x000000140000-0x0000001c0000 : "QSPI.u-boot-spl-os"
[ 3.382019] 0x0000001c0000-0x0000001d0000 : "QSPI.u-boot-env"
[ 3.388763] 0x0000001d0000-0x0000001e0000 : "QSPI.u-boot-env.backup1"
[ 3.396423] 0x0000001e0000-0x0000009e0000 : "QSPI.kernel"
[ 3.402801] 0x0000009e0000-0x000002000000 : "QSPI.file-system"
[ 3.422149] ti-sysc 4ae06000.target-module: Failed to create device link (0x180) with ocp
[ 3.440979] palmas-rtc 48070000.i2c:tps659038@58:tps659038_rtc: registered as rtc0
[ 3.449707] palmas-rtc 48070000.i2c:tps659038@58:tps659038_rtc: setting system clock to 2000-01-01T00:00:54 UTC (946684854)
[ 3.462768] omap_gpio 4805d000.gpio: Could not set line 27 debounce to 200000 microseconds (-22)
[ 3.472473] sdhci-omap 480b4000.mmc: supply pbias not found, using dummy regulator
[ 3.482116] clk: Disabling unused clocks
[ 3.487823] sdhci-omap 4809c000.mmc: Got CD GPIO
[ 3.493774] sdhci-omap 4809c000.mmc: no pinctrl state for ddr_3_3v mode
[ 3.516876] mmc1: SDHCI controller on 480b4000.mmc [480b4000.mmc] using ADMA
[ 3.524566] mmc0: SDHCI controller on 4809c000.mmc [4809c000.mmc] using ADMA
[ 3.532409] Waiting for root device PARTUUID=595bfe08-02...
[ 3.583892] mmc0: new high speed SDHC card at address b368
[ 3.591064] mmcblk0: mmc0:b368 USD00 14.7 GiB
[ 3.597320] mmcblk0: p1 p2 p3
[ 3.671783] mmc1: new DDR MMC card at address 0001
[ 3.677673] mmcblk1: mmc1:0001 R1J56L 13.8 GiB
[ 3.684356] mmcblk1boot0: mmc1:0001 R1J56L 4.00 MiB
[ 3.691467] mmcblk1boot1: mmc1:0001 R1J56L 4.00 MiB
[ 3.697448] EXT4-fs (mmcblk0p2): 1 orphan inode deleted
[ 3.702728] EXT4-fs (mmcblk0p2): recovery complete
[ 3.708129] mmcblk1rpmb: mmc1:0001 R1J56L 128 KiB, chardev (243:0)
[ 3.732757] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: disabled.
[ 3.741760] VFS: Mounted root (ext4 filesystem) on device 179:2.
[ 3.749084] devtmpfs: mounted
[ 3.752593] Freeing unused kernel image (initmem) memory: 1024K
[ 3.758911] Run /sbin/init as init process
[ 4.095336] systemd[1]: System time before build time, advancing clock.
[ 4.127380] systemd[1]: systemd 250.5+ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)
[ 4.159851] systemd[1]: Detected architecture arm.
Welcome to [1mArago 2023.10[0m!
[ 4.206176] systemd[1]: Hostname set to .
[ 4.377502] systemd-sysv-generator[87]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 4.402984] systemd-sysv-generator[87]: SysV service '/etc/init.d/gdbserverproxy' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 4.667114] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 4.732666] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 4.812255] systemd[1]: Queued start job for default target Graphical Interface.
[ 4.821807] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 4.855865] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 4.895111] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 4.935424] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 4.974456] 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.
[ 5.014465] 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.
[ 5.055328] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 5.094299] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 5.134246] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 5.174682] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 5.225250] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 5.264709] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 5.314910] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 5.355163] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 5.430480] systemd[1]: Journal Audit Socket was skipped because of a failed condition check (ConditionSecurity=audit).
[ 5.442047] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 5.474761] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 5.515594] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 5.554748] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 5.595306] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 5.634582] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 5.675415] systemd[1]: Huge Pages File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[ 5.714385] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 5.732421] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 5.804412] systemd[1]: Mounting Kernel Trace File System...
Mounting [0;1;39mKernel Trace File System[0m...
[ 5.874420] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 5.944671] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 5.988128] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 6.064636] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 6.134643] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 6.214630] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 6.274688] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 6.284362] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 6.298400] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[ 6.311767] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[ 6.344909] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 6.404602] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 6.442932] cryptodev: loading out-of-tree module taints kernel.
[ 6.454559] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel co[ 6.467193] cryptodev: driver 1.12 loaded.
mmand line[0m...
[ 6.504821] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 6.538513] systemd[1]: Starting Coldplug All udev Devices...
[ 6.574188] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: disabled.
Starting [0;1;39mColdplug All udev Devices[0m...
[ 6.620727] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 6.674591] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Trace File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mTemporary Directory /tmp[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate List of Static Device Nodes[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mStart psplash boot splash screen[0m.
See 'systemctl status psplash-start.service' for details.
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mStarprogress communication helper[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m.
[[0;32m OK [0m] Finished [0;1;39mGenerate network units from Kernel command line[0m.
[[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m.
Mounting [0;1;39mKernel Configuration File System[0m...
Starting [0;1;39mFlush Journal to Persistent Storage[0m...
Starting [0;1;39mApply Kernel Variables[0m...
[ 7.254516] systemd-journald[99]: Received client request to flush runtime journal.
Starting [0;1;39mCreate System Users[0m...
[[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m.
[[0;32m OK [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m.
[[0;32m OK [0m] Finished [0;1;39mApply Kernel Variables[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;39mCreate Static Device Nodes in /dev[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Local File Systems[0m.
Mounting [0;1;39m/media/ram[0m...
Mounting [0;1;39m/var/volatile[0m...
Starting [0;1;39mRule-based Managefor Device Events and Files[0m...
[[0;32m OK [0m] Mounted [0;1;39m/media/ram[0m.
[[0;32m OK [0m] Mounted [0;1;39m/var/volatile[0m.
Starting [0;1;39mLoad/Save Random Seed[0m...
[[0;32m OK [0m] Reached target [0;1;39mLocal File Systems[0m.
Starting [0;1;39mRebuild Dynamic Linker Cache[0m...
Starting [0;1;39mCreate Volatile Files and Directories[0m...
[[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m.
Starting [0;1;39mRebuild Journal Catalog[0m...
Starting [0;1;39mNetwork Time Synchronization[0m...
Starting [0;1;39mRecord System Boot/Shutdown in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord System Boot/Shutdown in UTMP[0m.
[[0;32m OK [0m] Finished [0;1;39mRebuild Journal Catalog[0m.
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[0m.
[ 8.883209] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
[ 8.944244] omap-sham 4b101000.sham: will run requests pump with realtime priority
[ 9.132843] omap-sham 42701000.sham: hw accel on OMAP rev 4.3
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.[ 9.161773] omap-sham 42701000.sham: will run requests pump with realtime priority
[ 9.234405] omap_gpio 4805b000.gpio: Could not set line 7 debounce to 20000 microseconds (-22)
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.
[ 9.462738] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
[ 9.535003] omap-des 480a5000.des: will run requests pump with realtime priority
[ 9.817657] omap_rtc 48838000.rtc: registered as rtc1
[ 9.838470] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
[ 9.908386] omap-rproc 58820000.ipu: assigned reserved memory node ipu1-memory@9d000000
[ 9.917938] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
[ 9.992980] remoteproc remoteproc0: 58820000.ipu is available
[ 10.044647] mc: Linux media interface: v0.10
[ 10.105499] omap-rproc 55020000.ipu: assigned reserved memory node ipu2-memory@95800000
[ 10.200134] remoteproc remoteproc1: 55020000.ipu is available
[ 10.237701] videodev: Linux video capture interface: v2.00
[ 10.275024] omap-rproc 40800000.dsp: assigned reserved memory node dsp1-memory@99000000
[ 10.283142] remoteproc remoteproc2: 40800000.dsp is available
[ 10.402587] remoteproc remoteproc0: powering up 58820000.ipu
[ 10.440765] remoteproc remoteproc0: Booting fw image dra7-ipu1-fw.xem4, size 4925324
[ 10.508972] omap-iommu 58882000.mmu: 58882000.mmu: version 2.1
[ 10.590820] rproc-virtio rproc-virtio.1.auto: assigned reserved memory node ipu1-memory@9d000000
[ 10.640991] remoteproc remoteproc1: powering up 55020000.ipu
[ 10.680541] remoteproc remoteproc1: Booting fw image dra7-ipu2-fw.xem4, size 4925424
[ 10.774261] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
[ 10.789367] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 10.834716] rproc-virtio rproc-virtio.1.auto: registered virtio0 (type 7)
[ 10.841552] remoteproc remoteproc0: remote processor 58820000.ipu is now up
[ 10.959869] remoteproc remoteproc2: powering up 40800000.dsp
[ 10.967407] ahci-dwc 4a140000.sata: supply ahci not found, using dummy regulator
[ 10.994537] remoteproc remoteproc2: Booting fw image dra7-dsp1-fw.xe66, size 5611192
[ 11.021148] ahci-dwc 4a140000.sata: supply phy not found, using dummy regulator
[ 11.039154] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[ 11.046783] vpe 489d0000.vpe: loading firmware vpdma-1b8.bin
[ 11.082550] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0
[ 11.088531] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0
[ 11.105072] ahci-dwc 4a140000.sata: supply target not found, using dummy regulator
[ 11.140167] ahci-dwc 4a140000.sata: forcing port_map 0x0 -> 0x1
[ 11.163269] virtio_rpmsg_bus virtio0: malformed ns msg (72)
[ 11.182098] virtio_rpmsg_bus virtio0: malformed ns msg (72)
[ 11.202301] ahci-dwc 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
[ 11.214019] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
[ 11.235198] c_can_platform 4ae3c000.can: c_can_platform device registered (regs=72e9c9ce, irq=157)
[ 11.254364] virtio_rpmsg_bus virtio0: malformed ns msg (72)
[ 11.265747] omap-aes 4b500000.aes: will run requests pump with realtime priority
[ 11.306640] ahci-dwc 4a140000.sata: flags: 64bit ncq sntf pm led clo only pmp pio slum part ccc apst
[ 11.324218] virtio_rpmsg_bus virtio0: malformed ns msg (72)
[ 11.397521] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
[ 11.409362] omap-aes 4b700000.aes: will run requests pump with realtime priority
[ 11.431152] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node dsp1-memory@99000000
[ 11.440307] vpe 489d0000.vpe: Device registered as /dev/video0
[ 11.619506] scsi host0: ahci-dwc
[ 11.622955] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 156
[[0m[0;31m* [0m] A start job is running for Rebuild namic Linker Cache (6s / no limit)
[ 11.661499] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 11.698089] rproc-virtio rproc-virtio.3.auto: registered virtio1 (type 7)
M
[K[[0;32m OK [0m] Finished [0;1;39mRebuild Dynamic Link[ 11.803741] remoteproc remoteproc2: remote processor 40800000.dsp is now up
er Cache[0m.
[K[ 11.919586] virtio_rpmsg_bus virtio1: malformed ns msg (72)
Starting [0;1;39mRun pending postinsts[0m...
[ 11.986846] virtio_rpmsg_bus virtio1: malformed ns msg (72)
Starting [0;1;39mUpdate is Completed[0m...
[ 12.084838] ata1: SATA link down (SStatus 0 SControl 300)
[ 12.093109] virtio_rpmsg_bus virtio1: malformed ns msg (72)
[ 12.204162] virtio_rpmsg_bus virtio1: malformed ns msg (72)
[ 12.302612] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node ipu2-memory@95800000
[ 12.380371] [drm] Initialized pvr 1.17.4948957 20110701 for 56000000.gpu on minor 0
[ 12.388488] DSS: OMAP DSS rev 6.1
[ 12.444458] virtio_rpmsg_bus virtio2: rpmsg host is online
[[0;32m OK [0m] Finished [0;1;39mUpdate is Completed[0m.
[ 12.550445] rproc-virtio rproc-virtio.2.auto: registered virtio2 (type 7)
[ 12.609130] remoteproc remoteproc1: remote processor 55020000.ipu is now up
[ 12.714935] virtio_rpmsg_bus virtio2: malformed ns msg (72)
[ 12.720520] virtio_rpmsg_bus virtio2: malformed ns msg (72)
[ 12.858154] virtio_rpmsg_bus virtio2: malformed ns msg (72)
[ 12.863769] virtio_rpmsg_bus virtio2: malformed ns msg (72)
[ 13.062683] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops [omapdrm])
[ 13.188507] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_component_ops [omapdrm])
[ 13.314971] dmm 4e000000.dmm: workaround for errata i878 in use
[ 13.400299] dmm 4e000000.dmm: initialized all PAT entries
[ 13.517181] omapdrm omapdrm.0: [drm] Cannot find any crtc or sizes
[ 13.606811] ------------[ cut here ]------------
[ 13.611480] WARNING: CPU: 0 PID: 124 at drivers/gpu/drm/drm_bridge.c:1416 drm_bridge_hpd_enable+0x7c/0x80
[ 13.621154] Hot plug detection already enabled
[ 13.625610] Modules linked in: omapdrm(+) cec pvrsrvkm(O) c_can_platform c_can omap_aes_driver pruss libaes omap_wdt ti_vpe ti_sc ahci_dwc ti_csc ti_vpdma v4l2_mem2mem videobuf2_dma_contig videobuf2_memops videobuf2_v4l2 videobuf2_common videodev mc dwc3_omap omap_mailbox rtc_omap omap_des omap_crypto libdes extcon_palmas omap_sham crypto_engine omap_remoteproc virtio_rpmsg_bus rpmsg_ns rpmsg_core ti_tpd12s015 display_connector gdbserverproxy(O) cryptodev(O)
[ 13.666564] CPU: 0 PID: 124 Comm: systemd-udevd Tainted: G O 6.1.105-ti-g92ce8d7d2ab6 #1
[ 13.676116] Hardware name: Generic DRA72X (Flattened Device Tree)
[ 13.682220] unwind_backtrace from show_stack+0x10/0x14
[ 13.687499] show_stack from dump_stack_lvl+0x40/0x4c
[ 13.692565] dump_stack_lvl from __warn+0x7c/0x158
[ 13.697387] __warn from warn_slowpath_fmt+0x11c/0x1ac
[ 13.702575] warn_slowpath_fmt from drm_bridge_hpd_enable+0x7c/0x80
[ 13.708862] drm_bridge_hpd_enable from pdev_probe+0x5bc/0x75c [omapdrm]
[ 13.715698] pdev_probe [omapdrm] from platform_probe+0x5c/0xbc
[ 13.721740] platform_probe from really_probe+0xc8/0x2ec
[ 13.727081] really_probe from __driver_probe_device+0x88/0x1a0
[ 13.733032] __driver_probe_device from driver_probe_device+0x30/0x104
[ 13.739593] driver_probe_device from __driver_attach+0x90/0x174
[ 13.745635] __driver_attach from bus_for_each_dev+0x70/0xb0
[ 13.751312] bus_for_each_dev from bus_add_driver+0x164/0x1f0
[ 13.757110] bus_add_driver from driver_register+0x88/0x11c
[ 13.762695] driver_register from __platform_register_drivers+0x38/0x88
[ 13.769348] __platform_register_drivers from omap_drm_init+0x3c/0x50 [omapdrm]
[ 13.776794] omap_drm_init [omapdrm] from do_one_initcall+0x40/0x240
[ 13.783264] do_one_initcall from do_init_module+0x44/0x1d4
[ 13.788848] do_init_module from sys_finit_module+0xbc/0xf8
[ 13.794464] sys_finit_module from __sys_trace_return+0x0/0x10
[ 13.800323] Exception stack(0xf14b1fa8 to 0xf14b1ff0)
[ 13.805419] 1fa0: 00000000 00000000 00000011 b6cca878 00000000 00020000
[ 13.813629] 1fc0: 00000000 00000000 00000000 0000017b 00000000 0009a2d8 00000007 00000000
[ 13.821838] 1fe0: becc9710 becc9700 b6cc5d2f b6bfb052
[ 13.826965] ---[ end trace 0000000000000000 ]---
[[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (9s / no limit)
M
[K[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
[K
U-Boot SPL 2023.04-ti-g0853d7725220 (Oct 08 2024 - 22:59:40 +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... OK
U-Boot 2023.04-ti-g0853d7725220 (Oct 08 2024 - 22:59:40 +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... OK
Net:
Warning: ethernet@48484000 MAC addresses don't match:
Address in ROM is 44:ea:d8:17:c5:4e
Address in environment is 70:ff:76:1c:27:2d
eth2: ethernet@48484000
Hit any key to stop autoboot: 2 1 0
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
7877120 bytes read in 345 ms (21.8 MiB/s)
209192 bytes read in 12 ms (16.6 MiB/s)
Working FDT set to 88000000
Kernel image @ 0x82000000 [ 0x000000 - 0x783200 ]
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Working FDT set to 88000000
Loading Device Tree to 8fec9000, end 8fffffff ... OK
Working FDT set to 8fec9000
ft_fixup_clocks failed for DSP voltage domain:
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 6.1.105-ti-g92ce8d7d2ab6 (oe-user@oe-host) (arm-oe-linux-gnueabi-gcc (GCC) 11.5.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Tue Oct 8 22:45:21 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] efi: UEFI not found.
[ 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] 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] 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] cma: Reserved 64 MiB at 0xbc000000
[ 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 16 pages/cpu s34260 r8192 d23084 u65536
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 260100
[ 0.000000] Kernel command line: console=ttyS2,115200n8 root=PARTUUID=595bfe08-02 rw rootfstype=ext4 rootwait
[ 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] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 796112K/1046528K available (12288K kernel code, 1463K rwdata, 3252K rodata, 1024K init, 300K bss, 29232K reserved, 221184K cma-reserved, 196608K highmem)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] trace event string verifier disabled
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=16 to nr_cpu_ids=1.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 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.001434] 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.004272] Console: colour dummy device 80x30
[ 0.004302] Calibrating delay loop... 1993.93 BogoMIPS (lpj=9969664)
[ 0.062072] CPU: Testing write buffer coherency: ok
[ 0.062103] CPU0: Spectre v2: using ICIALLU workaround
[ 0.062103] CPU0: Spectre BHB: enabling loop workaround for all CPUs
[ 0.062103] pid_max: default: 32768 minimum: 301
[ 0.062255] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.062255] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.062866] /cpus/cpu@0 missing clock-frequency property
[ 0.062896] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.063507] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.063507] cblist_init_generic: Setting shift to 0 and lim to 1.
[ 0.063598] Setting up static identity map for 0x80100000 - 0x80100060
[ 0.063720] rcu: Hierarchical SRCU implementation.
[ 0.063720] rcu: Max phase no-delay instances is 1000.
[ 0.066131] EFI services will not be available.
[ 0.066253] smp: Bringing up secondary CPUs ...
[ 0.066253] smp: Brought up 1 node, 1 CPU
[ 0.066253] SMP: Total of 1 processors activated (1993.93 BogoMIPS).
[ 0.066284] CPU: All CPU(s) started in HYP mode.
[ 0.066284] CPU: Virtualization extensions available.
[ 0.066589] devtmpfs: initialized
[ 0.093048] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[ 0.093231] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.093231] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
[ 0.096801] pinctrl core: initialized pinctrl subsystem
[ 0.097473] DMI not present or invalid.
[ 0.097869] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.099609] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.100524] thermal_sys: Registered thermal governor 'step_wise'
[ 0.100585] cpuidle: using governor menu
[ 0.126861] platform ocp: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@e00/clock@20
[ 0.126892] platform ocp: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@700/clock@20
[ 0.129943] platform connector@0: Fixed dependency cycle(s) with /encoder@0
[ 0.130035] platform encoder@0: Fixed dependency cycle(s) with /connector@0
[ 0.130096] platform encoder@0: Fixed dependency cycle(s) with /ocp/target-module@58000000/dss@0/target-module@40000/encoder@0
[ 0.130554] No ATAGs?
[ 0.130584] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.130615] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.154846] iommu: Default domain type: Translated
[ 0.154846] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.156219] SCSI subsystem initialized
[ 0.156555] usbcore: registered new interface driver usbfs
[ 0.156616] usbcore: registered new interface driver hub
[ 0.156616] usbcore: registered new device driver usb
[ 0.157012] pps_core: LinuxPPS API ver. 1 registered
[ 0.157012] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti
[ 0.157043] PTP clock support registered
[ 0.157196] EDAC MC: Ver: 3.0.0
[ 0.164062] clocksource: Switched to clocksource 32k_counter
[ 0.173400] NET: Registered PF_INET protocol family
[ 0.173614] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.184356] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[ 0.184387] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.184387] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 0.184448] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.184692] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.184753] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.184783] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.184906] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.185302] RPC: Registered named UNIX socket transport module.
[ 0.185302] RPC: Registered udp transport module.
[ 0.185333] RPC: Registered tcp transport module.
[ 0.185333] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.185333] PCI: CLS 0 bytes, default 64
[ 0.185882] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
[ 0.186676] Initialise system trusted keyrings
[ 0.186828] workingset: timestamp_bits=30 max_order=18 bucket_order=0
[ 0.191650] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.192382] NFS: Registering the id_resolver key type
[ 0.192443] Key type id_resolver registered
[ 0.192443] Key type id_legacy registered
[ 0.192504] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.192535] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.192565] ntfs: driver 2.1.32 [Flags: R/O].
[ 0.193023] Key type asymmetric registered
[ 0.193023] Asymmetric key parser 'x509' registered
[ 0.193145] bounce: pool size: 64 pages
[ 0.193237] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 0.193237] io scheduler mq-deadline registered
[ 0.193267] io scheduler kyber registered
[ 0.277801] Serial: 8250/16550 driver, 5 ports, IRQ sharing enabled
[ 0.279724] STMicroelectronics ASC driver initialized
[ 0.300537] brd: module loaded
[ 0.305053] loop: module loaded
[ 0.309295] CAN device driver interface
[ 0.309661] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.309661] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.309692] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.309722] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.310485] pegasus: Pegasus/Pegasus II USB Ethernet driver
[ 0.310516] usbcore: registered new interface driver pegasus
[ 0.310546] usbcore: registered new interface driver asix
[ 0.310577] usbcore: registered new interface driver ax88179_178a
[ 0.310607] usbcore: registered new interface driver cdc_ether
[ 0.310638] usbcore: registered new interface driver smsc75xx
[ 0.310699] usbcore: registered new interface driver smsc95xx
[ 0.310699] usbcore: registered new interface driver net1080
[ 0.310729] usbcore: registered new interface driver cdc_subset
[ 0.310760] usbcore: registered new interface driver zaurus
[ 0.310821] usbcore: registered new interface driver cdc_ncm
[ 0.311492] usbcore: registered new interface driver usb-storage
[ 0.324523] i2c_dev: i2c /dev entries driver
[ 0.326873] sdhci: Secure Digital Host Controller Interface driver
[ 0.326873] sdhci: Copyright(c) Pierre Ossman
[ 0.327026] Synopsys Designware Multimedia Card Interface Driver
[ 0.327239] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.327850] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.328124] usbcore: registered new interface driver usbhid
[ 0.328124] usbhid: USB HID core driver
[ 0.330627] NET: Registered PF_INET6 protocol family
[ 0.334716] Segment Routing with IPv6
[ 0.334747] In-situ OAM (IOAM) with IPv6
[ 0.334838] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 0.335327] NET: Registered PF_PACKET protocol family
[ 0.335327] can: controller area network core
[ 0.335357] NET: Registered PF_CAN protocol family
[ 0.335388] can: raw protocol
[ 0.335388] can: broadcast manager protocol
[ 0.335388] can: netlink gateway - max_hops=1
[ 0.335540] Key type dns_resolver registered
[ 0.335601] ThumbEE CPU extension supported.
[ 0.335632] Registering SWP/SWPB emulation handler
[ 0.336090] omap_voltage_late_init: Voltage driver support not added
[ 0.336120] Power Management for TI OMAP4+ devices.
[ 0.336791] Loading compiled-in X.509 certificates
[ 0.427093] platform 4a000000.interconnect: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@d00/clock@20
[ 0.432952] pinctrl-single 4a003400.pinmux: 282 pins, size 1128
[ 0.485473] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
[ 0.511108] gpio gpiochip0: (gpio-0-31): not an immutable chip, please consider fixing it!
[ 0.511810] OMAP GPIO hardware version 0.1
[ 0.525390] ti-sysc: probe of 4ae18000.target-module failed with error -16
[ 0.544189] printk: console [ttyS2] disabled
[ 0.544250] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 98, base_baud = 3000000) is a 8250
[ 2.329132] printk: console [ttyS2] enabled
[ 2.341308] gpio gpiochip1: (gpio-32-63): not an immutable chip, please consider fixing it!
[ 2.351165] gpio gpiochip2: (gpio-64-95): not an immutable chip, please consider fixing it!
[ 2.361022] gpio gpiochip3: (gpio-96-127): not an immutable chip, please consider fixing it!
[ 2.370849] gpio gpiochip4: (gpio-128-159): not an immutable chip, please consider fixing it!
[ 2.380798] gpio gpiochip5: (gpio-160-191): not an immutable chip, please consider fixing it!
[ 2.390808] gpio gpiochip6: (gpio-192-223): not an immutable chip, please consider fixing it!
[ 2.400817] gpio gpiochip7: (gpio-224-255): not an immutable chip, please consider fixing it!
[ 2.416320] palmas 0-0058: Irq flag is 0x00000004
[ 2.446166] palmas 0-0058: Muxing GPIO 2f, PWM 0, LED 0
[ 2.480468] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
[ 2.493682] omap_rng 48090000.rng: Random Number Generator ver. 20
[ 2.500030] random: crng init done
[ 2.584136] davinci_mdio 48485000.mdio: davinci mdio revision 1.6, bus freq 1000000
[ 2.596618] davinci_mdio 48485000.mdio: phy[0]: device 48485000.mdio:00, driver Micrel KSZ9031 Gigabit PHY
[ 2.606384] davinci_mdio 48485000.mdio: phy[1]: device 48485000.mdio:01, driver Micrel KSZ9031 Gigabit PHY
[ 2.616729] cpsw-switch 48484000.switch: initialized cpsw ale version 1.4
[ 2.623565] cpsw-switch 48484000.switch: ALE Table size 1024
[ 2.629364] cpsw-switch 48484000.switch: cpts: overflow check period 500 (jiffies)
[ 2.637023] cpsw-switch 48484000.switch: CPTS: ref_clk_freq:266000000 calc_mult:4036623398 calc_shift:30 error:-1 nsec/sec
[ 2.648193] cpsw-switch 48484000.switch: Detected MACID = 44:ea:d8:17:c5:4e
[ 2.655212] cpsw-switch 48484000.switch: Detected MACID = 44:ea:d8:17:c5:4f
[ 2.664001] cpsw-switch 48484000.switch: initialized (regs 0x48484000, pool size 256) hw_ver:0019010F 1.15 (0)
[ 2.688446] ti-sysc: probe of 4882c000.target-module failed with error -16
[ 2.696136] ti-sysc: probe of 4882e000.target-module failed with error -16
[ 2.719665] dra7-pcie 51000000.pcie: host bridge /ocp/target-module@51000000/pcie@51000000 ranges:
[ 2.728790] dra7-pcie 51000000.pcie: IO 0x0020003000..0x0020012fff -> 0x0000000000
[ 2.736968] dra7-pcie 51000000.pcie: MEM 0x0020013000..0x002fffffff -> 0x0020013000
[ 2.745330] dra7-pcie 51000000.pcie: iATU unroll: disabled
[ 2.750854] dra7-pcie 51000000.pcie: iATU regions: 16 ob, 4 ib, align 4K, limit 4G
[ 2.858612] dra7-pcie 51000000.pcie: PCIe Gen.2 x1 link up
[ 2.864288] dra7-pcie 51000000.pcie: PCI host bridge to bus 0000:00
[ 2.870574] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 2.876129] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 2.882324] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
[ 2.889282] pci 0000:00:00.0: [104c:8888] type 01 class 0x060400
[ 2.895355] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x000fffff]
[ 2.901672] pci 0000:00:00.0: reg 0x14: [mem 0x00000000-0x0000ffff]
[ 2.908020] pci 0000:00:00.0: supports D1
[ 2.912078] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 2.925384] PCI: bus0: Fast back to back transfers disabled
[ 2.931152] pci 0000:01:00.0: [1912:0014] type 00 class 0x0c0330
[ 2.937286] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00001fff 64bit]
[ 2.944488] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 3.134155] PCI: bus1: Fast back to back transfers disabled
[ 3.139801] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff]
[ 3.146636] pci 0000:00:00.0: BAR 8: assigned [mem 0x20200000-0x202fffff]
[ 3.153472] pci 0000:00:00.0: BAR 1: assigned [mem 0x20020000-0x2002ffff]
[ 3.160308] pci 0000:01:00.0: BAR 0: assigned [mem 0x20200000-0x20201fff 64bit]
[ 3.167694] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[ 3.172973] pci 0000:00:00.0: bridge window [mem 0x20200000-0x202fffff]
[ 3.180175] pcieport 0000:00:00.0: PME: Signaling with IRQ 129
[ 3.186218] pci 0000:01:00.0: enabling device (0140 -> 0142)
[ 3.192138] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 3.197448] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[ 3.210693] xhci_hcd 0000:01:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000410
[ 3.220550] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 3.225830] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[ 3.233276] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[ 3.240203] hub 1-0:1.0: USB hub found
[ 3.244018] hub 1-0:1.0: 4 ports detected
[ 3.248687] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 3.257354] hub 2-0:1.0: USB hub found
[ 3.261138] hub 2-0:1.0: 4 ports detected
[ 3.272277] edma 43300000.dma: memcpy is disabled
[ 3.280609] edma 43300000.dma: TI EDMA DMA engine driver
[ 3.292633] omap-iommu 40d01000.mmu: 40d01000.mmu registered
[ 3.300567] omap-iommu 40d02000.mmu: 40d02000.mmu registered
[ 3.307556] platform 40800000.dsp: Adding to iommu group 0
[ 3.314880] platform 58820000.ipu: Adding to iommu group 1
[ 3.320556] omap-iommu 58882000.mmu: 58882000.mmu registered
[ 3.328582] platform 55020000.ipu: Adding to iommu group 2
[ 3.334381] omap-iommu 55082000.mmu: 55082000.mmu registered
[ 3.345336] spi-nor spi0.0: s25fl256s1 (32768 Kbytes)
[ 3.350616] 7 fixed-partitions partitions found on MTD device spi0.0
[ 3.357055] Creating 7 MTD partitions on "spi0.0":
[ 3.361846] 0x000000000000-0x000000040000 : "QSPI.SPL"
[ 3.368286] 0x000000040000-0x000000140000 : "QSPI.u-boot"
[ 3.375030] 0x000000140000-0x0000001c0000 : "QSPI.u-boot-spl-os"
[ 3.381988] 0x0000001c0000-0x0000001d0000 : "QSPI.u-boot-env"
[ 3.388732] 0x0000001d0000-0x0000001e0000 : "QSPI.u-boot-env.backup1"
[ 3.396392] 0x0000001e0000-0x0000009e0000 : "QSPI.kernel"
[ 3.402770] 0x0000009e0000-0x000002000000 : "QSPI.file-system"
[ 3.422119] ti-sysc 4ae06000.target-module: Failed to create device link (0x180) with ocp
[ 3.441040] palmas-rtc 48070000.i2c:tps659038@58:tps659038_rtc: registered as rtc0
[ 3.449798] palmas-rtc 48070000.i2c:tps659038@58:tps659038_rtc: setting system clock to 2000-01-01T00:01:16 UTC (946684876)
[ 3.462829] omap_gpio 4805d000.gpio: Could not set line 27 debounce to 200000 microseconds (-22)
[ 3.472534] sdhci-omap 480b4000.mmc: supply pbias not found, using dummy regulator
[ 3.482177] clk: Disabling unused clocks
[ 3.487884] sdhci-omap 4809c000.mmc: Got CD GPIO
[ 3.493804] sdhci-omap 4809c000.mmc: no pinctrl state for ddr_3_3v mode
[ 3.516906] mmc1: SDHCI controller on 480b4000.mmc [480b4000.mmc] using ADMA
[ 3.524627] mmc0: SDHCI controller on 4809c000.mmc [4809c000.mmc] using ADMA
[ 3.532440] Waiting for root device PARTUUID=595bfe08-02...
[ 3.583892] mmc0: new high speed SDHC card at address b368
[ 3.591064] mmcblk0: mmc0:b368 USD00 14.7 GiB
[ 3.597351] mmcblk0: p1 p2 p3
[ 3.671661] mmc1: new DDR MMC card at address 0001
[ 3.684600] EXT4-fs (mmcblk0p2): recovery complete
[ 3.689605] mmcblk1: mmc1:0001 R1J56L 13.8 GiB
[ 3.695556] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: disabled.
[ 3.705139] mmcblk1boot0: mmc1:0001 R1J56L 4.00 MiB
[ 3.711212] mmcblk1boot1: mmc1:0001 R1J56L 4.00 MiB
[ 3.716278] VFS: Mounted root (ext4 filesystem) on device 179:2.
[ 3.723144] mmcblk1rpmb: mmc1:0001 R1J56L 128 KiB, chardev (243:0)
[ 3.729736] devtmpfs: mounted
[ 3.733245] Freeing unused kernel image (initmem) memory: 1024K
[ 3.739837] Run /sbin/init as init process
[ 4.077636] systemd[1]: System time before build time, advancing clock.
[ 4.110290] systemd[1]: systemd 250.5+ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)
[ 4.142761] systemd[1]: Detected architecture arm.
Welcome to [1mArago 2023.10[0m!
[ 4.186187] systemd[1]: Hostname set to .
[ 4.353302] systemd-sysv-generator[87]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 4.378295] systemd-sysv-generator[87]: SysV service '/etc/init.d/gdbserverproxy' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 4.642669] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 4.708648] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 4.788177] systemd[1]: Queued start job for default target Graphical Interface.
[ 4.797760] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 4.835845] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 4.875122] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 4.915435] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 4.954467] 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.
[ 4.995025] 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.
[ 5.034606] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 5.074615] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 5.114257] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 5.154754] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 5.204559] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 5.244689] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 5.294860] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 5.335144] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 5.410675] systemd[1]: Journal Audit Socket was skipped because of a failed condition check (ConditionSecurity=audit).
[ 5.422241] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 5.465576] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 5.504882] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 5.544738] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 5.585266] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 5.624603] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 5.665405] systemd[1]: Huge Pages File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[ 5.704376] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 5.722534] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 5.794433] systemd[1]: Mounting Kernel Trace File System...
Mounting [0;1;39mKernel Trace File System[0m...
[ 5.864440] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 5.907562] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 5.984741] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 6.054656] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 6.069732] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 6.154724] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 6.214660] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 6.244537] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 6.260589] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[ 6.273742] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[ 6.314636] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 6.384674] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 6.424804] cryptodev: loading out-of-tree module taints kernel.
[ 6.435974] systemd[1]: Starting Generate network units from Kernel command line...
[ 6.464294] cryptodev: driver 1.12 loaded.
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 6.514862] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 6.536621] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 6.589874] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: disabled.
[ 6.598602] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 6.619842] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Trace File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mTemporary Directory /tmp[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate List of Static Device Nodes[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mStart psplash boot splash screen[0m.
See 'systemctl status psplash-start.service' for details.
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mStarprogress communication helper[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m.
[[0;32m OK [0m] Finished [0;1;39mGenerate network units from Kernel command line[0m.
[[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m.
Mounting [0;1;39mKernel Configuration File System[0m...
Starting [0;1;39mFlush Journal to Persistent Storage[0m...
[ 7.201049] systemd-journald[99]: Received client request to flush runtime journal.
Starting [0;1;39mApply Kernel Variables[0m...
Starting [0;1;39mCreate System Users[0m...
[[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m.
[[0;32m OK [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m.
[[0;32m OK [0m] Finished [0;1;39mApply Kernel Variables[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;39mCreate Static Device Nodes in /dev[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Local File Systems[0m.
Mounting [0;1;39m/media/ram[0m...
Mounting [0;1;39m/var/volatile[0m...
Starting [0;1;39mRule-based Managefor Device Events and Files[0m...
[[0;32m OK [0m] Mounted [0;1;39m/media/ram[0m.
[[0;32m OK [0m] Mounted [0;1;39m/var/volatile[0m.
Starting [0;1;39mLoad/Save Random Seed[0m...
[[0;32m OK [0m] Reached target [0;1;39mLocal File Systems[0m.
Starting [0;1;39mRebuild Dynamic Linker Cache[0m...
Starting [0;1;39mCreate Volatile Files and Directories[0m...
[[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m.
Starting [0;1;39mRebuild Journal Catalog[0m...
Starting [0;1;39mNetwork Time Synchronization[0m...
Starting [0;1;39mRecord System Boot/Shutdown in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[0m.
[[0;32m OK [0m] Finished [0;1;39mRecord System Boot/Shutdown in UTMP[0m.
[[0;32m OK [0m] Finished [0;1;39mRebuild Journal Catalog[0m.
[ 8.788696] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
[ 8.850646] omap-sham 4b101000.sham: will run requests pump with realtime priority
[ 9.013214] omap-sham 42701000.sham: hw accel on OMAP rev 4.3
[ 9.078186] omap-sham 42701000.sham: will run requests pump with realtime priority
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[ 9.163421] omap_gpio 4805b000.gpio: Could not set line 7 debounce to 20000 microseconds (-22)
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[ 9.398071] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.
[ 9.482330] omap-des 480a5000.des: will run requests pump with realtime priority
[ 9.731262] omap_rtc 48838000.rtc: registered as rtc1
[ 9.747863] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
[ 9.824829] omap-rproc 58820000.ipu: assigned reserved memory node ipu1-memory@9d000000
[ 9.837341] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
[ 9.874786] remoteproc remoteproc0: 58820000.ipu is available
[ 9.963806] omap-rproc 55020000.ipu: assigned reserved memory node ipu2-memory@95800000
[ 9.974029] mc: Linux media interface: v0.10
[ 10.066497] remoteproc remoteproc1: 55020000.ipu is available
[ 10.119506] omap-rproc 40800000.dsp: assigned reserved memory node dsp1-memory@99000000
[ 10.203338] videodev: Linux video capture interface: v2.00
[ 10.236389] remoteproc remoteproc2: 40800000.dsp is available
[ 10.337341] remoteproc remoteproc0: powering up 58820000.ipu
[ 10.343048] remoteproc remoteproc0: Booting fw image dra7-ipu1-fw.xem4, size 4925324
[ 10.434234] omap-iommu 58882000.mmu: 58882000.mmu: version 2.1
[ 10.508514] rproc-virtio rproc-virtio.1.auto: assigned reserved memory node ipu1-memory@9d000000
[ 10.630249] remoteproc remoteproc1: powering up 55020000.ipu
[ 10.657257] remoteproc remoteproc1: Booting fw image dra7-ipu2-fw.xem4, size 4925424
[ 10.722808] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
[ 10.801513] remoteproc remoteproc2: powering up 40800000.dsp
[ 10.819427] remoteproc remoteproc2: Booting fw image dra7-dsp1-fw.xe66, size 5611192
[ 10.830780] ahci-dwc 4a140000.sata: supply ahci not found, using dummy regulator
[ 10.880004] vpe 489d0000.vpe: loading firmware vpdma-1b8.bin
[ 10.894348] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0
[ 10.900268] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0
[ 10.910675] ahci-dwc 4a140000.sata: supply phy not found, using dummy regulator
[ 10.969970] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[ 10.987426] ahci-dwc 4a140000.sata: supply target not found, using dummy regulator
[ 11.030334] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 11.065612] ahci-dwc 4a140000.sata: forcing port_map 0x0 -> 0x1
[ 11.073638] rproc-virtio rproc-virtio.1.auto: registered virtio0 (type 7)
[ 11.083923] vpe 489d0000.vpe: Device registered as /dev/video0
[ 11.107177] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
[ 11.115325] c_can_platform 4ae3c000.can: c_can_platform device registered (regs=3e76f0b4, irq=157)
[ 11.147888] ahci-dwc 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
[ 11.174743] remoteproc remoteproc0: remote processor 58820000.ipu is now up
[ 11.182952] omap-aes 4b500000.aes: will run requests pump with realtime priority
[ 11.251770] virtio_rpmsg_bus virtio0: malformed ns msg (72)
[ 11.264923] ahci-dwc 4a140000.sata: flags: 64bit ncq sntf pm led clo only pmp pio slum part ccc apst
[ 11.306152] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
[ 11.335205] virtio_rpmsg_bus virtio0: malformed ns msg (72)
[ 11.366851] omap-aes 4b700000.aes: will run requests pump with realtime priority
[ 11.409545] virtio_rpmsg_bus virtio0: malformed ns msg (72)
[ 11.472381] virtio_rpmsg_bus virtio0: malformed ns msg (72)
[[0m[0;31m* [0m] A start job is running for Rebuild namic Linker Cache (6s / no limit)
[ 11.658111] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node dsp1-memory@99000000
[ 11.714294] scsi host0: ahci-dwc
[ 11.717742] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 156
M
[K[[0;32m OK [0m] Finished [0;1;39mRebuild Dynamic Linker Cache[0m.
[K[ 11.890838] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 11.934020] rproc-virtio rproc-virtio.3.auto: registered virtio1 (type 7)
[ 12.051605] remoteproc remoteproc2: remote processor 40800000.dsp is now up
Starting [0;1;39mRun pending postinsts[0m...[ 12.130371] virtio_rpmsg_bus virtio1: malformed ns msg (72)
[ 12.146759] ata1: SATA link down (SStatus 0 SControl 300)
Starting [0;1;39mUpdate is Completed[0m...
[ 12.237579] virtio_rpmsg_bus virtio1: malformed ns msg (72)
[ 12.243194] virtio_rpmsg_bus virtio1: malformed ns msg (72)
[ 12.253509] [drm] Initialized pvr 1.17.4948957 20110701 for 56000000.gpu on minor 0
[ 12.261535] DSS: OMAP DSS rev 6.1
[ 12.409362] virtio_rpmsg_bus virtio1: malformed ns msg (72)
[ 12.510772] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node ipu2-memory@95800000
[[0;32m OK [0m] Finished [0;1;39mUpdate is Completed[0m.
[ 12.662597] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops [omapdrm])
[ 12.676300] virtio_rpmsg_bus virtio2: rpmsg host is online
[ 12.754455] rproc-virtio rproc-virtio.2.auto: registered virtio2 (type 7)
[ 12.761291] remoteproc remoteproc1: remote processor 55020000.ipu is now up
[ 12.769775] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_component_ops [omapdrm])
[ 12.996307] virtio_rpmsg_bus virtio2: malformed ns msg (72)
[ 13.062377] virtio_rpmsg_bus virtio2: malformed ns msg (72)
[ 13.140136] virtio_rpmsg_bus virtio2: malformed ns msg (72)
[ 13.204132] virtio_rpmsg_bus virtio2: malformed ns msg (72)
[ 13.309967] dmm 4e000000.dmm: workaround for errata i878 in use
[ 13.390289] dmm 4e000000.dmm: initialized all PAT entries
[ 13.476348] omapdrm omapdrm.0: [drm] Cannot find any crtc or sizes
[ 13.605133] ------------[ cut here ]------------
[ 13.609771] WARNING: CPU: 0 PID: 122 at drivers/gpu/drm/drm_bridge.c:1416 drm_bridge_hpd_enable+0x7c/0x80
[ 13.619445] Hot plug detection already enabled
[ 13.623931] Modules linked in: omapdrm(+) pvrsrvkm(O) cec c_can_platform omap_aes_driver c_can pruss libaes omap_wdt ti_vpe ti_sc ti_csc ahci_dwc ti_vpdma v4l2_mem2mem videobuf2_dma_contig videobuf2_memops videobuf2_v4l2 videobuf2_common videodev mc dwc3_omap omap_mailbox rtc_omap omap_des omap_crypto libdes extcon_palmas omap_sham omap_remoteproc crypto_engine virtio_rpmsg_bus rpmsg_ns rpmsg_core ti_tpd12s015 display_connector gdbserverproxy(O) cryptodev(O)
[ 13.664916] CPU: 0 PID: 122 Comm: systemd-udevd Tainted: G O 6.1.105-ti-g92ce8d7d2ab6 #1
[ 13.674438] Hardware name: Generic DRA72X (Flattened Device Tree)
[ 13.680572] unwind_backtrace from show_stack+0x10/0x14
[ 13.685821] show_stack from dump_stack_lvl+0x40/0x4c
[ 13.690917] dump_stack_lvl from __warn+0x7c/0x158
[ 13.695739] __warn from warn_slowpath_fmt+0x11c/0x1ac
[ 13.700897] warn_slowpath_fmt from drm_bridge_hpd_enable+0x7c/0x80
[ 13.707214] drm_bridge_hpd_enable from pdev_probe+0x5bc/0x75c [omapdrm]
[ 13.714050] pdev_probe [omapdrm] from platform_probe+0x5c/0xbc
[ 13.720092] platform_probe from really_probe+0xc8/0x2ec
[ 13.725433] really_probe from __driver_probe_device+0x88/0x1a0
[ 13.731384] __driver_probe_device from driver_probe_device+0x30/0x104
[ 13.737945] driver_probe_device from __driver_attach+0x90/0x174
[ 13.743957] __driver_attach from bus_for_each_dev+0x70/0xb0
[ 13.749664] bus_for_each_dev from bus_add_driver+0x164/0x1f0
[ 13.755432] bus_add_driver from driver_register+0x88/0x11c
[ 13.761047] driver_register from __platform_register_drivers+0x38/0x88
[ 13.767700] __platform_register_drivers from omap_drm_init+0x3c/0x50 [omapdrm]
[ 13.775115] omap_drm_init [omapdrm] from do_one_initcall+0x40/0x240
[ 13.781585] do_one_initcall from do_init_module+0x44/0x1d4
[ 13.787200] do_init_module from sys_finit_module+0xbc/0xf8
[ 13.792816] sys_finit_module from __sys_trace_return+0x0/0x10
[ 13.798675] Exception stack(0xf14a9fa8 to 0xf14a9ff0)
[ 13.803741] 9fa0: 00000000 00000000 0000000f b6dba878 00000000 00020000
[ 13.811950] 9fc0: 00000000 00000000 00000000 0000017b 00000000 0009d8b8 00000007 00000000
[ 13.820159] 9fe0: be846710 be846700 b6db5d2f b6ceb052
[ 13.825286] ---[ end trace 0000000000000000 ]---
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
U-Boot SPL 2023.04-ti-g0853d7725220 (Oct 08 2024 - 22:59:40 +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... OK
U-Boot 2023.04-ti-g0853d7725220 (Oct 08 2024 - 22:59:40 +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... OK
Net:
Warning: ethernet@48484000 MAC addresses don't match:
Address in ROM is 44:ea:d8:17:c5:4e
Address in environment is 70:ff:76:1c:27:2d
eth2: ethernet@48484000
Hit any key to stop autoboot: 2 1 0
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
7877120 bytes read in 345 ms (21.8 MiB/s)
209192 bytes read in 12 ms (16.6 MiB/s)
Working FDT set to 88000000
Kernel image @ 0x82000000 [ 0x000000 - 0x783200 ]
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Working FDT set to 88000000
Loading Device Tree to 8fec9000, end 8fffffff ... OK
Working FDT set to 8fec9000
ft_fixup_clocks failed for DSP voltage domain:
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 6.1.105-ti-g92ce8d7d2ab6 (oe-user@oe-host) (arm-oe-linux-gnueabi-gcc (GCC) 11.5.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Tue Oct 8 22:45:21 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] efi: UEFI not found.
[ 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] 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] 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] cma: Reserved 64 MiB at 0xbc000000
[ 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 16 pages/cpu s34260 r8192 d23084 u65536
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 260100
[ 0.000000] Kernel command line: console=ttyS2,115200n8 root=PARTUUID=595bfe08-02 rw rootfstype=ext4 rootwait
[ 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] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 796112K/1046528K available (12288K kernel code, 1463K rwdata, 3252K rodata, 1024K init, 300K bss, 29232K reserved, 221184K cma-reserved, 196608K highmem)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] trace event string verifier disabled
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=16 to nr_cpu_ids=1.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 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.003173] TI gptimer percpu-dmtimer: 20000000 Hz at /ocp/interconnect@48800000/segment@0/target-module@2c000
[ 0.003234] Failed to initialize '/ocp/interconnect@48800000/segment@0/target-module@2e000/timer@0': -22
[ 0.004302] Console: colour dummy device 80x30
[ 0.004333] 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.062133] CPU0: Spectre BHB: enabling loop workaround for all CPUs
[ 0.062133] pid_max: default: 32768 minimum: 301
[ 0.062286] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.062286] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.062896] /cpus/cpu@0 missing clock-frequency property
[ 0.062927] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.063537] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.063537] cblist_init_generic: Setting shift to 0 and lim to 1.
[ 0.063629] Setting up static identity map for 0x80100000 - 0x80100060
[ 0.063751] rcu: Hierarchical SRCU implementation.
[ 0.063751] rcu: Max phase no-delay instances is 1000.
[ 0.066162] EFI services will not be available.
[ 0.066284] smp: Bringing up secondary CPUs ...
[ 0.066284] smp: Brought up 1 node, 1 CPU
[ 0.066314] SMP: Total of 1 processors activated (1993.93 BogoMIPS).
[ 0.066314] CPU: All CPU(s) started in HYP mode.
[ 0.066314] CPU: Virtualization extensions available.
[ 0.066619] devtmpfs: initialized
[ 0.093017] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[ 0.093200] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.093231] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
[ 0.096771] pinctrl core: initialized pinctrl subsystem
[ 0.097412] DMI not present or invalid.
[ 0.097839] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.099578] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.100494] thermal_sys: Registered thermal governor 'step_wise'
[ 0.100555] cpuidle: using governor menu
[ 0.126861] platform ocp: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@e00/clock@20
[ 0.126922] platform ocp: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@700/clock@20
[ 0.129943] platform connector@0: Fixed dependency cycle(s) with /encoder@0
[ 0.130035] platform encoder@0: Fixed dependency cycle(s) with /connector@0
[ 0.130126] platform encoder@0: Fixed dependency cycle(s) with /ocp/target-module@58000000/dss@0/target-module@40000/encoder@0
[ 0.130554] No ATAGs?
[ 0.130615] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.130615] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.154876] iommu: Default domain type: Translated
[ 0.154907] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.156249] SCSI subsystem initialized
[ 0.156616] usbcore: registered new interface driver usbfs
[ 0.156646] usbcore: registered new interface driver hub
[ 0.156677] usbcore: registered new device driver usb
[ 0.157073] pps_core: LinuxPPS API ver. 1 registered
[ 0.157073] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti
[ 0.157073] PTP clock support registered
[ 0.157226] EDAC MC: Ver: 3.0.0
[ 0.164093] clocksource: Switched to clocksource 32k_counter
[ 0.173309] NET: Registered PF_INET protocol family
[ 0.173492] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.184387] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[ 0.184417] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.184417] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 0.184478] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.184722] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.184783] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.184814] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.184936] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.185333] RPC: Registered named UNIX socket transport module.
[ 0.185333] RPC: Registered udp transport module.
[ 0.185333] RPC: Registered tcp transport module.
[ 0.185333] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.185363] PCI: CLS 0 bytes, default 64
[ 0.185882] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
[ 0.186706] Initialise system trusted keyrings
[ 0.186859] workingset: timestamp_bits=30 max_order=18 bucket_order=0
[ 0.191711] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.192443] NFS: Registering the id_resolver key type
[ 0.192474] Key type id_resolver registered
[ 0.192474] Key type id_legacy registered
[ 0.192565] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.192565] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.192596] ntfs: driver 2.1.32 [Flags: R/O].
[ 0.193054] Key type asymmetric registered
[ 0.193084] Asymmetric key parser 'x509' registered
[ 0.193206] bounce: pool size: 64 pages
[ 0.193267] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 0.193298] io scheduler mq-deadline registered
[ 0.193298] io scheduler kyber registered
[ 0.278259] Serial: 8250/16550 driver, 5 ports, IRQ sharing enabled
[ 0.280212] STMicroelectronics ASC driver initialized
[ 0.299865] brd: module loaded
[ 0.304382] loop: module loaded
[ 0.308624] CAN device driver interface
[ 0.308990] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.308990] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.309051] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.309051] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.309844] pegasus: Pegasus/Pegasus II USB Ethernet driver
[ 0.309875] usbcore: registered new interface driver pegasus
[ 0.309906] usbcore: registered new interface driver asix
[ 0.309936] usbcore: registered new interface driver ax88179_178a
[ 0.309967] usbcore: registered new interface driver cdc_ether
[ 0.309997] usbcore: registered new interface driver smsc75xx
[ 0.310028] usbcore: registered new interface driver smsc95xx
[ 0.310058] usbcore: registered new interface driver net1080
[ 0.310089] usbcore: registered new interface driver cdc_subset
[ 0.310119] usbcore: registered new interface driver zaurus
[ 0.310180] usbcore: registered new interface driver cdc_ncm
[ 0.310852] usbcore: registered new interface driver usb-storage
[ 0.324554] i2c_dev: i2c /dev entries driver
[ 0.326873] sdhci: Secure Digital Host Controller Interface driver
[ 0.326904] sdhci: Copyright(c) Pierre Ossman
[ 0.327056] Synopsys Designware Multimedia Card Interface Driver
[ 0.327270] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.327850] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.328155] usbcore: registered new interface driver usbhid
[ 0.328155] usbhid: USB HID core driver
[ 0.330627] NET: Registered PF_INET6 protocol family
[ 0.334747] Segment Routing with IPv6
[ 0.334777] In-situ OAM (IOAM) with IPv6
[ 0.334869] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 0.335357] NET: Registered PF_PACKET protocol family
[ 0.335357] can: controller area network core
[ 0.335388] NET: Registered PF_CAN protocol family
[ 0.335418] can: raw protocol
[ 0.335418] can: broadcast manager protocol
[ 0.335418] can: netlink gateway - max_hops=1
[ 0.335571] Key type dns_resolver registered
[ 0.335632] ThumbEE CPU extension supported.
[ 0.335632] Registering SWP/SWPB emulation handler
[ 0.336120] omap_voltage_late_init: Voltage driver support not added
[ 0.336120] Power Management for TI OMAP4+ devices.
[ 0.336822] Loading compiled-in X.509 certificates
[ 0.427124] platform 4a000000.interconnect: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@d00/clock@20
[ 0.432983] pinctrl-single 4a003400.pinmux: 282 pins, size 1128
[ 0.484710] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
[ 0.511138] gpio gpiochip0: (gpio-0-31): not an immutable chip, please consider fixing it!
[ 0.511840] OMAP GPIO hardware version 0.1
[ 0.525451] ti-sysc: probe of 4ae18000.target-module failed with error -16
[ 0.544250] printk: console [ttyS2] disabled
[ 0.544311] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 98, base_baud = 3000000) is a 8250
[ 2.329132] printk: console [ttyS2] enabled
[ 2.341278] gpio gpiochip1: (gpio-32-63): not an immutable chip, please consider fixing it!
[ 2.351165] gpio gpiochip2: (gpio-64-95): not an immutable chip, please consider fixing it!
[ 2.360992] gpio gpiochip3: (gpio-96-127): not an immutable chip, please consider fixing it!
[ 2.370880] gpio gpiochip4: (gpio-128-159): not an immutable chip, please consider fixing it!
[ 2.380798] gpio gpiochip5: (gpio-160-191): not an immutable chip, please consider fixing it!
[ 2.390808] gpio gpiochip6: (gpio-192-223): not an immutable chip, please consider fixing it!
[ 2.400848] gpio gpiochip7: (gpio-224-255): not an immutable chip, please consider fixing it!
[ 2.416259] palmas 0-0058: Irq flag is 0x00000004
[ 2.446197] palmas 0-0058: Muxing GPIO 2f, PWM 0, LED 0
[ 2.480529] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
[ 2.493774] omap_rng 48090000.rng: Random Number Generator ver. 20
[ 2.500122] random: crng init done
[ 2.584167] davinci_mdio 48485000.mdio: davinci mdio revision 1.6, bus freq 1000000
[ 2.596649] davinci_mdio 48485000.mdio: phy[0]: device 48485000.mdio:00, driver Micrel KSZ9031 Gigabit PHY
[ 2.606414] davinci_mdio 48485000.mdio: phy[1]: device 48485000.mdio:01, driver Micrel KSZ9031 Gigabit PHY
[ 2.616790] cpsw-switch 48484000.switch: initialized cpsw ale version 1.4
[ 2.623596] cpsw-switch 48484000.switch: ALE Table size 1024
[ 2.629425] cpsw-switch 48484000.switch: cpts: overflow check period 500 (jiffies)
[ 2.637054] cpsw-switch 48484000.switch: CPTS: ref_clk_freq:266000000 calc_mult:4036623398 calc_shift:30 error:-1 nsec/sec
[ 2.648223] cpsw-switch 48484000.switch: Detected MACID = 44:ea:d8:17:c5:4e
[ 2.655242] cpsw-switch 48484000.switch: Detected MACID = 44:ea:d8:17:c5:4f
[ 2.664031] cpsw-switch 48484000.switch: initialized (regs 0x48484000, pool size 256) hw_ver:0019010F 1.15 (0)
[ 2.688446] ti-sysc: probe of 4882c000.target-module failed with error -16
[ 2.696166] ti-sysc: probe of 4882e000.target-module failed with error -16
[ 2.719726] dra7-pcie 51000000.pcie: host bridge /ocp/target-module@51000000/pcie@51000000 ranges:
[ 2.728881] dra7-pcie 51000000.pcie: IO 0x0020003000..0x0020012fff -> 0x0000000000
[ 2.737060] dra7-pcie 51000000.pcie: MEM 0x0020013000..0x002fffffff -> 0x0020013000
[ 2.745422] dra7-pcie 51000000.pcie: iATU unroll: disabled
[ 2.750946] dra7-pcie 51000000.pcie: iATU regions: 16 ob, 4 ib, align 4K, limit 4G
[ 2.858703] dra7-pcie 51000000.pcie: PCIe Gen.2 x1 link up
[ 2.864379] dra7-pcie 51000000.pcie: PCI host bridge to bus 0000:00
[ 2.870666] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 2.876220] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 2.882415] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
[ 2.889373] pci 0000:00:00.0: [104c:8888] type 01 class 0x060400
[ 2.895446] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x000fffff]
[ 2.901733] pci 0000:00:00.0: reg 0x14: [mem 0x00000000-0x0000ffff]
[ 2.908111] pci 0000:00:00.0: supports D1
[ 2.912139] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 2.925506] PCI: bus0: Fast back to back transfers disabled
[ 2.931274] pci 0000:01:00.0: [1912:0014] type 00 class 0x0c0330
[ 2.937377] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00001fff 64bit]
[ 2.944580] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 3.134185] PCI: bus1: Fast back to back transfers disabled
[ 3.139831] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff]
[ 3.146667] pci 0000:00:00.0: BAR 8: assigned [mem 0x20200000-0x202fffff]
[ 3.153503] pci 0000:00:00.0: BAR 1: assigned [mem 0x20020000-0x2002ffff]
[ 3.160339] pci 0000:01:00.0: BAR 0: assigned [mem 0x20200000-0x20201fff 64bit]
[ 3.167755] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[ 3.173004] pci 0000:00:00.0: bridge window [mem 0x20200000-0x202fffff]
[ 3.180206] pcieport 0000:00:00.0: PME: Signaling with IRQ 129
[ 3.186248] pci 0000:01:00.0: enabling device (0140 -> 0142)
[ 3.192169] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 3.197509] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[ 3.210754] xhci_hcd 0000:01:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000410
[ 3.220611] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 3.225891] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[ 3.233337] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[ 3.240264] hub 1-0:1.0: USB hub found
[ 3.244079] hub 1-0:1.0: 4 ports detected
[ 3.248779] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 3.257415] hub 2-0:1.0: USB hub found
[ 3.261230] hub 2-0:1.0: 4 ports detected
[ 3.272399] edma 43300000.dma: memcpy is disabled
[ 3.280731] edma 43300000.dma: TI EDMA DMA engine driver
[ 3.292755] omap-iommu 40d01000.mmu: 40d01000.mmu registered
[ 3.300689] omap-iommu 40d02000.mmu: 40d02000.mmu registered
[ 3.307678] platform 40800000.dsp: Adding to iommu group 0
[ 3.315002] platform 58820000.ipu: Adding to iommu group 1
[ 3.320678] omap-iommu 58882000.mmu: 58882000.mmu registered
[ 3.328735] platform 55020000.ipu: Adding to iommu group 2
[ 3.334533] omap-iommu 55082000.mmu: 55082000.mmu registered
[ 3.345489] spi-nor spi0.0: s25fl256s1 (32768 Kbytes)
[ 3.350769] 7 fixed-partitions partitions found on MTD device spi0.0
[ 3.357208] Creating 7 MTD partitions on "spi0.0":
[ 3.361999] 0x000000000000-0x000000040000 : "QSPI.SPL"
[ 3.368469] 0x000000040000-0x000000140000 : "QSPI.u-boot"
[ 3.375183] 0x000000140000-0x0000001c0000 : "QSPI.u-boot-spl-os"
[ 3.382141] 0x0000001c0000-0x0000001d0000 : "QSPI.u-boot-env"
[ 3.388885] 0x0000001d0000-0x0000001e0000 : "QSPI.u-boot-env.backup1"
[ 3.396545] 0x0000001e0000-0x0000009e0000 : "QSPI.kernel"
[ 3.402893] 0x0000009e0000-0x000002000000 : "QSPI.file-system"
[ 3.422271] ti-sysc 4ae06000.target-module: Failed to create device link (0x180) with ocp
[ 3.441101] palmas-rtc 48070000.i2c:tps659038@58:tps659038_rtc: registered as rtc0
[ 3.449859] palmas-rtc 48070000.i2c:tps659038@58:tps659038_rtc: setting system clock to 2000-01-01T00:01:38 UTC (946684898)
[ 3.462890] omap_gpio 4805d000.gpio: Could not set line 27 debounce to 200000 microseconds (-22)
[ 3.472595] sdhci-omap 480b4000.mmc: supply pbias not found, using dummy regulator
[ 3.482238] clk: Disabling unused clocks
[ 3.487945] sdhci-omap 4809c000.mmc: Got CD GPIO
[ 3.493896] sdhci-omap 4809c000.mmc: no pinctrl state for ddr_3_3v mode
[ 3.516906] mmc1: SDHCI controller on 480b4000.mmc [480b4000.mmc] using ADMA
[ 3.524597] mmc0: SDHCI controller on 4809c000.mmc [4809c000.mmc] using ADMA
[ 3.532531] Waiting for root device PARTUUID=595bfe08-02...
[ 3.583892] mmc0: new high speed SDHC card at address b368
[ 3.591064] mmcblk0: mmc0:b368 USD00 14.7 GiB
[ 3.597320] mmcblk0: p1 p2 p3
[ 3.671661] mmc1: new DDR MMC card at address 0001
[ 3.677520] mmcblk1: mmc1:0001 R1J56L 13.8 GiB
[ 3.684082] mmcblk1boot0: mmc1:0001 R1J56L 4.00 MiB
[ 3.690490] mmcblk1boot1: mmc1:0001 R1J56L 4.00 MiB
[ 3.696868] mmcblk1rpmb: mmc1:0001 R1J56L 128 KiB, chardev (243:0)
[ 3.705780] EXT4-fs (mmcblk0p2): 1 orphan inode deleted
[ 3.711059] EXT4-fs (mmcblk0p2): recovery complete
[ 3.723480] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: disabled.
[ 3.733123] VFS: Mounted root (ext4 filesystem) on device 179:2.
[ 3.739807] devtmpfs: mounted
[ 3.743347] Freeing unused kernel image (initmem) memory: 1024K
[ 3.749420] Run /sbin/init as init process
[ 4.088073] systemd[1]: System time before build time, advancing clock.
[ 4.120269] systemd[1]: systemd 250.5+ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)
[ 4.152770] systemd[1]: Detected architecture arm.
Welcome to [1mArago 2023.10[0m!
[ 4.196228] systemd[1]: Hostname set to .
[ 4.352874] systemd-sysv-generator[87]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 4.378295] systemd-sysv-generator[87]: SysV service '/etc/init.d/gdbserverproxy' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 4.641815] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 4.707550] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 4.788024] systemd[1]: Queued start job for default target Graphical Interface.
[ 4.797637] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 4.835968] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 4.875122] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 4.915466] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 4.954467] 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.
[ 4.995056] 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.
[ 5.034667] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 5.074737] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 5.114318] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 5.154663] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 5.204681] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 5.244750] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 5.294921] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 5.335205] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 5.410552] systemd[1]: Journal Audit Socket was skipped because of a failed condition check (ConditionSecurity=audit).
[ 5.422119] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 5.465637] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 5.504821] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 5.545562] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 5.584564] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 5.625366] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 5.664703] systemd[1]: Huge Pages File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[ 5.704467] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 5.774566] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 5.844482] systemd[1]: Mounting Kernel Trace File System...
Mounting [0;1;39mKernel Trace File System[0m...
[ 5.914459] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 5.984619] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 6.028411] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 6.104614] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 6.174621] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 6.254669] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 6.314666] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 6.344543] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 6.360565] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[ 6.373657] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[ 6.404571] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 6.474700] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 6.514862] cryptodev: loading out-of-tree module taints kernel.
[ 6.525939] systemd[1]: Starting Generate network units from Kernel command line...
[ 6.554199] cryptodev: driver 1.12 loaded.
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 6.604858] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 6.626647] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 6.684478] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: disabled.
[ 6.704742] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 6.734619] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Trace File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mTemporary Directory /tmp[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate List of Static Device Nodes[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mStart psplash boot splash screen[0m.
See 'systemctl status psplash-start.service' for details.
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mStarprogress communication helper[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m.
[[0;32m OK [0m] Finished [0;1;39mGenerate network units from Kernel command line[0m.
[[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m.
Mounting [0;1;39mKernel Configuration File System[0m...
Starting [0;1;39mFlush Journal to Persistent Storage[0m...
Starting [0;1;39mApply Kernel Variables[0m...
[ 7.314514] systemd-journald[99]: Received client request to flush runtime journal.
Starting [0;1;39mCreate System Users[0m...
[[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m.
[[0;32m OK [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m.
[[0;32m OK [0m] Finished [0;1;39mApply Kernel Variables[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;39mCreate Static Device Nodes in /dev[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Local File Systems[0m.
Starting [0;1;39mRule-based Managefor Device Events and Files[0m...
Mounting [0;1;39m/media/ram[0m...
Mounting [0;1;39m/var/volatile[0m...
[[0;32m OK [0m] Mounted [0;1;39m/media/ram[0m.
[[0;32m OK [0m] Mounted [0;1;39m/var/volatile[0m.
[[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m.
Starting [0;1;39mLoad/Save Random Seed[0m...
[[0;32m OK [0m] Reached target [0;1;39mLocal File Systems[0m.
Starting [0;1;39mRebuild Dynamic Linker Cache[0m...
Starting [0;1;39mCreate Volatile Files and Directories[0m...
[[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m.
Starting [0;1;39mRebuild Journal Catalog[0m...
Starting [0;1;39mNetwork Time Synchronization[0m...
Starting [0;1;39mRecord System Boot/Shutdown in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord System Boot/Shutdown in UTMP[0m.
[[0;32m OK [0m] Finished [0;1;39mRebuild Journal Catalog[0m.
[ 8.895446] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
[ 8.962310] omap-sham 4b101000.sham: will run requests pump with realtime priority
[ 9.141204] omap-sham 42701000.sham: hw accel on OMAP rev 4.3
[ 9.192687] 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 Time Set[0m.[ 9.336425] omap_gpio 4805b000.gpio: Could not set line 7 debounce to 20000 microseconds (-22)
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[0m.
[ 9.504913] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
[ 9.560638] omap-des 480a5000.des: will run requests pump with realtime priority
[ 9.901794] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
[ 9.935821] omap_rtc 48838000.rtc: registered as rtc1
[ 9.985229] omap-rproc 58820000.ipu: assigned reserved memory node ipu1-memory@9d000000
[ 9.996276] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
[ 10.058074] remoteproc remoteproc0: 58820000.ipu is available
[ 10.107849] mc: Linux media interface: v0.10
[ 10.122589] omap-rproc 55020000.ipu: assigned reserved memory node ipu2-memory@95800000
[ 10.248535] remoteproc remoteproc1: 55020000.ipu is available
[ 10.310699] videodev: Linux video capture interface: v2.00
[ 10.338928] omap-rproc 40800000.dsp: assigned reserved memory node dsp1-memory@99000000
[ 10.418884] remoteproc remoteproc2: 40800000.dsp is available
[ 10.439880] remoteproc remoteproc0: powering up 58820000.ipu
[ 10.472839] remoteproc remoteproc0: Booting fw image dra7-ipu1-fw.xem4, size 4925324
[ 10.521789] omap-iommu 58882000.mmu: 58882000.mmu: version 2.1
[ 10.598480] rproc-virtio rproc-virtio.1.auto: assigned reserved memory node ipu1-memory@9d000000
[ 10.674774] remoteproc remoteproc1: powering up 55020000.ipu
[ 10.691528] remoteproc remoteproc1: Booting fw image dra7-ipu2-fw.xem4, size 4925424
[ 10.750274] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
[ 10.813842] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 10.861450] rproc-virtio rproc-virtio.1.auto: registered virtio0 (type 7)
[ 10.882965] remoteproc remoteproc0: remote processor 58820000.ipu is now up
[ 10.958801] virtio_rpmsg_bus virtio0: malformed ns msg (72)
[ 10.981597] remoteproc remoteproc2: powering up 40800000.dsp
[ 11.019592] remoteproc remoteproc2: Booting fw image dra7-dsp1-fw.xe66, size 5611192
[ 11.029449] virtio_rpmsg_bus virtio0: malformed ns msg (72)
[ 11.037414] ahci-dwc 4a140000.sata: supply ahci not found, using dummy regulator
[ 11.068023] vpe 489d0000.vpe: loading firmware vpdma-1b8.bin
[ 11.105316] virtio_rpmsg_bus virtio0: malformed ns msg (72)
[ 11.132934] ahci-dwc 4a140000.sata: supply phy not found, using dummy regulator
[ 11.144409] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0
[ 11.150329] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0
[ 11.172332] virtio_rpmsg_bus virtio0: malformed ns msg (72)
[ 11.216705] ahci-dwc 4a140000.sata: supply target not found, using dummy regulator
[ 11.228729] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[ 11.270019] c_can_platform 4ae3c000.can: c_can_platform device registered (regs=f9def772, irq=156)
[ 11.302581] ahci-dwc 4a140000.sata: forcing port_map 0x0 -> 0x1
[ 11.325500] vpe 489d0000.vpe: Device registered as /dev/video0
[ 11.388366] ahci-dwc 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
[ 11.427459] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node dsp1-memory@99000000
[ 11.514556] ahci-dwc 4a140000.sata: flags: 64bit ncq sntf pm led clo only pmp pio slum part ccc apst
[ 11.572784] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 11.649078] rproc-virtio rproc-virtio.3.auto: registered virtio1 (type 7)
[[0m[0;31m* [0m] A start job is running for Rebuild namic Linker Cache (6s / no limit)
M
[K[[0;32m OK [0m] Finished [0;1;39mRebuild Dynamic Linker Cache[0m.
[K[ 11.744171] remoteproc remoteproc2: remote processor 40800000.dsp is now up
[ 11.751800] virtio_rpmsg_bus virtio1: malformed ns msg (72)
Starting [0;1;39mRun pending postinsts[0m...
Starting [0;1;39mUpdate is Completed[0m...
[ 11.953918] virtio_rpmsg_bus virtio1: malformed ns msg (72)
[ 12.038757] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
[ 12.063568] virtio_rpmsg_bus virtio1: malformed ns msg (72)
[ 12.131103] virtio_rpmsg_bus virtio1: malformed ns msg (72)
[ 12.162841] omap-aes 4b500000.aes: will run requests pump with realtime priority
[[0;32m OK [0m] Finished [0;1;39mUpdate is Completed[0m.
[ 12.265472] scsi host0: ahci-dwc
[ 12.268920] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 157
[ 12.297241] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node ipu2-memory@95800000
[ 12.332397] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
[ 12.379425] omap-aes 4b700000.aes: will run requests pump with realtime priority
[ 12.451812] virtio_rpmsg_bus virtio2: rpmsg host is online
[ 12.457885] [drm] Initialized pvr 1.17.4948957 20110701 for 56000000.gpu on minor 0
[ 12.502685] rproc-virtio rproc-virtio.2.auto: registered virtio2 (type 7)
[ 12.585876] remoteproc remoteproc1: remote processor 55020000.ipu is now up
[ 12.646697] virtio_rpmsg_bus virtio2: malformed ns msg (72)
[ 12.697357] virtio_rpmsg_bus virtio2: malformed ns msg (72)
[ 12.738708] ata1: SATA link down (SStatus 0 SControl 300)
[ 12.768280] virtio_rpmsg_bus virtio2: malformed ns msg (72)
[ 12.773895] virtio_rpmsg_bus virtio2: malformed ns msg (72)
[ 12.849121] DSS: OMAP DSS rev 6.1
[ 12.979949] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops [omapdrm])
[ 13.144653] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_component_ops [omapdrm])
[ 13.334411] dmm 4e000000.dmm: workaround for errata i878 in use
[ 13.381134] dmm 4e000000.dmm: initialized all PAT entries
[ 13.495819] omapdrm omapdrm.0: [drm] Cannot find any crtc or sizes
[ 13.569885] ------------[ cut here ]------------
[ 13.574615] WARNING: CPU: 0 PID: 125 at drivers/gpu/drm/drm_bridge.c:1416 drm_bridge_hpd_enable+0x7c/0x80
[ 13.584259] Hot plug detection already enabled
[ 13.588714] Modules linked in: omapdrm(+) cec pvrsrvkm(O) omap_aes_driver libaes c_can_platform pruss c_can omap_wdt ti_vpe ahci_dwc ti_sc ti_csc ti_vpdma v4l2_mem2mem videobuf2_dma_contig videobuf2_memops videobuf2_v4l2 videobuf2_common videodev mc dwc3_omap rtc_omap omap_mailbox omap_des omap_crypto libdes extcon_palmas omap_sham crypto_engine omap_remoteproc virtio_rpmsg_bus rpmsg_ns rpmsg_core display_connector ti_tpd12s015 gdbserverproxy(O) cryptodev(O)
[ 13.629669] CPU: 0 PID: 125 Comm: systemd-udevd Tainted: G O 6.1.105-ti-g92ce8d7d2ab6 #1
[ 13.639221] Hardware name: Generic DRA72X (Flattened Device Tree)
[ 13.645324] unwind_backtrace from show_stack+0x10/0x14
[ 13.650604] show_stack from dump_stack_lvl+0x40/0x4c
[ 13.655670] dump_stack_lvl from __warn+0x7c/0x158
[ 13.660491] __warn from warn_slowpath_fmt+0x11c/0x1ac
[ 13.665679] warn_slowpath_fmt from drm_bridge_hpd_enable+0x7c/0x80
[ 13.671966] drm_bridge_hpd_enable from pdev_probe+0x5bc/0x75c [omapdrm]
[ 13.678802] pdev_probe [omapdrm] from platform_probe+0x5c/0xbc
[ 13.684844] platform_probe from really_probe+0xc8/0x2ec
[ 13.690185] really_probe from __driver_probe_device+0x88/0x1a0
[ 13.696136] __driver_probe_device from driver_probe_device+0x30/0x104
[ 13.702697] driver_probe_device from __driver_attach+0x90/0x174
[ 13.708740] __driver_attach from bus_for_each_dev+0x70/0xb0
[ 13.714416] bus_for_each_dev from bus_add_driver+0x164/0x1f0
[ 13.720214] bus_add_driver from driver_register+0x88/0x11c
[ 13.725799] driver_register from __platform_register_drivers+0x38/0x88
[ 13.732452] __platform_register_drivers from omap_drm_init+0x3c/0x50 [omapdrm]
[ 13.739868] omap_drm_init [omapdrm] from do_one_initcall+0x40/0x240
[ 13.746337] do_one_initcall from do_init_module+0x44/0x1d4
[ 13.751953] do_init_module from sys_finit_module+0xbc/0xf8
[ 13.757568] sys_finit_module from __sys_trace_return+0x0/0x10
[ 13.763427] Exception stack(0xf14bdfa8 to 0xf14bdff0)
[ 13.768493] dfa0: 00000000 00000000 0000000f b6d6a878 00000000 00020000
[ 13.776733] dfc0: 00000000 00000000 00000000 0000017b 00000000 00099db8 00000007 00000000
[ 13.784942] dfe0: be907710 be907700 b6d65d2f b6c9b052
[ 13.790039] ---[ end trace 0000000000000000 ]---
[[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (9s / no limit)
M
[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (9s / no limit)
M
[K[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
[K
U-Boot SPL 2023.04-ti-g0853d7725220 (Oct 08 2024 - 22:59:40 +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... OK
U-Boot 2023.04-ti-g0853d7725220 (Oct 08 2024 - 22:59:40 +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... OK
Net:
Warning: ethernet@48484000 MAC addresses don't match:
Address in ROM is 44:ea:d8:17:c5:4e
Address in environment is 70:ff:76:1c:27:2d
eth2: ethernet@48484000
Hit any key to stop autoboot: 2 1 0
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
7877120 bytes read in 346 ms (21.7 MiB/s)
209192 bytes read in 12 ms (16.6 MiB/s)
Working FDT set to 88000000
Kernel image @ 0x82000000 [ 0x000000 - 0x783200 ]
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Working FDT set to 88000000
Loading Device Tree to 8fec9000, end 8fffffff ... OK
Working FDT set to 8fec9000
ft_fixup_clocks failed for DSP voltage domain:
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 6.1.105-ti-g92ce8d7d2ab6 (oe-user@oe-host) (arm-oe-linux-gnueabi-gcc (GCC) 11.5.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Tue Oct 8 22:45:21 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] efi: UEFI not found.
[ 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] 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] 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] cma: Reserved 64 MiB at 0xbc000000
[ 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 16 pages/cpu s34260 r8192 d23084 u65536
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 260100
[ 0.000000] Kernel command line: console=ttyS2,115200n8 root=PARTUUID=595bfe08-02 rw rootfstype=ext4 rootwait
[ 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] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 796112K/1046528K available (12288K kernel code, 1463K rwdata, 3252K rodata, 1024K init, 300K bss, 29232K reserved, 221184K cma-reserved, 196608K highmem)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] trace event string verifier disabled
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=16 to nr_cpu_ids=1.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 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.003173] TI gptimer percpu-dmtimer: 20000000 Hz at /ocp/interconnect@48800000/segment@0/target-module@2c000
[ 0.003234] Failed to initialize '/ocp/interconnect@48800000/segment@0/target-module@2e000/timer@0': -22
[ 0.004302] Console: colour dummy device 80x30
[ 0.004333] 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.062133] CPU0: Spectre BHB: enabling loop workaround for all CPUs
[ 0.062133] pid_max: default: 32768 minimum: 301
[ 0.062286] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.062286] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.062896] /cpus/cpu@0 missing clock-frequency property
[ 0.062927] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.063537] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.063537] cblist_init_generic: Setting shift to 0 and lim to 1.
[ 0.063629] Setting up static identity map for 0x80100000 - 0x80100060
[ 0.063751] rcu: Hierarchical SRCU implementation.
[ 0.063751] rcu: Max phase no-delay instances is 1000.
[ 0.066162] EFI services will not be available.
[ 0.066284] smp: Bringing up secondary CPUs ...
[ 0.066284] smp: Brought up 1 node, 1 CPU
[ 0.066284] SMP: Total of 1 processors activated (1993.93 BogoMIPS).
[ 0.066314] CPU: All CPU(s) started in HYP mode.
[ 0.066314] CPU: Virtualization extensions available.
[ 0.066619] devtmpfs: initialized
[ 0.093017] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[ 0.093200] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.093231] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
[ 0.096801] pinctrl core: initialized pinctrl subsystem
[ 0.097473] DMI not present or invalid.
[ 0.097869] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.099609] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.100524] thermal_sys: Registered thermal governor 'step_wise'
[ 0.100585] cpuidle: using governor menu
[ 0.126831] platform ocp: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@e00/clock@20
[ 0.126892] platform ocp: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@700/clock@20
[ 0.129913] platform connector@0: Fixed dependency cycle(s) with /encoder@0
[ 0.130004] platform encoder@0: Fixed dependency cycle(s) with /connector@0
[ 0.130096] platform encoder@0: Fixed dependency cycle(s) with /ocp/target-module@58000000/dss@0/target-module@40000/encoder@0
[ 0.130523] No ATAGs?
[ 0.130554] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.130584] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.154876] iommu: Default domain type: Translated
[ 0.154907] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.156249] SCSI subsystem initialized
[ 0.156585] usbcore: registered new interface driver usbfs
[ 0.156646] usbcore: registered new interface driver hub
[ 0.156677] usbcore: registered new device driver usb
[ 0.157043] pps_core: LinuxPPS API ver. 1 registered
[ 0.157043] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti
[ 0.157073] PTP clock support registered
[ 0.157226] EDAC MC: Ver: 3.0.0
[ 0.164093] clocksource: Switched to clocksource 32k_counter
[ 0.171905] NET: Registered PF_INET protocol family
[ 0.173156] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.184387] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[ 0.184417] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.184417] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 0.184478] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.184722] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.184783] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.184814] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.184936] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.185333] RPC: Registered named UNIX socket transport module.
[ 0.185333] RPC: Registered udp transport module.
[ 0.185333] RPC: Registered tcp transport module.
[ 0.185333] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.185363] PCI: CLS 0 bytes, default 64
[ 0.185882] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
[ 0.186706] Initialise system trusted keyrings
[ 0.186859] workingset: timestamp_bits=30 max_order=18 bucket_order=0
[ 0.191680] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.192413] NFS: Registering the id_resolver key type
[ 0.192443] Key type id_resolver registered
[ 0.192474] Key type id_legacy registered
[ 0.192535] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.192535] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.192565] ntfs: driver 2.1.32 [Flags: R/O].
[ 0.193023] Key type asymmetric registered
[ 0.193054] Asymmetric key parser 'x509' registered
[ 0.193176] bounce: pool size: 64 pages
[ 0.193267] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 0.193267] io scheduler mq-deadline registered
[ 0.193267] io scheduler kyber registered
[ 0.276733] Serial: 8250/16550 driver, 5 ports, IRQ sharing enabled
[ 0.278686] STMicroelectronics ASC driver initialized
[ 0.298309] brd: module loaded
[ 0.302734] loop: module loaded
[ 0.307830] CAN device driver interface
[ 0.308166] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.308197] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.308227] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.308227] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.309020] pegasus: Pegasus/Pegasus II USB Ethernet driver
[ 0.309051] usbcore: registered new interface driver pegasus
[ 0.309082] usbcore: registered new interface driver asix
[ 0.309112] usbcore: registered new interface driver ax88179_178a
[ 0.309143] usbcore: registered new interface driver cdc_ether
[ 0.309173] usbcore: registered new interface driver smsc75xx
[ 0.309204] usbcore: registered new interface driver smsc95xx
[ 0.309234] usbcore: registered new interface driver net1080
[ 0.309265] usbcore: registered new interface driver cdc_subset
[ 0.309295] usbcore: registered new interface driver zaurus
[ 0.309356] usbcore: registered new interface driver cdc_ncm
[ 0.310028] usbcore: registered new interface driver usb-storage
[ 0.324554] i2c_dev: i2c /dev entries driver
[ 0.326873] sdhci: Secure Digital Host Controller Interface driver
[ 0.326904] sdhci: Copyright(c) Pierre Ossman
[ 0.327056] Synopsys Designware Multimedia Card Interface Driver
[ 0.327270] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.327880] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.328155] usbcore: registered new interface driver usbhid
[ 0.328155] usbhid: USB HID core driver
[ 0.330627] NET: Registered PF_INET6 protocol family
[ 0.334716] Segment Routing with IPv6
[ 0.334777] In-situ OAM (IOAM) with IPv6
[ 0.334838] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 0.335327] NET: Registered PF_PACKET protocol family
[ 0.335327] can: controller area network core
[ 0.335388] NET: Registered PF_CAN protocol family
[ 0.335388] can: raw protocol
[ 0.335388] can: broadcast manager protocol
[ 0.335418] can: netlink gateway - max_hops=1
[ 0.335540] Key type dns_resolver registered
[ 0.335601] ThumbEE CPU extension supported.
[ 0.335632] Registering SWP/SWPB emulation handler
[ 0.336090] omap_voltage_late_init: Voltage driver support not added
[ 0.336120] Power Management for TI OMAP4+ devices.
[ 0.336791] Loading compiled-in X.509 certificates
[ 0.427093] platform 4a000000.interconnect: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@d00/clock@20
[ 0.432952] pinctrl-single 4a003400.pinmux: 282 pins, size 1128
[ 0.484497] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
[ 0.511108] gpio gpiochip0: (gpio-0-31): not an immutable chip, please consider fixing it!
[ 0.511840] OMAP GPIO hardware version 0.1
[ 0.514373] ti-sysc: probe of 4ae18000.target-module failed with error -16
[ 0.532012] printk: console [ttyS2] disabled
[ 0.532073] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 98, base_baud = 3000000) is a 8250
[ 2.328979] printk: console [ttyS2] enabled
[ 2.340972] gpio gpiochip1: (gpio-32-63): not an immutable chip, please consider fixing it!
[ 2.350799] gpio gpiochip2: (gpio-64-95): not an immutable chip, please consider fixing it!
[ 2.360626] gpio gpiochip3: (gpio-96-127): not an immutable chip, please consider fixing it!
[ 2.370452] gpio gpiochip4: (gpio-128-159): not an immutable chip, please consider fixing it!
[ 2.380340] gpio gpiochip5: (gpio-160-191): not an immutable chip, please consider fixing it!
[ 2.390319] gpio gpiochip6: (gpio-192-223): not an immutable chip, please consider fixing it!
[ 2.400329] gpio gpiochip7: (gpio-224-255): not an immutable chip, please consider fixing it!
[ 2.415679] palmas 0-0058: Irq flag is 0x00000004
[ 2.446014] palmas 0-0058: Muxing GPIO 2f, PWM 0, LED 0
[ 2.478607] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
[ 2.491455] omap_rng 48090000.rng: Random Number Generator ver. 20
[ 2.497802] random: crng init done
[ 2.584167] davinci_mdio 48485000.mdio: davinci mdio revision 1.6, bus freq 1000000
[ 2.596557] davinci_mdio 48485000.mdio: phy[0]: device 48485000.mdio:00, driver Micrel KSZ9031 Gigabit PHY
[ 2.606292] davinci_mdio 48485000.mdio: phy[1]: device 48485000.mdio:01, driver Micrel KSZ9031 Gigabit PHY
[ 2.616668] cpsw-switch 48484000.switch: initialized cpsw ale version 1.4
[ 2.623474] cpsw-switch 48484000.switch: ALE Table size 1024
[ 2.629272] cpsw-switch 48484000.switch: cpts: overflow check period 500 (jiffies)
[ 2.636932] cpsw-switch 48484000.switch: CPTS: ref_clk_freq:266000000 calc_mult:4036623398 calc_shift:30 error:-1 nsec/sec
[ 2.648071] cpsw-switch 48484000.switch: Detected MACID = 44:ea:d8:17:c5:4e
[ 2.655120] cpsw-switch 48484000.switch: Detected MACID = 44:ea:d8:17:c5:4f
[ 2.663879] cpsw-switch 48484000.switch: initialized (regs 0x48484000, pool size 256) hw_ver:0019010F 1.15 (0)
[ 2.687957] ti-sysc: probe of 4882c000.target-module failed with error -16
[ 2.695678] ti-sysc: probe of 4882e000.target-module failed with error -16
[ 2.718688] dra7-pcie 51000000.pcie: host bridge /ocp/target-module@51000000/pcie@51000000 ranges:
[ 2.727813] dra7-pcie 51000000.pcie: IO 0x0020003000..0x0020012fff -> 0x0000000000
[ 2.735992] dra7-pcie 51000000.pcie: MEM 0x0020013000..0x002fffffff -> 0x0020013000
[ 2.744354] dra7-pcie 51000000.pcie: iATU unroll: disabled
[ 2.749847] dra7-pcie 51000000.pcie: iATU regions: 16 ob, 4 ib, align 4K, limit 4G
[ 2.857604] dra7-pcie 51000000.pcie: PCIe Gen.2 x1 link up
[ 2.863220] dra7-pcie 51000000.pcie: PCI host bridge to bus 0000:00
[ 2.869567] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 2.875091] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 2.881286] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
[ 2.888244] pci 0000:00:00.0: [104c:8888] type 01 class 0x060400
[ 2.894317] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x000fffff]
[ 2.900604] pci 0000:00:00.0: reg 0x14: [mem 0x00000000-0x0000ffff]
[ 2.906982] pci 0000:00:00.0: supports D1
[ 2.911010] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 2.924316] PCI: bus0: Fast back to back transfers disabled
[ 2.930084] pci 0000:01:00.0: [1912:0014] type 00 class 0x0c0330
[ 2.936218] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00001fff 64bit]
[ 2.943389] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 3.134185] PCI: bus1: Fast back to back transfers disabled
[ 3.139831] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff]
[ 3.146667] pci 0000:00:00.0: BAR 8: assigned [mem 0x20200000-0x202fffff]
[ 3.153503] pci 0000:00:00.0: BAR 1: assigned [mem 0x20020000-0x2002ffff]
[ 3.160339] pci 0000:01:00.0: BAR 0: assigned [mem 0x20200000-0x20201fff 64bit]
[ 3.167724] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[ 3.172973] pci 0000:00:00.0: bridge window [mem 0x20200000-0x202fffff]
[ 3.180206] pcieport 0000:00:00.0: PME: Signaling with IRQ 129
[ 3.186218] pci 0000:01:00.0: enabling device (0140 -> 0142)
[ 3.192138] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 3.197448] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[ 3.210662] xhci_hcd 0000:01:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000410
[ 3.220520] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 3.225799] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[ 3.233215] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[ 3.240112] hub 1-0:1.0: USB hub found
[ 3.243927] hub 1-0:1.0: 4 ports detected
[ 3.248565] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 3.257171] hub 2-0:1.0: USB hub found
[ 3.260955] hub 2-0:1.0: 4 ports detected
[ 3.272003] edma 43300000.dma: memcpy is disabled
[ 3.280303] edma 43300000.dma: TI EDMA DMA engine driver
[ 3.292358] omap-iommu 40d01000.mmu: 40d01000.mmu registered
[ 3.300292] omap-iommu 40d02000.mmu: 40d02000.mmu registered
[ 3.307220] platform 40800000.dsp: Adding to iommu group 0
[ 3.314514] platform 58820000.ipu: Adding to iommu group 1
[ 3.320190] omap-iommu 58882000.mmu: 58882000.mmu registered
[ 3.328216] platform 55020000.ipu: Adding to iommu group 2
[ 3.333770] omap-iommu 55082000.mmu: 55082000.mmu registered
[ 3.344848] spi-nor spi0.0: s25fl256s1 (32768 Kbytes)
[ 3.350128] 7 fixed-partitions partitions found on MTD device spi0.0
[ 3.356536] Creating 7 MTD partitions on "spi0.0":
[ 3.361358] 0x000000000000-0x000000040000 : "QSPI.SPL"
[ 3.367736] 0x000000040000-0x000000140000 : "QSPI.u-boot"
[ 3.374420] 0x000000140000-0x0000001c0000 : "QSPI.u-boot-spl-os"
[ 3.381378] 0x0000001c0000-0x0000001d0000 : "QSPI.u-boot-env"
[ 3.388092] 0x0000001d0000-0x0000001e0000 : "QSPI.u-boot-env.backup1"
[ 3.395721] 0x0000001e0000-0x0000009e0000 : "QSPI.kernel"
[ 3.402069] 0x0000009e0000-0x000002000000 : "QSPI.file-system"
[ 3.421203] ti-sysc 4ae06000.target-module: Failed to create device link (0x180) with ocp
[ 3.439483] palmas-rtc 48070000.i2c:tps659038@58:tps659038_rtc: registered as rtc0
[ 3.448089] palmas-rtc 48070000.i2c:tps659038@58:tps659038_rtc: setting system clock to 2000-01-01T00:02:00 UTC (946684920)
[ 3.460998] omap_gpio 4805d000.gpio: Could not set line 27 debounce to 200000 microseconds (-22)
[ 3.470703] sdhci-omap 480b4000.mmc: supply pbias not found, using dummy regulator
[ 3.480316] clk: Disabling unused clocks
[ 3.485900] sdhci-omap 4809c000.mmc: Got CD GPIO
[ 3.491760] sdhci-omap 4809c000.mmc: no pinctrl state for ddr_3_3v mode
[ 3.514221] mmc1: SDHCI controller on 480b4000.mmc [480b4000.mmc] using ADMA
[ 3.524444] mmc0: SDHCI controller on 4809c000.mmc [4809c000.mmc] using ADMA
[ 3.531829] Waiting for root device PARTUUID=595bfe08-02...
[ 3.583709] mmc0: new high speed SDHC card at address b368
[ 3.590637] mmcblk0: mmc0:b368 USD00 14.7 GiB
[ 3.596893] mmcblk0: p1 p2 p3
[ 3.671142] mmc1: new DDR MMC card at address 0001
[ 3.676910] mmcblk1: mmc1:0001 R1J56L 13.8 GiB
[ 3.683349] mmcblk1boot0: mmc1:0001 R1J56L 4.00 MiB
[ 3.689697] mmcblk1boot1: mmc1:0001 R1J56L 4.00 MiB
[ 3.695953] mmcblk1rpmb: mmc1:0001 R1J56L 128 KiB, chardev (243:0)
[ 3.705108] EXT4-fs (mmcblk0p2): 1 orphan inode deleted
[ 3.710388] EXT4-fs (mmcblk0p2): recovery complete
[ 3.722534] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: disabled.
[ 3.732421] VFS: Mounted root (ext4 filesystem) on device 179:2.
[ 3.739196] devtmpfs: mounted
[ 3.742828] Freeing unused kernel image (initmem) memory: 1024K
[ 3.748992] Run /sbin/init as init process
[ 4.085632] systemd[1]: System time before build time, advancing clock.
[ 4.117706] systemd[1]: systemd 250.5+ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)
[ 4.150054] systemd[1]: Detected architecture arm.
Welcome to [1mArago 2023.10[0m!
[ 4.196197] systemd[1]: Hostname set to .
[ 4.356567] systemd-sysv-generator[87]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 4.381927] systemd-sysv-generator[87]: SysV service '/etc/init.d/gdbserverproxy' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 4.646362] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 4.711608] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 4.790435] systemd[1]: Queued start job for default target Graphical Interface.
[ 4.800018] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 4.835174] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 4.875854] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 4.914672] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 4.954986] 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.
[ 4.994384] 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.
[ 5.035278] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 5.074279] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 5.114562] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 5.154296] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 5.195129] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 5.234313] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 5.285400] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 5.325012] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 5.400177] systemd[1]: Journal Audit Socket was skipped because of a failed condition check (ConditionSecurity=audit).
[ 5.411682] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 5.444732] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 5.484893] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 5.525421] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 5.565124] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 5.604614] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 5.645324] systemd[1]: Huge Pages File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[ 5.684417] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 5.702301] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 5.774444] systemd[1]: Mounting Kernel Trace File System...
Mounting [0;1;39mKernel Trace File System[0m...
[ 5.844482] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 5.887634] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 5.964630] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 6.034637] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 6.104614] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 6.184692] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 6.244628] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 6.254302] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 6.268341] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[ 6.281677] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[ 6.314880] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 6.347625] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 6.384704] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 6.404235] cryptodev: loading out-of-tree module taints kernel.
[ 6.426452] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[ 6.433898] cryptodev: driver 1.12 loaded.
[0m...
[ 6.464599] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 6.503997] systemd[1]: Started RPC Bind.
[ 6.522705] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: disabled.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 6.585998] systemd[1]: Mounted POSIX Message Queue File System.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[ 6.614776] systemd[1]: Mounted Kernel Debug File System.
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m.
[ 6.654541] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Trace File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mTemporary Directory /tmp[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate List of Static Device Nodes[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mStart psplash boot splash screen[0m.
See 'systemctl status psplash-start.service' for details.
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mStarprogress communication helper[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m.
[[0;32m OK [0m] Finished [0;1;39mGenerate network units from Kernel command line[0m.
[[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m.
Mounting [0;1;39mKernel Configuration File System[0m...
Starting [0;1;39mFlush Journal to Persistent Storage[0m...
[ 7.144592] systemd-journald[99]: Received client request to flush runtime journal.
Starting [0;1;39mApply Kernel Variables[0m...
Starting [0;1;39mCreate System Users[0m...
[[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m.
[[0;32m OK [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m.
[[0;32m OK [0m] Finished [0;1;39mApply Kernel Variables[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;39mCreate Static Device Nodes in /dev[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Local File Systems[0m.
Mounting [0;1;39m/media/ram[0m...
Mounting [0;1;39m/var/volatile[0m...
Starting [0;1;39mRule-based Managefor Device Events and Files[0m...
[[0;32m OK [0m] Mounted [0;1;39m/media/ram[0m.
[[0;32m OK [0m] Mounted [0;1;39m/var/volatile[0m.
Starting [0;1;39mLoad/Save Random Seed[0m...
[[0;32m OK [0m] Reached target [0;1;39mLocal File Systems[0m.
Starting [0;1;39mRebuild Dynamic Linker Cache[0m...
Starting [0;1;39mCreate Volatile Files and Directories[0m...
[[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m.
Starting [0;1;39mRebuild Journal Catalog[0m...
Starting [0;1;39mNetwork Time Synchronization[0m...
Starting [0;1;39mRecord System Boot/Shutdown in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord System Boot/Shutdown in UTMP[0m.
[[0;32m OK [0m] Finished [0;1;39mRebuild Journal Catalog[0m.
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[0m.
[ 8.715454] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
[ 8.785614] omap-sham 4b101000.sham: will run requests pump with realtime priority
[ 8.981658] omap-sham 42701000.sham: hw accel on OMAP rev 4.3
[ 9.009399] omap-sham 42701000.sham: will run requests pump with realtime priority
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[ 9.165924] omap_gpio 4805b000.gpio: Could not set line 7 debounce to 20000 microseconds (-22)
[ 9.309143] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.
[ 9.374328] omap-des 480a5000.des: will run requests pump with realtime priority
[ 9.645812] omap_rtc 48838000.rtc: registered as rtc1
[ 9.702758] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
[ 9.764770] omap-rproc 58820000.ipu: assigned reserved memory node ipu1-memory@9d000000
[ 9.773315] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
[ 9.826599] remoteproc remoteproc0: 58820000.ipu is available
[ 9.868072] mc: Linux media interface: v0.10
[ 9.915374] omap-rproc 55020000.ipu: assigned reserved memory node ipu2-memory@95800000
[ 9.958282] videodev: Linux video capture interface: v2.00
[ 10.034698] remoteproc remoteproc1: 55020000.ipu is available
[ 10.058074] omap-rproc 40800000.dsp: assigned reserved memory node dsp1-memory@99000000
[ 10.158172] remoteproc remoteproc2: 40800000.dsp is available
[ 10.267883] remoteproc remoteproc0: powering up 58820000.ipu
[ 10.273590] remoteproc remoteproc0: Booting fw image dra7-ipu1-fw.xem4, size 4925324
[ 10.388092] omap-iommu 58882000.mmu: 58882000.mmu: version 2.1
[ 10.457946] rproc-virtio rproc-virtio.1.auto: assigned reserved memory node ipu1-memory@9d000000
[ 10.544219] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 10.568511] remoteproc remoteproc1: powering up 55020000.ipu
[ 10.600677] remoteproc remoteproc1: Booting fw image dra7-ipu2-fw.xem4, size 4925424
[ 10.613769] rproc-virtio rproc-virtio.1.auto: registered virtio0 (type 7)
[ 10.694305] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
[ 10.700439] remoteproc remoteproc0: remote processor 58820000.ipu is now up
[ 10.724639] remoteproc remoteproc2: powering up 40800000.dsp
[ 10.754241] remoteproc remoteproc2: Booting fw image dra7-dsp1-fw.xe66, size 5611192
[ 10.776641] vpe 489d0000.vpe: loading firmware vpdma-1b8.bin
[ 10.807830] ahci-dwc 4a140000.sata: supply ahci not found, using dummy regulator
[ 10.856903] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0
[ 10.862823] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0
[ 10.890502] ahci-dwc 4a140000.sata: supply phy not found, using dummy regulator
[ 10.913513] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[ 10.972167] ahci-dwc 4a140000.sata: supply target not found, using dummy regulator
[ 10.996124] virtio_rpmsg_bus virtio0: malformed ns msg (72)
[ 11.023498] virtio_rpmsg_bus virtio0: malformed ns msg (72)
[ 11.044067] c_can_platform 4ae3c000.can: c_can_platform device registered (regs=432869a8, irq=156)
[ 11.060333] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
[ 11.076232] ahci-dwc 4a140000.sata: forcing port_map 0x0 -> 0x1
[ 11.117095] virtio_rpmsg_bus virtio0: malformed ns msg (72)
[ 11.135620] ahci-dwc 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
[ 11.152313] omap-aes 4b500000.aes: will run requests pump with realtime priority
[ 11.169555] virtio_rpmsg_bus virtio0: malformed ns msg (72)
[ 11.251983] ahci-dwc 4a140000.sata: flags: 64bit ncq sntf pm led clo only pmp pio slum part ccc apst
[ 11.264282] vpe 489d0000.vpe: Device registered as /dev/video0
[ 11.284454] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
[ 11.335754] omap-aes 4b700000.aes: will run requests pump with realtime priority
[ 11.412078] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node dsp1-memory@99000000
[ 11.429138] scsi host0: ahci-dwc
[ 11.447998] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 157
[[0m[0;31m* [0m] A start job is running for Rebuild namic Linker Cache (6s / no limit)
M
[K[[0;32m OK [0m] Finished [0;1;39mRebuild Dynamic Linker Cache[0m.
[K[ 11.581542] virtio_rpmsg_bus virtio1: rpmsg host is online
Starting [0;1;39mRun pending postinsts[0m...
Starting [0;1;39mUpdate is Completed[0m...[ 11.651733] rproc-virtio rproc-virtio.3.auto: registered virtio1 (type 7)
[ 11.760406] remoteproc remoteproc2: remote processor 40800000.dsp is now up
[ 11.873016] virtio_rpmsg_bus virtio1: malformed ns msg (72)
[ 11.884582] ata1: SATA link down (SStatus 0 SControl 300)
[ 11.984191] virtio_rpmsg_bus virtio1: malformed ns msg (72)
[ 11.989776] virtio_rpmsg_bus virtio1: malformed ns msg (72)
[[0;32m OK [0m] Finished [0;1;39mUpdate is Completed[0m.
[ 12.154235] virtio_rpmsg_bus virtio1: malformed ns msg (72)
[ 12.171020] DSS: OMAP DSS rev 6.1
[ 12.230987] [drm] Initialized pvr 1.17.4948957 20110701 for 56000000.gpu on minor 0
[ 12.280120] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node ipu2-memory@95800000
[ 12.435089] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops [omapdrm])
[ 12.450958] virtio_rpmsg_bus virtio2: rpmsg host is online
[ 12.566680] rproc-virtio rproc-virtio.2.auto: registered virtio2 (type 7)
[ 12.573516] remoteproc remoteproc1: remote processor 55020000.ipu is now up
[ 12.594238] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_component_ops [omapdrm])
[ 12.748046] virtio_rpmsg_bus virtio2: malformed ns msg (72)
[ 12.753662] virtio_rpmsg_bus virtio2: malformed ns msg (72)
[ 12.917663] virtio_rpmsg_bus virtio2: malformed ns msg (72)
[ 12.923309] virtio_rpmsg_bus virtio2: malformed ns msg (72)
[ 12.960937] dmm 4e000000.dmm: workaround for errata i878 in use
[ 13.056915] dmm 4e000000.dmm: initialized all PAT entries
[ 13.173645] omapdrm omapdrm.0: [drm] Cannot find any crtc or sizes
[ 13.226135] ------------[ cut here ]------------
[ 13.230834] WARNING: CPU: 0 PID: 124 at drivers/gpu/drm/drm_bridge.c:1416 drm_bridge_hpd_enable+0x7c/0x80
[ 13.240509] Hot plug detection already enabled
[ 13.244995] Modules linked in: pvrsrvkm(O) omapdrm(+) cec omap_aes_driver c_can_platform libaes pruss c_can omap_wdt ahci_dwc ti_vpe ti_sc ti_csc ti_vpdma v4l2_mem2mem videobuf2_dma_contig videobuf2_memops videobuf2_v4l2 videobuf2_common videodev mc dwc3_omap omap_mailbox rtc_omap omap_des omap_crypto libdes extcon_palmas omap_sham crypto_engine omap_remoteproc virtio_rpmsg_bus rpmsg_ns rpmsg_core display_connector ti_tpd12s015 gdbserverproxy(O) cryptodev(O)
[ 13.285949] CPU: 0 PID: 124 Comm: systemd-udevd Tainted: G O 6.1.105-ti-g92ce8d7d2ab6 #1
[ 13.295501] Hardware name: Generic DRA72X (Flattened Device Tree)
[ 13.301605] unwind_backtrace from show_stack+0x10/0x14
[ 13.306884] show_stack from dump_stack_lvl+0x40/0x4c
[ 13.311950] dump_stack_lvl from __warn+0x7c/0x158
[ 13.316772] __warn from warn_slowpath_fmt+0x11c/0x1ac
[ 13.321960] warn_slowpath_fmt from drm_bridge_hpd_enable+0x7c/0x80
[ 13.328247] drm_bridge_hpd_enable from pdev_probe+0x5bc/0x75c [omapdrm]
[ 13.335083] pdev_probe [omapdrm] from platform_probe+0x5c/0xbc
[ 13.341125] platform_probe from really_probe+0xc8/0x2ec
[ 13.346466] really_probe from __driver_probe_device+0x88/0x1a0
[ 13.352416] __driver_probe_device from driver_probe_device+0x30/0x104
[ 13.358978] driver_probe_device from __driver_attach+0x90/0x174
[ 13.365020] __driver_attach from bus_for_each_dev+0x70/0xb0
[ 13.370697] bus_for_each_dev from bus_add_driver+0x164/0x1f0
[ 13.376464] bus_add_driver from driver_register+0x88/0x11c
[ 13.382080] driver_register from __platform_register_drivers+0x38/0x88
[ 13.388732] __platform_register_drivers from omap_drm_init+0x3c/0x50 [omapdrm]
[ 13.396148] omap_drm_init [omapdrm] from do_one_initcall+0x40/0x240
[ 13.402618] do_one_initcall from do_init_module+0x44/0x1d4
[ 13.408233] do_init_module from sys_finit_module+0xbc/0xf8
[ 13.413848] sys_finit_module from __sys_trace_return+0x0/0x10
[ 13.419708] Exception stack(0xf149dfa8 to 0xf149dff0)
[ 13.424774] dfa0: 00000000 00000000 0000000f b6d6a878 00000000 00020000
[ 13.432983] dfc0: 00000000 00000000 00000000 0000017b 00000000 00099308 00000007 00000000
[ 13.441223] dfe0: bef12710 bef12700 b6d65d2f b6c9b052
[ 13.446319] ---[ end trace 0000000000000000 ]---
[[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (9s / no limit)
M
[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (9s / no limit)
M
[K[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
[K
U-Boot SPL 2023.04-ti-g0853d7725220 (Oct 08 2024 - 22:59:40 +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... OK
U-Boot 2023.04-ti-g0853d7725220 (Oct 08 2024 - 22:59:40 +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... OK
Net:
Warning: ethernet@48484000 MAC addresses don't match:
Address in ROM is 44:ea:d8:17:c5:4e
Address in environment is 70:ff:76:1c:27:2d
eth2: ethernet@48484000
Hit any key to stop autoboot: 2 1 0
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
7877120 bytes read in 345 ms (21.8 MiB/s)
209192 bytes read in 12 ms (16.6 MiB/s)
Working FDT set to 88000000
Kernel image @ 0x82000000 [ 0x000000 - 0x783200 ]
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Working FDT set to 88000000
Loading Device Tree to 8fec9000, end 8fffffff ... OK
Working FDT set to 8fec9000
ft_fixup_clocks failed for DSP voltage domain:
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 6.1.105-ti-g92ce8d7d2ab6 (oe-user@oe-host) (arm-oe-linux-gnueabi-gcc (GCC) 11.5.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Tue Oct 8 22:45:21 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] efi: UEFI not found.
[ 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] 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] 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] cma: Reserved 64 MiB at 0xbc000000
[ 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 16 pages/cpu s34260 r8192 d23084 u65536
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 260100
[ 0.000000] Kernel command line: console=ttyS2,115200n8 root=PARTUUID=595bfe08-02 rw rootfstype=ext4 rootwait
[ 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] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 796112K/1046528K available (12288K kernel code, 1463K rwdata, 3252K rodata, 1024K init, 300K bss, 29232K reserved, 221184K cma-reserved, 196608K highmem)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] trace event string verifier disabled
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=16 to nr_cpu_ids=1.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 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.003173] TI gptimer percpu-dmtimer: 20000000 Hz at /ocp/interconnect@48800000/segment@0/target-module@2c000
[ 0.003234] Failed to initialize '/ocp/interconnect@48800000/segment@0/target-module@2e000/timer@0': -22
[ 0.004302] Console: colour dummy device 80x30
[ 0.004333] 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.062133] CPU0: Spectre BHB: enabling loop workaround for all CPUs
[ 0.062133] pid_max: default: 32768 minimum: 301
[ 0.062286] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.062286] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.062896] /cpus/cpu@0 missing clock-frequency property
[ 0.062927] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.063537] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.063537] cblist_init_generic: Setting shift to 0 and lim to 1.
[ 0.063629] Setting up static identity map for 0x80100000 - 0x80100060
[ 0.063751] rcu: Hierarchical SRCU implementation.
[ 0.063751] rcu: Max phase no-delay instances is 1000.
[ 0.066162] EFI services will not be available.
[ 0.066284] smp: Bringing up secondary CPUs ...
[ 0.066284] smp: Brought up 1 node, 1 CPU
[ 0.066284] SMP: Total of 1 processors activated (1993.93 BogoMIPS).
[ 0.066284] CPU: All CPU(s) started in HYP mode.
[ 0.066284] CPU: Virtualization extensions available.
[ 0.066619] devtmpfs: initialized
[ 0.092987] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[ 0.093170] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.093200] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
[ 0.096771] pinctrl core: initialized pinctrl subsystem
[ 0.097442] DMI not present or invalid.
[ 0.097869] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.099578] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.100494] thermal_sys: Registered thermal governor 'step_wise'
[ 0.100555] cpuidle: using governor menu
[ 0.126800] platform ocp: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@e00/clock@20
[ 0.126861] platform ocp: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@700/clock@20
[ 0.129882] platform connector@0: Fixed dependency cycle(s) with /encoder@0
[ 0.129974] platform encoder@0: Fixed dependency cycle(s) with /connector@0
[ 0.130035] platform encoder@0: Fixed dependency cycle(s) with /ocp/target-module@58000000/dss@0/target-module@40000/encoder@0
[ 0.130493] No ATAGs?
[ 0.130523] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.130554] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.154876] iommu: Default domain type: Translated
[ 0.154876] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.156249] SCSI subsystem initialized
[ 0.156585] usbcore: registered new interface driver usbfs
[ 0.156616] usbcore: registered new interface driver hub
[ 0.156646] usbcore: registered new device driver usb
[ 0.157043] pps_core: LinuxPPS API ver. 1 registered
[ 0.157043] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti
[ 0.157043] PTP clock support registered
[ 0.157196] EDAC MC: Ver: 3.0.0
[ 0.164093] clocksource: Switched to clocksource 32k_counter
[ 0.171844] NET: Registered PF_INET protocol family
[ 0.173156] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.184387] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[ 0.184417] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.184448] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 0.184478] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.184722] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.184783] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.184844] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.184967] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.185333] RPC: Registered named UNIX socket transport module.
[ 0.185363] RPC: Registered udp transport module.
[ 0.185363] RPC: Registered tcp transport module.
[ 0.185363] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.185363] PCI: CLS 0 bytes, default 64
[ 0.185913] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
[ 0.186706] Initialise system trusted keyrings
[ 0.186889] workingset: timestamp_bits=30 max_order=18 bucket_order=0
[ 0.191711] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.192443] NFS: Registering the id_resolver key type
[ 0.192474] Key type id_resolver registered
[ 0.192474] Key type id_legacy registered
[ 0.192535] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.192565] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.192596] ntfs: driver 2.1.32 [Flags: R/O].
[ 0.193054] Key type asymmetric registered
[ 0.193054] Asymmetric key parser 'x509' registered
[ 0.193176] bounce: pool size: 64 pages
[ 0.193267] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 0.193267] io scheduler mq-deadline registered
[ 0.193298] io scheduler kyber registered
[ 0.277160] Serial: 8250/16550 driver, 5 ports, IRQ sharing enabled
[ 0.279113] STMicroelectronics ASC driver initialized
[ 0.300537] brd: module loaded
[ 0.305053] loop: module loaded
[ 0.309295] CAN device driver interface
[ 0.309631] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.309661] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.309692] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.309692] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.310455] pegasus: Pegasus/Pegasus II USB Ethernet driver
[ 0.310516] usbcore: registered new interface driver pegasus
[ 0.310546] usbcore: registered new interface driver asix
[ 0.310577] usbcore: registered new interface driver ax88179_178a
[ 0.310607] usbcore: registered new interface driver cdc_ether
[ 0.310638] usbcore: registered new interface driver smsc75xx
[ 0.310668] usbcore: registered new interface driver smsc95xx
[ 0.310699] usbcore: registered new interface driver net1080
[ 0.310729] usbcore: registered new interface driver cdc_subset
[ 0.310760] usbcore: registered new interface driver zaurus
[ 0.310821] usbcore: registered new interface driver cdc_ncm
[ 0.311462] usbcore: registered new interface driver usb-storage
[ 0.324584] i2c_dev: i2c /dev entries driver
[ 0.326904] sdhci: Secure Digital Host Controller Interface driver
[ 0.326934] sdhci: Copyright(c) Pierre Ossman
[ 0.327087] Synopsys Designware Multimedia Card Interface Driver
[ 0.327301] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.327911] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.328186] usbcore: registered new interface driver usbhid
[ 0.328186] usbhid: USB HID core driver
[ 0.330688] NET: Registered PF_INET6 protocol family
[ 0.334747] Segment Routing with IPv6
[ 0.334777] In-situ OAM (IOAM) with IPv6
[ 0.334838] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 0.335327] NET: Registered PF_PACKET protocol family
[ 0.335357] can: controller area network core
[ 0.335388] NET: Registered PF_CAN protocol family
[ 0.335388] can: raw protocol
[ 0.335418] can: broadcast manager protocol
[ 0.335418] can: netlink gateway - max_hops=1
[ 0.335571] Key type dns_resolver registered
[ 0.335632] ThumbEE CPU extension supported.
[ 0.335632] Registering SWP/SWPB emulation handler
[ 0.336120] omap_voltage_late_init: Voltage driver support not added
[ 0.336120] Power Management for TI OMAP4+ devices.
[ 0.336822] Loading compiled-in X.509 certificates
[ 0.427124] platform 4a000000.interconnect: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@d00/clock@20
[ 0.432983] pinctrl-single 4a003400.pinmux: 282 pins, size 1128
[ 0.484710] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
[ 0.511108] gpio gpiochip0: (gpio-0-31): not an immutable chip, please consider fixing it!
[ 0.511840] OMAP GPIO hardware version 0.1
[ 0.525421] ti-sysc: probe of 4ae18000.target-module failed with error -16
[ 0.544250] printk: console [ttyS2] disabled
[ 0.544311] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 98, base_baud = 3000000) is a 8250
[ 2.328765] printk: console [ttyS2] enabled
[ 2.340942] gpio gpiochip1: (gpio-32-63): not an immutable chip, please consider fixing it!
[ 2.350799] gpio gpiochip2: (gpio-64-95): not an immutable chip, please consider fixing it!
[ 2.360656] gpio gpiochip3: (gpio-96-127): not an immutable chip, please consider fixing it!
[ 2.370513] gpio gpiochip4: (gpio-128-159): not an immutable chip, please consider fixing it!
[ 2.380432] gpio gpiochip5: (gpio-160-191): not an immutable chip, please consider fixing it!
[ 2.390441] gpio gpiochip6: (gpio-192-223): not an immutable chip, please consider fixing it!
[ 2.400482] gpio gpiochip7: (gpio-224-255): not an immutable chip, please consider fixing it!
[ 2.415985] palmas 0-0058: Irq flag is 0x00000004
[ 2.446228] palmas 0-0058: Muxing GPIO 2f, PWM 0, LED 0
[ 2.480560] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
[ 2.493774] omap_rng 48090000.rng: Random Number Generator ver. 20
[ 2.500122] random: crng init done
[ 2.584167] davinci_mdio 48485000.mdio: davinci mdio revision 1.6, bus freq 1000000
[ 2.596740] davinci_mdio 48485000.mdio: phy[0]: device 48485000.mdio:00, driver Micrel KSZ9031 Gigabit PHY
[ 2.606506] davinci_mdio 48485000.mdio: phy[1]: device 48485000.mdio:01, driver Micrel KSZ9031 Gigabit PHY
[ 2.616882] cpsw-switch 48484000.switch: initialized cpsw ale version 1.4
[ 2.623718] cpsw-switch 48484000.switch: ALE Table size 1024
[ 2.629516] cpsw-switch 48484000.switch: cpts: overflow check period 500 (jiffies)
[ 2.637176] cpsw-switch 48484000.switch: CPTS: ref_clk_freq:266000000 calc_mult:4036623398 calc_shift:30 error:-1 nsec/sec
[ 2.648315] cpsw-switch 48484000.switch: Detected MACID = 44:ea:d8:17:c5:4e
[ 2.655364] cpsw-switch 48484000.switch: Detected MACID = 44:ea:d8:17:c5:4f
[ 2.664154] cpsw-switch 48484000.switch: initialized (regs 0x48484000, pool size 256) hw_ver:0019010F 1.15 (0)
[ 2.688598] ti-sysc: probe of 4882c000.target-module failed with error -16
[ 2.696319] ti-sysc: probe of 4882e000.target-module failed with error -16
[ 2.719879] dra7-pcie 51000000.pcie: host bridge /ocp/target-module@51000000/pcie@51000000 ranges:
[ 2.729003] dra7-pcie 51000000.pcie: IO 0x0020003000..0x0020012fff -> 0x0000000000
[ 2.737213] dra7-pcie 51000000.pcie: MEM 0x0020013000..0x002fffffff -> 0x0020013000
[ 2.745574] dra7-pcie 51000000.pcie: iATU unroll: disabled
[ 2.751098] dra7-pcie 51000000.pcie: iATU regions: 16 ob, 4 ib, align 4K, limit 4G
[ 2.858886] dra7-pcie 51000000.pcie: PCIe Gen.2 x1 link up
[ 2.864532] dra7-pcie 51000000.pcie: PCI host bridge to bus 0000:00
[ 2.870849] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 2.876373] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 2.882598] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
[ 2.889556] pci 0000:00:00.0: [104c:8888] type 01 class 0x060400
[ 2.895599] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x000fffff]
[ 2.901916] pci 0000:00:00.0: reg 0x14: [mem 0x00000000-0x0000ffff]
[ 2.908294] pci 0000:00:00.0: supports D1
[ 2.912322] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 2.925659] PCI: bus0: Fast back to back transfers disabled
[ 2.931427] pci 0000:01:00.0: [1912:0014] type 00 class 0x0c0330
[ 2.937561] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00001fff 64bit]
[ 2.944732] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 3.134185] PCI: bus1: Fast back to back transfers disabled
[ 3.139801] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff]
[ 3.146667] pci 0000:00:00.0: BAR 8: assigned [mem 0x20200000-0x202fffff]
[ 3.153472] pci 0000:00:00.0: BAR 1: assigned [mem 0x20020000-0x2002ffff]
[ 3.160339] pci 0000:01:00.0: BAR 0: assigned [mem 0x20200000-0x20201fff 64bit]
[ 3.167724] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[ 3.172973] pci 0000:00:00.0: bridge window [mem 0x20200000-0x202fffff]
[ 3.180206] pcieport 0000:00:00.0: PME: Signaling with IRQ 129
[ 3.186248] pci 0000:01:00.0: enabling device (0140 -> 0142)
[ 3.192169] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 3.197479] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[ 3.210723] xhci_hcd 0000:01:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000410
[ 3.220581] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 3.225860] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[ 3.233306] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[ 3.240234] hub 1-0:1.0: USB hub found
[ 3.244018] hub 1-0:1.0: 4 ports detected
[ 3.248718] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 3.257354] hub 2-0:1.0: USB hub found
[ 3.261169] hub 2-0:1.0: 4 ports detected
[ 3.272277] edma 43300000.dma: memcpy is disabled
[ 3.280639] edma 43300000.dma: TI EDMA DMA engine driver
[ 3.292724] omap-iommu 40d01000.mmu: 40d01000.mmu registered
[ 3.300659] omap-iommu 40d02000.mmu: 40d02000.mmu registered
[ 3.307617] platform 40800000.dsp: Adding to iommu group 0
[ 3.314971] platform 58820000.ipu: Adding to iommu group 1
[ 3.320648] omap-iommu 58882000.mmu: 58882000.mmu registered
[ 3.328674] platform 55020000.ipu: Adding to iommu group 2
[ 3.334472] omap-iommu 55082000.mmu: 55082000.mmu registered
[ 3.345428] spi-nor spi0.0: s25fl256s1 (32768 Kbytes)
[ 3.350708] 7 fixed-partitions partitions found on MTD device spi0.0
[ 3.357116] Creating 7 MTD partitions on "spi0.0":
[ 3.361938] 0x000000000000-0x000000040000 : "QSPI.SPL"
[ 3.368377] 0x000000040000-0x000000140000 : "QSPI.u-boot"
[ 3.375091] 0x000000140000-0x0000001c0000 : "QSPI.u-boot-spl-os"
[ 3.382080] 0x0000001c0000-0x0000001d0000 : "QSPI.u-boot-env"
[ 3.388793] 0x0000001d0000-0x0000001e0000 : "QSPI.u-boot-env.backup1"
[ 3.396453] 0x0000001e0000-0x0000009e0000 : "QSPI.kernel"
[ 3.402832] 0x0000009e0000-0x000002000000 : "QSPI.file-system"
[ 3.422149] ti-sysc 4ae06000.target-module: Failed to create device link (0x180) with ocp
[ 3.441040] palmas-rtc 48070000.i2c:tps659038@58:tps659038_rtc: registered as rtc0
[ 3.449768] palmas-rtc 48070000.i2c:tps659038@58:tps659038_rtc: setting system clock to 2000-01-01T00:02:22 UTC (946684942)
[ 3.462799] omap_gpio 4805d000.gpio: Could not set line 27 debounce to 200000 microseconds (-22)
[ 3.472534] sdhci-omap 480b4000.mmc: supply pbias not found, using dummy regulator
[ 3.482177] clk: Disabling unused clocks
[ 3.487884] sdhci-omap 4809c000.mmc: Got CD GPIO
[ 3.493835] sdhci-omap 4809c000.mmc: no pinctrl state for ddr_3_3v mode
[ 3.516937] mmc1: SDHCI controller on 480b4000.mmc [480b4000.mmc] using ADMA
[ 3.524627] mmc0: SDHCI controller on 4809c000.mmc [4809c000.mmc] using ADMA
[ 3.532440] Waiting for root device PARTUUID=595bfe08-02...
[ 3.583923] mmc0: new high speed SDHC card at address b368
[ 3.591064] mmcblk0: mmc0:b368 USD00 14.7 GiB
[ 3.597351] mmcblk0: p1 p2 p3
[ 3.671630] mmc1: new DDR MMC card at address 0001
[ 3.677520] mmcblk1: mmc1:0001 R1J56L 13.8 GiB
[ 3.684020] mmcblk1boot0: mmc1:0001 R1J56L 4.00 MiB
[ 3.690521] mmcblk1boot1: mmc1:0001 R1J56L 4.00 MiB
[ 3.696685] mmcblk1rpmb: mmc1:0001 R1J56L 128 KiB, chardev (243:0)
[ 3.705657] EXT4-fs (mmcblk0p2): 1 orphan inode deleted
[ 3.710906] EXT4-fs (mmcblk0p2): recovery complete
[ 3.723480] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: disabled.
[ 3.733612] VFS: Mounted root (ext4 filesystem) on device 179:2.
[ 3.740356] devtmpfs: mounted
[ 3.744567] Freeing unused kernel image (initmem) memory: 1024K
[ 3.750610] Run /sbin/init as init process
[ 4.087921] systemd[1]: System time before build time, advancing clock.
[ 4.120605] systemd[1]: systemd 250.5+ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)
[ 4.153076] systemd[1]: Detected architecture arm.
Welcome to [1mArago 2023.10[0m!
[ 4.196228] systemd[1]: Hostname set to .
[ 4.368408] systemd-sysv-generator[87]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 4.394195] systemd-sysv-generator[87]: SysV service '/etc/init.d/gdbserverproxy' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 4.658172] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 4.723815] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 4.803222] systemd[1]: Queued start job for default target Graphical Interface.
[ 4.812866] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 4.855255] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 4.895996] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 4.934661] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 4.974548] 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.
[ 5.014495] 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.
[ 5.055389] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 5.094360] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 5.134277] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 5.174713] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 5.225341] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 5.264770] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 5.314941] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 5.355224] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 5.430603] systemd[1]: Journal Audit Socket was skipped because of a failed condition check (ConditionSecurity=audit).
[ 5.442169] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 5.484802] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 5.525604] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 5.564758] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 5.605316] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 5.644622] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 5.685455] systemd[1]: Huge Pages File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[ 5.724426] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 5.742492] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 5.814453] systemd[1]: Mounting Kernel Trace File System...
Mounting [0;1;39mKernel Trace File System[0m...
[ 5.884429] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 5.954620] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 6.024658] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 6.094635] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 6.137969] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 6.166381] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 6.234649] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 6.244354] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 6.259246] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[ 6.274932] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[ 6.314758] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 6.374664] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 6.413421] cryptodev: loading out-of-tree module taints kernel.
[ 6.434692] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel co[ 6.444396] cryptodev: driver 1.12 loaded.
mmand line[0m...
[ 6.484802] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 6.522369] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: disabled.
[ 6.534973] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 6.569000] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 6.606201] systemd[1]: Mounted POSIX Message Queue File System.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[ 6.644653] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Trace File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mTemporary Directory /tmp[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate List of Static Device Nodes[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mStart psplash boot splash screen[0m.
See 'systemctl status psplash-start.service' for details.
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mStarprogress communication helper[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m.
[[0;32m OK [0m] Finished [0;1;39mGenerate network units from Kernel command line[0m.
[[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m.
Mounting [0;1;39mKernel Configuration File System[0m...
Starting [0;1;39mFlush Journal to Persistent Storage[0m...
Starting [0;1;39mApply Kernel Variables[0m...
[ 7.194519] systemd-journald[99]: Received client request to flush runtime journal.
Starting [0;1;39mCreate System Users[0m...
[[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m.
[[0;32m OK [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m.
[[0;32m OK [0m] Finished [0;1;39mApply Kernel Variables[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;39mCreate Static Device Nodes in /dev[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Local File Systems[0m.
Mounting [0;1;39m/media/ram[0m...
Mounting [0;1;39m/var/volatile[0m...
Starting [0;1;39mRule-based Managefor Device Events and Files[0m...
[[0;32m OK [0m] Mounted [0;1;39m/media/ram[0m.
[[0;32m OK [0m] Mounted [0;1;39m/var/volatile[0m.
Starting [0;1;39mLoad/Save Random Seed[0m...
[[0;32m OK [0m] Reached target [0;1;39mLocal File Systems[0m.
Starting [0;1;39mRebuild Dynamic Linker Cache[0m...
Starting [0;1;39mCreate Volatile Files and Directories[0m...
[[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m.
Starting [0;1;39mRebuild Journal Catalog[0m...
Starting [0;1;39mNetwork Time Synchronization[0m...
Starting [0;1;39mRecord System Boot/Shutdown in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord System Boot/Shutdown in UTMP[0m.
[[0;32m OK [0m] Finished [0;1;39mRebuild Journal Catalog[0m.
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[0m.
[ 8.812744] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
[ 8.888885] omap-sham 4b101000.sham: will run requests pump with realtime priority
[ 9.075500] omap-sham 42701000.sham: hw accel on OMAP rev 4.3
[ 9.120208] omap-sham 42701000.sham: will run requests pump with realtime priority
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[ 9.177978] omap_gpio 4805b000.gpio: Could not set line 7 debounce to 20000 microseconds (-22)
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.
[ 9.407287] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
[ 9.471282] omap-des 480a5000.des: will run requests pump with realtime priority
[ 9.727020] omap_rtc 48838000.rtc: registered as rtc1
[ 9.770599] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
[ 9.834564] omap-rproc 58820000.ipu: assigned reserved memory node ipu1-memory@9d000000
[ 9.843902] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
[ 9.893218] remoteproc remoteproc0: 58820000.ipu is available
[ 9.913909] mc: Linux media interface: v0.10
[ 9.999694] omap-rproc 55020000.ipu: assigned reserved memory node ipu2-memory@95800000
[ 10.039855] videodev: Linux video capture interface: v2.00
[ 10.081695] remoteproc remoteproc1: 55020000.ipu is available
[ 10.150207] omap-rproc 40800000.dsp: assigned reserved memory node dsp1-memory@99000000
[ 10.201171] remoteproc remoteproc2: 40800000.dsp is available
[ 10.303680] remoteproc remoteproc0: powering up 58820000.ipu
[ 10.334442] remoteproc remoteproc0: Booting fw image dra7-ipu1-fw.xem4, size 4925324
[ 10.342346] omap-iommu 58882000.mmu: 58882000.mmu: version 2.1
[ 10.471496] rproc-virtio rproc-virtio.1.auto: assigned reserved memory node ipu1-memory@9d000000
[ 10.584320] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 10.626678] rproc-virtio rproc-virtio.1.auto: registered virtio0 (type 7)
[ 10.633514] remoteproc remoteproc0: remote processor 58820000.ipu is now up
[ 10.709259] remoteproc remoteproc1: powering up 55020000.ipu
[ 10.770843] remoteproc remoteproc1: Booting fw image dra7-ipu2-fw.xem4, size 4925424
[ 10.790832] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
[ 10.828735] remoteproc remoteproc2: powering up 40800000.dsp
[ 10.841827] ahci-dwc 4a140000.sata: supply ahci not found, using dummy regulator
[ 10.874023] remoteproc remoteproc2: Booting fw image dra7-dsp1-fw.xe66, size 5611192
[ 10.885803] vpe 489d0000.vpe: loading firmware vpdma-1b8.bin
[ 10.905334] ahci-dwc 4a140000.sata: supply phy not found, using dummy regulator
[ 10.952423] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0
[ 10.958404] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0
[ 10.995544] ahci-dwc 4a140000.sata: supply target not found, using dummy regulator
[ 11.026153] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[ 11.064819] ahci-dwc 4a140000.sata: forcing port_map 0x0 -> 0x1
[ 11.081909] virtio_rpmsg_bus virtio0: malformed ns msg (72)
[ 11.115509] virtio_rpmsg_bus virtio0: malformed ns msg (72)
[ 11.123596] ahci-dwc 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
[ 11.148590] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
[ 11.158538] c_can_platform 4ae3c000.can: c_can_platform device registered (regs=c72d43db, irq=157)
[ 11.188842] virtio_rpmsg_bus virtio0: malformed ns msg (72)
[ 11.218048] omap-aes 4b500000.aes: will run requests pump with realtime priority
[ 11.255920] ahci-dwc 4a140000.sata: flags: 64bit ncq sntf pm led clo only pmp pio slum part ccc apst
[ 11.271575] virtio_rpmsg_bus virtio0: malformed ns msg (72)
[ 11.352844] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
[ 11.358978] vpe 489d0000.vpe: Device registered as /dev/video0
[ 11.382568] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node dsp1-memory@99000000
[ 11.414520] omap-aes 4b700000.aes: will run requests pump with realtime priority
[[0m[0;31m* [0m] A start job is running for Rebuild namic Linker Cache (6s / no limit)
[ 11.537475] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 11.543029] rproc-virtio rproc-virtio.3.auto: registered virtio1 (type 7)
[ 11.580047] scsi host0: ahci-dwc
[ 11.583526] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 156
M
[K[[0;32m OK [0m] Finished [0;1;39mRebuild Dynamic Linker Cache[0m.
[K[ 11.681365] remoteproc remoteproc2: remote processor 40800000.dsp is now up
Starting [0;1;39mRun pending postinsts[0m...
Starting [0;1;39mUpdate is Completed[0m...
[ 11.793762] virtio_rpmsg_bus virtio1: malformed ns msg (72)
[ 11.865325] virtio_rpmsg_bus virtio1: malformed ns msg (72)
[ 11.870910] virtio_rpmsg_bus virtio1: malformed ns msg (72)
[ 12.016906] ata1: SATA link down (SStatus 0 SControl 300)
[ 12.072204] virtio_rpmsg_bus virtio1: malformed ns msg (72)
[[0;32m OK [0m] Finished [0;1;39mUpdate is Completed[0m.
[ 12.231597] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node ipu2-memory@95800000
[ 12.335144] DSS: OMAP DSS rev 6.1
[ 12.352111] [drm] Initialized pvr 1.17.4948957 20110701 for 56000000.gpu on minor 0
[ 12.430938] virtio_rpmsg_bus virtio2: rpmsg host is online
[ 12.494537] rproc-virtio rproc-virtio.2.auto: registered virtio2 (type 7)
[ 12.612823] remoteproc remoteproc1: remote processor 55020000.ipu is now up
[ 12.691467] virtio_rpmsg_bus virtio2: malformed ns msg (72)
[ 12.774169] virtio_rpmsg_bus virtio2: malformed ns msg (72)
[ 12.779754] virtio_rpmsg_bus virtio2: malformed ns msg (72)
[ 12.943878] virtio_rpmsg_bus virtio2: malformed ns msg (72)
[ 13.016540] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops [omapdrm])
[ 13.130249] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_component_ops [omapdrm])
[ 13.258697] dmm 4e000000.dmm: workaround for errata i878 in use
[ 13.370697] dmm 4e000000.dmm: initialized all PAT entries
[ 13.480834] omapdrm omapdrm.0: [drm] Cannot find any crtc or sizes
[ 13.567993] ------------[ cut here ]------------
[ 13.572662] WARNING: CPU: 0 PID: 127 at drivers/gpu/drm/drm_bridge.c:1416 drm_bridge_hpd_enable+0x7c/0x80
[ 13.582336] Hot plug detection already enabled
[ 13.586822] Modules linked in: omapdrm(+) pvrsrvkm(O) cec c_can_platform omap_aes_driver c_can pruss libaes omap_wdt ti_vpe ti_sc ti_csc ahci_dwc ti_vpdma v4l2_mem2mem videobuf2_dma_contig videobuf2_memops videobuf2_v4l2 videobuf2_common videodev mc dwc3_omap omap_mailbox rtc_omap omap_des omap_crypto libdes extcon_palmas omap_sham crypto_engine omap_remoteproc virtio_rpmsg_bus rpmsg_ns rpmsg_core display_connector ti_tpd12s015 gdbserverproxy(O) cryptodev(O)
[ 13.627777] CPU: 0 PID: 127 Comm: systemd-udevd Tainted: G O 6.1.105-ti-g92ce8d7d2ab6 #1
[ 13.637298] Hardware name: Generic DRA72X (Flattened Device Tree)
[ 13.643432] unwind_backtrace from show_stack+0x10/0x14
[ 13.648681] show_stack from dump_stack_lvl+0x40/0x4c
[ 13.653778] dump_stack_lvl from __warn+0x7c/0x158
[ 13.658599] __warn from warn_slowpath_fmt+0x11c/0x1ac
[ 13.663757] warn_slowpath_fmt from drm_bridge_hpd_enable+0x7c/0x80
[ 13.670074] drm_bridge_hpd_enable from pdev_probe+0x5bc/0x75c [omapdrm]
[ 13.676910] pdev_probe [omapdrm] from platform_probe+0x5c/0xbc
[ 13.682952] platform_probe from really_probe+0xc8/0x2ec
[ 13.688293] really_probe from __driver_probe_device+0x88/0x1a0
[ 13.694244] __driver_probe_device from driver_probe_device+0x30/0x104
[ 13.700775] driver_probe_device from __driver_attach+0x90/0x174
[ 13.706817] __driver_attach from bus_for_each_dev+0x70/0xb0
[ 13.712524] bus_for_each_dev from bus_add_driver+0x164/0x1f0
[ 13.718292] bus_add_driver from driver_register+0x88/0x11c
[ 13.723907] driver_register from __platform_register_drivers+0x38/0x88
[ 13.730560] __platform_register_drivers from omap_drm_init+0x3c/0x50 [omapdrm]
[ 13.737976] omap_drm_init [omapdrm] from do_one_initcall+0x40/0x240
[ 13.744445] do_one_initcall from do_init_module+0x44/0x1d4
[ 13.750061] do_init_module from sys_finit_module+0xbc/0xf8
[ 13.755645] sys_finit_module from __sys_trace_return+0x0/0x10
[ 13.761505] Exception stack(0xf14f1fa8 to 0xf14f1ff0)
[ 13.766601] 1fa0: 00000000 00000000 0000000f b6cea878 00000000 00020000
[ 13.774810] 1fc0: 00000000 00000000 00000000 0000017b 00000000 00072030 00000007 00000000
[ 13.783020] 1fe0: be8d2710 be8d2700 b6ce5d2f b6c1b052
[ 13.788116] ---[ end trace 0000000000000000 ]---
[[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (9s / no limit)
M
[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (9s / no limit)
M
[K[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
[K
U-Boot SPL 2023.04-ti-g0853d7725220 (Oct 08 2024 - 22:59:40 +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... OK
U-Boot 2023.04-ti-g0853d7725220 (Oct 08 2024 - 22:59:40 +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... OK
Net:
Warning: ethernet@48484000 MAC addresses don't match:
Address in ROM is 44:ea:d8:17:c5:4e
Address in environment is 70:ff:76:1c:27:2d
eth2: ethernet@48484000
Hit any key to stop autoboot: 2 1 0
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
7877120 bytes read in 346 ms (21.7 MiB/s)
209192 bytes read in 12 ms (16.6 MiB/s)
Working FDT set to 88000000
Kernel image @ 0x82000000 [ 0x000000 - 0x783200 ]
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Working FDT set to 88000000
Loading Device Tree to 8fec9000, end 8fffffff ... OK
Working FDT set to 8fec9000
ft_fixup_clocks failed for DSP voltage domain:
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 6.1.105-ti-g92ce8d7d2ab6 (oe-user@oe-host) (arm-oe-linux-gnueabi-gcc (GCC) 11.5.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Tue Oct 8 22:45:21 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] efi: UEFI not found.
[ 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] 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] 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] cma: Reserved 64 MiB at 0xbc000000
[ 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 16 pages/cpu s34260 r8192 d23084 u65536
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 260100
[ 0.000000] Kernel command line: console=ttyS2,115200n8 root=PARTUUID=595bfe08-02 rw rootfstype=ext4 rootwait
[ 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] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 796112K/1046528K available (12288K kernel code, 1463K rwdata, 3252K rodata, 1024K init, 300K bss, 29232K reserved, 221184K cma-reserved, 196608K highmem)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] trace event string verifier disabled
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=16 to nr_cpu_ids=1.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 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.001434] 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.003234] Failed to initialize '/ocp/interconnect@48800000/segment@0/target-module@2e000/timer@0': -22
[ 0.004272] Console: colour dummy device 80x30
[ 0.004333] Calibrating delay loop... 1993.93 BogoMIPS (lpj=9969664)
[ 0.062072] CPU: Testing write buffer coherency: ok
[ 0.062103] CPU0: Spectre v2: using ICIALLU workaround
[ 0.062103] CPU0: Spectre BHB: enabling loop workaround for all CPUs
[ 0.062103] pid_max: default: 32768 minimum: 301
[ 0.062255] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.062255] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.062866] /cpus/cpu@0 missing clock-frequency property
[ 0.062896] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.063507] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.063507] cblist_init_generic: Setting shift to 0 and lim to 1.
[ 0.063598] Setting up static identity map for 0x80100000 - 0x80100060
[ 0.063720] rcu: Hierarchical SRCU implementation.
[ 0.063720] rcu: Max phase no-delay instances is 1000.
[ 0.066131] EFI services will not be available.
[ 0.066253] smp: Bringing up secondary CPUs ...
[ 0.066253] smp: Brought up 1 node, 1 CPU
[ 0.066284] SMP: Total of 1 processors activated (1993.93 BogoMIPS).
[ 0.066284] CPU: All CPU(s) started in HYP mode.
[ 0.066284] CPU: Virtualization extensions available.
[ 0.066619] devtmpfs: initialized
[ 0.093017] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[ 0.093200] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.093231] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
[ 0.096801] pinctrl core: initialized pinctrl subsystem
[ 0.097473] DMI not present or invalid.
[ 0.097869] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.099639] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.100524] thermal_sys: Registered thermal governor 'step_wise'
[ 0.100585] cpuidle: using governor menu
[ 0.126861] platform ocp: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@e00/clock@20
[ 0.126922] platform ocp: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@700/clock@20
[ 0.129943] platform connector@0: Fixed dependency cycle(s) with /encoder@0
[ 0.130035] platform encoder@0: Fixed dependency cycle(s) with /connector@0
[ 0.130096] platform encoder@0: Fixed dependency cycle(s) with /ocp/target-module@58000000/dss@0/target-module@40000/encoder@0
[ 0.130554] No ATAGs?
[ 0.130584] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.130615] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.154846] iommu: Default domain type: Translated
[ 0.154846] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.156188] SCSI subsystem initialized
[ 0.156555] usbcore: registered new interface driver usbfs
[ 0.156585] usbcore: registered new interface driver hub
[ 0.156616] usbcore: registered new device driver usb
[ 0.157012] pps_core: LinuxPPS API ver. 1 registered
[ 0.157012] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti
[ 0.157043] PTP clock support registered
[ 0.157165] EDAC MC: Ver: 3.0.0
[ 0.164062] clocksource: Switched to clocksource 32k_counter
[ 0.171844] NET: Registered PF_INET protocol family
[ 0.173126] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.184356] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[ 0.184387] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.184387] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 0.184448] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.184692] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.184753] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.184783] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.184906] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.185302] RPC: Registered named UNIX socket transport module.
[ 0.185302] RPC: Registered udp transport module.
[ 0.185302] RPC: Registered tcp transport module.
[ 0.185302] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.185333] PCI: CLS 0 bytes, default 64
[ 0.185852] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
[ 0.186645] Initialise system trusted keyrings
[ 0.186828] workingset: timestamp_bits=30 max_order=18 bucket_order=0
[ 0.191650] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.192382] NFS: Registering the id_resolver key type
[ 0.192413] Key type id_resolver registered
[ 0.192443] Key type id_legacy registered
[ 0.192504] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.192504] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.192535] ntfs: driver 2.1.32 [Flags: R/O].
[ 0.192993] Key type asymmetric registered
[ 0.193023] Asymmetric key parser 'x509' registered
[ 0.193145] bounce: pool size: 64 pages
[ 0.193237] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 0.193237] io scheduler mq-deadline registered
[ 0.193237] io scheduler kyber registered
[ 0.276702] Serial: 8250/16550 driver, 5 ports, IRQ sharing enabled
[ 0.278656] STMicroelectronics ASC driver initialized
[ 0.297882] brd: module loaded
[ 0.302337] loop: module loaded
[ 0.307769] CAN device driver interface
[ 0.308135] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.308135] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.308197] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.308197] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.308959] pegasus: Pegasus/Pegasus II USB Ethernet driver
[ 0.308990] usbcore: registered new interface driver pegasus
[ 0.309020] usbcore: registered new interface driver asix
[ 0.309082] usbcore: registered new interface driver ax88179_178a
[ 0.309082] usbcore: registered new interface driver cdc_ether
[ 0.309143] usbcore: registered new interface driver smsc75xx
[ 0.309173] usbcore: registered new interface driver smsc95xx
[ 0.309204] usbcore: registered new interface driver net1080
[ 0.309234] usbcore: registered new interface driver cdc_subset
[ 0.309265] usbcore: registered new interface driver zaurus
[ 0.309295] usbcore: registered new interface driver cdc_ncm
[ 0.309967] usbcore: registered new interface driver usb-storage
[ 0.324523] i2c_dev: i2c /dev entries driver
[ 0.326843] sdhci: Secure Digital Host Controller Interface driver
[ 0.326873] sdhci: Copyright(c) Pierre Ossman
[ 0.327026] Synopsys Designware Multimedia Card Interface Driver
[ 0.327239] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.327819] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.328124] usbcore: registered new interface driver usbhid
[ 0.328124] usbhid: USB HID core driver
[ 0.330627] NET: Registered PF_INET6 protocol family
[ 0.334686] Segment Routing with IPv6
[ 0.334747] In-situ OAM (IOAM) with IPv6
[ 0.334808] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 0.335296] NET: Registered PF_PACKET protocol family
[ 0.335296] can: controller area network core
[ 0.335357] NET: Registered PF_CAN protocol family
[ 0.335357] can: raw protocol
[ 0.335357] can: broadcast manager protocol
[ 0.335388] can: netlink gateway - max_hops=1
[ 0.335510] Key type dns_resolver registered
[ 0.335571] ThumbEE CPU extension supported.
[ 0.335601] Registering SWP/SWPB emulation handler
[ 0.336059] omap_voltage_late_init: Voltage driver support not added
[ 0.336090] Power Management for TI OMAP4+ devices.
[ 0.336791] Loading compiled-in X.509 certificates
[ 0.427093] platform 4a000000.interconnect: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@d00/clock@20
[ 0.432952] pinctrl-single 4a003400.pinmux: 282 pins, size 1128
[ 0.484497] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
[ 0.511077] gpio gpiochip0: (gpio-0-31): not an immutable chip, please consider fixing it!
[ 0.511810] OMAP GPIO hardware version 0.1
[ 0.525390] ti-sysc: probe of 4ae18000.target-module failed with error -16
[ 0.544219] printk: console [ttyS2] disabled
[ 0.544281] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 98, base_baud = 3000000) is a 8250
[ 2.329376] printk: console [ttyS2] enabled
[ 2.341552] gpio gpiochip1: (gpio-32-63): not an immutable chip, please consider fixing it!
[ 2.351409] gpio gpiochip2: (gpio-64-95): not an immutable chip, please consider fixing it!
[ 2.361267] gpio gpiochip3: (gpio-96-127): not an immutable chip, please consider fixing it!
[ 2.371124] gpio gpiochip4: (gpio-128-159): not an immutable chip, please consider fixing it!
[ 2.381042] gpio gpiochip5: (gpio-160-191): not an immutable chip, please consider fixing it!
[ 2.391052] gpio gpiochip6: (gpio-192-223): not an immutable chip, please consider fixing it!
[ 2.401092] gpio gpiochip7: (gpio-224-255): not an immutable chip, please consider fixing it!
[ 2.416473] palmas 0-0058: Irq flag is 0x00000004
[ 2.446197] palmas 0-0058: Muxing GPIO 2f, PWM 0, LED 0
[ 2.480499] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
[ 2.493591] omap_rng 48090000.rng: Random Number Generator ver. 20
[ 2.499938] random: crng init done
[ 2.584136] davinci_mdio 48485000.mdio: davinci mdio revision 1.6, bus freq 1000000
[ 2.596679] davinci_mdio 48485000.mdio: phy[0]: device 48485000.mdio:00, driver Micrel KSZ9031 Gigabit PHY
[ 2.606445] davinci_mdio 48485000.mdio: phy[1]: device 48485000.mdio:01, driver Micrel KSZ9031 Gigabit PHY
[ 2.616790] cpsw-switch 48484000.switch: initialized cpsw ale version 1.4
[ 2.623626] cpsw-switch 48484000.switch: ALE Table size 1024
[ 2.629425] cpsw-switch 48484000.switch: cpts: overflow check period 500 (jiffies)
[ 2.637084] cpsw-switch 48484000.switch: CPTS: ref_clk_freq:266000000 calc_mult:4036623398 calc_shift:30 error:-1 nsec/sec
[ 2.648254] cpsw-switch 48484000.switch: Detected MACID = 44:ea:d8:17:c5:4e
[ 2.655273] cpsw-switch 48484000.switch: Detected MACID = 44:ea:d8:17:c5:4f
[ 2.664062] cpsw-switch 48484000.switch: initialized (regs 0x48484000, pool size 256) hw_ver:0019010F 1.15 (0)
[ 2.688476] ti-sysc: probe of 4882c000.target-module failed with error -16
[ 2.696197] ti-sysc: probe of 4882e000.target-module failed with error -16
[ 2.719757] dra7-pcie 51000000.pcie: host bridge /ocp/target-module@51000000/pcie@51000000 ranges:
[ 2.728881] dra7-pcie 51000000.pcie: IO 0x0020003000..0x0020012fff -> 0x0000000000
[ 2.737060] dra7-pcie 51000000.pcie: MEM 0x0020013000..0x002fffffff -> 0x0020013000
[ 2.745422] dra7-pcie 51000000.pcie: iATU unroll: disabled
[ 2.750946] dra7-pcie 51000000.pcie: iATU regions: 16 ob, 4 ib, align 4K, limit 4G
[ 2.858703] dra7-pcie 51000000.pcie: PCIe Gen.2 x1 link up
[ 2.864379] dra7-pcie 51000000.pcie: PCI host bridge to bus 0000:00
[ 2.870666] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 2.876220] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 2.882415] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
[ 2.889373] pci 0000:00:00.0: [104c:8888] type 01 class 0x060400
[ 2.895446] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x000fffff]
[ 2.901733] pci 0000:00:00.0: reg 0x14: [mem 0x00000000-0x0000ffff]
[ 2.908111] pci 0000:00:00.0: supports D1
[ 2.912139] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 2.925476] PCI: bus0: Fast back to back transfers disabled
[ 2.931243] pci 0000:01:00.0: [1912:0014] type 00 class 0x0c0330
[ 2.937377] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00001fff 64bit]
[ 2.944580] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 3.134155] PCI: bus1: Fast back to back transfers disabled
[ 3.139801] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff]
[ 3.146636] pci 0000:00:00.0: BAR 8: assigned [mem 0x20200000-0x202fffff]
[ 3.153472] pci 0000:00:00.0: BAR 1: assigned [mem 0x20020000-0x2002ffff]
[ 3.160308] pci 0000:01:00.0: BAR 0: assigned [mem 0x20200000-0x20201fff 64bit]
[ 3.167694] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[ 3.172973] pci 0000:00:00.0: bridge window [mem 0x20200000-0x202fffff]
[ 3.180175] pcieport 0000:00:00.0: PME: Signaling with IRQ 129
[ 3.186218] pci 0000:01:00.0: enabling device (0140 -> 0142)
[ 3.192138] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 3.197448] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[ 3.210723] xhci_hcd 0000:01:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000410
[ 3.220550] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 3.225860] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[ 3.233276] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[ 3.240234] hub 1-0:1.0: USB hub found
[ 3.244018] hub 1-0:1.0: 4 ports detected
[ 3.248718] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 3.257354] hub 2-0:1.0: USB hub found
[ 3.261169] hub 2-0:1.0: 4 ports detected
[ 3.272277] edma 43300000.dma: memcpy is disabled
[ 3.280639] edma 43300000.dma: TI EDMA DMA engine driver
[ 3.292663] omap-iommu 40d01000.mmu: 40d01000.mmu registered
[ 3.300598] omap-iommu 40d02000.mmu: 40d02000.mmu registered
[ 3.307556] platform 40800000.dsp: Adding to iommu group 0
[ 3.314910] platform 58820000.ipu: Adding to iommu group 1
[ 3.320587] omap-iommu 58882000.mmu: 58882000.mmu registered
[ 3.328643] platform 55020000.ipu: Adding to iommu group 2
[ 3.334442] omap-iommu 55082000.mmu: 55082000.mmu registered
[ 3.345397] spi-nor spi0.0: s25fl256s1 (32768 Kbytes)
[ 3.350646] 7 fixed-partitions partitions found on MTD device spi0.0
[ 3.357086] Creating 7 MTD partitions on "spi0.0":
[ 3.361907] 0x000000000000-0x000000040000 : "QSPI.SPL"
[ 3.368347] 0x000000040000-0x000000140000 : "QSPI.u-boot"
[ 3.375061] 0x000000140000-0x0000001c0000 : "QSPI.u-boot-spl-os"
[ 3.382049] 0x0000001c0000-0x0000001d0000 : "QSPI.u-boot-env"
[ 3.388763] 0x0000001d0000-0x0000001e0000 : "QSPI.u-boot-env.backup1"
[ 3.396453] 0x0000001e0000-0x0000009e0000 : "QSPI.kernel"
[ 3.402801] 0x0000009e0000-0x000002000000 : "QSPI.file-system"
[ 3.422088] ti-sysc 4ae06000.target-module: Failed to create device link (0x180) with ocp
[ 3.440917] palmas-rtc 48070000.i2c:tps659038@58:tps659038_rtc: registered as rtc0
[ 3.449645] palmas-rtc 48070000.i2c:tps659038@58:tps659038_rtc: setting system clock to 2000-01-01T00:02:44 UTC (946684964)
[ 3.462677] omap_gpio 4805d000.gpio: Could not set line 27 debounce to 200000 microseconds (-22)
[ 3.472381] sdhci-omap 480b4000.mmc: supply pbias not found, using dummy regulator
[ 3.482025] clk: Disabling unused clocks
[ 3.487731] sdhci-omap 4809c000.mmc: Got CD GPIO
[ 3.493682] sdhci-omap 4809c000.mmc: no pinctrl state for ddr_3_3v mode
[ 3.516876] mmc1: SDHCI controller on 480b4000.mmc [480b4000.mmc] using ADMA
[ 3.524566] mmc0: SDHCI controller on 4809c000.mmc [4809c000.mmc] using ADMA
[ 3.532257] Waiting for root device PARTUUID=595bfe08-02...
[ 3.583770] mmc0: new high speed SDHC card at address b368
[ 3.590911] mmcblk0: mmc0:b368 USD00 14.7 GiB
[ 3.597167] mmcblk0: p1 p2 p3
[ 3.671478] mmc1: new DDR MMC card at address 0001
[ 3.677429] mmcblk1: mmc1:0001 R1J56L 13.8 GiB
[ 3.683929] mmcblk1boot0: mmc1:0001 R1J56L 4.00 MiB
[ 3.690338] mmcblk1boot1: mmc1:0001 R1J56L 4.00 MiB
[ 3.696594] mmcblk1rpmb: mmc1:0001 R1J56L 128 KiB, chardev (243:0)
[ 3.706329] EXT4-fs (mmcblk0p2): 1 orphan inode deleted
[ 3.711578] EXT4-fs (mmcblk0p2): recovery complete
[ 3.723999] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: disabled.
[ 3.733764] VFS: Mounted root (ext4 filesystem) on device 179:2.
[ 3.740478] devtmpfs: mounted
[ 3.744689] Freeing unused kernel image (initmem) memory: 1024K
[ 3.750762] Run /sbin/init as init process
[ 4.088073] systemd[1]: System time before build time, advancing clock.
[ 4.120635] systemd[1]: systemd 250.5+ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)
[ 4.153198] systemd[1]: Detected architecture arm.
Welcome to [1mArago 2023.10[0m!
[ 4.196197] systemd[1]: Hostname set to .
[ 4.357208] systemd-sysv-generator[87]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 4.382904] systemd-sysv-generator[87]: SysV service '/etc/init.d/gdbserverproxy' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 4.647552] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 4.714416] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 4.794738] systemd[1]: Queued start job for default target Graphical Interface.
[ 4.804321] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 4.846099] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 4.885101] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 4.925415] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 4.964477] 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.
[ 5.005035] 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.
[ 5.044647] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 5.084686] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 5.124298] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 5.164733] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 5.214630] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 5.254760] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 5.304901] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 5.345184] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 5.420318] systemd[1]: Journal Audit Socket was skipped because of a failed condition check (ConditionSecurity=audit).
[ 5.431854] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 5.464691] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 5.505584] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 5.544738] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 5.585296] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 5.624603] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 5.665405] systemd[1]: Huge Pages File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[ 5.704376] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 5.722412] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 5.794433] systemd[1]: Mounting Kernel Trace File System...
Mounting [0;1;39mKernel Trace File System[0m...
[ 5.864440] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 5.934570] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 6.004577] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 6.074584] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 6.144561] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 6.224670] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 6.284606] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 6.314514] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 6.330596] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[ 6.343749] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[ 6.374633] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 6.444641] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 6.478057] systemd[1]: Starting Generate network units from Kernel command line...
[ 6.498901] cryptodev: loading out-of-tree module taints kernel.
Starting [0;1;39mGenerate network ts from Kernel co[ 6.518310] cryptodev: driver 1.12 loaded.
mmand line[0m...
[ 6.564819] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 6.594604] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 6.646728] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: disabled.
[ 6.666168] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 6.704620] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Trace File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mTemporary Directory /tmp[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate List of Static Device Nodes[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mStart psplash boot splash screen[0m.
See 'systemctl status psplash-start.service' for details.
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mStarprogress communication helper[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m.
[[0;32m OK [0m] Finished [0;1;39mGenerate network units from Kernel command line[0m.
[[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m.
Mounting [0;1;39mKernel Configuration File System[0m...
Starting [0;1;39mFlush Journal to Persistent Storage[0m...
Starting [0;1;39mApply Kernel Variables[0m...
[ 7.264465] systemd-journald[99]: Received client request to flush runtime journal.
Starting [0;1;39mCreate System Users[0m...
[[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m.
[[0;32m OK [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m.
[[0;32m OK [0m] Finished [0;1;39mApply Kernel Variables[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;39mCreate Static Device Nodes in /dev[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Local File Systems[0m.
Mounting [0;1;39m/media/ram[0m...
Mounting [0;1;39m/var/volatile[0m...
Starting [0;1;39mRule-based Managefor Device Events and Files[0m...
[[0;32m OK [0m] Mounted [0;1;39m/media/ram[0m.
[[0;32m OK [0m] Mounted [0;1;39m/var/volatile[0m.
Starting [0;1;39mLoad/Save Random Seed[0m...
[[0;32m OK [0m] Reached target [0;1;39mLocal File Systems[0m.
Starting [0;1;39mRebuild Dynamic Linker Cache[0m...
Starting [0;1;39mCreate Volatile Files and Directories[0m...
[[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m.
Starting [0;1;39mRebuild Journal Catalog[0m...
Starting [0;1;39mNetwork Time Synchronization[0m...
Starting [0;1;39mRecord System Boot/Shutdown in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord System Boot/Shutdown in UTMP[0m.
[[0;32m OK [0m] Finished [0;1;39mRebuild Journal Catalog[0m.
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[0m.
[ 8.870483] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
[ 8.936462] omap-sham 4b101000.sham: will run requests pump with realtime priority
[ 9.106140] omap-sham 42701000.sham: hw accel on OMAP rev 4.3
[ 9.174194] omap-sham 42701000.sham: will run requests pump with realtime priority
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[ 9.314239] omap_gpio 4805b000.gpio: Could not set line 7 debounce to 20000 microseconds (-22)
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.
[ 9.466674] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
[ 9.545898] omap-des 480a5000.des: will run requests pump with realtime priority
[ 9.795654] omap_rtc 48838000.rtc: registered as rtc1
[ 9.865478] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
[ 9.943054] omap-rproc 58820000.ipu: assigned reserved memory node ipu1-memory@9d000000
[ 9.954681] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
[ 10.009796] remoteproc remoteproc0: 58820000.ipu is available
[ 10.019714] mc: Linux media interface: v0.10
[ 10.103149] videodev: Linux video capture interface: v2.00
[ 10.133056] omap-rproc 55020000.ipu: assigned reserved memory node ipu2-memory@95800000
[ 10.215911] remoteproc remoteproc1: 55020000.ipu is available
[ 10.285217] omap-rproc 40800000.dsp: assigned reserved memory node dsp1-memory@99000000
[ 10.293334] remoteproc remoteproc2: 40800000.dsp is available
[ 10.471343] remoteproc remoteproc0: powering up 58820000.ipu
[ 10.518646] remoteproc remoteproc0: Booting fw image dra7-ipu1-fw.xem4, size 4925324
[ 10.555694] omap-iommu 58882000.mmu: 58882000.mmu: version 2.1
[ 10.652740] rproc-virtio rproc-virtio.1.auto: assigned reserved memory node ipu1-memory@9d000000
[ 10.728698] remoteproc remoteproc1: powering up 55020000.ipu
[ 10.774200] remoteproc remoteproc1: Booting fw image dra7-ipu2-fw.xem4, size 4925424
[ 10.782043] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
[ 10.915679] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 10.921234] rproc-virtio rproc-virtio.1.auto: registered virtio0 (type 7)
[ 10.945709] remoteproc remoteproc2: powering up 40800000.dsp
[ 10.958618] ahci-dwc 4a140000.sata: supply ahci not found, using dummy regulator
[ 10.980834] remoteproc remoteproc2: Booting fw image dra7-dsp1-fw.xe66, size 5611192
[ 11.001159] vpe 489d0000.vpe: loading firmware vpdma-1b8.bin
[ 11.027954] ahci-dwc 4a140000.sata: supply phy not found, using dummy regulator
[ 11.045684] remoteproc remoteproc0: remote processor 58820000.ipu is now up
[ 11.060729] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0
[ 11.066680] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0
[ 11.081176] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[ 11.114379] ahci-dwc 4a140000.sata: supply target not found, using dummy regulator
[ 11.162445] ahci-dwc 4a140000.sata: forcing port_map 0x0 -> 0x1
[ 11.182250] virtio_rpmsg_bus virtio0: malformed ns msg (72)
[ 11.200683] virtio_rpmsg_bus virtio0: malformed ns msg (72)
[ 11.210540] ahci-dwc 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
[ 11.236297] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
[ 11.245117] c_can_platform 4ae3c000.can: c_can_platform device registered (regs=315788ed, irq=157)
[ 11.273345] virtio_rpmsg_bus virtio0: malformed ns msg (72)
[ 11.294555] omap-aes 4b500000.aes: will run requests pump with realtime priority
[ 11.311553] ahci-dwc 4a140000.sata: flags: 64bit ncq sntf pm led clo only pmp pio slum part ccc apst
[ 11.349731] virtio_rpmsg_bus virtio0: malformed ns msg (72)
[ 11.418365] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
[ 11.434967] vpe 489d0000.vpe: Device registered as /dev/video0
[ 11.453552] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node dsp1-memory@99000000
[ 11.494262] omap-aes 4b700000.aes: will run requests pump with realtime priority
[[0m[0;31m* [0m] A start job is running for Rebuild namic Linker Cache (6s / no limit)
[ 11.619018] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 11.658691] scsi host0: ahci-dwc
[ 11.662292] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 156
[ 11.701263] rproc-virtio rproc-virtio.3.auto: registered virtio1 (type 7)
M
[K[[0;32m OK [0m] Finished [0;1;39mRebuild Dynamic Linker Cache[0m.
[K[ 11.791320] remoteproc remoteproc2: remote processor 40800000.dsp is now up
Starting [0;1;39mRun pending postinsts[0m...
[ 11.854980] virtio_rpmsg_bus virtio1: malformed ns msg (72)
[ 11.860595] virtio_rpmsg_bus virtio1: malformed ns msg (72)
Starting [0;1;39mUpdate is Completed[0m...
[ 12.046936] virtio_rpmsg_bus virtio1: malformed ns msg (72)
[ 12.124938] ata1: SATA link down (SStatus 0 SControl 300)
[ 12.140502] virtio_rpmsg_bus virtio1: malformed ns msg (72)
[[0;32m OK [0m] Finished [0;1;39mUpdate is Completed[0m.
[ 12.354705] DSS: OMAP DSS rev 6.1
[ 12.368927] [drm] Initialized pvr 1.17.4948957 20110701 for 56000000.gpu on minor 0
[ 12.438598] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node ipu2-memory@95800000
[ 12.576965] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops [omapdrm])
[ 12.586547] virtio_rpmsg_bus virtio2: rpmsg host is online
[ 12.649536] rproc-virtio rproc-virtio.2.auto: registered virtio2 (type 7)
[ 12.708068] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_component_ops [omapdrm])
[ 12.740661] remoteproc remoteproc1: remote processor 55020000.ipu is now up
[ 12.859069] virtio_rpmsg_bus virtio2: malformed ns msg (72)
[ 12.930633] virtio_rpmsg_bus virtio2: malformed ns msg (72)
[ 13.051727] virtio_rpmsg_bus virtio2: malformed ns msg (72)
[ 13.083221] virtio_rpmsg_bus virtio2: malformed ns msg (72)
[ 13.199829] dmm 4e000000.dmm: workaround for errata i878 in use
[ 13.273712] dmm 4e000000.dmm: initialized all PAT entries
[ 13.347778] omapdrm omapdrm.0: [drm] Cannot find any crtc or sizes
[ 13.428802] ------------[ cut here ]------------
[ 13.433471] WARNING: CPU: 0 PID: 129 at drivers/gpu/drm/drm_bridge.c:1416 drm_bridge_hpd_enable+0x7c/0x80
[ 13.443145] Hot plug detection already enabled
[ 13.447631] Modules linked in: pvrsrvkm(O) omapdrm(+) cec c_can_platform omap_aes_driver pruss c_can libaes omap_wdt ti_vpe ti_sc ahci_dwc ti_csc ti_vpdma v4l2_mem2mem videobuf2_dma_contig videobuf2_memops videobuf2_v4l2 videobuf2_common videodev mc dwc3_omap omap_mailbox rtc_omap omap_des omap_crypto libdes extcon_palmas omap_sham omap_remoteproc crypto_engine virtio_rpmsg_bus rpmsg_ns rpmsg_core ti_tpd12s015 display_connector gdbserverproxy(O) cryptodev(O)
[ 13.488586] CPU: 0 PID: 129 Comm: systemd-udevd Tainted: G O 6.1.105-ti-g92ce8d7d2ab6 #1
[ 13.498107] Hardware name: Generic DRA72X (Flattened Device Tree)
[ 13.504241] unwind_backtrace from show_stack+0x10/0x14
[ 13.509490] show_stack from dump_stack_lvl+0x40/0x4c
[ 13.514587] dump_stack_lvl from __warn+0x7c/0x158
[ 13.519409] __warn from warn_slowpath_fmt+0x11c/0x1ac
[ 13.524566] warn_slowpath_fmt from drm_bridge_hpd_enable+0x7c/0x80
[ 13.530853] drm_bridge_hpd_enable from pdev_probe+0x5bc/0x75c [omapdrm]
[ 13.537719] pdev_probe [omapdrm] from platform_probe+0x5c/0xbc
[ 13.543731] platform_probe from really_probe+0xc8/0x2ec
[ 13.549072] really_probe from __driver_probe_device+0x88/0x1a0
[ 13.555023] __driver_probe_device from driver_probe_device+0x30/0x104
[ 13.561584] driver_probe_device from __driver_attach+0x90/0x174
[ 13.567626] __driver_attach from bus_for_each_dev+0x70/0xb0
[ 13.573303] bus_for_each_dev from bus_add_driver+0x164/0x1f0
[ 13.579101] bus_add_driver from driver_register+0x88/0x11c
[ 13.584686] driver_register from __platform_register_drivers+0x38/0x88
[ 13.591339] __platform_register_drivers from omap_drm_init+0x3c/0x50 [omapdrm]
[ 13.598785] omap_drm_init [omapdrm] from do_one_initcall+0x40/0x240
[ 13.605224] do_one_initcall from do_init_module+0x44/0x1d4
[ 13.610839] do_init_module from sys_finit_module+0xbc/0xf8
[ 13.616455] sys_finit_module from __sys_trace_return+0x0/0x10
[ 13.622314] Exception stack(0xf14fdfa8 to 0xf14fdff0)
[ 13.627380] dfa0: 00000000 00000000 00000011 b6d5a878 00000000 00020000
[ 13.635620] dfc0: 00000000 00000000 00000000 0000017b 00000000 000999e0 00000007 00000000
[ 13.643829] dfe0: beb1e710 beb1e700 b6d55d2f b6c8b052
[ 13.648925] ---[ end trace 0000000000000000 ]---
[[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (9s / no limit)
M
[K[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
[K
U-Boot SPL 2023.04-ti-g0853d7725220 (Oct 08 2024 - 22:59:40 +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... OK
U-Boot 2023.04-ti-g0853d7725220 (Oct 08 2024 - 22:59:40 +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... OK
Net:
Warning: ethernet@48484000 MAC addresses don't match:
Address in ROM is 44:ea:d8:17:c5:4e
Address in environment is 70:ff:76:1c:27:2d
eth2: ethernet@48484000
Hit any key to stop autoboot: 2 1 0
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
7877120 bytes read in 345 ms (21.8 MiB/s)
209192 bytes read in 12 ms (16.6 MiB/s)
Working FDT set to 88000000
Kernel image @ 0x82000000 [ 0x000000 - 0x783200 ]
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Working FDT set to 88000000
Loading Device Tree to 8fec9000, end 8fffffff ... OK
Working FDT set to 8fec9000
ft_fixup_clocks failed for DSP voltage domain:
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 6.1.105-ti-g92ce8d7d2ab6 (oe-user@oe-host) (arm-oe-linux-gnueabi-gcc (GCC) 11.5.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Tue Oct 8 22:45:21 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] efi: UEFI not found.
[ 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] 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] 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] cma: Reserved 64 MiB at 0xbc000000
[ 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 16 pages/cpu s34260 r8192 d23084 u65536
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 260100
[ 0.000000] Kernel command line: console=ttyS2,115200n8 root=PARTUUID=595bfe08-02 rw rootfstype=ext4 rootwait
[ 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] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 796112K/1046528K available (12288K kernel code, 1463K rwdata, 3252K rodata, 1024K init, 300K bss, 29232K reserved, 221184K cma-reserved, 196608K highmem)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] trace event string verifier disabled
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=16 to nr_cpu_ids=1.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 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.001434] 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.004272] Console: colour dummy device 80x30
[ 0.004302] Calibrating delay loop... 1993.93 BogoMIPS (lpj=9969664)
[ 0.062072] CPU: Testing write buffer coherency: ok
[ 0.062103] CPU0: Spectre v2: using ICIALLU workaround
[ 0.062103] CPU0: Spectre BHB: enabling loop workaround for all CPUs
[ 0.062103] pid_max: default: 32768 minimum: 301
[ 0.062255] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.062255] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.062866] /cpus/cpu@0 missing clock-frequency property
[ 0.062896] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.063507] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.063507] cblist_init_generic: Setting shift to 0 and lim to 1.
[ 0.063598] Setting up static identity map for 0x80100000 - 0x80100060
[ 0.063720] rcu: Hierarchical SRCU implementation.
[ 0.063720] rcu: Max phase no-delay instances is 1000.
[ 0.066131] EFI services will not be available.
[ 0.066253] smp: Bringing up secondary CPUs ...
[ 0.066253] smp: Brought up 1 node, 1 CPU
[ 0.066253] SMP: Total of 1 processors activated (1993.93 BogoMIPS).
[ 0.066284] CPU: All CPU(s) started in HYP mode.
[ 0.066284] CPU: Virtualization extensions available.
[ 0.066589] devtmpfs: initialized
[ 0.093017] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[ 0.093200] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.093231] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
[ 0.096801] pinctrl core: initialized pinctrl subsystem
[ 0.097473] DMI not present or invalid.
[ 0.097869] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.099609] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.100524] thermal_sys: Registered thermal governor 'step_wise'
[ 0.100585] cpuidle: using governor menu
[ 0.126861] platform ocp: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@e00/clock@20
[ 0.126922] platform ocp: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@700/clock@20
[ 0.129943] platform connector@0: Fixed dependency cycle(s) with /encoder@0
[ 0.130065] platform encoder@0: Fixed dependency cycle(s) with /connector@0
[ 0.130126] platform encoder@0: Fixed dependency cycle(s) with /ocp/target-module@58000000/dss@0/target-module@40000/encoder@0
[ 0.130554] No ATAGs?
[ 0.130615] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.130615] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.154846] iommu: Default domain type: Translated
[ 0.154846] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.156219] SCSI subsystem initialized
[ 0.156555] usbcore: registered new interface driver usbfs
[ 0.156585] usbcore: registered new interface driver hub
[ 0.156616] usbcore: registered new device driver usb
[ 0.157012] pps_core: LinuxPPS API ver. 1 registered
[ 0.157012] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti
[ 0.157043] PTP clock support registered
[ 0.157196] EDAC MC: Ver: 3.0.0
[ 0.164062] clocksource: Switched to clocksource 32k_counter
[ 0.173248] NET: Registered PF_INET protocol family
[ 0.173461] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.184356] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[ 0.184387] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.184387] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 0.184448] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.184692] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.184753] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.184783] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.184906] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.185302] RPC: Registered named UNIX socket transport module.
[ 0.185302] RPC: Registered udp transport module.
[ 0.185302] RPC: Registered tcp transport module.
[ 0.185302] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.185333] PCI: CLS 0 bytes, default 64
[ 0.185852] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
[ 0.186676] Initialise system trusted keyrings
[ 0.186889] workingset: timestamp_bits=30 max_order=18 bucket_order=0
[ 0.191680] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.192443] NFS: Registering the id_resolver key type
[ 0.192474] Key type id_resolver registered
[ 0.192504] Key type id_legacy registered
[ 0.192565] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.192565] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.192596] ntfs: driver 2.1.32 [Flags: R/O].
[ 0.193054] Key type asymmetric registered
[ 0.193054] Asymmetric key parser 'x509' registered
[ 0.193176] bounce: pool size: 64 pages
[ 0.193267] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 0.193298] io scheduler mq-deadline registered
[ 0.193298] io scheduler kyber registered
[ 0.277282] Serial: 8250/16550 driver, 5 ports, IRQ sharing enabled
[ 0.279235] STMicroelectronics ASC driver initialized
[ 0.300506] brd: module loaded
[ 0.305023] loop: module loaded
[ 0.309265] CAN device driver interface
[ 0.309631] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.309661] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.309692] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.309692] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.310485] pegasus: Pegasus/Pegasus II USB Ethernet driver
[ 0.310516] usbcore: registered new interface driver pegasus
[ 0.310546] usbcore: registered new interface driver asix
[ 0.310577] usbcore: registered new interface driver ax88179_178a
[ 0.310607] usbcore: registered new interface driver cdc_ether
[ 0.310638] usbcore: registered new interface driver smsc75xx
[ 0.310668] usbcore: registered new interface driver smsc95xx
[ 0.310699] usbcore: registered new interface driver net1080
[ 0.310729] usbcore: registered new interface driver cdc_subset
[ 0.310760] usbcore: registered new interface driver zaurus
[ 0.310821] usbcore: registered new interface driver cdc_ncm
[ 0.311492] usbcore: registered new interface driver usb-storage
[ 0.324523] i2c_dev: i2c /dev entries driver
[ 0.326843] sdhci: Secure Digital Host Controller Interface driver
[ 0.326873] sdhci: Copyright(c) Pierre Ossman
[ 0.327026] Synopsys Designware Multimedia Card Interface Driver
[ 0.327239] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.327850] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.328124] usbcore: registered new interface driver usbhid
[ 0.328124] usbhid: USB HID core driver
[ 0.330627] NET: Registered PF_INET6 protocol family
[ 0.334716] Segment Routing with IPv6
[ 0.334747] In-situ OAM (IOAM) with IPv6
[ 0.334838] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 0.335327] NET: Registered PF_PACKET protocol family
[ 0.335327] can: controller area network core
[ 0.335357] NET: Registered PF_CAN protocol family
[ 0.335388] can: raw protocol
[ 0.335388] can: broadcast manager protocol
[ 0.335388] can: netlink gateway - max_hops=1
[ 0.335540] Key type dns_resolver registered
[ 0.335601] ThumbEE CPU extension supported.
[ 0.335601] Registering SWP/SWPB emulation handler
[ 0.336090] omap_voltage_late_init: Voltage driver support not added
[ 0.336090] Power Management for TI OMAP4+ devices.
[ 0.336791] Loading compiled-in X.509 certificates
[ 0.427124] platform 4a000000.interconnect: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@d00/clock@20
[ 0.433013] pinctrl-single 4a003400.pinmux: 282 pins, size 1128
[ 0.484680] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
[ 0.511077] gpio gpiochip0: (gpio-0-31): not an immutable chip, please consider fixing it!
[ 0.511810] OMAP GPIO hardware version 0.1
[ 0.525390] ti-sysc: probe of 4ae18000.target-module failed with error -16
[ 0.544189] printk: console [ttyS2] disabled
[ 0.544250] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 98, base_baud = 3000000) is a 8250
[ 2.329589] printk: console [ttyS2] enabled
[ 2.341766] gpio gpiochip1: (gpio-32-63): not an immutable chip, please consider fixing it!
[ 2.351623] gpio gpiochip2: (gpio-64-95): not an immutable chip, please consider fixing it!
[ 2.361450] gpio gpiochip3: (gpio-96-127): not an immutable chip, please consider fixing it!
[ 2.371307] gpio gpiochip4: (gpio-128-159): not an immutable chip, please consider fixing it!
[ 2.381225] gpio gpiochip5: (gpio-160-191): not an immutable chip, please consider fixing it!
[ 2.391265] gpio gpiochip6: (gpio-192-223): not an immutable chip, please consider fixing it!
[ 2.401275] gpio gpiochip7: (gpio-224-255): not an immutable chip, please consider fixing it!
[ 2.416687] palmas 0-0058: Irq flag is 0x00000004
[ 2.446166] palmas 0-0058: Muxing GPIO 2f, PWM 0, LED 0
[ 2.480499] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
[ 2.493591] omap_rng 48090000.rng: Random Number Generator ver. 20
[ 2.499938] random: crng init done
[ 2.584167] davinci_mdio 48485000.mdio: davinci mdio revision 1.6, bus freq 1000000
[ 2.596710] davinci_mdio 48485000.mdio: phy[0]: device 48485000.mdio:00, driver Micrel KSZ9031 Gigabit PHY
[ 2.606475] davinci_mdio 48485000.mdio: phy[1]: device 48485000.mdio:01, driver Micrel KSZ9031 Gigabit PHY
[ 2.616851] cpsw-switch 48484000.switch: initialized cpsw ale version 1.4
[ 2.623687] cpsw-switch 48484000.switch: ALE Table size 1024
[ 2.629486] cpsw-switch 48484000.switch: cpts: overflow check period 500 (jiffies)
[ 2.637145] cpsw-switch 48484000.switch: CPTS: ref_clk_freq:266000000 calc_mult:4036623398 calc_shift:30 error:-1 nsec/sec
[ 2.648284] cpsw-switch 48484000.switch: Detected MACID = 44:ea:d8:17:c5:4e
[ 2.655334] cpsw-switch 48484000.switch: Detected MACID = 44:ea:d8:17:c5:4f
[ 2.664123] cpsw-switch 48484000.switch: initialized (regs 0x48484000, pool size 256) hw_ver:0019010F 1.15 (0)
[ 2.688568] ti-sysc: probe of 4882c000.target-module failed with error -16
[ 2.696289] ti-sysc: probe of 4882e000.target-module failed with error -16
[ 2.719787] dra7-pcie 51000000.pcie: host bridge /ocp/target-module@51000000/pcie@51000000 ranges:
[ 2.728912] dra7-pcie 51000000.pcie: IO 0x0020003000..0x0020012fff -> 0x0000000000
[ 2.737121] dra7-pcie 51000000.pcie: MEM 0x0020013000..0x002fffffff -> 0x0020013000
[ 2.745483] dra7-pcie 51000000.pcie: iATU unroll: disabled
[ 2.751007] dra7-pcie 51000000.pcie: iATU regions: 16 ob, 4 ib, align 4K, limit 4G
[ 2.858795] dra7-pcie 51000000.pcie: PCIe Gen.2 x1 link up
[ 2.864440] dra7-pcie 51000000.pcie: PCI host bridge to bus 0000:00
[ 2.870758] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 2.876281] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 2.882507] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
[ 2.889465] pci 0000:00:00.0: [104c:8888] type 01 class 0x060400
[ 2.895507] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x000fffff]
[ 2.901824] pci 0000:00:00.0: reg 0x14: [mem 0x00000000-0x0000ffff]
[ 2.908203] pci 0000:00:00.0: supports D1
[ 2.912231] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 2.925567] PCI: bus0: Fast back to back transfers disabled
[ 2.931335] pci 0000:01:00.0: [1912:0014] type 00 class 0x0c0330
[ 2.937469] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00001fff 64bit]
[ 2.944641] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 3.134155] PCI: bus1: Fast back to back transfers disabled
[ 3.139801] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff]
[ 3.146636] pci 0000:00:00.0: BAR 8: assigned [mem 0x20200000-0x202fffff]
[ 3.153472] pci 0000:00:00.0: BAR 1: assigned [mem 0x20020000-0x2002ffff]
[ 3.160308] pci 0000:01:00.0: BAR 0: assigned [mem 0x20200000-0x20201fff 64bit]
[ 3.167724] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[ 3.172973] pci 0000:00:00.0: bridge window [mem 0x20200000-0x202fffff]
[ 3.180175] pcieport 0000:00:00.0: PME: Signaling with IRQ 129
[ 3.186218] pci 0000:01:00.0: enabling device (0140 -> 0142)
[ 3.192138] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 3.197479] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[ 3.210723] xhci_hcd 0000:01:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000410
[ 3.220581] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 3.225860] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[ 3.233306] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[ 3.240234] hub 1-0:1.0: USB hub found
[ 3.244018] hub 1-0:1.0: 4 ports detected
[ 3.248718] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 3.257385] hub 2-0:1.0: USB hub found
[ 3.261169] hub 2-0:1.0: 4 ports detected
[ 3.272308] edma 43300000.dma: memcpy is disabled
[ 3.280639] edma 43300000.dma: TI EDMA DMA engine driver
[ 3.292694] omap-iommu 40d01000.mmu: 40d01000.mmu registered
[ 3.300628] omap-iommu 40d02000.mmu: 40d02000.mmu registered
[ 3.307617] platform 40800000.dsp: Adding to iommu group 0
[ 3.314941] platform 58820000.ipu: Adding to iommu group 1
[ 3.320617] omap-iommu 58882000.mmu: 58882000.mmu registered
[ 3.328674] platform 55020000.ipu: Adding to iommu group 2
[ 3.334472] omap-iommu 55082000.mmu: 55082000.mmu registered
[ 3.345428] spi-nor spi0.0: s25fl256s1 (32768 Kbytes)
[ 3.350708] 7 fixed-partitions partitions found on MTD device spi0.0
[ 3.357116] Creating 7 MTD partitions on "spi0.0":
[ 3.361938] 0x000000000000-0x000000040000 : "QSPI.SPL"
[ 3.368377] 0x000000040000-0x000000140000 : "QSPI.u-boot"
[ 3.375091] 0x000000140000-0x0000001c0000 : "QSPI.u-boot-spl-os"
[ 3.382080] 0x0000001c0000-0x0000001d0000 : "QSPI.u-boot-env"
[ 3.388793] 0x0000001d0000-0x0000001e0000 : "QSPI.u-boot-env.backup1"
[ 3.396453] 0x0000001e0000-0x0000009e0000 : "QSPI.kernel"
[ 3.402832] 0x0000009e0000-0x000002000000 : "QSPI.file-system"
[ 3.422149] ti-sysc 4ae06000.target-module: Failed to create device link (0x180) with ocp
[ 3.441009] palmas-rtc 48070000.i2c:tps659038@58:tps659038_rtc: registered as rtc0
[ 3.449737] palmas-rtc 48070000.i2c:tps659038@58:tps659038_rtc: setting system clock to 2000-01-01T00:03:06 UTC (946684986)
[ 3.462768] omap_gpio 4805d000.gpio: Could not set line 27 debounce to 200000 microseconds (-22)
[ 3.472473] sdhci-omap 480b4000.mmc: supply pbias not found, using dummy regulator
[ 3.482116] clk: Disabling unused clocks
[ 3.487792] sdhci-omap 4809c000.mmc: Got CD GPIO
[ 3.493743] sdhci-omap 4809c000.mmc: no pinctrl state for ddr_3_3v mode
[ 3.516845] mmc1: SDHCI controller on 480b4000.mmc [480b4000.mmc] using ADMA
[ 3.524536] mmc0: SDHCI controller on 4809c000.mmc [4809c000.mmc] using ADMA
[ 3.532409] Waiting for root device PARTUUID=595bfe08-02...
[ 3.583465] mmc0: new high speed SDHC card at address b368
[ 3.590637] mmcblk0: mmc0:b368 USD00 14.7 GiB
[ 3.596893] mmcblk0: p1 p2 p3
[ 3.671356] mmc1: new DDR MMC card at address 0001
[ 3.676849] mmcblk1: mmc1:0001 R1J56L 13.8 GiB
[ 3.683868] mmcblk1boot0: mmc1:0001 R1J56L 4.00 MiB
[ 3.690368] mmcblk1boot1: mmc1:0001 R1J56L 4.00 MiB
[ 3.696533] mmcblk1rpmb: mmc1:0001 R1J56L 128 KiB, chardev (243:0)
[ 3.705505] EXT4-fs (mmcblk0p2): 1 orphan inode deleted
[ 3.710754] EXT4-fs (mmcblk0p2): recovery complete
[ 3.723114] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: disabled.
[ 3.733184] VFS: Mounted root (ext4 filesystem) on device 179:2.
[ 3.739929] devtmpfs: mounted
[ 3.744049] Freeing unused kernel image (initmem) memory: 1024K
[ 3.750213] Run /sbin/init as init process
[ 4.087707] systemd[1]: System time before build time, advancing clock.
[ 4.120361] systemd[1]: systemd 250.5+ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)
[ 4.152862] systemd[1]: Detected architecture arm.
Welcome to [1mArago 2023.10[0m!
[ 4.196197] systemd[1]: Hostname set to .
[ 4.357116] systemd-sysv-generator[87]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 4.382568] systemd-sysv-generator[87]: SysV service '/etc/init.d/gdbserverproxy' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 4.648376] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 4.714263] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 4.793487] systemd[1]: Queued start job for default target Graphical Interface.
[ 4.803100] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 4.845214] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 4.885955] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 4.925415] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 4.965118] 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.
[ 5.004455] 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.
[ 5.045349] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 5.084686] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 5.124298] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 5.164306] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 5.205261] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 5.244689] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 5.294860] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 5.335174] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 5.410095] systemd[1]: Journal Audit Socket was skipped because of a failed condition check (ConditionSecurity=audit).
[ 5.421661] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 5.454711] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 5.495635] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 5.534729] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 5.575225] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 5.614593] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 5.655426] systemd[1]: Huge Pages File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[ 5.694396] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 5.712432] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 5.784423] systemd[1]: Mounting Kernel Trace File System...
Mounting [0;1;39mKernel Trace File System[0m...
[ 5.854431] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 5.897552] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 5.974609] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 6.044586] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 6.087097] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 6.164642] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 6.224609] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 6.234252] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 6.248291] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[ 6.261657] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[ 6.294952] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 6.354644] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 6.392913] cryptodev: loading out-of-tree module taints kernel.
[ 6.404602] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 6.424285] cryptodev: driver 1.12 loaded.
[ 6.454742] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 6.490600] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: disabled.
[ 6.515380] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 6.533996] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 6.584838] systemd[1]: Mounted POSIX Message Queue File System.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[ 6.611328] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Trace File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mTemporary Directory /tmp[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate List of Static Device Nodes[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mStart psplash boot splash screen[0m.
See 'systemctl status psplash-start.service' for details.
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mStarprogress communication helper[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m.
[[0;32m OK [0m] Finished [0;1;39mGenerate network units from Kernel command line[0m.
[[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m.
Mounting [0;1;39mKernel Configuration File System[0m...
Starting [0;1;39mFlush Journal to Persistent Storage[0m...
Starting [0;1;39mApply Kernel Variables[0m...
[ 7.154510] systemd-journald[99]: Received client request to flush runtime journal.
Starting [0;1;39mCreate System Users[0m...
[[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m.
[[0;32m OK [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m.
[[0;32m OK [0m] Finished [0;1;39mApply Kernel Variables[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;39mCreate Static Device Nodes in /dev[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Local File Systems[0m.
Mounting [0;1;39m/media/ram[0m...
Mounting [0;1;39m/var/volatile[0m...
Starting [0;1;39mRule-based Managefor Device Events and Files[0m...
[[0;32m OK [0m] Mounted [0;1;39m/media/ram[0m.
[[0;32m OK [0m] Mounted [0;1;39m/var/volatile[0m.
Starting [0;1;39mLoad/Save Random Seed[0m...
[[0;32m OK [0m] Reached target [0;1;39mLocal File Systems[0m.
Starting [0;1;39mRebuild Dynamic Linker Cache[0m...
Starting [0;1;39mCreate Volatile Files and Directories[0m...
[[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m.
Starting [0;1;39mRebuild Journal Catalog[0m...
Starting [0;1;39mNetwork Time Synchronization[0m...
Starting [0;1;39mRecord System Boot/Shutdown in UTMP[0m...
- 14:18:59 [INFO] Boot attempt 1/1 failed
- 14:18:59 [INFO] Collecting kernel traces via sysrq...
- 14:19:09 [INFO] [[0;32m OK [0m] Finished [0;1;39mRebuild Journal Catalog[0m.
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[0m.
[ 8.494354] sysrq: This sysrq operation is disabled.
[ 8.798217] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
[ 8.870727] omap-sham 4b101000.sham: will run requests pump with realtime priority
[ 9.068817] omap-sham 42701000.sham: hw accel on OMAP rev 4.3
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.[ 9.103485] omap-sham 42701000.sham: will run requests pump with realtime priority
[ 9.169311] omap_gpio 4805b000.gpio: Could not set line 7 debounce to 20000 microseconds (-22)
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.
[ 9.389373] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
[ 9.461914] omap-des 480a5000.des: will run requests pump with realtime priority
[ 9.716278] omap_rtc 48838000.rtc: registered as rtc1
[ 9.775939] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
[ 9.836547] omap-rproc 58820000.ipu: assigned reserved memory node ipu1-memory@9d000000
[ 9.846313] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
[ 9.911437] remoteproc remoteproc0: 58820000.ipu is available
[ 9.954956] mc: Linux media interface: v0.10
[ 10.003417] omap-rproc 55020000.ipu: assigned reserved memory node ipu2-memory@95800000
[ 10.093383] videodev: Linux video capture interface: v2.00
[ 10.108581] remoteproc remoteproc1: 55020000.ipu is available
[ 10.194335] omap-rproc 40800000.dsp: assigned reserved memory node dsp1-memory@99000000
[ 10.202453] remoteproc remoteproc2: 40800000.dsp is available
[ 10.322143] remoteproc remoteproc0: powering up 58820000.ipu
[ 10.354187] remoteproc remoteproc0: Booting fw image dra7-ipu1-fw.xem4, size 4925324
[ 10.362091] omap-iommu 58882000.mmu: 58882000.mmu: version 2.1
[ 10.493286] rproc-virtio rproc-virtio.1.auto: assigned reserved memory node ipu1-memory@9d000000
[ 10.575775] remoteproc remoteproc1: powering up 55020000.ipu
[ 10.620666] remoteproc remoteproc1: Booting fw image dra7-ipu2-fw.xem4, size 4925424
[ 10.706970] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
[ 10.755523] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 10.761077] rproc-virtio rproc-virtio.1.auto: registered virtio0 (type 7)
[ 10.854766] remoteproc remoteproc2: powering up 40800000.dsp
[ 10.861328] ahci-dwc 4a140000.sata: supply ahci not found, using dummy regulator
[ 10.876770] remoteproc remoteproc0: remote processor 58820000.ipu is now up
[ 10.893859] vpe 489d0000.vpe: loading firmware vpdma-1b8.bin
[ 10.912292] remoteproc remoteproc2: Booting fw image dra7-dsp1-fw.xe66, size 5611192
[ 10.941192] ahci-dwc 4a140000.sata: supply phy not found, using dummy regulator
[ 10.999969] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0
[ 11.005950] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0
[ 11.015136] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[ 11.031799] ahci-dwc 4a140000.sata: supply target not found, using dummy regulator
[ 11.043914] virtio_rpmsg_bus virtio0: malformed ns msg (72)
[ 11.083862] virtio_rpmsg_bus virtio0: malformed ns msg (72)
[ 11.093505] ahci-dwc 4a140000.sata: forcing port_map 0x0 -> 0x1
[ 11.113067] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
[ 11.124999] c_can_platform 4ae3c000.can: c_can_platform device registered (regs=5b48827a, irq=157)
[ 11.150299] virtio_rpmsg_bus virtio0: malformed ns msg (72)
[ 11.164276] ahci-dwc 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
[ 11.196594] omap-aes 4b500000.aes: will run requests pump with realtime priority
[ 11.228820] virtio_rpmsg_bus virtio0: malformed ns msg (72)
[ 11.276428] ahci-dwc 4a140000.sata: flags: 64bit ncq sntf pm led clo only pmp pio slum part ccc apst
[ 11.314910] vpe 489d0000.vpe: Device registered as /dev/video0
[ 11.328979] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node dsp1-memory@99000000
[ 11.353759] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
[ 11.389282] omap-aes 4b700000.aes: will run requests pump with realtime priority
[[0m[0;31m* [0m] A start job is running for Rebuild namic Linker Cache (6s / no limit)
[ 11.473205] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 11.498535] scsi host0: ahci-dwc
[ 11.502014] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 156
M
[K[[0;32m OK [0m] Finished [0;1;39mRebuild Dynamic Linker Cache[0m.
[K[ 11.556518] rproc-virtio rproc-virtio.3.auto: registered virtio1 (type 7)
[ 11.563354] remoteproc remoteproc2: remote processor 40800000.dsp is now up
Starting [0;1;39mRun pending postinsts[0m...
Starting [0;1;39mUpdate is Completed[0m...
[ 11.773956] virtio_rpmsg_bus virtio1: malformed ns msg (72)
[ 11.846130] virtio_rpmsg_bus virtio1: malformed ns msg (72)
[ 11.939697] virtio_rpmsg_bus virtio1: malformed ns msg (72)
[ 11.956573] ata1: SATA link down (SStatus 0 SControl 300)
[[0;32m OK [0m] Finished [0;1;39mUpdate is Completed[0m.
[ 12.037139] virtio_rpmsg_bus virtio1: malformed ns msg (72)
[ 12.080444] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node ipu2-memory@95800000
[ 12.270202] virtio_rpmsg_bus virtio2: rpmsg host is online
[ 12.327484] DSS: OMAP DSS rev 6.1
[ 12.356201] rproc-virtio rproc-virtio.2.auto: registered virtio2 (type 7)
[ 12.363037] remoteproc remoteproc1: remote processor 55020000.ipu is now up
[ 12.372375] [drm] Initialized pvr 1.17.4948957 20110701 for 56000000.gpu on minor 0
[ 12.562438] virtio_rpmsg_bus virtio2: malformed ns msg (72)
[ 12.696899] virtio_rpmsg_bus virtio2: malformed ns msg (72)
[ 12.702514] virtio_rpmsg_bus virtio2: malformed ns msg (72)
[ 12.834960] virtio_rpmsg_bus virtio2: malformed ns msg (72)
[ 12.854675] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops [omapdrm])
[ 12.863739] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_component_ops [omapdrm])
[ 13.136322] dmm 4e000000.dmm: workaround for errata i878 in use
[ 13.270812] dmm 4e000000.dmm: initialized all PAT entries
[ 13.338378] omapdrm omapdrm.0: [drm] Cannot find any crtc or sizes
[ 13.410339] ------------[ cut here ]------------
[ 13.415069] WARNING: CPU: 0 PID: 121 at drivers/gpu/drm/drm_bridge.c:1416 drm_bridge_hpd_enable+0x7c/0x80
[ 13.424713] Hot plug detection already enabled
[ 13.429199] Modules linked in: pvrsrvkm(O) omapdrm(+) cec c_can_platform c_can omap_aes_driver pruss libaes omap_wdt ti_vpe ahci_dwc ti_sc ti_csc ti_vpdma v4l2_mem2mem videobuf2_dma_contig videobuf2_memops videobuf2_v4l2 videobuf2_common videodev mc dwc3_omap omap_mailbox rtc_omap omap_des omap_crypto libdes extcon_palmas omap_sham crypto_engine omap_remoteproc virtio_rpmsg_bus rpmsg_ns rpmsg_core display_connector ti_tpd12s015 gdbserverproxy(O) cryptodev(O)
[ 13.470153] CPU: 0 PID: 121 Comm: systemd-udevd Tainted: G O 6.1.105-ti-g92ce8d7d2ab6 #1
[ 13.479675] Hardware name: Generic DRA72X (Flattened Device Tree)
[ 13.485809] unwind_backtrace from show_stack+0x10/0x14
[ 13.491058] show_stack from dump_stack_lvl+0x40/0x4c
[ 13.496154] dump_stack_lvl from __warn+0x7c/0x158
[ 13.500976] __warn from warn_slowpath_fmt+0x11c/0x1ac
[ 13.506134] warn_slowpath_fmt from drm_bridge_hpd_enable+0x7c/0x80
[ 13.512451] drm_bridge_hpd_enable from pdev_probe+0x5bc/0x75c [omapdrm]
[ 13.519287] pdev_probe [omapdrm] from platform_probe+0x5c/0xbc
[ 13.525299] platform_probe from really_probe+0xc8/0x2ec
[ 13.530639] really_probe from __driver_probe_device+0x88/0x1a0
[ 13.536590] __driver_probe_device from driver_probe_device+0x30/0x104
[ 13.543151] driver_probe_device from __driver_attach+0x90/0x174
[ 13.549194] __driver_attach from bus_for_each_dev+0x70/0xb0
[ 13.554901] bus_for_each_dev from bus_add_driver+0x164/0x1f0
[ 13.560668] bus_add_driver from driver_register+0x88/0x11c
[ 13.566284] driver_register from __platform_register_drivers+0x38/0x88
[ 13.572906] __platform_register_drivers from omap_drm_init+0x3c/0x50 [omapdrm]
[ 13.580352] omap_drm_init [omapdrm] from do_one_initcall+0x40/0x240
[ 13.586822] do_one_initcall from do_init_module+0x44/0x1d4
[ 13.592437] do_init_module from sys_finit_module+0xbc/0xf8
[ 13.598022] sys_finit_module from __sys_trace_return+0x0/0x10
[ 13.603881] Exception stack(0xf0139fa8 to 0xf0139ff0)
[ 13.608978] 9fa0: 00000000 00000000 0000000e b6cfa878 00000000 00020000
[ 13.617187] 9fc0: 00000000 00000000 00000000 0000017b 00000000 00097a20 00000007 00000000
[ 13.625396] 9fe0: be9a0710 be9a0700 b6cf5d2f b6c2b052
[ 13.630493] ---[ end trace 0000000000000000 ]---
[[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (9s / no limit)
M
[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (9s / no limit)
M
[K[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
[K
U-Boot SPL 2023.04-ti-g0853d7725220 (Oct 08 2024 - 22:59:40 +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... OK
U-Boot 2023.04-ti-g0853d7725220 (Oct 08 2024 - 22:59:40 +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... OK
Net:
Warning: ethernet@48484000 MAC addresses don't match:
Address in ROM is 44:ea:d8:17:c5:4e
Address in environment is 70:ff:76:1c:27:2d
eth2: ethernet@48484000
Hit any key to stop autoboot: 2
- 14:19:20 [INFO] 0
=> l
Unknown command 'l' - try 'help'
=>
- 14:19:30 [INFO] w
Unknown command 'w' - try 'help'
=>
- 14:19:30 [INFO] Disconnected serial from am571x-idk
- 14:19:30 [INFO] Host: cd /test