Skip to content

Instantly share code, notes, and snippets.

@nehamalcom
Last active May 10, 2024 07:56
Show Gist options
  • Save nehamalcom/c0bb20e85ccbbc00b751fd3c29dead7d to your computer and use it in GitHub Desktop.
Save nehamalcom/c0bb20e85ccbbc00b751fd3c29dead7d to your computer and use it in GitHub Desktop.
J7* - ECC enabled
U-Boot SPL 2024.07-rc2-00077-g4790f844623 (May 09 2024 - 17:46:25 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
EEPROM not available at 0x50, trying to read at 0x51
ECC is enabled, priming DDR which will take several seconds.
ECC: priming DDR completed in 2395 msec
ECC is enabled, priming DDR which will take several seconds.
Loaded 1050363 bytes
Loading Environment from nowhere... OK
init_env from device 7 not supported!
Starting ATF on ARM64 core...
NOTICE: BL31: v2.10.0(release):v2.10.0-367-g00f1ec6b87-dirty
NOTICE: BL31: Built : 16:09:05, Feb 9 2024
I/TC:
I/TC: OP-TEE version: 4.1.0-51-g012cdca49 (gcc version 11.4.0 (GCC)) #1 Tue Jan 30 10:48:03 UTC 2024 aarch64
I/TC: WARNING: This OP-TEE configuration might be insecure!
I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
I/TC: Primary CPU initializing
I/TC: GIC redistributor base address not provided
I/TC: Assuming default GIC group status and modifier
I/TC: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
I/TC: HUK Initialized
I/TC: Activated SA2UL device
I/TC: Enabled firewalls for SA2UL TRNG device
I/TC: SA2UL TRNG initialized
I/TC: SA2UL Drivers initialized
I/TC: Primary CPU switching to normal world boot
U-Boot SPL 2024.07-rc2-00077-g4790f844623 (May 09 2024 - 17:46:41 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
Trying to boot from UART
CLoaded 1337331 bytes
U-Boot 2024.07-rc2-00077-g4790f844623 (May 09 2024 - 17:46:41 +0530)
SoC: J721S2 SR1.0 HS-FS
Model: Texas Instruments AM68 SK
Board: AM68-SK-SOM rev E1
DRAM: 2 GiB (effective 14 GiB)
Core: 95 devices, 30 uclasses, devicetree: separate
Flash: 0 Bytes
MMC: mmc@4fb0000: 1
Loading Environment from nowhere... OK
In: serial@2880000
Out: serial@2880000
Err: serial@2880000
am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA02102 cpsw_ver: 0x6BA82102 ale_ver: 0x00293904 Ports:1
Net: eth0: ethernet@46000000port@1
Hit any key to stop autoboot: 2 0
=>
=>
=>
=>
=> version
U-Boot 2024.07-rc2-00077-g4790f844623 (May 09 2024 - 17:46:41 +0530)
=> setenv bootargs 'console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled '
=> setenv bootcmd ''
=> setenv autoload 'no'
=> setenv serverip '192.168.0.1'
=> setenv _initramfs -
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02880000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=j721s2
board_name=am68-sk
board_rev=E1
board_serial=0018
board_software_revision=01
boot=mmc
boot_a_script=load ${devtype} ${devnum}:${distro_bootpart} ${scriptaddr} ${prefix}${script}; source ${scriptaddr}
boot_efi_binary=load ${devtype} ${devnum}:${distro_bootpart} ${kernel_addr_r} efi/boot/bootaa64.efi; if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r};else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi
boot_efi_bootmgr=if fdt addr -q ${fdt_addr_r}; then bootefi bootmgr ${fdt_addr_r};else bootefi bootmgr;fi
boot_extlinux=sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} ${prefix}${boot_syslinux_conf}
boot_fdt=try
boot_fit=0
boot_net_usb_start=usb start
boot_prefixes=/ /boot/
boot_rprocs=if test ${dorprocboot} -eq 1 && test ${boot} = mmc; then rproc init; run boot_rprocs_mmc; fi;
boot_rprocs_mmc=env set rproc_id; env set rproc_fw; for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i; else env set rproc_fw $i; run rproc_load_and_boot_one; env set rproc_id; env set rproc_fw; fi; done
boot_script_dhcp=boot.scr.uimg
boot_scripts=boot.scr.uimg boot.scr
boot_syslinux_conf=extlinux/extlinux.conf
boot_targets=ti_mmc mmc0 mmc1 usb0 pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled
bootcmd=
bootcmd_dhcp=devtype=dhcp; run boot_net_usb_start; if dhcp ${scriptaddr} ${boot_script_dhcp}; then source ${scriptaddr}; fi;setenv efi_fdtfile ${fdtfile}; setenv efi_old_vci ${bootp_vci};setenv efi_old_arch ${bootp_arch};setenv bootp_vci PXEClient:Arch:00011:UNDI:003000;setenv bootp_arch 0xb;if dhcp ${kernel_addr_r}; then tftpboot ${fdt_addr_r} dtb/${efi_fdtfile};if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r}; else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi;fi;setenv bootp_vci ${efi_old_vci};setenv bootp_arch ${efi_old_arch};setenv efi_fdtfile;setenv efi_old_arch;setenv efi_old_vci;
bootcmd_mmc0=devnum=0; run mmc_boot
bootcmd_mmc1=devnum=1; run mmc_boot
bootcmd_pxe=run boot_net_usb_start; dhcp; if pxe get; then pxe boot; fi
bootcmd_ti_mmc=run findfdt; run init_${boot}; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1; then run main_cpsw0_qsgmii_phyinit; fi; run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootcmd_usb0=devnum=0; run usb_boot
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1; rootfs part 0 1 mmcpart 0; tiboot3.bin.raw raw 0x0 0x400 mmcpart 1; tispl.bin.raw raw 0x400 0x1000 mmcpart 1; u-boot.img.raw raw 0x1400 0x2000 mmcpart 1; u-env.raw raw 0x3400 0x100 mmcpart 1; sysfw.itb.raw raw 0x3600 0x800 mmcpart 1
dfu_alt_info_mmc=boot part 1 1; rootfs part 1 2; tiboot3.bin fat 1 1; tispl.bin fat 1 1; u-boot.img fat 1 1; uEnv.txt fat 1 1; sysfw.itb fat 1 1
dfu_alt_info_ospi=tiboot3.bin raw 0x0 0x080000; tispl.bin raw 0x080000 0x200000; u-boot.img raw 0x280000 0x400000; u-boot-env raw 0x680000 0x020000; sysfw.itb raw 0x6c0000 0x100000; rootfs raw 0x800000 0x3800000
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x200000; u-boot.img ram 0x81000000 0x400000
distro_bootcmd=scsi_need_init=; for target in ${boot_targets}; do run bootcmd_${target}; done
do_main_cpsw0_qsgmii_phyinit=0
dorprocboot=0
dtboaddr=0x89000000
efi_dtb_prefixes=/ /dtb/ /dtb/current/
envboot=if mmc dev ${mmcdev}; then if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if test -n "${loadbootscript}" && 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; fi;
ethaddr=34:08:e1:84:8f:f5
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde92d10
fdtfile=ti/k3-am68-sk-base-board.dtb
fdtoverlay_addr_r=0x89000000
findfdt=echo WARN: fdtfile already set. Stop using findfdt in script
finduuid=part uuid ${boot} ${bootpart} uuid
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/dtb/${name_fdt}
get_fdt_ufs=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_fit_overlaystring=for overlay in $name_overlays; do; setexpr name_fit_overlay gsub / _ conf-${overlay}; setenv overlaystring ${overlaystring}'#'${name_fit_overlay}; done;
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_ufs=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_ufs=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load scsi ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && fdt apply ${dtboaddr}; done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_mmc=run args_all args_mmc
init_ufs=ufs init; scsi scan; run args_ufs
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}
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=if mmc dev ${mmcdev}; then 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; fi;
mmcdev=1
mmcloados=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run get_fdt_mmc; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;
mmcrootfstype=ext4 rootwait
mtdids=nor0=47040000.spi.0,nor0=47034000.hyperbus
mtdparts=mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),-@8m(hbmc.rootfs)
name_fdt=ti/k3-am68-sk-base-board.dtb
name_fit=fitImage
name_kern=Image
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
rproc_fw_binaries= 2 /lib/firmware/j721s2-main-r5f0_0-fw 3 /lib/firmware/j721s2-main-r5f0_1-fw 4 /lib/firmware/j721s2-main-r5f1_0-fw 5 /lib/firmware/j721s2-main-r5f1_1-fw 6 /lib/firmware/j721s2-c71_0-fw 7 /lib/firmware/j721s2-c71_1-fw
rproc_load_and_boot_one=if load mmc ${bootpart} $loadaddr ${rproc_fw}; then if rproc load ${rproc_id} ${loadaddr} ${filesize}; then rproc start ${rproc_id}; fi; fi
run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
scan_dev_for_boot=echo Scanning ${devtype} ${devnum}:${distro_bootpart}...; for prefix in ${boot_prefixes}; do run scan_dev_for_extlinux; run scan_dev_for_scripts; done;run scan_dev_for_efi;
scan_dev_for_boot_part=part list ${devtype} ${devnum} -bootable devplist; env exists devplist || setenv devplist 1; for distro_bootpart in ${devplist}; do if fstype ${devtype} ${devnum}:${distro_bootpart} bootfstype; then part uuid ${devtype} ${devnum}:${distro_bootpart} distro_bootpart_uuid ; run scan_dev_for_boot; fi; done; setenv devplist
scan_dev_for_efi=setenv efi_fdtfile ${fdtfile}; for prefix in ${efi_dtb_prefixes}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${efi_fdtfile}; then run load_efi_dtb; fi;done;run boot_efi_bootmgr;if test -e ${devtype} ${devnum}:${distro_bootpart} efi/boot/bootaa64.efi; then echo Found EFI removable media binary efi/boot/bootaa64.efi; run boot_efi_binary; echo EFI LOAD FAILED: continuing...; fi; setenv efi_fdtfile
scan_dev_for_extlinux=if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${boot_syslinux_conf}; then echo Found ${prefix}${boot_syslinux_conf}; run boot_extlinux; echo EXTLINUX FAILED: continuing...; fi
scan_dev_for_scripts=for script in ${boot_scripts}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${script}; then echo Found U-Boot script ${prefix}${script}; run boot_a_script; echo SCRIPT FAILED: continuing...; fi; done
scriptaddr=0x80000000
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
scsirootfstype=ext4 rootwait
serial#=0000000000000018
serverip=192.168.0.1
soc=k3
stderr=serial@2880000
stdin=serial@2880000
stdout=serial@2880000
ubifs_boot=if ubi part ${bootubipart} ${bootubioff} && ubifsmount ubi0:${bootubivol}; then devtype=ubi; devnum=ubi0; bootfstype=ubifs; distro_bootpart=${bootubivol}; run scan_dev_for_boot; ubifsumount; fi
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
usb_boot=usb start; if usb dev ${devnum}; then devtype=usb; run scan_dev_for_boot_part; fi
vendor=ti
Environment size: 10053/131067 bytes
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled
=> setenv bootargs ''${bootargs}' ip=:::::eth0:dhcp '
=> setenv serverip '192.168.0.1'
=> setenv autoload 'no'
=> dhcp
k3-navss-ringacc ringacc@2b800000: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:272
k3-navss-ringacc ringacc@2b800000: dma-ring-reset-quirk: disabled
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 1000, full duplex
BOOTP broadcast 1
BOOTP broadcast 2
BOOTP broadcast 3
DHCP client bound to address 192.168.0.227 (1265 ms)
=> setenv dorprocboot '1'
=> run boot_rprocs
k3_r5f_rproc r5f@41000000: Core 1 is already in use. No rproc commands work
k3_r5f_rproc r5f@41400000: Core 2 is already in use. No rproc commands work
Card did not respond to voltage select! : -110
mmc_init: -95, time 72
** Bad device specification mmc 1 **
Couldn't find partition mmc 1:2
Can't set block device
Card did not respond to voltage select! : -110
mmc_init: -95, time 67
** Bad device specification mmc 1 **
Couldn't find partition mmc 1:2
Can't set block device
Card did not respond to voltage select! : -110
mmc_init: -95, time 67
** Bad device specification mmc 1 **
Couldn't find partition mmc 1:2
Can't set block device
Card did not respond to voltage select! : -110
mmc_init: -95, time 68
** Bad device specification mmc 1 **
Couldn't find partition mmc 1:2
Can't set block device
Card did not respond to voltage select! : -110
mmc_init: -95, time 67
** Bad device specification mmc 1 **
Couldn't find partition mmc 1:2
Can't set block device
Card did not respond to voltage select! : -110
mmc_init: -95, time 67
** Bad device specification mmc 1 **
Couldn't find partition mmc 1:2
Can't set block device
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02880000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=j721s2
board_name=am68-sk
board_rev=E1
board_serial=0018
board_software_revision=01
boot=mmc
boot_a_script=load ${devtype} ${devnum}:${distro_bootpart} ${scriptaddr} ${prefix}${script}; source ${scriptaddr}
boot_efi_binary=load ${devtype} ${devnum}:${distro_bootpart} ${kernel_addr_r} efi/boot/bootaa64.efi; if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r};else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi
boot_efi_bootmgr=if fdt addr -q ${fdt_addr_r}; then bootefi bootmgr ${fdt_addr_r};else bootefi bootmgr;fi
boot_extlinux=sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} ${prefix}${boot_syslinux_conf}
boot_fdt=try
boot_fit=0
boot_net_usb_start=usb start
boot_prefixes=/ /boot/
boot_rprocs=if test ${dorprocboot} -eq 1 && test ${boot} = mmc; then rproc init; run boot_rprocs_mmc; fi;
boot_rprocs_mmc=env set rproc_id; env set rproc_fw; for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i; else env set rproc_fw $i; run rproc_load_and_boot_one; env set rproc_id; env set rproc_fw; fi; done
boot_script_dhcp=boot.scr.uimg
boot_scripts=boot.scr.uimg boot.scr
boot_syslinux_conf=extlinux/extlinux.conf
boot_targets=ti_mmc mmc0 mmc1 usb0 pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
bootcmd=
bootcmd_dhcp=devtype=dhcp; run boot_net_usb_start; if dhcp ${scriptaddr} ${boot_script_dhcp}; then source ${scriptaddr}; fi;setenv efi_fdtfile ${fdtfile}; setenv efi_old_vci ${bootp_vci};setenv efi_old_arch ${bootp_arch};setenv bootp_vci PXEClient:Arch:00011:UNDI:003000;setenv bootp_arch 0xb;if dhcp ${kernel_addr_r}; then tftpboot ${fdt_addr_r} dtb/${efi_fdtfile};if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r}; else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi;fi;setenv bootp_vci ${efi_old_vci};setenv bootp_arch ${efi_old_arch};setenv efi_fdtfile;setenv efi_old_arch;setenv efi_old_vci;
bootcmd_mmc0=devnum=0; run mmc_boot
bootcmd_mmc1=devnum=1; run mmc_boot
bootcmd_pxe=run boot_net_usb_start; dhcp; if pxe get; then pxe boot; fi
bootcmd_ti_mmc=run findfdt; run init_${boot}; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1; then run main_cpsw0_qsgmii_phyinit; fi; run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootcmd_usb0=devnum=0; run usb_boot
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1; rootfs part 0 1 mmcpart 0; tiboot3.bin.raw raw 0x0 0x400 mmcpart 1; tispl.bin.raw raw 0x400 0x1000 mmcpart 1; u-boot.img.raw raw 0x1400 0x2000 mmcpart 1; u-env.raw raw 0x3400 0x100 mmcpart 1; sysfw.itb.raw raw 0x3600 0x800 mmcpart 1
dfu_alt_info_mmc=boot part 1 1; rootfs part 1 2; tiboot3.bin fat 1 1; tispl.bin fat 1 1; u-boot.img fat 1 1; uEnv.txt fat 1 1; sysfw.itb fat 1 1
dfu_alt_info_ospi=tiboot3.bin raw 0x0 0x080000; tispl.bin raw 0x080000 0x200000; u-boot.img raw 0x280000 0x400000; u-boot-env raw 0x680000 0x020000; sysfw.itb raw 0x6c0000 0x100000; rootfs raw 0x800000 0x3800000
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x200000; u-boot.img ram 0x81000000 0x400000
distro_bootcmd=scsi_need_init=; for target in ${boot_targets}; do run bootcmd_${target}; done
dnsip=192.0.2.2
do_main_cpsw0_qsgmii_phyinit=0
dorprocboot=1
dtboaddr=0x89000000
efi_dtb_prefixes=/ /dtb/ /dtb/current/
envboot=if mmc dev ${mmcdev}; then if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if test -n "${loadbootscript}" && 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; fi;
ethact=ethernet@46000000port@1
ethaddr=34:08:e1:84:8f:f5
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde92d10
fdtfile=ti/k3-am68-sk-base-board.dtb
fdtoverlay_addr_r=0x89000000
findfdt=echo WARN: fdtfile already set. Stop using findfdt in script
finduuid=part uuid ${boot} ${bootpart} uuid
gatewayip=192.168.0.1
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/dtb/${name_fdt}
get_fdt_ufs=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_fit_overlaystring=for overlay in $name_overlays; do; setexpr name_fit_overlay gsub / _ conf-${overlay}; setenv overlaystring ${overlaystring}'#'${name_fit_overlay}; done;
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_ufs=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_ufs=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load scsi ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && fdt apply ${dtboaddr}; done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_mmc=run args_all args_mmc
init_ufs=ufs init; scsi scan; run args_ufs
ipaddr=192.168.0.227
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}
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=if mmc dev ${mmcdev}; then 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; fi;
mmcdev=1
mmcloados=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run get_fdt_mmc; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;
mmcrootfstype=ext4 rootwait
mtdids=nor0=47040000.spi.0,nor0=47034000.hyperbus
mtdparts=mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),-@8m(hbmc.rootfs)
name_fdt=ti/k3-am68-sk-base-board.dtb
name_fit=fitImage
name_kern=Image
netmask=255.255.255.0
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
rproc_fw_binaries= 2 /lib/firmware/j721s2-main-r5f0_0-fw 3 /lib/firmware/j721s2-main-r5f0_1-fw 4 /lib/firmware/j721s2-main-r5f1_0-fw 5 /lib/firmware/j721s2-main-r5f1_1-fw 6 /lib/firmware/j721s2-c71_0-fw 7 /lib/firmware/j721s2-c71_1-fw
rproc_load_and_boot_one=if load mmc ${bootpart} $loadaddr ${rproc_fw}; then if rproc load ${rproc_id} ${loadaddr} ${filesize}; then rproc start ${rproc_id}; fi; fi
run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
scan_dev_for_boot=echo Scanning ${devtype} ${devnum}:${distro_bootpart}...; for prefix in ${boot_prefixes}; do run scan_dev_for_extlinux; run scan_dev_for_scripts; done;run scan_dev_for_efi;
scan_dev_for_boot_part=part list ${devtype} ${devnum} -bootable devplist; env exists devplist || setenv devplist 1; for distro_bootpart in ${devplist}; do if fstype ${devtype} ${devnum}:${distro_bootpart} bootfstype; then part uuid ${devtype} ${devnum}:${distro_bootpart} distro_bootpart_uuid ; run scan_dev_for_boot; fi; done; setenv devplist
scan_dev_for_efi=setenv efi_fdtfile ${fdtfile}; for prefix in ${efi_dtb_prefixes}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${efi_fdtfile}; then run load_efi_dtb; fi;done;run boot_efi_bootmgr;if test -e ${devtype} ${devnum}:${distro_bootpart} efi/boot/bootaa64.efi; then echo Found EFI removable media binary efi/boot/bootaa64.efi; run boot_efi_binary; echo EFI LOAD FAILED: continuing...; fi; setenv efi_fdtfile
scan_dev_for_extlinux=if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${boot_syslinux_conf}; then echo Found ${prefix}${boot_syslinux_conf}; run boot_extlinux; echo EXTLINUX FAILED: continuing...; fi
scan_dev_for_scripts=for script in ${boot_scripts}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${script}; then echo Found U-Boot script ${prefix}${script}; run boot_a_script; echo SCRIPT FAILED: continuing...; fi; done
scriptaddr=0x80000000
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
scsirootfstype=ext4 rootwait
serial#=0000000000000018
serverip=192.168.0.1
soc=k3
stderr=serial@2880000
stdin=serial@2880000
stdout=serial@2880000
ubifs_boot=if ubi part ${bootubipart} ${bootubioff} && ubifsmount ubi0:${bootubivol}; then devtype=ubi; devnum=ubi0; bootfstype=ubifs; distro_bootpart=${bootubivol}; run scan_dev_for_boot; ubifsumount; fi
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
usb_boot=usb start; if usb dev ${devnum}; then devtype=usb; run scan_dev_for_boot_part; fi
vendor=ti
Environment size: 10184/131067 bytes
=> tftp ${loadaddr} 192.168.0.1:vatf_am68_sk-fs-01/bb07daf011078f15ea81b62255230e0d
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 1000, full duplex
Using ethernet@46000000port@1 device
TFTP from server 192.168.0.1; our IP address is 192.168.0.227
Filename 'vatf_am68_sk-fs-01/bb07daf011078f15ea81b62255230e0d'.
Load address: 0x82000000
Loading: *################################################## 18.5 MiB
10.3 MiB/s
done
Bytes transferred = 19376640 (127aa00 hex)
=> tftp ${fdt_addr_r} 192.168.0.1:vatf_am68_sk-fs-01/9227be58a5030479a30053477184bbef
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 1000, full duplex
Using ethernet@46000000port@1 device
TFTP from server 192.168.0.1; our IP address is 192.168.0.227
Filename 'vatf_am68_sk-fs-01/9227be58a5030479a30053477184bbef'.
Load address: 0x88000000
Loading: *################################################## 78.9 KiB
7 MiB/s
done
Bytes transferred = 80808 (13ba8 hex)
=> fdt address ${fdt_addr_r}
Working FDT set to 88000000
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
=> setenv bootargs ''${bootargs}' root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am68_sk-fs/autofs/47cfe16e82bffc117c8ac0f7a7fa57f3,nolock,v3,tcp,rsize=4096,wsize=4096 '
=> printenv bootcmd
bootcmd=
=> setenv bootcmd ''${bootcmd}' if iminfo ${loadaddr}; then bootm ${loadaddr} ${_initramfs} ${fdt_addr_r}; else booti ${loadaddr} ${_initramfs} ${fdt_addr_r}; fi'
=> version
U-Boot 2024.07-rc2-00077-g4790f844623 (May 09 2024 - 17:46:41 +0530)
=> bdinfo
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x0000000300000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffecd000
reloc off = 0x000000007f6cd000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 34:08:e1:84:8f:f5
IP addr = 192.168.0.227
fdt_blob = 0x00000000fde92d10
new_fdt = 0x00000000fde92d10
fdt_size = 0x000000000001a0a0
lmb_dump_all:
memory.cnt = 0x2 / max = 0x10
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0
memory[1] [0x880000000-0xb7fffffff], 0x300000000 bytes flags: 0
reserved.cnt = 0x2 / max = 0x10
reserved[0] [0x9e800000-0xa9bfffff], 0x0b400000 bytes flags: 4
reserved[1] [0xfce8b000-0xffffffff], 0x03175000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002880000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde92d00
sp start = 0x00000000fde92d00
Early malloc usage: 2608 / 8000
=>
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x0000000300000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffecd000
reloc off = 0x000000007f6cd000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 34:08:e1:84:8f:f5
IP addr = 192.168.0.227
fdt_blob = 0x00000000fde92d10
new_fdt = 0x00000000fde92d10
fdt_size = 0x000000000001a0a0
lmb_dump_all:
memory.cnt = 0x2 / max = 0x10
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0
memory[1] [0x880000000-0xb7fffffff], 0x300000000 bytes flags: 0
reserved.cnt = 0x2 / max = 0x10
reserved[0] [0x9e800000-0xa9bfffff], 0x0b400000 bytes flags: 4
reserved[1] [0xfce8b000-0xffffffff], 0x03175000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002880000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde92d00
sp start = 0x00000000fde92d00
Early malloc usage: 2608 / 8000
=> ls mmc 0:1
** Bad device specification mmc 0 **
Couldn't find partition mmc 0:1
=> ls mmc 1:1
Card did not respond to voltage select! : -110
mmc_init: -95, time 67
** Bad device specification mmc 1 **
Couldn't find partition mmc 1:1
=> ext4ls mmc 0:2 /lib/firmware
** Bad device specification mmc 0 **
Couldn't find partition mmc 0:2
=> ext4ls mmc 1:2 /lib/firmware
Card did not respond to voltage select! : -110
mmc_init: -95, time 67
** Bad device specification mmc 1 **
Couldn't find partition mmc 1:2
=> mmc rescan; echo $?
MMC Device 0 not found
no mmc device at slot 0
1
=> fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4
Card did not respond to voltage select! : -110
mmc_init: -95, time 67
** Bad device specification mmc 1 **
Couldn't find partition mmc 1:1
=> boot
## Checking Image at 82000000 ...
Unknown image format!
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Working FDT set to 88000000
Loading Device Tree to 000000008ffe9000, end 000000008ffffba7 ... OK
Working FDT set to 8ffe9000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.1.80-ti-g2e423244f8c0 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Wed Mar 20 14:43:33 UTC 2024
[ 0.000000] Machine model: Texas Instruments AM68 SK
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002880000 (options '')
[ 0.000000] printk: bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000b48000000, size 896 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x0000000b7fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000009e7fffff]
[ 0.000000] node 0: [mem 0x000000009e800000-0x000000009fffffff]
[ 0.000000] node 0: [mem 0x00000000a0000000-0x00000000ffffffff]
[ 0.000000] node 0: [mem 0x0000000880000000-0x0000000b7fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000b7fffffff]
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.4
[ 0.000000] percpu: Embedded 20 pages/cpu s41064 r8192 d32664 u81920
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: Spectre-v3a
[ 0.000000] CPU features: detected: Spectre-BHB
[ 0.000000] CPU features: detected: ARM erratum 1742098
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 3612672
[ 0.000000] Kernel command line: console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am68_sk-fs/autofs/47cfe16e82bffc117c8ac0f7a7fa57f3,nolock,v3,tcp,rsize=4096,wsize=4096
[ 0.000000] sysrq: sysrq always enabled.
[ 0.000000] Unknown kernel command line parameters "earlyprintk=serial,ttyS2,115200n8", will be passed to user space.
[ 0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 2.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
[ 0.000000] Memory: 13369036K/14680064K available (11712K kernel code, 1258K rwdata, 3812K rodata, 1984K init, 438K bss, 393524K reserved, 917504K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 960 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: GICv3 features: 16 PPIs
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000
[ 0.000000] ITS [mem 0x01820000-0x0182ffff]
[ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
[ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
[ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x0000000880030000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880040000
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
[ 0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.010476] Console: colour dummy device 80x25
[ 0.016195] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.029534] pid_max: default: 32768 minimum: 301
[ 0.035459] LSM: Security Framework initializing
[ 0.041465] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.051189] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.062539] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.071802] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.079635] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.088869] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.096757] rcu: Hierarchical SRCU implementation.
[ 0.102883] rcu: Max phase no-delay instances is 1000.
[ 0.109778] Platform MSI: msi-controller@1820000 domain created
[ 0.117502] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.129229] EFI services will not be available.
[ 0.135157] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.151515] Detected PIPT I-cache on CPU1
[ 0.151601] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.151620] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
[ 0.151663] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.151732] smp: Brought up 1 node, 2 CPUs
[ 0.188420] SMP: Total of 2 processors activated.
[ 0.194427] CPU features: detected: 32-bit EL0 Support
[ 0.200994] CPU features: detected: CRC32 instructions
[ 0.207592] CPU: All CPU(s) started at EL2
[ 0.212820] alternatives: applying system-wide alternatives
[ 0.221089] devtmpfs: initialized
[ 0.232948] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.245431] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.267163] pinctrl core: initialized pinctrl subsystem
[ 0.274299] DMI not present or invalid.
[ 0.279633] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.288180] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[ 0.297767] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.308194] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.318479] audit: initializing netlink subsys (disabled)
[ 0.325552] audit: type=2000 audit(0.172:1): state=initialized audit_enabled=0 res=1
[ 0.325841] thermal_sys: Registered thermal governor 'step_wise'
[ 0.335456] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.343238] cpuidle: using governor menu
[ 0.356681] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.365387] ASID allocator initialised with 65536 entries
[ 0.384929] KASLR disabled due to lack of seed
[ 0.394273] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.402956] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.410961] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.419628] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.427630] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.436296] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.444298] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.452968] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.461984] k3-chipinfo 43000014.chipid: Family:J721S2 rev:SR1.0 JTAGID[0x0bb7502f] Detected
[ 0.474009] iommu: Default domain type: Translated
[ 0.480241] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.488416] SCSI subsystem initialized
[ 0.493429] usbcore: registered new interface driver usbfs
[ 0.500462] usbcore: registered new interface driver hub
[ 0.507260] usbcore: registered new device driver usb
[ 0.514049] pps_core: LinuxPPS API ver. 1 registered
[ 0.520394] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.532067] PTP clock support registered
[ 0.537179] EDAC MC: Ver: 3.0.0
[ 0.542030] FPGA manager framework
[ 0.546427] Advanced Linux Sound Architecture Driver Initialized.
[ 0.554775] clocksource: Switched to clocksource arch_sys_counter
[ 0.562731] VFS: Disk quotas dquot_6.6.0
[ 0.567773] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.580246] NET: Registered PF_INET protocol family
[ 0.586976] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.603159] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.614297] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.624216] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.635075] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.645667] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.654282] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.663187] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.672767] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.680392] RPC: Registered named UNIX socket transport module.
[ 0.687977] RPC: Registered udp transport module.
[ 0.693983] RPC: Registered tcp transport module.
[ 0.699986] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.708216] NET: Registered PF_XDP protocol family
[ 0.714344] PCI: CLS 0 bytes, default 64
[ 0.719785] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.731416] Initialise system trusted keyrings
[ 0.737267] workingset: timestamp_bits=46 max_order=22 bucket_order=0
[ 0.748002] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.755874] NFS: Registering the id_resolver key type
[ 0.762369] Key type id_resolver registered
[ 0.767709] Key type id_legacy registered
[ 0.772858] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.781422] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.814958] Key type asymmetric registered
[ 0.820190] Asymmetric key parser 'x509' registered
[ 0.826454] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.836015] io scheduler mq-deadline registered
[ 0.841812] io scheduler kyber registered
[ 0.849649] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
[ 0.857203] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
[ 0.864684] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
[ 0.872384] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
[ 0.879721] pinctrl-single 11c000.pinctrl: 72 pins, size 288
[ 0.892176] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
[ 0.906152] loop: module loaded
[ 0.911166] megasas: 07.719.03.00-rc1
[ 0.917987] tun: Universal TUN/TAP device driver, 1.6
[ 0.925052] VFIO - User Level meta-driver version: 0.3
[ 0.932219] usbcore: registered new interface driver usb-storage
[ 0.940383] i2c_dev: i2c /dev entries driver
[ 0.946765] sdhci: Secure Digital Host Controller Interface driver
[ 0.954703] sdhci: Copyright(c) Pierre Ossman
[ 0.960441] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.968124] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.975948] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.984401] usbcore: registered new interface driver usbhid
[ 0.991525] usbhid: USB HID core driver
[ 0.997126] optee: probing for conduit method.
I/TC: Reserved shared memory is enabled
I/TC: Dynamic shared memory is enabled
I/TC: Normal World virtualization support is disabled
I/TC: Asynchronous notifications are disabled
[ 1.002833] optee: revision 4.1 (012cdca4)
[ 1.023384] optee: dynamic shared memory is enabled
[ 1.035121] optee: initialized driver
[ 1.041240] Initializing XFRM netlink socket
[ 1.046733] NET: Registered PF_PACKET protocol family
[ 1.053276] Key type dns_resolver registered
[ 1.059025] registered taskstats version 1
[ 1.064280] Loading compiled-in X.509 certificates
[ 1.077648] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
[ 1.122650] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.130566] pca953x 1-0020: supply vcc not found, using dummy regulator
[ 1.139115] pca953x 1-0020: using no AI
[ 1.168050] omap_i2c 40b10000.i2c: bus 1 rev0.12 at 100 kHz
[ 1.176113] pca953x 2-0021: supply vcc not found, using dummy regulator
[ 1.184673] pca953x 2-0021: using no AI
[ 1.211479] omap_i2c 2000000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.219088] omap_i2c 2040000.i2c: bus 3 rev0.12 at 400 kHz
[ 1.226600] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 125 domain created
[ 1.237287] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 148 domain created
[ 1.248975] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 227 domain created
[ 1.259749] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 265 created
[ 1.272686] ti-udma 311a0000.dma-controller: Number of rings: 48
[ 1.281146] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8, rchan: 16)
[ 1.292716] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:272
[ 1.305082] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.313533] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.324654] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:259
[ 1.337362] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.345811] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.355803] printk: console [ttyS2] disabled
[ 1.361308] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 216, base_baud = 3000000) is a 8250
[ 1.372382] printk: console [ttyS2] enabled
[ 1.372382] printk: console [ttyS2] enabled
[ 1.382940] printk: bootconsole [ns16550a0] disabled
[ 1.382940] printk: bootconsole [ns16550a0] disabled
[ 1.397250] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.442788] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.453858] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.464216] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.480308] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.489320] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.497204] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0
[ 1.510148] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:250000000, add_val:3 pps:0
[ 1.528167] omap-mailbox 31f80000.mailbox: no available mbox devices found
[ 1.536975] omap-mailbox 31f81000.mailbox: no available mbox devices found
[ 1.545666] omap-mailbox 31f82000.mailbox: no available mbox devices found
[ 1.554343] omap-mailbox 31f83000.mailbox: no available mbox devices found
[ 1.563011] omap-mailbox 31f84000.mailbox: no available mbox devices found
[ 1.571676] omap-mailbox 31f85000.mailbox: no available mbox devices found
[ 1.580341] omap-mailbox 31f86000.mailbox: no available mbox devices found
[ 1.589018] omap-mailbox 31f87000.mailbox: no available mbox devices found
[ 1.597690] omap-mailbox 31f88000.mailbox: no available mbox devices found
[ 1.606360] omap-mailbox 31f89000.mailbox: no available mbox devices found
[ 1.615022] omap-mailbox 31f8a000.mailbox: no available mbox devices found
[ 1.623684] omap-mailbox 31f8b000.mailbox: no available mbox devices found
[ 1.632347] omap-mailbox 31f90000.mailbox: no available mbox devices found
[ 1.641017] omap-mailbox 31f91000.mailbox: no available mbox devices found
[ 1.649695] omap-mailbox 31f92000.mailbox: no available mbox devices found
[ 1.658358] omap-mailbox 31f93000.mailbox: no available mbox devices found
[ 1.667018] omap-mailbox 31f94000.mailbox: no available mbox devices found
[ 1.675679] omap-mailbox 31f95000.mailbox: no available mbox devices found
[ 1.684346] omap-mailbox 31f96000.mailbox: no available mbox devices found
[ 1.693013] omap-mailbox 31f97000.mailbox: no available mbox devices found
[ 1.701674] omap-mailbox 31f98000.mailbox: no available mbox devices found
[ 1.710340] omap-mailbox 31f99000.mailbox: no available mbox devices found
[ 1.719011] omap-mailbox 31f9a000.mailbox: no available mbox devices found
[ 1.727674] omap-mailbox 31f9b000.mailbox: no available mbox devices found
[ 1.738238] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[ 1.750852] ti-udma 31150000.dma-controller: Channels: 60 (tchan: 30, rchan: 30, gp-rflow: 16)
[ 1.766344] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[ 1.772643] 7 fixed-partitions partitions found on MTD device 47040000.spi.0
[ 1.781443] Creating 7 MTD partitions on "47040000.spi.0":
[ 1.788285] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[ 1.795928] 0x000000080000-0x000000280000 : "ospi.tispl"
[ 1.803215] 0x000000280000-0x000000680000 : "ospi.u-boot"
[ 1.810562] 0x000000680000-0x0000006c0000 : "ospi.env"
[ 1.817577] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
[ 1.825339] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 1.832731] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[ 1.845487] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.890788] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.901979] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.912332] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.928417] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.937428] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.945397] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0
[ 1.958051] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 1.968093] debugfs: Directory 'pd:39' with parent 'pm_genpd' already present!
[ 1.968500] mmc1: CQHCI version 5.10
[ 1.977181] debugfs: Directory 'pd:38' with parent 'pm_genpd' already present!
[ 2.022730] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 2.042924] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 2.054795] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 7.191980] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 7.226779] Sending DHCP requests ., OK
[ 7.247586] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.227
[ 7.257249] IP-Config: Complete:
[ 7.261271] device=eth0, hwaddr=34:08:e1:84:8f:f5, ipaddr=192.168.0.227, mask=255.255.255.0, gw=192.168.0.1
[ 7.273964] host=192.168.0.227, domain=ti.com, nis-domain=(none)
[ 7.281995] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 7.281999] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 7.303919] ALSA device list:
[ 7.307628] No soundcards found.
[ 7.326182] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 7.333939] devtmpfs: mounted
[ 7.338542] Freeing unused kernel memory: 1984K
[ 7.350862] Run /sbin/init as init process
[ 7.518304] systemd[1]: System time before build time, advancing clock.
[ 7.615742] NET: Registered PF_INET6 protocol family
[ 7.623857] Segment Routing with IPv6
[ 7.628445] In-situ OAM (IOAM) with IPv6
[ 7.660137] 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)
[ 7.699773] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.10[0m!
[ 7.756173] systemd[1]: Hostname set to <j721s2-evm>.
[ 7.883049] systemd[133]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 7.896276] systemd-sysv-generator[142]: 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.
[ 8.112904] 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.
[ 8.177272] 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.
[ 8.255275] systemd[1]: Queued start job for default target Graphical Interface.
[ 8.304443] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 8.329116] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 8.356703] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 8.384268] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 8.407117] 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.
[ 8.435010] 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.
[ 8.463076] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 8.486871] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 8.510855] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 8.534951] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 8.588141] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 8.615006] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 8.645070] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 8.671136] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 8.695957] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 8.719964] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 8.743282] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 8.759881] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 8.789298] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 8.815197] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 8.839792] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 8.879235] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 8.898654] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 8.926605] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 8.943228] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 8.983230] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 9.003928] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 9.034439] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 9.055070] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 9.076238] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 9.103603] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 9.127755] random: crng init done
[ 9.152694] fuse: init (API version 7.37)
[ 9.175838] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 9.195404] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 9.239667] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 9.291631] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 9.319283] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 9.341018] cryptodev: loading out-of-tree module taints kernel.
[ 9.357150] cryptodev: driver 1.12 loaded.
[ 9.371730] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 9.423607] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 9.449414] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 9.467514] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m.
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[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;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;39mFUSE Control File System[0m...
Mounting [0;1;39mKernel Configuration File System[0m...
Starting [0;1;39mFlush Journal to Persistent Storage[0m...
[ 9.877469] systemd-journald[157]: Received client request to flush runtime journal.
Starting [0;1;39mApply Kernel Variables[0m...
Starting [0;1;39mCreate Static Device Nodes in /dev[0m...
[[0;32m OK [0m] Mounted [0;1;39mFUSE Control File System[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 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...
[ 10.118443] audit: type=1334 audit(1651167747.596:2): prog-id=5 op=LOAD
[ 10.126913] audit: type=1334 audit(1651167747.596:3): prog-id=6 op=LOAD
Starting [0;1;39mRule-based Managefor Device Events and Files[0m...
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[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;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;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.
[ 10.767100] CAN device driver interface
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[ 10.778024] systemd-journald[157]: Oldest entry in /run/log/journal/1730079636964e61a1499ef41a6f4f5f/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronizatio[ 10.809009] mc: Linux media interface: v0.10
[ 10.812353] systemd-journald[157]: /run/log/journal/1730079636964e61a1499ef41a6f4f5f/system.journal: Journal header limits reached or header out-of-date, rotating.
n[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Initialization[0m.
[[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary Directories[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.
[[0;32m OK [0m] Started [0;1;39mDaily rotation of log files[0m.
[[0;32m OK [0m] Reached target [0;1;39mTimer Units[0m.
[[0;32m OK [0m] Listening on [0;1;39mAvahi mDNS/DNS-SD Stac[ 10.943302] videodev: Linux video capture interface: v2.00
k Activation Socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mD-Bus System Message B[ 10.960868] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
us Socket[0m.
[ 10.979359] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000
[ 10.990357] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000
[ 11.002469] j721e-pcie-host 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
Starting [0;1;39mDocker Socket for the API[0m...
[[0;32m OK [0m] Listening on [0;1;39mdropbear.socket[0m.
[ 11.094543] k3-dsp-rproc 64800000.dsp: device does not reserved memory regions, ret = -22
[[0;32m OK [0m] Listening on [0;1;39mPC/SC Smart Card Daemon Activation Socket[0m.
Starting [0;1;39mWeston socket[0m...
Starting [0;1;39mD-Bus System Message Bus[0m...
Starting [0;1;39mReboot and dump vmcore via kexec[0m...
[[0;32m OK [0m] Listening on [0;1;39mDocker Socket for the API[0m.
[[0;32m OK [0m] Listening on [0;1;39mWeston socket[0m.
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m.
[[0;32m OK [0m] Finished [0;1;39mReboot and dump vmcore via kexec[0m.
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m.
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.
[[0;32m OK [0m] Started [0;1;39mJob spooling tools[0m.
[[0;32m OK [0m] Started [0;1;39mPeriodic Command Scheduler[0m.
Starting [0;1;39mPrint notice about GPLv3 packages[0m[ 11.429906] at24 0-0051: supply vcc not found, using dummy regulator
...
[ 11.443938] k3-dsp-rproc 64800000.dsp: reserved memory init failed, ret = -22
[ 11.456582] PVR_K: 192: Device: 4e20000000.gpu
Starting [0;1;39mIPv6 Packet Filtering Framework[0m...
Starting [0;1;39mIPv4 Packet Filtering Framework[0m...
[[0;32m OK [0m] Started [0;1;39mirqbalance daemon[0m.
Starting [0;1;39mLighttpd Daemon[0m...
[[0;32m OK [0m] Started [0;1;39mstrongSwan IPsec IIKEv2 daemon using ipsec.conf[0m.
[ 11.523215] audit: type=1334 audit(1715257618.574:4): prog-id=7 op=LOAD
Starting [0;1;39mUser Login Management[0m...
[ 11.543502] audit: type=1334 audit(1715257618.582:5): prog-id=8 op=LOAD
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[0m.
Starting [0;1;39mTelnet Server[0m...
Starting [0;1;39mRotate log files[0m...
[[0;32m OK [0m] Finished [0;1;39mIPv6 Packet Filtering Framework[0m.
[[0;32m OK [0m] Finished [0;1;39mIPv4 Packet Filtering Framework[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m.
Starting [0;1;39mNetwork Configuration[0m...
[[0;32m OK [0m] Finished [0;1;39mTelnet Server[0m.
[ 11.840516] PVR_K: 192: Read BVNC 36.53.104.796 from HW device registers
[ 11.925256] at24 0-0051: 65536 byte 24c512 EEPROM, writable, 1 bytes/write
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.
[ 11.970939] remoteproc remoteproc0: releasing 64800000.dsp
[ 11.987078] PVR_K: 192: RGX Device registered BVNC 36.53.104.796 with 1 core in the system
[ 12.003275] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[[0;32m OK [0m] Finished [0;1;39mRotate log files[0m.
[ 12.131646] k3-dsp-rproc: probe of 64800000.dsp failed with error -22
[ 12.170537] [drm] Initialized pvr 23.3.6512818 20170530 for 4e20000000.gpu on minor 0
[ 12.241347] platform 41000000.r5f: configured R5F for IPC-only mode
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.[ 12.283336] k3-dsp-rproc 65800000.dsp: device does not reserved memory regions, ret = -22
[ 12.320280] platform 41000000.r5f: device does not have reserved memory regions, ret = -22
[ 12.347208] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 12.348542] k3_r5_rproc bus@100000:bus@28380000:r5fss@41000000: reserved memory init failed, ret = -22
[ 12.420754] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 12.433068] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 12.448034] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0000:00
[ 12.466205] k3-dsp-rproc 65800000.dsp: reserved memory init failed, ret = -22
[ 12.495420] remoteproc remoteproc1: releasing 41000000.r5f
[ 12.504427] k3_r5_rproc bus@100000:bus@28380000:r5fss@41000000: k3_r5_cluster_rproc_init failed, ret = -22
[ 12.518534] k3_r5_rproc: probe of bus@100000:bus@28380000:r5fss@41000000 failed with error -22
[ 12.529961] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 12.538015] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x18001000-0x18010fff])
[ 12.550202] pci_bus 0000:00: root bus resource [mem 0x18011000-0x1fffffff]
[ 12.558903] pci 0000:00:00.0: [104c:b013] type 01 class 0x060400
[ 12.566623] pci 0000:00:00.0: supports D1
[ 12.571689] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 12.578956] pci 0000:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
[ 12.587605] pci 0000:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
[ 12.589783] platform 5c00000.r5f: configured R5F for remoteproc mode
[ 12.605436] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 12.669345] platform 5c00000.r5f: device does not have reserved memory regions, ret = -22
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
Starting [0;1;39mNetwork Name Resolution[0m...
[ 12.781394] k3_r5_rproc bus@100000:r5fss@5c00000: reserved memory init failed, ret = -22
[ 12.791729] remoteproc remoteproc1: releasing 5c00000.r5f
[ 12.798691] k3_r5_rproc bus@100000:r5fss@5c00000: k3_r5_cluster_rproc_init failed, ret = -22
[ 12.809528] remoteproc remoteproc0: releasing 65800000.dsp
[ 12.846058] k3_r5_rproc: probe of bus@100000:r5fss@5c00000 failed with error -22
[ 12.936383] k3-dsp-rproc: probe of 65800000.dsp failed with error -22
[ 12.977414] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 13.049201] pci 0000:00:00.0: BAR 7: assigned [mem 0x18400000-0x193fffff 64bit]
[ 13.070967] platform 5e00000.r5f: configured R5F for remoteproc mode
[[0;32m OK [0m] Started [0;1;39mNetwork Name Resolution[0m.
[[0;32m OK [0m] Reached target [0;1;39mNetwork[0m.
[[0;32m OK [0m] Reached target [0;1;39mHost and Network Name Lookups[0m.
Starting [0;1;39mAvahi mDNS/DNS-SD Stack[0m...
Starting [0;1;39mEnable and configure wl18xx bluetooth stack[0m...
Starting [0;1;39mcontainerd container runtime[0m...
[[0;32m OK [0m] Started [0;1;39mNetperf Benchmark Server[0m.
[[0;32m OK [0m] Started [0;1;39mNFS status monitor for NFSv2/3 locking.[0m.
Starting [0;1;39mPermit User Sessions[0m...
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[ 13.258893] platform 5e00000.r5f: device does not have reserved memory regions, ret = -22
[ 13.295158] m_can_platform 40528000.can: m_can device registered (irq=481, version=32)
[ 13.312545] m_can_platform 40568000.can: m_can device registered (irq=484, version=32)
[ 13.329045] m_can_platform 2761000.can: m_can device registered (irq=485, version=32)
[ 13.346989] m_can_platform 2771000.can: m_can device registered (irq=486, version=32)
[ 13.368645] k3_r5_rproc bus@100000:r5fss@5e00000: reserved memory init failed, ret = -22
[ 13.379202] remoteproc remoteproc0: releasing 5e00000.r5f
[ 13.388094] k3_r5_rproc bus@100000:r5fss@5e00000: k3_r5_cluster_rproc_init failed, ret = -22
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m.
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m.
[ 13.414868] k3_r5_rproc: probe of bus@100000:r5fss@5e00000 failed with error -22
[[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m.
[ 13.438978] pci 0000:00:00.0: PCI bridge to [bus 01]
Starting [0;1;39mSynchronize System and HW clocks[0m...
Starting [0;1;39mWeston, a Waylandositor, as a system service[0m...
[[0;32m OK [0m] Finished [0;1;39mEnable and configure wl18xx bluetooth stack[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mSynchronize System and HW clocks[0m.
See 'systemctl status sync-clocks.service' for details.
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[ 13.541047] pcieport 0000:00:00.0: PME: Signaling with IRQ 489
[ 13.575078] audit: type=1334 audit(1715257620.626:6): prog-id=9 op=LOAD
Starting [0;1;39mUser Database Manager[0m...
[ 13.593744] audit: type=1334 audit(1715257620.634:7): prog-id=10 op=LOAD
[ 13.724633] pcieport 0000:00:00.0: AER: enabled with IRQ 489
[[0;32m OK [0m] Started [0;1;39mUser Database Manager[0m.
[[0;32m OK [0m] Created slice [0;1;39mUser Slice of UID 1000[0m.
Starting [0;1;39mUser Runtime Directory /run/user/1000[0m...
[[0;32m OK [0m] Finished [0;1;39mUser Runtime Directory /run/user/1000[0m.
Starting [0;1;39mUser Manager for UID 1000[0m...
[ 14.837064] audit: type=1006 audit(1715257621.886:8): pid=396 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 14.863665] audit: type=1300 audit(1715257621.886:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffffc760438 a2=4 a3=0 items=0 ppid=1 pid=396 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[ 14.901863] audit: type=1327 audit(1715257621.886:8): proctitle="(systemd)"
[[0;32m OK [0m] Started [0;1;39mUser Manager for UID 1000[0m.
[[0;32m OK [0m] Started [0;1;39mSession c1 of User weston[0m.
[ 15.316145] audit: type=1006 audit(1715257622.366:9): pid=355 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[ 15.342467] audit: type=1300 audit(1715257622.366:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffffc760438 a2=4 a3=0 items=0 ppid=1 pid=355 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=2 comm="(weston)" exe="/lib/systemd/systemd" key=(null)
[ 15.382515] audit: type=1327 audit(1715257622.366:9): proctitle="(weston)"
[[0;1;31mFAILED[0m] Failed to start [0;1;39mWeston, a mpositor, as a system service[0m.
See 'systemctl status weston.service' for details.
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mMatrix GUI[0m.
[ 15.818810] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
[ 16.142118] cdns-csi2rx: probe of 4504000.csi-bridge failed with error -22
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtim[ 16.309440] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 1
e[0m.
[ 16.412511] m_can_platform 40528000.can mcu_mcan0: renamed from can0
[ 16.434900] cdns-csi2rx: probe of 4514000.csi-bridge failed with error -22
[ 16.470952] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 16.470980] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[ 16.471150] xhci-hcd xhci-hcd.0.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010
[ 16.471204] xhci-hcd xhci-hcd.0.auto: irq 491, io mem 0x06010000
[ 16.471430] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 16.471445] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
[ 16.471458] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
[ 16.474109] ------------[ cut here ]------------
[ 16.474120] WARNING: CPU: 0 PID: 129 at drivers/gpu/drm/bridge/cadence/cdns-dsi-core.c:703 cdns_dsi_bridge_early_enable+0x170/0x510 [cdns_dsi]
[ 16.474149] Modules linked in: xhci_plat_hcd(+) panel_edp pci_endpoint_test cdns_csi2rx v4l2_fwnode omap_rng cdns3 cdns_usb_common crct10dif_ce ti_tfp410 display_connector phy_can_transceiver overlay cfg80211 rfkill ti_sn65dsi86 drm_display_helper drm_dp_aux_bus tidss wave5 cdns_dsi at24 ti_k3_r5_remoteproc j721e_csi2rx drm_dma_helper pvrsrvkm(O) v4l2_mem2mem videobuf2_dma_contig k3_j72xx_bandgap drm_kms_helper videobuf2_memops videobuf2_v4l2 ti_k3_dsp_remoteproc syscopyarea virtio_rpmsg_bus sysfillrect videobuf2_common rpmsg_ns sysimgblt sa2ul v4l2_async fb_sys_fops ti_k3_common pci_j721e_host cdns_dphy_rx pci_j721e cdns_dphy videodev pcie_cadence_host m_can_platform m_can mc rti_wdt pcie_cadence optee_rng can_dev pwm_tiehrpwm rng_core cdns3_ti cryptodev(O) drm fuse drm_panel_orientation_quirks ipv6
[ 16.474263] CPU: 0 PID: 129 Comm: kworker/u4:6 Tainted: G O 6.1.80-ti-g2e423244f8c0 #1
[ 16.474270] Hardware name: Texas Instruments AM68 SK (DT)
[ 16.474275] Workqueue: events_unbound deferred_probe_work_func
[ 16.474294] pstate: 80000005 (Nzcv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[ 16.474300] pc : cdns_dsi_bridge_early_enable+0x170/0x510 [cdns_dsi]
[ 16.474310] lr : cdns_dsi_bridge_early_enable+0x130/0x510 [cdns_dsi]
[ 16.474318] sp : ffff800009f4b470
[ 16.474321] x29: ffff800009f4b490 x28: ffff000807288160 x27: 0000000000000000
[ 16.474328] x26: ffff0008072cc000 x25: 0000000000000038 x24: 00000003c920ae96
[ 16.474335] x23: ffff000803ef1dc8 x22: 0000000000000002 x21: ffff000803eea018
[ 16.474342] x20: ffff000803ef1cc0 x19: ffff000803ef1c80 x18: 0000000000000000
[ 16.474349] x17: ffff800abd377000 x16: ffff800008000000 x15: 0000000000000000
[ 16.474355] x14: 0000000000000266 x13: 0000000000000001 x12: 0000000000000001
[ 16.474362] x11: 0000000000000000 x10: 00000000000009b0 x9 : ffff800009f4b300
[ 16.474368] x8 : ffff000801ea0a10 x7 : ffff000ac636bdc0 x6 : 00000009022a4cb5
[ 16.474375] x5 : 03ffffffffffffff x4 : 001f26eebc000000 x3 : 0000000000000018
[ 16.474382] x2 : 0000000000001758 x1 : 0000000000000000 x0 : 0000000000000000
[ 16.474389] Call trace:
[ 16.474392] cdns_dsi_bridge_early_enable+0x170/0x510 [cdns_dsi]
[ 16.474401] drm_atomic_bridge_chain_early_enable+0x88/0xd0 [drm]
[ 16.474503] drm_atomic_helper_commit_modeset_enables+0xc0/0x32c [drm_kms_helper]
[ 16.474552] tidss_atomic_commit_tail+0x48/0x80 [tidss]
[ 16.474570] commit_tail+0xa4/0x190 [drm_kms_helper]
[ 16.474605] drm_atomic_helper_commit+0x16c/0x180 [drm_kms_helper]
[ 16.474644] drm_atomic_commit+0xac/0xf0 [drm]
[ 16.474742] drm_client_modeset_commit_atomic+0x20c/0x270 [drm]
[ 16.474831] drm_client_modeset_commit_locked+0x5c/0x1a0 [drm]
[ 16.474922] drm_client_modeset_commit+0x30/0x60 [drm]
[ 16.475007] drm_fb_helper_set_par+0xc8/0x120 [drm_kms_helper]
[ 16.475051] fbcon_init+0x3a8/0x4ec
[ 16.475063] visual_init+0xb4/0x104
[ 16.475068] do_bind_con_driver.isra.0+0x1c4/0x394
[ 16.475073] do_take_over_console+0x144/0x1fc
[ 16.475078] do_fbcon_takeover+0x6c/0xe4
[ 16.475082] fbcon_fb_registered+0x1e4/0x1f0
[ 16.475087] register_framebuffer+0x21c/0x320
[ 16.475096] __drm_fb_helper_initial_config_and_unlock+0x33c/0x540 [drm_kms_helper]
[ 16.475138] drm_fbdev_client_hotplug+0x14c/0xe40 [drm_kms_helper]
[ 16.475174] drm_client_register+0x58/0xa0 [drm]
[ 16.475284] drm_fbdev_generic_setup+0xb4/0x160 [drm_kms_helper]
[ 16.475325] tidss_probe+0x260/0x3c0 [tidss]
[ 16.475339] platform_probe+0x68/0xe0
[ 16.475349] really_probe+0xbc/0x2dc
[ 16.475354] __driver_probe_device+0x78/0x114
[ 16.475359] driver_probe_device+0xd8/0x15c
[ 16.475365] __device_attach_driver+0xb8/0x134
[ 16.475370] bus_for_each_drv+0x7c/0xdc
[ 16.475376] __device_attach+0xac/0x1d0
[ 16.475381] device_initial_probe+0x14/0x20
[ 16.475386] bus_probe_device+0x9c/0xa4
[ 16.475391] deferred_probe_work_func+0x88/0xc0
[ 16.475397] process_one_work+0x1d0/0x320
[ 16.475406] worker_thread+0x14c/0x444
[ 16.475412] kthread+0x10c/0x110
[ 16.475417] ret_from_fork+0x10/0x20
[ 16.475426] ---[ end trace 0000000000000000 ]---
[ 16.488979] m_can_platform 40568000.can mcu_mcan1: renamed from can1
[ 16.489855] hub 1-0:1.0: USB hub found
[ 16.489893] hub 1-0:1.0: 1 port detected
[ 16.496486] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 16.497717] hub 2-0:1.0: USB hub found
[ 16.497907] hub 2-0:1.0: 1 port detected
[ 16.523374] m_can_platform 2761000.can main_mcan6: renamed from can2
[ 16.534034] Console: switching to colour frame buffer device 100x37
[ 16.551440] m_can_platform 2771000.can main_mcan7: renamed from can3
[ 16.818835] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[ 16.822959] tidss 4a00000.dss: [drm] fb0: tidssdrmfb frame buffer device
[ 17.106289] hub 1-1:1.0: USB hub found
[ 17.204448] hub 1-1:1.0: 4 ports detected
[ 17.258884] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
[ 17.280240] hub 2-1:1.0: USB hub found
[ 17.280302] hub 2-1:1.0: 4 ports detected
[ 17.503081] usb 1-1.1: new high-speed USB device number 3 using xhci-hcd
[ 17.694933] usb 2-1.3: new SuperSpeed USB device number 3 using xhci-hcd
[ 17.731313] usb-storage 2-1.3:1.0: USB Mass Storage device detected
[ 17.740136] scsi host0: usb-storage 2-1.3:1.0
[ 17.832256] usb 2-1.4: new SuperSpeed USB device number 4 using xhci-hcd
[ 17.889265] hub 2-1.4:1.0: USB hub found
[ 17.897294] hub 2-1.4:1.0: 4 ports detected
[ 17.960560] usb 1-1.1: Found UVC 1.00 device C270 HD WEBCAM (046d:0825)
[ 17.971025] usb 1-1.4: new high-speed USB device number 4 using xhci-hcd
[ 18.110386] hub 1-1.4:1.0: USB hub found
[ 18.117354] hub 1-1.4:1.0: 4 ports detected
[ 18.164182] input: C270 HD WEBCAM as /devices/platform/bus@100000/4104000.cdns-usb/6000000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.1/1-1.1:1.0/input/input0
[ 18.185501] usbcore: registered new interface driver uvcvideo
[ 18.211991] usb 2-1.4.4: new SuperSpeed USB device number 5 using xhci-hcd
[ 18.267053] hub 2-1.4.4:1.0: USB hub found
[ 18.274935] hub 2-1.4.4:1.0: 4 ports detected
[ 18.294495] usb 1-1.1: set resolution quirk: cval->res = 384
[ 18.310113] usbcore: registered new interface driver snd-usb-audio
***************************************************************
[ 18.435507] usb 1-1.4.4: new high-speed USB device number 5 using xhci-hcd
***************************************************************
NOTICE: This file system contains the following GPL-3.0 packages:
adwaita-icon-theme-symbolic
autoconf
bash
bc
binutils
cifs-utils
coreutils-stdbuf
coreutils
cpio
cpp-symlinks
cpp
dosfstools
elfutils
g++-symlinks
g++
gawk
gcc-symlinks
gcc
gdb
gdbserver
gettext
glmark2
gnu-config
grub-common
grub-editenv
grub-efi
gzip
less
libasm1
libatomic-dev
libatomic1
libbfd
libdebuginfod1
libdw1
libelf1
libgcc-s-dev
libgcc1
libgdbm-compat4
libgdbm6
libgettextlib
libgettextsrc
libgmp10
libidn2-0
libmpc3
libmpfr6
libopcodes
libqt5charts-examples
libqt5charts-plugins
libqt5charts-qmlplugins
libqt5charts5
libqt5sensors-plugins
libqt5sensors-qmlplugins
libqt5sensors5
libqt5serialport-examples
libqt5serialport-plugins
libqt5serialport-qmlplugins
libqt5serialport5
libqt5svg-examples
libqt5svg-plugins
libqt5svg-qmlplugins
libqt5svg5
libqt5virtualkeyboard-plugins
libqt5virtualkeyboard-qmlplugins
libqt5virtualkeyboard5
libqt5webchannel-plugins
libqt5webchannel-qmlplugins
libqt5webchannel5
libreadline8
libstdc++-dev
libstdc++6
libunistring2
m4
make
nettle
parted
piglit
[ 18.588108] hub 1-1.4.4:1.0: USB hub found
qt3d-plugins
qt3d-qmlplugins
qt3d
qtbase-examples
qtba[ 18.596630] hub 1-1.4.4:1.0: 4 ports detected
se-plugins
qtbase-qmlplugins
qtbase
qtconnectivity-plugins
qtconnectivity-qmlplugins
qtconnectivity
qtdeclarative-plugins
qtdeclarative-qmlplugins
qtdeclarative-tools
qtdeclarative
qtgraphicaleffects-qmlplugins
qtlocation-examples
qtlocation-plugins
qtlocation-qmlplugins
qtlocation
qtmultimedia-examples
qtmultimedia-plugins
qtmultimedia-qmlplugins
qtmultimedia
qtquics-qmlplugins.control
qtquics2-plugins.control
qtquics2-qmlplugins.control
qtquics2.control
qtscript-examples
qtscript-plugins
qtscript-qmlplugins
qtscript
qtwayland-examples
qtwayland-plugins
qtwayland-qmlplugins
qtwayland
tar
which
If you do not wish to distribute GPL-3.0 components please remove
the above packages prior to distribution. This can be done using
the opkg remove command. i.e.:
opkg remove <package>
Where <package> is the name printed in the list above
NOTE: If the package is a dependency of another package you
will be notified of the dependent packages. You should
use the --force-removal-of-dependent-packages option to
also remove the dependent packages as well
***************************************************************
***************************************************************
[ 18.776869] scsi 0:0:0:0: Direct-Access USB3.0 FLASH DRIVE PMAP PQ: 0 ANSI: 6
[ 18.787908] sd 0:0:0:0: [sda] 60628992 512-byte logical blocks: (31.0 GB/28.9 GiB)
[ 18.798197] sd 0:0:0:0: [sda] Write Protect is off
[ 18.807146] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 19.055964] sda: sda1
[ 19.059342] sd 0:0:0:0: [sda] Attached SCSI removable disk
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project j721s2-evm -
Arago 2023.10 j721s2-evm -
j721s2-evm login: root
[ 19.761072] audit: type=1006 audit(1715257626.810:10): pid=870 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 19.778585] audit: type=1300 audit(1715257626.810:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=fffffc760438 a2=1 a3=0 items=0 ppid=1 pid=870 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[ 19.811212] audit: type=1327 audit(1715257626.810:10): proctitle="(systemd)"
[ 19.857665] audit: type=1334 audit(1715257626.906:11): prog-id=11 op=LOAD
[ 19.868638] audit: type=1300 audit(1715257626.906:11): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffe562d9f0 a2=78 a3=0 items=0 ppid=1 pid=870 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/lib/systemd/systemd" key=(null)
[ 19.901335] audit: type=1327 audit(1715257626.906:11): proctitle="(systemd)"
[ 19.910697] audit: type=1334 audit(1715257626.906:12): prog-id=11 op=UNLOAD
[ 20.367851] EXT4-fs (sda1): mounted filesystem with ordered data mode. Quota mode: none.
7[r[999;999H[6nroot@j721s2-evm:~# uname -a
Linux j721s2-evm 6.1.80-ti-g2e423244f8c0 #1 SMP PREEMPT Wed Mar 20 14:43:33 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@j721s2-evm:~# cat /proc/cmdline
console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am68_sk-fs/autofs/47cfe16e82bffc117c8ac0f7a7fa57f3,nolock,v3,tcp,rsize=4096,wsize=4096
root@j721s2-evm:~# uname -a
Linux j721s2-evm 6.1.80-ti-g2e423244f8c0 #1 SMP PREEMPT Wed Mar 20 14:43:33 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@j721s2-evm:~# cat /proc/mtd
dev: size erasesize name
mtd0: 00080000 00040000 "ospi.tiboot3"
mtd1: 00200000 00040000 "ospi.tispl"
mtd2: 00400000 00040000 "ospi.u-boot"
mtd3: 00040000 00040000 "ospi.env"
mtd4: 00040000 00040000 "ospi.env.backup"
mtd5: 037c0000 00040000 "ospi.rootfs"
mtd6: 00040000 00040000 "ospi.phypattern"
root@j721s2-evm:~# grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/
/pnp /etc/resolv.conf && systemctl restart systemd-resolved
[ 43.507962] systemd-journald[157]: Time jumped backwards, rotating.
root@j721s2-evm:~# ls -l /lib/firmware; ls -lR /lib/firmware/ipc
total 27928
-rw-r--r-- 1 root root 2040 Mar 9 2018 LICENCE.ibt_firmware
-rw-r--r-- 1 root root 2046 Mar 9 2018 LICENCE.iwlwifi_firmware
-rw-r--r-- 1 root root 482656 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4324112 Mar 9 2018 bl32.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 cadence
drwxr-xr-x 2 root root 4096 Mar 9 2018 cnm
drwxr-xr-x 2 root root 4096 Mar 9 2018 intel
-rw-r--r-- 1 root root 918268 Mar 9 2018 iwlwifi-3160-17.ucode
-rw-r--r-- 1 root root 2448976 Mar 9 2018 iwlwifi-8000C-34.ucode
-rw-r--r-- 1 root root 2428004 Mar 9 2018 iwlwifi-8000C-36.ucode
-rw-r--r-- 1 root root 2440780 Mar 9 2018 iwlwifi-8265-34.ucode
-rw-r--r-- 1 root root 2436632 Mar 9 2018 iwlwifi-8265-36.ucode
-rw-r--r-- 1 root root 2678092 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-34.ucode
-rw-r--r-- 1 root root 2521412 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-38.ucode
-rw-r--r-- 1 root root 1489652 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-46.ucode
lrwxrwxrwx 1 root root 66 Mar 9 2018 j721s2-c71_0-fw -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_c7x_1_release_strip.xe71
lrwxrwxrwx 1 root root 73 Mar 9 2018 j721s2-c71_0-fw-sec -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_c7x_1_release_strip.xe71.signed
lrwxrwxrwx 1 root root 66 Mar 9 2018 j721s2-c71_1-fw -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_c7x_2_release_strip.xe71
lrwxrwxrwx 1 root root 73 Mar 9 2018 j721s2-c71_1-fw-sec -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_c7x_2_release_strip.xe71.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j721s2-main-r5f0_0-fw -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu2_0_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 j721s2-main-r5f0_0-fw-sec -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu2_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j721s2-main-r5f0_1-fw -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu2_1_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 j721s2-main-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu2_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j721s2-main-r5f1_0-fw -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu3_0_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 j721s2-main-r5f1_0-fw-sec -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu3_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j721s2-main-r5f1_1-fw -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu3_1_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 j721s2-main-r5f1_1-fw-sec -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu3_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j721s2-mcu-r5f0_1-fw -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu1_1_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 j721s2-mcu-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu1_1_release_strip.xer5f.signed
-rw-r--r-- 1 root root 4728 Mar 9 2018 regulatory.db
-rw-r--r-- 1 root root 1182 Mar 9 2018 regulatory.db.p7s
-rw-r--r-- 1 root root 155648 Mar 9 2018 rgx.fw.36.53.104.796
-rw-r--r-- 1 root root 383136 Mar 9 2018 rgx.sh.36.53.104.796
-rw-r--r-- 1 root root 28 Mar 9 2018 tee-header_v2.bin
-rw-r--r-- 1 root root 0 Mar 9 2018 tee-pageable_v2.bin
-rw-r--r-- 1 root root 482656 Mar 9 2018 tee-pager_v2.bin
-rw-r--r-- 1 root root 482656 Mar 9 2018 tee-raw.bin
-rw-r--r-- 1 root root 482684 Mar 9 2018 tee.bin
-rw-r--r-- 1 root root 4324112 Mar 9 2018 tee.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 ti-connectivity
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-ipc
lrwxrwxrwx 1 root root 39 Mar 9 2018 wave521c_codec_fw.bin -> /lib/firmware/cnm/wave521c_codec_fw.bin
ls: cannot access '/lib/firmware/ipc': No such file or directory
root@j721s2-evm:~# cat /proc/diskstats
7 0 loop0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 1 loop1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 2 loop2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 3 loop3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 4 loop4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 5 loop5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 6 loop6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 7 loop7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31 0 mtdblock0 11 0 88 4 0 0 0 0 0 8 4 0 0 0 0 0 0
31 1 mtdblock1 28 0 224 11 0 0 0 0 0 16 11 0 0 0 0 0 0
31 2 mtdblock2 29 0 232 10 0 0 0 0 0 16 10 0 0 0 0 0 0
31 3 mtdblock3 10 0 80 3 0 0 0 0 0 8 3 0 0 0 0 0 0
31 4 mtdblock4 10 0 80 3 0 0 0 0 0 8 3 0 0 0 0 0 0
31 5 mtdblock5 35 0 672 30 0 0 0 0 0 36 30 0 0 0 0 0 0
31 6 mtdblock6 10 0 80 3 0 0 0 0 0 4 3 0 0 0 0 0 0
8 0 sda 250 13 16210 627 1 0 8 122 0 804 750 0 0 0 0 0 0
8 1 sda1 212 13 15010 358 1 0 8 122 0 524 481 0 0 0 0 0 0
root@j721s2-evm:~# cat /proc/interrupts
CPU0 CPU1
11: 4584 4937 GICv3 30 Level arch_timer
14: 0 0 GICv3 23 Level arm-pmu
15: 3612 0 GICv3 69 Level 32c00000.mailbox thr_011
16: 3 0 GICv3 928 Level 42120000.i2c
17: 704 0 GICv3 885 Level 40b10000.i2c
18: 42 0 GICv3 232 Level 2000000.i2c
19: 0 0 GICv3 236 Level 2040000.i2c
68: 47427 386 MSI-INTA 17825888 Level 46000000.ethernet-tx0
70: 64794 0 MSI-INTA 17825890 Level 46000000.ethernet
88: 1602 0 MSI-INTA 16974702 Level 31150000.dma-controller chan0
89: 0 0 MSI-INTA 16974703 Level 31150000.dma-controller chan1
90: 0 0 MSI-INTA 16974704 Level 31150000.dma-controller chan2
91: 0 0 MSI-INTA 16974705 Level 31150000.dma-controller chan3
216: 606 0 GICv3 280 Level 2880000.serial
217: 2 0 GICv3 872 Level 47040000.spi
218: 0 0 GICv3 890 Level 46000000.ethernet
219: 0 0 INTR 391 Level 310d0000.cpts
320: 0 0 GPIO 0 Edge -davinci_gpio HPD
475: 52 0 GICv3 36 Level mmc1
479: 0 0 GICv3 362 Edge j721e-pcie-link-down-irq
482: 0 0 GICv3 632 Level 4800000.dsi
488: 0 0 GICv3 214 Level vpu_irq
489: 0 0 ITS-MSI 0 Edge PCIe PME, aerdrv
490: 0 0 GICv3 43 Level 4e10000.rng
491: 1419 0 GICv3 128 Level xhci-hcd:usb1
493: 0 0 GICv3 152 Level 6000000.usb
496: 543 0 GICv3 634 Level tidss
IPI0: 3037 10313 Rescheduling interrupts
IPI1: 3399 7145 Function call interrupts
IPI2: 0 0 CPU stop interrupts
IPI3: 0 0 CPU stop (for crash dump) interrupts
IPI4: 0 0 Timer broadcast interrupts
IPI5: 266 253 IRQ work interrupts
IPI6: 0 0 CPU wake-up interrupts
Err: 0
root@j721s2-evm:~# cat /proc/softirqs
CPU0 CPU1
HI: 10 3
TIMER: 1639 2128
NET_TX: 8 1
NET_RX: 99777 415
BLOCK: 0 0
IRQ_POLL: 0 0
TASKLET: 5742 42
SCHED: 2140 2056
HRTIMER: 0 0
RCU: 8932 10464
root@j721s2-evm:~# ls -lR /run/media/mmcblk0p1
ls: cannot access '/run/media/mmcblk0p1': No such file or directory
root@j721s2-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $?
1
root@j721s2-evm:~# opkg list-installed | grep ti-test; echo $?
ti-test - 1.0-r0.121
ti-test-extras - 1.0-r0.121
0
root@j721s2-evm:~# lsmod
Module Size Used by
snd_usb_audio 303104 0
uvcvideo 110592 0
snd_hwdep 20480 1 snd_usb_audio
snd_usbmidi_lib 32768 1 snd_usb_audio
snd_rawmidi 36864 1 snd_usbmidi_lib
videobuf2_vmalloc 16384 1 uvcvideo
xhci_plat_hcd 16384 0
panel_edp 36864 0
pci_endpoint_test 20480 0
cdns_csi2rx 20480 0
v4l2_fwnode 20480 1 cdns_csi2rx
omap_rng 16384 0
cdns3 45056 0
cdns_usb_common 20480 1 cdns3
crct10dif_ce 16384 1
ti_tfp410 16384 0
display_connector 16384 0
phy_can_transceiver 16384 4
overlay 122880 0
cfg80211 389120 0
rfkill 24576 2 cfg80211
ti_sn65dsi86 24576 0
drm_display_helper 139264 2 panel_edp,ti_sn65dsi86
drm_dp_aux_bus 16384 2 panel_edp,ti_sn65dsi86
tidss 61440 0
wave5 94208 0
cdns_dsi 20480 0
at24 20480 0
ti_k3_r5_remoteproc 28672 0
j721e_csi2rx 24576 0
drm_dma_helper 20480 1 tidss
pvrsrvkm 1273856 0
v4l2_mem2mem 36864 1 wave5
videobuf2_dma_contig 20480 2 j721e_csi2rx,wave5
k3_j72xx_bandgap 20480 0
drm_kms_helper 184320 9 drm_dma_helper,display_connector,drm_display_helper,ti_sn65dsi86,cdns_dsi,tidss,ti_tfp410
videobuf2_memops 16384 2 videobuf2_vmalloc,videobuf2_dma_contig
videobuf2_v4l2 32768 4 j721e_csi2rx,uvcvideo,v4l2_mem2mem,wave5
ti_k3_dsp_remoteproc 16384 0
syscopyarea 16384 1 drm_kms_helper
virtio_rpmsg_bus 20480 0
sysfillrect 16384 1 drm_kms_helper
videobuf2_common 57344 8 j721e_csi2rx,videobuf2_vmalloc,videobuf2_dma_contig,videobuf2_v4l2,uvcvideo,v4l2_mem2mem,wave5,videobuf2_memops
rpmsg_ns 16384 1 virtio_rpmsg_bus
sysimgblt 16384 1 drm_kms_helper
sa2ul 36864 0
v4l2_async 24576 3 v4l2_fwnode,j721e_csi2rx,cdns_csi2rx
fb_sys_fops 16384 1 drm_kms_helper
ti_k3_common 16384 1 ti_k3_dsp_remoteproc
pci_j721e_host 16384 0
cdns_dphy_rx 16384 0
pci_j721e 16384 1 pci_j721e_host
cdns_dphy 16384 0
videodev 245760 8 v4l2_async,j721e_csi2rx,videobuf2_v4l2,uvcvideo,cdns_csi2rx,videobuf2_common,v4l2_mem2mem,wave5
pcie_cadence_host 16384 1 pci_j721e_host
m_can_platform 16384 0
m_can 24576 1 m_can_platform
mc 57344 9 v4l2_async,videodev,j721e_csi2rx,snd_usb_audio,videobuf2_v4l2,uvcvideo,cdns_csi2rx,videobuf2_common,v4l2_mem2mem
rti_wdt 16384 0
pcie_cadence 16384 2 pcie_cadence_host,pci_j721e_host
optee_rng 16384 0
can_dev 36864 1 m_can
pwm_tiehrpwm 16384 0
rng_core 20480 2 optee_rng,omap_rng
cdns3_ti 16384 0
cryptodev 53248 0
drm 561152 11 drm_kms_helper,drm_dma_helper,panel_edp,display_connector,pvrsrvkm,drm_display_helper,ti_sn65dsi86,cdns_dsi,tidss,ti_tfp410
fuse 131072 1
drm_panel_orientation_quirks 28672 1 drm
ipv6 479232 40
root@j721s2-evm:~# echo 'hello world'
hello world
root@j721s2-evm:~#
U-Boot SPL 2024.07-rc2-00077-g4790f844623 (May 09 2024 - 17:45:52 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
ECC is enabled, priming DDR which will take several seconds.
ECC: priming DDR completed in 2758 msec
ECC is enabled, priming DDR which will take several seconds.
Loaded 964231 bytes
Loading Environment from nowhere... OK
init_env from device 7 not supported!
Starting ATF on ARM64 core...
NOTICE: BL31: v2.10.0(release):v2.10.0-367-g00f1ec6b87-dirty
NOTICE: BL31: Built : 16:09:05, Feb 9 2024
I/TC:
I/TC: OP-TEE version: 4.1.0-51-g012cdca49 (gcc version 11.4.0 (GCC)) #1 Tue Jan 30 10:48:03 UTC 2024 aarch64
I/TC: WARNING: This OP-TEE configuration might be insecure!
I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
I/TC: Primary CPU initializing
I/TC: GIC redistributor base address not provided
I/TC: Assuming default GIC group status and modifier
I/TC: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
I/TC: HUK Initialized
I/TC: Activated SA2UL device
I/TC: Enabled firewalls for SA2UL TRNG device
I/TC: SA2UL TRNG initialized
I/TC: SA2UL Drivers initialized
I/TC: Primary CPU switching to normal world boot
U-Boot SPL 2024.07-rc2-00077-g4790f844623 (May 09 2024 - 17:46:08 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
Trying to boot from UART
CLoaded 953579 bytes
U-Boot 2024.07-rc2-00077-g4790f844623 (May 09 2024 - 17:46:08 +0530)
SoC: J784S4 SR1.0 HS-FS
Model: Texas Instruments J784S4 EVM
DRAM: 2 GiB (effective 28 GiB)
Core: 84 devices, 30 uclasses, devicetree: separate
Flash: 0 Bytes
MMC: mmc@4f80000: 0, mmc@4fb0000: 1
Loading Environment from nowhere... OK
In: serial@2880000
Out: serial@2880000
Err: serial@2880000
am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA02102 cpsw_ver: 0x6BA82102 ale_ver: 0x00293904 Ports:1
Net: eth0: ethernet@46000000port@1
Hit any key to stop autoboot: 2 0
=>
=>
=>
=>
=>
=>
=>
=> version
U-Boot 2024.07-rc2-00077-g4790f844623 (May 09 2024 - 17:46:08 +0530)
=> setenv bootargs 'console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled '
=> setenv bootcmd ''
=> setenv autoload 'no'
=> setenv serverip '192.168.0.1'
=> setenv _initramfs -
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs ${optargs} earlycon=ns16550a,mmio32,0x02880000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=j784s4
board_name=j784s4
boot=mmc
boot_fdt=try
boot_fit=0
boot_targets=mmc1 mmc0 usb pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled
bootcmd=
bootcmd_ti_mmc=run findfdt; run init_${boot}; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1; rootfs part 0 1 mmcpart 0; tiboot3.bin.raw raw 0x0 0x400 mmcpart 1; tispl.bin.raw raw 0x400 0x1000 mmcpart 1; u-boot.img.raw raw 0x1400 0x2000 mmcpart 1; u-env.raw raw 0x3400 0x100 mmcpart 1; sysfw.itb.raw raw 0x3600 0x800 mmcpart 1
dfu_alt_info_mmc=boot part 1 1; rootfs part 1 2; tiboot3.bin fat 1 1; tispl.bin fat 1 1; u-boot.img fat 1 1; uEnv.txt fat 1 1; sysfw.itb fat 1 1
dfu_alt_info_ospi=tiboot3.bin raw 0x0 0x080000; tispl.bin raw 0x080000 0x200000; u-boot.img raw 0x280000 0x400000; u-boot-env raw 0x680000 0x020000; sysfw.itb raw 0x6c0000 0x100000; rootfs raw 0x800000 0x3800000
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x200000; u-boot.img ram 0x81000000 0x400000
do_main_cpsw0_qsgmii_phyinit=0
dtboaddr=0x89000000
envboot=if mmc dev ${mmcdev}; then if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if test -n "${loadbootscript}" && 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; fi;
ethaddr=3c:e0:64:64:56:18
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=ffad8c10
fdtfile=ti/ti/k3-j784s4-evm.dtb
fdtoverlay_addr_r=0x89000000
findfdt=echo WARN: fdtfile already set. Stop using findfdt in script
finduuid=part uuid ${boot} ${bootpart} uuid
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/dtb/${name_fdt}
get_fdt_ufs=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_fit_overlaystring=for overlay in $name_overlays; do; setexpr name_fit_overlay gsub / _ conf-${overlay}; setenv overlaystring ${overlaystring}'#'${name_fit_overlay}; done;
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_ufs=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_ufs=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load scsi ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && fdt apply ${dtboaddr}; done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_mmc=run args_all args_mmc
init_ufs=ufs init; scsi scan; run args_ufs
kernel_addr_r=0x82000000
loadaddr=0x82000000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/dtb/${fdtfile}
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
mmcboot=if mmc dev ${mmcdev}; then 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; fi;
mmcdev=1
mmcloados=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run get_fdt_mmc; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;
mmcrootfstype=ext4 rootwait
name_fit=fitImage
name_kern=Image
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
scriptaddr=0x80000000
scsirootfstype=ext4 rootwait
serverip=192.168.0.1
soc=k3
stderr=serial@2880000
stdin=serial@2880000
stdout=serial@2880000
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
vendor=ti
Environment size: 5034/131067 bytes
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled
=> setenv bootargs ''${bootargs}' ip=:::::eth0:dhcp '
=> setenv serverip '192.168.0.1'
=> setenv autoload 'no'
=> dhcp
k3-navss-ringacc ringacc@2b800000: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:328
k3-navss-ringacc ringacc@2b800000: dma-ring-reset-quirk: disabled
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 1000, full duplex
BOOTP broadcast 1
BOOTP broadcast 2
BOOTP broadcast 3
DHCP client bound to address 192.168.0.102 (1115 ms)
=> setenv dorprocboot '1'
=> run boot_rprocs
## Error: "boot_rprocs" not defined
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs ${optargs} earlycon=ns16550a,mmio32,0x02880000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=j784s4
board_name=j784s4
boot=mmc
boot_fdt=try
boot_fit=0
boot_targets=mmc1 mmc0 usb pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
bootcmd=
bootcmd_ti_mmc=run findfdt; run init_${boot}; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1; rootfs part 0 1 mmcpart 0; tiboot3.bin.raw raw 0x0 0x400 mmcpart 1; tispl.bin.raw raw 0x400 0x1000 mmcpart 1; u-boot.img.raw raw 0x1400 0x2000 mmcpart 1; u-env.raw raw 0x3400 0x100 mmcpart 1; sysfw.itb.raw raw 0x3600 0x800 mmcpart 1
dfu_alt_info_mmc=boot part 1 1; rootfs part 1 2; tiboot3.bin fat 1 1; tispl.bin fat 1 1; u-boot.img fat 1 1; uEnv.txt fat 1 1; sysfw.itb fat 1 1
dfu_alt_info_ospi=tiboot3.bin raw 0x0 0x080000; tispl.bin raw 0x080000 0x200000; u-boot.img raw 0x280000 0x400000; u-boot-env raw 0x680000 0x020000; sysfw.itb raw 0x6c0000 0x100000; rootfs raw 0x800000 0x3800000
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x200000; u-boot.img ram 0x81000000 0x400000
dnsip=192.0.2.2
do_main_cpsw0_qsgmii_phyinit=0
dorprocboot=1
dtboaddr=0x89000000
envboot=if mmc dev ${mmcdev}; then if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if test -n "${loadbootscript}" && 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; fi;
ethact=ethernet@46000000port@1
ethaddr=3c:e0:64:64:56:18
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=ffad8c10
fdtfile=ti/ti/k3-j784s4-evm.dtb
fdtoverlay_addr_r=0x89000000
findfdt=echo WARN: fdtfile already set. Stop using findfdt in script
finduuid=part uuid ${boot} ${bootpart} uuid
gatewayip=192.168.0.1
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/dtb/${name_fdt}
get_fdt_ufs=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_fit_overlaystring=for overlay in $name_overlays; do; setexpr name_fit_overlay gsub / _ conf-${overlay}; setenv overlaystring ${overlaystring}'#'${name_fit_overlay}; done;
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_ufs=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_ufs=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load scsi ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && fdt apply ${dtboaddr}; done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_mmc=run args_all args_mmc
init_ufs=ufs init; scsi scan; run args_ufs
ipaddr=192.168.0.102
kernel_addr_r=0x82000000
loadaddr=0x82000000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/dtb/${fdtfile}
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
mmcboot=if mmc dev ${mmcdev}; then 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; fi;
mmcdev=1
mmcloados=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run get_fdt_mmc; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;
mmcrootfstype=ext4 rootwait
name_fit=fitImage
name_kern=Image
netmask=255.255.255.0
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
scriptaddr=0x80000000
scsirootfstype=ext4 rootwait
serverip=192.168.0.1
soc=k3
stderr=serial@2880000
stdin=serial@2880000
stdout=serial@2880000
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
vendor=ti
Environment size: 5179/131067 bytes
=> tftp ${loadaddr} 192.168.0.1:vatf_am69_sk-fs-01/bb07daf011078f15ea81b62255230e0d
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 1000, full duplex
Using ethernet@46000000port@1 device
TFTP from server 192.168.0.1; our IP address is 192.168.0.102
Filename 'vatf_am69_sk-fs-01/bb07daf011078f15ea81b62255230e0d'.
Load address: 0x82000000
Loading: *################################################## 18.5 MiB
10.4 MiB/s
done
Bytes transferred = 19376640 (127aa00 hex)
=> tftp ${fdt_addr_r} 192.168.0.1:vatf_am69_sk-fs-01/749399cc62663a5d443722cb6f8438dd
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 1000, full duplex
Using ethernet@46000000port@1 device
TFTP from server 192.168.0.1; our IP address is 192.168.0.102
Filename 'vatf_am69_sk-fs-01/749399cc62663a5d443722cb6f8438dd'.
Load address: 0x88000000
Loading: *################################################## 97.5 KiB
2.8 MiB/s
done
Bytes transferred = 99887 (1862f hex)
=> fdt address ${fdt_addr_r}
Working FDT set to 88000000
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
=> setenv bootargs ''${bootargs}' root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am69_sk-fs-01/autofs/ce6bdb366bdc8134f3291638ca7ae054,nolock,v3,tcp,rsize=4096,wsize=4096 '
=> printenv bootcmd
bootcmd=
=> setenv bootcmd ''${bootcmd}' if iminfo ${loadaddr}; then bootm ${loadaddr} ${_initramfs} ${fdt_addr_r}; else booti ${loadaddr} ${_initramfs} ${fdt_addr_r}; fi'
=> version
U-Boot 2024.07-rc2-00077-g4790f844623 (May 09 2024 - 17:46:08 +0530)
=> bdinfo
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x0000000680000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000fff15000
reloc off = 0x000000007f715000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 3c:e0:64:64:56:18
IP addr = 192.168.0.102
fdt_blob = 0x00000000ffad8c10
new_fdt = 0x00000000ffad8c10
fdt_size = 0x000000000001c1a0
lmb_dump_all:
memory.cnt = 0x2 / max = 0x10
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0
memory[1] [0x880000000-0xeffffffff], 0x680000000 bytes flags: 0
reserved.cnt = 0x2 / max = 0x10
reserved[0] [0x9e800000-0xabffffff], 0x0d800000 bytes flags: 4
reserved[1] [0xfead1000-0xffffffff], 0x0152f000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002880000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000ffad8c00
sp start = 0x00000000ffad8c00
Early malloc usage: 3148 / 8000
=>
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x0000000680000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000fff15000
reloc off = 0x000000007f715000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 3c:e0:64:64:56:18
IP addr = 192.168.0.102
fdt_blob = 0x00000000ffad8c10
new_fdt = 0x00000000ffad8c10
fdt_size = 0x000000000001c1a0
lmb_dump_all:
memory.cnt = 0x2 / max = 0x10
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0
memory[1] [0x880000000-0xeffffffff], 0x680000000 bytes flags: 0
reserved.cnt = 0x2 / max = 0x10
reserved[0] [0x9e800000-0xabffffff], 0x0d800000 bytes flags: 4
reserved[1] [0xfead1000-0xffffffff], 0x0152f000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002880000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000ffad8c00
sp start = 0x00000000ffad8c00
Early malloc usage: 3148 / 8000
=> ls mmc 0:1
** No partition table - mmc 0 **
Couldn't find partition mmc 0:1
=> ls mmc 1:1
i2c_write: error waiting for data ACK (status=0x116)
pca953x gpio@22: Error reading output register
Card did not respond to voltage select! : -110
mmc_init: -95, time 248
** Bad device specification mmc 1 **
Couldn't find partition mmc 1:1
=> ext4ls mmc 0:2 /lib/firmware
** No partition table - mmc 0 **
Couldn't find partition mmc 0:2
=> ext4ls mmc 1:2 /lib/firmware
i2c_write: error waiting for data ACK (status=0x116)
pca953x gpio@22: Error reading output register
Card did not respond to voltage select! : -110
mmc_init: -95, time 71
** Bad device specification mmc 1 **
Couldn't find partition mmc 1:2
=> mmc rescan; echo $?
0
=> fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4
i2c_write: error waiting for data ACK (status=0x116)
pca953x gpio@22: Error reading output register
Card did not respond to voltage select! : -110
mmc_init: -95, time 72
** Bad device specification mmc 1 **
Couldn't find partition mmc 1:1
=> boot
## Checking Image at 82000000 ...
Unknown image format!
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Working FDT set to 88000000
Loading Device Tree to 000000008ffe4000, end 000000008ffff62e ... OK
Working FDT set to 8ffe4000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.1.80-ti-g2e423244f8c0 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Wed Mar 20 14:43:33 UTC 2024
[ 0.000000] Machine model: Texas Instruments AM69 SK
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002880000 (options '')
[ 0.000000] printk: bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000e90000000, size 1792 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x0000000effffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000009e7fffff]
[ 0.000000] node 0: [mem 0x000000009e800000-0x000000009fffffff]
[ 0.000000] node 0: [mem 0x00000000a0000000-0x00000000ffffffff]
[ 0.000000] node 0: [mem 0x0000000880000000-0x0000000effffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000effffffff]
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.4
[ 0.000000] percpu: Embedded 20 pages/cpu s41064 r8192 d32664 u81920
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: Spectre-v3a
[ 0.000000] CPU features: detected: Spectre-BHB
[ 0.000000] CPU features: detected: ARM erratum 1742098
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 7225344
[ 0.000000] Kernel command line: console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am69_sk-fs-01/autofs/ce6bdb366bdc8134f3291638ca7ae054,nolock,v3,tcp,rsize=4096,wsize=4096
[ 0.000000] sysrq: sysrq always enabled.
[ 0.000000] Unknown kernel command line parameters "earlyprintk=serial,ttyS2,115200n8", will be passed to user space.
[ 0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 8.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
[ 0.000000] Memory: 26848324K/29360128K available (11712K kernel code, 1258K rwdata, 3812K rodata, 1984K init, 438K bss, 676796K reserved, 1835008K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: [Firmware Bug]: GICR region 0x0000000001900000 has overlapping address
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 960 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: GICv3 features: 16 PPIs
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000
[ 0.000000] ITS [mem 0x01820000-0x0182ffff]
[ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
[ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
[ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x0000000880050000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880060000
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
[ 0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.008414] Console: colour dummy device 80x25
[ 0.012989] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023661] pid_max: default: 32768 minimum: 301
[ 0.028399] LSM: Security Framework initializing
[ 0.033219] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.041017] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.050176] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.057574] cblist_init_generic: Setting shift to 3 and lim to 1.
[ 0.063839] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.071226] cblist_init_generic: Setting shift to 3 and lim to 1.
[ 0.077531] rcu: Hierarchical SRCU implementation.
[ 0.082429] rcu: Max phase no-delay instances is 1000.
[ 0.087911] Platform MSI: msi-controller@1820000 domain created
[ 0.094080] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.103470] EFI services will not be available.
[ 0.108300] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
I/TC: Secondary CPU 2 initializing
I/TC: Secondary CPU 2 switching to normal world boot
I/TC: Secondary CPU 3 initializing
I/TC: Secondary CPU 3 switching to normal world boot
I/TC: Secondary CPU 4 initializing
I/TC: Secondary CPU 4 switching to normal world boot
I/TC: Secondary CPU 5 initializing
I/TC: Secondary CPU 5 switching to normal world boot
I/TC: Secondary CPU 6 initializing
I/TC: Secondary CPU 6 switching to normal world boot
I/TC: Secondary CPU 7 initializing
I/TC: Secondary CPU 7 switching to normal world boot
[ 0.121384] Detected PIPT I-cache on CPU1
[ 0.121440] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.121454] GICv3: CPU1: using allocated LPI pending table @0x0000000880070000
[ 0.121487] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.129944] Detected PIPT I-cache on CPU2
[ 0.129989] GICv3: CPU2: found redistributor 2 region 0:0x0000000001940000
[ 0.130001] GICv3: CPU2: using allocated LPI pending table @0x0000000880080000
[ 0.130026] CPU2: Booted secondary processor 0x0000000002 [0x411fd080]
[ 0.138441] Detected PIPT I-cache on CPU3
[ 0.138485] GICv3: CPU3: found redistributor 3 region 0:0x0000000001960000
[ 0.138498] GICv3: CPU3: using allocated LPI pending table @0x0000000880090000
[ 0.138521] CPU3: Booted secondary processor 0x0000000003 [0x411fd080]
[ 0.146980] Detected PIPT I-cache on CPU4
[ 0.147063] GICv3: CPU4: found redistributor 100 region 0:0x0000000001980000
[ 0.147077] GICv3: CPU4: using allocated LPI pending table @0x00000008800a0000
[ 0.147108] CPU4: Booted secondary processor 0x0000000100 [0x411fd080]
[ 0.155575] Detected PIPT I-cache on CPU5
[ 0.155627] GICv3: CPU5: found redistributor 101 region 0:0x00000000019a0000
[ 0.155640] GICv3: CPU5: using allocated LPI pending table @0x00000008800b0000
[ 0.155664] CPU5: Booted secondary processor 0x0000000101 [0x411fd080]
[ 0.164097] Detected PIPT I-cache on CPU6
[ 0.164150] GICv3: CPU6: found redistributor 102 region 0:0x00000000019c0000
[ 0.164163] GICv3: CPU6: using allocated LPI pending table @0x00000008800c0000
[ 0.164187] CPU6: Booted secondary processor 0x0000000102 [0x411fd080]
[ 0.172622] Detected PIPT I-cache on CPU7
[ 0.172673] GICv3: CPU7: found redistributor 103 region 0:0x00000000019e0000
[ 0.172686] GICv3: CPU7: using allocated LPI pending table @0x00000008800d0000
[ 0.172710] CPU7: Booted secondary processor 0x0000000103 [0x411fd080]
[ 0.172755] smp: Brought up 1 node, 8 CPUs
[ 0.353730] SMP: Total of 8 processors activated.
[ 0.358535] CPU features: detected: 32-bit EL0 Support
[ 0.363791] CPU features: detected: CRC32 instructions
[ 0.369082] CPU: All CPU(s) started at EL2
[ 0.373271] alternatives: applying system-wide alternatives
[ 0.380003] devtmpfs: initialized
[ 0.392494] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.402473] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.434479] pinctrl core: initialized pinctrl subsystem
[ 0.440154] DMI not present or invalid.
[ 0.444398] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.451756] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[ 0.459787] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.468513] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.476748] audit: initializing netlink subsys (disabled)
[ 0.482379] audit: type=2000 audit(0.344:1): state=initialized audit_enabled=0 res=1
[ 0.482591] thermal_sys: Registered thermal governor 'step_wise'
[ 0.490297] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.496521] cpuidle: using governor menu
[ 0.507263] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.514289] ASID allocator initialised with 65536 entries
[ 0.528891] KASLR disabled due to lack of seed
[ 0.536314] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.543267] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.549671] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.556606] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.563009] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.569943] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.576344] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.583278] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.590404] k3-chipinfo 43000014.chipid: Family:J784S4 rev:SR1.0 JTAGID[0x0bb8002f] Detected
[ 0.599708] iommu: Default domain type: Translated
[ 0.604694] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.611221] SCSI subsystem initialized
[ 0.615198] usbcore: registered new interface driver usbfs
[ 0.620817] usbcore: registered new interface driver hub
[ 0.626260] usbcore: registered new device driver usb
[ 0.631593] pps_core: LinuxPPS API ver. 1 registered
[ 0.636666] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.646004] PTP clock support registered
[ 0.650079] EDAC MC: Ver: 3.0.0
[ 0.653727] FPGA manager framework
[ 0.657237] Advanced Linux Sound Architecture Driver Initialized.
[ 0.663879] clocksource: Switched to clocksource arch_sys_counter
[ 0.670223] VFS: Disk quotas dquot_6.6.0
[ 0.674249] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.684223] NET: Registered PF_INET protocol family
[ 0.689549] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.702380] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 0.711411] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.719342] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.728434] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.736808] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.743687] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.751045] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.758930] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.765005] RPC: Registered named UNIX socket transport module.
[ 0.771062] RPC: Registered udp transport module.
[ 0.775865] RPC: Registered tcp transport module.
[ 0.780669] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.787252] NET: Registered PF_XDP protocol family
[ 0.792155] PCI: CLS 0 bytes, default 64
[ 0.796834] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.806109] Initialise system trusted keyrings
[ 0.810756] workingset: timestamp_bits=46 max_order=23 bucket_order=0
[ 0.819376] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.825596] NFS: Registering the id_resolver key type
[ 0.830773] Key type id_resolver registered
[ 0.835045] Key type id_legacy registered
[ 0.839162] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.846011] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.872827] Key type asymmetric registered
[ 0.877011] Asymmetric key parser 'x509' registered
[ 0.882020] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.889650] io scheduler mq-deadline registered
[ 0.894282] io scheduler kyber registered
[ 0.900580] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
[ 0.906558] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
[ 0.912537] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
[ 0.918704] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
[ 0.924560] pinctrl-single 11c000.pinctrl: 72 pins, size 288
[ 0.933937] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
[ 0.945724] loop: module loaded
[ 0.949510] megasas: 07.719.03.00-rc1
[ 0.954725] tun: Universal TUN/TAP device driver, 1.6
[ 0.960239] VFIO - User Level meta-driver version: 0.3
[ 0.965866] usbcore: registered new interface driver usb-storage
[ 0.972316] i2c_dev: i2c /dev entries driver
[ 0.977215] sdhci: Secure Digital Host Controller Interface driver
[ 0.983532] sdhci: Copyright(c) Pierre Ossman
[ 0.988090] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.994265] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.000496] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.007225] usbcore: registered new interface driver usbhid
[ 1.012918] usbhid: USB HID core driver
[ 1.017319] optee: probing for conduit method.
I/TC: Reserved shared memory is enabled
I/TC: Dynamic shared memory is enabled
I/TC: Normal World virtualization support is disabled
I/TC: Asynchronous notifications are disabled
[ 1.021878] optee: revision 4.1 (012cdca4)
[ 1.038338] optee: dynamic shared memory is enabled
[ 1.047728] optee: initialized driver
[ 1.052453] Initializing XFRM netlink socket
[ 1.056835] NET: Registered PF_PACKET protocol family
[ 1.062036] Key type dns_resolver registered
[ 1.066592] registered taskstats version 1
[ 1.070793] Loading compiled-in X.509 certificates
[ 1.081343] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
[ 1.129554] omap_i2c 40b00000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.135609] omap_i2c 40b10000.i2c: bus 3 rev0.12 at 100 kHz
[ 1.141802] pca953x 0-0021: supply vcc not found, using dummy regulator
[ 1.148618] pca953x 0-0021: using no AI
[ 1.176447] omap_i2c 2000000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.182461] pca953x 1-0021: supply vcc not found, using dummy regulator
[ 1.189274] pca953x 1-0021: using no AI
[ 1.216396] i2c i2c-1: Added multiplexed i2c bus 4
[ 1.221368] i2c i2c-1: Added multiplexed i2c bus 5
[ 1.226267] pca954x 1-0070: registered 2 multiplexed busses for I2C switch pca9543
[ 1.234021] omap_i2c 2010000.i2c: bus 1 rev0.12 at 400 kHz
[ 1.239739] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 177 domain created
[ 1.248275] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 10 domain created
[ 1.257522] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 283 domain created
[ 1.266173] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 321 created
[ 1.279956] ti-udma 311a0000.dma-controller: Number of rings: 48
[ 1.286702] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8, rchan: 16)
[ 1.295901] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:328
[ 1.305773] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.312532] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.321400] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:315
[ 1.331547] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.338306] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.346172] printk: console [ttyS2] disabled
[ 1.350566] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 216, base_baud = 3000000) is a 8250
[ 1.359422] printk: console [ttyS2] enabled
[ 1.359422] printk: console [ttyS2] enabled
[ 1.367865] printk: bootconsole [ns16550a0] disabled
[ 1.367865] printk: bootconsole [ns16550a0] disabled
[ 1.415884] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.425159] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.433426] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.446230] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.453435] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.459676] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0
[ 1.469927] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:250000000, add_val:3 pps:0
[ 1.478665] mmc0: CQHCI version 5.10
[ 1.484677] ti-udma 285c0000.dma-controller: Channels: 22 (tchan: 11, rchan: 11, gp-rflow: 8)
[ 1.494649] ti-udma 31150000.dma-controller: Channels: 66 (tchan: 33, rchan: 33, gp-rflow: 16)
[ 1.507048] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[ 1.512051] 7 fixed-partitions partitions found on MTD device 47040000.spi.0
[ 1.519087] Creating 7 MTD partitions on "47040000.spi.0":
[ 1.523251] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 1.524561] 0x000000000000-0x000000100000 : "ospi.tiboot3"
[ 1.525304] 0x000000100000-0x000000300000 : "ospi.tispl"
[ 1.543349] 0x000000300000-0x000000700000 : "ospi.u-boot"
[ 1.549265] 0x000000700000-0x000000740000 : "ospi.env"
[ 1.554924] 0x000000740000-0x000000780000 : "ospi.env.backup"
[ 1.561195] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 1.567166] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[ 1.615886] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.623696] mmc0: Command Queue Engine enabled
[ 1.625198] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.628137] mmc0: new HS200 MMC card at address 0001
[ 1.636394] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.641672] mmcblk0: mmc0:0001 G1M15L 29.6 GiB
[ 1.654143] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.659670] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB
[ 1.665803] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.666118] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0
[ 1.671419] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB
[ 1.691164] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (240:0)
[ 1.697462] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 1.705585] debugfs: Directory 'pd:74' with parent 'pm_genpd' already present!
[ 1.705689] mmc1: CQHCI version 5.10
[ 1.712825] debugfs: Directory 'pd:73' with parent 'pm_genpd' already present!
[ 1.723607] debugfs: Directory 'pd:72' with parent 'pm_genpd' already present!
[ 1.731331] debugfs: Directory 'pd:335' with parent 'pm_genpd' already present!
[ 1.738642] debugfs: Directory 'pd:333' with parent 'pm_genpd' already present!
[ 1.745962] debugfs: Directory 'pd:332' with parent 'pm_genpd' already present!
[ 1.757317] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 1.776919] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 1.786394] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 2.004791] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
[ 2.011837] mmcblk1: mmc1:aaaa SL32G 29.7 GiB
[ 2.020644] mmcblk1: p1 p2 p3
[ 5.889344] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 5.915878] Sending DHCP requests ., OK
[ 5.935712] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.102
[ 5.943442] IP-Config: Complete:
[ 5.946660] device=eth0, hwaddr=3c:e0:64:64:56:18, ipaddr=192.168.0.102, mask=255.255.255.0, gw=192.168.0.1
[ 5.956815] host=192.168.0.102, domain=ti.com, nis-domain=(none)
[ 5.963240] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 5.963242] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 5.983581] ALSA device list:
[ 5.986544] No soundcards found.
[ 6.000947] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 6.007099] devtmpfs: mounted
[ 6.010765] Freeing unused kernel memory: 1984K
[ 6.031941] Run /sbin/init as init process
[ 6.386819] systemd[1]: System time before build time, advancing clock.
[ 6.611944] NET: Registered PF_INET6 protocol family
[ 6.618333] Segment Routing with IPv6
[ 6.622028] In-situ OAM (IOAM) with IPv6
[ 6.739820] 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)
[ 6.771428] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.10[0m!
[ 6.885698] systemd[1]: Hostname set to <j784s4-evm>.
[ 7.003419] systemd[182]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 7.020600] systemd-sysv-generator[191]: 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.
[ 7.234957] 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.
[ 7.289788] 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.
[ 7.352022] systemd[1]: Queued start job for default target Graphical Interface.
[ 7.408404] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 7.429223] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 7.453039] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 7.476836] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 7.500041] 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.
[ 7.523986] 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.
[ 7.548068] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 7.563930] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 7.583920] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 7.599928] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 7.653949] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 7.676006] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 7.700377] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 7.720038] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 7.744689] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 7.764577] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 7.788151] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 7.804657] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 7.830031] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 7.852079] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 7.872467] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 7.912115] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 7.930543] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 7.954379] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 7.972079] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 8.020110] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 8.039082] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 8.062093] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 8.081911] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 8.098116] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 8.127897] random: crng init done
[ 8.141743] fuse: init (API version 7.37)
[ 8.228474] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 8.312461] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 8.328460] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 8.344495] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 8.432357] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 8.451047] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 8.477642] cryptodev: loading out-of-tree module taints kernel.
[ 8.484523] cryptodev: driver 1.12 loaded.
[ 8.486651] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 8.518840] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 8.543976] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 8.564252] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m.
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[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;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;39mFUSE Control File System[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...
Starting [0;1;39mCreate Static Device Nodes in /dev[0m...
[ 8.924663] systemd-journald[208]: Received client request to flush runtime journal.
[[0;32m OK [0m] Mounted [0;1;39mFUSE Control File System[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;39mColdplug All udev Devices[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...
[ 9.230329] audit: type=1334 audit(1651167747.840:2): prog-id=5 op=LOAD
[ 9.236972] audit: type=1334 audit(1651167747.848:3): prog-id=6 op=LOAD
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;39mCreate Volatile Files and Directories[0m...
[[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m.
[[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m.
Starting [0;1;39mNetwork Time Synchronization[0m...
Starting [0;1;39mRecord System Boot/Shutdown in UTMP[0m...
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[ 9.638009] CAN device driver interface
[ 9.678021] j721e-pcie-host 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
[[0;32m OK [0m] Finished [0;1;39mRecord System Boot/Shutdow[ 9.686249] j721e-pcie-host 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000
n in UTMP[0m.
[ 9.702070] j721e-pcie-host 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000
[ 9.710715] j721e-pcie-host 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 9.721141] mc: Linux media interface: v0.10
[ 9.722225] PVR_K: 264: Device: 4e20000000.gpu
[ 9.730102] PVR_K: 264: Read BVNC 36.53.104.796 from HW device registers
[ 9.736978] PVR_K: 264: RGX Device registered BVNC 36.53.104.796 with 1 core in the system
[ 9.746944] [drm] Initialized pvr 23.3.6512818 20170530 for 4e20000000.gpu on minor 0
[ 9.764939] k3-dsp-rproc 64800000.dsp: device does not reserved memory regions, ret = -22
[ 9.776150] k3-dsp-rproc 64800000.dsp: reserved memory init failed, ret = -22
[ 9.778082] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[ 9.784715] remoteproc remoteproc0: releasing 64800000.dsp
[ 9.795397] platform 41000000.r5f: configured R5F for IPC-only mode
[ 9.800924] k3-dsp-rproc: probe of 64800000.dsp failed with error -22
[ 9.806979] platform 41000000.r5f: device does not have reserved memory regions, ret = -22
[ 9.814895] k3-dsp-rproc 65800000.dsp: device does not reserved memory regions, ret = -22
[ 9.822000] k3_r5_rproc bus@100000:bus@28380000:r5fss@41000000: reserved memory init failed, ret = -22
[ 9.824350] m_can_platform 40528000.can: m_can device registered (irq=485, version=32)
[ 9.824364] videodev: Linux video capture interface: v2.00
[ 9.825484] m_can_platform 40568000.can: m_can device registered (irq=486, version=32)
[ 9.829415] m_can_platform 2761000.can: m_can device registered (irq=487, version=32)
[ 9.830398] k3-dsp-rproc 65800000.dsp: reserved memory init failed, ret = -22
[ 9.830915] m_can_platform 2771000.can: m_can device registered (irq=488, version=32)
[ 9.839350] remoteproc remoteproc1: releasing 41000000.r5f
[ 9.839371] k3_r5_rproc bus@100000:bus@28380000:r5fss@41000000: k3_r5_cluster_rproc_init failed, ret = -22
[ 9.839422] k3_r5_rproc: probe of bus@100000:bus@28380000:r5fss@41000000 failed with error -22
[ 9.843715] platform 5c00000.r5f: configured R5F for remoteproc mode
[ 9.848233] remoteproc remoteproc0: releasing 65800000.dsp
[ 9.853978] platform 5c00000.r5f: device does not have reserved memory regions, ret = -22
[ 9.860769] k3-dsp-rproc: probe of 65800000.dsp failed with error -22
[ 9.861080] k3-dsp-rproc 66800000.dsp: device does not reserved memory regions, ret = -22
[ 9.861087] k3-dsp-rproc 66800000.dsp: reserved memory init failed, ret = -22
[ 9.861157] remoteproc remoteproc0: releasing 66800000.dsp
[ 9.861161] k3-dsp-rproc: probe of 66800000.dsp failed with error -22
[ 9.869093] k3-dsp-rproc 67800000.dsp: device does not reserved memory regions, ret = -22
[ 9.869100] k3-dsp-rproc 67800000.dsp: reserved memory init failed, ret = -22
[ 9.869163] remoteproc remoteproc0: releasing 67800000.dsp
[ 9.869168] k3-dsp-rproc: probe of 67800000.dsp failed with error -22
[ 9.988748] k3_r5_rproc bus@100000:r5fss@5c00000: reserved memory init failed, ret = -22
[ 9.997263] remoteproc remoteproc1: releasing 5c00000.r5f
[ 10.002671] k3_r5_rproc bus@100000:r5fss@5c00000: k3_r5_cluster_rproc_init failed, ret = -22
[ 10.011199] k3_r5_rproc: probe of bus@100000:r5fss@5c00000 failed with error -22
[ 10.014575] systemd-journald[208]: Oldest entry in /run/log/journal/eb63295590464d7fb99d7d068c1595da/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[ 10.020251] platform 5e00000.r5f: configured R5F for remoteproc mode
[ 10.036893] systemd-journald[208]: /run/log/journal/eb63295590464d7fb99d7d068c1595da/system.journal: Journal header limits reached or header out-of-date, rotating.
[ 10.042933] platform 5e00000.r5f: device does not have reserved memory regions, ret = -22
[ 10.065700] k3_r5_rproc bus@100000:r5fss@5e00000: reserved memory init failed, ret = -22
[ 10.073851] remoteproc remoteproc0: releasing 5e00000.r5f
[ 10.079302] k3_r5_rproc bus@100000:r5fss@5e00000: k3_r5_cluster_rproc_init failed, ret = -22
[ 10.080891] cdns-mhdp8546 a000000.dp-bridge: invalid resource
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronizatio[ 10.089007] k3_r5_rproc: probe of bus@100000:r5fss@5e00000 failed with error -22
n[0m.
[ 10.093622] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
[[0;32m OK [0m] Reached target [0;1;39mSystem Initialization[0m.
[ 10.127376] platform 5900000.r5f: configured R5F for remoteproc mode
[ 10.128033] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 1
[ 10.135898] platform 5900000.r5f: device does not have reserved memory regions, ret = -22
[ 10.141808] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
[ 10.149695] k3_r5_rproc bus@100000:r5fss@5900000: reserved memory init failed, ret = -22
[ 10.163730] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
[ 10.163768] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
[[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary [ 10.177011] remoteproc remoteproc0: releasing 5900000.r5f
Directories[0m.
[ 10.187975] k3_r5_rproc bus@100000:r5fss@5900000: k3_r5_cluster_rproc_init failed, ret = -22
[ 10.198054] k3_r5_rproc: probe of bus@100000:r5fss@5900000 failed with error -22
[ 10.200942] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.[ 10.214046] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
[[0;32m OK [0m] Started [0;1;39mDaily rotation of log files[ 10.243574] m_can_platform 40528000.can mcu_mcan0: renamed from can0
[0m.
[[0;32m OK [0m] Reached target [0;1;39mTimer Units[0m.
[[0;32m OK [0m] Listening on [0;1;39mAvahi mDNS/DNS-SD Stac[ 10.295372] m_can_platform 2761000.can main_mcan6: renamed from can2
k Activation Socket[0m.
[ 10.307715] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 10.314438] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[ 10.323129] xhci-hcd xhci-hcd.0.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010
[ 10.332605] xhci-hcd xhci-hcd.0.auto: irq 493, io mem 0x06010000
[[0;32m OK [0m] Listening on [0;1;39mD-Bus System Message B[ 10.339598] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
us Socket[0m.
[ 10.349736] m_can_platform 40568000.can mcu_mcan1: renamed from can1
[ 10.351684] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
[ 10.365897] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
Starting [0;1;39mDocker Socket for the API[0m...
[ 10.373709] hub 1-0:1.0: USB hub found
[ 10.382045] hub 1-0:1.0: 1 port detected
[ 10.386268] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 10.394845] hub 2-0:1.0: USB hub found
[ 10.395839] m_can_platform 2771000.can main_mcan7: renamed from can3
[ 10.398655] hub 2-0:1.0: 1 port detected
[[0;32m OK [0m] Listening on [0;1;39mdropbear.socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mPC/SC Smart Card Daemon Activation Socket[0m.
Starting [0;1;39mWeston socket[0m...
Starting [0;1;39mD-Bus System Message Bus[0m...
Starting [0;1;39mReboot and dump vmcore via kexec[0m...
[[0;32m OK [0m] Listening on [0;1;39mDocker Socket for the API[0m.
[[0;32m OK [0m] Listening on [0;1;39mWeston socket[0m.
[ 10.651903] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m.
[[0;32m OK [0m] Finished [0;1;39mReboot and dump vmcore via kexec[0m.
[ 10.720126] j721e-pcie-host 2900000.pcie: PCI host bridge to bus 0000:00
[ 10.726872] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 10.732459] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x10001000-0x10010fff])
[ 10.741991] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff]
[ 10.748961] pci 0000:00:00.0: [104c:b00d] type 01 class 0x060400
[ 10.755022] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[ 10.764875] pci 0000:00:00.0: supports D1
[ 10.768917] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 10.776683] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 10.784877] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 10.791562] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 10.797008] pcieport 0000:00:00.0: PME: Signaling with IRQ 498
[ 10.803219] pcieport 0000:00:00.0: AER: enabled with IRQ 498
[ 10.809769] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[ 10.810163] hub 1-1:1.0: USB hub found
[ 10.817737] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000
[ 10.821522] hub 1-1:1.0: 4 ports detected
[ 10.829981] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000
[ 10.842512] j721e-pcie-host 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m.
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.
[[0;32m OK [0m] Started [0;1;39mJob spooling tools[0m.
[[0;32m OK [0m] Started [0;1;39mPeriodic Command Scheduler[0m.
Starting [0;1;39mPrint notice about GPLv3 packages[0m...
Starting [0;1;39mIPv6 Packet Filtering Framework[0m...
Starting [0;1;39mIPv4 Packet Filtering Framework[0m...
[[0;32m OK [0m] Started [0;1;39mirqbalance daemon[0m.
Starting [0;1;39mLighttpd Daemon[0m...
[[0;32m [ 11.008424] audit: type=1334 audit(1715257523.866:4): prog-id=7 op=LOAD
OK [0m] Started [0;1;39mstrongSwan IPsec IIKEv2 daemon usi[ 11.020091] audit: type=1334 audit(1715257523.878:5): prog-id=8 op=LOAD
ng ipsec.conf[0m.
Starting [0;1;39mUser Login Management[0m...
[ 11.127890] usb 1-1.3: new high-speed USB device number 3 using xhci-hcd
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[0m.
Starting [0;1;39mTelnet Server[0m...
Starting [0;1;39mRotate log files[0m...
[[0;32m OK [0m] Finished [0;1;39mTelnet Server[0m.
[ 11.237126] hub 1-1.3:1.0: USB hub found
[ 11.241688] hub 1-1.3:1.0: 4 ports detected
[[0;32m OK [0m] Finished [0;1;39mIPv6 Packet Filtering Framework[0m.
[[0;32m OK [0m] Finished [0;1;39mIPv4 Packet Filtering Framework[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m.
Starting [0;1;39mNetwork Configuration[0m...
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[ 11.543914] usb 1-1.3.1: new high-speed USB device number 4 using xhci-hcd
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.
[[0;32m OK [0m] Finished [0;1;39mRotate log files[0m.
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
[ 11.661341] hub 1-1.3.1:1.0: USB hub found
[ 11.665959] hub 1-1.3.1:1.0: 4 ports detected
[ 11.759891] usb 1-1.3.4: new low-speed USB device number 5 using xhci-hcd
[ 11.790460] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
[ 11.813332] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 11.820263] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 11.852153] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0001:00
[ 11.858932] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 11.864447] pci_bus 0001:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x18001000-0x18010fff])
[ 11.874120] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff]
[ 11.881054] pci 0001:00:00.0: [104c:b013] type 01 class 0x060400
[ 11.882078] input: PixArt HP 125 USB Optical Mouse as /devices/platform/bus@100000/4104000.cdns-usb/6000000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.3/1-1.3.4/1-1.3.4:1.0/0003:0461:574A.0001/input/input0
[ 11.887087] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[ 11.904613] hid-generic 0003:0461:574A.0001: input: USB HID v1.11 Mouse [PixArt HP 125 USB Optical Mouse] on usb-xhci-hcd.0.auto-1.3.4/input0
[ 11.914223] pci 0001:00:00.0: supports D1
[ 11.930777] pci 0001:00:00.0: PME# supported from D0 D1 D3hot
[ 11.930823] pci 0001:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
[ 11.943400] pci 0001:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p2[0m.
[ 11.955037] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
[ 11.966921] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p3[0m.
[ 11.978776] pci 0001:00:00.0: BAR 7: assigned [mem 0x18400000-0x193fffff 64bit]
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p1[0m.
[ 11.991614] pci 0001:00:00.0: PCI bridge to [bus 01]
[ 12.002657] pcieport 0001:00:00.0: PME: Signaling with IRQ 502
[ 12.008775] pcieport 0001:00:00.0: AER: enabled with IRQ 502
[ 12.014879] j721e-pcie-host 2930000.pcie: host bridge /bus@100000/pcie@2930000 ranges:
Starting [0;1;39mFile System Check on /dev/mmcblk1p1[[ 12.023481] j721e-pcie-host 2930000.pcie: IO 0x4410001000..0x4410010fff -> 0x0000001000
0m...
[ 12.037038] j721e-pcie-host 2930000.pcie: MEM 0x4410011000..0x4417ffffff -> 0x0000011000
Starting [0;1;39mFile System Check on /dev/mmcblk1p2[[ 12.046130] j721e-pcie-host 2930000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p3[0m...
Starting [0;1;39mNetwork Name Resolution[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p1[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p2[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p3[0m.
Mounting [0;1;39m/run/media/boot-mmcblk1p1[0m...
Mounting [0;1;39m/run/media/mmcblk1p3[0m...
Mounting [0;1;39m/run/media/root-mmcblk1p2[0m...
[[0;32m OK [0m] Started [0;1;39mNetwork Name Resolution[0m[ 12.252935] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
.
[[0;32m OK [0m] Reached target [0;1;39mNetwork[0m.
[[0;32m OK [0m] Reached target [0;1;39mHost and Network Name Lookups[0m.
Starting [0;1;39mAvahi mDNS/DNS-SD Stack[0m...
Starting [0;1;39mEnable and configure wl18xx bluetooth stack[0m...
Starting [0;1;39mcontainerd container runtime[0m...
[[0;32m OK [0m] Started [0;1;39mNetperf Benchmark Server[0m.
[[0;32m OK [0m] Started [0;1;39mNFS status monitor for NFSv2/3 locking.[0m.
Starting [0;1;39mPermit User Sessions[0m...
[[0;32m OK [0m] Mounted [0;1;39m/run/media/boot-mmcblk1p1[0m.
[[0;32m OK [0m] Finished [0;1;39mEnable and configure wl18xx bluetooth stack[0m.
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m.
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m.
[[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m.
Starting [0;1;39mSynchronize System and HW clocks[0m...
Starting [0;1;39mWeston, a Waylandositor, as a system service[0m...
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mSynchronize System and HW clocks[0m.
See 'systemctl status sync-clocks.service' for details.
[ 12.650113] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
[ 12.650412] EXT4-fs (mmcblk1p3): mounted filesystem with ordered data mode. Quota mode: none.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/root-mmcblk1p2[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk1p3[0m.
[ 13.035044] audit: type=1334 audit(1715257525.890:6): prog-id=9 op=LOAD
[ 13.041718] audit: type=1334 audit(1715257525.898:7): prog-id=10 op=LOAD
[ 13.060049] j721e-pcie-host 2930000.pcie: PCI host bridge to bus 0002:00
[ 13.066762] pci_bus 0002:00: root bus resource [bus 00-ff]
[ 13.072280] pci_bus 0002:00: root bus resource [io 0x20000-0x2ffff] (bus address [0x1000-0x10fff])
[ 13.081320] pci_bus 0002:00: root bus resource [mem 0x4410011000-0x4417ffffff] (bus address [0x00011000-0x07ffffff])
Starting [0;1;39mUser Database Manager[0m...
[ 13.091861] pci 0002:00:00.0: [104c:b00d] type 01 class 0x060400
[ 13.102809] pci_bus 0002:00: 2-byte config write to 0002:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[ 13.112585] pci 0002:00:00.0: supports D1
[ 13.116586] pci 0002:00:00.0: PME# supported from D0 D1 D3hot
[ 13.122356] pci 0002:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
[ 13.129224] pci 0002:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
[ 13.140727] pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 13.148850] pci_bus 0002:01: busn_res: [bus 01-ff] end is updated to 01
[ 13.155475] pci 0002:00:00.0: BAR 7: assigned [mem 0x4410400000-0x44113fffff 64bit]
[ 13.163128] pci 0002:00:00.0: PCI bridge to [bus 01]
[ 13.168602] pcieport 0002:00:00.0: PME: Signaling with IRQ 506
[ 13.174649] pcieport 0002:00:00.0: AER: enabled with IRQ 506
[[0;32m OK [0m] Started [0;1;39mUser Database Manager[0m.
[[0;32m OK [0m] Created slice [0;1;39mUser Slice of UID 1000[0m.
Starting [0;1;39mUser Runtime Directory /run/user/1000[0m...
[[0;32m OK [0m] Finished [0;1;39mUser Runtime Directory /run/user/1000[0m.
Starting [0;1;39mUser Manager for UID 1000[0m...
[ 13.830794] audit: type=1006 audit(1715257526.686:8): pid=786 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 13.843361] audit: type=1300 audit(1715257526.686:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffe4a91f78 a2=4 a3=0 items=0 ppid=1 pid=786 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[ 13.868907] audit: type=1327 audit(1715257526.686:8): proctitle="(systemd)"
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtime[0m.
[[0;32m OK [0m] Started [0;1;39mUser Manager for UID 1000[0m.
[[0;32m OK [0m] Started [0;1;39mSession c1 of User wes[ 14.462709] audit: type=1006 audit(1715257527.318:9): pid=773 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
ton[0m.
[ 14.479924] audit: type=1300 audit(1715257527.318:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffe4a91f78 a2=4 a3=0 items=0 ppid=1 pid=773 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=2 comm="(weston)" exe="/lib/systemd/systemd" key=(null)
[ 14.505991] audit: type=1327 audit(1715257527.318:9): proctitle="(weston)"
[ 15.117103] PVR_K: 773: RGX Firmware image 'rgx.fw.36.53.104.796' loaded
[ 15.129172] PVR_K: 773: Shader binary image 'rgx.sh.36.53.104.796' loaded
[[0;32m OK [0m] Started [0;1;39mWeston, a Wayland mpositor, as a system service[0m.
Starting [0;1;39mMatrix GUI[0m...
[[0;32m OK [0m] Started [0;1;39mMatrix GUI[0m.
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project j784s4-evm -
Arago 2023.10 j784s4-evm -
j784s4-evm login: root
[ 19.494115] audit: type=1006 audit(1715257532.350:10): pid=1063 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 19.506698] audit: type=1300 audit(1715257532.350:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffe4a91f78 a2=1 a3=0 items=0 ppid=1 pid=1063 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[ 19.532156] audit: type=1327 audit(1715257532.350:10): proctitle="(systemd)"
[ 19.585139] audit: type=1334 audit(1715257532.442:11): prog-id=11 op=LOAD
[ 19.592079] audit: type=1300 audit(1715257532.442:11): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffea74cef0 a2=78 a3=0 items=0 ppid=1 pid=1063 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/lib/systemd/systemd" key=(null)
[ 19.617552] audit: type=1327 audit(1715257532.442:11): proctitle="(systemd)"
[ 19.624627] audit: type=1334 audit(1715257532.442:12): prog-id=11 op=UNLOAD
[ 19.631603] audit: type=1334 audit(1715257532.442:13): prog-id=12 op=LOAD
[ 19.638412] audit: type=1300 audit(1715257532.442:13): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffea74cf90 a2=78 a3=0 items=0 ppid=1 pid=1063 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/lib/systemd/systemd" key=(null)
[ 19.663867] audit: type=1327 audit(1715257532.442:13): proctitle="(systemd)"
***************************************************************
***************************************************************
NOTICE: This file system contains the following GPL-3.0 packages:
adwaita-icon-theme-symbolic
autoconf
bash
bc
binutils
cifs-utils
coreutils-stdbuf
coreutils
cpio
cpp-symlinks
cpp
dosfstools
elfutils
g++-symlinks
g++
gawk
gcc-symlinks
gcc
gdb
gdbserver
gettext
glmark2
gnu-config
grub-common
grub-editenv
grub-efi
gzip
less
libasm1
libatomic-dev
libatomic1
libbfd
libdebuginfod1
libdw1
libelf1
libgcc-s-dev
libgcc1
libgdbm-compat4
libgdbm6
libgettextlib
libgettextsrc
libgmp10
libidn2-0
libmpc3
libmpfr6
libopcodes
libqt5charts-examples
libqt5charts-plugins
libqt5charts-qmlplugins
libqt5charts5
libqt5sensors-plugins
libqt5sensors-qmlplugins
libqt5sensors5
libqt5serialport-examples
libqt5serialport-plugins
libqt5serialport-qmlplugins
libqt5serialport5
libqt5svg-examples
libqt5svg-plugins
libqt5svg-qmlplugins
libqt5svg5
libqt5virtualkeyboard-plugins
libqt5virtualkeyboard-qmlplugins
libqt5virtualkeyboard5
libqt5webchannel-plugins
libqt5webchannel-qmlplugins
libqt5webchannel5
libreadline8
libstdc++-dev
libstdc++6
libunistring2
m4
make
nettle
parted
piglit
qt3d-plugins
qt3d-qmlplugins
qt3d
qtbase-examples
qtbase-plugins
qtbase-qmlplugins
qtbase
qtconnectivity-plugins
qtconnectivity-qmlplugins
qtconnectivity
qtdeclarative-plugins
qtdeclarative-qmlplugins
qtdeclarative-tools
qtdeclarative
qtgraphicaleffects-qmlplugins
qtlocation-examples
qtlocation-plugins
qtlocation-qmlplugins
qtlocation
qtmultimedia-examples
qtmultimedia-plugins
qtmultimedia-qmlplugins
qtmultimedia
qtquics-qmlplugins.control
qtquics2-plugins.control
qtquics2-qmlplugins.control
qtquics2.control
qtscript-examples
qtscript-plugins
qtscript-qmlplugins
qtscript
qtwayland-examples
qtwayland-plugins
qtwayland-qmlplugins
qtwayland
tar
which
If you do not wish to distribute GPL-3.0 components please remove
the above packages prior to distribution. This can be done using
the opkg remove command. i.e.:
opkg remove <package>
Where <package> is the name printed in the list above
NOTE: If the package is a dependency of another package you
will be notified of the dependent packages. You should
use the --force-removal-of-dependent-packages option to
also remove the dependent packages as well
***************************************************************
***************************************************************
7[r[999;999H[6nroot@j784s4-evm:~# uname -a
Linux j784s4-evm 6.1.80-ti-g2e423244f8c0 #1 SMP PREEMPT Wed Mar 20 14:43:33 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@j784s4-evm:~# cat /proc/cmdline
console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am69_sk-fs-01/autofs/ce6bdb366bdc8134f3291638ca7ae054,nolock,v3,tcp,rsize=4096,wsize=4096
root@j784s4-evm:~# uname -a
Linux j784s4-evm 6.1.80-ti-g2e423244f8c0 #1 SMP PREEMPT Wed Mar 20 14:43:33 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@j784s4-evm:~# cat /proc/mtd
dev: size erasesize name
mtd0: 00100000 00040000 "ospi.tiboot3"
mtd1: 00200000 00040000 "ospi.tispl"
mtd2: 00400000 00040000 "ospi.u-boot"
mtd3: 00040000 00040000 "ospi.env"
mtd4: 00040000 00040000 "ospi.env.backup"
mtd5: 037c0000 00040000 "ospi.rootfs"
mtd6: 00040000 00040000 "ospi.phypattern"
root@j784s4-evm:~# grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/
/pnp /etc/resolv.conf && systemctl restart systemd-resolved
root@j784s4-evm:~# ls -l /lib/firmware; ls -lR /lib/firmware/ipc
total 27964
-rw-r--r-- 1 root root 2040 Mar 9 2018 LICENCE.ibt_firmware
-rw-r--r-- 1 root root 2046 Mar 9 2018 LICENCE.iwlwifi_firmware
-rw-r--r-- 1 root root 482656 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4324112 Mar 9 2018 bl32.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 cadence
drwxr-xr-x 2 root root 4096 Mar 9 2018 cnm
drwxr-xr-x 2 root root 4096 Mar 9 2018 intel
-rw-r--r-- 1 root root 918268 Mar 9 2018 iwlwifi-3160-17.ucode
-rw-r--r-- 1 root root 2448976 Mar 9 2018 iwlwifi-8000C-34.ucode
-rw-r--r-- 1 root root 2428004 Mar 9 2018 iwlwifi-8000C-36.ucode
-rw-r--r-- 1 root root 2440780 Mar 9 2018 iwlwifi-8265-34.ucode
-rw-r--r-- 1 root root 2436632 Mar 9 2018 iwlwifi-8265-36.ucode
-rw-r--r-- 1 root root 2678092 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-34.ucode
-rw-r--r-- 1 root root 2521412 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-38.ucode
-rw-r--r-- 1 root root 1489652 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-46.ucode
lrwxrwxrwx 1 root root 66 Mar 9 2018 j784s4-c71_0-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_c7x_1_release_strip.xe71
lrwxrwxrwx 1 root root 73 Mar 9 2018 j784s4-c71_0-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_c7x_1_release_strip.xe71.signed
lrwxrwxrwx 1 root root 66 Mar 9 2018 j784s4-c71_1-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_c7x_2_release_strip.xe71
lrwxrwxrwx 1 root root 73 Mar 9 2018 j784s4-c71_1-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_c7x_2_release_strip.xe71.signed
lrwxrwxrwx 1 root root 66 Mar 9 2018 j784s4-c71_2-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_c7x_3_release_strip.xe71
lrwxrwxrwx 1 root root 73 Mar 9 2018 j784s4-c71_2-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_c7x_3_release_strip.xe71.signed
lrwxrwxrwx 1 root root 66 Mar 9 2018 j784s4-c71_3-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_c7x_4_release_strip.xe71
lrwxrwxrwx 1 root root 73 Mar 9 2018 j784s4-c71_3-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_c7x_4_release_strip.xe71.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j784s4-main-r5f0_0-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu2_0_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 j784s4-main-r5f0_0-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu2_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j784s4-main-r5f0_1-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu2_1_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 j784s4-main-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu2_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j784s4-main-r5f1_0-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu3_0_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 j784s4-main-r5f1_0-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu3_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j784s4-main-r5f1_1-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu3_1_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 j784s4-main-r5f1_1-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu3_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j784s4-main-r5f2_0-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu4_0_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 j784s4-main-r5f2_0-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu4_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j784s4-main-r5f2_1-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu4_1_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 j784s4-main-r5f2_1-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu4_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j784s4-mcu-r5f0_1-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu1_1_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 j784s4-mcu-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu1_1_release_strip.xer5f.signed
-rw-r--r-- 1 root root 4728 Mar 9 2018 regulatory.db
-rw-r--r-- 1 root root 1182 Mar 9 2018 regulatory.db.p7s
-rw-r--r-- 1 root root 155648 Mar 9 2018 rgx.fw.36.53.104.796
-rw-r--r-- 1 root root 383136 Mar 9 2018 rgx.sh.36.53.104.796
-rw-r--r-- 1 root root 28 Mar 9 2018 tee-header_v2.bin
-rw-r--r-- 1 root root 0 Mar 9 2018 tee-pageable_v2.bin
-rw-r--r-- 1 root root 482656 Mar 9 2018 tee-pager_v2.bin
-rw-r--r-- 1 root root 482656 Mar 9 2018 tee-raw.bin
-rw-r--r-- 1 root root 482684 Mar 9 2018 tee.bin
-rw-r--r-- 1 root root 4324112 Mar 9 2018 tee.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 ti-connectivity
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-eth
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-ipc
lrwxrwxrwx 1 root root 39 Mar 9 2018 wave521c_codec_fw.bin -> /lib/firmware/cnm/wave521c_codec_fw.bin
ls: cannot access '/lib/firmware/ipc': No such file or directory
root@j784s4-evm:~# cat /proc/diskstats
7 0 loop0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 1 loop1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 2 loop2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 3 loop3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 4 loop4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 5 loop5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 6 loop6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 7 loop7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31 0 mtdblock0 13 0 104 3 0 0 0 0 0 4 3 0 0 0 0 0 0
31 1 mtdblock1 28 0 224 6 0 0 0 0 0 8 6 0 0 0 0 0 0
31 2 mtdblock2 29 0 232 7 0 0 0 0 0 12 7 0 0 0 0 0 0
31 3 mtdblock3 10 0 80 2 0 0 0 0 0 4 2 0 0 0 0 0 0
31 4 mtdblock4 10 0 80 2 0 0 0 0 0 4 2 0 0 0 0 0 0
31 5 mtdblock5 36 0 672 28 0 0 0 0 0 24 28 0 0 0 0 0 0
31 6 mtdblock6 10 0 80 2 0 0 0 0 0 8 2 0 0 0 0 0 0
179 0 mmcblk0 100 2 4184 145 0 0 0 0 0 124 145 0 0 0 0 0 0
179 32 mmcblk0boot0 34 0 672 5 0 0 0 0 0 8 5 0 0 0 0 0 0
179 64 mmcblk0boot1 34 0 672 5 0 0 0 0 0 8 5 0 0 0 0 0 0
179 96 mmcblk1 1712 34 53827 2495 2 0 16 43 0 1028 2539 0 0 0 0 0 0
179 97 mmcblk1p1 236 0 14593 616 0 0 0 0 0 464 616 0 0 0 0 0 0
179 98 mmcblk1p2 712 31 19224 895 1 0 8 20 0 852 915 0 0 0 0 0 0
179 99 mmcblk1p3 726 3 18810 946 1 0 8 23 0 844 969 0 0 0 0 0 0
root@j784s4-evm:~# cat /proc/interrupts
CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 CPU6 CPU7
11: 3553 3991 4110 3795 3675 3582 3889 4463 GICv3 30 Level arch_timer
14: 0 0 0 0 0 0 0 0 GICv3 23 Level arm-pmu
15: 2363 0 0 0 0 0 0 0 GICv3 69 Level 32c00000.mailbox thr_011
16: 0 0 0 0 0 0 0 0 GICv3 884 Level 40b00000.i2c
17: 0 0 0 0 0 0 0 0 GICv3 885 Level 40b10000.i2c
18: 44 0 0 0 0 0 0 0 GICv3 232 Level 2000000.i2c
19: 8 0 0 0 0 0 0 0 GICv3 233 Level 2010000.i2c
68: 70975 0 0 0 0 332 0 0 MSI-INTA 21495904 Level 46000000.ethernet-tx0
70: 107018 0 0 385 0 0 0 0 MSI-INTA 21495906 Level 46000000.ethernet
88: 1623 0 0 0 0 0 0 0 MSI-INTA 20644718 Level 31150000.dma-controller chan0
89: 0 0 0 0 0 0 0 0 MSI-INTA 20644719 Level 31150000.dma-controller chan1
90: 0 0 0 0 0 0 0 0 MSI-INTA 20644720 Level 31150000.dma-controller chan2
91: 0 0 0 0 0 0 0 0 MSI-INTA 20644721 Level 31150000.dma-controller chan3
216: 620 0 0 0 0 0 0 0 GICv3 280 Level 2880000.serial
217: 2 0 0 0 0 0 0 0 GICv3 872 Level 47040000.spi
218: 0 0 0 0 0 0 0 0 GICv3 890 Level 46000000.ethernet
219: 0 0 0 0 0 0 0 0 INTR 391 Level 310d0000.cpts
220: 282 0 0 0 0 0 0 0 GICv3 35 Level mmc0
321: 0 0 0 0 0 0 0 0 GPIO 0 Edge -davinci_gpio HPD
478: 3557 0 0 0 0 0 0 0 GICv3 36 Level mmc1
482: 0 0 0 0 0 0 0 0 GICv3 350 Edge j721e-pcie-link-down-irq
484: 0 0 0 0 0 0 0 0 GICv3 56 Level pvrsrvkm
489: 0 0 0 0 0 0 0 0 GICv3 646 Level mhdp8546
490: 0 0 0 0 0 0 0 0 GICv3 634 Level tidss
491: 0 0 0 0 0 0 0 0 GICv3 43 Level 4e10000.rng
492: 0 0 0 0 0 0 0 0 GICv3 214 Level vpu_irq
493: 162 0 0 0 0 0 0 0 GICv3 128 Level xhci-hcd:usb1
495: 0 0 0 0 0 0 0 0 GICv3 152 Level 6000000.usb
496: 0 0 0 0 0 0 0 0 GICv3 215 Level vpu_irq
498: 0 0 0 0 0 0 0 0 ITS-MSI 0 Edge PCIe PME, aerdrv
499: 0 0 0 0 0 0 0 0 GICv3 362 Edge j721e-pcie-link-down-irq
502: 0 0 0 0 0 0 0 0 ITS-MSI 134217728 Edge PCIe PME, aerdrv
503: 0 0 0 0 0 0 0 0 GICv3 386 Edge j721e-pcie-link-down-irq
506: 0 0 0 0 0 0 0 0 ITS-MSI 268435456 Edge PCIe PME, aerdrv
IPI0: 945 876 922 818 788 775 688 694 Rescheduling interrupts
IPI1: 7976 35850 38308 35100 36051 37260 35460 38256 Function call interrupts
IPI2: 0 0 0 0 0 0 0 0 CPU stop interrupts
IPI3: 0 0 0 0 0 0 0 0 CPU stop (for crash dump) interrupts
IPI4: 0 0 0 0 0 0 0 0 Timer broadcast interrupts
IPI5: 1 0 0 0 0 0 0 0 IRQ work interrupts
IPI6: 0 0 0 0 0 0 0 0 CPU wake-up interrupts
Err: 0
root@j784s4-evm:~# cat /proc/softirqs
CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 CPU6 CPU7
HI: 13 0 0 0 0 0 4 0
TIMER: 1046 978 831 671 607 669 593 617
NET_TX: 21 1 1 0 2 1 0 0
NET_RX: 137709 12 1 412 17 350 15 25
BLOCK: 164 0 0 0 0 0 0 0
IRQ_POLL: 0 0 0 0 0 0 0 0
TASKLET: 5692 0 1 1 1 33 10 1
SCHED: 1599 1443 1392 1202 1189 1217 1173 1179
HRTIMER: 7 0 0 0 0 0 0 0
RCU: 2411 2910 3178 2980 3550 2955 2932 2802
root@j784s4-evm:~# ls -lR /run/media/mmcblk0p1
ls: cannot access '/run/media/mmcblk0p1': No such file or directory
root@j784s4-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $?
1
root@j784s4-evm:~# opkg list-installed | grep ti-test; echo $?
ti-test - 1.0-r0.121
ti-test-extras - 1.0-r0.121
0
root@j784s4-evm:~# lsmod
Module Size Used by
pci_endpoint_test 20480 0
overlay 122880 0
cfg80211 389120 0
rfkill 24576 2 cfg80211
xhci_plat_hcd 16384 0
cdns3 45056 0
wave5 94208 0
cdns_usb_common 20480 1 cdns3
omap_rng 16384 0
videobuf2_dma_contig 20480 1 wave5
videobuf2_memops 16384 1 videobuf2_dma_contig
cdns_mhdp8546 40960 0
v4l2_mem2mem 36864 1 wave5
tidss 61440 2
crct10dif_ce 16384 1
drm_display_helper 139264 1 cdns_mhdp8546
display_connector 16384 0
videobuf2_v4l2 32768 2 v4l2_mem2mem,wave5
ti_tfp410 16384 0
drm_dma_helper 20480 1 tidss
videobuf2_common 57344 5 videobuf2_dma_contig,videobuf2_v4l2,v4l2_mem2mem,wave5,videobuf2_memops
drm_kms_helper 184320 7 drm_dma_helper,display_connector,cdns_mhdp8546,drm_display_helper,tidss,ti_tfp410
phy_can_transceiver 16384 4
videodev 245760 4 videobuf2_v4l2,videobuf2_common,v4l2_mem2mem,wave5
syscopyarea 16384 1 drm_kms_helper
ti_k3_r5_remoteproc 28672 0
sysfillrect 16384 1 drm_kms_helper
ti_k3_dsp_remoteproc 16384 0
sysimgblt 16384 1 drm_kms_helper
m_can_platform 16384 0
pvrsrvkm 1273856 12
mc 57344 4 videodev,videobuf2_v4l2,videobuf2_common,v4l2_mem2mem
optee_rng 16384 0
virtio_rpmsg_bus 20480 0
fb_sys_fops 16384 1 drm_kms_helper
m_can 24576 1 m_can_platform
pci_j721e_host 16384 0
rpmsg_ns 16384 1 virtio_rpmsg_bus
pci_j721e 16384 1 pci_j721e_host
k3_j72xx_bandgap 20480 0
can_dev 36864 1 m_can
ti_k3_common 16384 1 ti_k3_dsp_remoteproc
cdns3_ti 16384 0
sa2ul 36864 0
rng_core 20480 2 optee_rng,omap_rng
pcie_cadence_host 16384 1 pci_j721e_host
rti_wdt 16384 0
pcie_cadence 16384 2 pcie_cadence_host,pci_j721e_host
cryptodev 53248 0
drm 561152 17 drm_kms_helper,drm_dma_helper,display_connector,pvrsrvkm,cdns_mhdp8546,drm_display_helper,tidss,ti_tfp410
fuse 131072 1
drm_panel_orientation_quirks 28672 1 drm
ipv6 479232 52
root@j784s4-evm:~# echo 'hello world'
hello world
root@j784s4-evm:~#
U-Boot SPL 2024.07-rc2-00077-g4790f844623 (May 09 2024 - 17:46:25 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
ECC is enabled, priming DDR which will take several seconds.
ECC: priming DDR completed in 2395 msec
ECC is enabled, priming DDR which will take several seconds.
Skipping authentication on GP device
Skipping authentication on GP device
Skipping authentication on GP device
Skipping authentication on GP device
Loaded 1050363 bytes
Loading Environment from nowhere... OK
init_env from device 7 not supported!
Starting ATF on ARM64 core...
NOTICE: BL31: v2.10.0(release):v2.10.0-367-g00f1ec6b87-dirty
NOTICE: BL31: Built : 16:09:05, Feb 9 2024
I/TC:
I/TC: OP-TEE version: 4.1.0-51-g012cdca49 (gcc version 11.4.0 (GCC)) #1 Tue Jan 30 10:48:03 UTC 2024 aarch64
I/TC: WARNING: This OP-TEE configuration might be insecure!
I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
I/TC: Primary CPU initializing
I/TC: GIC redistributor base address not provided
I/TC: Assuming default GIC group status and modifier
I/TC: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
I/TC: HUK Initialized
I/TC: Activated SA2UL device
I/TC: Fixing SA2UL firewall owner for GP device
I/TC: Enabled firewalls for SA2UL TRNG device
I/TC: SA2UL TRNG initialized
I/TC: SA2UL Drivers initialized
I/TC: Primary CPU switching to normal world boot
U-Boot SPL 2024.07-rc2-00077-g4790f844623 (May 09 2024 - 17:46:41 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
Trying to boot from UART
CSkipping authentication on GP device
Loaded 1337331 bytes
U-Boot 2024.07-rc2-00077-g4790f844623 (May 09 2024 - 17:46:41 +0530)
SoC: J721S2 SR1.0 GP
Model: Texas Instruments J721S2 EVM
Board: J721S2X-PM1-SOM rev E1
DRAM: 2 GiB (effective 14 GiB)
Core: 95 devices, 30 uclasses, devicetree: separate
Flash: 0 Bytes
MMC: mmc@4f80000: 0, mmc@4fb0000: 1
Loading Environment from nowhere... OK
In: serial@2880000
Out: serial@2880000
Err: serial@2880000
am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA02102 cpsw_ver: 0x6BA82102 ale_ver: 0x00293904 Ports:1
Net: eth0: ethernet@46000000port@1
Hit any key to stop autoboot: 2 0
=>
=>
=>
=>
=>
=>
=>
=>
=>
=> version
U-Boot 2024.07-rc2-00077-g4790f844623 (May 09 2024 - 17:46:41 +0530)
=> setenv bootargs 'console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled '
=> setenv bootcmd ''
=> setenv autoload 'no'
=> setenv serverip '192.168.0.1'
=> setenv _initramfs -
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02880000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=j721s2
board_name=j721s2
board_rev=E1
board_serial=0042
board_software_revision=01
boot=mmc
boot_a_script=load ${devtype} ${devnum}:${distro_bootpart} ${scriptaddr} ${prefix}${script}; source ${scriptaddr}
boot_efi_binary=load ${devtype} ${devnum}:${distro_bootpart} ${kernel_addr_r} efi/boot/bootaa64.efi; if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r};else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi
boot_efi_bootmgr=if fdt addr -q ${fdt_addr_r}; then bootefi bootmgr ${fdt_addr_r};else bootefi bootmgr;fi
boot_extlinux=sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} ${prefix}${boot_syslinux_conf}
boot_fdt=try
boot_fit=0
boot_net_usb_start=usb start
boot_prefixes=/ /boot/
boot_rprocs=if test ${dorprocboot} -eq 1 && test ${boot} = mmc; then rproc init; run boot_rprocs_mmc; fi;
boot_rprocs_mmc=env set rproc_id; env set rproc_fw; for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i; else env set rproc_fw $i; run rproc_load_and_boot_one; env set rproc_id; env set rproc_fw; fi; done
boot_script_dhcp=boot.scr.uimg
boot_scripts=boot.scr.uimg boot.scr
boot_syslinux_conf=extlinux/extlinux.conf
boot_targets=ti_mmc mmc0 mmc1 usb0 pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled
bootcmd=
bootcmd_dhcp=devtype=dhcp; run boot_net_usb_start; if dhcp ${scriptaddr} ${boot_script_dhcp}; then source ${scriptaddr}; fi;setenv efi_fdtfile ${fdtfile}; setenv efi_old_vci ${bootp_vci};setenv efi_old_arch ${bootp_arch};setenv bootp_vci PXEClient:Arch:00011:UNDI:003000;setenv bootp_arch 0xb;if dhcp ${kernel_addr_r}; then tftpboot ${fdt_addr_r} dtb/${efi_fdtfile};if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r}; else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi;fi;setenv bootp_vci ${efi_old_vci};setenv bootp_arch ${efi_old_arch};setenv efi_fdtfile;setenv efi_old_arch;setenv efi_old_vci;
bootcmd_mmc0=devnum=0; run mmc_boot
bootcmd_mmc1=devnum=1; run mmc_boot
bootcmd_pxe=run boot_net_usb_start; dhcp; if pxe get; then pxe boot; fi
bootcmd_ti_mmc=run findfdt; run init_${boot}; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1; then run main_cpsw0_qsgmii_phyinit; fi; run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootcmd_usb0=devnum=0; run usb_boot
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1; rootfs part 0 1 mmcpart 0; tiboot3.bin.raw raw 0x0 0x400 mmcpart 1; tispl.bin.raw raw 0x400 0x1000 mmcpart 1; u-boot.img.raw raw 0x1400 0x2000 mmcpart 1; u-env.raw raw 0x3400 0x100 mmcpart 1; sysfw.itb.raw raw 0x3600 0x800 mmcpart 1
dfu_alt_info_mmc=boot part 1 1; rootfs part 1 2; tiboot3.bin fat 1 1; tispl.bin fat 1 1; u-boot.img fat 1 1; uEnv.txt fat 1 1; sysfw.itb fat 1 1
dfu_alt_info_ospi=tiboot3.bin raw 0x0 0x080000; tispl.bin raw 0x080000 0x200000; u-boot.img raw 0x280000 0x400000; u-boot-env raw 0x680000 0x020000; sysfw.itb raw 0x6c0000 0x100000; rootfs raw 0x800000 0x3800000
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x200000; u-boot.img ram 0x81000000 0x400000
distro_bootcmd=scsi_need_init=; for target in ${boot_targets}; do run bootcmd_${target}; done
do_main_cpsw0_qsgmii_phyinit=0
dorprocboot=0
dtboaddr=0x89000000
efi_dtb_prefixes=/ /dtb/ /dtb/current/
envboot=if mmc dev ${mmcdev}; then if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if test -n "${loadbootscript}" && 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; fi;
ethaddr=f4:84:4c:fb:3a:7f
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde92d10
fdtfile=ti/k3-j721s2-common-proc-board.dtb
fdtoverlay_addr_r=0x89000000
findfdt=echo WARN: fdtfile already set. Stop using findfdt in script
finduuid=part uuid ${boot} ${bootpart} uuid
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/dtb/${name_fdt}
get_fdt_ufs=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_fit_overlaystring=for overlay in $name_overlays; do; setexpr name_fit_overlay gsub / _ conf-${overlay}; setenv overlaystring ${overlaystring}'#'${name_fit_overlay}; done;
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_ufs=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_ufs=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load scsi ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && fdt apply ${dtboaddr}; done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_mmc=run args_all args_mmc
init_ufs=ufs init; scsi scan; run args_ufs
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}
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=if mmc dev ${mmcdev}; then 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; fi;
mmcdev=1
mmcloados=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run get_fdt_mmc; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;
mmcrootfstype=ext4 rootwait
mtdids=nor0=47040000.spi.0,nor0=47034000.hyperbus
mtdparts=mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),-@8m(hbmc.rootfs)
name_fdt=ti/k3-j721s2-common-proc-board.dtb
name_fit=fitImage
name_kern=Image
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
rproc_fw_binaries= 2 /lib/firmware/j721s2-main-r5f0_0-fw 3 /lib/firmware/j721s2-main-r5f0_1-fw 4 /lib/firmware/j721s2-main-r5f1_0-fw 5 /lib/firmware/j721s2-main-r5f1_1-fw 6 /lib/firmware/j721s2-c71_0-fw 7 /lib/firmware/j721s2-c71_1-fw
rproc_load_and_boot_one=if load mmc ${bootpart} $loadaddr ${rproc_fw}; then if rproc load ${rproc_id} ${loadaddr} ${filesize}; then rproc start ${rproc_id}; fi; fi
run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
scan_dev_for_boot=echo Scanning ${devtype} ${devnum}:${distro_bootpart}...; for prefix in ${boot_prefixes}; do run scan_dev_for_extlinux; run scan_dev_for_scripts; done;run scan_dev_for_efi;
scan_dev_for_boot_part=part list ${devtype} ${devnum} -bootable devplist; env exists devplist || setenv devplist 1; for distro_bootpart in ${devplist}; do if fstype ${devtype} ${devnum}:${distro_bootpart} bootfstype; then part uuid ${devtype} ${devnum}:${distro_bootpart} distro_bootpart_uuid ; run scan_dev_for_boot; fi; done; setenv devplist
scan_dev_for_efi=setenv efi_fdtfile ${fdtfile}; for prefix in ${efi_dtb_prefixes}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${efi_fdtfile}; then run load_efi_dtb; fi;done;run boot_efi_bootmgr;if test -e ${devtype} ${devnum}:${distro_bootpart} efi/boot/bootaa64.efi; then echo Found EFI removable media binary efi/boot/bootaa64.efi; run boot_efi_binary; echo EFI LOAD FAILED: continuing...; fi; setenv efi_fdtfile
scan_dev_for_extlinux=if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${boot_syslinux_conf}; then echo Found ${prefix}${boot_syslinux_conf}; run boot_extlinux; echo EXTLINUX FAILED: continuing...; fi
scan_dev_for_scripts=for script in ${boot_scripts}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${script}; then echo Found U-Boot script ${prefix}${script}; run boot_a_script; echo SCRIPT FAILED: continuing...; fi; done
scriptaddr=0x80000000
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
scsirootfstype=ext4 rootwait
serial#=0000000000000042
serverip=192.168.0.1
soc=k3
stderr=serial@2880000
stdin=serial@2880000
stdout=serial@2880000
ubifs_boot=if ubi part ${bootubipart} ${bootubioff} && ubifsmount ubi0:${bootubivol}; then devtype=ubi; devnum=ubi0; bootfstype=ubifs; distro_bootpart=${bootubivol}; run scan_dev_for_boot; ubifsumount; fi
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
usb_boot=usb start; if usb dev ${devnum}; then devtype=usb; run scan_dev_for_boot_part; fi
vendor=ti
Environment size: 10064/131067 bytes
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled
=> setenv bootargs ''${bootargs}' ip=:::::eth0:dhcp '
=> setenv serverip '192.168.0.1'
=> setenv autoload 'no'
=> dhcp
k3-navss-ringacc ringacc@2b800000: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:272
k3-navss-ringacc ringacc@2b800000: dma-ring-reset-quirk: disabled
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 1000, full duplex
BOOTP broadcast 1
BOOTP broadcast 2
BOOTP broadcast 3
DHCP client bound to address 192.168.0.138 (1269 ms)
=> setenv dorprocboot '1'
=> run boot_rprocs
k3_r5f_rproc r5f@41000000: Core 1 is already in use. No rproc commands work
k3_r5f_rproc r5f@41400000: Core 2 is already in use. No rproc commands work
76504 bytes read in 149 ms (501 KiB/s)
Load Remote Processor 2 with data@addr=0x82000000 76504 bytes: Success!
76504 bytes read in 149 ms (501 KiB/s)
k3_r5f_rproc r5f@5d00000: Invalid op: Trying to start secondary core 7 in lockstep mode
Load Remote Processor 3 with data@addr=0x82000000 76504 bytes: Failed!
76504 bytes read in 149 ms (501 KiB/s)
Load Remote Processor 4 with data@addr=0x82000000 76504 bytes: Success!
76504 bytes read in 150 ms (498 KiB/s)
k3_r5f_rproc r5f@5f00000: Invalid op: Trying to start secondary core 9 in lockstep mode
Load Remote Processor 5 with data@addr=0x82000000 76504 bytes: Failed!
10488888 bytes read in 426 ms (23.5 MiB/s)
Load Remote Processor 6 with data@addr=0x82000000 10488888 bytes: Success!
10488888 bytes read in 426 ms (23.5 MiB/s)
Load Remote Processor 7 with data@addr=0x82000000 10488888 bytes: Success!
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02880000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=j721s2
board_name=j721s2
board_rev=E1
board_serial=0042
board_software_revision=01
boot=mmc
boot_a_script=load ${devtype} ${devnum}:${distro_bootpart} ${scriptaddr} ${prefix}${script}; source ${scriptaddr}
boot_efi_binary=load ${devtype} ${devnum}:${distro_bootpart} ${kernel_addr_r} efi/boot/bootaa64.efi; if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r};else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi
boot_efi_bootmgr=if fdt addr -q ${fdt_addr_r}; then bootefi bootmgr ${fdt_addr_r};else bootefi bootmgr;fi
boot_extlinux=sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} ${prefix}${boot_syslinux_conf}
boot_fdt=try
boot_fit=0
boot_net_usb_start=usb start
boot_prefixes=/ /boot/
boot_rprocs=if test ${dorprocboot} -eq 1 && test ${boot} = mmc; then rproc init; run boot_rprocs_mmc; fi;
boot_rprocs_mmc=env set rproc_id; env set rproc_fw; for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i; else env set rproc_fw $i; run rproc_load_and_boot_one; env set rproc_id; env set rproc_fw; fi; done
boot_script_dhcp=boot.scr.uimg
boot_scripts=boot.scr.uimg boot.scr
boot_syslinux_conf=extlinux/extlinux.conf
boot_targets=ti_mmc mmc0 mmc1 usb0 pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
bootcmd=
bootcmd_dhcp=devtype=dhcp; run boot_net_usb_start; if dhcp ${scriptaddr} ${boot_script_dhcp}; then source ${scriptaddr}; fi;setenv efi_fdtfile ${fdtfile}; setenv efi_old_vci ${bootp_vci};setenv efi_old_arch ${bootp_arch};setenv bootp_vci PXEClient:Arch:00011:UNDI:003000;setenv bootp_arch 0xb;if dhcp ${kernel_addr_r}; then tftpboot ${fdt_addr_r} dtb/${efi_fdtfile};if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r}; else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi;fi;setenv bootp_vci ${efi_old_vci};setenv bootp_arch ${efi_old_arch};setenv efi_fdtfile;setenv efi_old_arch;setenv efi_old_vci;
bootcmd_mmc0=devnum=0; run mmc_boot
bootcmd_mmc1=devnum=1; run mmc_boot
bootcmd_pxe=run boot_net_usb_start; dhcp; if pxe get; then pxe boot; fi
bootcmd_ti_mmc=run findfdt; run init_${boot}; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1; then run main_cpsw0_qsgmii_phyinit; fi; run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootcmd_usb0=devnum=0; run usb_boot
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1; rootfs part 0 1 mmcpart 0; tiboot3.bin.raw raw 0x0 0x400 mmcpart 1; tispl.bin.raw raw 0x400 0x1000 mmcpart 1; u-boot.img.raw raw 0x1400 0x2000 mmcpart 1; u-env.raw raw 0x3400 0x100 mmcpart 1; sysfw.itb.raw raw 0x3600 0x800 mmcpart 1
dfu_alt_info_mmc=boot part 1 1; rootfs part 1 2; tiboot3.bin fat 1 1; tispl.bin fat 1 1; u-boot.img fat 1 1; uEnv.txt fat 1 1; sysfw.itb fat 1 1
dfu_alt_info_ospi=tiboot3.bin raw 0x0 0x080000; tispl.bin raw 0x080000 0x200000; u-boot.img raw 0x280000 0x400000; u-boot-env raw 0x680000 0x020000; sysfw.itb raw 0x6c0000 0x100000; rootfs raw 0x800000 0x3800000
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x200000; u-boot.img ram 0x81000000 0x400000
distro_bootcmd=scsi_need_init=; for target in ${boot_targets}; do run bootcmd_${target}; done
dnsip=192.0.2.2
do_main_cpsw0_qsgmii_phyinit=0
dorprocboot=1
dtboaddr=0x89000000
efi_dtb_prefixes=/ /dtb/ /dtb/current/
envboot=if mmc dev ${mmcdev}; then if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if test -n "${loadbootscript}" && 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; fi;
ethact=ethernet@46000000port@1
ethaddr=f4:84:4c:fb:3a:7f
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde92d10
fdtfile=ti/k3-j721s2-common-proc-board.dtb
fdtoverlay_addr_r=0x89000000
fileaddr=82000000
filesize=a00c38
findfdt=echo WARN: fdtfile already set. Stop using findfdt in script
finduuid=part uuid ${boot} ${bootpart} uuid
gatewayip=192.168.0.1
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/dtb/${name_fdt}
get_fdt_ufs=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_fit_overlaystring=for overlay in $name_overlays; do; setexpr name_fit_overlay gsub / _ conf-${overlay}; setenv overlaystring ${overlaystring}'#'${name_fit_overlay}; done;
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_ufs=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_ufs=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load scsi ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && fdt apply ${dtboaddr}; done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_mmc=run args_all args_mmc
init_ufs=ufs init; scsi scan; run args_ufs
ipaddr=192.168.0.138
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}
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=if mmc dev ${mmcdev}; then 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; fi;
mmcdev=1
mmcloados=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run get_fdt_mmc; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;
mmcrootfstype=ext4 rootwait
mtdids=nor0=47040000.spi.0,nor0=47034000.hyperbus
mtdparts=mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),-@8m(hbmc.rootfs)
name_fdt=ti/k3-j721s2-common-proc-board.dtb
name_fit=fitImage
name_kern=Image
netmask=255.255.255.0
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
rproc_fw_binaries= 2 /lib/firmware/j721s2-main-r5f0_0-fw 3 /lib/firmware/j721s2-main-r5f0_1-fw 4 /lib/firmware/j721s2-main-r5f1_0-fw 5 /lib/firmware/j721s2-main-r5f1_1-fw 6 /lib/firmware/j721s2-c71_0-fw 7 /lib/firmware/j721s2-c71_1-fw
rproc_load_and_boot_one=if load mmc ${bootpart} $loadaddr ${rproc_fw}; then if rproc load ${rproc_id} ${loadaddr} ${filesize}; then rproc start ${rproc_id}; fi; fi
run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
scan_dev_for_boot=echo Scanning ${devtype} ${devnum}:${distro_bootpart}...; for prefix in ${boot_prefixes}; do run scan_dev_for_extlinux; run scan_dev_for_scripts; done;run scan_dev_for_efi;
scan_dev_for_boot_part=part list ${devtype} ${devnum} -bootable devplist; env exists devplist || setenv devplist 1; for distro_bootpart in ${devplist}; do if fstype ${devtype} ${devnum}:${distro_bootpart} bootfstype; then part uuid ${devtype} ${devnum}:${distro_bootpart} distro_bootpart_uuid ; run scan_dev_for_boot; fi; done; setenv devplist
scan_dev_for_efi=setenv efi_fdtfile ${fdtfile}; for prefix in ${efi_dtb_prefixes}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${efi_fdtfile}; then run load_efi_dtb; fi;done;run boot_efi_bootmgr;if test -e ${devtype} ${devnum}:${distro_bootpart} efi/boot/bootaa64.efi; then echo Found EFI removable media binary efi/boot/bootaa64.efi; run boot_efi_binary; echo EFI LOAD FAILED: continuing...; fi; setenv efi_fdtfile
scan_dev_for_extlinux=if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${boot_syslinux_conf}; then echo Found ${prefix}${boot_syslinux_conf}; run boot_extlinux; echo EXTLINUX FAILED: continuing...; fi
scan_dev_for_scripts=for script in ${boot_scripts}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${script}; then echo Found U-Boot script ${prefix}${script}; run boot_a_script; echo SCRIPT FAILED: continuing...; fi; done
scriptaddr=0x80000000
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
scsirootfstype=ext4 rootwait
serial#=0000000000000042
serverip=192.168.0.1
soc=k3
stderr=serial@2880000
stdin=serial@2880000
stdout=serial@2880000
ubifs_boot=if ubi part ${bootubipart} ${bootubioff} && ubifsmount ubi0:${bootubivol}; then devtype=ubi; devnum=ubi0; bootfstype=ubifs; distro_bootpart=${bootubivol}; run scan_dev_for_boot; ubifsumount; fi
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
usb_boot=usb start; if usb dev ${devnum}; then devtype=usb; run scan_dev_for_boot_part; fi
vendor=ti
Environment size: 10229/131067 bytes
=> tftp ${loadaddr} 192.168.0.1:vatf_j721s2-evm-ep/bb07daf011078f15ea81b62255230e0d
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 1000, full duplex
Using ethernet@46000000port@1 device
TFTP from server 192.168.0.1; our IP address is 192.168.0.138
Filename 'vatf_j721s2-evm-ep/bb07daf011078f15ea81b62255230e0d'.
Load address: 0x82000000
Loading: *################################################## 18.5 MiB
11 MiB/s
done
Bytes transferred = 19376640 (127aa00 hex)
=> tftp ${fdt_addr_r} 192.168.0.1:vatf_j721s2-evm-ep/9fba049c848254ed64065ea1e3a0e61c
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 1000, full duplex
Using ethernet@46000000port@1 device
TFTP from server 192.168.0.1; our IP address is 192.168.0.138
Filename 'vatf_j721s2-evm-ep/9fba049c848254ed64065ea1e3a0e61c'.
Load address: 0x88000000
Loading: *################################################## 93.6 KiB
6.1 MiB/s
done
Bytes transferred = 95815 (17647 hex)
=> fdt address ${fdt_addr_r}
Working FDT set to 88000000
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
=> setenv bootargs ''${bootargs}' root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j721s2-evm2/autofs/47cfe16e82bffc117c8ac0f7a7fa57f3,nolock,v3,tcp,rsize=4096,wsize=4096 '
=> printenv bootcmd
bootcmd=
=> setenv bootcmd ''${bootcmd}' if iminfo ${loadaddr}; then bootm ${loadaddr} ${_initramfs} ${fdt_addr_r}; else booti ${loadaddr} ${_initramfs} ${fdt_addr_r}; fi'
=> version
U-Boot 2024.07-rc2-00077-g4790f844623 (May 09 2024 - 17:46:41 +0530)
=> bdinfo
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x0000000300000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffecd000
reloc off = 0x000000007f6cd000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = f4:84:4c:fb:3a:7f
IP addr = 192.168.0.138
fdt_blob = 0x00000000fde92d10
new_fdt = 0x00000000fde92d10
fdt_size = 0x000000000001a0a0
lmb_dump_all:
memory.cnt = 0x2 / max = 0x10
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0
memory[1] [0x880000000-0xb7fffffff], 0x300000000 bytes flags: 0
reserved.cnt = 0x2 / max = 0x10
reserved[0] [0x9e800000-0xa9bfffff], 0x0b400000 bytes flags: 4
reserved[1] [0xfce83000-0xffffffff], 0x0317d000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002880000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde92d00
sp start = 0x00000000fde92d00
Early malloc usage: 28c8 / 8000
=>
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x0000000300000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffecd000
reloc off = 0x000000007f6cd000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = f4:84:4c:fb:3a:7f
IP addr = 192.168.0.138
fdt_blob = 0x00000000fde92d10
new_fdt = 0x00000000fde92d10
fdt_size = 0x000000000001a0a0
lmb_dump_all:
memory.cnt = 0x2 / max = 0x10
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0
memory[1] [0x880000000-0xb7fffffff], 0x300000000 bytes flags: 0
reserved.cnt = 0x2 / max = 0x10
reserved[0] [0x9e800000-0xa9bfffff], 0x0b400000 bytes flags: 4
reserved[1] [0xfce83000-0xffffffff], 0x0317d000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002880000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde92d00
sp start = 0x00000000fde92d00
Early malloc usage: 28c8 / 8000
=> ls mmc 0:1
0 file(s), 0 dir(s)
=> ls mmc 1:1
EFI/
19001856 Image
446817 tiboot3.bin
446817 tiboot3-j721s2-gp-evm.bin
449406 tiboot3-j721s2-hs-evm.bin
449406 tiboot3-j721s2-hs-fs-evm.bin
1045419 tispl.bin
1331867 u-boot.img
574 uEnv.txt
4 ws-calibrate.rules
9 file(s), 1 dir(s)
=> ext4ls mmc 0:2 /lib/firmware
=> ext4ls mmc 1:2 /lib/firmware
<DIR> 4096 .
<DIR> 40960 ..
2040 LICENCE.ibt_firmware
2046 LICENCE.iwlwifi_firmware
482656 bl32.bin
4426544 bl32.elf
<DIR> 4096 cadence
<DIR> 4096 cnm
<DIR> 4096 intel
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
1490508 iwlwifi-9260-th-b0-jf-b0-46.ucode
<SYM> 70 j721s2-c71_0-fw
<SYM> 77 j721s2-c71_0-fw-sec
<SYM> 70 j721s2-c71_1-fw
<SYM> 77 j721s2-c71_1-fw-sec
<SYM> 72 j721s2-main-r5f0_0-fw
<SYM> 79 j721s2-main-r5f0_0-fw-sec
<SYM> 72 j721s2-main-r5f0_1-fw
<SYM> 79 j721s2-main-r5f0_1-fw-sec
<SYM> 72 j721s2-main-r5f1_0-fw
<SYM> 79 j721s2-main-r5f1_0-fw-sec
<SYM> 72 j721s2-main-r5f1_1-fw
<SYM> 79 j721s2-main-r5f1_1-fw-sec
<SYM> 72 j721s2-mcu-r5f0_1-fw
<SYM> 79 j721s2-mcu-r5f0_1-fw-sec
4896 regulatory.db
1085 regulatory.db.p7s
143360 rgx.fw.36.53.104.796
383128 rgx.sh.36.53.104.796
28 tee-header_v2.bin
0 tee-pageable_v2.bin
482656 tee-pager_v2.bin
482656 tee-raw.bin
482684 tee.bin
4426544 tee.elf
<DIR> 4096 ti-connectivity
<DIR> 4096 ti-ipc
<SYM> 46 wave521c_k3_codec_fw.bin
=> mmc rescan; echo $?
0
=> fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4
4 bytes written in 28 ms (0 Bytes/s)
=> boot
## Checking Image at 82000000 ...
Unknown image format!
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Working FDT set to 88000000
Loading Device Tree to 000000008ffe5000, end 000000008ffff646 ... OK
Working FDT set to 8ffe5000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.1.80-ti-g2e423244f8c0 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Wed Mar 20 14:43:33 UTC 2024
[ 0.000000] Machine model: Texas Instruments J721S2 EVM
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002880000 (options '')
[ 0.000000] printk: bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000b48000000, size 896 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c71-dma-memory@a6000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c71-memory@a6100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c71-dma-memory@a7000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c71-memory@a7100000, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x0000000b7fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000009e7fffff]
[ 0.000000] node 0: [mem 0x000000009e800000-0x00000000a9bfffff]
[ 0.000000] node 0: [mem 0x00000000a9c00000-0x00000000ffffffff]
[ 0.000000] node 0: [mem 0x0000000880000000-0x0000000b7fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000b7fffffff]
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.4
[ 0.000000] percpu: Embedded 20 pages/cpu s41064 r8192 d32664 u81920
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: Spectre-v3a
[ 0.000000] CPU features: detected: Spectre-BHB
[ 0.000000] CPU features: detected: ARM erratum 1742098
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 3612672
[ 0.000000] Kernel command line: console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j721s2-evm2/autofs/47cfe16e82bffc117c8ac0f7a7fa57f3,nolock,v3,tcp,rsize=4096,wsize=4096
[ 0.000000] sysrq: sysrq always enabled.
[ 0.000000] Unknown kernel command line parameters "earlyprintk=serial,ttyS2,115200n8", will be passed to user space.
[ 0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 2.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
[ 0.000000] Memory: 13209516K/14680064K available (11712K kernel code, 1258K rwdata, 3812K rodata, 1984K init, 438K bss, 553044K reserved, 917504K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 960 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: GICv3 features: 16 PPIs
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000
[ 0.000000] ITS [mem 0x01820000-0x0182ffff]
[ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
[ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
[ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x0000000880030000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880040000
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
[ 0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.010509] Console: colour dummy device 80x25
[ 0.016226] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.029567] pid_max: default: 32768 minimum: 301
[ 0.035492] LSM: Security Framework initializing
[ 0.041494] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.051214] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.062514] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.071773] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.079607] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.088841] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.096727] rcu: Hierarchical SRCU implementation.
[ 0.102853] rcu: Max phase no-delay instances is 1000.
[ 0.109741] Platform MSI: msi-controller@1820000 domain created
[ 0.117494] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.129254] EFI services will not be available.
[ 0.135187] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.151535] Detected PIPT I-cache on CPU1
[ 0.151621] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.151640] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
[ 0.151684] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.151755] smp: Brought up 1 node, 2 CPUs
[ 0.188443] SMP: Total of 2 processors activated.
[ 0.194448] CPU features: detected: 32-bit EL0 Support
[ 0.201015] CPU features: detected: CRC32 instructions
[ 0.207612] CPU: All CPU(s) started at EL2
[ 0.212839] alternatives: applying system-wide alternatives
[ 0.221047] devtmpfs: initialized
[ 0.233776] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.246250] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.268344] pinctrl core: initialized pinctrl subsystem
[ 0.275476] DMI not present or invalid.
[ 0.280801] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.289381] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[ 0.298962] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.309384] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.319679] audit: initializing netlink subsys (disabled)
[ 0.326732] audit: type=2000 audit(0.196:1): state=initialized audit_enabled=0 res=1
[ 0.327001] thermal_sys: Registered thermal governor 'step_wise'
[ 0.336633] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.344334] cpuidle: using governor menu
[ 0.357762] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.366467] ASID allocator initialised with 65536 entries
[ 0.383594] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@100000/pinctrl@a40000/mcu-cpsw-cpts
[ 0.398908] KASLR disabled due to lack of seed
[ 0.408309] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.416991] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.424993] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.433660] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.441661] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.450328] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.458329] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.466999] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.475980] k3-chipinfo 43000014.chipid: Family:J721S2 rev:SR1.0 JTAGID[0x0bb7502f] Detected
[ 0.488108] iommu: Default domain type: Translated
[ 0.494340] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.502503] SCSI subsystem initialized
[ 0.507511] usbcore: registered new interface driver usbfs
[ 0.514540] usbcore: registered new interface driver hub
[ 0.521335] usbcore: registered new device driver usb
[ 0.528105] pps_core: LinuxPPS API ver. 1 registered
[ 0.534449] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.546123] PTP clock support registered
[ 0.551229] EDAC MC: Ver: 3.0.0
[ 0.555964] FPGA manager framework
[ 0.560363] Advanced Linux Sound Architecture Driver Initialized.
[ 0.568685] clocksource: Switched to clocksource arch_sys_counter
[ 0.576631] VFS: Disk quotas dquot_6.6.0
[ 0.581674] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.594198] NET: Registered PF_INET protocol family
[ 0.600891] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.617012] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.628151] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.638074] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.648932] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.659522] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.668131] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.677034] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.686598] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.694230] RPC: Registered named UNIX socket transport module.
[ 0.701814] RPC: Registered udp transport module.
[ 0.707819] RPC: Registered tcp transport module.
[ 0.713822] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.722050] NET: Registered PF_XDP protocol family
[ 0.728176] PCI: CLS 0 bytes, default 64
[ 0.733667] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.745279] Initialise system trusted keyrings
[ 0.751138] workingset: timestamp_bits=46 max_order=22 bucket_order=0
[ 0.761887] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.769728] NFS: Registering the id_resolver key type
[ 0.776211] Key type id_resolver registered
[ 0.781551] Key type id_legacy registered
[ 0.786704] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.795266] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.829233] Key type asymmetric registered
[ 0.834465] Asymmetric key parser 'x509' registered
[ 0.840731] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.850284] io scheduler mq-deadline registered
[ 0.856080] io scheduler kyber registered
[ 0.863810] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
[ 0.871350] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
[ 0.878883] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
[ 0.886659] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
[ 0.893985] pinctrl-single 11c000.pinctrl: 72 pins, size 288
[ 0.902022] pinctrl-single a40000.pinctrl: 512 pins, size 2048
[ 0.914240] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
[ 0.928160] loop: module loaded
[ 0.933105] megasas: 07.719.03.00-rc1
[ 0.939850] tun: Universal TUN/TAP device driver, 1.6
[ 0.946906] VFIO - User Level meta-driver version: 0.3
[ 0.954053] usbcore: registered new interface driver usb-storage
[ 0.962190] i2c_dev: i2c /dev entries driver
[ 0.968538] sdhci: Secure Digital Host Controller Interface driver
[ 0.976456] sdhci: Copyright(c) Pierre Ossman
[ 0.982302] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.989987] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.997801] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.006241] usbcore: registered new interface driver usbhid
[ 1.013364] usbhid: USB HID core driver
[ 1.018953] optee: probing for conduit method.
I/TC: Reserved shared memory is enabled
I/TC: Dynamic shared memory is enabled
I/TC: Normal World virtualization support is disabled
I/TC: Asynchronous notifications are disabled
[ 1.024658] optee: revision 4.1 (012cdca4)
[ 1.045235] optee: dynamic shared memory is enabled
[ 1.056972] optee: initialized driver
[ 1.063203] Initializing XFRM netlink socket
[ 1.068701] NET: Registered PF_PACKET protocol family
[ 1.075207] Key type dns_resolver registered
[ 1.080930] registered taskstats version 1
[ 1.086183] Loading compiled-in X.509 certificates
[ 1.099541] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
[ 1.151042] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.159172] pca953x 1-0021: supply vcc not found, using dummy regulator
[ 1.167712] pca953x 1-0021: using no AI
[ 1.193206] pca953x 1-0020: supply vcc not found, using dummy regulator
[ 1.201731] pca953x 1-0020: using no AI
[ 1.207470] pca953x 1-0022: supply vcc not found, using dummy regulator
[ 1.215982] pca953x 1-0022: using AI
[ 1.221362] omap_i2c 2000000.i2c: bus 1 rev0.12 at 400 kHz
[ 1.229347] pca953x 2-0020: supply vcc not found, using dummy regulator
[ 1.237885] pca953x 2-0020: using no AI
[ 1.265085] omap_i2c 2040000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.272985] pca953x 3-0020: supply vcc not found, using dummy regulator
[ 1.281516] pca953x 3-0020: using no AI
[ 1.309073] omap_i2c 2050000.i2c: bus 3 rev0.12 at 400 kHz
[ 1.316321] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 125 domain created
[ 1.327008] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 148 domain created
[ 1.338681] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 227 domain created
[ 1.349523] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 265 created
[ 1.362514] ti-udma 311a0000.dma-controller: Number of rings: 48
[ 1.370965] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8, rchan: 16)
[ 1.382499] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:272
[ 1.394858] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.403307] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.414393] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:259
[ 1.427100] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.435555] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.445576] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 216, base_baud = 6000000) is a 8250
[ 1.457491] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 217, base_baud = 3000000) is a 8250
[ 1.468557] printk: console [ttyS2] enabled
[ 1.468557] printk: console [ttyS2] enabled
[ 1.479112] printk: bootconsole [ns16550a0] disabled
[ 1.479112] printk: bootconsole [ns16550a0] disabled
[ 1.493843] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.540697] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.551756] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.562103] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.578188] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.587200] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.594965] pps pps0: new PPS source ptp0
[ 1.600176] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
[ 1.613145] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:250000000, add_val:3 pps:0
[ 1.625240] gpio-mux mux-controller0: 2-way mux-controller registered
[ 1.625279] mmc0: CQHCI version 5.10
[ 1.638048] gpio-mux mux-controller1: 2-way mux-controller registered
[ 1.675368] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 1.777464] mmc0: Command Queue Engine enabled
[ 1.783034] mmc0: new HS400 MMC card at address 0001
[ 1.789771] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 1.796701] mmcblk0: p1 p2 p3
[ 1.801100] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[ 1.808100] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[ 1.815069] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
[ 1.896696] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
[ 1.905120] tps6594-rtc tps6594-rtc.4.auto: setting system clock to 2024-05-09T12:26:02 UTC (1715257562)
[ 2.398066] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fca100
[ 2.406631] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fca100
[ 2.415163] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fca100
[ 2.423737] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fca100
[ 2.433800] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[ 2.446417] ti-udma 31150000.dma-controller: Channels: 60 (tchan: 30, rchan: 30, gp-rflow: 16)
[ 2.461902] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[ 2.468175] 7 fixed-partitions partitions found on MTD device 47040000.spi.0
[ 2.476973] Creating 7 MTD partitions on "47040000.spi.0":
[ 2.483813] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[ 2.491410] 0x000000080000-0x000000280000 : "ospi.tispl"
[ 2.498687] 0x000000280000-0x000000680000 : "ospi.u-boot"
[ 2.506025] 0x000000680000-0x0000006c0000 : "ospi.env"
[ 2.513026] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
[ 2.520768] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 2.528079] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[ 2.543041] spi-nor spi1.0: mt25qu512a (65536 Kbytes)
[ 2.549421] 7 fixed-partitions partitions found on MTD device 47050000.spi.0
[ 2.558218] Creating 7 MTD partitions on "47050000.spi.0":
[ 2.565064] 0x000000000000-0x000000080000 : "qspi.tiboot3"
[ 2.572607] 0x000000080000-0x000000280000 : "qspi.tispl"
[ 2.579893] 0x000000280000-0x000000680000 : "qspi.u-boot"
[ 2.587234] 0x000000680000-0x0000006c0000 : "qspi.env"
[ 2.594310] 0x0000006c0000-0x000000700000 : "qspi.env.backup"
[ 2.602049] 0x000000800000-0x000003fc0000 : "qspi.rootfs"
[ 2.609395] 0x000003fc0000-0x000004000000 : "qspi.phypattern"
[ 2.617903] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 2.664739] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 2.675867] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 2.686220] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 2.702337] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 2.711350] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 2.719176] pps pps0: new PPS source ptp1
[ 2.724390] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
[ 2.736916] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 2.746945] debugfs: Directory 'pd:39' with parent 'pm_genpd' already present!
[ 2.756022] debugfs: Directory 'pd:38' with parent 'pm_genpd' already present!
[ 2.756233] mmc1: CQHCI version 5.10
[ 2.810651] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 2.830729] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 2.842617] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 2.877328] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
[ 2.886180] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
[ 2.897158] mmcblk1: p1 p2 p3
[ 7.981857] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 8.012692] Sending DHCP requests ., OK
[ 8.033493] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.138
[ 8.043156] IP-Config: Complete:
[ 8.047176] device=eth0, hwaddr=f4:84:4c:fb:3a:7f, ipaddr=192.168.0.138, mask=255.255.255.0, gw=192.168.0.1
[ 8.059869] host=192.168.0.138, domain=ti.com, nis-domain=(none)
[ 8.067899] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 8.067903] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 8.090991] ALSA device list:
[ 8.094713] No soundcards found.
[ 8.179109] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 8.186955] devtmpfs: mounted
[ 8.191478] Freeing unused kernel memory: 1984K
[ 8.204772] Run /sbin/init as init process
[ 8.404754] random: crng init done
[ 8.469288] NET: Registered PF_INET6 protocol family
[ 8.476836] Segment Routing with IPv6
[ 8.482018] In-situ OAM (IOAM) with IPv6
[ 8.517566] 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)
[ 8.557119] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.10[0m!
[ 8.622106] systemd[1]: Hostname set to <j721s2-evm>.
[ 8.748401] systemd-sysv-generator[149]: 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.
[ 8.749501] systemd[140]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 9.014478] 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.
[ 9.083597] 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.
[ 9.166792] systemd[1]: Queued start job for default target Graphical Interface.
[ 9.215815] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 9.242718] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 9.270548] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 9.298156] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 9.321020] 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.
[ 9.348914] 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.
[ 9.376965] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 9.400785] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 9.424762] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 9.448855] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 9.509852] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 9.536974] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 9.566292] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 9.593119] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 9.617905] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 9.641697] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 9.665186] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 9.689798] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 9.718733] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 9.741090] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 9.765623] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 9.805185] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 9.832647] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 9.860425] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 9.885219] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 9.929124] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 9.957826] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 9.988485] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 10.037385] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 10.057633] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 10.095064] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 10.149019] fuse: init (API version 7.37)
[ 10.153588] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 10.177663] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 10.217440] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 10.250169] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 10.284674] cryptodev: loading out-of-tree module taints kernel.
[ 10.285453] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel co[ 10.304141] cryptodev: driver 1.12 loaded.
mmand line[0m...
[ 10.328997] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 10.365354] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 10.398368] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 10.422569] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m.
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[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;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;39mFUSE Control File System[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...
[ 10.876340] systemd-journald[164]: Received client request to flush runtime journal.
Starting [0;1;39mCreate Static Device Nodes in /dev[0m...
[[0;32m OK [0m] Mounted [0;1;39mFUSE Control File System[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 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...
[ 11.084338] audit: type=1334 audit(1715257571.672:2): prog-id=5 op=LOAD
[ 11.094879] audit: type=1334 audit(1715257571.684:3): prog-id=6 op=LOAD
Starting [0;1;39mRule-based Managefor Device Events and Files[0m...
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[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;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;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] Started [0;1;39mNetwork Time Synchronization[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Initialization[0m.
[ 11.700577] systemd-journald[164]: Time jumped backwards, rotating.
[[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary Directories[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.
[ 11.744648] CAN device driver interface
[[0;32m OK [0m] Started [0;1;39mDaily rotation of log files[0m.
[[0;32m OK [0m] Reached target [0;1;39mTimer Units[0m.
[[0;32m OK [0m] Listening on [0;1;39mAvahi mDNS/DNS-SD Stack Activation Socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mD-Bus System Message Bus Socket[0m.
Starting [0;1;39mDocker Socket for the API[0m...
[[0;32m OK [0m] Listening on [0;1;39mdropbear.socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mPC/SC Smart Card Daemon Activation Socket[0m.
[ 11.910983] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[ 11.929305] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000
Starting [0;1;39mWeston socket[0m...
[ 11.945984] mc: Linux media interface: v0.10
Starting [0;1;39mD-Bus System Message Bus[0m...
Starting [0;1;39mReboot and dump vmcore via kexec[0m...
[[0;32m OK [0m] Listening on [0;1;39mDocker Socket for the API[0m.
[[0;32m OK [0m] Listening on [0;1;39mWeston socket[0m.
[ 12.048335] videodev: Linux video capture interface: v2.00
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m.
[ 12.087986] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000
[[0;32m OK [0m] Finished [0;1;39mReboot and dump vmcore via kexec[0m.
[ 12.152361] j721e-pcie-host 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 12.181520] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a6000000
[ 12.210361] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode
[ 12.221407] remoteproc remoteproc0: 64800000.dsp is available
[ 12.230842] remoteproc remoteproc0: attaching to 64800000.dsp
[ 12.241213] remoteproc remoteproc0: unsupported resource 65538
[ 12.249122] k3-dsp-rproc 64800000.dsp: DSP initialized in IPC-only mode
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0[ 12.259172] rproc-virtio rproc-virtio.14.auto: assigned reserved memory node c71-dma-memory@a6000000
m.
[ 12.278482] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 12.279593] PVR_K: 191: Device: 4e20000000.gpu
[ 12.285859] rproc-virtio rproc-virtio.14.auto: registered virtio0 (type 7)
[ 12.299963] remoteproc remoteproc0: remote processor 64800000.dsp is now attached
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.
[ 12.311770] k3-dsp-rproc 64800000.dsp: register pm nitifiers in remoteproc mode
[ 12.339342] k3-dsp-rproc 65800000.dsp: assigned reserved memory node c71-dma-memory@a7000000
[[0;32m OK [0m] Started [0;1;39mJob spooling tools[0m.
[[0;32m OK [0m] Started [0;1;39mPeriodic Command Scheduler[ 12.382038] PVR_K: 191: Read BVNC 36.53.104.796 from HW device registers
[0m.
Starting [0;1;39mPrint notice about GPLv3 packages[0m...
[ 12.420044] cdns-mhdp8546 a000000.dp-bridge: invalid resource
Starting [0;1;39mIPv6 Packet Filtering Framework[0m...
Starting [0;1;39mIPv4 Packet Filtering Framework[0m...
[[0;32m OK [0m] Started [0;1;39mirqbalance daemon[0m.
Starting [0;1;39mLighttpd Daemon[0m...
[[0;32m OK [0m] Started [0;1;39mstrongSwan IPsec IIKEv2 daemon using ipsec.conf[0m.
[ 12.527209] audit: type=1334 audit(1715257570.222:4): prog-id=7 op=LOAD
[ 12.544345] audit: type=1334 audit(1715257570.238:5): prog-id=8 op=LOAD
[ 12.559031] PVR_K: 191: RGX Device registered BVNC 36.53.104.796 with 1 core in the system
[ 12.570190] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
Starting [0;1;39mUser Login Management[0m...
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[0m.
Starting [0;1;39mTelnet Server[0m...
Starting [0;1;39mRotate log files[0m...
[[0;32m OK [0m] Finished [0;1;39mIPv6 Packet Filtering Framework[0m.
[[0;32m OK [0m] Finished [0;1;39mIPv4 Packet Filtering Framework[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m.
Starting [0;1;39mNetwork Configuration[0m...
[[0;32m OK [0m] Finished [0;1;39mTelnet Server[0m.
[ 12.669928] [drm] Initialized pvr 23.3.6512818 20170530 for 4e20000000.gpu on minor 0
[ 12.687020] k3-dsp-rproc 65800000.dsp: configured DSP for IPC-only mode
[ 12.696821] remoteproc remoteproc1: 65800000.dsp is available
[ 12.704352] remoteproc remoteproc1: attaching to 65800000.dsp
[ 12.712915] remoteproc remoteproc1: unsupported resource 65538
[ 12.721323] k3-dsp-rproc 65800000.dsp: DSP initialized in IPC-only mode
[ 12.729901] rproc-virtio rproc-virtio.17.auto: assigned reserved memory node c71-dma-memory@a7000000
[ 12.744259] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 12.751631] rproc-virtio rproc-virtio.17.auto: registered virtio1 (type 7)
[ 12.760786] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
[ 12.770662] remoteproc remoteproc1: remote processor 65800000.dsp is now attached
[ 12.780504] k3-dsp-rproc 65800000.dsp: register pm nitifiers in remoteproc mode
[ 12.790086] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
[ 12.814006] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 12.865729] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
[ 12.890022] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 12.913100] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 12.942877] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 12.978517] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.
[ 13.020145] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 13.284910] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0000:00
[[0;32m OK [0m] Finished [0;1;39mRotate log files[0m.
[ 13.356194] pci_bus 0000:00: root bus resource [bus 00-ff]
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[ 13.369223] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 13.383635] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x18001000-0x18010fff])
[ 13.397453] pci_bus 0000:00: root bus resource [mem 0x18011000-0x1fffffff]
[ 13.421733] pci 0000:00:00.0: [104c:b013] type 01 class 0x060400
[ 13.431999] pci 0000:00:00.0: supports D1
[ 13.438748] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 13.449024] pci 0000:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
[ 13.457973] pci 0000:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
[ 13.476463] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 13.476535] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 13.505350] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 13.508668] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 13.694897] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
[ 13.703642] pci 0000:00:00.0: BAR 7: assigned [mem 0x18400000-0x193fffff 64bit]
[ 13.752404] pci 0000:00:00.0: PCI bridge to [bus 01]
Starting [0;1;39mNetwork Name Resolution[0m...
[ 13.786405] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[ 13.805851] pcieport 0000:00:00.0: PME: Signaling with IRQ 757
[ 13.821921] pcieport 0000:00:00.0: AER: enabled with IRQ 757
[ 13.886344] platform 41000000.r5f: configured R5F for IPC-only mode
[ 13.930962] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
[ 13.952615] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 13.978362] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 14.057541] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 14.064451] remoteproc remoteproc2: 41000000.r5f is available
[ 14.073938] remoteproc remoteproc2: attaching to 41000000.r5f
[ 14.141423] remoteproc remoteproc2: rsc table is truncated
[ 14.156593] remoteproc remoteproc2: Failed to process resources: -22
[[0;32m OK [0m] Started [0;1;39mNetwork Name Resolution[0m.
[[0;32m OK [0m] Reached target [0;1;39mNetwork[0m.
[[0;32m OK [0m] Reached target [0;1;39mHost and Network Name Lookups[0m.
Starting [0;1;39mAvahi mDNS/DNS-SD Stack[0m...
Starting [0;1;39mEnable and configure wl18xx bluetooth stack[0m...
[ 14.262685] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
Starting [0;1;39mcontainerd container runtime[0m...
[ 14.274828] k3_r5_rproc bus@100000:bus@28380000:r5fss@41000000: rproc_add failed, ret = -22
[ 14.291389] remoteproc remoteproc2: releasing 41000000.r5f
[ 14.302944] k3_r5_rproc bus@100000:bus@28380000:r5fss@41000000: k3_r5_cluster_rproc_init failed, ret = -22
[ 14.315739] k3_r5_rproc: probe of bus@100000:bus@28380000:r5fss@41000000 failed with error -22
[ 14.368889] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 14.376879] platform 5c00000.r5f: configured R5F for IPC-only mode
[[0;32m OK [0m] Started [0;1;39mNetperf Benchmark Server[0m.
[[0;32m OK [0m] Started [0;1;39mNFS status monitor for NFSv2/3 locking.[0m.
Starting [0;1;39mPermit User Sessions[0m...
[ 14.445676] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m.
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m.
[[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m.
Starting [0;1;39mSynchronize System and HW clocks[0m...
Starting [0;1;39mWeston, a Waylandositor, as a system service[0m...
[[0;32m OK [0m] Finished [0;1;39mEnable and configure wl18xx bluetooth stack[0m.
[ 14.809933] audit: type=1334 audit(1715257572.506:6): prog-id=9 op=LOAD
[ 14.821937] audit: type=1334 audit(1715257572.514:7): prog-id=10 op=LOAD
[ 14.838598] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
Starting [0;1;39mUser Database Manager[0m...[ 14.885941] remoteproc remoteproc2: 5c00000.r5f is available
[ 14.966527] remoteproc remoteproc2: attaching to 5c00000.r5f
[ 15.121615] platform 5c00000.r5f: R5F core initialized in IPC-only mode
[ 15.280165] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 15.350458] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 15.405964] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 15.509790] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 15.587797] rproc-virtio rproc-virtio.18.auto: assigned reserved memory node r5f-dma-memory@a2000000
[[0;32m OK [0m] Started [0;1;39mUser Database Manager[0m.
[ 15.877150] virtio_rpmsg_bus virtio2: rpmsg host is online
[ 15.891414] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xd
[ 15.909423] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[[0;32m OK [0m] Created slice [0;1;39mUser Slice of UID 100[ 15.923187] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe
0[0m.
Starting [0;1;39mUser Runtime Directory /run/user/1000[0m...
[[0;32m OK [0m] Finished [0;1;39mUser Runtime Directory /run/user/1000[0m.
Starting [0;1;39mUser Manager for UID 1000[0m...
[ 16.069976] audit: type=1006 audit(1715257573.766:8): pid=418 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 16.098647] audit: type=1300 audit(1715257573.766:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffe1393b88 a2=4 a3=0 items=0 ppid=1 pid=418 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[ 16.134205] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 16.162437] rproc-virtio rproc-virtio.18.auto: registered virtio2 (type 7)
[ 16.172610] remoteproc remoteproc2: remote processor 5c00000.r5f is now attached
[ 16.186757] audit: type=1327 audit(1715257573.766:8): proctitle="(systemd)"
[ 16.205619] platform 5e00000.r5f: configured R5F for IPC-only mode
[ 16.213999] platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000
[ 16.232007] remoteproc remoteproc3: 5e00000.r5f is available
[ 16.239734] remoteproc remoteproc3: attaching to 5e00000.r5f
[ 16.250375] platform 5e00000.r5f: R5F core initialized in IPC-only mode
[ 16.260052] rproc-virtio rproc-virtio.19.auto: assigned reserved memory node r5f-dma-memory@a4000000
[ 16.276312] virtio_rpmsg_bus virtio3: rpmsg host is online
[ 16.285716] rproc-virtio rproc-virtio.19.auto: registered virtio3 (type 7)
[ 16.295252] remoteproc remoteproc3: remote processor 5e00000.r5f is now attached
[ 16.298107] virtio_rpmsg_bus virtio3: creating channel ti.ipc4.ping-pong addr 0xd
[ 16.334127] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xe
[ 16.461443] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 16.536157] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 16.577434] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 16.835391] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 16.872291] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 16.979722] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 17.018490] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[[0;32m OK [0m] Started [0;1;39mUser Manager for UID 1000[0m.
[[0;32m OK [0m] Started [0;1;39mSession c1 of User weston[[ 17.089742] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
0m.
[ 17.118231] audit: type=1006 audit(1715257574.814:9): pid=369 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[ 17.142967] audit: type=1300 audit(1715257574.814:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffe1393b88 a2=4 a3=0 items=0 ppid=1 pid=369 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=2 comm="(weston)" exe="/lib/systemd/systemd" key=(null)
[ 17.208607] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 17.213821] audit: type=1327 audit(1715257574.814:9): proctitle="(weston)"
[ 17.244920] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 17.282042] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[[0;1;31mFAILED[0m] Failed to start [0;1;39mWeston, a mpos[ 17.403457] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
itor, as a system service[0m.
See 'systemctl status weston.service' for details.
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mMatrix GUI[0m.
[ 17.455836] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 17.487400] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 17.590714] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 17.616708] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 17.848341] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 17.930633] m_can_platform 26a1000.can: m_can device registered (irq=758, version=32)
[ 17.964027] m_can_platform 40528000.can: m_can device registered (irq=759, version=32)
[ 17.982856] m_can_platform 40568000.can: m_can device registered (irq=760, version=32)
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtime[0m.
[ 18.030478] m_can_platform 2731000.can: m_can device registered (irq=761, version=32)
[ 18.049911] m_can_platform 2751000.can: m_can device registered (irq=762, version=32)
[ 18.270295] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[[0;32m OK [0m] Finished [0;1;39mSynchronize System and HW clocks[0m.
[ 18.474135] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 18.813576] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 19.610530] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 19.661220] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 19.712942] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 20.110952] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 20.155496] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
[ 20.542433] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 1
[ 20.641610] cdns-csi2rx: probe of 4504000.csi-bridge failed with error -22
[ 20.666666] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
_____ _____ _ _
| _ [ 20.743491] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
|___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project j721s2-evm -
Arago 2023.10 j721s2-evm -
j721s2-evm login: [ 20.988175] cdns-csi2rx: probe of 4514000.csi-bridge failed with error -22
[ 20.991072] m_can_platform 40568000.can mcu_mcan1: renamed from can2
root
[ 21.377839] audit: type=1006 audit(1715257579.074:10): pid=1047 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 21.401545] audit: type=1300 audit(1715257579.074:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffe1393b88 a2=1 a3=0 items=0 ppid=1 pid=1047 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[ 21.437607] xhci-hcd xhci-hcd.20.auto: xHCI Host Controller
[ 21.446298] xhci-hcd xhci-hcd.20.auto: new USB bus registered, assigned bus number 1
[ 21.458276] audit: type=1327 audit(1715257579.074:10): proctitle="(systemd)"
[ 21.505230] m_can_platform 40528000.can mcu_mcan0: renamed from can1
[ 21.508181] xhci-hcd xhci-hcd.20.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010
[ 21.525463] audit: type=1334 audit(1715257579.210:11): prog-id=11 op=LOAD
[ 21.536202] audit: type=1300 audit(1715257579.210:11): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffeb752450 a2=78 a3=0 items=0 ppid=1 pid=1047 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/lib/systemd/systemd" key=(null)
[ 21.569352] audit: type=1327 audit(1715257579.210:11): proctitle="(systemd)"
[ 21.578413] audit: type=1334 audit(1715257579.230:12): prog-id=11 op=UNLOAD
[ 21.587741] audit: type=1334 audit(1715257579.230:13): prog-id=12 op=LOAD
[ 21.597372] audit: type=1300 audit(1715257579.230:13): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffeb7524f0 a2=78 a3=0 items=0 ppid=1 pid=1047 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/lib/systemd/systemd" key=(null)
[ 21.630754] audit: type=1327 audit(1715257579.230:13): proctitle="(systemd)"
[ 21.642919] xhci-hcd xhci-hcd.20.auto: irq 764, io mem 0x06010000
[ 21.650826] xhci-hcd xhci-hcd.20.auto: xHCI Host Controller
[ 21.662116] xhci-hcd xhci-hcd.20.auto: new USB bus registered, assigned bus number 2
[ 21.689019] xhci-hcd xhci-hcd.20.auto: Host supports USB 3.0 SuperSpeed
[ 21.710039] hub 1-0:1.0: USB hub found
[ 21.731201] m_can_platform 26a1000.can main_mcan16: renamed from can0
[ 21.794799] hub 1-0:1.0: 1 port detected
[ 21.838844] m_can_platform 2731000.can main_mcan3: renamed from can3
[ 21.864733] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 21.911943] m_can_platform 2751000.can main_mcan5: renamed from can4
[ 21.925670] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 21.973352] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 22.056208] hub 2-0:1.0: USB hub found
[ 22.078580] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 22.127253] hub 2-0:1.0: 1 port detected
[ 22.138191] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
***************************************************************
***************************************************************[ 22.182764] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
NOTICE: This file system contains the following GPL-3.0 packag[ 22.184824] usb 1-1: new high-speed USB device number 2 using xhci-hcd
es:
adwaita-icon-theme-symbolic
autoconf
bash
bc
binutils
cifs-utils
coreutils-stdbuf
coreutils
cpio
cpp-symlinks
cpp
dosfstools
elfutils
g++-symlinks
g++
gawk
gcc-symlinks
gcc
gdb
gdbserver
gettext
glmark2
gnu-config
grub-common
grub-editenv
grub-efi
gzip
less
libasm1
libatomic-dev
libatomic1
libbfd
libdebuginfod1
libdw1
libelf1
libgcc-s-dev
libgcc1
libgdbm-compat4
libgdbm6
libgettextlib
libgettextsrc
libgmp10
libidn2-0
libmpc3
libmpfr6
libopcodes
libqt5charts-examples
libqt5charts-plugins
libqt5charts-qmlplugins
libqt5charts5
libqt5sensors-plugins
libqt5sensors-qmlplugins
libqt5sensors5
libqt5serialport-examples
libqt5serialport-plugins
libqt5serialport-qmlplugins
libqt5serialport5
libqt5svg-examples
libqt5svg-plugins
libqt5svg-qmlplugins
libqt5svg5
libqt5virtualkeyboard-plugins
libqt5virtualkeyboard-qmlplugins
libqt5virtualkeyboard5
libqt5webchannel-plugins
libqt5webchannel-qmlplugins
libqt5webchannel5
libreadline8
libstdc++-dev
libstdc++6
libunistring2
m4
make
nettle
parted
piglit
[ 22.306997] Console: switching to colour frame buffer device 240x67
qt3d-plugins
qt3d-qmlplugins
qt3d
qtbase-examples
qtba[ 22.347681] tidss 4a00000.dss: [drm] fb0: tidssdrmfb frame buffer device
se-plugins
qtbase-qmlplugins
qtbase
qtconnectivity-plugins
qtconnectivity-qmlplugins
qtconnectivity
qtdeclarative-plugins
qtdeclarative-qmlplugins
qtdeclarative-tools
qtdeclarative
qtgraphicaleffects-qmlplugins
qtlocation-examples
qtlocation-plugins
qtlocation-qmlplugins
qtlocation
qtmultimedia-examples
qtmultimedia-plugins
qtmultimedia-qmlplugins
qtmultimedia
qtquics-qmlplugins.control
qtquics2-plugins.control
qtquics2-qmlplugins.control
qtquics2.control
qtscript-examples
qtscript-plugins
qtscript-qmlplugins
qtscript
qtwayland-examples
qtwayland-plugins
qtwayland-qmlplugins
qtwayland
tar
which
If you do not wish to distribute GPL-3.0 components please remove
the above packages prior to distribution. This can be done using
the opkg remove command. i.e.:
opkg remove <package>
Where <package> is the name printed in the list above
NOTE: If the package is a dependency of another package you
will be notified of the dependent packages. You should
use the --force-removal-of-dependent-packages option to
also remove the dependent packages as well
***************************************************************
***************************************************************
[ 22.456055] hub 1-1:1.0: USB hub found
[ 22.457041] hub 1-1:1.0: 4 ports detected
[ 22.526815] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 22.832770] usb 1-1.1: new low-speed USB device number 3 using xhci-hcd
[ 23.014942] input: Dell Dell USB Keyboard as /devices/platform/bus@100000/4104000.cdns-usb/6000000.usb/xhci-hcd.20.auto/usb1/1-1/1-1.1/1-1.1:1.0/0003:413C:2003.0001/input/input0
[ 23.073315] hid-generic 0003:413C:2003.0001: input: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-xhci-hcd.20.auto-1.1/input0
[ 23.168721] usb 1-1.2: new high-speed USB device number 4 using xhci-hcd
[ 23.400769] usb 1-1.3: new high-speed USB device number 5 using xhci-hcd
[ 23.520133] hub 1-1.3:1.0: USB hub found
[ 23.521011] hub 1-1.3:1.0: 4 ports detected
[ 23.624701] usb 1-1.4: new high-speed USB device number 6 using xhci-hcd
[ 23.744110] hub 1-1.4:1.0: USB hub found
[ 23.745092] hub 1-1.4:1.0: 4 ports detected
[ 23.840726] usb 1-1.3.1: new full-speed USB device number 7 using xhci-hcd
[ 24.060728] usb 1-1.4.2: new high-speed USB device number 8 using xhci-hcd
[ 24.182414] usb-storage 1-1.4.2:1.0: USB Mass Storage device detected
[ 24.182943] scsi host0: usb-storage 1-1.4.2:1.0
[ 24.272712] usb 1-1.3.2: new high-speed USB device number 9 using xhci-hcd
[ 24.454046] asix 1-1.2:1.0 (unnamed net_device) (uninitialized): PHY [usb-001:004:10] driver [Asix Electronics AX88772A] (irq=POLL)
[ 24.456742] Asix Electronics AX88772A usb-001:004:10: attached PHY driver (mii_bus:phy_addr=usb-001:004:10, irq=POLL)
[ 24.458054] asix 1-1.2:1.0 eth1: register 'asix' at usb-xhci-hcd.20.auto-1.2, ASIX AX88772 USB 2.0 Ethernet, 8c:ae:4c:db:c5:85
[ 24.458217] usbcore: registered new interface driver asix
[ 24.492727] usb 1-1.4.3: new full-speed USB device number 10 using xhci-hcd
[ 24.624088] input: Logitech Logitech USB Headset as /devices/platform/bus@100000/4104000.cdns-usb/6000000.usb/xhci-hcd.20.auto/usb1/1-1/1-1.4/1-1.4.3/1-1.4.3:1.3/0003:046D:0A44.0002/input/input1
[ 24.680973] hid-generic 0003:046D:0A44.0002: input: USB HID v1.00 Device [Logitech Logitech USB Headset] on usb-xhci-hcd.20.auto-1.4.3/input3
[ 24.752781] usb 1-1.3.3: new low-speed USB device number 11 using xhci-hcd
[ 24.908992] usbcore: registered new interface driver snd-usb-audio
[ 24.928165] input: Logitech USB Optical Mouse as /devices/platform/bus@100000/4104000.cdns-usb/6000000.usb/xhci-hcd.20.auto/usb1/1-1/1-1.3/1-1.3.3/1-1.3.3:1.0/0003:046D:C077.0003/input/input2
[ 24.928381] hid-generic 0003:046D:C077.0003: input: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-xhci-hcd.20.auto-1.3.3/input0
[ 25.021868] usb 1-1.3.2: Found UVC 1.00 device <unnamed> (046d:080f)
[ 25.085129] input: UVC Camera (046d:080f) as /devices/platform/bus@100000/4104000.cdns-usb/6000000.usb/xhci-hcd.20.auto/usb1/1-1/1-1.3/1-1.3.2/1-1.3.2:1.0/input/input3
[ 25.087562] usbcore: registered new interface driver uvcvideo
[ 25.199278] scsi 0:0:0:0: Direct-Access Patriot Memory PMAP PQ: 0 ANSI: 4
[ 25.200741] sd 0:0:0:0: [sda] 7587264 512-byte logical blocks: (3.88 GB/3.62 GiB)
[ 25.200964] sd 0:0:0:0: [sda] Write Protect is off
[ 25.201218] sd 0:0:0:0: [sda] No Caching mode page found
[ 25.201225] sd 0:0:0:0: [sda] Assuming drive cache: write through
[ 25.204926] sda: sda1
[ 25.205246] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 28.104162] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 28.269043] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 28.343892] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 28.408016] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 28.460931] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
7[r[999;999H[6n[ 28.570353] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 28.617846] FAT-fs (mmcblk0p2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 28.740222] EXT4-fs (mmcblk1p3): mounting ext3 file system using the ext4 subsystem
[ 28.770011] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
[ 28.793377] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 28.812316] EXT4-fs (mmcblk1p3): mounted filesystem with ordered data mode. Quota mode: none.
[ 28.847477] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 28.982031] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Quota mode: none.
root@j721s2-evm:~# uname -a
Linux j721s2-evm 6.1.80-ti-g2e423244f8c0 #1 SMP PREEMPT Wed Mar 20 14:43:33 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@j721s2-evm:~# cat /proc/cmdline
console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j721s2-evm2/autofs/47cfe16e82bffc117c8ac0f7a7fa57f3,nolock,v3,tcp,rsize=4096,wsize=4096
root@j721s2-evm:~# uname -a
Linux j721s2-evm 6.1.80-ti-g2e423244f8c0 #1 SMP PREEMPT Wed Mar 20 14:43:33 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@j721s2-evm:~# cat /proc/mtd
dev: size erasesize name
mtd0: 00080000 00040000 "ospi.tiboot3"
mtd1: 00200000 00040000 "ospi.tispl"
mtd2: 00400000 00040000 "ospi.u-boot"
mtd3: 00040000 00040000 "ospi.env"
mtd4: 00040000 00040000 "ospi.env.backup"
mtd5: 037c0000 00040000 "ospi.rootfs"
mtd6: 00040000 00040000 "ospi.phypattern"
mtd7: 00080000 00001000 "qspi.tiboot3"
mtd8: 00200000 00001000 "qspi.tispl"
mtd9: 00400000 00001000 "qspi.u-boot"
mtd10: 00040000 00001000 "qspi.env"
mtd11: 00040000 00001000 "qspi.env.backup"
mtd12: 037c0000 00001000 "qspi.rootfs"
mtd13: 00040000 00001000 "qspi.phypattern"
root@j721s2-evm:~# grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/
/pnp /etc/resolv.conf && systemctl restart systemd-resolved
root@j721s2-evm:~# ls -l /lib/firmware; ls -lR /lib/firmware/ipc
total 27928
-rw-r--r-- 1 root root 2040 Mar 9 2018 LICENCE.ibt_firmware
-rw-r--r-- 1 root root 2046 Mar 9 2018 LICENCE.iwlwifi_firmware
-rw-r--r-- 1 root root 482656 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4324112 Mar 9 2018 bl32.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 cadence
drwxr-xr-x 2 root root 4096 Mar 9 2018 cnm
drwxr-xr-x 2 root root 4096 Mar 9 2018 intel
-rw-r--r-- 1 root root 918268 Mar 9 2018 iwlwifi-3160-17.ucode
-rw-r--r-- 1 root root 2448976 Mar 9 2018 iwlwifi-8000C-34.ucode
-rw-r--r-- 1 root root 2428004 Mar 9 2018 iwlwifi-8000C-36.ucode
-rw-r--r-- 1 root root 2440780 Mar 9 2018 iwlwifi-8265-34.ucode
-rw-r--r-- 1 root root 2436632 Mar 9 2018 iwlwifi-8265-36.ucode
-rw-r--r-- 1 root root 2678092 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-34.ucode
-rw-r--r-- 1 root root 2521412 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-38.ucode
-rw-r--r-- 1 root root 1489652 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-46.ucode
lrwxrwxrwx 1 root root 66 Mar 9 2018 j721s2-c71_0-fw -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_c7x_1_release_strip.xe71
lrwxrwxrwx 1 root root 73 Mar 9 2018 j721s2-c71_0-fw-sec -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_c7x_1_release_strip.xe71.signed
lrwxrwxrwx 1 root root 66 Mar 9 2018 j721s2-c71_1-fw -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_c7x_2_release_strip.xe71
lrwxrwxrwx 1 root root 73 Mar 9 2018 j721s2-c71_1-fw-sec -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_c7x_2_release_strip.xe71.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j721s2-main-r5f0_0-fw -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu2_0_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 j721s2-main-r5f0_0-fw-sec -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu2_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j721s2-main-r5f0_1-fw -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu2_1_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 j721s2-main-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu2_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j721s2-main-r5f1_0-fw -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu3_0_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 j721s2-main-r5f1_0-fw-sec -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu3_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j721s2-main-r5f1_1-fw -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu3_1_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 j721s2-main-r5f1_1-fw-sec -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu3_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j721s2-mcu-r5f0_1-fw -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu1_1_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 j721s2-mcu-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu1_1_release_strip.xer5f.signed
-rw-r--r-- 1 root root 4728 Mar 9 2018 regulatory.db
-rw-r--r-- 1 root root 1182 Mar 9 2018 regulatory.db.p7s
-rw-r--r-- 1 root root 155648 Mar 9 2018 rgx.fw.36.53.104.796
-rw-r--r-- 1 root root 383136 Mar 9 2018 rgx.sh.36.53.104.796
-rw-r--r-- 1 root root 28 Mar 9 2018 tee-header_v2.bin
-rw-r--r-- 1 root root 0 Mar 9 2018 tee-pageable_v2.bin
-rw-r--r-- 1 root root 482656 Mar 9 2018 tee-pager_v2.bin
-rw-r--r-- 1 root root 482656 Mar 9 2018 tee-raw.bin
-rw-r--r-- 1 root root 482684 Mar 9 2018 tee.bin
-rw-r--r-- 1 root root 4324112 Mar 9 2018 tee.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 ti-connectivity
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-ipc
lrwxrwxrwx 1 root root 39 Mar 9 2018 wave521c_codec_fw.bin -> /lib/firmware/cnm/wave521c_codec_fw.bin
ls: cannot access '/lib/firmware/ipc': No such file or directory
root@j721s2-evm:~# cat /proc/diskstats
7 0 loop0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 1 loop1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 2 loop2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 3 loop3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 4 loop4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 5 loop5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 6 loop6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 7 loop7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
179 0 mmcblk0 1589 3 76368 745 1 0 8 0 0 1548 746 0 0 0 0 0 0
179 1 mmcblk0p1 334 0 22983 179 0 0 0 0 0 484 179 0 0 0 0 0 0
179 2 mmcblk0p2 383 0 25079 191 0 0 0 0 0 524 191 0 0 0 0 0 0
179 3 mmcblk0p3 835 3 27114 345 1 0 8 0 0 624 346 0 0 0 0 0 0
179 32 mmcblk0boot0 204 0 4032 62 0 0 0 0 0 152 62 0 0 0 0 0 0
179 64 mmcblk0boot1 136 0 2688 46 0 0 0 0 0 160 46 0 0 0 0 0 0
31 0 mtdblock0 66 0 528 27 0 0 0 0 0 96 27 0 0 0 0 0 0
31 1 mtdblock1 140 0 1120 52 0 0 0 0 0 112 52 0 0 0 0 0 0
31 2 mtdblock2 174 0 1392 66 0 0 0 0 0 148 66 0 0 0 0 0 0
31 3 mtdblock3 60 0 480 22 0 0 0 0 0 68 22 0 0 0 0 0 0
31 4 mtdblock4 50 0 400 18 0 0 0 0 0 56 18 0 0 0 0 0 0
31 5 mtdblock5 130 0 1040 51 0 0 0 0 0 104 51 0 0 0 0 0 0
31 6 mtdblock6 50 0 400 17 0 0 0 0 0 44 17 0 0 0 0 0 0
31 7 mtdblock7 66 0 528 54 0 0 0 0 0 116 54 0 0 0 0 0 0
31 8 mtdblock8 140 0 1120 94 0 0 0 0 0 188 94 0 0 0 0 0 0
31 9 mtdblock9 174 0 1392 130 0 0 0 0 0 224 130 0 0 0 0 0 0
31 10 mtdblock10 60 0 480 51 0 0 0 0 0 100 51 0 0 0 0 0 0
31 11 mtdblock11 70 0 560 51 0 0 0 0 0 96 51 0 0 0 0 0 0
31 12 mtdblock12 175 0 3360 365 0 0 0 0 0 320 365 0 0 0 0 0 0
31 13 mtdblock13 60 0 480 49 0 0 0 0 0 100 49 0 0 0 0 0 0
179 96 mmcblk1 1602 65 75301 2775 2 0 16 7 0 2384 2783 0 0 0 0 0 0
179 97 mmcblk1p1 381 0 24993 688 0 0 0 0 0 804 688 0 0 0 0 0 0
179 98 mmcblk1p2 804 34 25418 853 1 0 8 6 0 1072 860 0 0 0 0 0 0
179 99 mmcblk1p3 380 31 23698 1095 1 0 8 1 0 924 1096 0 0 0 0 0 0
8 0 sda 320 6 15939 1158 0 0 0 0 0 824 1158 0 0 0 0 0 0
8 1 sda1 278 6 14739 1071 0 0 0 0 0 748 1071 0 0 0 0 0 0
root@j721s2-evm:~# cat /proc/interrupts
CPU0 CPU1
11: 7012 7365 GICv3 30 Level arch_timer
14: 0 0 GICv3 23 Level arm-pmu
15: 5309 0 GICv3 69 Level 32c00000.mailbox thr_011
16: 19783 0 GICv3 928 Level 42120000.i2c
17: 115 0 GICv3 232 Level 2000000.i2c
18: 207971 0 GICv3 236 Level 2040000.i2c
19: 6 0 GICv3 237 Level 2050000.i2c
68: 51322 3689 MSI-INTA 17825888 Level 46000000.ethernet-tx0
70: 64627 0 MSI-INTA 17825890 Level 46000000.ethernet
88: 5514 0 MSI-INTA 16974702 Level 31150000.dma-controller chan0
89: 7922 0 MSI-INTA 16974703 Level 31150000.dma-controller chan1
90: 0 0 MSI-INTA 16974704 Level 31150000.dma-controller chan2
91: 0 0 MSI-INTA 16974705 Level 31150000.dma-controller chan3
92: 0 0 MSI-INTA 16974706 Level 31150000.dma-controller chan4
93: 0 0 MSI-INTA 16974707 Level 31150000.dma-controller chan5
94: 0 0 MSI-INTA 16974708 Level 31150000.dma-controller chan6
217: 637 0 GICv3 280 Level 2880000.serial
218: 2 0 GICv3 872 Level 47040000.spi
219: 0 0 GICv3 873 Level 47050000.spi
220: 0 0 GICv3 890 Level 46000000.ethernet
221: 0 0 INTR 391 Level 310d0000.cpts
222: 2317 0 GICv3 35 Level mmc0
268: 58 0 GPIO 39 Edge -davinci_gpio tps6594-0-0x48, tps6594-0-0x4c, tps6594-2-0x58
389: 0 0 tps6594-0-0x48 0 Edge buck1_ov
390: 0 0 tps6594-0-0x48 1 Edge buck1_uv
391: 0 0 tps6594-0-0x48 2 Edge buck1_sc
392: 0 0 tps6594-0-0x48 3 Edge buck1_ilim
393: 0 0 tps6594-0-0x48 4 Edge buck2_ov
394: 0 0 tps6594-0-0x48 5 Edge buck2_uv
395: 0 0 tps6594-0-0x48 6 Edge buck2_sc
396: 0 57 tps6594-0-0x48 7 Edge buck2_ilim
397: 0 0 tps6594-0-0x48 8 Edge buck3_ov
398: 0 0 tps6594-0-0x48 9 Edge buck3_uv
399: 0 0 tps6594-0-0x48 10 Edge buck3_sc
400: 0 0 tps6594-0-0x48 11 Edge buck3_ilim
401: 0 0 tps6594-0-0x48 12 Edge buck4_ov
402: 0 0 tps6594-0-0x48 13 Edge buck4_uv
403: 0 0 tps6594-0-0x48 14 Edge buck4_sc
404: 0 0 tps6594-0-0x48 15 Edge buck4_ilim
405: 0 0 tps6594-0-0x48 16 Edge buck5_ov
406: 0 0 tps6594-0-0x48 17 Edge buck5_uv
407: 0 0 tps6594-0-0x48 18 Edge buck5_sc
408: 0 0 tps6594-0-0x48 19 Edge buck5_ilim
409: 0 0 tps6594-0-0x48 20 Edge ldo1_ov
410: 0 0 tps6594-0-0x48 21 Edge ldo1_uv
411: 0 0 tps6594-0-0x48 22 Edge ldo1_sc
412: 0 0 tps6594-0-0x48 23 Edge ldo1_ilim
413: 0 0 tps6594-0-0x48 24 Edge ldo2_ov
414: 0 0 tps6594-0-0x48 25 Edge ldo2_uv
415: 0 0 tps6594-0-0x48 26 Edge ldo2_sc
416: 0 0 tps6594-0-0x48 27 Edge ldo2_ilim
417: 0 0 tps6594-0-0x48 28 Edge ldo3_ov
418: 0 0 tps6594-0-0x48 29 Edge ldo3_uv
419: 0 0 tps6594-0-0x48 30 Edge ldo3_sc
420: 0 0 tps6594-0-0x48 31 Edge ldo3_ilim
421: 0 0 tps6594-0-0x48 32 Edge ldo4_ov
422: 0 0 tps6594-0-0x48 33 Edge ldo4_uv
423: 0 0 tps6594-0-0x48 34 Edge ldo4_sc
424: 0 0 tps6594-0-0x48 35 Edge ldo4_ilim
425: 0 0 tps6594-0-0x48 36 Edge vcca_ov
426: 0 0 tps6594-0-0x48 37 Edge vcca_uv
444: 0 0 tps6594-0-0x48 55 Edge npwron_start
445: 0 0 tps6594-0-0x48 56 Edge enable
446: 0 0 tps6594-0-0x48 57 Edge fsd
447: 0 0 tps6594-0-0x48 58 Edge soft_reboot
448: 0 0 tps6594-0-0x48 59 Edge bist_pass
449: 0 0 tps6594-0-0x48 60 Edge ext_clk
450: 0 0 tps6594-0-0x48 61 Edge twarn
451: 0 0 tps6594-0-0x48 62 Edge tsd_ord
452: 0 0 tps6594-0-0x48 63 Edge bist_fail
453: 0 0 tps6594-0-0x48 64 Edge reg_crc_err
454: 0 0 tps6594-0-0x48 65 Edge recov_cnt
455: 0 0 tps6594-0-0x48 66 Edge spmi_err
456: 0 0 tps6594-0-0x48 67 Edge npwron_long
457: 0 0 tps6594-0-0x48 68 Edge nint_readback
458: 0 0 tps6594-0-0x48 69 Edge nrstout_readback
459: 0 0 tps6594-0-0x48 70 Edge tsd_imm
460: 0 0 tps6594-0-0x48 71 Edge vcca_ovp
461: 0 0 tps6594-0-0x48 72 Edge pfsm_err
462: 0 0 tps6594-0-0x48 73 Edge imm_shutdown
463: 0 0 tps6594-0-0x48 74 Edge ord_shutdown
464: 0 0 tps6594-0-0x48 75 Edge mcu_pwr_err
465: 0 0 tps6594-0-0x48 76 Edge soc_pwr_err
466: 0 0 tps6594-0-0x48 77 Edge comm_frm_err
467: 0 0 tps6594-0-0x48 78 Edge comm_crc_err
468: 0 0 tps6594-0-0x48 79 Edge comm_adr_err
469: 0 0 tps6594-0-0x48 82 Edge en_drv_readback
470: 0 0 tps6594-0-0x48 83 Edge nrstout_soc_readback
471: 0 0 tps6594-0-0x48 84 Edge esm_soc_pin
472: 0 0 tps6594-0-0x48 85 Edge esm_soc_fail
473: 0 0 tps6594-0-0x48 86 Edge esm_soc_rst
475: 0 0 tps6594-0-0x48 88 Edge alarm
477: 0 0 tps6594-0-0x4c 0 Edge buck1_ov
478: 0 0 tps6594-0-0x4c 1 Edge buck1_uv
479: 0 0 tps6594-0-0x4c 2 Edge buck1_sc
480: 0 0 tps6594-0-0x4c 3 Edge buck1_ilim
481: 0 0 tps6594-0-0x4c 4 Edge buck2_ov
482: 0 0 tps6594-0-0x4c 5 Edge buck2_uv
483: 0 0 tps6594-0-0x4c 6 Edge buck2_sc
484: 0 0 tps6594-0-0x4c 7 Edge buck2_ilim
485: 0 0 tps6594-0-0x4c 8 Edge buck3_ov
486: 0 0 tps6594-0-0x4c 9 Edge buck3_uv
487: 0 0 tps6594-0-0x4c 10 Edge buck3_sc
488: 0 0 tps6594-0-0x4c 11 Edge buck3_ilim
489: 0 0 tps6594-0-0x4c 12 Edge buck4_ov
490: 0 0 tps6594-0-0x4c 13 Edge buck4_uv
491: 0 0 tps6594-0-0x4c 14 Edge buck4_sc
492: 0 0 tps6594-0-0x4c 15 Edge buck4_ilim
493: 0 0 tps6594-0-0x4c 16 Edge buck5_ov
494: 0 0 tps6594-0-0x4c 17 Edge buck5_uv
495: 0 0 tps6594-0-0x4c 18 Edge buck5_sc
496: 0 0 tps6594-0-0x4c 19 Edge buck5_ilim
497: 0 0 tps6594-0-0x4c 20 Edge ldo1_ov
498: 0 0 tps6594-0-0x4c 21 Edge ldo1_uv
499: 0 0 tps6594-0-0x4c 22 Edge ldo1_sc
500: 0 0 tps6594-0-0x4c 23 Edge ldo1_ilim
501: 0 0 tps6594-0-0x4c 24 Edge ldo2_ov
502: 0 0 tps6594-0-0x4c 25 Edge ldo2_uv
503: 0 0 tps6594-0-0x4c 26 Edge ldo2_sc
504: 0 0 tps6594-0-0x4c 27 Edge ldo2_ilim
505: 0 0 tps6594-0-0x4c 28 Edge ldo3_ov
506: 0 0 tps6594-0-0x4c 29 Edge ldo3_uv
507: 0 0 tps6594-0-0x4c 30 Edge ldo3_sc
508: 0 0 tps6594-0-0x4c 31 Edge ldo3_ilim
509: 0 0 tps6594-0-0x4c 32 Edge ldo4_ov
510: 0 0 tps6594-0-0x4c 33 Edge ldo4_uv
511: 0 0 tps6594-0-0x4c 34 Edge ldo4_sc
512: 0 0 tps6594-0-0x4c 35 Edge ldo4_ilim
513: 0 0 tps6594-0-0x4c 36 Edge vcca_ov
514: 0 0 tps6594-0-0x4c 37 Edge vcca_uv
532: 0 0 tps6594-0-0x4c 55 Edge npwron_start
533: 0 0 tps6594-0-0x4c 56 Edge enable
534: 0 0 tps6594-0-0x4c 57 Edge fsd
535: 0 0 tps6594-0-0x4c 58 Edge soft_reboot
536: 0 0 tps6594-0-0x4c 59 Edge bist_pass
537: 0 0 tps6594-0-0x4c 60 Edge ext_clk
538: 0 0 tps6594-0-0x4c 61 Edge twarn
539: 0 0 tps6594-0-0x4c 62 Edge tsd_ord
540: 0 0 tps6594-0-0x4c 63 Edge bist_fail
541: 0 0 tps6594-0-0x4c 64 Edge reg_crc_err
542: 0 0 tps6594-0-0x4c 65 Edge recov_cnt
543: 0 0 tps6594-0-0x4c 66 Edge spmi_err
544: 0 0 tps6594-0-0x4c 67 Edge npwron_long
545: 0 0 tps6594-0-0x4c 68 Edge nint_readback
546: 0 0 tps6594-0-0x4c 69 Edge nrstout_readback
547: 0 0 tps6594-0-0x4c 70 Edge tsd_imm
548: 0 0 tps6594-0-0x4c 71 Edge vcca_ovp
549: 0 0 tps6594-0-0x4c 72 Edge pfsm_err
550: 0 0 tps6594-0-0x4c 73 Edge imm_shutdown
551: 0 0 tps6594-0-0x4c 74 Edge ord_shutdown
552: 0 0 tps6594-0-0x4c 75 Edge mcu_pwr_err
553: 0 0 tps6594-0-0x4c 76 Edge soc_pwr_err
554: 0 0 tps6594-0-0x4c 77 Edge comm_frm_err
555: 0 0 tps6594-0-0x4c 78 Edge comm_crc_err
556: 0 0 tps6594-0-0x4c 79 Edge comm_adr_err
557: 0 0 tps6594-0-0x4c 82 Edge en_drv_readback
558: 0 0 tps6594-0-0x4c 83 Edge nrstout_soc_readback
559: 0 0 tps6594-0-0x4c 84 Edge esm_soc_pin
560: 0 0 tps6594-0-0x4c 85 Edge esm_soc_fail
561: 0 0 tps6594-0-0x4c 86 Edge esm_soc_rst
565: 0 0 tps6594-2-0x58 0 Edge buck1_ov
566: 0 0 tps6594-2-0x58 1 Edge buck1_uv
567: 0 0 tps6594-2-0x58 2 Edge buck1_sc
568: 0 0 tps6594-2-0x58 3 Edge buck1_ilim
569: 0 0 tps6594-2-0x58 4 Edge buck2_ov
570: 0 0 tps6594-2-0x58 5 Edge buck2_uv
571: 0 0 tps6594-2-0x58 6 Edge buck2_sc
572: 0 0 tps6594-2-0x58 7 Edge buck2_ilim
573: 0 0 tps6594-2-0x58 8 Edge buck3_ov
574: 0 0 tps6594-2-0x58 9 Edge buck3_uv
575: 0 0 tps6594-2-0x58 10 Edge buck3_sc
576: 0 0 tps6594-2-0x58 11 Edge buck3_ilim
577: 0 0 tps6594-2-0x58 12 Edge buck4_ov
578: 0 0 tps6594-2-0x58 13 Edge buck4_uv
579: 0 0 tps6594-2-0x58 14 Edge buck4_sc
580: 0 0 tps6594-2-0x58 15 Edge buck4_ilim
601: 0 0 tps6594-2-0x58 36 Edge vcca_ov
602: 0 0 tps6594-2-0x58 37 Edge vcca_uv
603: 0 0 tps6594-2-0x58 38 Edge vmon1_ov
604: 0 0 tps6594-2-0x58 39 Edge vmon1_uv
605: 0 0 tps6594-2-0x58 40 Edge vmon1_rv
606: 0 0 tps6594-2-0x58 41 Edge vmon2_ov
607: 0 0 tps6594-2-0x58 42 Edge vmon2_uv
608: 0 0 tps6594-2-0x58 43 Edge vmon2_rv
620: 0 0 tps6594-2-0x58 55 Edge npwron_start
621: 0 0 tps6594-2-0x58 56 Edge enable
622: 0 0 tps6594-2-0x58 57 Edge fsd
623: 0 0 tps6594-2-0x58 58 Edge soft_reboot
624: 0 0 tps6594-2-0x58 59 Edge bist_pass
625: 0 0 tps6594-2-0x58 60 Edge ext_clk
626: 0 0 tps6594-2-0x58 61 Edge twarn
627: 0 0 tps6594-2-0x58 62 Edge tsd_ord
628: 0 0 tps6594-2-0x58 63 Edge bist_fail
629: 0 0 tps6594-2-0x58 64 Edge reg_crc_err
630: 0 0 tps6594-2-0x58 65 Edge recov_cnt
631: 0 0 tps6594-2-0x58 66 Edge spmi_err
632: 0 0 tps6594-2-0x58 67 Edge npwron_long
633: 0 0 tps6594-2-0x58 68 Edge nint_readback
634: 0 0 tps6594-2-0x58 69 Edge nrstout_readback
635: 0 0 tps6594-2-0x58 70 Edge tsd_imm
636: 0 0 tps6594-2-0x58 71 Edge vcca_ovp
637: 0 0 tps6594-2-0x58 72 Edge pfsm_err
638: 0 0 tps6594-2-0x58 73 Edge imm_shutdown
639: 0 0 tps6594-2-0x58 74 Edge ord_shutdown
640: 0 0 tps6594-2-0x58 75 Edge mcu_pwr_err
641: 0 0 tps6594-2-0x58 76 Edge soc_pwr_err
642: 0 0 tps6594-2-0x58 77 Edge comm_frm_err
643: 0 0 tps6594-2-0x58 78 Edge comm_crc_err
644: 0 0 tps6594-2-0x58 79 Edge comm_adr_err
645: 0 0 tps6594-2-0x58 82 Edge en_drv_readback
646: 0 0 tps6594-2-0x58 83 Edge nrstout_soc_readback
647: 0 0 tps6594-2-0x58 84 Edge esm_soc_pin
648: 0 0 tps6594-2-0x58 85 Edge esm_soc_fail
649: 0 0 tps6594-2-0x58 86 Edge esm_soc_rst
651: 4 0 INTR 432 Level mbox-main-r5fss0-core0
652: 4 0 INTR 428 Level mbox-main-r5fss1-core0
653: 5 0 INTR 420 Level mbox-c71-0, mbox-c71-1
714: 0 0 MSI-INTA 17236998 Edge 31150000.dma-controller chan5
715: 0 0 MSI-INTA 17236999 Edge 31150000.dma-controller chan6
744: 3298 0 GICv3 36 Level mmc1
745: 0 0 GICv3 632 Level 4800000.dsi
749: 0 0 GICv3 362 Edge j721e-pcie-link-down-irq
751: 0 0 GICv3 892 Level TI-am335x-adc.15.auto
752: 0 0 GICv3 893 Level TI-am335x-adc.16.auto
754: 0 0 GICv3 214 Level vpu_irq
756: 0 0 GICv3 646 Level mhdp8546
757: 0 0 ITS-MSI 0 Edge PCIe PME, aerdrv
763: 0 0 GICv3 43 Level 4e10000.rng
764: 2069 0 GICv3 128 Level xhci-hcd:usb1
766: 1 0 GICv3 152 Level 6000000.usb
771: 498 0 GICv3 634 Level tidss
IPI0: 6540 41588 Rescheduling interrupts
IPI1: 3810 94013 Function call interrupts
IPI2: 0 0 CPU stop interrupts
IPI3: 0 0 CPU stop (for crash dump) interrupts
IPI4: 0 0 Timer broadcast interrupts
IPI5: 723 322 IRQ work interrupts
IPI6: 0 0 CPU wake-up interrupts
Err: 0
root@j721s2-evm:~# cat /proc/softirqs
CPU0 CPU1
HI: 5 0
TIMER: 2192 2903
NET_TX: 10 3
NET_RX: 101112 3720
BLOCK: 1928 0
IRQ_POLL: 0 0
TASKLET: 17953 111
SCHED: 3041 2644
HRTIMER: 0 0
RCU: 11776 14907
root@j721s2-evm:~# ls -lR /run/media/mmcblk0p1
/run/media/mmcblk0p1:
total 0
root@j721s2-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $?
1
root@j721s2-evm:~# opkg list-installed | grep ti-test; echo $?
ti-test - 1.0-r0.121
ti-test-extras - 1.0-r0.121
0
root@j721s2-evm:~# lsmod
Module Size Used by
uvcvideo 110592 0
videobuf2_vmalloc 16384 1 uvcvideo
snd_usb_audio 303104 0
snd_hwdep 20480 1 snd_usb_audio
snd_usbmidi_lib 32768 1 snd_usb_audio
snd_rawmidi 36864 1 snd_usbmidi_lib
ax88796b 16384 1
asix 40960 0
usbnet 36864 1 asix
mii 20480 2 usbnet,asix
xhci_plat_hcd 16384 0
pci_endpoint_test 20480 0
rpmsg_ctrl 16384 0
cdns_csi2rx 20480 0
v4l2_fwnode 20480 1 cdns_csi2rx
rpmsg_char 16384 1 rpmsg_ctrl
panel_edp 36864 0
ti_am335x_adc 20480 0
kfifo_buf 16384 1 ti_am335x_adc
cdns3 45056 0
omap_rng 16384 0
cdns_usb_common 20480 1 cdns3
crct10dif_ce 16384 1
display_connector 16384 0
phy_can_transceiver 16384 5
overlay 122880 0
ti_k3_r5_remoteproc 28672 0
cfg80211 389120 0
rfkill 24576 2 cfg80211
k3_j72xx_bandgap 20480 0
cdns_mhdp8546 40960 0
j721e_csi2rx 24576 0
wave5 94208 0
ti_sn65dsi86 24576 0
ti_am335x_tscadc 16384 1 ti_am335x_adc
videobuf2_dma_contig 20480 2 j721e_csi2rx,wave5
ti_k3_dsp_remoteproc 16384 0
virtio_rpmsg_bus 20480 0
videobuf2_memops 16384 2 videobuf2_vmalloc,videobuf2_dma_contig
rpmsg_ns 16384 1 virtio_rpmsg_bus
ti_k3_common 16384 1 ti_k3_dsp_remoteproc
v4l2_mem2mem 36864 1 wave5
videobuf2_v4l2 32768 4 j721e_csi2rx,uvcvideo,v4l2_mem2mem,wave5
videobuf2_common 57344 8 j721e_csi2rx,videobuf2_vmalloc,videobuf2_dma_contig,videobuf2_v4l2,uvcvideo,v4l2_mem2mem,wave5,videobuf2_memops
v4l2_async 24576 3 v4l2_fwnode,j721e_csi2rx,cdns_csi2rx
pvrsrvkm 1273856 0
tidss 61440 0
videodev 245760 8 v4l2_async,j721e_csi2rx,videobuf2_v4l2,uvcvideo,cdns_csi2rx,videobuf2_common,v4l2_mem2mem,wave5
drm_display_helper 139264 3 panel_edp,cdns_mhdp8546,ti_sn65dsi86
cdns3_ti 16384 0
mc 57344 9 v4l2_async,videodev,j721e_csi2rx,snd_usb_audio,videobuf2_v4l2,uvcvideo,cdns_csi2rx,videobuf2_common,v4l2_mem2mem
drm_dma_helper 20480 1 tidss
pci_j721e_host 16384 0
drm_dp_aux_bus 16384 2 panel_edp,ti_sn65dsi86
sa2ul 36864 0
cdns_dsi 20480 0
pci_j721e 16384 1 pci_j721e_host
drm_kms_helper 184320 9 drm_dma_helper,display_connector,cdns_mhdp8546,drm_display_helper,ti_sn65dsi86,cdns_dsi,tidss
cdns_dphy_rx 16384 0
cdns_dphy 16384 0
pcie_cadence_host 16384 1 pci_j721e_host
pcie_cadence 16384 2 pcie_cadence_host,pci_j721e_host
pwm_tiehrpwm 16384 0
m_can_platform 16384 0
m_can 24576 1 m_can_platform
syscopyarea 16384 1 drm_kms_helper
sysfillrect 16384 1 drm_kms_helper
sysimgblt 16384 1 drm_kms_helper
can_dev 36864 1 m_can
fb_sys_fops 16384 1 drm_kms_helper
rti_wdt 16384 0
optee_rng 16384 0
rng_core 20480 2 optee_rng,omap_rng
cryptodev 53248 0
fuse 131072 1
drm 561152 11 drm_kms_helper,drm_dma_helper,panel_edp,display_connector,pvrsrvkm,cdns_mhdp8546,drm_display_helper,ti_sn65dsi86,cdns_dsi,tidss
drm_panel_orientation_quirks 28672 1 drm
ipv6 479232 40
root@j721s2-evm:~# echo 'hello world'
hello world
root@j721s2-evm:~#
U-Boot SPL 2024.07-rc2-00077-g4790f844623 (May 09 2024 - 17:45:52 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
ECC is enabled, priming DDR which will take several seconds.
ECC: priming DDR completed in 2758 msec
ECC is enabled, priming DDR which will take several seconds.
Skipping authentication on GP device
Skipping authentication on GP device
Skipping authentication on GP device
Skipping authentication on GP device
Loaded 964231 bytes
Loading Environment from nowhere... OK
init_env from device 7 not supported!
Starting ATF on ARM64 core...
NOTICE: BL31: v2.10.0(release):v2.10.0-367-g00f1ec6b87-dirty
NOTICE: BL31: Built : 16:09:05, Feb 9 2024
I/TC:
I/TC: OP-TEE version: 4.1.0-51-g012cdca49 (gcc version 11.4.0 (GCC)) #1 Tue Jan 30 10:48:03 UTC 2024 aarch64
I/TC: WARNING: This OP-TEE configuration might be insecure!
I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
I/TC: Primary CPU initializing
I/TC: GIC redistributor base address not provided
I/TC: Assuming default GIC group status and modifier
I/TC: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
I/TC: HUK Initialized
I/TC: Activated SA2UL device
I/TC: Fixing SA2UL firewall owner for GP device
I/TC: Enabled firewalls for SA2UL TRNG device
I/TC: SA2UL TRNG initialized
I/TC: SA2UL Drivers initialized
I/TC: Primary CPU switching to normal world boot
U-Boot SPL 2024.07-rc2-00077-g4790f844623 (May 09 2024 - 17:46:08 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
Trying to boot from UART
C
Skipping authentication on GP device
Loaded 953579 bytes
U-Boot 2024.07-rc2-00077-g4790f844623 (May 09 2024 - 17:46:08 +0530)
SoC: J784S4 SR1.0 GP
Model: Texas Instruments J784S4 EVM
DRAM: 2 GiB (effective 28 GiB)
Core: 84 devices, 30 uclasses, devicetree: separate
Flash: 0 Bytes
MMC: mmc@4f80000: 0, mmc@4fb0000: 1
Loading Environment from nowhere... OK
In: serial@2880000
Out: serial@2880000
Err: serial@2880000
am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA02102 cpsw_ver: 0x6BA82102 ale_ver: 0x00293904 Ports:1
Net: eth0: ethernet@46000000port@1
Hit any key to stop autoboot: 2 0
=>
=>
=>
=>
=>
=>
=>
=> version
U-Boot 2024.07-rc2-00077-g4790f844623 (May 09 2024 - 17:46:08 +0530)
=> setenv bootargs 'console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled '
=> setenv bootcmd ''
=> setenv autoload 'no'
=> setenv serverip '192.168.0.1'
=> setenv _initramfs -
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs ${optargs} earlycon=ns16550a,mmio32,0x02880000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=j784s4
board_name=j784s4
boot=mmc
boot_fdt=try
boot_fit=0
boot_targets=mmc1 mmc0 usb pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled
bootcmd=
bootcmd_ti_mmc=run findfdt; run init_${boot}; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1; rootfs part 0 1 mmcpart 0; tiboot3.bin.raw raw 0x0 0x400 mmcpart 1; tispl.bin.raw raw 0x400 0x1000 mmcpart 1; u-boot.img.raw raw 0x1400 0x2000 mmcpart 1; u-env.raw raw 0x3400 0x100 mmcpart 1; sysfw.itb.raw raw 0x3600 0x800 mmcpart 1
dfu_alt_info_mmc=boot part 1 1; rootfs part 1 2; tiboot3.bin fat 1 1; tispl.bin fat 1 1; u-boot.img fat 1 1; uEnv.txt fat 1 1; sysfw.itb fat 1 1
dfu_alt_info_ospi=tiboot3.bin raw 0x0 0x080000; tispl.bin raw 0x080000 0x200000; u-boot.img raw 0x280000 0x400000; u-boot-env raw 0x680000 0x020000; sysfw.itb raw 0x6c0000 0x100000; rootfs raw 0x800000 0x3800000
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x200000; u-boot.img ram 0x81000000 0x400000
do_main_cpsw0_qsgmii_phyinit=0
dtboaddr=0x89000000
envboot=if mmc dev ${mmcdev}; then if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if test -n "${loadbootscript}" && 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; fi;
ethaddr=68:e7:4a:08:40:77
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=ffad8c10
fdtfile=ti/ti/k3-j784s4-evm.dtb
fdtoverlay_addr_r=0x89000000
findfdt=echo WARN: fdtfile already set. Stop using findfdt in script
finduuid=part uuid ${boot} ${bootpart} uuid
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/dtb/${name_fdt}
get_fdt_ufs=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_fit_overlaystring=for overlay in $name_overlays; do; setexpr name_fit_overlay gsub / _ conf-${overlay}; setenv overlaystring ${overlaystring}'#'${name_fit_overlay}; done;
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_ufs=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_ufs=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load scsi ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && fdt apply ${dtboaddr}; done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_mmc=run args_all args_mmc
init_ufs=ufs init; scsi scan; run args_ufs
kernel_addr_r=0x82000000
loadaddr=0x82000000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/dtb/${fdtfile}
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
mmcboot=if mmc dev ${mmcdev}; then 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; fi;
mmcdev=1
mmcloados=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run get_fdt_mmc; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;
mmcrootfstype=ext4 rootwait
name_fit=fitImage
name_kern=Image
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
scriptaddr=0x80000000
scsirootfstype=ext4 rootwait
serverip=192.168.0.1
soc=k3
stderr=serial@2880000
stdin=serial@2880000
stdout=serial@2880000
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
vendor=ti
Environment size: 5034/131067 bytes
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled
=> setenv bootargs ''${bootargs}' ip=:::::eth0:dhcp '
=> setenv serverip '192.168.0.1'
=> setenv autoload 'no'
=> dhcp
k3-navss-ringacc ringacc@2b800000: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:328
k3-navss-ringacc ringacc@2b800000: dma-ring-reset-quirk: disabled
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 1000, full duplex
BOOTP broadcast 1
BOOTP broadcast 2
BOOTP broadcast 3
DHCP client bound to address 192.168.0.184 (1008 ms)
=> setenv dorprocboot '1'
=> run boot_rprocs
## Error: "boot_rprocs" not defined
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs ${optargs} earlycon=ns16550a,mmio32,0x02880000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=j784s4
board_name=j784s4
boot=mmc
boot_fdt=try
boot_fit=0
boot_targets=mmc1 mmc0 usb pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
bootcmd=
bootcmd_ti_mmc=run findfdt; run init_${boot}; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1; rootfs part 0 1 mmcpart 0; tiboot3.bin.raw raw 0x0 0x400 mmcpart 1; tispl.bin.raw raw 0x400 0x1000 mmcpart 1; u-boot.img.raw raw 0x1400 0x2000 mmcpart 1; u-env.raw raw 0x3400 0x100 mmcpart 1; sysfw.itb.raw raw 0x3600 0x800 mmcpart 1
dfu_alt_info_mmc=boot part 1 1; rootfs part 1 2; tiboot3.bin fat 1 1; tispl.bin fat 1 1; u-boot.img fat 1 1; uEnv.txt fat 1 1; sysfw.itb fat 1 1
dfu_alt_info_ospi=tiboot3.bin raw 0x0 0x080000; tispl.bin raw 0x080000 0x200000; u-boot.img raw 0x280000 0x400000; u-boot-env raw 0x680000 0x020000; sysfw.itb raw 0x6c0000 0x100000; rootfs raw 0x800000 0x3800000
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x200000; u-boot.img ram 0x81000000 0x400000
dnsip=192.0.2.2
do_main_cpsw0_qsgmii_phyinit=0
dorprocboot=1
dtboaddr=0x89000000
envboot=if mmc dev ${mmcdev}; then if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if test -n "${loadbootscript}" && 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; fi;
ethact=ethernet@46000000port@1
ethaddr=68:e7:4a:08:40:77
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=ffad8c10
fdtfile=ti/ti/k3-j784s4-evm.dtb
fdtoverlay_addr_r=0x89000000
findfdt=echo WARN: fdtfile already set. Stop using findfdt in script
finduuid=part uuid ${boot} ${bootpart} uuid
gatewayip=192.168.0.1
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/dtb/${name_fdt}
get_fdt_ufs=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_fit_overlaystring=for overlay in $name_overlays; do; setexpr name_fit_overlay gsub / _ conf-${overlay}; setenv overlaystring ${overlaystring}'#'${name_fit_overlay}; done;
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_ufs=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_ufs=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load scsi ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && fdt apply ${dtboaddr}; done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_mmc=run args_all args_mmc
init_ufs=ufs init; scsi scan; run args_ufs
ipaddr=192.168.0.184
kernel_addr_r=0x82000000
loadaddr=0x82000000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/dtb/${fdtfile}
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
mmcboot=if mmc dev ${mmcdev}; then 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; fi;
mmcdev=1
mmcloados=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run get_fdt_mmc; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;
mmcrootfstype=ext4 rootwait
name_fit=fitImage
name_kern=Image
netmask=255.255.255.0
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
scriptaddr=0x80000000
scsirootfstype=ext4 rootwait
serverip=192.168.0.1
soc=k3
stderr=serial@2880000
stdin=serial@2880000
stdout=serial@2880000
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
vendor=ti
Environment size: 5179/131067 bytes
=> tftp ${loadaddr} 192.168.0.1:vatf_j784s4-evm/bb07daf011078f15ea81b62255230e0d
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 1000, full duplex
Using ethernet@46000000port@1 device
TFTP from server 192.168.0.1; our IP address is 192.168.0.184
Filename 'vatf_j784s4-evm/bb07daf011078f15ea81b62255230e0d'.
Load address: 0x82000000
Loading: *################################################## 18.5 MiB
22.5 MiB/s
done
Bytes transferred = 19376640 (127aa00 hex)
=> tftp ${fdt_addr_r} 192.168.0.1:vatf_j784s4-evm/2101e14a9d7b1afb8273f95b5763f7ff
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 1000, full duplex
Using ethernet@46000000port@1 device
TFTP from server 192.168.0.1; our IP address is 192.168.0.184
Filename 'vatf_j784s4-evm/2101e14a9d7b1afb8273f95b5763f7ff'.
Load address: 0x88000000
Loading: *################################################## 111.4 KiB
9.9 MiB/s
done
Bytes transferred = 114029 (1bd6d hex)
=> fdt address ${fdt_addr_r}
Working FDT set to 88000000
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
=> setenv bootargs ''${bootargs}' root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j784s4-evm/autofs/ce6bdb366bdc8134f3291638ca7ae054,nolock,v3,tcp,rsize=4096,wsize=4096 '
=> printenv bootcmd
bootcmd=
=> setenv bootcmd ''${bootcmd}' if iminfo ${loadaddr}; then bootm ${loadaddr} ${_initramfs} ${fdt_addr_r}; else booti ${loadaddr} ${_initramfs} ${fdt_addr_r}; fi'
=> version
U-Boot 2024.07-rc2-00077-g4790f844623 (May 09 2024 - 17:46:08 +0530)
=> bdinfo
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x0000000680000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000fff15000
reloc off = 0x000000007f715000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 68:e7:4a:08:40:77
IP addr = 192.168.0.184
fdt_blob = 0x00000000ffad8c10
new_fdt = 0x00000000ffad8c10
fdt_size = 0x000000000001c1a0
lmb_dump_all:
memory.cnt = 0x2 / max = 0x10
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0
memory[1] [0x880000000-0xeffffffff], 0x680000000 bytes flags: 0
reserved.cnt = 0x2 / max = 0x10
reserved[0] [0x9e800000-0xabffffff], 0x0d800000 bytes flags: 4
reserved[1] [0xfead1000-0xffffffff], 0x0152f000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002880000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000ffad8c00
sp start = 0x00000000ffad8c00
Early malloc usage: 3148 / 8000
=>
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x0000000680000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000fff15000
reloc off = 0x000000007f715000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 68:e7:4a:08:40:77
IP addr = 192.168.0.184
fdt_blob = 0x00000000ffad8c10
new_fdt = 0x00000000ffad8c10
fdt_size = 0x000000000001c1a0
lmb_dump_all:
memory.cnt = 0x2 / max = 0x10
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0
memory[1] [0x880000000-0xeffffffff], 0x680000000 bytes flags: 0
reserved.cnt = 0x2 / max = 0x10
reserved[0] [0x9e800000-0xabffffff], 0x0d800000 bytes flags: 4
reserved[1] [0xfead1000-0xffffffff], 0x0152f000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002880000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000ffad8c00
sp start = 0x00000000ffad8c00
Early malloc usage: 3148 / 8000
=> ls mmc 0:1
** No partition table - mmc 0 **
Couldn't find partition mmc 0:1
=> ls mmc 1:1
EFI/
19001856 Image
388669 tiboot3.bin
388669 tiboot3-j784s4-gp-evm.bin
391258 tiboot3-j784s4-hs-evm.bin
391258 tiboot3-j784s4-hs-fs-evm.bin
960523 tispl.bin
932787 u-boot.img
574 uEnv.txt
4 ws-calibrate.rules
9 file(s), 1 dir(s)
=> ext4ls mmc 0:2 /lib/firmware
** No partition table - mmc 0 **
Couldn't find partition mmc 0:2
=> ext4ls mmc 1:2 /lib/firmware
<DIR> 4096 .
<DIR> 40960 ..
2040 LICENCE.ibt_firmware
2046 LICENCE.iwlwifi_firmware
482656 bl32.bin
4426544 bl32.elf
<DIR> 4096 cadence
<DIR> 4096 cnm
<DIR> 4096 intel
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
1490508 iwlwifi-9260-th-b0-jf-b0-46.ucode
<SYM> 70 j784s4-c71_0-fw
<SYM> 77 j784s4-c71_0-fw-sec
<SYM> 70 j784s4-c71_1-fw
<SYM> 77 j784s4-c71_1-fw-sec
<SYM> 70 j784s4-c71_2-fw
<SYM> 77 j784s4-c71_2-fw-sec
<SYM> 70 j784s4-c71_3-fw
<SYM> 77 j784s4-c71_3-fw-sec
<SYM> 72 j784s4-main-r5f0_0-fw
<SYM> 79 j784s4-main-r5f0_0-fw-sec
<SYM> 72 j784s4-main-r5f0_1-fw
<SYM> 79 j784s4-main-r5f0_1-fw-sec
<SYM> 72 j784s4-main-r5f1_0-fw
<SYM> 79 j784s4-main-r5f1_0-fw-sec
<SYM> 72 j784s4-main-r5f1_1-fw
<SYM> 79 j784s4-main-r5f1_1-fw-sec
<SYM> 72 j784s4-main-r5f2_0-fw
<SYM> 79 j784s4-main-r5f2_0-fw-sec
<SYM> 72 j784s4-main-r5f2_1-fw
<SYM> 79 j784s4-main-r5f2_1-fw-sec
<SYM> 72 j784s4-mcu-r5f0_1-fw
<SYM> 79 j784s4-mcu-r5f0_1-fw-sec
4896 regulatory.db
1085 regulatory.db.p7s
143360 rgx.fw.36.53.104.796
383128 rgx.sh.36.53.104.796
28 tee-header_v2.bin
0 tee-pageable_v2.bin
482656 tee-pager_v2.bin
482656 tee-raw.bin
482684 tee.bin
4426544 tee.elf
<DIR> 4096 ti-connectivity
<DIR> 4096 ti-eth
<DIR> 4096 ti-ipc
<SYM> 46 wave521c_k3_codec_fw.bin
=> mmc rescan; echo $?
0
=> fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4
4 bytes written in 6 ms (0 Bytes/s)
=> boot
## Checking Image at 82000000 ...
Unknown image format!
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Working FDT set to 88000000
Loading Device Tree to 000000008ffe1000, end 000000008ffffd6c ... OK
Working FDT set to 8ffe1000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.1.80-ti-g2e423244f8c0 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Wed Mar 20 14:43:33 UTC 2024
[ 0.000000] Machine model: Texas Instruments J784S4 EVM
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002880000 (options '')
[ 0.000000] printk: bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000e90000000, size 1792 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a6000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a6100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a7000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a7100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a9000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c71-dma-memory@a9000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a9100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c71-memory@a9100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000aa000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c71-dma-memory@aa000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000aa100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c71-memory@aa100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000ab000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c71-dma-memory@ab000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000ab100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c71-memory@ab100000, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x0000000effffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000009e7fffff]
[ 0.000000] node 0: [mem 0x000000009e800000-0x00000000abffffff]
[ 0.000000] node 0: [mem 0x00000000ac000000-0x00000000ffffffff]
[ 0.000000] node 0: [mem 0x0000000880000000-0x0000000effffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000effffffff]
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.4
[ 0.000000] percpu: Embedded 20 pages/cpu s41064 r8192 d32664 u81920
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: Spectre-v3a
[ 0.000000] CPU features: detected: Spectre-BHB
[ 0.000000] CPU features: detected: ARM erratum 1742098
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 7225344
[ 0.000000] Kernel command line: console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j784s4-evm/autofs/ce6bdb366bdc8134f3291638ca7ae054,nolock,v3,tcp,rsize=4096,wsize=4096
[ 0.000000] sysrq: sysrq always enabled.
[ 0.000000] Unknown kernel command line parameters "earlyprintk=serial,ttyS2,115200n8", will be passed to user space.
[ 0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 8.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
[ 0.000000] Memory: 26652024K/29360128K available (11712K kernel code, 1258K rwdata, 3812K rodata, 1984K init, 438K bss, 873096K reserved, 1835008K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: [Firmware Bug]: GICR region 0x0000000001900000 has overlapping address
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 960 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: GICv3 features: 16 PPIs
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000
[ 0.000000] ITS [mem 0x01820000-0x0182ffff]
[ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
[ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
[ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x0000000880050000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880060000
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
[ 0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.008435] Console: colour dummy device 80x25
[ 0.013012] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023685] pid_max: default: 32768 minimum: 301
[ 0.028424] LSM: Security Framework initializing
[ 0.033242] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.041043] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.050199] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.057596] cblist_init_generic: Setting shift to 3 and lim to 1.
[ 0.063862] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.071248] cblist_init_generic: Setting shift to 3 and lim to 1.
[ 0.077552] rcu: Hierarchical SRCU implementation.
[ 0.082451] rcu: Max phase no-delay instances is 1000.
[ 0.087933] Platform MSI: msi-controller@1820000 domain created
[ 0.094114] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.103526] EFI services will not be available.
[ 0.108368] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
I/TC: Secondary CPU 2 initializing
I/TC: Secondary CPU 2 switching to normal world boot
I/TC: Secondary CPU 3 initializing
I/TC: Secondary CPU 3 switching to normal world boot
I/TC: Secondary CPU 4 initializing
I/TC: Secondary CPU 4 switching to normal world boot
I/TC: Secondary CPU 5 initializing
I/TC: Secondary CPU 5 switching to normal world boot
I/TC: Secondary CPU 6 initializing
I/TC: Secondary CPU 6 switching to normal world boot
I/TC: Secondary CPU 7 initializing
I/TC: Secondary CPU 7 switching to normal world boot
[ 0.121451] Detected PIPT I-cache on CPU1
[ 0.121509] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.121523] GICv3: CPU1: using allocated LPI pending table @0x0000000880070000
[ 0.121554] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.130014] Detected PIPT I-cache on CPU2
[ 0.130060] GICv3: CPU2: found redistributor 2 region 0:0x0000000001940000
[ 0.130073] GICv3: CPU2: using allocated LPI pending table @0x0000000880080000
[ 0.130095] CPU2: Booted secondary processor 0x0000000002 [0x411fd080]
[ 0.138501] Detected PIPT I-cache on CPU3
[ 0.138544] GICv3: CPU3: found redistributor 3 region 0:0x0000000001960000
[ 0.138557] GICv3: CPU3: using allocated LPI pending table @0x0000000880090000
[ 0.138579] CPU3: Booted secondary processor 0x0000000003 [0x411fd080]
[ 0.147035] Detected PIPT I-cache on CPU4
[ 0.147116] GICv3: CPU4: found redistributor 100 region 0:0x0000000001980000
[ 0.147130] GICv3: CPU4: using allocated LPI pending table @0x00000008800a0000
[ 0.147162] CPU4: Booted secondary processor 0x0000000100 [0x411fd080]
[ 0.155621] Detected PIPT I-cache on CPU5
[ 0.155674] GICv3: CPU5: found redistributor 101 region 0:0x00000000019a0000
[ 0.155687] GICv3: CPU5: using allocated LPI pending table @0x00000008800b0000
[ 0.155711] CPU5: Booted secondary processor 0x0000000101 [0x411fd080]
[ 0.164145] Detected PIPT I-cache on CPU6
[ 0.164197] GICv3: CPU6: found redistributor 102 region 0:0x00000000019c0000
[ 0.164210] GICv3: CPU6: using allocated LPI pending table @0x00000008800c0000
[ 0.164233] CPU6: Booted secondary processor 0x0000000102 [0x411fd080]
[ 0.172653] Detected PIPT I-cache on CPU7
[ 0.172706] GICv3: CPU7: found redistributor 103 region 0:0x00000000019e0000
[ 0.172719] GICv3: CPU7: using allocated LPI pending table @0x00000008800d0000
[ 0.172743] CPU7: Booted secondary processor 0x0000000103 [0x411fd080]
[ 0.172791] smp: Brought up 1 node, 8 CPUs
[ 0.353767] SMP: Total of 8 processors activated.
[ 0.358573] CPU features: detected: 32-bit EL0 Support
[ 0.363827] CPU features: detected: CRC32 instructions
[ 0.369121] CPU: All CPU(s) started at EL2
[ 0.373309] alternatives: applying system-wide alternatives
[ 0.379979] devtmpfs: initialized
[ 0.393048] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.403025] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.434159] pinctrl core: initialized pinctrl subsystem
[ 0.439848] DMI not present or invalid.
[ 0.444098] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.451458] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[ 0.459485] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.468213] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.476444] audit: initializing netlink subsys (disabled)
[ 0.482065] audit: type=2000 audit(0.340:1): state=initialized audit_enabled=0 res=1
[ 0.482275] thermal_sys: Registered thermal governor 'step_wise'
[ 0.489984] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.496204] cpuidle: using governor menu
[ 0.506948] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.513976] ASID allocator initialised with 65536 entries
[ 0.528236] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@100000/pinctrl@a40000/mcu-cpsw-cpts
[ 0.540827] KASLR disabled due to lack of seed
[ 0.548236] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.555187] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.561592] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.568527] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.574929] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.581864] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.588265] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.595200] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.602325] k3-chipinfo 43000014.chipid: Family:J784S4 rev:SR1.0 JTAGID[0x0bb8002f] Detected
[ 0.611835] iommu: Default domain type: Translated
[ 0.616852] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.623368] SCSI subsystem initialized
[ 0.627352] usbcore: registered new interface driver usbfs
[ 0.632970] usbcore: registered new interface driver hub
[ 0.638409] usbcore: registered new device driver usb
[ 0.643764] pps_core: LinuxPPS API ver. 1 registered
[ 0.648836] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.658174] PTP clock support registered
[ 0.662255] EDAC MC: Ver: 3.0.0
[ 0.665936] FPGA manager framework
[ 0.669443] Advanced Linux Sound Architecture Driver Initialized.
[ 0.676095] clocksource: Switched to clocksource arch_sys_counter
[ 0.682440] VFS: Disk quotas dquot_6.6.0
[ 0.686467] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.696428] NET: Registered PF_INET protocol family
[ 0.701757] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.714529] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 0.723555] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.731487] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.740583] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.748955] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.755856] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.763215] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.771099] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.777170] RPC: Registered named UNIX socket transport module.
[ 0.783229] RPC: Registered udp transport module.
[ 0.788031] RPC: Registered tcp transport module.
[ 0.792833] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.799414] NET: Registered PF_XDP protocol family
[ 0.804317] PCI: CLS 0 bytes, default 64
[ 0.808994] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.818345] Initialise system trusted keyrings
[ 0.823004] workingset: timestamp_bits=46 max_order=23 bucket_order=0
[ 0.831634] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.837846] NFS: Registering the id_resolver key type
[ 0.843025] Key type id_resolver registered
[ 0.847297] Key type id_legacy registered
[ 0.851416] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.858265] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.885076] Key type asymmetric registered
[ 0.889260] Asymmetric key parser 'x509' registered
[ 0.894269] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.901897] io scheduler mq-deadline registered
[ 0.906529] io scheduler kyber registered
[ 0.912937] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
[ 0.918919] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
[ 0.924949] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
[ 0.931161] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
[ 0.936985] pinctrl-single 11c000.pinctrl: 72 pins, size 288
[ 0.943404] pinctrl-single a40000.pinctrl: 512 pins, size 2048
[ 0.952960] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
[ 0.964883] loop: module loaded
[ 0.968716] megasas: 07.719.03.00-rc1
[ 0.974039] tun: Universal TUN/TAP device driver, 1.6
[ 0.979588] VFIO - User Level meta-driver version: 0.3
[ 0.985220] usbcore: registered new interface driver usb-storage
[ 0.991680] i2c_dev: i2c /dev entries driver
[ 0.996634] sdhci: Secure Digital Host Controller Interface driver
[ 1.002951] sdhci: Copyright(c) Pierre Ossman
[ 1.007515] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.013718] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.019954] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.026690] usbcore: registered new interface driver usbhid
[ 1.032387] usbhid: USB HID core driver
[ 1.036895] optee: probing for conduit method.
I/TC: Reserved shared memory is enabled
I/TC: Dynamic shared memory is enabled
I/TC: Normal World virtualization support is disabled
I/TC: Asynchronous notifications are disabled
[ 1.041453] optee: revision 4.1 (012cdca4)
[ 1.057852] optee: dynamic shared memory is enabled
[ 1.067244] optee: initialized driver
[ 1.072079] Initializing XFRM netlink socket
[ 1.076462] NET: Registered PF_PACKET protocol family
[ 1.081660] Key type dns_resolver registered
[ 1.086218] registered taskstats version 1
[ 1.090417] Loading compiled-in X.509 certificates
[ 1.101030] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
[ 1.153778] omap_i2c 42120000.i2c: bus 1 rev0.12 at 400 kHz
[ 1.160114] pca953x 0-0020: supply vcc not found, using dummy regulator
[ 1.166952] pca953x 0-0020: using no AI
[ 1.192708] pca953x 0-0022: supply vcc not found, using dummy regulator
[ 1.199508] pca953x 0-0022: using AI
[ 1.203789] omap_i2c 2000000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.209839] pca953x 2-0020: supply vcc not found, using dummy regulator
[ 1.216641] pca953x 2-0020: using no AI
[ 1.244530] omap_i2c 2040000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.250631] pca953x 3-0020: supply vcc not found, using dummy regulator
[ 1.257438] pca953x 3-0020: using no AI
[ 1.284380] omap_i2c 2050000.i2c: bus 3 rev0.12 at 400 kHz
[ 1.290170] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 177 domain created
[ 1.298705] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 10 domain created
[ 1.307950] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 283 domain created
[ 1.316603] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 321 created
[ 1.330387] ti-udma 311a0000.dma-controller: Number of rings: 48
[ 1.337138] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8, rchan: 16)
[ 1.346313] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:328
[ 1.356190] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.362949] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.371812] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:315
[ 1.381958] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.388717] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.396638] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 216, base_baud = 6000000) is a 8250
[ 1.406055] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 217, base_baud = 3000000) is a 8250
[ 1.414909] printk: console [ttyS2] enabled
[ 1.414909] printk: console [ttyS2] enabled
[ 1.423351] printk: bootconsole [ns16550a0] disabled
[ 1.423351] printk: bootconsole [ns16550a0] disabled
[ 1.472094] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.481394] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.489665] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.502522] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.509728] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.515891] pps pps0: new PPS source ptp0
[ 1.520028] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
[ 1.568098] davinci_mdio c200f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.577155] davinci_mdio c200f00.mdio: phy[0]: device c200f00.mdio:00, driver TI DP83867
[ 1.585247] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.597989] am65-cpsw-nuss c200000.ethernet: Use random MAC address
[ 1.604244] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4
[ 1.611362] am65-cpsw-nuss c200000.ethernet: ALE Table size 64
[ 1.617483] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:250000000, add_val:3 pps:0
[ 1.627640] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:250000000, add_val:3 pps:0
[ 1.636468] mmc0: CQHCI version 5.10
[ 1.678684] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 1.770527] mmc0: Command Queue Engine enabled
[ 1.774972] mmc0: new HS200 MMC card at address 0001
[ 1.780284] mmcblk0: mmc0:0001 G1M15L 29.6 GiB
[ 1.786040] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB
[ 1.791664] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB
[ 1.797189] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (240:0)
[ 1.831775] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
[ 1.838476] tps6594-rtc tps6594-rtc.4.auto: setting system clock to 2024-05-09T12:26:28 UTC (1715257588)
[ 1.848307] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fca100
[ 1.855089] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fca100
[ 1.861866] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fca100
[ 1.868639] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fca100
[ 1.875437] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fca100
[ 1.882210] omap-mailbox 31f85000.mailbox: omap mailbox rev 0x66fca100
[ 1.891436] ti-udma 285c0000.dma-controller: Channels: 22 (tchan: 11, rchan: 11, gp-rflow: 8)
[ 1.901424] ti-udma 31150000.dma-controller: Channels: 66 (tchan: 33, rchan: 33, gp-rflow: 16)
[ 1.913810] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[ 1.918817] 7 fixed-partitions partitions found on MTD device 47040000.spi.0
[ 1.925854] Creating 7 MTD partitions on "47040000.spi.0":
[ 1.931326] 0x000000000000-0x000000100000 : "ospi.tiboot3"
[ 1.937484] 0x000000100000-0x000000300000 : "ospi.tispl"
[ 1.943350] 0x000000300000-0x000000700000 : "ospi.u-boot"
[ 1.949281] 0x000000700000-0x000000740000 : "ospi.env"
[ 1.954950] 0x000000740000-0x000000780000 : "ospi.env.backup"
[ 1.961209] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 1.967146] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[ 1.985036] spi-nor spi1.0: mt25qu512a (65536 Kbytes)
[ 1.990124] 7 fixed-partitions partitions found on MTD device 47050000.spi.0
[ 1.997174] Creating 7 MTD partitions on "47050000.spi.0":
[ 2.002647] 0x000000000000-0x000000100000 : "qspi.tiboot3"
[ 2.008670] 0x000000100000-0x000000300000 : "qspi.tispl"
[ 2.014523] 0x000000300000-0x000000700000 : "qspi.u-boot"
[ 2.020445] 0x000000700000-0x000000740000 : "qspi.env"
[ 2.026106] 0x000000740000-0x000000780000 : "qspi.env.backup"
[ 2.032377] 0x000000800000-0x000003fc0000 : "qspi.rootfs"
[ 2.038315] 0x000003fc0000-0x000004000000 : "qspi.phypattern"
[ 2.084101] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 2.093383] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 2.101651] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 2.114516] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 2.121723] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 2.127882] pps pps0: new PPS source ptp1
[ 2.132022] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
[ 2.141921] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 2.188103] davinci_mdio c200f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 2.197239] davinci_mdio c200f00.mdio: phy[0]: device c200f00.mdio:00, driver TI DP83867
[ 2.205329] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 2.218081] am65-cpsw-nuss c200000.ethernet: Use random MAC address
[ 2.224338] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4
[ 2.231456] am65-cpsw-nuss c200000.ethernet: ALE Table size 64
[ 2.237593] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0
[ 2.247393] am65-cpsw-nuss c200000.ethernet: set new flow-id-base 82
[ 2.255294] debugfs: Directory 'pd:74' with parent 'pm_genpd' already present!
[ 2.255363] mmc1: CQHCI version 5.10
[ 2.262542] debugfs: Directory 'pd:73' with parent 'pm_genpd' already present!
[ 2.273299] debugfs: Directory 'pd:72' with parent 'pm_genpd' already present!
[ 2.281006] debugfs: Directory 'pd:335' with parent 'pm_genpd' already present!
[ 2.288319] debugfs: Directory 'pd:333' with parent 'pm_genpd' already present!
[ 2.295637] debugfs: Directory 'pd:332' with parent 'pm_genpd' already present!
[ 2.307044] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 2.326765] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 2.336240] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 2.369146] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
[ 2.376172] mmcblk1: mmc1:aaaa SL32G 29.7 GiB
[ 2.384873] mmcblk1: p1 p2 p3
[ 6.445558] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 6.468094] Sending DHCP requests ., OK
[ 6.487930] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.184
[ 6.495662] IP-Config: Complete:
[ 6.498881] device=eth0, hwaddr=68:e7:4a:08:40:77, ipaddr=192.168.0.184, mask=255.255.255.0, gw=192.168.0.1
[ 6.509036] host=192.168.0.184, domain=ti.com, nis-domain=(none)
[ 6.515460] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 6.515463] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 6.536127] ALSA device list:
[ 6.539086] No soundcards found.
[ 6.561301] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 6.567454] devtmpfs: mounted
[ 6.571146] Freeing unused kernel memory: 1984K
[ 6.592154] Run /sbin/init as init process
[ 6.756305] NET: Registered PF_INET6 protocol family
[ 6.762749] Segment Routing with IPv6
[ 6.766432] In-situ OAM (IOAM) with IPv6
[ 6.785741] 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)
[ 6.817331] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.10[0m!
[ 6.888868] systemd[1]: Hostname set to <j784s4-evm>.
[ 6.944137] random: crng init done
[ 6.964202] systemd-sysv-generator[200]: 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.
[ 6.964655] systemd[191]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 7.124402] 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.
[ 7.172524] 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.
[ 7.227233] systemd[1]: Queued start job for default target Graphical Interface.
[ 7.289564] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 7.313487] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 7.337208] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 7.361050] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 7.384261] 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.
[ 7.408206] 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.
[ 7.432296] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 7.448158] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 7.468140] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 7.484152] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 7.521520] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 7.544215] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 7.572324] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 7.592264] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 7.616759] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 7.636829] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 7.660355] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 7.676909] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 7.701191] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 7.724267] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 7.744563] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 7.784369] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 7.802704] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 7.826466] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 7.844347] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 7.861018] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 7.879544] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 7.902454] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 7.922530] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 7.943410] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 7.968467] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 7.981116] fuse: init (API version 7.37)
[ 7.999882] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 8.016512] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 8.032725] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 8.057109] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 8.072342] cryptodev: loading out-of-tree module taints kernel.
[ 8.079216] cryptodev: driver 1.12 loaded.
[ 8.081497] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 8.115037] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 8.143215] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 8.168473] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 8.184569] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m.
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[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;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;39mFUSE Control File System[0m...
Mounting [0;1;39mKernel Configuration File System[0m...
Starting [0;1;39mFlush Journal to Persistent Storage[0m...
[ 8.512014] systemd-journald[217]: Received client request to flush runtime journal.
Starting [0;1;39mApply Kernel Variables[0m...
Starting [0;1;39mCreate Static Device Nodes in /dev[0m...
[[0;32m OK [0m] Mounted [0;1;39mFUSE Control File System[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 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...
[ 8.726674] audit: type=1334 audit(1715257595.384:2): prog-id=5 op=LOAD
[ 8.733307] audit: type=1334 audit(1715257595.392:3): prog-id=6 op=LOAD
Starting [0;1;39mRule-based Managefor Device Events and Files[0m...
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[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;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] Found device [0;1;39m/dev/ttyS2[0m.
[ 8.911546] CAN device driver interface
[ 8.927753] mc: Linux media interface: v0.10
[ 8.968796] j721e-pcie-host 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
[ 8.977868] j721e-pcie-host 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000
[ 8.987311] j721e-pcie-host 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000
[ 8.996289] j721e-pcie-host 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 8.997783] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a8000000
[ 9.015462] k3-dsp-rproc 64800000.dsp: configured DSP for remoteproc mode
[ 9.015499] videodev: Linux video capture interface: v2.00
[ 9.026039] remoteproc remoteproc0: 64800000.dsp is available
[ 9.026686] PVR_K: 270: Device: 4e20000000.gpu
[ 9.026822] PVR_K: 270: Read BVNC 36.53.104.796 from HW device registers
[ 9.026927] PVR_K: 270: RGX Device registered BVNC 36.53.104.796 with 1 core in the system
[ 9.046535] [drm] Initialized pvr 23.3.6512818 20170530 for 4e20000000.gpu on minor 0
[ 9.053380] k3-dsp-rproc 64800000.dsp: register pm nitifiers in remoteproc mode
[[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m.
[ 9.086975] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[ 9.094168] k3-dsp-rproc 65800000.dsp: assigned reserved memory node c71-dma-memory@a9000000
[ 9.099117] cdns-mhdp8546 a000000.dp-bridge: invalid resource
[ 9.113020] platform 41000000.r5f: configured R5F for IPC-only mode
[ 9.113044] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
[ 9.113064] k3-dsp-rproc 65800000.dsp: configured DSP for remoteproc mode
[ 9.119856] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
[ 9.128138] j721e-pcie-host 2900000.pcie: Link up
[ 9.128303] j721e-pcie-host 2900000.pcie: PCI host bridge to bus 0000:00
[ 9.128309] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 9.128316] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x10001000-0x10010fff])
[ 9.128320] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff]
[ 9.128364] pci 0000:00:00.0: [104c:b00d] type 01 class 0x060400
[ 9.128371] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[ 9.128493] pci 0000:00:00.0: supports D1
[ 9.138789] remoteproc remoteproc1: 41000000.r5f is available
[ 9.143586] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 9.149676] remoteproc remoteproc1: attaching to 41000000.r5f
[ 9.157360] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 9.163000] platform 41000000.r5f: R5F core initialized in IPC-only mode
[ 9.178886] remoteproc remoteproc2: 65800000.dsp is available
[ 9.179163] pci 0000:01:00.0: [8086:2526] type 00 class 0x028000
[ 9.179283] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
[ 9.180363] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 9.185439] rproc-virtio rproc-virtio.7.auto: assigned reserved memory node r5f-dma-memory@a0000000
[ 9.192732] k3-dsp-rproc 65800000.dsp: register pm nitifiers in remoteproc mode
[ 9.202669] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 9.208992] k3-dsp-rproc 66800000.dsp: assigned reserved memory node c71-dma-memory@aa000000
[ 9.214257] rproc-virtio rproc-virtio.7.auto: registered virtio0 (type 7)
[ 9.223163] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
[ 9.228797] k3-dsp-rproc 66800000.dsp: configured DSP for remoteproc mode
[ 9.229094] remoteproc remoteproc1: remote processor 41000000.r5f is now attached
[ 9.236780] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
[ 9.241767] remoteproc remoteproc3: 66800000.dsp is available
[ 9.241844] k3-dsp-rproc 66800000.dsp: register pm nitifiers in remoteproc mode
[ 9.252068] platform 5c00000.r5f: configured R5F for remoteproc mode
[ 9.255815] k3-dsp-rproc 67800000.dsp: assigned reserved memory node c71-dma-memory@ab000000
[ 9.257644] remoteproc remoteproc0: powering up 64800000.dsp
[ 9.257665] remoteproc remoteproc0: Booting fw image j784s4-c71_0-fw, size 10489056
[ 9.257939] remoteproc remoteproc0: unsupported resource 65538
[ 9.258737] k3-dsp-rproc 64800000.dsp: booting DSP core using boot addr = 0xa8e00000
[ 9.259506] rproc-virtio rproc-virtio.8.auto: assigned reserved memory node c71-dma-memory@a8000000
[ 9.260006] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 9.260024] rproc-virtio rproc-virtio.8.auto: registered virtio1 (type 7)
[ 9.260028] remoteproc remoteproc0: remote processor 64800000.dsp is now up
[ 9.265276] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
[ 9.274798] k3-dsp-rproc 67800000.dsp: configured DSP for remoteproc mode
[ 9.280157] remoteproc remoteproc4: 5c00000.r5f is available
[ 9.289672] remoteproc remoteproc5: 67800000.dsp is available
[ 9.296782] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
[ 9.299913] k3-dsp-rproc 67800000.dsp: register pm nitifiers in remoteproc mode
[ 9.306438] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
Starting [0;1;39mNetwork Time Synchronization[0m...
[ 9.467580] remoteproc remoteproc4: powering up 5c00000.r5f
[ 9.473526] remoteproc remoteproc4: Booting fw image j784s4-main-r5f0_0-fw, size 82136
[ 9.485433] rproc-virtio rproc-virtio.9.auto: assigned reserved memory node r5f-dma-memory@a2000000
[ 9.494990] virtio_rpmsg_bus virtio2: rpmsg host is online
[ 9.502432] rproc-virtio rproc-virtio.9.auto: registered virtio2 (type 7)
[ 9.509273] remoteproc remoteproc4: remote processor 5c00000.r5f is now up
Starting [0;1;39mRecord System Boot/Shutdown in UTMP[[ 9.514378] platform 5d00000.r5f: configured R5F for remoteproc mode
0m...
[ 9.529061] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xd
[ 9.538612] platform 5d00000.r5f: assigned reserved memory node r5f-dma-memory@a3000000
[ 9.541435] remoteproc remoteproc6: 5d00000.r5f is available
[ 9.550764] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe
[ 9.574356] remoteproc remoteproc6: powering up 5d00000.r5f
[ 9.578511] m_can_platform 40528000.can: m_can device registered (irq=605, version=32)
[ 9.579969] remoteproc remoteproc6: Booting fw image j784s4-main-r5f0_1-fw, size 82136
[ 9.594771] m_can_platform 40568000.can: m_can device registered (irq=591, version=32)
[ 9.599349] rproc-virtio rproc-virtio.10.auto: assigned reserved memory node r5f-dma-memory@a3000000
[ 9.608047] m_can_platform 26a1000.can: m_can device registered (irq=592, version=32)
[ 9.608483] platform 5e00000.r5f: configured R5F for remoteproc mode
[ 9.617936] platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000
[ 9.626152] virtio_rpmsg_bus virtio3: rpmsg host is online
[ 9.631246] remoteproc remoteproc7: 5e00000.r5f is available
[ 9.635649] rproc-virtio rproc-virtio.10.auto: registered virtio3 (type 7)
[ 9.644726] virtio_rpmsg_bus virtio3: creating channel ti.ipc4.ping-pong addr 0xd
[ 9.646820] remoteproc remoteproc6: remote processor 5d00000.r5f is now up
[ 9.653801] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xe
[[0;32m OK [0m] Finished [0;1;39mRecord System Boot/Shutdown in UTMP[0m.
[ 9.700652] remoteproc remoteproc7: powering up 5e00000.r5f
[ 9.707430] remoteproc remoteproc7: Booting fw image j784s4-main-r5f1_0-fw, size 82136
[ 9.718498] platform 5f00000.r5f: configured R5F for remoteproc mode
[ 9.720728] rproc-virtio rproc-virtio.11.auto: assigned reserved memory node r5f-dma-memory@a4000000
[ 9.726646] platform 5f00000.r5f: assigned reserved memory node r5f-dma-memory@a5000000
[ 9.735358] virtio_rpmsg_bus virtio4: rpmsg host is online
[ 9.747988] remoteproc remoteproc8: 5f00000.r5f is available
[ 9.748279] rproc-virtio rproc-virtio.11.auto: registered virtio4 (type 7)
[ 9.756859] virtio_rpmsg_bus virtio4: creating channel ti.ipc4.ping-pong addr 0xd
[ 9.761125] remoteproc remoteproc7: remote processor 5e00000.r5f is now up
[ 9.768233] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xe
[ 9.804455] remoteproc remoteproc8: powering up 5f00000.r5f
[ 9.810492] remoteproc remoteproc8: Booting fw image j784s4-main-r5f1_1-fw, size 82136
[ 9.819603] remoteproc remoteproc2: powering up 65800000.dsp
[ 9.821041] rproc-virtio rproc-virtio.12.auto: assigned reserved memory node r5f-dma-memory@a5000000
[ 9.826156] remoteproc remoteproc2: Booting fw image j784s4-c71_1-fw, size 10489056
[ 9.831930] platform 5900000.r5f: configured R5F for remoteproc mode
[ 9.832394] platform 5900000.r5f: assigned reserved memory node r5f-dma-memory@a6000000
[ 9.833276] remoteproc remoteproc9: 5900000.r5f is available
[ 9.834982] virtio_rpmsg_bus virtio5: rpmsg host is online
[ 9.843899] remoteproc remoteproc2: unsupported resource 65538
[ 9.848537] rproc-virtio rproc-virtio.12.auto: registered virtio5 (type 7)
[ 9.851670] remoteproc remoteproc9: powering up 5900000.r5f
[ 9.851686] remoteproc remoteproc9: Booting fw image j784s4-main-r5f2_0-fw, size 82136
[ 9.853289] rproc-virtio rproc-virtio.14.auto: assigned reserved memory node r5f-dma-memory@a6000000
[ 9.853806] virtio_rpmsg_bus virtio6: rpmsg host is online
[ 9.853827] rproc-virtio rproc-virtio.14.auto: registered virtio6 (type 7)
[ 9.853831] remoteproc remoteproc9: remote processor 5900000.r5f is now up
[ 9.854951] platform 5a00000.r5f: configured R5F for remoteproc mode
[ 9.855789] platform 5a00000.r5f: assigned reserved memory node r5f-dma-memory@a7000000
[ 9.856983] virtio_rpmsg_bus virtio5: creating channel ti.ipc4.ping-pong addr 0xd
[ 9.858430] remoteproc remoteproc10: 5a00000.r5f is available
[ 9.860013] k3-dsp-rproc 65800000.dsp: booting DSP core using boot addr = 0xa9e00000
[ 9.862158] remoteproc remoteproc8: remote processor 5f00000.r5f is now up
[ 9.880434] rproc-virtio rproc-virtio.13.auto: assigned reserved memory node c71-dma-memory@a9000000
[ 9.887206] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0xe
[ 9.893956] remoteproc remoteproc3: powering up 66800000.dsp
[ 9.893974] remoteproc remoteproc3: Booting fw image j784s4-c71_2-fw, size 10489056
[ 9.894340] remoteproc remoteproc3: unsupported resource 65538
[ 9.895685] k3-dsp-rproc 66800000.dsp: booting DSP core using boot addr = 0xaae00000
[ 9.906066] virtio_rpmsg_bus virtio6: creating channel ti.ipc4.ping-pong addr 0xd
[ 9.911111] remoteproc remoteproc10: powering up 5a00000.r5f
[ 9.911389] rproc-virtio rproc-virtio.15.auto: assigned reserved memory node c71-dma-memory@aa000000
[ 9.911909] virtio_rpmsg_bus virtio8: rpmsg host is online
[ 9.911925] rproc-virtio rproc-virtio.15.auto: registered virtio8 (type 7)
[ 9.911930] remoteproc remoteproc3: remote processor 66800000.dsp is now up
[ 9.913994] virtio_rpmsg_bus virtio7: rpmsg host is online
[ 9.914019] rproc-virtio rproc-virtio.13.auto: registered virtio7 (type 7)
[ 9.914024] remoteproc remoteproc2: remote processor 65800000.dsp is now up
[ 9.920967] virtio_rpmsg_bus virtio6: creating channel rpmsg_chrdev addr 0xe
[ 9.927926] remoteproc remoteproc10: Booting fw image j784s4-main-r5f2_1-fw, size 82136
[ 9.934672] virtio_rpmsg_bus virtio7: creating channel ti.ipc4.ping-pong addr 0xd
[ 9.934764] remoteproc remoteproc5: powering up 67800000.dsp
[ 9.934775] remoteproc remoteproc5: Booting fw image j784s4-c71_3-fw, size 10489056
[ 9.935043] remoteproc remoteproc5: unsupported resource 65538
[ 9.935868] k3-dsp-rproc 67800000.dsp: booting DSP core using boot addr = 0xabe00000
[ 9.955182] rproc-virtio rproc-virtio.16.auto: assigned reserved memory node c71-dma-memory@ab000000
[ 9.955958] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
[ 9.964254] rproc-virtio rproc-virtio.17.auto: assigned reserved memory node r5f-dma-memory@a7000000
[ 9.964289] virtio_rpmsg_bus virtio7: creating channel rpmsg_chrdev addr 0xe
[ 9.964356] virtio_rpmsg_bus virtio8: creating channel ti.ipc4.ping-pong addr 0xd
[ 9.969185] virtio_rpmsg_bus virtio8: creating channel rpmsg_chrdev addr 0xe
[ 10.003898] virtio_rpmsg_bus virtio9: rpmsg host is online
[ 10.005792] virtio_rpmsg_bus virtio10: rpmsg host is online
[ 10.013264] rproc-virtio rproc-virtio.16.auto: registered virtio9 (type 7)
[ 10.021381] virtio_rpmsg_bus virtio9: creating channel ti.ipc4.ping-pong addr 0xd
[ 10.021593] rproc-virtio rproc-virtio.17.auto: registered virtio10 (type 7)
[ 10.021605] remoteproc remoteproc10: remote processor 5a00000.r5f is now up
[ 10.025994] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
[ 10.026006] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled
[ 10.026010] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled
[ 10.026014] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled
[ 10.026616] remoteproc remoteproc5: remote processor 67800000.dsp is now up
[ 10.036034] virtio_rpmsg_bus virtio10: creating channel ti.ipc4.ping-pong addr 0xd
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronizatio[ 10.267174] virtio_rpmsg_bus virtio9: creating channel rpmsg_chrdev addr 0xe
n[0m.
[ 10.278834] scsi host0: ufshcd
[ 10.285308] virtio_rpmsg_bus virtio10: creating channel rpmsg_chrdev addr 0xe
[ 10.319171] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 10.326162] pci 0000:00:00.0: BAR 14: assigned [mem 0x10100000-0x101fffff]
[ 10.333198] pci 0000:01:00.0: BAR 0: assigned [mem 0x10100000-0x10103fff 64bit]
[ 10.341012] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 10.346029] pci 0000:00:00.0: bridge window [mem 0x10100000-0x101fffff]
[[0;32m OK [0m] Reached target [0;1;39mSystem Initializatio[ 10.359081] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
n[0m.
[ 10.379281] scsi 0:0:0:49488: Well-known LUN TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
[[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary [ 10.393830] pcieport 0000:00:00.0: PME: Signaling with IRQ 614
Directories[0m.
[ 10.400219] m_can_platform 26a1000.can main_mcan16: renamed from can2
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.[ 10.409186] pcieport 0000:00:00.0: AER: enabled with IRQ 614
[ 10.427219] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[ 10.435180] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000
[ 10.441731] cdns-csi2rx: probe of 4504000.csi-bridge failed with error -22
[ 10.443818] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000
[ 10.450999] scsi 0:0:0:49476: Well-known LUN TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
[ 10.459152] j721e-pcie-host 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 10.475890] cdns-ufshcd 4e84000.ufs: ufshcd_scsi_add_wlus: BOOT WLUN not found
[[0;32m OK [0m] Started [0;1;39mDaily rotation of log files[ 10.487652] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 1
[0m.
[ 10.502574] xhci-hcd xhci-hcd.18.auto: xHCI Host Controller
[[0;32m OK [0m] Reached target [0;1;39mTimer Units[0m.
[ 10.509986] xhci-hcd xhci-hcd.18.auto: new USB bus registered, assigned bus number 1
[ 10.516415] m_can_platform 40568000.can mcu_mcan1: renamed from can1
[ 10.517185] cdns-csi2rx: probe of 4514000.csi-bridge failed with error -22
[ 10.522371] xhci-hcd xhci-hcd.18.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010
[ 10.544657] xhci-hcd xhci-hcd.18.auto: irq 595, io mem 0x06010000
[[0;32m OK [0m] Listening on [0;1;39mAvahi mDNS/DNS-SD Stac[ 10.551041] xhci-hcd xhci-hcd.18.auto: xHCI Host Controller
k Activation Socket[0m.
[ 10.562162] xhci-hcd xhci-hcd.18.auto: new USB bus registered, assigned bus number 2
[ 10.570003] cdns-csi2rx: probe of 4524000.csi-bridge failed with error -22
[ 10.572140] xhci-hcd xhci-hcd.18.auto: Host supports USB 3.0 SuperSpeed
[[0;32m OK [0m] Listening on [0;1;39mD-Bus System Message B[ 10.586030] hub 1-0:1.0: USB hub found
us Socket[0m.
[ 10.589436] m_can_platform 40528000.can mcu_mcan0: renamed from can0
[ 10.595089] hub 1-0:1.0: 1 port detected
[ 10.607157] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Starting [0;1;39mDocker Socket for the API[0m...
[ 10.616308] hub 2-0:1.0: USB hub found
[ 10.624567] hub 2-0:1.0: 1 port detected
[ 10.627905] ------------[ cut here ]------------
[ 10.627917] WARNING: CPU: 1 PID: 159 at drivers/gpu/drm/bridge/cadence/cdns-dsi-core.c:703 cdns_dsi_bridge_early_enable+0x170/0x510 [cdns_dsi]
[ 10.627943] Modules linked in: rpmsg_ctrl xhci_plat_hcd rpmsg_char panel_edp cdns_csi2rx v4l2_fwnode cdns3 ti_am335x_adc kfifo_buf cdns_usb_common cdns_pltfrm omap_rng crct10dif_ce display_connector phy_can_transceiver wave5 j721e_csi2rx videobuf2_dma_contig videobuf2_memops v4l2_mem2mem videobuf2_v4l2 cdns_mhdp8546 ti_sn65dsi86 videobuf2_common v4l2_async ti_k3_r5_remoteproc tidss pvrsrvkm(O) videodev drm_display_helper k3_j72xx_bandgap cdns_dsi ti_k3_dsp_remoteproc drm_dp_aux_bus drm_dma_helper virtio_rpmsg_bus pci_j721e_host(+) drm_kms_helper ti_am335x_tscadc rpmsg_ns m_can_platform pci_j721e ti_j721e_ufs ti_k3_common mc m_can pcie_cadence_host sa2ul syscopyarea can_dev pcie_cadence cdns_dphy_rx cdns_dphy sysfillrect cdns3_ti sysimgblt fb_sys_fops optee_rng rti_wdt rng_core cryptodev(O) fuse drm drm_panel_orientation_quirks ipv6
[ 10.628043] CPU: 1 PID: 159 Comm: kworker/u16:3 Tainted: G O 6.1.80-ti-g2e423244f8c0 #1
[ 10.628049] Hardware name: Texas Instruments J784S4 EVM (DT)
[ 10.628054] Workqueue: events_unbound deferred_probe_work_func
[ 10.628077] pstate: 80000005 (Nzcv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[ 10.628082] pc : cdns_dsi_bridge_early_enable+0x170/0x510 [cdns_dsi]
[ 10.628091] lr : cdns_dsi_bridge_early_enable+0x130/0x510 [cdns_dsi]
[ 10.628098] sp : ffff80000a6eb470
[ 10.628099] x29: ffff80000a6eb490 x28: ffff000808d19e60 x27: 0000000000000000
[ 10.628107] x26: ffff00080323f000 x25: 0000000000000038 x24: 000000026d108893
[ 10.628115] x23: ffff000807181dc8 x22: 0000000000000002 x21: ffff00080323e818
[ 10.628121] x20: ffff000807181cc0 x19: ffff000807181c80 x18: ffff0008022f1900
[ 10.628127] x17: 0000000000000000 x16: 0000000000000000 x15: 000000000000006b
[ 10.628133] x14: 0000000000000158 x13: 0000000000000000 x12: 0000000000000003
[ 10.628139] x11: 0000000000000000 x10: 00000000000009b0 x9 : ffff80000a6eb300
[ 10.628144] x8 : ffff000802510a10 x7 : ffff000e0c735dc0 x6 : 00000005cda75722
[ 10.628150] x5 : 03ffffffffffffff x4 : 001da0b3c1000000 x3 : 0000000000000018
[ 10.628155] x2 : 0000000000000e16 x1 : 0000000000000000 x0 : 0000000000000000
[ 10.628161] Call trace:
[ 10.628164] cdns_dsi_bridge_early_enable+0x170/0x510 [cdns_dsi]
[ 10.628172] drm_atomic_bridge_chain_early_enable+0x88/0xd0 [drm]
[ 10.628299] drm_atomic_helper_commit_modeset_enables+0xc0/0x32c [drm_kms_helper]
[ 10.628393] tidss_atomic_commit_tail+0x48/0x80 [tidss]
[ 10.628409] commit_tail+0xa4/0x190 [drm_kms_helper]
[ 10.628438] drm_atomic_helper_commit+0x16c/0x180 [drm_kms_helper]
[ 10.628467] drm_atomic_commit+0xac/0xf0 [drm]
[ 10.628550] drm_client_modeset_commit_atomic+0x20c/0x270 [drm]
[ 10.628615] drm_client_modeset_commit_locked+0x5c/0x1a0 [drm]
[ 10.628683] drm_client_modeset_commit+0x30/0x60 [drm]
[ 10.628745] drm_fb_helper_set_par+0xc8/0x120 [drm_kms_helper]
[ 10.628779] fbcon_init+0x3a8/0x4ec
[ 10.628792] visual_init+0xb4/0x104
[ 10.628797] do_bind_con_driver.isra.0+0x1c4/0x394
[ 10.628802] do_take_over_console+0x144/0x1fc
[ 10.628805] do_fbcon_takeover+0x6c/0xe4
[ 10.628808] fbcon_fb_registered+0x1e4/0x1f0
[ 10.628813] register_framebuffer+0x21c/0x320
[ 10.628821] __drm_fb_helper_initial_config_and_unlock+0x33c/0x540 [drm_kms_helper]
[ 10.628854] drm_fbdev_client_hotplug+0x14c/0xe40 [drm_kms_helper]
[ 10.628884] drm_client_register+0x58/0xa0 [drm]
[ 10.628957] drm_fbdev_generic_setup+0xb4/0x160 [drm_kms_helper]
[ 10.628988] tidss_probe+0x260/0x3c0 [tidss]
[ 10.629000] platform_probe+0x68/0xe0
[ 10.629008] really_probe+0xbc/0x2dc
[ 10.629012] __driver_probe_device+0x78/0x114
[ 10.629017] driver_probe_device+0xd8/0x15c
[ 10.629021] __device_attach_driver+0xb8/0x134
[ 10.629025] bus_for_each_drv+0x7c/0xdc
[ 10.629030] __device_attach+0xac/0x1d0
[ 10.629034] device_initial_probe+0x14/0x20
[ 10.629039] bus_probe_device+0x9c/0xa4
[ 10.629043] deferred_probe_work_func+0x88/0xc0
[ 10.629047] process_one_work+0x1d0/0x320
[ 10.629054] worker_thread+0x14c/0x444
[ 10.629059] kthread+0x10c/0x110
[ 10.629065] ret_from_fork+0x10/0x20
[ 10.629071] ---[ end trace 0000000000000000 ]---
[ 10.672003] Console: switching to colour frame buffer device 100x37
[ 11.081753] tidss 4a00000.dss: [drm] fb0: tidssdrmfb frame buffer device
[[0;32m OK [0m] Listening on [0;1;39mdropbear.socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mPC/SC Smart Card Daemon Activation Socket[0m.
Starting [0;1;39mWeston socket[0m...
Starting [0;1;39mD-Bus System Message Bus[0m...
Starting [0;1;39mReboot and dump vmcore via kexec[0m...
[[0;32m OK [0m] Listening on [0;1;39mDocker Socket for the API[0m.
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m.
[[0;32m OK [0m] Listening on [0;1;39mWeston socket[0m.
[[0;32m OK [0m] Finished [0;1;39mReboot and dump vmcore via kexec[0m.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m.
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.
[[0;32m OK [0m] Started [0;1;39mJob spooling tools[0m.
[ 11.396167] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[[0;32m OK [0m] Started [0;1;39mPeriodic Command Scheduler[0m.
Starting [0;1;39mPrint notice about GPLv3 packages[0m...
Starting [0;1;39mIPv6 Packet Filtering Framework[0m...
Starting [0;1;39mIPv4 Packet Filtering Framework[0m...
[[0;32m OK [0m] Started [0;1;39mirqbalance daemon[0m.
Starting [0;1;39mLighttpd Daemon[0m...
[[0;32m OK [0m] Started [0;1;39mstrongSwan IPsec IIKEv2 [ 11.467446] audit: type=1334 audit(1715257601.337:4): prog-id=7 op=LOAD
daemon using ipsec.conf[0m.
[ 11.476043] audit: type=1334 audit(1715257601.345:5): prog-id=8 op=LOAD
Starting [0;1;39mUser Login Management[0m...
[ 11.485422] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0001:00
[ 11.496987] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 11.502506] pci_bus 0001:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x18001000-0x18010fff])
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[0m.
[ 11.512190] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff]
[ 11.524162] pci 0001:00:00.0: [104c:b013] type 01 class 0x060400
[ 11.524174] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[ 11.540031] pci 0001:00:00.0: supports D1
Starting [0;1;39mTelnet Server[0m...[ 11.544057] pci 0001:00:00.0: PME# supported from D0 D1 D3hot
[ 11.553920] pci 0001:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
Starting [0;1;39mRotate log files[0m...
[ 11.560915] pci 0001:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
[[0;32m OK [0m] Finished [0;1;39mIPv6 Packet Filtering Fram[ 11.578117] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
ework[0m.
[[0;32m OK [0m] Finished [0;1;39mIPv4 Packet Fi[ 11.584413] hub 1-1:1.0: USB hub found
[ 11.589226] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01
ltering Framework[0m.
[ 11.600238] hub 1-1:1.0: 4 ports detected
[ 11.604727] pci 0001:00:00.0: BAR 7: assigned [mem 0x18400000-0x193fffff 64bit]
[ 11.604742] pci 0001:00:00.0: PCI bridge to [bus 01]
[ 11.605284] pcieport 0001:00:00.0: PME: Signaling with IRQ 601
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.
[ 11.629394] pcieport 0001:00:00.0: AER: enabled with IRQ 601
[[0;32m OK [0m] Finished [0;1;39mTelnet Server[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p3[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p2[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p1[0m.
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m.
[ 11.700872] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
Starting [0;1;39mFile System Check on /dev/mmcblk1p1[[ 11.710777] cfg80211: Loading compiled-in X.509 certificates for regulatory database
0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p2[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p3[0m...
Starting [0;1;39mNetwork Configuration[0m...
[[0;32m OK [0m] Finished [0;1;39mRotate log files[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p1[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p2[0m.
[[0;32m OK [0m] Listenin[ 11.755466] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
g on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.[ 11.755899] hub 2-1:1.0: USB hub found
[ 11.768527] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Mounting [0;1;39m/run/media/boot-mmcblk1p1[0m...
[ 11.779455] hub 2-1:1.0: 4 ports detected
Mounting [0;1;39m/run/media/root-mmcblk1p2[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p3[0m.
Mounting [0;1;39m/run/media/mmcblk1p3[0m...
[ 11.823956] Intel(R) Wireless WiFi driver for Linux
[ 11.829718] iwlwifi 0000:01:00.0: enabling device (0000 -> 0002)
[ 11.857900] iwlwifi 0000:01:00.0: WRT: Overriding region id 0
[ 11.863754] iwlwifi 0000:01:00.0: WRT: Overriding region id 1
[ 11.869769] iwlwifi 0000:01:00.0: WRT: Overriding region id 2
[ 11.875684] iwlwifi 0000:01:00.0: WRT: Overriding region id 3
[ 11.881533] iwlwifi 0000:01:00.0: WRT: Overriding region id 4
[ 11.887366] iwlwifi 0000:01:00.0: WRT: Overriding region id 6
[ 11.893218] iwlwifi 0000:01:00.0: WRT: Overriding region id 8
[ 11.899055] iwlwifi 0000:01:00.0: WRT: Overriding region id 9
[ 11.904902] iwlwifi 0000:01:00.0: WRT: Overriding region id 10
[ 11.908143] usb 1-1.4: new high-speed USB device number 3 using xhci-hcd
[ 11.910815] iwlwifi 0000:01:00.0: WRT: Overriding region id 11
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
[ 11.923345] iwlwifi 0000:01:00.0: WRT: Overriding region id 15
[ 11.934824] iwlwifi 0000:01:00.0: WRT: Overriding region id 16
[ 11.940713] iwlwifi 0000:01:00.0: WRT: Overriding region id 18
[ 11.946585] iwlwifi 0000:01:00.0: WRT: Overriding region id 19
[ 11.952455] iwlwifi 0000:01:00.0: WRT: Overriding region id 20
[ 11.958321] iwlwifi 0000:01:00.0: WRT: Overriding region id 21
[ 11.964214] iwlwifi 0000:01:00.0: WRT: Overriding region id 28
Starting [0;1;39mNetwork Name Resolution[0m...
[ 11.971805] iwlwifi 0000:01:00.0: loaded firmware version 46.ff18e32a.0 9260-th-b0-jf-b0-46.ucode op_mode iwlmvm
[ 11.995387] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/boot-mmcblk1p1[0m.
[ 12.035298] hub 1-1.4:1.0: USB hub found
[ 12.040793] hub 1-1.4:1.0: 4 ports detected
[ 12.075433] iwlwifi 0000:01:00.0: Detected Intel(R) Wireless-AC 9260 160MHz, REV=0x321
[ 12.084450] thermal thermal_zone7: failed to read out thermal zone (-61)
[ 12.109844] usb 2-1.1: new SuperSpeed USB device number 3 using xhci-hcd
[ 12.147220] iwlwifi 0000:01:00.0: base HW address: f4:26:79:64:c9:ae, OTP minor version: 0x4
[ 12.232843] iwlwifi 0000:01:00.0 wlp1s0: renamed from wlan0
Starting [0;1;39mLoad/Save RF Kill Switch Status[0m...
[[0;32m OK [0m] Started [0;1;39mNetwork Name Resolution[0m.
[[0;32m OK [0m] Reached target [0;1;39mNetwork[0m.
[[0;32m OK [0m] Reached target [0;1;39mHost and Network Name Lookups[0m.
Starting [0;1;39mAvahi mDNS/DNS-SD Stack[0m...
Starting [0;1;39mEnable and configure wl18xx bluetooth stack[0m...
Starting [0;1;39mcontainerd container runtime[0m...
[[0;32m OK [0m] Started [0;1;39mNetperf Benchmark Server[0m.
[[0;32m OK [0m] Started [0;1;39mNFS status monitor for NFSv2/3 locking.[0m.
Starting [0;1;39mPermit User Sessions[0m...
[[0;32m OK [0m] Started [0;1;39mLoad/Save RF Kill Switch Status[0m.
[[0;32m OK [0m] Finished [0;1;39mEnable and configure wl18xx bluetooth stack[0m.
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m.
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m.
[[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m.
Starting [0;1;39mSynchronize System and HW clocks[0m...
Starting [0;1;39mWeston, a Waylandositor, as a system service[0m...
[ 12.513525] usbcore: registered new interface driver cdc_ether
[ 12.527476] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
[ 12.534961] EXT4-fs (mmcblk1p3): mounted filesystem with ordered data mode. Quota mode: none.
[ 12.544561] usb 2-1.4: new SuperSpeed USB device number 4 using xhci-hcd
[[0;32m OK [0m] Mounted [0;1;39m/run/media/root-mmcblk1p2[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk1p3[[ 12.560437] audit: type=1334 audit(1715257602.433:6): prog-id=9 op=LOAD
0m.
[ 12.569245] audit: type=1334 audit(1715257602.441:7): prog-id=10 op=LOAD
Starting [0;1;39mUser Database Manager[0m...
[ 12.638271] hub 2-1.4:1.0: USB hub found
[ 12.644335] hub 2-1.4:1.0: 4 ports detected
[[0;32m OK [0m] Started [0;1;39mUser Database Manager[0m.
[ 12.730488] cdc_ncm 2-1.1:2.0: MAC-Address: 20:7b:d2:58:84:47
[[0;32m OK [0m] Created slice [0;1;39mUser Slice of UID 100[ 12.736936] cdc_ncm 2-1.1:2.0: setting rx_max = 16384
0[0m.
Starting [0;1;39mUser Runtime Directory /run/user/1000[ 12.759988] cdc_ncm 2-1.1:2.0: setting tx_max = 16384
[0m...
[ 12.779643] cdc_ncm 2-1.1:2.0 eth2: register 'cdc_ncm' at usb-xhci-hcd.18.auto-1.1, CDC NCM (NO ZLP), 20:7b:d2:58:84:47
[[0;32m OK [0m] Finished [0;1;39mUser Runtime Directory /run/user/1000[0m.
Starting [0;1;39mUser Manager for UI[ 12.796569] usbcore: registered new interface driver cdc_ncm
D 1000[0m...
[ 12.828511] audit: type=1006 audit(1715257602.701:8): pid=886 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 12.841372] audit: type=1300 audit(1715257602.701:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffc4340718 a2=4 a3=0 items=0 ppid=1 pid=886 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[ 12.866967] audit: type=1327 audit(1715257602.701:8): proctitle="(systemd)"
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtime[0m.
[[0;32m OK [0m] Finished [0;1;39mSynchronize System and HW clocks[0m.
[[0;32m OK [0m] Started [0;1;39mUser Manager for UID 1000[0m.
[[0;32m OK [0m] Started [0;1;39mSession c1 of User wes[ 13.218919] audit: type=1006 audit(1715257603.089:9): pid=871 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
ton[0m.
[ 13.424244] PVR_K: 871: RGX Firmware image 'rgx.fw.36.53.104.796' loaded
[ 13.436841] PVR_K: 871: Shader binary image 'rgx.sh.36.53.104.796' loaded
[[0;32m OK [0m] Started [0;1;39mWeston, a Wayland mpositor, as a system service[0m.
Starting [0;1;39mMatrix GUI[0m...
[[0;32m OK [0m] Started [0;1;39mMatrix GUI[0m.
***************************************************************
***************************************************************
NOTICE: This file system contains the following GPL-3.0 packages:
adwaita-icon-theme-symbolic
autoconf
bash
bc
binutils
cifs-utils
coreutils-stdbuf
coreutils
cpio
cpp-symlinks
cpp
dosfstools
elfutils
g++-symlinks
g++
gawk
gcc-symlinks
gcc
gdb
gdbserver
gettext
glmark2
gnu-config
grub-common
grub-editenv
grub-efi
gzip
less
libasm1
libatomic-dev
libatomic1
libbfd
libdebuginfod1
libdw1
libelf1
libgcc-s-dev
libgcc1
libgdbm-compat4
libgdbm6
libgettextlib
libgettextsrc
libgmp10
libidn2-0
libmpc3
libmpfr6
libopcodes
libqt5charts-examples
libqt5charts-plugins
libqt5charts-qmlplugins
libqt5charts5
libqt5sensors-plugins
libqt5sensors-qmlplugins
libqt5sensors5
libqt5serialport-examples
libqt5serialport-plugins
libqt5serialport-qmlplugins
libqt5serialport5
libqt5svg-examples
libqt5svg-plugins
libqt5svg-qmlplugins
libqt5svg5
libqt5virtualkeyboard-plugins
libqt5virtualkeyboard-qmlplugins
libqt5virtualkeyboard5
libqt5webchannel-plugins
libqt5webchannel-qmlplugins
libqt5webchannel5
libreadline8
libstdc++-dev
libstdc++6
libunistring2
m4
make
nettle
parted
piglit
qt3d-plugins
qt3d-qmlplugins
qt3d
qtbase-examples
qtbase-plugins
qtbase-qmlplugins
qtbase
qtconnectivity-plugins
qtconnectivity-qmlplugins
qtconnectivity
qtdeclarative-plugins
qtdeclarative-qmlplugins
qtdeclarative-tools
qtdeclarative
qtgraphicaleffects-qmlplugins
qtlocation-examples
qtlocation-plugins
qtlocation-qmlplugins
qtlocation
qtmultimedia-examples
qtmultimedia-plugins
qtmultimedia-qmlplugins
qtmultimedia
qtquics-qmlplugins.control
qtquics2-plugins.control
qtquics2-qmlplugins.control
qtquics2.control
qtscript-examples
qtscript-plugins
qtscript-qmlplugins
qtscript
qtwayland-examples
qtwayland-plugins
qtwayland-qmlplugins
qtwayland
tar
which
If you do not wish to distribute GPL-3.0 components please remove
the above packages prior to distribution. This can be done using
the opkg remove command. i.e.:
opkg remove <package>
Where <package> is the name printed in the list above
NOTE: If the package is a dependency of another package you
will be notified of the dependent packages. You should
use the --force-removal-of-dependent-packages option to
also remove the dependent packages as well
***************************************************************
***************************************************************
[[0;32m OK [0m] Finished [0;1;39mPrint notice about GPLv3 packages[0m.
[[0;32m OK [0m] Reached target [0;1;39mMulti-User System[0m.
[[0;32m OK [0m] Reached target [0;1;39mGraphical Interface[0m.
Starting [0;1;39mRecord Runlevel Change in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord Runlevel Change in UTMP[0m.
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project j784s4-evm -
Arago 2023.10 j784s4-evm -
j784s4-evm login: root
[ 16.108333] kauditd_printk_skb: 2 callbacks suppressed
[ 16.108341] audit: type=1006 audit(1715257605.981:10): pid=1277 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 16.126103] audit: type=1300 audit(1715257605.981:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffc4340718 a2=1 a3=0 items=0 ppid=1 pid=1277 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[ 16.151535] audit: type=1327 audit(1715257605.981:10): proctitle="(systemd)"
[ 16.158584] audit: type=1334 audit(1715257605.997:11): prog-id=11 op=LOAD
[ 16.165370] audit: type=1300 audit(1715257605.997:11): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=fffffe9d9ac0 a2=78 a3=0 items=0 ppid=1 pid=1277 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/lib/systemd/systemd" key=(null)
[ 16.190805] audit: type=1327 audit(1715257605.997:11): proctitle="(systemd)"
[ 16.197866] audit: type=1334 audit(1715257606.021:12): prog-id=11 op=UNLOAD
[ 16.204832] audit: type=1334 audit(1715257606.021:13): prog-id=12 op=LOAD
[ 16.211622] audit: type=1300 audit(1715257606.021:13): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=fffffe9d9b60 a2=78 a3=0 items=0 ppid=1 pid=1277 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/lib/systemd/systemd" key=(null)
[ 16.237040] audit: type=1327 audit(1715257606.021:13): proctitle="(systemd)"
7[r[999;999H[6nroot@j784s4-evm:~# uname -a
Linux j784s4-evm 6.1.80-ti-g2e423244f8c0 #1 SMP PREEMPT Wed Mar 20 14:43:33 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@j784s4-evm:~# cat /proc/cmdline
console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j784s4-evm/autofs/ce6bdb366bdc8134f3291638ca7ae054,nolock,v3,tcp,rsize=4096,wsize=4096
root@j784s4-evm:~# uname -a
Linux j784s4-evm 6.1.80-ti-g2e423244f8c0 #1 SMP PREEMPT Wed Mar 20 14:43:33 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@j784s4-evm:~# cat /proc/mtd
dev: size erasesize name
mtd0: 00100000 00040000 "ospi.tiboot3"
mtd1: 00200000 00040000 "ospi.tispl"
mtd2: 00400000 00040000 "ospi.u-boot"
mtd3: 00040000 00040000 "ospi.env"
mtd4: 00040000 00040000 "ospi.env.backup"
mtd5: 037c0000 00040000 "ospi.rootfs"
mtd6: 00040000 00040000 "ospi.phypattern"
mtd7: 00100000 00001000 "qspi.tiboot3"
mtd8: 00200000 00001000 "qspi.tispl"
mtd9: 00400000 00001000 "qspi.u-boot"
mtd10: 00040000 00001000 "qspi.env"
mtd11: 00040000 00001000 "qspi.env.backup"
mtd12: 037c0000 00001000 "qspi.rootfs"
mtd13: 00040000 00001000 "qspi.phypattern"
root@j784s4-evm:~# grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/
/pnp /etc/resolv.conf && systemctl restart systemd-resolved
root@j784s4-evm:~# ls -l /lib/firmware; ls -lR /lib/firmware/ipc
total 27964
-rw-r--r-- 1 root root 2040 Mar 9 2018 LICENCE.ibt_firmware
-rw-r--r-- 1 root root 2046 Mar 9 2018 LICENCE.iwlwifi_firmware
-rw-r--r-- 1 root root 482656 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4324112 Mar 9 2018 bl32.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 cadence
drwxr-xr-x 2 root root 4096 Mar 9 2018 cnm
drwxr-xr-x 2 root root 4096 Mar 9 2018 intel
-rw-r--r-- 1 root root 918268 Mar 9 2018 iwlwifi-3160-17.ucode
-rw-r--r-- 1 root root 2448976 Mar 9 2018 iwlwifi-8000C-34.ucode
-rw-r--r-- 1 root root 2428004 Mar 9 2018 iwlwifi-8000C-36.ucode
-rw-r--r-- 1 root root 2440780 Mar 9 2018 iwlwifi-8265-34.ucode
-rw-r--r-- 1 root root 2436632 Mar 9 2018 iwlwifi-8265-36.ucode
-rw-r--r-- 1 root root 2678092 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-34.ucode
-rw-r--r-- 1 root root 2521412 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-38.ucode
-rw-r--r-- 1 root root 1489652 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-46.ucode
lrwxrwxrwx 1 root root 66 Mar 9 2018 j784s4-c71_0-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_c7x_1_release_strip.xe71
lrwxrwxrwx 1 root root 73 Mar 9 2018 j784s4-c71_0-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_c7x_1_release_strip.xe71.signed
lrwxrwxrwx 1 root root 66 Mar 9 2018 j784s4-c71_1-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_c7x_2_release_strip.xe71
lrwxrwxrwx 1 root root 73 Mar 9 2018 j784s4-c71_1-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_c7x_2_release_strip.xe71.signed
lrwxrwxrwx 1 root root 66 Mar 9 2018 j784s4-c71_2-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_c7x_3_release_strip.xe71
lrwxrwxrwx 1 root root 73 Mar 9 2018 j784s4-c71_2-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_c7x_3_release_strip.xe71.signed
lrwxrwxrwx 1 root root 66 Mar 9 2018 j784s4-c71_3-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_c7x_4_release_strip.xe71
lrwxrwxrwx 1 root root 73 Mar 9 2018 j784s4-c71_3-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_c7x_4_release_strip.xe71.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j784s4-main-r5f0_0-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu2_0_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 j784s4-main-r5f0_0-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu2_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j784s4-main-r5f0_1-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu2_1_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 j784s4-main-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu2_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j784s4-main-r5f1_0-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu3_0_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 j784s4-main-r5f1_0-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu3_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j784s4-main-r5f1_1-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu3_1_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 j784s4-main-r5f1_1-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu3_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j784s4-main-r5f2_0-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu4_0_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 j784s4-main-r5f2_0-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu4_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j784s4-main-r5f2_1-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu4_1_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 j784s4-main-r5f2_1-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu4_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j784s4-mcu-r5f0_1-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu1_1_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 j784s4-mcu-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu1_1_release_strip.xer5f.signed
-rw-r--r-- 1 root root 4728 Mar 9 2018 regulatory.db
-rw-r--r-- 1 root root 1182 Mar 9 2018 regulatory.db.p7s
-rw-r--r-- 1 root root 155648 Mar 9 2018 rgx.fw.36.53.104.796
-rw-r--r-- 1 root root 383136 Mar 9 2018 rgx.sh.36.53.104.796
-rw-r--r-- 1 root root 28 Mar 9 2018 tee-header_v2.bin
-rw-r--r-- 1 root root 0 Mar 9 2018 tee-pageable_v2.bin
-rw-r--r-- 1 root root 482656 Mar 9 2018 tee-pager_v2.bin
-rw-r--r-- 1 root root 482656 Mar 9 2018 tee-raw.bin
-rw-r--r-- 1 root root 482684 Mar 9 2018 tee.bin
-rw-r--r-- 1 root root 4324112 Mar 9 2018 tee.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 ti-connectivity
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-eth
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-ipc
lrwxrwxrwx 1 root root 39 Mar 9 2018 wave521c_codec_fw.bin -> /lib/firmware/cnm/wave521c_codec_fw.bin
ls: cannot access '/lib/firmware/ipc': No such file or directory
root@j784s4-evm:~# cat /proc/diskstats
7 0 loop0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 1 loop1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 2 loop2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 3 loop3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 4 loop4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 5 loop5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 6 loop6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 7 loop7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
179 0 mmcblk0 97 0 4184 44 0 0 0 0 0 56 44 0 0 0 0 0 0
179 32 mmcblk0boot0 34 0 672 5 0 0 0 0 0 8 5 0 0 0 0 0 0
179 64 mmcblk0boot1 34 0 672 8 0 0 0 0 0 12 8 0 0 0 0 0 0
31 0 mtdblock0 13 0 104 3 0 0 0 0 0 8 3 0 0 0 0 0 0
31 1 mtdblock1 28 0 224 6 0 0 0 0 0 8 6 0 0 0 0 0 0
31 2 mtdblock2 29 0 232 8 0 0 0 0 0 16 8 0 0 0 0 0 0
31 3 mtdblock3 10 0 80 2 0 0 0 0 0 4 2 0 0 0 0 0 0
31 4 mtdblock4 10 0 80 3 0 0 0 0 0 4 3 0 0 0 0 0 0
31 5 mtdblock5 35 2 672 42 0 0 0 0 0 36 42 0 0 0 0 0 0
31 6 mtdblock6 10 0 80 29 0 0 0 0 0 32 29 0 0 0 0 0 0
31 7 mtdblock7 13 0 104 6 0 0 0 0 0 12 6 0 0 0 0 0 0
31 8 mtdblock8 28 0 224 19 0 0 0 0 0 24 19 0 0 0 0 0 0
31 9 mtdblock9 29 0 232 26 0 0 0 0 0 32 26 0 0 0 0 0 0
31 10 mtdblock10 10 0 80 5 0 0 0 0 0 8 5 0 0 0 0 0 0
31 11 mtdblock11 10 0 80 4 0 0 0 0 0 8 4 0 0 0 0 0 0
31 12 mtdblock12 35 0 672 63 0 0 0 0 0 48 63 0 0 0 0 0 0
31 13 mtdblock13 10 0 80 4 0 0 0 0 0 8 4 0 0 0 0 0 0
179 96 mmcblk1 1715 39 53905 2872 2 0 16 4 0 1248 2876 0 0 0 0 0 0
179 97 mmcblk1p1 237 0 14593 655 0 0 0 0 0 564 655 0 0 0 0 0 0
179 98 mmcblk1p2 712 35 19270 1052 1 0 8 2 0 1072 1055 0 0 0 0 0 0
179 99 mmcblk1p3 728 4 18842 1128 1 0 8 1 0 1008 1130 0 0 0 0 0 0
root@j784s4-evm:~# cat /proc/interrupts
CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 CPU6 CPU7
11: 2590 2536 2640 2579 3228 2817 2658 2893 GICv3 30 Level arch_timer
14: 0 0 0 0 0 0 0 0 GICv3 23 Level arm-pmu
15: 3337 0 0 0 0 0 0 0 GICv3 69 Level 32c00000.mailbox thr_011
16: 3681 0 0 0 0 0 0 0 GICv3 928 Level 42120000.i2c
17: 51 0 0 0 0 0 0 0 GICv3 232 Level 2000000.i2c
18: 1537 0 0 0 0 0 0 0 GICv3 236 Level 2040000.i2c
19: 6 0 0 0 0 0 0 0 GICv3 237 Level 2050000.i2c
68: 73794 0 348 0 0 0 0 0 MSI-INTA 21495904 Level 46000000.ethernet-tx0
70: 115787 0 0 0 0 0 383 0 MSI-INTA 21495906 Level 46000000.ethernet
88: 1891 0 0 0 0 0 0 0 MSI-INTA 20644718 Level 31150000.dma-controller chan0
89: 1474 0 0 0 0 0 0 0 MSI-INTA 20644719 Level 31150000.dma-controller chan1
90: 0 0 0 0 0 0 0 0 MSI-INTA 20644720 Level c200000.ethernet-tx0
92: 0 0 0 0 0 0 0 0 MSI-INTA 20644722 Level c200000.ethernet
93: 0 0 0 0 0 0 0 0 MSI-INTA 20644723 Level 31150000.dma-controller chan2
94: 0 0 0 0 0 0 0 0 MSI-INTA 20644724 Level 31150000.dma-controller chan3
95: 0 0 0 0 0 0 0 0 MSI-INTA 20644725 Level 31150000.dma-controller chan4
96: 0 0 0 0 0 0 0 0 MSI-INTA 20644726 Level 31150000.dma-controller chan5
97: 0 0 0 0 0 0 0 0 MSI-INTA 20644727 Level 31150000.dma-controller chan6
217: 649 0 0 0 0 0 0 0 GICv3 280 Level 2880000.serial
218: 2 0 0 0 0 0 0 0 GICv3 872 Level 47040000.spi
219: 0 0 0 0 0 0 0 0 GICv3 873 Level 47050000.spi
220: 0 0 0 0 0 0 0 0 GICv3 890 Level 46000000.ethernet
221: 0 0 0 0 0 0 0 0 GICv3 53 Level c200000.ethernet
222: 0 0 0 0 0 0 0 0 INTR 391 Level 310d0000.cpts
223: 282 0 0 0 0 0 0 0 GICv3 35 Level mmc0
269: 0 0 0 0 0 0 0 0 GPIO 39 Edge -davinci_gpio tps6594-0-0x48
390: 0 0 0 0 0 0 0 0 tps6594-0-0x48 0 Edge buck1_ov
391: 0 0 0 0 0 0 0 0 tps6594-0-0x48 1 Edge buck1_uv
392: 0 0 0 0 0 0 0 0 tps6594-0-0x48 2 Edge buck1_sc
393: 0 0 0 0 0 0 0 0 tps6594-0-0x48 3 Edge buck1_ilim
394: 0 0 0 0 0 0 0 0 tps6594-0-0x48 4 Edge buck2_ov
395: 0 0 0 0 0 0 0 0 tps6594-0-0x48 5 Edge buck2_uv
396: 0 0 0 0 0 0 0 0 tps6594-0-0x48 6 Edge buck2_sc
397: 0 0 0 0 0 0 0 0 tps6594-0-0x48 7 Edge buck2_ilim
398: 0 0 0 0 0 0 0 0 tps6594-0-0x48 8 Edge buck3_ov
399: 0 0 0 0 0 0 0 0 tps6594-0-0x48 9 Edge buck3_uv
400: 0 0 0 0 0 0 0 0 tps6594-0-0x48 10 Edge buck3_sc
401: 0 0 0 0 0 0 0 0 tps6594-0-0x48 11 Edge buck3_ilim
402: 0 0 0 0 0 0 0 0 tps6594-0-0x48 12 Edge buck4_ov
403: 0 0 0 0 0 0 0 0 tps6594-0-0x48 13 Edge buck4_uv
404: 0 0 0 0 0 0 0 0 tps6594-0-0x48 14 Edge buck4_sc
405: 0 0 0 0 0 0 0 0 tps6594-0-0x48 15 Edge buck4_ilim
406: 0 0 0 0 0 0 0 0 tps6594-0-0x48 16 Edge buck5_ov
407: 0 0 0 0 0 0 0 0 tps6594-0-0x48 17 Edge buck5_uv
408: 0 0 0 0 0 0 0 0 tps6594-0-0x48 18 Edge buck5_sc
409: 0 0 0 0 0 0 0 0 tps6594-0-0x48 19 Edge buck5_ilim
410: 0 0 0 0 0 0 0 0 tps6594-0-0x48 20 Edge ldo1_ov
411: 0 0 0 0 0 0 0 0 tps6594-0-0x48 21 Edge ldo1_uv
412: 0 0 0 0 0 0 0 0 tps6594-0-0x48 22 Edge ldo1_sc
413: 0 0 0 0 0 0 0 0 tps6594-0-0x48 23 Edge ldo1_ilim
414: 0 0 0 0 0 0 0 0 tps6594-0-0x48 24 Edge ldo2_ov
415: 0 0 0 0 0 0 0 0 tps6594-0-0x48 25 Edge ldo2_uv
416: 0 0 0 0 0 0 0 0 tps6594-0-0x48 26 Edge ldo2_sc
417: 0 0 0 0 0 0 0 0 tps6594-0-0x48 27 Edge ldo2_ilim
418: 0 0 0 0 0 0 0 0 tps6594-0-0x48 28 Edge ldo3_ov
419: 0 0 0 0 0 0 0 0 tps6594-0-0x48 29 Edge ldo3_uv
420: 0 0 0 0 0 0 0 0 tps6594-0-0x48 30 Edge ldo3_sc
421: 0 0 0 0 0 0 0 0 tps6594-0-0x48 31 Edge ldo3_ilim
422: 0 0 0 0 0 0 0 0 tps6594-0-0x48 32 Edge ldo4_ov
423: 0 0 0 0 0 0 0 0 tps6594-0-0x48 33 Edge ldo4_uv
424: 0 0 0 0 0 0 0 0 tps6594-0-0x48 34 Edge ldo4_sc
425: 0 0 0 0 0 0 0 0 tps6594-0-0x48 35 Edge ldo4_ilim
426: 0 0 0 0 0 0 0 0 tps6594-0-0x48 36 Edge vcca_ov
427: 0 0 0 0 0 0 0 0 tps6594-0-0x48 37 Edge vcca_uv
445: 0 0 0 0 0 0 0 0 tps6594-0-0x48 55 Edge npwron_start
446: 0 0 0 0 0 0 0 0 tps6594-0-0x48 56 Edge enable
447: 0 0 0 0 0 0 0 0 tps6594-0-0x48 57 Edge fsd
448: 0 0 0 0 0 0 0 0 tps6594-0-0x48 58 Edge soft_reboot
449: 0 0 0 0 0 0 0 0 tps6594-0-0x48 59 Edge bist_pass
450: 0 0 0 0 0 0 0 0 tps6594-0-0x48 60 Edge ext_clk
451: 0 0 0 0 0 0 0 0 tps6594-0-0x48 61 Edge twarn
452: 0 0 0 0 0 0 0 0 tps6594-0-0x48 62 Edge tsd_ord
453: 0 0 0 0 0 0 0 0 tps6594-0-0x48 63 Edge bist_fail
454: 0 0 0 0 0 0 0 0 tps6594-0-0x48 64 Edge reg_crc_err
455: 0 0 0 0 0 0 0 0 tps6594-0-0x48 65 Edge recov_cnt
456: 0 0 0 0 0 0 0 0 tps6594-0-0x48 66 Edge spmi_err
457: 0 0 0 0 0 0 0 0 tps6594-0-0x48 67 Edge npwron_long
458: 0 0 0 0 0 0 0 0 tps6594-0-0x48 68 Edge nint_readback
459: 0 0 0 0 0 0 0 0 tps6594-0-0x48 69 Edge nrstout_readback
460: 0 0 0 0 0 0 0 0 tps6594-0-0x48 70 Edge tsd_imm
461: 0 0 0 0 0 0 0 0 tps6594-0-0x48 71 Edge vcca_ovp
462: 0 0 0 0 0 0 0 0 tps6594-0-0x48 72 Edge pfsm_err
463: 0 0 0 0 0 0 0 0 tps6594-0-0x48 73 Edge imm_shutdown
464: 0 0 0 0 0 0 0 0 tps6594-0-0x48 74 Edge ord_shutdown
465: 0 0 0 0 0 0 0 0 tps6594-0-0x48 75 Edge mcu_pwr_err
466: 0 0 0 0 0 0 0 0 tps6594-0-0x48 76 Edge soc_pwr_err
467: 0 0 0 0 0 0 0 0 tps6594-0-0x48 77 Edge comm_frm_err
468: 0 0 0 0 0 0 0 0 tps6594-0-0x48 78 Edge comm_crc_err
469: 0 0 0 0 0 0 0 0 tps6594-0-0x48 79 Edge comm_adr_err
470: 0 0 0 0 0 0 0 0 tps6594-0-0x48 82 Edge en_drv_readback
471: 0 0 0 0 0 0 0 0 tps6594-0-0x48 83 Edge nrstout_soc_readback
472: 0 0 0 0 0 0 0 0 tps6594-0-0x48 84 Edge esm_soc_pin
473: 0 0 0 0 0 0 0 0 tps6594-0-0x48 85 Edge esm_soc_fail
474: 0 0 0 0 0 0 0 0 tps6594-0-0x48 86 Edge esm_soc_rst
476: 0 0 0 0 0 0 0 0 tps6594-0-0x48 88 Edge alarm
478: 4 0 0 0 0 0 0 0 INTR 436 Level mbox-mcu-r5fss0-core0
479: 7 0 0 0 0 0 0 0 INTR 432 Level mbox-main-r5fss0-core0, mbox-main-r5fss0-core1
480: 8 0 0 0 0 0 0 0 INTR 428 Level mbox-main-r5fss1-core0, mbox-main-r5fss1-core1
481: 6 0 0 0 0 0 0 0 INTR 424 Level mbox-main-r5fss2-core0, mbox-main-r5fss2-core1
482: 7 0 0 0 0 0 0 0 INTR 420 Level mbox-c71-0, mbox-c71-1
483: 7 0 0 0 0 0 0 0 INTR 416 Level mbox-c71-2, mbox-c71-3
544: 0 0 0 0 0 0 0 0 MSI-INTA 20907015 Edge 31150000.dma-controller chan5
545: 0 0 0 0 0 0 0 0 MSI-INTA 20907016 Edge 31150000.dma-controller chan6
578: 3528 0 0 0 0 0 0 0 GICv3 36 Level mmc1
582: 0 0 0 0 0 0 0 0 GICv3 892 Level TI-am335x-adc.5.auto
583: 0 0 0 0 0 0 0 0 GICv3 893 Level TI-am335x-adc.6.auto
584: 0 0 0 0 0 0 0 0 GICv3 632 Level 4800000.dsi
585: 0 0 0 0 0 0 0 0 GICv3 350 Edge j721e-pcie-link-down-irq
587: 254 0 0 0 0 0 0 0 GICv3 56 Level pvrsrvkm
588: 1 0 0 0 0 0 0 0 GICv3 646 Level mhdp8546
589: 0 0 0 0 0 0 0 0 GICv3 214 Level vpu_irq
590: 0 0 0 0 0 0 0 0 GICv3 215 Level vpu_irq
593: 0 0 0 0 0 0 0 0 GICv3 43 Level 4e10000.rng
594: 67 0 0 0 0 0 0 0 GICv3 49 Level ufshcd
595: 225 0 0 0 0 0 0 0 GICv3 128 Level xhci-hcd:usb1
599: 1 0 0 0 0 0 0 0 GICv3 152 Level 6000000.usb
601: 0 0 0 0 0 0 0 0 ITS-MSI 134217728 Edge PCIe PME, aerdrv
602: 0 0 31 0 0 0 0 0 ITS-MSI 524288 Edge iwlwifi:default_queue
603: 0 0 0 0 0 0 0 0 ITS-MSI 524289 Edge iwlwifi:queue_1
604: 0 0 0 0 0 0 0 0 GICv3 362 Edge j721e-pcie-link-down-irq
607: 1778 0 0 0 0 0 0 0 GICv3 634 Level tidss
608: 0 0 0 0 0 0 0 0 ITS-MSI 524290 Edge iwlwifi:queue_2
612: 0 0 0 0 0 0 0 0 ITS-MSI 524291 Edge iwlwifi:queue_3
613: 0 0 0 0 0 0 0 0 ITS-MSI 524292 Edge iwlwifi:queue_4
614: 0 0 0 0 0 0 0 0 ITS-MSI 0 Edge PCIe PME, aerdrv
615: 0 0 0 0 0 0 0 11 ITS-MSI 524293 Edge iwlwifi:exception
IPI0: 1517 2280 3555 3540 3264 2536 2894 2560 Rescheduling interrupts
IPI1: 8334 36564 36717 31401 35927 33586 38811 38248 Function call interrupts
IPI2: 0 0 0 0 0 0 0 0 CPU stop interrupts
IPI3: 0 0 0 0 0 0 0 0 CPU stop (for crash dump) interrupts
IPI4: 0 0 0 0 0 0 0 0 Timer broadcast interrupts
IPI5: 4 21 9 23 27 11 13 13 IRQ work interrupts
IPI6: 0 0 0 0 0 0 0 0 CPU wake-up interrupts
Err: 0
root@j784s4-evm:~# cat /proc/softirqs
CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 CPU6 CPU7
HI: 6 0 8 0 27 0 1 0
TIMER: 832 573 553 531 536 458 741 422
NET_TX: 14 2 0 2 1 0 0 0
NET_RX: 145675 9 385 3 19 16 451 4
BLOCK: 195 0 0 0 0 0 0 0
IRQ_POLL: 0 0 0 0 0 0 0 0
TASKLET: 8568 2 23 1 54 1 1 0
SCHED: 1312 1047 974 1000 1013 934 1045 923
HRTIMER: 0 0 0 0 0 0 0 0
RCU: 2280 3190 3653 3700 3441 3373 3092 3686
root@j784s4-evm:~# ls -lR /run/media/mmcblk0p1
ls: cannot access '/run/media/mmcblk0p1': No such file or directory
root@j784s4-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $?
1
root@j784s4-evm:~# opkg list-installed | grep ti-test; echo $?
ti-test - 1.0-r0.121
ti-test-extras - 1.0-r0.121
0
root@j784s4-evm:~# lsmod
Module Size Used by
cdc_ncm 28672 0
cdc_ether 16384 1 cdc_ncm
usbnet 36864 2 cdc_ncm,cdc_ether
mii 20480 1 usbnet
overlay 122880 0
iwlmvm 344064 0
mac80211 548864 1 iwlmvm
libarc4 16384 1 mac80211
iwlwifi 311296 1 iwlmvm
cfg80211 389120 3 iwlmvm,iwlwifi,mac80211
rfkill 24576 3 iwlmvm,cfg80211
pci_endpoint_test 20480 0
rpmsg_ctrl 16384 0
xhci_plat_hcd 16384 0
rpmsg_char 16384 1 rpmsg_ctrl
panel_edp 36864 0
cdns_csi2rx 20480 0
v4l2_fwnode 20480 1 cdns_csi2rx
cdns3 45056 0
ti_am335x_adc 20480 0
kfifo_buf 16384 1 ti_am335x_adc
cdns_usb_common 20480 1 cdns3
cdns_pltfrm 16384 0
omap_rng 16384 0
crct10dif_ce 16384 1
display_connector 16384 0
phy_can_transceiver 16384 3
wave5 94208 0
j721e_csi2rx 24576 0
videobuf2_dma_contig 20480 2 j721e_csi2rx,wave5
videobuf2_memops 16384 1 videobuf2_dma_contig
v4l2_mem2mem 36864 1 wave5
videobuf2_v4l2 32768 3 j721e_csi2rx,v4l2_mem2mem,wave5
cdns_mhdp8546 40960 0
ti_sn65dsi86 24576 0
videobuf2_common 57344 6 j721e_csi2rx,videobuf2_dma_contig,videobuf2_v4l2,v4l2_mem2mem,wave5,videobuf2_memops
v4l2_async 24576 3 v4l2_fwnode,j721e_csi2rx,cdns_csi2rx
ti_k3_r5_remoteproc 28672 0
tidss 61440 6
pvrsrvkm 1273856 28
videodev 245760 7 v4l2_async,j721e_csi2rx,videobuf2_v4l2,cdns_csi2rx,videobuf2_common,v4l2_mem2mem,wave5
drm_display_helper 139264 3 panel_edp,cdns_mhdp8546,ti_sn65dsi86
k3_j72xx_bandgap 20480 0
cdns_dsi 20480 0
ti_k3_dsp_remoteproc 16384 0
drm_dp_aux_bus 16384 2 panel_edp,ti_sn65dsi86
drm_dma_helper 20480 1 tidss
virtio_rpmsg_bus 20480 0
pci_j721e_host 16384 0
drm_kms_helper 184320 9 drm_dma_helper,display_connector,cdns_mhdp8546,drm_display_helper,ti_sn65dsi86,cdns_dsi,tidss
ti_am335x_tscadc 16384 1 ti_am335x_adc
rpmsg_ns 16384 1 virtio_rpmsg_bus
m_can_platform 16384 0
pci_j721e 16384 1 pci_j721e_host
ti_j721e_ufs 16384 0
ti_k3_common 16384 1 ti_k3_dsp_remoteproc
mc 57344 7 v4l2_async,videodev,j721e_csi2rx,videobuf2_v4l2,cdns_csi2rx,videobuf2_common,v4l2_mem2mem
m_can 24576 1 m_can_platform
pcie_cadence_host 16384 1 pci_j721e_host
sa2ul 36864 0
syscopyarea 16384 1 drm_kms_helper
can_dev 36864 1 m_can
pcie_cadence 16384 2 pcie_cadence_host,pci_j721e_host
cdns_dphy_rx 16384 0
cdns_dphy 16384 0
sysfillrect 16384 1 drm_kms_helper
cdns3_ti 16384 0
sysimgblt 16384 1 drm_kms_helper
fb_sys_fops 16384 1 drm_kms_helper
optee_rng 16384 0
rti_wdt 16384 0
rng_core 20480 2 optee_rng,omap_rng
cryptodev 53248 0
fuse 131072 1
drm 561152 20 drm_kms_helper,drm_dma_helper,panel_edp,display_connector,pvrsrvkm,cdns_mhdp8546,drm_display_helper,ti_sn65dsi86,cdns_dsi,tidss
drm_panel_orientation_quirks 28672 1 drm
ipv6 479232 52
root@j784s4-evm:~# echo 'hello world'
hello world
root@j784s4-evm:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment