Skip to content

Instantly share code, notes, and snippets.

@nehamalcom
Created May 10, 2024 08:01
Show Gist options
  • Save nehamalcom/5f9ff75acfdf0d860e5ea180e8a5b274 to your computer and use it in GitHub Desktop.
Save nehamalcom/5f9ff75acfdf0d860e5ea180e8a5b274 to your computer and use it in GitHub Desktop.
J7* - ECC disabled
U-Boot SPL 2024.07-rc2-00079-g464718e7a91 (May 09 2024 - 18:17:11 +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
SPL initial stack usage: 13480 bytes
Trying to boot from UART
CLoaded 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-00079-g464718e7a91 (May 09 2024 - 18:17:27 +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-00079-g464718e7a91 (May 09 2024 - 18:17:27 +0530)
SoC: J721S2 SR1.0 HS-FS
Model: Texas Instruments AM68 SK
Board: AM68-SK-SOM rev E1
DRAM: 2 GiB (effective 16 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-00079-g464718e7a91 (May 09 2024 - 18:17:27 +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 (1259 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 73
** 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 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 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-00079-g464718e7a91 (May 09 2024 - 18:17:27 +0530)
=> bdinfo
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x0000000380000000
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-0xbffffffff], 0x380000000 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 = 0x0000000380000000
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-0xbffffffff], 0x380000000 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 0x0000000bc8000000, 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-0x0000000bffffffff]
[ 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-0x0000000bffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000bffffffff]
[ 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: 4128768
[ 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: 15429316K/16777216K available (11712K kernel code, 1258K rwdata, 3812K rodata, 1984K init, 438K bss, 430396K 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.010479] Console: colour dummy device 80x25
[ 0.016194] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.029535] pid_max: default: 32768 minimum: 301
[ 0.035458] LSM: Security Framework initializing
[ 0.041463] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.051183] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.062508] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.071770] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.079599] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.088834] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.096721] rcu: Hierarchical SRCU implementation.
[ 0.102846] rcu: Max phase no-delay instances is 1000.
[ 0.109733] Platform MSI: msi-controller@1820000 domain created
[ 0.117462] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.129194] EFI services will not be available.
[ 0.135117] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.151475] Detected PIPT I-cache on CPU1
[ 0.151560] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.151578] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
[ 0.151620] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.151689] smp: Brought up 1 node, 2 CPUs
[ 0.188378] SMP: Total of 2 processors activated.
[ 0.194382] CPU features: detected: 32-bit EL0 Support
[ 0.200950] CPU features: detected: CRC32 instructions
[ 0.207547] CPU: All CPU(s) started at EL2
[ 0.212775] alternatives: applying system-wide alternatives
[ 0.221024] devtmpfs: initialized
[ 0.233419] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.245888] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.270959] pinctrl core: initialized pinctrl subsystem
[ 0.278095] DMI not present or invalid.
[ 0.283419] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.291986] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[ 0.301583] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.312013] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.322290] audit: initializing netlink subsys (disabled)
[ 0.329353] audit: type=2000 audit(0.180:1): state=initialized audit_enabled=0 res=1
[ 0.329651] thermal_sys: Registered thermal governor 'step_wise'
[ 0.339259] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.347040] cpuidle: using governor menu
[ 0.360483] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.369191] ASID allocator initialised with 65536 entries
[ 0.388653] KASLR disabled due to lack of seed
[ 0.398000] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.406682] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.414685] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.423352] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.431354] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.440021] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.448023] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.456691] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.465693] k3-chipinfo 43000014.chipid: Family:J721S2 rev:SR1.0 JTAGID[0x0bb7502f] Detected
[ 0.477681] iommu: Default domain type: Translated
[ 0.483913] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.492083] SCSI subsystem initialized
[ 0.497105] usbcore: registered new interface driver usbfs
[ 0.504135] usbcore: registered new interface driver hub
[ 0.510930] usbcore: registered new device driver usb
[ 0.517724] pps_core: LinuxPPS API ver. 1 registered
[ 0.524068] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.535741] PTP clock support registered
[ 0.540860] EDAC MC: Ver: 3.0.0
[ 0.545660] FPGA manager framework
[ 0.550055] Advanced Linux Sound Architecture Driver Initialized.
[ 0.558420] clocksource: Switched to clocksource arch_sys_counter
[ 0.566383] VFS: Disk quotas dquot_6.6.0
[ 0.571424] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.583925] NET: Registered PF_INET protocol family
[ 0.590675] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.606856] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.617997] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.627921] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.638780] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.649508] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.658126] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.667032] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.676615] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.684228] RPC: Registered named UNIX socket transport module.
[ 0.691809] RPC: Registered udp transport module.
[ 0.697813] RPC: Registered tcp transport module.
[ 0.703817] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.712044] NET: Registered PF_XDP protocol family
[ 0.718171] PCI: CLS 0 bytes, default 64
[ 0.723616] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.735233] Initialise system trusted keyrings
[ 0.741078] workingset: timestamp_bits=46 max_order=22 bucket_order=0
[ 0.751800] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.759662] NFS: Registering the id_resolver key type
[ 0.766152] Key type id_resolver registered
[ 0.771492] Key type id_legacy registered
[ 0.776642] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.785204] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.818590] Key type asymmetric registered
[ 0.823821] Asymmetric key parser 'x509' registered
[ 0.830083] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.839641] io scheduler mq-deadline registered
[ 0.845438] io scheduler kyber registered
[ 0.853282] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
[ 0.860840] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
[ 0.868320] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
[ 0.876014] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
[ 0.883353] pinctrl-single 11c000.pinctrl: 72 pins, size 288
[ 0.895706] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
[ 0.909604] loop: module loaded
[ 0.914597] megasas: 07.719.03.00-rc1
[ 0.921374] tun: Universal TUN/TAP device driver, 1.6
[ 0.928442] VFIO - User Level meta-driver version: 0.3
[ 0.935589] usbcore: registered new interface driver usb-storage
[ 0.943736] i2c_dev: i2c /dev entries driver
[ 0.950142] sdhci: Secure Digital Host Controller Interface driver
[ 0.958058] sdhci: Copyright(c) Pierre Ossman
[ 0.963786] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.971468] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.979279] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.987728] usbcore: registered new interface driver usbhid
[ 0.994850] usbhid: USB HID core driver
[ 1.000456] 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.006162] optee: revision 4.1 (012cdca4)
[ 1.026700] optee: dynamic shared memory is enabled
[ 1.038460] optee: initialized driver
[ 1.044620] Initializing XFRM netlink socket
[ 1.050113] NET: Registered PF_PACKET protocol family
[ 1.056614] Key type dns_resolver registered
[ 1.062331] registered taskstats version 1
[ 1.067581] Loading compiled-in X.509 certificates
[ 1.081134] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
[ 1.125850] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.133771] pca953x 1-0020: supply vcc not found, using dummy regulator
[ 1.142314] pca953x 1-0020: using no AI
[ 1.171686] omap_i2c 40b10000.i2c: bus 1 rev0.12 at 100 kHz
[ 1.179684] pca953x 2-0021: supply vcc not found, using dummy regulator
[ 1.188234] pca953x 2-0021: using no AI
[ 1.215121] omap_i2c 2000000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.222714] omap_i2c 2040000.i2c: bus 3 rev0.12 at 400 kHz
[ 1.230216] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 125 domain created
[ 1.240909] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 148 domain created
[ 1.252594] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 227 domain created
[ 1.263362] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 265 created
[ 1.276250] ti-udma 311a0000.dma-controller: Number of rings: 48
[ 1.284687] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8, rchan: 16)
[ 1.296225] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:272
[ 1.308588] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.317039] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.328145] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:259
[ 1.340851] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.349300] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.359271] printk: console [ttyS2] disabled
[ 1.364777] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 216, base_baud = 3000000) is a 8250
[ 1.375841] printk: console [ttyS2] enabled
[ 1.375841] printk: console [ttyS2] enabled
[ 1.386395] printk: bootconsole [ns16550a0] disabled
[ 1.386395] printk: bootconsole [ns16550a0] disabled
[ 1.400623] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.446433] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.457500] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.467847] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.483926] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.492936] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.500814] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0
[ 1.513797] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:250000000, add_val:3 pps:0
[ 1.531707] omap-mailbox 31f80000.mailbox: no available mbox devices found
[ 1.540513] omap-mailbox 31f81000.mailbox: no available mbox devices found
[ 1.549198] omap-mailbox 31f82000.mailbox: no available mbox devices found
[ 1.557867] omap-mailbox 31f83000.mailbox: no available mbox devices found
[ 1.566531] omap-mailbox 31f84000.mailbox: no available mbox devices found
[ 1.575193] omap-mailbox 31f85000.mailbox: no available mbox devices found
[ 1.583856] omap-mailbox 31f86000.mailbox: no available mbox devices found
[ 1.592522] omap-mailbox 31f87000.mailbox: no available mbox devices found
[ 1.601184] omap-mailbox 31f88000.mailbox: no available mbox devices found
[ 1.609844] omap-mailbox 31f89000.mailbox: no available mbox devices found
[ 1.618505] omap-mailbox 31f8a000.mailbox: no available mbox devices found
[ 1.627166] omap-mailbox 31f8b000.mailbox: no available mbox devices found
[ 1.635828] omap-mailbox 31f90000.mailbox: no available mbox devices found
[ 1.644502] omap-mailbox 31f91000.mailbox: no available mbox devices found
[ 1.653174] omap-mailbox 31f92000.mailbox: no available mbox devices found
[ 1.661842] omap-mailbox 31f93000.mailbox: no available mbox devices found
[ 1.670507] omap-mailbox 31f94000.mailbox: no available mbox devices found
[ 1.679167] omap-mailbox 31f95000.mailbox: no available mbox devices found
[ 1.687825] omap-mailbox 31f96000.mailbox: no available mbox devices found
[ 1.696487] omap-mailbox 31f97000.mailbox: no available mbox devices found
[ 1.705146] omap-mailbox 31f98000.mailbox: no available mbox devices found
[ 1.713810] omap-mailbox 31f99000.mailbox: no available mbox devices found
[ 1.722474] omap-mailbox 31f9a000.mailbox: no available mbox devices found
[ 1.731133] omap-mailbox 31f9b000.mailbox: no available mbox devices found
[ 1.741627] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[ 1.754180] ti-udma 31150000.dma-controller: Channels: 60 (tchan: 30, rchan: 30, gp-rflow: 16)
[ 1.769571] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[ 1.775855] 7 fixed-partitions partitions found on MTD device 47040000.spi.0
[ 1.784663] Creating 7 MTD partitions on "47040000.spi.0":
[ 1.791504] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[ 1.799163] 0x000000080000-0x000000280000 : "ospi.tispl"
[ 1.806440] 0x000000280000-0x000000680000 : "ospi.u-boot"
[ 1.813763] 0x000000680000-0x0000006c0000 : "ospi.env"
[ 1.820779] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
[ 1.828551] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 1.835925] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[ 1.848720] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.894433] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.905469] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.915823] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.931910] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.940922] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.948906] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0
[ 1.961531] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 1.971611] debugfs: Directory 'pd:39' with parent 'pm_genpd' already present!
[ 1.980708] debugfs: Directory 'pd:38' with parent 'pm_genpd' already present!
[ 1.980927] mmc1: CQHCI version 5.10
[ 2.035423] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 2.055803] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 2.067728] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 7.187637] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 7.218424] Sending DHCP requests ., OK
[ 7.239236] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.227
[ 7.248901] IP-Config: Complete:
[ 7.252922] 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.265614] host=192.168.0.227, domain=ti.com, nis-domain=(none)
[ 7.273665] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 7.273669] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 7.295582] ALSA device list:
[ 7.299293] No soundcards found.
[ 7.316830] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 7.324660] devtmpfs: mounted
[ 7.329257] Freeing unused kernel memory: 1984K
[ 7.350501] Run /sbin/init as init process
[ 7.495708] systemd[1]: System time before build time, advancing clock.
[ 7.594746] NET: Registered PF_INET6 protocol family
[ 7.602904] Segment Routing with IPv6
[ 7.607496] In-situ OAM (IOAM) with IPv6
[ 7.636079] 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.675408] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.10[0m!
[ 7.747918] systemd[1]: Hostname set to <j721s2-evm>.
[ 7.870766] systemd[131]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 7.884562] systemd-sysv-generator[140]: 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.090163] 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.152452] 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.224287] systemd[1]: Queued start job for default target Graphical Interface.
[ 8.279607] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 8.304424] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 8.332566] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 8.359920] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 8.382742] 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.410638] 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.438750] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 8.462518] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 8.486492] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 8.510509] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 8.567628] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 8.594637] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 8.623651] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 8.646785] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 8.671547] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 8.695490] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 8.718903] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 8.743802] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 8.773377] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 8.798827] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 8.823264] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 8.862919] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 8.890194] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 8.918220] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 8.939006] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 8.960719] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 8.983483] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 9.014146] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 9.059059] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 9.080301] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 9.107559] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 9.150884] random: crng init done
[ 9.171499] systemd[1]: Starting RPC Bind...
[ 9.177378] fuse: init (API version 7.37)
Starting [0;1;39mRPC Bind[0m...
[ 9.199210] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 9.235509] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 9.258283] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 9.288557] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 9.306883] cryptodev: loading out-of-tree module taints kernel.
[ 9.316514] cryptodev: driver 1.12 loaded.
[ 9.335293] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 9.367113] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 9.405212] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 9.423960] 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...
[ 9.809467] systemd-journald[155]: 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;39mCreate Static Device Nodes in /dev[0m.
[[0;32m OK [0m] Finished [0;1;39mApply Kernel Variables[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.022104] audit: type=1334 audit(1651167747.520:2): prog-id=5 op=LOAD
[ 10.033112] audit: type=1334 audit(1651167747.532: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.570868] systemd-journald[155]: Oldest entry in /run/log/journal/1730079636964e61a1499ef41a6f4f5f/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[ 10.593516] systemd-journald[155]: /run/log/journal/1730079636964e61a1499ef41a6f4f5f/system.journal: Journal header limits reached or header out-of-date, rotating.
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Initialization[0m.
[[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary Directories[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.[ 10.674408] 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.
[ 10.748849] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[[0;32m OK [0m] Listening on [0;1;39mD-Bus System Message Bus Socket[0m.
[ 10.778521] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000
Starting [0;1;39mDocker Socket for the API[0m...
[ 10.804137] mc: Linux media interface: v0.10
[[0;32m OK [0m] Listening on [0;1;39mdropbear.socket[0m.
[ 10.826824] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000
[[0;32m OK [0m] Listening on [0;1;39mPC/SC Smart Card Daemon Activation Socket[0m.
[ 10.856728] j721e-pcie-host 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 10.886106] k3-dsp-rproc 64800000.dsp: device does not reserved memory regions, ret = -22
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] Found device [0;1;39m/dev/ttyS2[0m.
[ 11.001899] k3-dsp-rproc 64800000.dsp: reserved memory init failed, ret = -22
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m.
[ 11.015695] remoteproc remoteproc0: releasing 64800000.dsp
[ 11.030220] k3-dsp-rproc: probe of 64800000.dsp failed with error -22
[[0;32m OK [0m] Finished [0;1;39mReboot and dump vmcore via kexec[0m.
[ 11.086743] k3-dsp-rproc 65800000.dsp: device does not reserved memory regions, ret = -22
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m.
[ 11.108439] videodev: Linux video capture interface: v2.00
[[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..[ 11.236432] at24 0-0051: supply vcc not found, using dummy regulator
.
[ 11.274635] PVR_K: 179: Device: 4e20000000.gpu
[[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.316189] audit: type=1334 audit(1715259386.860:4): prog-id=7 op=LOAD
[ 11.330169] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
Starting [0;1;39mUser Login Management[0m...
[ 11.355124] audit: type=1334 audit(1715259386.896:5): prog-id=8 op=LOAD
[ 11.366615] platform 41000000.r5f: configured R5F for IPC-only mode
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[0m.
[ 11.382847] platform 41000000.r5f: device does not have reserved memory regions, ret = -22
Starting [0;1;39mTelnet Server[0m...
[[0;32m OK [0m] Finished [0;1;39mIPv6 Packet Filtering Framework[0m.
[[0;32m OK [0m] Finished [0;1;39mIPv4 Packet Fi[ 11.410618] k3_r5_rproc bus@100000:bus@28380000:r5fss@41000000: reserved memory init failed, ret = -22
ltering 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.671718] remoteproc remoteproc1: releasing 41000000.r5f
[ 11.678905] k3_r5_rproc bus@100000:bus@28380000:r5fss@41000000: k3_r5_cluster_rproc_init failed, ret = -22
[ 11.691053] k3_r5_rproc: probe of bus@100000:bus@28380000:r5fss@41000000 failed with error -22
[ 11.702175] PVR_K: 179: Read BVNC 36.53.104.796 from HW device registers
[ 11.710863] k3-dsp-rproc 65800000.dsp: reserved memory init failed, ret = -22
[ 11.720604] PVR_K: 179: RGX Device registered BVNC 36.53.104.796 with 1 core in the system
[ 11.732673] [drm] Initialized pvr 23.3.6512818 20170530 for 4e20000000.gpu on minor 0
[ 11.766721] at24 0-0051: 65536 byte 24c512 EEPROM, writable, 1 bytes/write
[ 11.775380] remoteproc remoteproc0: releasing 65800000.dsp
[ 11.787898] k3-dsp-rproc: probe of 65800000.dsp failed with error -22
[ 11.809495] platform 5c00000.r5f: configured R5F for remoteproc mode
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.
[ 11.964090] platform 5c00000.r5f: device does not have reserved memory regions, ret = -22
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[ 12.111594] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 12.112865] k3_r5_rproc bus@100000:r5fss@5c00000: reserved memory init failed, ret = -22
[ 12.178307] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 12.182644] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0000:00
[ 12.189878] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 12.223645] remoteproc remoteproc0: releasing 5c00000.r5f
[ 12.242331] k3_r5_rproc bus@100000:r5fss@5c00000: k3_r5_cluster_rproc_init failed, ret = -22
[ 12.253292] k3_r5_rproc: probe of bus@100000:r5fss@5c00000 failed with error -22
[ 12.398710] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 12.405771] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x18001000-0x18010fff])
[ 12.418562] pci_bus 0000:00: root bus resource [mem 0x18011000-0x1fffffff]
[ 12.428378] pci 0000:00:00.0: [104c:b013] type 01 class 0x060400
[ 12.440935] pci 0000:00:00.0: supports D1
[ 12.452492] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 12.461130] pci 0000:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
[ 12.472570] pci 0000:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
[ 12.493898] platform 5e00000.r5f: configured R5F for remoteproc mode
[ 12.498183] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
Starting [0;1;39mNetwork Name Resolution[0m...
[ 12.667140] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 12.734176] platform 5e00000.r5f: device does not have reserved memory regions, ret = -22
[ 12.776085] m_can_platform 40528000.can: m_can device registered (irq=484, version=32)
[ 12.784258] pci 0000:00:00.0: BAR 7: assigned [mem 0x18400000-0x193fffff 64bit]
[ 12.793198] m_can_platform 40568000.can: m_can device registered (irq=485, version=32)
[ 12.825400] m_can_platform 2761000.can: m_can device registered (irq=486, version=32)
[ 12.837979] k3_r5_rproc bus@100000:r5fss@5e00000: reserved memory init failed, ret = -22
[[0;32m OK [0m] Started [0;1;39mNetwork Name Resolution[0m[ 12.850585] m_can_platform 2771000.can: m_can device registered (irq=487, version=32)
[ 12.859591] remoteproc remoteproc0: releasing 5e00000.r5f
.
[[0;32m OK [0m] Reached target [0;1;39mNetwork[0m.
[[[ 12.868541] pci 0000:00:00.0: PCI bridge to [bus 01]
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 bluetoo[ 12.915951] k3_r5_rproc bus@100000:r5fss@5e00000: k3_r5_cluster_rproc_init failed, ret = -22
th stack[0m...
Starting [0;1;39mcontainerd container runtime[0m...
[ 12.942379] k3_r5_rproc: probe of bus@100000:r5fss@5e00000 failed with error -22
[ 12.950524] pcieport 0000:00:00.0: PME: Signaling with IRQ 489
[ 13.052211] pcieport 0000:00:00.0: AER: enabled with IRQ 489
[[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;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...
[[0;1;31mFAILED[0m] Failed to start [0;1;39mSynchronize System and HW clocks[0m.
See 'systemctl status sync-clocks.service' for details.
[ 13.648390] audit: type=1334 audit(1715259389.192:6): prog-id=9 op=LOAD
[ 13.662536] audit: type=1334 audit(1715259389.192:7): prog-id=10 op=LOAD
Starting [0;1;39mUser Database Manager[0m...
[[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.585650] audit: type=1006 audit(1715259390.128:8): pid=388 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 14.608212] audit: type=1300 audit(1715259390.128:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffeb798d88 a2=4 a3=ffff931ce020 items=0 ppid=1 pid=388 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.680995] audit: type=1327 audit(1715259390.128: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.099373] audit: type=1006 audit(1715259390.640:9): pid=343 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[ 15.121152] audit: type=1300 audit(1715259390.640:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffeb798d88 a2=4 a3=ffff931ce020 items=0 ppid=1 pid=343 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.165149] audit: type=1327 audit(1715259390.640: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.792526] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtime[0m.
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
[ 16.212924] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 16.222955] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[ 16.239017] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 1
[ 16.246783] xhci-hcd xhci-hcd.0.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010
[ 16.253870] m_can_platform 40528000.can mcu_mcan0: renamed from can0
[ 16.262673] xhci-hcd xhci-hcd.0.auto: irq 491, io mem 0x06010000
[ 16.268622] cdns-csi2rx: probe of 4504000.csi-bridge failed with error -22
[ 16.278021] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 16.301467] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
[ 16.312874] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
[ 16.316907] ti-udma 311a0000.dma-controller: get channel fail in udma_of_xlate.
[ 16.325347] hub 1-0:1.0: USB hub found
[ 16.334525] cdns-csi2rx: probe of 4514000.csi-bridge failed with error -22
[ 16.337491] hub 1-0:1.0: 1 port detected
[ 16.351255] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 16.366732] hub 2-0:1.0: USB hub found
[ 16.368231] m_can_platform 40568000.can mcu_mcan1: renamed from can1
[ 16.371789] hub 2-0:1.0: 1 port detected
[ 16.425618] m_can_platform 2771000.can main_mcan7: renamed from can3
[ 16.436862] ------------[ cut here ]------------
[ 16.436872] WARNING: CPU: 0 PID: 125 at drivers/gpu/drm/bridge/cadence/cdns-dsi-core.c:703 cdns_dsi_bridge_early_enable+0x170/0x510 [cdns_dsi]
[ 16.436901] Modules linked in: xhci_plat_hcd panel_edp pci_endpoint_test cdns_csi2rx v4l2_fwnode cdns3 cdns_usb_common omap_rng crct10dif_ce display_connector overlay ti_tfp410 phy_can_transceiver cfg80211 rfkill j721e_csi2rx wave5 ti_sn65dsi86 videobuf2_dma_contig v4l2_mem2mem videobuf2_memops ti_k3_r5_remoteproc videobuf2_v4l2 tidss videobuf2_common pvrsrvkm(O) drm_display_helper v4l2_async at24 drm_dma_helper drm_dp_aux_bus cdns_dsi k3_j72xx_bandgap videodev drm_kms_helper ti_k3_dsp_remoteproc virtio_rpmsg_bus syscopyarea sysfillrect rpmsg_ns sysimgblt ti_k3_common sa2ul fb_sys_fops mc cdns_dphy_rx pci_j721e_host m_can_platform m_can pci_j721e cdns_dphy pcie_cadence_host pcie_cadence cdns3_ti can_dev pwm_tiehrpwm rti_wdt optee_rng rng_core cryptodev(O) drm fuse drm_panel_orientation_quirks ipv6
[ 16.437013] CPU: 0 PID: 125 Comm: kworker/u4:3 Tainted: G O 6.1.80-ti-g2e423244f8c0 #1
[ 16.437019] Hardware name: Texas Instruments AM68 SK (DT)
[ 16.437024] Workqueue: events_unbound deferred_probe_work_func
[ 16.437044] pstate: 80000005 (Nzcv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[ 16.437049] pc : cdns_dsi_bridge_early_enable+0x170/0x510 [cdns_dsi]
[ 16.437060] lr : cdns_dsi_bridge_early_enable+0x130/0x510 [cdns_dsi]
[ 16.437068] sp : ffff800009ef3470
[ 16.437070] x29: ffff800009ef3490 x28: ffff0008030a5360 x27: 0000000000000000
[ 16.437078] x26: ffff000801ff8000 x25: 0000000000000038 x24: 00000003c72a985e
[ 16.437086] x23: ffff000801f67dc8 x22: 0000000000000002 x21: ffff00080249d218
[ 16.437092] x20: ffff000801f67cc0 x19: ffff000801f67c80 x18: 0000000000000000
[ 16.437099] x17: 0000000000000000 x16: 0000000000000000 x15: 0000b054760679bc
[ 16.437105] x14: 0000000000000300 x13: 0000000000000001 x12: 0000000000000001
[ 16.437112] x11: 0000000000000000 x10: 00000000000009b0 x9 : ffff800009ef3300
[ 16.437118] x8 : ffff000801bd0a10 x7 : ffff000b45f69dc0 x6 : 000000090091aaca
[ 16.437125] x5 : 03ffffffffffffff x4 : 003a712c14000000 x3 : 0000000000000018
[ 16.437131] x2 : 0000000000001748 x1 : 0000000000000000 x0 : 0000000000000000
[ 16.437139] Call trace:
[ 16.437142] cdns_dsi_bridge_early_enable+0x170/0x510 [cdns_dsi]
[ 16.437151] drm_atomic_bridge_chain_early_enable+0x88/0xd0 [drm]
[ 16.437255] drm_atomic_helper_commit_modeset_enables+0xc0/0x32c [drm_kms_helper]
[ 16.437303] tidss_atomic_commit_tail+0x48/0x80 [tidss]
[ 16.437320] commit_tail+0xa4/0x190 [drm_kms_helper]
[ 16.437355] drm_atomic_helper_commit+0x16c/0x180 [drm_kms_helper]
[ 16.437390] drm_atomic_commit+0xac/0xf0 [drm]
[ 16.437479] drm_client_modeset_commit_atomic+0x20c/0x270 [drm]
[ 16.437562] drm_client_modeset_commit_locked+0x5c/0x1a0 [drm]
[ 16.437642] drm_client_modeset_commit+0x30/0x60 [drm]
[ 16.437724] drm_fb_helper_set_par+0xc8/0x120 [drm_kms_helper]
[ 16.437767] fbcon_init+0x3a8/0x4ec
[ 16.437778] visual_init+0xb4/0x104
[ 16.437784] do_bind_con_driver.isra.0+0x1c4/0x394
[ 16.437789] do_take_over_console+0x144/0x1fc
[ 16.437793] do_fbcon_takeover+0x6c/0xe4
[ 16.437798] fbcon_fb_registered+0x1e4/0x1f0
[ 16.437803] register_framebuffer+0x21c/0x320
[ 16.437811] __drm_fb_helper_initial_config_and_unlock+0x33c/0x540 [drm_kms_helper]
[ 16.437848] drm_fbdev_client_hotplug+0x14c/0xe40 [drm_kms_helper]
[ 16.437882] drm_client_register+0x58/0xa0 [drm]
[ 16.437967] drm_fbdev_generic_setup+0xb4/0x160 [drm_kms_helper]
[ 16.438004] tidss_probe+0x260/0x3c0 [tidss]
[ 16.438018] platform_probe+0x68/0xe0
[ 16.438027] really_probe+0xbc/0x2dc
[ 16.438032] __driver_probe_device+0x78/0x114
[ 16.438038] driver_probe_device+0xd8/0x15c
[ 16.438043] __device_attach_driver+0xb8/0x134
[ 16.438049] bus_for_each_drv+0x7c/0xdc
[ 16.438054] __device_attach+0xac/0x1d0
[ 16.438059] device_initial_probe+0x14/0x20
[ 16.438065] bus_probe_device+0x9c/0xa4
[ 16.438070] deferred_probe_work_func+0x88/0xc0
[ 16.438075] process_one_work+0x1d0/0x320
[ 16.438084] worker_thread+0x14c/0x444
[ 16.438090] kthread+0x10c/0x110
[ 16.438096] ret_from_fork+0x10/0x20
[ 16.438103] ---[ end trace 0000000000000000 ]---
[ 16.481856] m_can_platform 2761000.can main_mcan6: renamed from can2
[ 16.497037] Console: switching to colour frame buffer device 100x37
[ 16.682717] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[ 16.927223] hub 1-1:1.0: USB hub found
[ 16.927290] hub 1-1:1.0: 4 ports detected
[ 17.065029] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
[ 17.086944] tidss 4a00000.dss: [drm] fb0: tidssdrmfb frame buffer device
[ 17.096738] hub 2-1:1.0: USB hub found
[ 17.102986] hub 2-1:1.0: 4 ports detected
[ 17.238504] usb 1-1.1: new high-speed USB device number 3 using xhci-hcd
[ 17.426627] usb 2-1.3: new SuperSpeed USB device number 3 using xhci-hcd
[ 17.463126] usb-storage 2-1.3:1.0: USB Mass Storage device detected
[ 17.473389] scsi host0: usb-storage 2-1.3:1.0
[ 17.567450] usb 2-1.4: new SuperSpeed USB device number 4 using xhci-hcd
[ 17.626898] hub 2-1.4:1.0: USB hub found
[ 17.634460] hub 2-1.4:1.0: 4 ports detected
[ 17.698960] usb 1-1.4: new high-speed USB device number 4 using xhci-hcd
[ 17.716367] usb 1-1.1: Found UVC 1.00 device C270 HD WEBCAM (046d:0825)
***************************************************************
***************************************************************
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
[ 17.837324] hub 1-1.4:1.0: USB hub found
gcc-symlinks
gcc
gdb
gdbserver
gettext
glmark2
gnu[ 17.849890] hub 1-1.4:1.0: 4 ports detected
-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
libq[ 17.895202] 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
t5sensors-plugins
libqt5sensors-qmlplugins
libqt5sensors5
[ 17.918382] usbcore: registered new interface driver uvcvideo
libqt5serialport-examples
libqt5serialport-plugins
libqt5serialport-qmlplugins
libqt5serialport5
libqt5svg-examples
libqt5svg-plugins
libqt5svg-qmlplugins
libqt5svg5
libqt5virt[ 17.948149] usb 2-1.4.4: new SuperSpeed USB device number 5 using xhci-hcd
ualkeyboard-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-pl[ 18.005435] usb 1-1.1: set resolution quirk: cval->res = 384
ugins
qtdeclarative-qmlplugins
qtdeclarative-tools
qtdecla[ 18.017714] usbcore: registered new interface driver snd-usb-audio
rative
qtgraphicaleffects-qmlplugins
qtlocation-examples
q[ 18.036536] hub 2-1.4.4:1.0: USB hub found
tlocation-plugins
qtlocation-qmlplugins
qtlocation
qtmultimedia-examples
qtmultimedia-plugins
qtmultimedia-qmlplugins
[ 18.052588] hub 2-1.4.4:1.0: 4 ports detected
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.170487] usb 1-1.4.4: new high-speed USB device number 5 using xhci-hcd
Starting [0;1;39mSave/Restore Sound Card State[0m...
[[0;32m OK [0m] Finished [0;1;39mPrint notice about GPLv3 packages[0m.
[[0;32m OK [0m] Finished [0;1;39mSave/Restore Sound Card State[0m.
[ 18.307753] hub 1-1.4.4:1.0: USB hub found
[ 18.315382] hub 1-1.4.4:1.0: 4 ports detected
[ 18.484440] scsi 0:0:0:0: Direct-Access USB3.0 FLASH DRIVE PMAP PQ: 0 ANSI: 6
[ 18.496346] sd 0:0:0:0: [sda] 60628992 512-byte logical blocks: (31.0 GB/28.9 GiB)
[ 18.508932] sd 0:0:0:0: [sda] Write Protect is off
[ 18.515741] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 18.765646] sda: sda1
[ 18.768981] sd 0:0:0:0: [sda] Attached SCSI removable disk
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project j721s2-evm -
Arago 2023.10 j721s2-evm -
j721s2-evm login: root
[ 19.759853] audit: type=1006 audit(1715259395.304:10): pid=880 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 19.775485] audit: type=1300 audit(1715259395.304:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffeb798d88 a2=1 a3=ffff931ce020 items=0 ppid=1 pid=880 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.808422] audit: type=1327 audit(1715259395.304:10): proctitle="(systemd)"
[ 19.822697] audit: type=1334 audit(1715259395.364:11): prog-id=11 op=LOAD
[ 19.831656] audit: type=1300 audit(1715259395.364:11): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffdc6a1850 a2=78 a3=0 items=0 ppid=1 pid=880 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.863859] audit: type=1327 audit(1715259395.364:11): proctitle="(systemd)"
[ 19.873201] audit: type=1334 audit(1715259395.364:12): prog-id=11 op=UNLOAD
[ 19.969043] 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.498892] systemd-journald[155]: 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 2 0 0 0 0 0 4 2 0 0 0 0 0 0
31 1 mtdblock1 28 0 224 7 0 0 0 0 0 12 7 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 8 2 0 0 0 0 0 0
31 4 mtdblock4 10 0 80 2 0 0 0 0 0 8 2 0 0 0 0 0 0
31 5 mtdblock5 35 0 672 28 0 0 0 0 0 24 28 0 0 0 0 0 0
31 6 mtdblock6 10 0 80 3 0 0 0 0 0 8 3 0 0 0 0 0 0
8 0 sda 250 13 16210 555 1 0 8 122 0 692 677 0 0 0 0 0 0
8 1 sda1 212 13 15010 284 1 0 8 122 0 412 406 0 0 0 0 0 0
root@j721s2-evm:~# cat /proc/interrupts
CPU0 CPU1
11: 4478 4255 GICv3 30 Level arch_timer
14: 0 0 GICv3 23 Level arm-pmu
15: 3571 0 GICv3 69 Level 32c00000.mailbox thr_011
16: 3 0 GICv3 928 Level 42120000.i2c
17: 695 0 GICv3 885 Level 40b10000.i2c
18: 42 0 GICv3 232 Level 2000000.i2c
19: 0 0 GICv3 236 Level 2040000.i2c
68: 46306 392 MSI-INTA 17825888 Level 46000000.ethernet-tx0
70: 65232 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: 617 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
481: 0 0 GICv3 632 Level 4800000.dsi
483: 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: 1421 0 GICv3 128 Level xhci-hcd:usb1
493: 0 0 GICv3 152 Level 6000000.usb
508: 547 0 GICv3 634 Level tidss
IPI0: 2754 10623 Rescheduling interrupts
IPI1: 3257 8439 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: 257 284 IRQ work interrupts
IPI6: 0 0 CPU wake-up interrupts
Err: 0
root@j721s2-evm:~# cat /proc/softirqs
CPU0 CPU1
HI: 12 2
TIMER: 1542 2036
NET_TX: 7 1
NET_RX: 99038 427
BLOCK: 0 0
IRQ_POLL: 0 0
TASKLET: 5426 48
SCHED: 1918 2090
HRTIMER: 0 0
RCU: 9434 9853
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
videobuf2_vmalloc 16384 1 uvcvideo
snd_rawmidi 36864 1 snd_usbmidi_lib
xhci_plat_hcd 16384 0
panel_edp 36864 0
pci_endpoint_test 20480 0
cdns_csi2rx 20480 0
v4l2_fwnode 20480 1 cdns_csi2rx
cdns3 45056 0
cdns_usb_common 20480 1 cdns3
omap_rng 16384 0
crct10dif_ce 16384 1
display_connector 16384 0
overlay 122880 0
ti_tfp410 16384 0
phy_can_transceiver 16384 4
cfg80211 389120 0
rfkill 24576 2 cfg80211
j721e_csi2rx 24576 0
wave5 94208 0
ti_sn65dsi86 24576 0
videobuf2_dma_contig 20480 2 j721e_csi2rx,wave5
v4l2_mem2mem 36864 1 wave5
videobuf2_memops 16384 2 videobuf2_vmalloc,videobuf2_dma_contig
ti_k3_r5_remoteproc 28672 0
videobuf2_v4l2 32768 4 j721e_csi2rx,uvcvideo,v4l2_mem2mem,wave5
tidss 61440 0
videobuf2_common 57344 8 j721e_csi2rx,videobuf2_vmalloc,videobuf2_dma_contig,videobuf2_v4l2,uvcvideo,v4l2_mem2mem,wave5,videobuf2_memops
pvrsrvkm 1273856 0
drm_display_helper 139264 2 panel_edp,ti_sn65dsi86
v4l2_async 24576 3 v4l2_fwnode,j721e_csi2rx,cdns_csi2rx
at24 20480 0
drm_dma_helper 20480 1 tidss
drm_dp_aux_bus 16384 2 panel_edp,ti_sn65dsi86
cdns_dsi 20480 0
k3_j72xx_bandgap 20480 0
videodev 245760 8 v4l2_async,j721e_csi2rx,videobuf2_v4l2,uvcvideo,cdns_csi2rx,videobuf2_common,v4l2_mem2mem,wave5
drm_kms_helper 184320 9 drm_dma_helper,display_connector,drm_display_helper,ti_sn65dsi86,cdns_dsi,tidss,ti_tfp410
ti_k3_dsp_remoteproc 16384 0
virtio_rpmsg_bus 20480 0
syscopyarea 16384 1 drm_kms_helper
sysfillrect 16384 1 drm_kms_helper
rpmsg_ns 16384 1 virtio_rpmsg_bus
sysimgblt 16384 1 drm_kms_helper
ti_k3_common 16384 1 ti_k3_dsp_remoteproc
sa2ul 36864 0
fb_sys_fops 16384 1 drm_kms_helper
mc 57344 9 v4l2_async,videodev,j721e_csi2rx,snd_usb_audio,videobuf2_v4l2,uvcvideo,cdns_csi2rx,videobuf2_common,v4l2_mem2mem
cdns_dphy_rx 16384 0
pci_j721e_host 16384 0
m_can_platform 16384 0
m_can 24576 1 m_can_platform
pci_j721e 16384 1 pci_j721e_host
cdns_dphy 16384 0
pcie_cadence_host 16384 1 pci_j721e_host
pcie_cadence 16384 2 pcie_cadence_host,pci_j721e_host
cdns3_ti 16384 0
can_dev 36864 1 m_can
pwm_tiehrpwm 16384 0
rti_wdt 16384 0
optee_rng 16384 0
rng_core 20480 2 optee_rng,omap_rng
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-00079-g464718e7a91 (May 09 2024 - 18:17:52 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
Initialized 4 DRAM controllers
SPL initial stack usage: 13480 bytes
Trying to boot from UART
CLoaded 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-00079-g464718e7a91 (May 09 2024 - 18:18:09 +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-00079-g464718e7a91 (May 09 2024 - 18:18:09 +0530)
SoC: J784S4 SR1.0 HS-FS
Model: Texas Instruments J784S4 EVM
DRAM: 2 GiB (effective 32 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-00079-g464718e7a91 (May 09 2024 - 18:18:09 +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
BOOTP broadcast 4
DHCP client bound to address 192.168.0.102 (6006 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
9.9 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
6.4 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-00079-g464718e7a91 (May 09 2024 - 18:18:09 +0530)
=> bdinfo
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x0000000780000000
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-0xfffffffff], 0x780000000 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 = 0x0000000780000000
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-0xfffffffff], 0x780000000 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 249
** 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 72
** 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 71
** 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 0x0000000f90000000, 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-0x0000000fffffffff]
[ 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-0x0000000fffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000fffffffff]
[ 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: 8257536
[ 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: 30968884K/33554432K available (11712K kernel code, 1258K rwdata, 3812K rodata, 1984K init, 438K bss, 750540K 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.008405] Console: colour dummy device 80x25
[ 0.012981] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023653] pid_max: default: 32768 minimum: 301
[ 0.028390] LSM: Security Framework initializing
[ 0.033226] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.041024] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.050170] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.057565] cblist_init_generic: Setting shift to 3 and lim to 1.
[ 0.063831] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.071217] cblist_init_generic: Setting shift to 3 and lim to 1.
[ 0.077519] rcu: Hierarchical SRCU implementation.
[ 0.082417] rcu: Max phase no-delay instances is 1000.
[ 0.087900] Platform MSI: msi-controller@1820000 domain created
[ 0.094057] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.103445] EFI services will not be available.
[ 0.108276] 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.121347] Detected PIPT I-cache on CPU1
[ 0.121400] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.121414] GICv3: CPU1: using allocated LPI pending table @0x0000000880070000
[ 0.121446] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.129899] Detected PIPT I-cache on CPU2
[ 0.129941] GICv3: CPU2: found redistributor 2 region 0:0x0000000001940000
[ 0.129954] GICv3: CPU2: using allocated LPI pending table @0x0000000880080000
[ 0.129976] CPU2: Booted secondary processor 0x0000000002 [0x411fd080]
[ 0.138383] Detected PIPT I-cache on CPU3
[ 0.138427] GICv3: CPU3: found redistributor 3 region 0:0x0000000001960000
[ 0.138439] GICv3: CPU3: using allocated LPI pending table @0x0000000880090000
[ 0.138462] CPU3: Booted secondary processor 0x0000000003 [0x411fd080]
[ 0.146911] Detected PIPT I-cache on CPU4
[ 0.146991] GICv3: CPU4: found redistributor 100 region 0:0x0000000001980000
[ 0.147005] GICv3: CPU4: using allocated LPI pending table @0x00000008800a0000
[ 0.147037] CPU4: Booted secondary processor 0x0000000100 [0x411fd080]
[ 0.155490] Detected PIPT I-cache on CPU5
[ 0.155542] GICv3: CPU5: found redistributor 101 region 0:0x00000000019a0000
[ 0.155555] GICv3: CPU5: using allocated LPI pending table @0x00000008800b0000
[ 0.155578] CPU5: Booted secondary processor 0x0000000101 [0x411fd080]
[ 0.164007] Detected PIPT I-cache on CPU6
[ 0.164057] GICv3: CPU6: found redistributor 102 region 0:0x00000000019c0000
[ 0.164069] GICv3: CPU6: using allocated LPI pending table @0x00000008800c0000
[ 0.164093] CPU6: Booted secondary processor 0x0000000102 [0x411fd080]
[ 0.172517] Detected PIPT I-cache on CPU7
[ 0.172569] GICv3: CPU7: found redistributor 103 region 0:0x00000000019e0000
[ 0.172583] GICv3: CPU7: using allocated LPI pending table @0x00000008800d0000
[ 0.172606] CPU7: Booted secondary processor 0x0000000103 [0x411fd080]
[ 0.172650] smp: Brought up 1 node, 8 CPUs
[ 0.353623] SMP: Total of 8 processors activated.
[ 0.358429] CPU features: detected: 32-bit EL0 Support
[ 0.363684] CPU features: detected: CRC32 instructions
[ 0.368979] CPU: All CPU(s) started at EL2
[ 0.373169] alternatives: applying system-wide alternatives
[ 0.379864] devtmpfs: initialized
[ 0.392738] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.402717] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.433114] pinctrl core: initialized pinctrl subsystem
[ 0.438785] DMI not present or invalid.
[ 0.443046] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.450396] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[ 0.458423] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.467161] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.475394] audit: initializing netlink subsys (disabled)
[ 0.481011] audit: type=2000 audit(0.340:1): state=initialized audit_enabled=0 res=1
[ 0.481214] thermal_sys: Registered thermal governor 'step_wise'
[ 0.488930] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.495150] cpuidle: using governor menu
[ 0.505889] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.512913] ASID allocator initialised with 65536 entries
[ 0.527338] KASLR disabled due to lack of seed
[ 0.534709] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.541658] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.548064] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.554999] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.561402] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.568336] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.574738] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.581672] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.588782] k3-chipinfo 43000014.chipid: Family:J784S4 rev:SR1.0 JTAGID[0x0bb8002f] Detected
[ 0.598091] iommu: Default domain type: Translated
[ 0.603077] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.609603] SCSI subsystem initialized
[ 0.613582] usbcore: registered new interface driver usbfs
[ 0.619200] usbcore: registered new interface driver hub
[ 0.624641] usbcore: registered new device driver usb
[ 0.629975] pps_core: LinuxPPS API ver. 1 registered
[ 0.635046] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.644384] PTP clock support registered
[ 0.648461] EDAC MC: Ver: 3.0.0
[ 0.652104] FPGA manager framework
[ 0.655614] Advanced Linux Sound Architecture Driver Initialized.
[ 0.662253] clocksource: Switched to clocksource arch_sys_counter
[ 0.668595] VFS: Disk quotas dquot_6.6.0
[ 0.672622] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.682570] NET: Registered PF_INET protocol family
[ 0.687894] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.700715] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 0.709750] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.717682] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.726777] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.735196] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.742070] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.749422] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.757304] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.763372] RPC: Registered named UNIX socket transport module.
[ 0.769432] RPC: Registered udp transport module.
[ 0.774235] RPC: Registered tcp transport module.
[ 0.779037] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.785619] NET: Registered PF_XDP protocol family
[ 0.790521] PCI: CLS 0 bytes, default 64
[ 0.795221] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.804495] Initialise system trusted keyrings
[ 0.809134] workingset: timestamp_bits=46 max_order=23 bucket_order=0
[ 0.817758] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.823971] NFS: Registering the id_resolver key type
[ 0.829148] Key type id_resolver registered
[ 0.833420] Key type id_legacy registered
[ 0.837537] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.844387] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.871827] Key type asymmetric registered
[ 0.876011] Asymmetric key parser 'x509' registered
[ 0.881017] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.888645] io scheduler mq-deadline registered
[ 0.893277] io scheduler kyber registered
[ 0.899554] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
[ 0.905529] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
[ 0.911514] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
[ 0.917683] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
[ 0.923537] pinctrl-single 11c000.pinctrl: 72 pins, size 288
[ 0.932926] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
[ 0.944632] loop: module loaded
[ 0.948415] megasas: 07.719.03.00-rc1
[ 0.953604] tun: Universal TUN/TAP device driver, 1.6
[ 0.959126] VFIO - User Level meta-driver version: 0.3
[ 0.964760] usbcore: registered new interface driver usb-storage
[ 0.971202] i2c_dev: i2c /dev entries driver
[ 0.976096] sdhci: Secure Digital Host Controller Interface driver
[ 0.982413] sdhci: Copyright(c) Pierre Ossman
[ 0.986968] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.993140] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.999368] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.006089] usbcore: registered new interface driver usbhid
[ 1.011783] usbhid: USB HID core driver
[ 1.016174] 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.020730] optee: revision 4.1 (012cdca4)
[ 1.037177] optee: dynamic shared memory is enabled
[ 1.046566] optee: initialized driver
[ 1.051264] Initializing XFRM netlink socket
[ 1.055647] NET: Registered PF_PACKET protocol family
[ 1.060840] Key type dns_resolver registered
[ 1.065392] registered taskstats version 1
[ 1.069593] Loading compiled-in X.509 certificates
[ 1.079978] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
[ 1.128324] omap_i2c 40b00000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.134416] omap_i2c 40b10000.i2c: bus 3 rev0.12 at 100 kHz
[ 1.140601] pca953x 0-0021: supply vcc not found, using dummy regulator
[ 1.147418] pca953x 0-0021: using no AI
[ 1.174828] omap_i2c 2000000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.180836] pca953x 1-0021: supply vcc not found, using dummy regulator
[ 1.187633] pca953x 1-0021: using no AI
[ 1.214771] i2c i2c-1: Added multiplexed i2c bus 4
[ 1.219742] i2c i2c-1: Added multiplexed i2c bus 5
[ 1.224644] pca954x 1-0070: registered 2 multiplexed busses for I2C switch pca9543
[ 1.232399] omap_i2c 2010000.i2c: bus 1 rev0.12 at 400 kHz
[ 1.238113] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 177 domain created
[ 1.246648] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 10 domain created
[ 1.255893] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 283 domain created
[ 1.264542] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 321 created
[ 1.278290] ti-udma 311a0000.dma-controller: Number of rings: 48
[ 1.285044] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8, rchan: 16)
[ 1.294229] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:328
[ 1.304107] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.310867] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.319745] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:315
[ 1.329892] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.336651] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.344517] printk: console [ttyS2] disabled
[ 1.348908] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 216, base_baud = 3000000) is a 8250
[ 1.357762] printk: console [ttyS2] enabled
[ 1.357762] printk: console [ttyS2] enabled
[ 1.366208] printk: bootconsole [ns16550a0] disabled
[ 1.366208] printk: bootconsole [ns16550a0] disabled
[ 1.414261] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.423513] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.431782] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.444584] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.451791] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.458038] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0
[ 1.468237] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:250000000, add_val:3 pps:0
[ 1.476968] mmc0: CQHCI version 5.10
[ 1.482917] ti-udma 285c0000.dma-controller: Channels: 22 (tchan: 11, rchan: 11, gp-rflow: 8)
[ 1.492893] ti-udma 31150000.dma-controller: Channels: 66 (tchan: 33, rchan: 33, gp-rflow: 16)
[ 1.505200] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[ 1.510203] 7 fixed-partitions partitions found on MTD device 47040000.spi.0
[ 1.517243] Creating 7 MTD partitions on "47040000.spi.0":
[ 1.521545] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 1.522786] 0x000000000000-0x000000100000 : "ospi.tiboot3"
[ 1.536393] 0x000000100000-0x000000300000 : "ospi.tispl"
[ 1.542273] 0x000000300000-0x000000700000 : "ospi.u-boot"
[ 1.548306] 0x000000700000-0x000000740000 : "ospi.env"
[ 1.554081] 0x000000740000-0x000000780000 : "ospi.env.backup"
[ 1.560423] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 1.566397] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[ 1.614259] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.623507] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.631774] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.644587] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.644680] mmc0: Command Queue Engine enabled
[ 1.651797] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.656233] mmc0: new HS200 MMC card at address 0001
[ 1.662504] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0
[ 1.667403] mmcblk0: mmc0:0001 G1M15L 29.6 GiB
[ 1.681427] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 1.681641] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB
[ 1.689566] debugfs: Directory 'pd:74' with parent 'pm_genpd' already present!
[ 1.689628] mmc1: CQHCI version 5.10
[ 1.693524] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB
[ 1.700060] debugfs: Directory 'pd:73' with parent 'pm_genpd' already present!
[ 1.704125] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (240:0)
[ 1.708562] debugfs: Directory 'pd:72' with parent 'pm_genpd' already present!
[ 1.729735] debugfs: Directory 'pd:335' with parent 'pm_genpd' already present!
[ 1.730554] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 1.737111] debugfs: Directory 'pd:333' with parent 'pm_genpd' already present!
[ 1.751855] debugfs: Directory 'pd:332' with parent 'pm_genpd' already present!
[ 1.772955] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 1.782428] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 1.994942] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
[ 2.001943] mmcblk1: mmc1:aaaa SL32G 29.7 GiB
[ 2.010808] mmcblk1: p1 p2 p3
[ 5.891715] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 5.914254] Sending DHCP requests ., OK
[ 5.934088] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.102
[ 5.941820] IP-Config: Complete:
[ 5.945038] 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.955193] host=192.168.0.102, domain=ti.com, nis-domain=(none)
[ 5.961616] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 5.961619] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 5.981709] ALSA device list:
[ 5.984674] No soundcards found.
[ 5.999172] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 6.005307] devtmpfs: mounted
[ 6.008994] Freeing unused kernel memory: 1984K
[ 6.030319] Run /sbin/init as init process
[ 6.338908] systemd[1]: System time before build time, advancing clock.
[ 6.459048] NET: Registered PF_INET6 protocol family
[ 6.465438] Segment Routing with IPv6
[ 6.469107] In-situ OAM (IOAM) with IPv6
[ 6.524905] 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.556467] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.10[0m!
[ 6.668321] systemd[1]: Hostname set to <j784s4-evm>.
[ 6.831763] systemd-sysv-generator[192]: 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.860433] systemd[183]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 7.024731] 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.077249] 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.138618] systemd[1]: Queued start job for default target Graphical Interface.
[ 7.186747] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 7.207521] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 7.231419] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 7.255176] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 7.278415] 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.302363] 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.326434] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 7.342307] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 7.362296] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 7.378310] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 7.424187] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 7.450361] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 7.475014] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 7.498405] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 7.523289] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 7.547135] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 7.570498] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 7.587253] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 7.612629] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 7.634432] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 7.655078] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 7.694492] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 7.712596] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 7.736512] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 7.754440] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 7.772023] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 7.789361] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 7.812326] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 7.832348] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 7.849162] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 7.862276] random: crng init done
[ 7.874609] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 7.892857] fuse: init (API version 7.37)
[ 7.911291] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 7.937504] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 7.974853] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 7.999002] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 8.015699] cryptodev: loading out-of-tree module taints kernel.
[ 8.022570] cryptodev: driver 1.12 loaded.
[ 8.024728] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 8.057011] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 8.085366] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 8.106222] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 8.122716] 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...
[ 8.460066] systemd-journald[208]: 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...
[ 8.660498] audit: type=1334 audit(1651167747.320:2): prog-id=5 op=LOAD
[ 8.667183] audit: type=1334 audit(1651167747.328: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.
[ 8.887543] CAN device driver interface
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[ 8.913217] mc: Linux media interface: v0.10
[ 9.011425] videodev: Linux video capture interface: v2.00
[ 9.021868] j721e-pcie-host 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
[ 9.023038] k3-dsp-rproc 64800000.dsp: device does not reserved memory regions, ret = -22
[ 9.029394] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[ 9.029529] platform 41000000.r5f: configured R5F for IPC-only mode
[ 9.029535] platform 41000000.r5f: device does not have reserved memory regions, ret = -22
[ 9.029539] k3_r5_rproc bus@100000:bus@28380000:r5fss@41000000: reserved memory init failed, ret = -22
[ 9.029544] remoteproc remoteproc1: releasing 41000000.r5f
[ 9.029550] k3_r5_rproc bus@100000:bus@28380000:r5fss@41000000: k3_r5_cluster_rproc_init failed, ret = -22
[ 9.029582] k3_r5_rproc: probe of bus@100000:bus@28380000:r5fss@41000000 failed with error -22
[ 9.029911] j721e-pcie-host 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000
[ 9.033148] platform 5c00000.r5f: configured R5F for remoteproc mode
[ 9.033378] platform 5c00000.r5f: device does not have reserved memory regions, ret = -22
[ 9.033401] k3_r5_rproc bus@100000:r5fss@5c00000: reserved memory init failed, ret = -22
[ 9.033405] remoteproc remoteproc1: releasing 5c00000.r5f
[ 9.033411] k3_r5_rproc bus@100000:r5fss@5c00000: k3_r5_cluster_rproc_init failed, ret = -22
[ 9.033421] k3_r5_rproc: probe of bus@100000:r5fss@5c00000 failed with error -22
[ 9.036372] PVR_K: 264: Device: 4e20000000.gpu
[ 9.038008] k3-dsp-rproc 64800000.dsp: reserved memory init failed, ret = -22
[ 9.038098] remoteproc remoteproc0: releasing 64800000.dsp
[ 9.040093] platform 5e00000.r5f: configured R5F for remoteproc mode
[ 9.040307] platform 5e00000.r5f: device does not have reserved memory regions, ret = -22
[ 9.040312] k3_r5_rproc bus@100000:r5fss@5e00000: reserved memory init failed, ret = -22
[ 9.040317] remoteproc remoteproc1: releasing 5e00000.r5f
[ 9.040322] k3_r5_rproc bus@100000:r5fss@5e00000: k3_r5_cluster_rproc_init failed, ret = -22
[ 9.040331] k3_r5_rproc: probe of bus@100000:r5fss@5e00000 failed with error -22
[ 9.041603] platform 5900000.r5f: configured R5F for remoteproc mode
[ 9.041779] PVR_K: 264: Read BVNC 36.53.104.796 from HW device registers
[ 9.041820] platform 5900000.r5f: device does not have reserved memory regions, ret = -22
[ 9.041825] k3_r5_rproc bus@100000:r5fss@5900000: reserved memory init failed, ret = -22
[ 9.041829] remoteproc remoteproc1: releasing 5900000.r5f
[ 9.041834] k3_r5_rproc bus@100000:r5fss@5900000: k3_r5_cluster_rproc_init failed, ret = -22
[ 9.041841] k3_r5_rproc: probe of bus@100000:r5fss@5900000 failed with error -22
[ 9.043437] PVR_K: 264: RGX Device registered BVNC 36.53.104.796 with 1 core in the system
[ 9.049824] j721e-pcie-host 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000
[ 9.049848] j721e-pcie-host 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 9.067161] [drm] Initialized pvr 23.3.6512818 20170530 for 4e20000000.gpu on minor 0
[ 9.073815] k3-dsp-rproc: probe of 64800000.dsp failed with error -22
[ 9.128674] m_can_platform 40528000.can: m_can device registered (irq=485, version=32)
[ 9.134715] k3-dsp-rproc 65800000.dsp: device does not reserved memory regions, ret = -22
[ 9.195950] m_can_platform 40568000.can: m_can device registered (irq=486, version=32)
[ 9.204095] k3-dsp-rproc 65800000.dsp: reserved memory init failed, ret = -22
[ 9.214862] m_can_platform 2761000.can: m_can device registered (irq=487, version=32)
[ 9.218066] remoteproc remoteproc0: releasing 65800000.dsp
[ 9.228418] m_can_platform 2771000.can: m_can device registered (irq=488, version=32)
[ 9.232824] k3-dsp-rproc: probe of 65800000.dsp failed with error -22
[ 9.255670] cdns-mhdp8546 a000000.dp-bridge: invalid resource
[ 9.263516] k3-dsp-rproc 66800000.dsp: device does not reserved memory regions, ret = -22
[ 9.272279] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
[ 9.279195] k3-dsp-rproc 66800000.dsp: reserved memory init failed, ret = -22
[ 9.292468] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 1
[ 9.296584] remoteproc remoteproc0: releasing 66800000.dsp
[ 9.303041] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
[ 9.310885] k3-dsp-rproc: probe of 66800000.dsp failed with error -22
[ 9.319110] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
[ 9.326937] k3-dsp-rproc 67800000.dsp: device does not reserved memory regions, ret = -22
[ 9.335421] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
[ 9.341278] k3-dsp-rproc 67800000.dsp: reserved memory init failed, ret = -22
[ 9.341439] remoteproc remoteproc0: releasing 67800000.dsp
[ 9.341448] k3-dsp-rproc: probe of 67800000.dsp failed with error -22
[[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and [ 9.456910] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
Directories[0m.
[ 9.469408] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
[ 9.481735] m_can_platform 2761000.can main_mcan6: renamed from can2
[ 9.515284] m_can_platform 40568000.can mcu_mcan1: renamed from can1
[ 9.534535] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 9.541688] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[ 9.552440] xhci-hcd xhci-hcd.0.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010
[ 9.562770] xhci-hcd xhci-hcd.0.auto: irq 494, io mem 0x06010000
Starting [0;1;39mNetwork Time Synchronization[0m...
[ 9.570504] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 9.570775] m_can_platform 40528000.can mcu_mcan0: renamed from can0
[ 9.581687] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
[ 9.595454] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
Starting [0;1;39mRecord System Boot/Shutdown in UTMP[[ 9.603065] hub 1-0:1.0: USB hub found
0m...
[ 9.611789] hub 1-0:1.0: 1 port detected
[ 9.616581] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 9.625224] hub 2-0:1.0: USB hub found
[ 9.625339] m_can_platform 2771000.can main_mcan7: renamed from can3
[ 9.629390] hub 2-0:1.0: 1 port detected
[[0;32m OK [0m] Finished [0;1;39mRecord System Boot/Shutdown in UTMP[0m.
[ 9.733505] systemd-journald[208]: Oldest entry in /run/log/journal/eb63295590464d7fb99d7d068c1595da/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[ 9.751451] systemd-journald[208]: /run/log/journal/eb63295590464d7fb99d7d068c1595da/system.journal: Journal header limits reached or header out-of-date, rotating.
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Initialization[0m.
[[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary Directories[0m.
[[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.
[ 9.874318] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[[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.
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 [ 10.035244] hub 1-1:1.0: USB hub found
API[0m.
[ 10.042797] hub 1-1:1.0: 4 ports detected
[[0;32m OK [0m] Listening on [0;1;39mWeston socket[0m.
[ 10.062416] j721e-pcie-host 2900000.pcie: PCI host bridge to bus 0000:00
[ 10.070997] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 10.076482] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x10001000-0x10010fff])
[ 10.085961] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff]
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m.
[ 10.092863] pci 0000:00:00.0: [104c:b00d] type 01 class 0x060400
[ 10.104306] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[ 10.114061] pci 0000:00:00.0: supports D1
[ 10.118066] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 10.125515] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 10.133739] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 10.140382] pci 0000:00:00.0: PCI bridge to [bus 01]
[[0;32m OK [0m] Finished [0;1;39mReboot and dump vmcore via[ 10.145865] pcieport 0000:00:00.0: PME: Signaling with IRQ 498
kexec[0m.
[ 10.157080] pcieport 0000:00:00.0: AER: enabled with IRQ 498
[ 10.164226] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[ 10.172200] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000
[ 10.180779] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000
[ 10.189328] 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..[ 10.338290] usb 1-1.3: new high-speed USB device number 3 using xhci-hcd
.
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 [ 10.366693] audit: type=1334 audit(1715259294.964:4): prog-id=7 op=LOAD
daemon using ipsec.conf[0m.
[ 10.378307] audit: type=1334 audit(1715259294.976:5): prog-id=8 op=LOAD
Starting [0;1;39mUser Login Management[0m...
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[0m.
Starting [0;1;39mTelnet Server[0m...
[[0;32m OK [0m] Finished [0;1;39mTelnet Server[0m.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd[ 10.463387] hub 1-1.3:1.0: USB hub found
-fsck[0m.
[ 10.471269] 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;39mLighttpd Daemon[0m.
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p3[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk1p3[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p3[0m.
Mounting [0;1;39m/run/media/mmcblk1p3[0m...
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
[ 10.685404] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p2[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p1[0m.
[ 10.709230] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 10.716109] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Starting [0;1;39mFile System Check on /dev/mmcblk1p1[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p2[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p1[0m.
Mounting [0;1;39m/run/media/boot-mmcblk1p1[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System C[ 10.774293] usb 1-1.3.1: new high-speed USB device number 4 using xhci-hcd
heck on /dev/mmcblk1p2[0m.
Mounting [0;1;39m/run/media/root-mmcblk1p2[0m...
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
Starting [0;1;39mNetwork Name Resolution[0m...
[ 10.864408] 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.
[ 10.903765] hub 1-1.3.1:1.0: USB hub found
[ 10.908446] hub 1-1.3.1:1.0: 4 ports detected
[[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...
[ 10.998292] usb 1-1.3.4: new low-speed USB device number 5 using xhci-hcd
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...
[ 11.063898] EXT4-fs (mmcblk1p3): mounted filesystem with ordered data mode. Quota mode: none.
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk1p3[0m.
[[0;32m OK [0m] Finished [0;1;39mEnable and configure wl18xx bluetooth stack[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...
[ 11.123966] 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
Starting [0;1;39mWeston, a Waylandositor, as a syst[ 11.141480] 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
em service[0m...
[ 11.144980] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/root-mmcblk1p2[0m.
[ 11.198420] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0001:00
[ 11.205534] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 11.211035] pci_bus 0001:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x18001000-0x18010fff])
[ 11.220681] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff]
[ 11.227585] pci 0001:00:00.0: [104c:b013] type 01 class 0x060400
[ 11.233598] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[ 11.243374] pci 0001:00:00.0: supports D1
[ 11.247376] pci 0001:00:00.0: PME# supported from D0 D1 D3hot
[ 11.253141] pci 0001:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
[ 11.260022] pci 0001:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
[ 11.271753] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 11.280037] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01
[ 11.286668] pci 0001:00:00.0: BAR 7: assigned [mem 0x18400000-0x193fffff 64bit]
[ 11.293978] pci 0001:00:00.0: PCI bridge to [bus 01]
[ 11.299406] pcieport 0001:00:00.0: PME: Signaling with IRQ 502
[ 11.305450] pcieport 0001:00:00.0: AER: enabled with IRQ 502
[ 11.311529] j721e-pcie-host 2930000.pcie: host bridge /bus@100000/pcie@2930000 ranges:
[ 11.319494] j721e-pcie-host 2930000.pcie: IO 0x4410001000..0x4410010fff -> 0x0000001000
[ 11.328027] j721e-pcie-host 2930000.pcie: MEM 0x4410011000..0x4417ffffff -> 0x0000011000
[ 11.336595] j721e-pcie-host 2930000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[[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.
[ 11.557913] audit: type=1334 audit(1715259296.152:6): prog-id=9 op=LOAD
[ 11.564573] audit: type=1334 audit(1715259296.160:7): prog-id=10 op=LOAD
Starting [0;1;39mUser Database Manager[0m...
[[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...
[ 12.113926] audit: type=1006 audit(1715259296.708:8): pid=792 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 12.126494] audit: type=1300 audit(1715259296.708:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffd80ed1e8 a2=4 a3=ffff926f9020 items=0 ppid=1 pid=792 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.152992] audit: type=1327 audit(1715259296.708:8): proctitle="(systemd)"
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtime[0m.
[ 12.346444] j721e-pcie-host 2930000.pcie: PCI host bridge to bus 0002:00
[ 12.353424] pci_bus 0002:00: root bus resource [bus 00-ff]
[ 12.358915] pci_bus 0002:00: root bus resource [io 0x20000-0x2ffff] (bus address [0x1000-0x10fff])
[ 12.367963] pci_bus 0002:00: root bus resource [mem 0x4410011000-0x4417ffffff] (bus address [0x00011000-0x07ffffff])
[ 12.378516] pci 0002:00:00.0: [104c:b00d] type 01 class 0x060400
[ 12.384528] pci_bus 0002:00: 2-byte config write to 0002:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[ 12.394319] pci 0002:00:00.0: supports D1
[ 12.398322] pci 0002:00:00.0: PME# supported from D0 D1 D3hot
[ 12.404087] pci 0002:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
[ 12.410952] pci 0002:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
[ 12.422501] pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 12.430692] pci_bus 0002:01: busn_res: [bus 01-ff] end is updated to 01
[ 12.437322] pci 0002:00:00.0: BAR 7: assigned [mem 0x4410400000-0x44113fffff 64bit]
[ 12.444976] pci 0002:00:00.0: PCI bridge to [bus 01]
[ 12.450370] pcieport 0002:00:00.0: PME: Signaling with IRQ 506
[ 12.456418] pcieport 0002:00:00.0: AER: enabled with IRQ 506
[[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[ 12.538535] audit: type=1006 audit(1715259297.136:9): pid=773 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
ton[0m.
[ 13.143501] PVR_K: 773: RGX Firmware image 'rgx.fw.36.53.104.796' loaded
[ 13.156084] 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.
***************************************************************
***************************************************************
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.698192] kauditd_printk_skb: 2 callbacks suppressed
[ 16.698201] audit: type=1006 audit(1715259301.292:10): pid=1178 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 16.715810] audit: type=1300 audit(1715259301.292:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffd80ed1e8 a2=1 a3=ffff926f9020 items=0 ppid=1 pid=1178 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.742195] audit: type=1327 audit(1715259301.292:10): proctitle="(systemd)"
[ 16.749253] audit: type=1334 audit(1715259301.312:11): prog-id=11 op=LOAD
[ 16.756044] audit: type=1300 audit(1715259301.312:11): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=fffffc3f5350 a2=78 a3=0 items=0 ppid=1 pid=1178 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.781474] audit: type=1327 audit(1715259301.312:11): proctitle="(systemd)"
[ 16.788526] audit: type=1334 audit(1715259301.312:12): prog-id=11 op=UNLOAD
[ 16.795488] audit: type=1334 audit(1715259301.312:13): prog-id=12 op=LOAD
[ 16.802290] audit: type=1300 audit(1715259301.312:13): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=fffffc3f53f0 a2=78 a3=0 items=0 ppid=1 pid=1178 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.827710] audit: type=1327 audit(1715259301.312: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/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 8 3 0 0 0 0 0 0
31 1 mtdblock1 28 0 224 6 0 0 0 0 0 12 6 0 0 0 0 0 0
31 2 mtdblock2 29 0 232 6 0 0 0 0 0 12 6 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 8 2 0 0 0 0 0 0
31 5 mtdblock5 36 3 672 30 0 0 0 0 0 24 30 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 107 12 4184 56 0 0 0 0 0 52 56 0 0 0 0 0 0
179 32 mmcblk0boot0 35 1 672 6 0 0 0 0 0 12 6 0 0 0 0 0 0
179 64 mmcblk0boot1 37 2 672 7 0 0 0 0 0 8 7 0 0 0 0 0 0
179 96 mmcblk1 1731 70 53819 2148 2 0 16 23 0 976 2172 0 0 0 0 0 0
179 97 mmcblk1p1 242 14 14593 515 0 0 0 0 0 440 515 0 0 0 0 0 0
179 98 mmcblk1p2 718 45 19224 760 1 0 8 3 0 736 764 0 0 0 0 0 0
179 99 mmcblk1p3 734 11 18810 840 1 0 8 20 0 744 860 0 0 0 0 0 0
root@j784s4-evm:~# cat /proc/interrupts
CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 CPU6 CPU7
11: 2995 3158 2813 2837 2690 3372 3153 3369 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: 67194 0 0 0 0 347 0 0 MSI-INTA 21495904 Level 46000000.ethernet-tx0
70: 101771 0 0 377 0 0 0 0 MSI-INTA 21495906 Level 46000000.ethernet
88: 1622 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: 647 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: 297 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: 3597 0 0 0 0 0 0 0 GICv3 36 Level mmc1
482: 0 0 0 0 0 0 0 0 GICv3 56 Level pvrsrvkm
483: 0 0 0 0 0 0 0 0 GICv3 350 Edge j721e-pcie-link-down-irq
489: 0 0 0 0 0 0 0 0 GICv3 214 Level vpu_irq
490: 0 0 0 0 0 0 0 0 GICv3 646 Level mhdp8546
491: 0 0 0 0 0 0 0 0 GICv3 634 Level tidss
492: 0 0 0 0 0 0 0 0 GICv3 215 Level vpu_irq
493: 0 0 0 0 0 0 0 0 GICv3 43 Level 4e10000.rng
494: 163 0 0 0 0 0 0 0 GICv3 128 Level xhci-hcd:usb1
496: 0 0 0 0 0 0 0 0 GICv3 152 Level 6000000.usb
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: 1189 1023 823 1114 929 833 1047 901 Rescheduling interrupts
IPI1: 7434 36764 36145 33027 36241 34386 32335 33539 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: 17 0 0 0 2 0 0 0
TIMER: 910 709 510 542 571 709 507 531
NET_TX: 8 0 0 1 1 0 0 1
NET_RX: 129753 11 26 392 11 387 18 6
BLOCK: 178 0 0 0 0 0 0 0
IRQ_POLL: 0 0 0 0 0 0 0 0
TASKLET: 5456 7 0 0 4 4 0 23
SCHED: 1404 1178 1020 975 919 1028 950 1061
HRTIMER: 6 0 0 0 0 0 0 0
RCU: 1961 2753 3021 2847 2624 2552 3037 3193
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
omap_rng 16384 0
cdns_usb_common 20480 1 cdns3
cdns_mhdp8546 40960 0
wave5 94208 0
crct10dif_ce 16384 1
tidss 61440 2
drm_display_helper 139264 1 cdns_mhdp8546
videobuf2_dma_contig 20480 1 wave5
ti_tfp410 16384 0
display_connector 16384 0
drm_dma_helper 20480 1 tidss
videobuf2_memops 16384 1 videobuf2_dma_contig
phy_can_transceiver 16384 4
v4l2_mem2mem 36864 1 wave5
videobuf2_v4l2 32768 2 v4l2_mem2mem,wave5
drm_kms_helper 184320 7 drm_dma_helper,display_connector,cdns_mhdp8546,drm_display_helper,tidss,ti_tfp410
videobuf2_common 57344 5 videobuf2_dma_contig,videobuf2_v4l2,v4l2_mem2mem,wave5,videobuf2_memops
ti_k3_r5_remoteproc 28672 0
k3_j72xx_bandgap 20480 0
syscopyarea 16384 1 drm_kms_helper
pci_j721e_host 16384 0
ti_k3_dsp_remoteproc 16384 0
pvrsrvkm 1273856 12
videodev 245760 4 videobuf2_v4l2,videobuf2_common,v4l2_mem2mem,wave5
sysfillrect 16384 1 drm_kms_helper
pci_j721e 16384 1 pci_j721e_host
virtio_rpmsg_bus 20480 0
sysimgblt 16384 1 drm_kms_helper
rpmsg_ns 16384 1 virtio_rpmsg_bus
fb_sys_fops 16384 1 drm_kms_helper
ti_k3_common 16384 1 ti_k3_dsp_remoteproc
m_can_platform 16384 0
pcie_cadence_host 16384 1 pci_j721e_host
mc 57344 4 videodev,videobuf2_v4l2,videobuf2_common,v4l2_mem2mem
sa2ul 36864 0
pcie_cadence 16384 2 pcie_cadence_host,pci_j721e_host
m_can 24576 1 m_can_platform
cdns3_ti 16384 0
optee_rng 16384 0
can_dev 36864 1 m_can
rng_core 20480 2 optee_rng,omap_rng
rti_wdt 16384 0
cryptodev 53248 0
fuse 131072 1
drm 561152 17 drm_kms_helper,drm_dma_helper,display_connector,pvrsrvkm,cdns_mhdp8546,drm_display_helper,tidss,ti_tfp410
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-00079-g464718e7a91 (May 09 2024 - 18:18:26 +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
Skipping authentication on GP device
Skipping authentication on GP device
Skipping authentication on GP device
Skipping authentication on GP device
Loaded 1024831 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-00079-g464718e7a91 (May 09 2024 - 18:18:42 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
Detected: J7X-BASE-CPB rev E3
Detected: J7X-VSC8514-ETH rev E2
Trying to boot from UART
C
Skipping authentication on GP device
Loaded 1220595 bytes
U-Boot 2024.07-rc2-00079-g464718e7a91 (May 09 2024 - 18:18:42 +0530)
SoC: J7200 SR2.0 GP
Model: Texas Instruments J7200 EVM
Board: J7200X-PM2-SOM rev E8
DRAM: 2 GiB (effective 4 GiB)
Core: 91 devices, 30 uclasses, devicetree: separate
Flash: 0 Bytes
MMC: mmc@4f80000: 0, mmc@4fb0000: 1
Loading Environment from nowhere... OK
In: serial@2800000
Out: serial@2800000
Err: serial@2800000
am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA02102 cpsw_ver: 0x6BA82102 ale_ver: 0x00293904 Ports:1
Detected: J7X-BASE-CPB rev E3
Detected: J7X-VSC8514-ETH rev E2
Net: eth0: ethernet@46000000port@1
Hit any key to stop autoboot: 2 0
=>
=>
=>
=>
=>
=>
=>
=>
=>
=>
=>
=>
=> version
U-Boot 2024.07-rc2-00079-g464718e7a91 (May 09 2024 - 18:18:42 +0530)
=> setenv bootargs 'console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 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,0x02800000 ${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=j721e
board_name=j7200
board_rev=E8
board_serial=0071
board_software_revision=01
boot=mmc
boot_fdt=try
boot_fit=0
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_targets=mmc1 mmc0 usb pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled
bootcmd=
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;
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=1
dorprocboot=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;
eth1addr=70:ff:76:1d:9b:3e
eth2addr=70:ff:76:1d:9b:3f
eth3addr=70:ff:76:1d:9b:40
eth4addr=70:ff:76:1d:9b:41
ethaddr=34:08:e1:59:e3:d5
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde979d0
fdtfile=ti/k3-j7200-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_main_cpsw0_qsgmii_phy=gpio set gpio@22_17; gpio clear gpio@22_16
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}
main_cpsw0_qsgmii_phyinit=if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1 && test ${dorprocboot} -eq 1 && test ${boot} = mmc; then run init_main_cpsw0_qsgmii_phy; 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),128k(ospi.env),128k(ospi.env.backup),1m(ospi.sysfw),-@8m(ospi.rootfs);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(hbmc.sysfw),-@8m(hbmc.rootfs)
name_fdt=ti/k3-j7200-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/j7200-main-r5f0_0-fw 3 /lib/firmware/j7200-main-r5f0_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}
scriptaddr=0x80000000
scsirootfstype=ext4 rootwait
serial#=0000000000000071
serverip=192.168.0.1
soc=k3
stderr=serial@2800000
stdin=serial@2800000
stdout=serial@2800000
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
vendor=ti
Environment size: 6539/131067 bytes
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 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,32] sci-dev-id:235
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.163 (1016 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
73912 bytes read in 85 ms (848.6 KiB/s)
Load Remote Processor 2 with data@addr=0x82000000 73912 bytes: Success!
73912 bytes read in 83 ms (869.1 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 73912 bytes: Failed!
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02800000 ${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=j721e
board_name=j7200
board_rev=E8
board_serial=0071
board_software_revision=01
boot=mmc
boot_fdt=try
boot_fit=0
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_targets=mmc1 mmc0 usb pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
bootcmd=
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;
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=1
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;
eth1addr=70:ff:76:1d:9b:3e
eth2addr=70:ff:76:1d:9b:3f
eth3addr=70:ff:76:1d:9b:40
eth4addr=70:ff:76:1d:9b:41
ethact=ethernet@46000000port@1
ethaddr=34:08:e1:59:e3:d5
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde979d0
fdtfile=ti/k3-j7200-common-proc-board.dtb
fdtoverlay_addr_r=0x89000000
fileaddr=82000000
filesize=120b8
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_main_cpsw0_qsgmii_phy=gpio set gpio@22_17; gpio clear gpio@22_16
init_mmc=run args_all args_mmc
init_ufs=ufs init; scsi scan; run args_ufs
ipaddr=192.168.0.163
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}
main_cpsw0_qsgmii_phyinit=if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1 && test ${dorprocboot} -eq 1 && test ${boot} = mmc; then run init_main_cpsw0_qsgmii_phy; 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),128k(ospi.env),128k(ospi.env.backup),1m(ospi.sysfw),-@8m(ospi.rootfs);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(hbmc.sysfw),-@8m(hbmc.rootfs)
name_fdt=ti/k3-j7200-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/j7200-main-r5f0_0-fw 3 /lib/firmware/j7200-main-r5f0_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}
scriptaddr=0x80000000
scsirootfstype=ext4 rootwait
serial#=0000000000000071
serverip=192.168.0.1
soc=k3
stderr=serial@2800000
stdin=serial@2800000
stdout=serial@2800000
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
vendor=ti
Environment size: 6703/131067 bytes
=> tftp ${loadaddr} 192.168.0.1:vatf_j7200-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.163
Filename 'vatf_j7200-evm/bb07daf011078f15ea81b62255230e0d'.
Load address: 0x82000000
Loading: *################################################## 18.5 MiB
12.8 MiB/s
done
Bytes transferred = 19376640 (127aa00 hex)
=> tftp ${fdt_addr_r} 192.168.0.1:vatf_j7200-evm/9ffb2a755abadc44256f9309c06d093b
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.163
Filename 'vatf_j7200-evm/9ffb2a755abadc44256f9309c06d093b'.
Load address: 0x88000000
Loading: *################################################## 68.1 KiB
7.4 MiB/s
done
Bytes transferred = 69764 (11084 hex)
=> fdt address ${fdt_addr_r}
Working FDT set to 88000000
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 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/j7200-evm/autofs/34b14060ab7d4ff5071eae53ed9fba8f,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-00079-g464718e7a91 (May 09 2024 - 18:18:42 +0530)
=> bdinfo
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x0000000080000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffecc000
reloc off = 0x000000007f6cc000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 34:08:e1:59:e3:d5
IP addr = 192.168.0.163
fdt_blob = 0x00000000fde979d0
new_fdt = 0x00000000fde979d0
fdt_size = 0x00000000000143e0
lmb_dump_all:
memory.cnt = 0x2 / max = 0x10
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0
memory[1] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0
reserved.cnt = 0x2 / max = 0x10
reserved[0] [0x9e800000-0xa47fffff], 0x06000000 bytes flags: 4
reserved[1] [0xfce88000-0xffffffff], 0x03178000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002800000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde979c0
sp start = 0x00000000fde979c0
Early malloc usage: 2fc8 / 8000
=>
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x0000000080000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffecc000
reloc off = 0x000000007f6cc000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 34:08:e1:59:e3:d5
IP addr = 192.168.0.163
fdt_blob = 0x00000000fde979d0
new_fdt = 0x00000000fde979d0
fdt_size = 0x00000000000143e0
lmb_dump_all:
memory.cnt = 0x2 / max = 0x10
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0
memory[1] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0
reserved.cnt = 0x2 / max = 0x10
reserved[0] [0x9e800000-0xa47fffff], 0x06000000 bytes flags: 4
reserved[1] [0xfce88000-0xffffffff], 0x03178000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002800000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde979c0
sp start = 0x00000000fde979c0
Early malloc usage: 2fc8 / 8000
=> ls mmc 0:1
=> ls mmc 1:1
EFI/
19001856 Image
526419 tiboot3.bin
526419 tiboot3-j7200-gp-evm.bin
529008 tiboot3-j7200-hs-evm.bin
529008 tiboot3-j7200-hs-fs-evm.bin
529008 tiboot3-j7200_sr2-hs-evm.bin
529008 tiboot3-j7200_sr2-hs-fs-evm.bin
1020811 tispl.bin
1215819 u-boot.img
574 uEnv.txt
4 ws-calibrate.rules
11 file(s), 1 dir(s)
=> ext4ls mmc 0:2 /lib/firmware
** Invalid partition 2 **
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
4426712 bl32.elf
<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> 71 j7200-main-r5f0_0-fw
<SYM> 78 j7200-main-r5f0_0-fw-sec
<SYM> 71 j7200-main-r5f0_1-fw
<SYM> 78 j7200-main-r5f0_1-fw-sec
<SYM> 71 j7200-mcu-r5f0_1-fw
<SYM> 78 j7200-mcu-r5f0_1-fw-sec
4896 regulatory.db
1085 regulatory.db.p7s
28 tee-header_v2.bin
0 tee-pageable_v2.bin
482656 tee-pager_v2.bin
482656 tee-raw.bin
482684 tee.bin
4426712 tee.elf
<DIR> 4096 ti-connectivity
<DIR> 4096 ti-eth
<DIR> 4096 ti-ipc
=> mmc rescan; echo $?
0
=> fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4
4 bytes written in 30 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 000000008ffeb000, end 000000008ffff083 ... OK
Working FDT set to 8ffeb000
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 J7200 EVM
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
[ 0.000000] printk: bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node 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] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x00000008ffffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000009e7fffff]
[ 0.000000] node 0: [mem 0x000000009e800000-0x00000000a47fffff]
[ 0.000000] node 0: [mem 0x00000000a4800000-0x00000000ffffffff]
[ 0.000000] node 0: [mem 0x0000000880000000-0x00000008ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
[ 0.000000] cma: Reserved 32 MiB at 0x00000000fe000000
[ 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: 1032192
[ 0.000000] Kernel command line: console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j7200-evm/autofs/34b14060ab7d4ff5071eae53ed9fba8f,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: 524288 (order: 10, 4194304 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 2.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fa000000-0x00000000fe000000] (64MB)
[ 0.000000] Memory: 3897280K/4194304K available (11712K kernel code, 1258K rwdata, 3812K rodata, 1984K init, 438K bss, 264256K reserved, 32768K 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.008338] Console: colour dummy device 80x25
[ 0.012904] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023576] pid_max: default: 32768 minimum: 301
[ 0.028315] LSM: Security Framework initializing
[ 0.033095] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.040670] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.049478] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.056879] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.063146] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.070532] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.076854] rcu: Hierarchical SRCU implementation.
[ 0.081753] rcu: Max phase no-delay instances is 1000.
[ 0.087260] Platform MSI: msi-controller@1820000 domain created
[ 0.093413] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.102762] EFI services will not be available.
[ 0.107497] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.120663] Detected PIPT I-cache on CPU1
[ 0.120732] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.120746] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
[ 0.120778] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.120830] smp: Brought up 1 node, 2 CPUs
[ 0.150177] SMP: Total of 2 processors activated.
[ 0.154980] CPU features: detected: 32-bit EL0 Support
[ 0.160235] CPU features: detected: CRC32 instructions
[ 0.165511] CPU: All CPU(s) started at EL2
[ 0.169692] alternatives: applying system-wide alternatives
[ 0.176227] devtmpfs: initialized
[ 0.184300] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.194279] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.201874] pinctrl core: initialized pinctrl subsystem
[ 0.207538] DMI not present or invalid.
[ 0.211785] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.218368] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.225683] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.233718] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.241842] audit: initializing netlink subsys (disabled)
[ 0.247439] audit: type=2000 audit(0.160:1): state=initialized audit_enabled=0 res=1
[ 0.247634] thermal_sys: Registered thermal governor 'step_wise'
[ 0.255361] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.261515] cpuidle: using governor menu
[ 0.272259] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.279223] ASID allocator initialised with 65536 entries
[ 0.290637] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@100000/pinctrl@a40000/mcu-cpsw-cpts
[ 0.301550] KASLR disabled due to lack of seed
[ 0.308985] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.315948] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.322356] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.329300] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.335727] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.342662] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.349064] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.355998] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.363175] k3-chipinfo 43000014.chipid: Family:J7200 rev:SR2.0 JTAGID[0x1bb6d02f] Detected
[ 0.372404] iommu: Default domain type: Translated
[ 0.377395] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.383917] SCSI subsystem initialized
[ 0.387905] usbcore: registered new interface driver usbfs
[ 0.393527] usbcore: registered new interface driver hub
[ 0.398964] usbcore: registered new device driver usb
[ 0.404304] pps_core: LinuxPPS API ver. 1 registered
[ 0.409377] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.418719] PTP clock support registered
[ 0.422787] EDAC MC: Ver: 3.0.0
[ 0.426447] FPGA manager framework
[ 0.429962] Advanced Linux Sound Architecture Driver Initialized.
[ 0.436604] clocksource: Switched to clocksource arch_sys_counter
[ 0.442975] VFS: Disk quotas dquot_6.6.0
[ 0.447007] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.457032] NET: Registered PF_INET protocol family
[ 0.462428] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.471540] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.480301] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.488227] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.496457] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.505215] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.512063] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.518991] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.526440] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.532529] RPC: Registered named UNIX socket transport module.
[ 0.538588] RPC: Registered udp transport module.
[ 0.543391] RPC: Registered tcp transport module.
[ 0.548196] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.554780] NET: Registered PF_XDP protocol family
[ 0.559682] PCI: CLS 0 bytes, default 64
[ 0.564104] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.573206] Initialise system trusted keyrings
[ 0.577877] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.586566] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.592844] NFS: Registering the id_resolver key type
[ 0.598033] Key type id_resolver registered
[ 0.602305] Key type id_legacy registered
[ 0.606427] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.613277] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.640479] Key type asymmetric registered
[ 0.644664] Asymmetric key parser 'x509' registered
[ 0.649672] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.657318] io scheduler mq-deadline registered
[ 0.661951] io scheduler kyber registered
[ 0.667807] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
[ 0.673801] pinctrl-single 4301c038.pinctrl: 2 pins, size 8
[ 0.679602] pinctrl-single 4301c068.pinctrl: 59 pins, size 236
[ 0.685810] pinctrl-single 4301c174.pinctrl: 8 pins, size 32
[ 0.691765] pinctrl-single 11c000.pinctrl: 67 pins, size 268
[ 0.697769] pinctrl-single 11c11c.pinctrl: 3 pins, size 12
[ 0.703819] pinctrl-single a40000.pinctrl: 512 pins, size 2048
[ 0.712923] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
[ 0.723923] loop: module loaded
[ 0.727709] megasas: 07.719.03.00-rc1
[ 0.732898] tun: Universal TUN/TAP device driver, 1.6
[ 0.738426] VFIO - User Level meta-driver version: 0.3
[ 0.744059] usbcore: registered new interface driver usb-storage
[ 0.750519] i2c_dev: i2c /dev entries driver
[ 0.755463] sdhci: Secure Digital Host Controller Interface driver
[ 0.761798] sdhci: Copyright(c) Pierre Ossman
[ 0.766351] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.772398] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.778620] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.785338] usbcore: registered new interface driver usbhid
[ 0.791033] usbhid: USB HID core driver
[ 0.795440] 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
[ 0.800005] optee: revision 4.1 (012cdca4)
[ 0.816426] optee: dynamic shared memory is enabled
[ 0.825818] optee: initialized driver
[ 0.830642] Initializing XFRM netlink socket
[ 0.835031] NET: Registered PF_PACKET protocol family
[ 0.840224] Key type dns_resolver registered
[ 0.844789] registered taskstats version 1
[ 0.848989] Loading compiled-in X.509 certificates
[ 0.859983] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
[ 0.888626] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 0.894996] pca953x 1-0021: supply vcc not found, using dummy regulator
[ 0.901830] pca953x 1-0021: using no AI
[ 0.929021] pca953x 1-0020: supply vcc not found, using dummy regulator
[ 0.935829] pca953x 1-0020: using no AI
[ 0.940385] pca953x 1-0022: supply vcc not found, using dummy regulator
[ 0.947188] pca953x 1-0022: using AI
[ 0.951466] omap_i2c 2000000.i2c: bus 1 rev0.12 at 400 kHz
[ 0.957602] pca953x 2-0020: supply vcc not found, using dummy regulator
[ 0.964429] pca953x 2-0020: using no AI
[ 0.988914] omap_i2c 2010000.i2c: bus 2 rev0.12 at 400 kHz
[ 0.994698] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 137 domain created
[ 1.003236] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 131 domain created
[ 1.012571] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 213 domain created
[ 1.021160] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 209 created
[ 1.032016] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,32] sci-dev-id:235
[ 1.041910] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.048672] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.058362] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[120,200] sci-dev-id:211
[ 1.068523] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.075282] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.083257] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 251, base_baud = 6000000) is a 8250
[ 1.092776] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 252, base_baud = 3000000) is a 8250
[ 1.101624] printk: console [ttyS2] enabled
[ 1.101624] printk: console [ttyS2] enabled
[ 1.110070] printk: bootconsole [ns16550a0] disabled
[ 1.110070] printk: bootconsole [ns16550a0] disabled
[ 1.120505] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 253, base_baud = 3000000) is a 8250
[ 1.129623] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.172610] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.181457] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.189732] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.202579] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.209787] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.215974] pps pps0: new PPS source ptp0
[ 1.220135] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
[ 1.230430] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0
[ 1.241936] mmc0: CQHCI version 5.10
[ 1.242248] gpio-mux mux-controller: 2-way mux-controller registered
[ 1.281169] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 1.374808] mmc0: Command Queue Engine enabled
[ 1.379270] mmc0: new HS400 MMC card at address 0001
[ 1.384957] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 1.392658] mmcblk0: p1
[ 1.395668] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[ 1.401392] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[ 1.407107] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
[ 1.557164] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
[ 1.563168] tps6594-rtc tps6594-rtc.4.auto: hctosys: unable to read the hardware clock
[ 1.601443] vdd_core_0v85: Bringing 800000uV into 850000-850000uV
[ 1.724372] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc8900
[ 1.731183] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc8900
[ 1.740817] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[ 1.752257] ti-udma 31150000.dma-controller: Channels: 50 (tchan: 25, rchan: 25, gp-rflow: 8)
[ 1.763726] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.808637] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.817948] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.826235] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.839123] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.846356] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.853700] pps pps0: new PPS source ptp1
[ 1.857928] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
[ 1.869378] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 1.878904] mmc1: CQHCI version 5.10
[ 1.879063] debugfs: Directory 'pd:240' with parent 'pm_genpd' already present!
[ 1.923696] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 1.940722] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 1.950229] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 2.001584] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
[ 2.008958] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
[ 2.017795] mmcblk1: p1 p2 p3
[ 6.049826] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 6.080624] Sending DHCP requests ., OK
[ 6.100476] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.163
[ 6.108236] IP-Config: Complete:
[ 6.111466] device=eth0, hwaddr=34:08:e1:59:e3:d5, ipaddr=192.168.0.163, mask=255.255.255.0, gw=192.168.0.1
[ 6.121639] host=192.168.0.163, domain=ti.com, nis-domain=(none)
[ 6.128078] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 6.128085] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 6.144713] ALSA device list:
[ 6.147682] No soundcards found.
[ 6.195078] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 6.201353] devtmpfs: mounted
[ 6.205790] Freeing unused kernel memory: 1984K
[ 6.216739] Run /sbin/init as init process
[ 6.366553] systemd[1]: System time before build time, advancing clock.
[ 6.446492] NET: Registered PF_INET6 protocol family
[ 6.452889] Segment Routing with IPv6
[ 6.456549] In-situ OAM (IOAM) with IPv6
[ 6.481359] 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.513008] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.10[0m!
[ 6.561808] systemd[1]: Hostname set to <j7200-evm>.
[ 6.680647] random: crng init done
[ 6.689302] systemd-sysv-generator[146]: 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.716829] systemd[137]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 7.023380] 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.090913] 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.176196] systemd[1]: Queued start job for default target Graphical Interface.
[ 7.225079] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 7.247057] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 7.271670] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 7.295149] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 7.317055] 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.340943] 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.365066] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 7.384760] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 7.404745] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 7.424763] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 7.480261] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 7.500779] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 7.528079] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 7.549059] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 7.573886] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 7.597776] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 7.621328] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 7.641921] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 7.666887] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 7.689190] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 7.709635] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 7.757020] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 7.782028] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 7.829021] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 7.849246] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 7.868838] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 7.895427] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 7.941191] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 7.961476] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 8.000290] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 8.055918] fuse: init (API version 7.37)
[ 8.057798] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 8.077464] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 8.094589] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 8.115843] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 8.136162] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 8.155393] cryptodev: loading out-of-tree module taints kernel.
[ 8.166000] cryptodev: driver 1.12 loaded.
[ 8.173168] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 8.199791] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 8.220530] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 8.237902] systemd[1]: Mounted Huge Pages File System.
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[0m.
[ 8.261836] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mTemporary Directory /tmp[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate List of Static Device Nodes[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m.
[[0;32m OK [0m] Finished [0;1;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.571153] systemd-journald[160]: 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.764971] audit: type=1334 audit(1651167747.396:2): prog-id=5 op=LOAD
[ 8.772332] audit: type=1334 audit(1651167747.400: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.
[ 9.245723] systemd-journald[160]: Oldest entry in /run/log/journal/8fd0435a36334053883ad48e02dec8ff/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[ 9.274919] systemd-journald[160]: /run/log/journal/8fd0435a36334053883ad48e02dec8ff/system.journal: Journal header limits reached or header out-of-date, rotating.
[[0;32m OK [0m] Reached target [0;1;39mSystem Initialization[0m.
[[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary Directories[0m.
[ 9.319782] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.
[ 9.333768] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000
[ 9.342712] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000
[ 9.350250] CAN device driver interface
[ 9.356445] j721e-pcie-host 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[[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[ 9.421547] ti-udma 285c0000.dma-controller: chan1: is running!
k 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...
[ 9.478100] j721e-pcie-host 2910000.pcie: Link up
[ 9.487635] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0000:00
[ 9.501325] 47034000.hyperbus: Found 1 x16 devices at 0x0 in 16-bit bank. Manufacturer ID 0x000001 Chip ID 0x007000
[[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.
[ 9.613219] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 9.618720] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x18001000-0x18010fff])
[ 9.628307] pci_bus 0000:00: root bus resource [mem 0x18011000-0x1fffffff]
[[0;32m OK [0m] Listening on [0;1;39mWeston socket[0m.
[ 9.635318] pci 0000:00:00.0: [104c:b00f] type 01 class 0x060400
[ 9.646852] pci 0000:00:00.0: supports D1
[ 9.650884] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 9.650913] pci 0000:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
[ 9.650920] pci 0000:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
[ 9.652260] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[ 9.691050] Amd/Fujitsu Extended Query Table at 0x0040
[ 9.697010] pci 0000:01:00.0: [1912:0014] type 00 class 0x0c0330
[[0;32m OK [0m] Finished [0;1;39mReboot and dump vmcore via kexec[0m.
[ 9.709504] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m.
[ 9.727145] Amd/Fujitsu Extended Query version 1.5.
[ 9.738361] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00001fff 64bit]
[ 9.748912] 47034000.hyperbus: CFI contains unrecognised boot bank location (0). Assuming bottom.
[ 9.767595] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 9.777534] platform 41000000.r5f: configured R5F for IPC-only mode
[ 9.788755] number of CFI chips: 1
[ 9.795391] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
[ 9.811424] 5 fixed-partitions partitions found on MTD device 47034000.hyperbus
[ 9.823641] m_can_platform 2701000.can: m_can device registered (irq=683, version=32)
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0[ 9.836196] m_can_platform 2731000.can: m_can device registered (irq=684, version=32)
m.
[ 9.855321] m_can_platform 40528000.can: m_can device registered (irq=685, version=32)
[ 9.867828] m_can_platform 40568000.can: m_can device registered (irq=686, version=32)
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.
[ 9.890141] remoteproc remoteproc0: 41000000.r5f is available
[ 9.902955] Creating 5 MTD partitions on "47034000.hyperbus":
[[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[ 9.954249] remoteproc remoteproc0: attaching to 41000000.r5f
...
[ 9.964616] 0x000000000000-0x000000100000 : "hbmc.tiboot3"
[ 9.974534] 0x000000100000-0x000000300000 : "hbmc.tispl"
Starting [0;1;39mIPv6 Packet Filtering Framework[0m..[ 9.981863] platform 41000000.r5f: R5F core initialized in IPC-only mode
.
Starting [0;1;39mIPv4 Packet Filtering Framework[0m..[ 9.996053] rproc-virtio rproc-virtio.10.auto: assigned reserved memory node r5f-dma-memory@a0000000
.
[[0;32m OK [0m] Started [0;1;39mirqbalance daemon[0m.
Starting [0;1;39mLighttpd Daemon[0m...
[ 10.013136] 0x000000300000-0x000000700000 : "hbmc.u-boot"
[ 10.021133] virtio_rpmsg_bus virtio0: rpmsg host is online
[[0;32m OK [0m] Started [0;1;39mstrongSwan IPsec IIKEv2 [ 10.029714] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
daemon using ipsec.conf[0m.
[ 10.045416] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
[ 10.046080] rproc-virtio rproc-virtio.10.auto: registered virtio0 (type 7)
[ 10.059827] audit: type=1334 audit(1715259331.056:4): prog-id=7 op=LOAD
[ 10.068228] audit: type=1334 audit(1715259331.060:5): prog-id=8 op=LOAD
[ 10.072813] remoteproc remoteproc0: remote processor 41000000.r5f is now attached
Starting [0;1;39mUser Login Management[0m...
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[0m.
Starting [0;1;39mTelnet Server[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.
[ 10.356418] 0x000000700000-0x000000740000 : "hbmc.env"
[ 10.364310] 0x000000800000-0x000004000000 : "hbmc.rootfs"
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.
[ 10.474247] platform 5c00000.r5f: configured R5F for IPC-only mode
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[ 10.705964] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
[ 10.804837] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 10.840787] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 10.849106] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 10.871690] remoteproc remoteproc1: 5c00000.r5f is available
[ 10.877802] remoteproc remoteproc1: attaching to 5c00000.r5f
[ 10.887232] platform 5c00000.r5f: R5F core initialized in IPC-only mode
[ 10.894997] rproc-virtio rproc-virtio.11.auto: assigned reserved memory node r5f-dma-memory@a2000000
[ 10.905418] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 10.910135] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
[ 10.911905] rproc-virtio rproc-virtio.11.auto: registered virtio1 (type 7)
[ 10.918879] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 10.926164] remoteproc remoteproc1: remote processor 5c00000.r5f is now attached
[ 10.932236] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
[ 10.975036] pci 0000:00:00.0: BAR 7: assigned [mem 0x18400000-0x193fffff 64bit]
[ 10.983375] pci 0000:00:00.0: BAR 14: assigned [mem 0x18100000-0x181fffff]
[ 10.991128] pci 0000:01:00.0: BAR 0: assigned [mem 0x18100000-0x18101fff 64bit]
[ 10.999375] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 11.006720] pci 0000:00:00.0: bridge window [mem 0x18100000-0x181fffff]
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
[ 11.021102] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
[ 11.028422] pcieport 0000:00:00.0: PME: Signaling with IRQ 688
Starting [0;1;39mNetwork Name Resolution[0m...
[ 11.047195] pcieport 0000:00:00.0: AER: enabled with IRQ 688
[ 11.062902] pci 0000:01:00.0: enabling device (0000 -> 0002)
[ 11.075646] pci 0000:01:00.0: quirk_usb_early_handoff+0x0/0x9c0 took 12456 usecs
[ 11.273290] m_can_platform 40528000.can mcu_mcan0: renamed from can2
[ 11.308227] xhci_hcd 0000:01:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM
[ 11.382282] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 11.390406] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[ 11.404253] xhci_hcd 0000:01:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000410
[ 11.415734] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 11.422351] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[ 11.434582] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[ 11.436088] m_can_platform 2701000.can main_mcan0: renamed from can0
[ 11.443626] hub 1-0:1.0: USB hub found
[ 11.451966] hub 1-0:1.0: 4 ports detected
[ 11.458985] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 11.467834] hub 2-0:1.0: USB hub found
[ 11.472415] hub 2-0:1.0: 4 ports detected
[ 11.586967] m_can_platform 40568000.can mcu_mcan1: renamed from can3
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
[[0;32m OK [0m] Reached target [0;1;39mHardware activated USB gadget[0m.
[ 11.684437] m_can_platform 2731000.can main_mcan3: renamed from can1
[ 11.712639] usb 1-4: new high-speed USB device number 2 using xhci_hcd
[[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.
[[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...
[ 11.889379] usb-storage 1-4:1.0: USB Mass Storage device detected
[[0;32m OK [0m] Finished [0;1;39mEnable and configure wl18xx bluetooth stack[0m.
[ 11.923681] scsi host0: usb-storage 1-4:1.0
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[ 11.967814] audit: type=1334 audit(1715259332.960:6): prog-id=9 op=LOAD
Starting [0;1;39mUser Database Manager[0m...[ 11.978620] audit: type=1334 audit(1715259332.968:7): prog-id=10 op=LOAD
[[0;32m OK [0m] Finished [0;1;39mSynchronize System and HW clocks[0m.
[[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...
[ 12.584805] audit: type=1006 audit(1715259333.580:8): pid=504 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 12.597964] audit: type=1300 audit(1715259333.580:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffff6c87d48 a2=4 a3=ffff87d8e020 items=0 ppid=1 pid=504 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.625880] audit: type=1327 audit(1715259333.580:8): proctitle="(systemd)"
[ 12.933439] scsi 0:0:0:0: Direct-Access Kingston DataTraveler 2.0 PMAP PQ: 0 ANSI: 6
[ 12.947709] sd 0:0:0:0: [sda] 30240768 512-byte logical blocks: (15.5 GB/14.4 GiB)
[ 12.959959] sd 0:0:0:0: [sda] Write Protect is off
[ 12.965560] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 12.982937] sda: sda1
[ 12.985652] sd 0:0:0:0: [sda] Attached SCSI removable disk
[[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.
[ 13.183733] audit: type=1006 audit(1715259334.176:9): pid=457 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[[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.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtime[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p3[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk1p3[0m...
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p1[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk1p1[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p3[0m.
Mounting [0;1;39m/run/media/mmcblk1p3[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p1[0m.
Mounting [0;1;39m/run/media/boot-mmcblk1p1[0m...
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p2[0m.
[ 14.673128] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Starting [0;1;39mFile System Check on /dev/mmcblk1p2[0m...
[[0;32m OK [0m] Mounted [0;1;39m/run/media/boot-mmcblk1p1[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p2[0m.
Mounting [0;1;39m/run/media/root-mmcblk1p2[0m...
[ 14.922874] EXT4-fs (mmcblk1p3): mounted filesystem with ordered data mode. Quota mode: none.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk1p3[0m.
[ 15.068369] EXT4-fs (mmcblk1p2): 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] Found device [0;1;39mDataTraveler_2.0 1[0m.
Starting [0;1;39mFile System Check on /dev/sda1[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/sda1[0m.
Mounting [0;1;39m/run/media/sda1[0m...
[ 15.224287] EXT2-fs (sda1): warning: mounting unchecked fs, running e2fsck is recommended
[ 15.270001] ext2 filesystem being mounted at /run/media/sda1 supports timestamps until 2038 (0x7fffffff)
[[0;32m OK [0m] Mounted [0;1;39m/run/media/sda1[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 j7200-evm -
Arago 2023.10 j7200-evm -
j7200-evm login: root
[ 17.363399] kauditd_printk_skb: 2 callbacks suppressed
[ 17.363412] audit: type=1006 audit(1715259338.356:10): pid=1111 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 17.381470] audit: type=1300 audit(1715259338.356:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=fffff6c87d48 a2=1 a3=ffff87d8e020 items=0 ppid=1 pid=1111 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)
[ 17.407932] audit: type=1327 audit(1715259338.356:10): proctitle="(systemd)"
[ 17.429894] audit: type=1334 audit(1715259338.424:11): prog-id=11 op=LOAD
[ 17.437021] audit: type=1300 audit(1715259338.424:11): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffe1f814c0 a2=78 a3=0 items=0 ppid=1 pid=1111 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)
[ 17.462976] audit: type=1327 audit(1715259338.424:11): proctitle="(systemd)"
[ 17.470352] audit: type=1334 audit(1715259338.424:12): prog-id=11 op=UNLOAD
[ 17.477610] audit: type=1334 audit(1715259338.424:13): prog-id=12 op=LOAD
[ 17.484865] audit: type=1300 audit(1715259338.424:13): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffe1f81560 a2=78 a3=0 items=0 ppid=1 pid=1111 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)
[ 17.510563] audit: type=1327 audit(1715259338.424:13): proctitle="(systemd)"
7[r[999;999H[6nroot@j7200-evm:~# uname -a
Linux j7200-evm 6.1.80-ti-g2e423244f8c0 #1 SMP PREEMPT Wed Mar 20 14:43:33 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@j7200-evm:~# cat /proc/cmdline
console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j7200-evm/autofs/34b14060ab7d4ff5071eae53ed9fba8f,nolock,v3,tcp,rsize=4096,wsize=4096
root@j7200-evm:~# uname -a
Linux j7200-evm 6.1.80-ti-g2e423244f8c0 #1 SMP PREEMPT Wed Mar 20 14:43:33 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@j7200-evm:~# cat /proc/mtd
dev: size erasesize name
mtd0: 00100000 00040000 "hbmc.tiboot3"
mtd1: 00200000 00040000 "hbmc.tispl"
mtd2: 00400000 00040000 "hbmc.u-boot"
mtd3: 00040000 00040000 "hbmc.env"
mtd4: 03800000 00040000 "hbmc.rootfs"
root@j7200-evm:~# grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/p
pnp /etc/resolv.conf && systemctl restart systemd-resolved
root@j7200-evm:~# ls -l /lib/firmware; ls -lR /lib/firmware/ipc
total 27364
-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 4324344 Mar 9 2018 bl32.elf
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 67 Mar 9 2018 j7200-main-r5f0_0-fw -> /lib/firmware/ti-ipc/j7200/ipc_echo_test_mcu2_0_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7200-main-r5f0_0-fw-sec -> /lib/firmware/ti-ipc/j7200/ipc_echo_test_mcu2_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 67 Mar 9 2018 j7200-main-r5f0_1-fw -> /lib/firmware/ti-ipc/j7200/ipc_echo_test_mcu2_1_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7200-main-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j7200/ipc_echo_test_mcu2_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 67 Mar 9 2018 j7200-mcu-r5f0_1-fw -> /lib/firmware/ti-ipc/j7200/ipc_echo_test_mcu1_1_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7200-mcu-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j7200/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 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 4324344 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
ls: cannot access '/lib/firmware/ipc': No such file or directory
root@j7200-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 188 0 11873 77 0 0 0 0 0 204 77 0 0 0 0 0 0
179 1 mmcblk0p1 135 0 10585 63 0 0 0 0 0 168 63 0 0 0 0 0 0
179 32 mmcblk0boot0 136 0 2688 26 0 0 0 0 0 64 26 0 0 0 0 0 0
179 64 mmcblk0boot1 136 0 2688 23 0 0 0 0 0 60 23 0 0 0 0 0 0
179 96 mmcblk1 1709 34 61167 1518 2 0 16 3 0 1220 1522 0 0 0 0 0 0
179 97 mmcblk1p1 265 0 16673 322 0 0 0 0 0 364 322 0 0 0 0 0 0
179 98 mmcblk1p2 775 31 23380 567 1 0 8 1 0 648 568 0 0 0 0 0 0
179 99 mmcblk1p3 632 3 19922 602 1 0 8 2 0 628 605 0 0 0 0 0 0
31 0 mtdblock0 52 0 416 30 0 0 0 0 0 60 30 0 0 0 0 0 0
31 1 mtdblock1 84 0 672 36 0 0 0 0 0 60 36 0 0 0 0 0 0
31 2 mtdblock2 116 0 928 55 0 0 0 0 0 100 55 0 0 0 0 0 0
31 3 mtdblock3 30 0 240 13 0 0 0 0 0 36 13 0 0 0 0 0 0
31 4 mtdblock4 140 0 2688 137 0 0 0 0 0 196 137 0 0 0 0 0 0
8 0 sda 370 0 20162 1017 1 0 8 36 0 896 1054 0 0 0 0 0 0
8 1 sda1 328 0 18962 914 1 0 8 36 0 800 951 0 0 0 0 0 0
root@j7200-evm:~# cat /proc/interrupts
CPU0 CPU1
11: 4361 4181 GICv3 30 Level arch_timer
14: 0 0 GICv3 23 Level arm-pmu
15: 3130 0 GICv3 69 Level 32c00000.mailbox thr_011
16: 6583 0 GICv3 928 Level 42120000.i2c
17: 66 0 GICv3 232 Level 2000000.i2c
18: 6 0 GICv3 233 Level 2010000.i2c
19: 48516 40 MSI-INTA 15401056 Level 46000000.ethernet-tx0
21: 62989 0 MSI-INTA 15401058 Level 46000000.ethernet
22: 0 0 MSI-INTA 15401059 Level 285c0000.dma-controller chan0
23: 0 0 MSI-INTA 15401060 Level 285c0000.dma-controller chan1
24: 0 0 MSI-INTA 15401061 Level 285c0000.dma-controller chan2
51: 0 0 MSI-INTA 13828216 Level 31150000.dma-controller chan0
52: 0 0 MSI-INTA 13828217 Level 31150000.dma-controller chan1
252: 638 0 GICv3 224 Level 2800000.serial
254: 0 0 GICv3 890 Level 46000000.ethernet
255: 0 0 INTR 391 Level 310d0000.cpts
256: 610 0 GICv3 35 Level mmc0
347: 0 0 GPIO 84 Edge -davinci_gpio tps6594-0-0x48, tps6594-2-0x4c
422: 0 0 tps6594-0-0x48 0 Edge buck1_ov
423: 0 0 tps6594-0-0x48 1 Edge buck1_uv
424: 0 0 tps6594-0-0x48 2 Edge buck1_sc
425: 0 0 tps6594-0-0x48 3 Edge buck1_ilim
426: 0 0 tps6594-0-0x48 4 Edge buck2_ov
427: 0 0 tps6594-0-0x48 5 Edge buck2_uv
428: 0 0 tps6594-0-0x48 6 Edge buck2_sc
429: 0 0 tps6594-0-0x48 7 Edge buck2_ilim
430: 0 0 tps6594-0-0x48 8 Edge buck3_ov
431: 0 0 tps6594-0-0x48 9 Edge buck3_uv
432: 0 0 tps6594-0-0x48 10 Edge buck3_sc
433: 0 0 tps6594-0-0x48 11 Edge buck3_ilim
434: 0 0 tps6594-0-0x48 12 Edge buck4_ov
435: 0 0 tps6594-0-0x48 13 Edge buck4_uv
436: 0 0 tps6594-0-0x48 14 Edge buck4_sc
437: 0 0 tps6594-0-0x48 15 Edge buck4_ilim
438: 0 0 tps6594-0-0x48 16 Edge buck5_ov
439: 0 0 tps6594-0-0x48 17 Edge buck5_uv
440: 0 0 tps6594-0-0x48 18 Edge buck5_sc
441: 0 0 tps6594-0-0x48 19 Edge buck5_ilim
442: 0 0 tps6594-0-0x48 20 Edge ldo1_ov
443: 0 0 tps6594-0-0x48 21 Edge ldo1_uv
444: 0 0 tps6594-0-0x48 22 Edge ldo1_sc
445: 0 0 tps6594-0-0x48 23 Edge ldo1_ilim
446: 0 0 tps6594-0-0x48 24 Edge ldo2_ov
447: 0 0 tps6594-0-0x48 25 Edge ldo2_uv
448: 0 0 tps6594-0-0x48 26 Edge ldo2_sc
449: 0 0 tps6594-0-0x48 27 Edge ldo2_ilim
450: 0 0 tps6594-0-0x48 28 Edge ldo3_ov
451: 0 0 tps6594-0-0x48 29 Edge ldo3_uv
452: 0 0 tps6594-0-0x48 30 Edge ldo3_sc
453: 0 0 tps6594-0-0x48 31 Edge ldo3_ilim
454: 0 0 tps6594-0-0x48 32 Edge ldo4_ov
455: 0 0 tps6594-0-0x48 33 Edge ldo4_uv
456: 0 0 tps6594-0-0x48 34 Edge ldo4_sc
457: 0 0 tps6594-0-0x48 35 Edge ldo4_ilim
458: 0 0 tps6594-0-0x48 36 Edge vcca_ov
459: 0 0 tps6594-0-0x48 37 Edge vcca_uv
477: 0 0 tps6594-0-0x48 55 Edge npwron_start
478: 0 0 tps6594-0-0x48 56 Edge enable
479: 0 0 tps6594-0-0x48 57 Edge fsd
480: 0 0 tps6594-0-0x48 58 Edge soft_reboot
481: 0 0 tps6594-0-0x48 59 Edge bist_pass
482: 0 0 tps6594-0-0x48 60 Edge ext_clk
483: 0 0 tps6594-0-0x48 61 Edge twarn
484: 0 0 tps6594-0-0x48 62 Edge tsd_ord
485: 0 0 tps6594-0-0x48 63 Edge bist_fail
486: 0 0 tps6594-0-0x48 64 Edge reg_crc_err
487: 0 0 tps6594-0-0x48 65 Edge recov_cnt
488: 0 0 tps6594-0-0x48 66 Edge spmi_err
489: 0 0 tps6594-0-0x48 67 Edge npwron_long
490: 0 0 tps6594-0-0x48 68 Edge nint_readback
491: 0 0 tps6594-0-0x48 69 Edge nrstout_readback
492: 0 0 tps6594-0-0x48 70 Edge tsd_imm
493: 0 0 tps6594-0-0x48 71 Edge vcca_ovp
494: 0 0 tps6594-0-0x48 72 Edge pfsm_err
495: 0 0 tps6594-0-0x48 73 Edge imm_shutdown
496: 0 0 tps6594-0-0x48 74 Edge ord_shutdown
497: 0 0 tps6594-0-0x48 75 Edge mcu_pwr_err
498: 0 0 tps6594-0-0x48 76 Edge soc_pwr_err
499: 0 0 tps6594-0-0x48 77 Edge comm_frm_err
500: 0 0 tps6594-0-0x48 78 Edge comm_crc_err
501: 0 0 tps6594-0-0x48 79 Edge comm_adr_err
502: 0 0 tps6594-0-0x48 82 Edge en_drv_readback
503: 0 0 tps6594-0-0x48 83 Edge nrstout_soc_readback
504: 0 0 tps6594-0-0x48 84 Edge esm_soc_pin
505: 0 0 tps6594-0-0x48 85 Edge esm_soc_fail
506: 0 0 tps6594-0-0x48 86 Edge esm_soc_rst
508: 0 0 tps6594-0-0x48 88 Edge alarm
510: 0 0 tps6594-2-0x4c 0 Edge buck1_ov
511: 0 0 tps6594-2-0x4c 1 Edge buck1_uv
512: 0 0 tps6594-2-0x4c 2 Edge buck1_sc
513: 0 0 tps6594-2-0x4c 3 Edge buck1_ilim
514: 0 0 tps6594-2-0x4c 4 Edge buck2_ov
515: 0 0 tps6594-2-0x4c 5 Edge buck2_uv
516: 0 0 tps6594-2-0x4c 6 Edge buck2_sc
517: 0 0 tps6594-2-0x4c 7 Edge buck2_ilim
518: 0 0 tps6594-2-0x4c 8 Edge buck3_ov
519: 0 0 tps6594-2-0x4c 9 Edge buck3_uv
520: 0 0 tps6594-2-0x4c 10 Edge buck3_sc
521: 0 0 tps6594-2-0x4c 11 Edge buck3_ilim
522: 0 0 tps6594-2-0x4c 12 Edge buck4_ov
523: 0 0 tps6594-2-0x4c 13 Edge buck4_uv
524: 0 0 tps6594-2-0x4c 14 Edge buck4_sc
525: 0 0 tps6594-2-0x4c 15 Edge buck4_ilim
546: 0 0 tps6594-2-0x4c 36 Edge vcca_ov
547: 0 0 tps6594-2-0x4c 37 Edge vcca_uv
548: 0 0 tps6594-2-0x4c 38 Edge vmon1_ov
549: 0 0 tps6594-2-0x4c 39 Edge vmon1_uv
550: 0 0 tps6594-2-0x4c 40 Edge vmon1_rv
551: 0 0 tps6594-2-0x4c 41 Edge vmon2_ov
552: 0 0 tps6594-2-0x4c 42 Edge vmon2_uv
553: 0 0 tps6594-2-0x4c 43 Edge vmon2_rv
565: 0 0 tps6594-2-0x4c 55 Edge npwron_start
566: 0 0 tps6594-2-0x4c 56 Edge enable
567: 0 0 tps6594-2-0x4c 57 Edge fsd
568: 0 0 tps6594-2-0x4c 58 Edge soft_reboot
569: 0 0 tps6594-2-0x4c 59 Edge bist_pass
570: 0 0 tps6594-2-0x4c 60 Edge ext_clk
571: 0 0 tps6594-2-0x4c 61 Edge twarn
572: 0 0 tps6594-2-0x4c 62 Edge tsd_ord
573: 0 0 tps6594-2-0x4c 63 Edge bist_fail
574: 0 0 tps6594-2-0x4c 64 Edge reg_crc_err
575: 0 0 tps6594-2-0x4c 65 Edge recov_cnt
576: 0 0 tps6594-2-0x4c 66 Edge spmi_err
577: 0 0 tps6594-2-0x4c 67 Edge npwron_long
578: 0 0 tps6594-2-0x4c 68 Edge nint_readback
579: 0 0 tps6594-2-0x4c 69 Edge nrstout_readback
580: 0 0 tps6594-2-0x4c 70 Edge tsd_imm
581: 0 0 tps6594-2-0x4c 71 Edge vcca_ovp
582: 0 0 tps6594-2-0x4c 72 Edge pfsm_err
583: 0 0 tps6594-2-0x4c 73 Edge imm_shutdown
584: 0 0 tps6594-2-0x4c 74 Edge ord_shutdown
585: 0 0 tps6594-2-0x4c 75 Edge mcu_pwr_err
586: 0 0 tps6594-2-0x4c 76 Edge soc_pwr_err
587: 0 0 tps6594-2-0x4c 77 Edge comm_frm_err
588: 0 0 tps6594-2-0x4c 78 Edge comm_crc_err
589: 0 0 tps6594-2-0x4c 79 Edge comm_adr_err
590: 0 0 tps6594-2-0x4c 82 Edge en_drv_readback
591: 0 0 tps6594-2-0x4c 83 Edge nrstout_soc_readback
592: 0 0 tps6594-2-0x4c 84 Edge esm_soc_pin
593: 0 0 tps6594-2-0x4c 85 Edge esm_soc_fail
594: 0 0 tps6594-2-0x4c 86 Edge esm_soc_rst
595: 4 0 INTR 436 Level mbox-mcu-r5fss0-core0
596: 4 0 INTR 432 Level mbox-main-r5fss0-core0
649: 0 0 MSI-INTA 13893764 Edge 31150000.dma-controller chan1
675: 3518 0 GICv3 36 Level mmc1
676: 0 0 GICv3 362 Edge j721e-pcie-link-down-irq
678: 0 0 GICv3 892 Level TI-am335x-adc.9.auto
688: 0 0 ITS-MSI 0 Edge PCIe PME, aerdrv
690: 0 0 GICv3 134 Level 6000000.usb
691: 0 0 GICv3 152 Level 6000000.usb
694: 0 1494 ITS-MSI 524288 Edge xhci_hcd
695: 0 0 ITS-MSI 524289 Edge xhci_hcd
696: 0 0 ITS-MSI 524290 Edge xhci_hcd
IPI0: 2901 13278 Rescheduling interrupts
IPI1: 3317 9037 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: 268 227 IRQ work interrupts
IPI6: 0 0 CPU wake-up interrupts
Err: 0
root@j7200-evm:~# cat /proc/softirqs
CPU0 CPU1
HI: 11 2
TIMER: 1498 1729
NET_TX: 9 0
NET_RX: 98900 69
BLOCK: 459 0
IRQ_POLL: 0 0
TASKLET: 2682 1509
SCHED: 2036 1805
HRTIMER: 1 0
RCU: 9015 10414
root@j7200-evm:~# ls -lR /run/media/mmcblk0p1
ls: cannot access '/run/media/mmcblk0p1': No such file or directory
root@j7200-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $?
1
root@j7200-evm:~# opkg list-installed | grep ti-test; echo $?
ti-test - 1.0-r0.120
ti-test-extras - 1.0-r0.120
0
root@j7200-evm:~# lsmod
Module Size Used by
overlay 122880 0
xhci_pci 20480 0
xhci_pci_renesas 16384 1 xhci_pci
pci_endpoint_test 20480 0
rpmsg_ctrl 16384 0
rpmsg_char 16384 1 rpmsg_ctrl
cdns3 45056 0
ti_am335x_adc 20480 0
kfifo_buf 16384 1 ti_am335x_adc
cdns_usb_common 20480 1 cdns3
cfg80211 389120 0
rfkill 24576 2 cfg80211
crct10dif_ce 16384 1
phy_can_transceiver 16384 4
ti_k3_r5_remoteproc 28672 0
virtio_rpmsg_bus 20480 0
rpmsg_ns 16384 1 virtio_rpmsg_bus
hbmc_am654 16384 0
hyperbus_core 16384 1 hbmc_am654
m_can_platform 16384 0
m_can 24576 1 m_can_platform
k3_j72xx_bandgap 20480 0
sa2ul 36864 0
ti_am335x_tscadc 16384 1 ti_am335x_adc
rti_wdt 16384 0
optee_rng 16384 0
pci_j721e_host 16384 0
pci_j721e 16384 1 pci_j721e_host
rng_core 20480 1 optee_rng
pcie_cadence_host 16384 1 pci_j721e_host
cdns3_ti 16384 0
can_dev 36864 1 m_can
pcie_cadence 16384 2 pcie_cadence_host,pci_j721e_host
cryptodev 53248 0
drm 561152 0
fuse 131072 1
drm_panel_orientation_quirks 28672 1 drm
ipv6 479232 40
root@j7200-evm:~# echo 'hello world'
hello world
root@j7200-evm:~#
U-Boot SPL 2024.07-rc2-00077-g4790f844623 (May 09 2024 - 17:47:45 +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
Skipping authentication on GP device
Skipping authentication on GP device
Skipping authentication on GP device
Loaded 1082355 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:48:03 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
Detected: J7X-BASE-CPB rev E3
Detected: J7X-GESI-EXP rev E3
Detected: J7X-VSC8514-ETH rev E2
Trying to boot from UART
CSkipping authentication on GP device
Loaded 1642643 bytes
U-Boot 2024.07-rc2-00077-g4790f844623 (May 09 2024 - 17:48:03 +0530)
SoC: J721E SR1.0 GP
Model: Texas Instruments J721e EVM
Board: J721EX-PM2-SOM rev E7
DRAM: 2 GiB (effective 4 GiB)
Core: 135 devices, 34 uclasses, devicetree: separate
Flash: 0 Bytes
MMC: mmc@4f80000: 0, mmc@4fb0000: 1
Loading Environment from nowhere... OK
In: serial@2800000
Out: serial@2800000
Err: serial@2800000
am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA00101 cpsw_ver: 0x6BA80100 ale_ver: 0x00293904 Ports:1
Detected: J7X-BASE-CPB rev E3
Detected: J7X-GESI-EXP rev E3
Detected: J7X-VSC8514-ETH rev E2
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:48:03 +0530)
=> setenv bootargs 'console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 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,0x02800000 ${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=j721e
board_name=j721e
board_rev=E7
board_serial=0330
board_software_revision=01
boot=mmc
boot_fdt=try
boot_fit=0
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_targets=mmc1 mmc0 usb pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled
bootcmd=
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;
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
dorprocboot=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;
eth1addr=70:ff:76:1d:8a:ec
eth2addr=70:ff:76:1d:8a:ed
eth3addr=70:ff:76:1d:8a:ee
eth4addr=70:ff:76:1d:8a:ef
eth5addr=70:ff:76:1d:93:f7
eth6addr=70:ff:76:1d:93:f8
eth7addr=70:ff:76:1d:93:f9
eth8addr=70:ff:76:1d:93:fa
eth9addr=70:ff:76:1d:93:fb
ethaddr=78:db:2f:e0:81:ed
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde4d520
fdtfile=ti/k3-j721e-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_main_cpsw0_qsgmii_phy=gpio set gpio@22_17; gpio clear gpio@22_16
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}
main_cpsw0_qsgmii_phyinit=if test $board_name = J721EX-PM1-SOM || test $board_name = J721EX-PM2-SOM || test $board_name = j721e; then do_main_cpsw0_qsgmii_phyinit=1; else do_main_cpsw0_qsgmii_phyinit=0; fi; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1 && test ${dorprocboot} -eq 1 && test ${boot} = mmc; then run init_main_cpsw0_qsgmii_phy; 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),1m(ospi.sysfw),256k(ospi.env.backup),57344k@8m(ospi.rootfs),256k(ospi.phypattern);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(hbmc.sysfw),-@8m(hbmc.rootfs)
name_fdt=ti/k3-j721e-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/j7-main-r5f0_0-fw 3 /lib/firmware/j7-main-r5f0_1-fw 4 /lib/firmware/j7-main-r5f1_0-fw 5 /lib/firmware/j7-main-r5f1_1-fw 6 /lib/firmware/j7-c66_0-fw 7 /lib/firmware/j7-c66_1-fw 8 /lib/firmware/j7-c71_0-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}
scriptaddr=0x80000000
scsirootfstype=ext4 rootwait
serial#=0000000000000330
serverip=192.168.0.1
soc=k3
stderr=serial@2800000
stdin=serial@2800000
stdout=serial@2800000
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
vendor=ti
Environment size: 7028/131067 bytes
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 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:235
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
DHCP client bound to address 192.168.0.30 (3 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
88280 bytes read in 90 ms (957 KiB/s)
Load Remote Processor 2 with data@addr=0x82000000 88280 bytes: Success!
88280 bytes read in 91 ms (947.3 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 88280 bytes: Failed!
88280 bytes read in 91 ms (947.3 KiB/s)
Load Remote Processor 4 with data@addr=0x82000000 88280 bytes: Success!
88280 bytes read in 92 ms (936.5 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 88280 bytes: Failed!
145860 bytes read in 90 ms (1.5 MiB/s)
Load Remote Processor 6 with data@addr=0x82000000 145860 bytes: Success!
145860 bytes read in 91 ms (1.5 MiB/s)
Load Remote Processor 7 with data@addr=0x82000000 145860 bytes: Success!
10489000 bytes read in 98 ms (102.1 MiB/s)
Load Remote Processor 8 with data@addr=0x82000000 10489000 bytes: Success!
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02800000 ${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=j721e
board_name=j721e
board_rev=E7
board_serial=0330
board_software_revision=01
boot=mmc
boot_fdt=try
boot_fit=0
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_targets=mmc1 mmc0 usb pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
bootcmd=
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;
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;
eth1addr=70:ff:76:1d:8a:ec
eth2addr=70:ff:76:1d:8a:ed
eth3addr=70:ff:76:1d:8a:ee
eth4addr=70:ff:76:1d:8a:ef
eth5addr=70:ff:76:1d:93:f7
eth6addr=70:ff:76:1d:93:f8
eth7addr=70:ff:76:1d:93:f9
eth8addr=70:ff:76:1d:93:fa
eth9addr=70:ff:76:1d:93:fb
ethact=ethernet@46000000port@1
ethaddr=78:db:2f:e0:81:ed
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde4d520
fdtfile=ti/k3-j721e-common-proc-board.dtb
fdtoverlay_addr_r=0x89000000
fileaddr=82000000
filesize=a00ca8
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;
hostname=j721e-idk-gw
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_main_cpsw0_qsgmii_phy=gpio set gpio@22_17; gpio clear gpio@22_16
init_mmc=run args_all args_mmc
init_ufs=ufs init; scsi scan; run args_ufs
ipaddr=192.168.0.30
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}
main_cpsw0_qsgmii_phyinit=if test $board_name = J721EX-PM1-SOM || test $board_name = J721EX-PM2-SOM || test $board_name = j721e; then do_main_cpsw0_qsgmii_phyinit=1; else do_main_cpsw0_qsgmii_phyinit=0; fi; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1 && test ${dorprocboot} -eq 1 && test ${boot} = mmc; then run init_main_cpsw0_qsgmii_phy; 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),1m(ospi.sysfw),256k(ospi.env.backup),57344k@8m(ospi.rootfs),256k(ospi.phypattern);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(hbmc.sysfw),-@8m(hbmc.rootfs)
name_fdt=ti/k3-j721e-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/j7-main-r5f0_0-fw 3 /lib/firmware/j7-main-r5f0_1-fw 4 /lib/firmware/j7-main-r5f1_0-fw 5 /lib/firmware/j7-main-r5f1_1-fw 6 /lib/firmware/j7-c66_0-fw 7 /lib/firmware/j7-c66_1-fw 8 /lib/firmware/j7-c71_0-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}
scriptaddr=0x80000000
scsirootfstype=ext4 rootwait
serial#=0000000000000330
serverip=192.168.0.1
soc=k3
stderr=serial@2800000
stdin=serial@2800000
stdout=serial@2800000
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
vendor=ti
Environment size: 7214/131067 bytes
=> tftp ${loadaddr} 192.168.0.1:vatf_j721e-idk-gw/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.30
Filename 'vatf_j721e-idk-gw/bb07daf011078f15ea81b62255230e0d'.
Load address: 0x82000000
Loading: *################################################## 18.5 MiB
12 MiB/s
done
Bytes transferred = 19376640 (127aa00 hex)
=> tftp ${fdt_addr_r} 192.168.0.1:vatf_j721e-idk-gw/1fb9517d8f2c6d1ffdc8b49564375695
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.30
Filename 'vatf_j721e-idk-gw/1fb9517d8f2c6d1ffdc8b49564375695'.
Load address: 0x88000000
Loading: *################################################## 110.8 KiB
9.8 MiB/s
done
Bytes transferred = 113462 (1bb36 hex)
=> fdt address ${fdt_addr_r}
Working FDT set to 88000000
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 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/j721e-idk-gw/autofs/9ab4afdc69d103bf687bd8e97cc38bdf,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:48:03 +0530)
=> bdinfo
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x0000000080000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffe8e000
reloc off = 0x000000007f68e000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 78:db:2f:e0:81:ed
IP addr = 192.168.0.30
fdt_blob = 0x00000000fde4d520
new_fdt = 0x00000000fde4d520
fdt_size = 0x0000000000020880
multi_dtb_fit= 0x0000000000000000
lmb_dump_all:
memory.cnt = 0x2 / max = 0x10
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0
memory[1] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0
reserved.cnt = 0x3 / max = 0x10
reserved[0] [0x9e800000-0xa8ffffff], 0x0a800000 bytes flags: 4
reserved[1] [0xaa000000-0xabbfffff], 0x01c00000 bytes flags: 4
reserved[2] [0xfce3e000-0xffffffff], 0x031c2000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002800000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde4d510
sp start = 0x00000000fde4d510
Early malloc usage: 3008 / 8000
=>
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x0000000080000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffe8e000
reloc off = 0x000000007f68e000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 78:db:2f:e0:81:ed
IP addr = 192.168.0.30
fdt_blob = 0x00000000fde4d520
new_fdt = 0x00000000fde4d520
fdt_size = 0x0000000000020880
multi_dtb_fit= 0x0000000000000000
lmb_dump_all:
memory.cnt = 0x2 / max = 0x10
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0
memory[1] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0
reserved.cnt = 0x3 / max = 0x10
reserved[0] [0x9e800000-0xa8ffffff], 0x0a800000 bytes flags: 4
reserved[1] [0xaa000000-0xabbfffff], 0x01c00000 bytes flags: 4
reserved[2] [0xfce3e000-0xffffffff], 0x031c2000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002800000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde4d510
sp start = 0x00000000fde4d510
Early malloc usage: 3008 / 8000
=> ls mmc 0:1
974120 tispl.bin
1272860 u-boot.img
293216 tiboot3.bin
268998 sysfw.itb
33 secondary_bootloader.md5
4 ws-calibrate.rules
6 file(s), 0 dir(s)
=> ls mmc 1:1
EFI/
19001856 Image
268978 sysfw.itb
268978 sysfw-j721e-gp-evm.itb
278254 sysfw-j721e_sr1_1-hs-evm.itb
269718 sysfw-j721e_sr1_1-hs-fs-evm.itb
278254 sysfw-j721e_sr2-hs-evm.itb
269718 sysfw-j721e_sr2-hs-fs-evm.itb
288453 tiboot3.bin
288453 tiboot3-j721e-gp-evm.bin
289228 tiboot3-j721e_sr1_1-hs-evm.bin
289228 tiboot3-j721e_sr1_1-hs-fs-evm.bin
289228 tiboot3-j721e_sr2-hs-evm.bin
289228 tiboot3-j721e_sr2-hs-fs-evm.bin
1077051 tispl.bin
1372603 u-boot.img
574 uEnv.txt
4 ws-calibrate.rules
17 file(s), 1 dir(s)
=> ext4ls mmc 0:2 /lib/firmware
<DIR> 4096 .
<DIR> 4096 ..
2040 LICENCE.ibt_firmware
2046 LICENCE.iwlwifi_firmware
<DIR> 4096 cadence
<DIR> 4096 ethfw
<DIR> 4096 intel
918268 iwlwifi-3160-17.ucode
2120860 iwlwifi-8000C-22.ucode
2227284 iwlwifi-8000C-27.ucode
2310116 iwlwifi-8000C-31.ucode
2448976 iwlwifi-8000C-34.ucode
2428004 iwlwifi-8000C-36.ucode
1811984 iwlwifi-8265-22.ucode
2234528 iwlwifi-8265-27.ucode
2307104 iwlwifi-8265-31.ucode
2440780 iwlwifi-8265-34.ucode
2436632 iwlwifi-8265-36.ucode
2637216 iwlwifi-9260-th-b0-jf-b0-33.ucode
2678092 iwlwifi-9260-th-b0-jf-b0-34.ucode
2521412 iwlwifi-9260-th-b0-jf-b0-38.ucode
2620656 iwlwifi-9260-th-b0-jf-b0-41.ucode
2558176 iwlwifi-9260-th-b0-jf-b0-43.ucode
1489668 iwlwifi-9260-th-b0-jf-b0-46.ucode
<DIR> 4096 sdcard-firmware
<SYM> 49 j7-pru0_0-fw
<SYM> 49 j7-pru0_1-fw
<SYM> 49 j7-pru1_0-fw
<SYM> 49 j7-pru1_1-fw
<SYM> 49 j7-rtu0_0-fw
<SYM> 49 j7-rtu0_1-fw
<SYM> 49 j7-rtu1_0-fw
<SYM> 49 j7-rtu1_1-fw
<SYM> 35 j7-txpru0_0-fw
<SYM> 35 j7-txpru0_1-fw
<SYM> 35 j7-txpru1_0-fw
<SYM> 35 j7-txpru1_1-fw
<DIR> 4096 pdk-ipc
<DIR> 4096 pru
247469 pvdec_full_bin.fw
4592 regulatory.db
1182 regulatory.db.p7s
122880 rgx.fw.22.104.208.318
122880 rgx.fw.22.104.208.318.64k
344760 rgx.sh.22.104.208.318
<DIR> 4096 ti-connectivity
=> ext4ls mmc 1:2 /lib/firmware
<DIR> 4096 .
<DIR> 40960 ..
2040 LICENCE.ibt_firmware
2046 LICENCE.iwlwifi_firmware
482656 bl32.bin
4426712 bl32.elf
<DIR> 4096 cadence
<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> 73 j7-c66_0-fw
<SYM> 80 j7-c66_0-fw-sec
<SYM> 73 j7-c66_1-fw
<SYM> 80 j7-c66_1-fw-sec
<SYM> 69 j7-c71_0-fw
<SYM> 76 j7-c71_0-fw-sec
<SYM> 71 j7-main-r5f0_0-fw
<SYM> 78 j7-main-r5f0_0-fw-sec
<SYM> 71 j7-main-r5f0_1-fw
<SYM> 78 j7-main-r5f0_1-fw-sec
<SYM> 71 j7-main-r5f1_0-fw
<SYM> 78 j7-main-r5f1_0-fw-sec
<SYM> 71 j7-main-r5f1_1-fw
<SYM> 78 j7-main-r5f1_1-fw-sec
<SYM> 71 j7-mcu-r5f0_1-fw
<SYM> 78 j7-mcu-r5f0_1-fw-sec
<SYM> 53 j7-pru0_0-fw
<SYM> 53 j7-pru0_1-fw
<SYM> 53 j7-pru1_0-fw
<SYM> 53 j7-pru1_1-fw
<SYM> 53 j7-rtu0_0-fw
<SYM> 53 j7-rtu0_1-fw
<SYM> 53 j7-rtu1_0-fw
<SYM> 53 j7-rtu1_1-fw
<SYM> 39 j7-txpru0_0-fw
<SYM> 39 j7-txpru0_1-fw
<SYM> 39 j7-txpru1_0-fw
<SYM> 39 j7-txpru1_1-fw
<DIR> 4096 pru
247469 pvdec_full_bin.fw
4896 regulatory.db
1085 regulatory.db.p7s
135168 rgx.fw.22.104.208.318
135168 rgx.fw.22.104.208.318.64k
382736 rgx.sh.22.104.208.318
28 tee-header_v2.bin
0 tee-pageable_v2.bin
482656 tee-pager_v2.bin
482656 tee-raw.bin
482684 tee.bin
4426712 tee.elf
<DIR> 4096 ti-connectivity
<DIR> 4096 ti-eth
<DIR> 4096 ti-ipc
=> mmc rescan; echo $?
0
=> fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4
4 bytes written in 23 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 000000008ffffb35 ... 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 J721e EVM
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
[ 0.000000] printk: bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x00000008e0000000, size 512 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 c66-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 c66-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 c66-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 c66-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] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x00000008ffffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000009e7fffff]
[ 0.000000] node 0: [mem 0x000000009e800000-0x00000000a8ffffff]
[ 0.000000] node 0: [mem 0x00000000a9000000-0x00000000a9ffffff]
[ 0.000000] node 0: [mem 0x00000000aa000000-0x00000000abbfffff]
[ 0.000000] node 0: [mem 0x00000000abc00000-0x00000000ffffffff]
[ 0.000000] node 0: [mem 0x0000000880000000-0x00000008ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
[ 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: 1032192
[ 0.000000] Kernel command line: console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j721e-idk-gw/autofs/9ab4afdc69d103bf687bd8e97cc38bdf,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: 524288 (order: 10, 4194304 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 2.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
[ 0.000000] Memory: 3303336K/4194304K available (11712K kernel code, 1258K rwdata, 3812K rodata, 1984K init, 438K bss, 366680K reserved, 524288K 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.008403] Console: colour dummy device 80x25
[ 0.012971] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023642] pid_max: default: 32768 minimum: 301
[ 0.028378] LSM: Security Framework initializing
[ 0.033150] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.040721] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.049499] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.056897] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.063156] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.070543] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.076844] rcu: Hierarchical SRCU implementation.
[ 0.081741] rcu: Max phase no-delay instances is 1000.
[ 0.087247] Platform MSI: msi-controller@1820000 domain created
[ 0.093474] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.102888] EFI services will not be available.
[ 0.107617] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.120815] Detected PIPT I-cache on CPU1
[ 0.120874] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.120887] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
[ 0.120916] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.120959] smp: Brought up 1 node, 2 CPUs
[ 0.150303] SMP: Total of 2 processors activated.
[ 0.155107] CPU features: detected: 32-bit EL0 Support
[ 0.160360] CPU features: detected: CRC32 instructions
[ 0.165635] CPU: All CPU(s) started at EL2
[ 0.169816] alternatives: applying system-wide alternatives
[ 0.176297] devtmpfs: initialized
[ 0.186187] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.196170] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.210032] pinctrl core: initialized pinctrl subsystem
[ 0.215691] DMI not present or invalid.
[ 0.219938] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.226543] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.233845] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.241842] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.249965] audit: initializing netlink subsys (disabled)
[ 0.255578] audit: type=2000 audit(0.164:1): state=initialized audit_enabled=0 res=1
[ 0.255794] thermal_sys: Registered thermal governor 'step_wise'
[ 0.263496] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.269704] cpuidle: using governor menu
[ 0.280448] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.287405] ASID allocator initialised with 65536 entries
[ 0.303041] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@100000/pinctrl@a40000/mcu-cpsw-cpts
[ 0.314807] KASLR disabled due to lack of seed
[ 0.322147] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.329083] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.335489] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.342422] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.348823] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.355756] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.362157] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.369090] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.376183] k3-chipinfo 43000014.chipid: Family:J721E rev:SR1.0 JTAGID[0x0bb6402f] Detected
[ 0.385466] iommu: Default domain type: Translated
[ 0.390453] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.396965] SCSI subsystem initialized
[ 0.400940] usbcore: registered new interface driver usbfs
[ 0.406560] usbcore: registered new interface driver hub
[ 0.411996] usbcore: registered new device driver usb
[ 0.417367] pps_core: LinuxPPS API ver. 1 registered
[ 0.422438] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.431775] PTP clock support registered
[ 0.435856] EDAC MC: Ver: 3.0.0
[ 0.439550] FPGA manager framework
[ 0.443058] Advanced Linux Sound Architecture Driver Initialized.
[ 0.449661] clocksource: Switched to clocksource arch_sys_counter
[ 0.455998] VFS: Disk quotas dquot_6.6.0
[ 0.460028] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.469932] NET: Registered PF_INET protocol family
[ 0.475082] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.484067] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.492830] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.500753] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.508957] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.517467] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.524240] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.531154] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.538589] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.544642] RPC: Registered named UNIX socket transport module.
[ 0.550701] RPC: Registered udp transport module.
[ 0.555504] RPC: Registered tcp transport module.
[ 0.560307] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.566897] NET: Registered PF_XDP protocol family
[ 0.571799] PCI: CLS 0 bytes, default 64
[ 0.576150] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.585309] Initialise system trusted keyrings
[ 0.589956] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.598508] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.604737] NFS: Registering the id_resolver key type
[ 0.609920] Key type id_resolver registered
[ 0.614192] Key type id_legacy registered
[ 0.618308] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.625156] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.652392] Key type asymmetric registered
[ 0.656576] Asymmetric key parser 'x509' registered
[ 0.661581] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.669205] io scheduler mq-deadline registered
[ 0.673837] io scheduler kyber registered
[ 0.680139] pinctrl-single 4301c000.pinctrl: 94 pins, size 376
[ 0.686556] pinctrl-single 11c000.pinctrl: 173 pins, size 692
[ 0.693158] pinctrl-single a40000.pinctrl: 512 pins, size 2048
[ 0.702589] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
[ 0.710932] arm-smmu-v3 36600000.iommu: ias 48-bit, oas 48-bit (features 0x00001faf)
[ 0.719098] arm-smmu-v3 36600000.iommu: allocated 65536 entries for cmdq
[ 0.726197] arm-smmu-v3 36600000.iommu: allocated 32768 entries for evtq
[ 0.733954] arm-smmu-v3 36600000.iommu: msi_domain absent - falling back to wired irqs
[ 0.744815] loop: module loaded
[ 0.748654] megasas: 07.719.03.00-rc1
[ 0.753917] tun: Universal TUN/TAP device driver, 1.6
[ 0.759464] VFIO - User Level meta-driver version: 0.3
[ 0.765110] usbcore: registered new interface driver usb-storage
[ 0.771552] i2c_dev: i2c /dev entries driver
[ 0.776474] sdhci: Secure Digital Host Controller Interface driver
[ 0.782795] sdhci: Copyright(c) Pierre Ossman
[ 0.787377] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.793480] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.799708] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.806435] usbcore: registered new interface driver usbhid
[ 0.812129] usbhid: USB HID core driver
[ 0.816532] 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
[ 0.821089] optee: revision 4.1 (012cdca4)
[ 0.837503] optee: dynamic shared memory is enabled
[ 0.846889] optee: initialized driver
[ 0.851868] Initializing XFRM netlink socket
[ 0.856254] NET: Registered PF_PACKET protocol family
[ 0.861450] Key type dns_resolver registered
[ 0.865998] registered taskstats version 1
[ 0.870196] Loading compiled-in X.509 certificates
[ 0.880587] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
[ 0.949302] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 0.955613] pca953x 1-0020: supply vcc not found, using dummy regulator
[ 0.962443] pca953x 1-0020: using no AI
[ 0.990321] pca953x 1-0022: supply vcc not found, using dummy regulator
[ 0.997125] pca953x 1-0022: using AI
[ 1.001387] gpio-481 (MCASP/TRACE_MUX_S0): hogged as output/low
[ 1.007628] gpio-482 (MCASP/TRACE_MUX_S1): hogged as output/high
[ 1.014112] omap_i2c 2000000.i2c: bus 1 rev0.12 at 400 kHz
[ 1.020243] omap_i2c 2010000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.026334] pca953x 3-0020: supply vcc not found, using dummy regulator
[ 1.033151] pca953x 3-0020: using no AI
[ 1.058097] omap_i2c 2030000.i2c: bus 3 rev0.12 at 400 kHz
[ 1.064261] pca953x 4-0020: supply vcc not found, using dummy regulator
[ 1.071082] pca953x 4-0020: using no AI
[ 1.097967] omap_i2c 2060000.i2c: bus 4 rev0.12 at 400 kHz
[ 1.103765] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 137 domain created
[ 1.112314] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 131 domain created
[ 1.121648] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 213 domain created
[ 1.130255] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created
[ 1.147464] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235
[ 1.157351] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.164112] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[ 1.173159] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211
[ 1.183315] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.190074] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[ 1.198032] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 193, base_baud = 6000000) is a 8250
[ 1.207482] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 194, base_baud = 3000000) is a 8250
[ 1.216328] printk: console [ttyS2] enabled
[ 1.216328] printk: console [ttyS2] enabled
[ 1.224771] printk: bootconsole [ns16550a0] disabled
[ 1.224771] printk: bootconsole [ns16550a0] disabled
[ 1.235173] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 195, base_baud = 3000000) is a 8250
[ 1.244141] 2820000.serial: ttyS4 at MMIO 0x2820000 (irq = 196, base_baud = 3000000) is a 8250
[ 1.253095] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 197, base_baud = 3000000) is a 8250
[ 1.262691] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.305663] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.314302] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.322574] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
[ 1.335379] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.342588] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.348779] pps pps0: new PPS source ptp0
[ 1.352895] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1
[ 1.363189] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0
[ 1.372135] mmc0: CQHCI version 5.10
[ 1.416241] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 1.507846] mmc0: Command Queue Engine enabled
[ 1.512303] mmc0: new HS200 MMC card at address 0001
[ 1.517697] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 1.523405] mmcblk0: p1 p2 p3
[ 1.526907] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[ 1.532629] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[ 1.538231] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
[ 1.597397] tps6594-esm tps6594-esm.3.auto: error -ENODEV: ESM not supported for revision 1 PMIC
[ 1.609537] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
[ 1.616195] tps6594-rtc tps6594-rtc.4.auto: setting system clock to 2024-05-09T12:26:46 UTC (1715257606)
[ 1.779139] tps6594-esm tps6594-esm.8.auto: error -ENODEV: ESM not supported for revision 1 PMIC
[ 1.792178] tps6594-rtc tps6594-rtc.9.auto: registered as rtc1
[ 1.798147] pca953x 2-0020: supply vcc not found, using dummy regulator
[ 1.804805] pca953x 2-0020: using no AI
[ 1.830529] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100
[ 1.837331] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100
[ 1.844113] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100
[ 1.850899] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100
[ 1.857666] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100
[ 1.871466] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[ 1.882059] ti-udma 31150000.dma-controller: Channels: 122 (tchan: 61, rchan: 61, gp-rflow: 16)
[ 1.895692] spi-nor spi0.0: mt25qu512a (65536 Kbytes)
[ 1.900795] 8 fixed-partitions partitions found on MTD device 47050000.spi.0
[ 1.907832] Creating 8 MTD partitions on "47050000.spi.0":
[ 1.913303] 0x000000000000-0x000000080000 : "qspi.tiboot3"
[ 1.919333] 0x000000080000-0x000000280000 : "qspi.tispl"
[ 1.925089] 0x000000280000-0x000000680000 : "qspi.u-boot"
[ 1.930906] 0x000000680000-0x0000006a0000 : "qspi.env"
[ 1.936442] 0x0000006a0000-0x0000006c0000 : "qspi.env.backup"
[ 1.942582] 0x0000006c0000-0x0000007c0000 : "qspi.sysfw"
[ 1.948307] 0x000000800000-0x000003fc0000 : "qspi.rootfs"
[ 1.954121] 0x000003fe0000-0x000004000000 : "qspi.phypattern"
[ 1.960844] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 2.005667] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 2.014320] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 2.022591] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
[ 2.035397] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 2.042604] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 2.048770] pps pps0: new PPS source ptp1
[ 2.052878] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1
[ 2.063173] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 2.071633] mmc1: CQHCI version 5.10
[ 2.079043] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[ 2.116369] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 2.130750] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 2.140231] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 2.192207] mmc1: new ultra high speed DDR50 SDHC card at address aaaa
[ 2.199128] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
[ 2.207851] mmcblk1: p1 p2 p3
[ 6.250433] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 6.277663] Sending DHCP requests ., OK
[ 6.297495] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.30
[ 6.305141] IP-Config: Complete:
[ 6.308358] device=eth0, hwaddr=78:db:2f:e0:81:ed, ipaddr=192.168.0.30, mask=255.255.255.0, gw=192.168.0.1
[ 6.318426] host=j721e-idk-gw, domain=eptf.internal.ti.com, nis-domain=(none)
[ 6.325978] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 6.325981] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 6.349038] ALSA device list:
[ 6.352004] No soundcards found.
[ 6.396886] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 6.402978] devtmpfs: mounted
[ 6.406762] Freeing unused kernel memory: 1984K
[ 6.417724] Run /sbin/init as init process
[ 6.873690] random: crng init done
[ 6.925786] NET: Registered PF_INET6 protocol family
[ 6.931867] Segment Routing with IPv6
[ 6.935556] In-situ OAM (IOAM) with IPv6
[ 6.985522] 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.017046] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.10[0m!
[ 7.092243] systemd[1]: Hostname set to <j721e-evm>.
[ 7.190949] systemd[139]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 7.211930] systemd-sysv-generator[148]: 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.407317] 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.465904] 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.541979] systemd[1]: Queued start job for default target Graphical Interface.
[ 7.592022] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 7.615047] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 7.638981] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 7.662709] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 7.685867] 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.709791] 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.733861] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 7.749720] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 7.769710] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 7.785721] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 7.843825] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 7.865796] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 7.889507] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 7.909889] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 7.934360] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 7.954263] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 7.977995] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 7.994300] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 8.018985] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 8.041938] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 8.062207] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 8.105956] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 8.124166] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 8.169955] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 8.189967] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 8.206566] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 8.228968] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 8.252051] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 8.280206] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 8.321703] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 8.364822] fuse: init (API version 7.37)
[ 8.366302] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 8.412553] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 8.426137] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 8.464062] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 8.487577] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 8.507186] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 8.523634] cryptodev: loading out-of-tree module taints kernel.
[ 8.531899] cryptodev: driver 1.12 loaded.
[ 8.558399] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 8.594183] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 8.613949] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 8.630091] 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...[ 8.937764] systemd-journald[163]: 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...
[ 9.124247] audit: type=1334 audit(1715257614.004:2): prog-id=5 op=LOAD
Starting [0;1;39mRule-based Managefor Device Events[ 9.132738] audit: type=1334 audit(1715257614.012:3): prog-id=6 op=LOAD
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.
[ 9.588001] CAN device driver interface
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[ 9.625780] j721e-pcie-host 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
[[0;32m OK [0m] Reached target [0;1;39mSystem Initialization[0m.
[[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary Directories[0m.
[ 9.661480] j721e-pcie-host 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.[ 9.672776] j721e-pcie-host 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000
[ 9.685436] j721e-pcie-host 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[[0;32m OK [0m] Started [0;1;39mDaily rotation of log files[0m.
[[0;32m OK [0m] Reached target [0;1;39mTimer Units[0m.
[ 9.719182] mc: Linux media interface: v0.10
[[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...
[ 9.800257] k3-dsp-rproc 4d80800000.dsp: assigned reserved memory node c66-dma-memory@a7000000
[[0;32m OK [0m] Listening on [0;1;39mdropbear.socket[0m.
[ 9.814778] k3-dsp-rproc 4d80800000.dsp: configured DSP for IPC-only mode
[ 9.826621] remoteproc remoteproc0: 4d80800000.dsp is available
[ 9.833350] remoteproc remoteproc0: attaching to 4d80800000.dsp
[ 9.845277] k3-dsp-rproc 4d80800000.dsp: DSP initialized in IPC-only mode
[[0;32m OK [0m] Listening on [0;1;39mPC/SC Smart Card Daemon Activation Socket[0m.
[ 9.866336] videodev: Linux video capture interface: v2.00
[ 9.873914] rproc-virtio rproc-virtio.10.auto: assigned reserved memory node c66-dma-memory@a7000000
[ 9.883839] virtio_rpmsg_bus virtio0: rpmsg host is online
Starting [0;1;39mWeston socket[0m...
[ 9.894821] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
[ 9.907065] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
[ 9.919617] rproc-virtio rproc-virtio.10.auto: registered virtio0 (type 7)
[ 9.926982] remoteproc remoteproc0: remote processor 4d80800000.dsp is now attached
[ 9.937384] k3-dsp-rproc 4d80800000.dsp: register pm nitifiers in remoteproc mode
[ 9.946075] k3-dsp-rproc 4d81800000.dsp: assigned reserved memory node c66-dma-memory@a6000000
Starting [0;1;39mD-Bus System Message Bus[0m...
[ 9.960216] k3-dsp-rproc 4d81800000.dsp: configured DSP for IPC-only mode
[ 9.971927] remoteproc remoteproc1: 4d81800000.dsp is available
Starting [0;1;39mReboot and dump vmcore via kexec[0m.[ 9.980674] remoteproc remoteproc1: attaching to 4d81800000.dsp
..
[[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.
[ 10.090270] PVR_K: 196: Device: 4e20000000.gpu
[ 10.105884] k3-dsp-rproc 4d81800000.dsp: DSP initialized in IPC-only mode
[ 10.128019] cdns-mhdp8546 a000000.dp-bridge: invalid resource
[ 10.166227] PVR_K: 196: Read BVNC 22.104.208.318 from HW device registers
[ 10.174079] PVR_K: 196: RGX Device registered with BVNC 22.104.208.318
[ 10.185182] rproc-virtio rproc-virtio.12.auto: assigned reserved memory node c66-dma-memory@a6000000
[ 10.194701] [drm] Initialized pvr 23.3.6512818 20170530 for 4e20000000.gpu on minor 0
[ 10.205255] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
[ 10.218983] img_enc 4200000.video-encoder: vxe_enc_probe: using heap 1 for internal alloc
[ 10.238816] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 1
[ 10.247617] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
[ 10.261687] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
[ 10.295917] img_dec 4300000.video-decoder: decoder registered as /dev/video0
[ 10.331419] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 10.338822] img_enc 4200000.video-encoder: encoder registered as /dev/video1
[ 10.340124] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
[ 10.348874] rproc-virtio rproc-virtio.12.auto: registered virtio1 (type 7)
[ 10.357277] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m.
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.
[ 10.412769] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[ 10.426158] remoteproc remoteproc1: remote processor 4d81800000.dsp is now attached
[ 10.429455] 47034000.hyperbus: Found 1 x16 devices at 0x0 in 16-bit bank. Manufacturer ID 0x000001 Chip ID 0x007000
[ 10.469578] Amd/Fujitsu Extended Query Table at 0x0040
[ 10.474779] Amd/Fujitsu Extended Query version 1.5.
[ 10.480820] 47034000.hyperbus: CFI contains unrecognised boot bank location (0). Assuming bottom.
[ 10.492539] number of CFI chips: 1
[ 10.494779] platform 41000000.r5f: configured R5F for IPC-only mode
[ 10.502126] 6 fixed-partitions partitions found on MTD device 47034000.hyperbus
[[0;32m OK [0m] Started [0;1;39mJob spooling tools[0m.
[ 10.530190] Creating 6 MTD partitions on "47034000.hyperbus":
[ 10.537303] 0x000000000000-0x000000080000 : "hbmc.tiboot3"
[ 10.545566] 0x000000080000-0x000000280000 : "hbmc.tispl"
[[0;32m OK [0m] Started [0;1;39mPeriodic Command Scheduler[0m.
Starting [0;1;39mPrint notice about GPLv3 packages[0m...
[ 10.576226] k3-dsp-rproc 4d81800000.dsp: register pm nitifiers in remoteproc mode
[ 10.576842] 0x000000280000-0x000000680000 : "hbmc.u-boot"
[ 10.587645] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a8000000
[ 10.601257] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode
[ 10.601555] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
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.
[ 10.656036] audit: type=1334 audit(1715257616.508:4): prog-id=7 op=LOAD
[ 10.663597] audit: type=1334 audit(1715257616.520:5): prog-id=8 op=LOAD
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;39mTelnet Server[0m.
[ 10.692443] remoteproc remoteproc3: 64800000.dsp is available
[ 10.699352] remoteproc remoteproc2: 41000000.r5f is available
[ 10.716598] 0x000000680000-0x0000006c0000 : "hbmc.env"
[ 10.720328] remoteproc remoteproc2: attaching to 41000000.r5f
[ 10.723996] remoteproc remoteproc3: attaching to 64800000.dsp
[ 10.728435] platform 41000000.r5f: R5F core initialized in IPC-only mode
[ 10.739113] remoteproc remoteproc3: unsupported resource 65538
[ 10.742599] rproc-virtio rproc-virtio.14.auto: assigned reserved memory node r5f-dma-memory@a0000000
[ 10.747804] k3-dsp-rproc 64800000.dsp: DSP initialized in IPC-only mode
[ 10.755367] virtio_rpmsg_bus virtio2: rpmsg host is online
[ 10.763424] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xd
[ 10.771239] rproc-virtio rproc-virtio.14.auto: registered virtio2 (type 7)
[ 10.787518] remoteproc remoteproc2: remote processor 41000000.r5f is now attached
[ 10.792785] rproc-virtio rproc-virtio.15.auto: assigned reserved memory node c71-dma-memory@a8000000
[ 10.804506] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe
[ 10.806258] virtio_rpmsg_bus virtio3: rpmsg host is online
[ 10.813585] j721e-pcie-host 2900000.pcie: PCI host bridge to bus 0000:00
[ 10.834251] 0x0000006c0000-0x0000007c0000 : "hbmc.sysfw"
[ 10.859593] 0x000000800000-0x000004000000 : "hbmc.rootfs"
[ 10.888232] pci_bus 0000:00: root bus resource [bus 00-ff]
[[0;32m OK [0m] Finished [0;1;39mIPv4 Packet Filtering Fram[ 10.912213] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x10001000-0x10010fff])
ework[0m.
[[0;32m OK [0m] Finished [0;1;39mIPv6 Packet Filtering Framework[0m.
[[0;32m OK [0m] Reached target [0;1[ 10.929979] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff]
;39mPreparation for Network[0m.
Starting [0;1;39mNet[ 10.942334] pci 0000:00:00.0: [104c:b00d] type 01 class 0x060400
work Configuration[0m...
[ 10.952978] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[ 10.964590] pci 0000:00:00.0: supports D1
[ 10.969109] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 11.000937] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 11.015140] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 11.024181] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 11.029549] pcieport 0000:00:00.0: PME: Signaling with IRQ 815
[ 11.035645] rproc-virtio rproc-virtio.15.auto: registered virtio3 (type 7)
[ 11.043419] remoteproc remoteproc3: remote processor 64800000.dsp is now attached
[ 11.051000] k3-dsp-rproc 64800000.dsp: register pm nitifiers in remoteproc mode
[ 11.054689] pcieport 0000:00:00.0: AER: enabled with IRQ 815
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.
[ 11.160095] platform 5c00000.r5f: configured R5F for IPC-only mode
[ 11.189046] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
[ 11.198880] remoteproc remoteproc4: 5c00000.r5f is available
[ 11.247569] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[[0;32m OK [0m] Finished [0;1;39mRotate log files[0m.
[ 11.319008] remoteproc remoteproc4: attaching to 5c00000.r5f
[ 11.326508] platform 5c00000.r5f: R5F core initialized in IPC-only mode
[ 11.345591] rproc-virtio rproc-virtio.16.auto: assigned reserved memory node r5f-dma-memory@a2000000
[ 11.359678] virtio_rpmsg_bus virtio4: rpmsg host is online
[ 11.367677] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000
[ 11.368157] rproc-virtio rproc-virtio.16.auto: registered virtio4 (type 7)
[ 11.383172] virtio_rpmsg_bus virtio4: creating channel ti.ipc4.ping-pong addr 0xd
[ 11.389042] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000
[ 11.430144] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xe
[ 11.462629] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 11.482637] remoteproc remoteproc4: remote processor 5c00000.r5f is now attached
[ 11.522428] platform 5e00000.r5f: configured R5F for IPC-only mode
[ 11.532445] platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000
[ 11.542501] remoteproc remoteproc5: 5e00000.r5f is available
[ 11.549244] remoteproc remoteproc5: attaching to 5e00000.r5f
[ 11.551636] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 11.555543] platform 5e00000.r5f: R5F core initialized in IPC-only mode
[ 11.568279] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 11.568436] rproc-virtio rproc-virtio.17.auto: assigned reserved memory node r5f-dma-memory@a4000000
[ 11.586283] virtio_rpmsg_bus virtio5: rpmsg host is online
[ 11.594655] rproc-virtio rproc-virtio.17.auto: registered virtio5 (type 7)
[ 11.601986] virtio_rpmsg_bus virtio5: creating channel ti.ipc4.ping-pong addr 0xd
[ 11.605201] j721e-pcie-host 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 11.611887] remoteproc remoteproc5: remote processor 5e00000.r5f is now attached
[ 11.639996] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0xe
[ 11.710139] m_can_platform 40528000.can: m_can device registered (irq=818, version=32)
[ 11.726943] m_can_platform 40568000.can: m_can device registered (irq=819, version=32)
[ 11.755622] m_can_platform 2701000.can: m_can device registered (irq=820, version=32)
[ 11.784934] m_can_platform 2721000.can: m_can device registered (irq=821, version=32)
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
Starting [0;1;39mNetwork Name Resolution[0m...
[ 11.900712] audit: type=1334 audit(1715257617.752:6): prog-id=9 op=LOAD
[ 11.909765] audit: type=1334 audit(1715257617.764:7): prog-id=10 op=LOAD
Starting [0;1;39mHostname Service[0m...
[ 12.031060] Console: switching to colour frame buffer device 240x67
[ 12.055003] tidss 4a00000.dss: [drm] fb0: tidssdrmfb frame buffer device
[[0;32m OK [0m] Started [0;1;39mHostname Service[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] 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.
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m[ 12.685908] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0001:00
.
[ 12.703396] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 12.710279] pci_bus 0001:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x18001000-0x18010fff])
[ 12.738044] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff]
[ 12.752933] pci 0001:00:00.0: [104c:b00d] type 01 class 0x060400
[ 12.787532] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[ 12.853904] pci 0001:00:00.0: supports D1
[ 12.904866] audit: type=1334 audit(1715257618.756:8): prog-id=11 op=LOAD
[ 12.919375] audit: type=1334 audit(1715257618.768:9): prog-id=12 op=LOAD
Starting [0;1;39mUser Database Manager[0m...
[ 13.106753] pci 0001:00:00.0: PME# supported from D0 D1 D3hot
[ 13.166615] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[[0;32m OK [0m] Finished [0;1;39mSynchronize System and HW clocks[0m.
[ 13.199664] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01
[ 13.245646] pci 0001:00:00.0: PCI bridge to [bus 01]
[ 13.252149] pcieport 0001:00:00.0: PME: Signaling with IRQ 823
[[0;32m OK [0m] Started [0;1;39mUser Database Manager[0m.
[ 13.318796] pcieport 0001:00:00.0: AER: enabled with IRQ 823
[ 13.366393] j721e-pcie-host 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
[ 13.375259] j721e-pcie-host 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000
[ 13.384948] j721e-pcie-host 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000
[ 13.394160] j721e-pcie-host 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 13.576017] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
[ 13.588554] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
[ 13.627427] remoteproc remoteproc6: b034000.pru is available
[ 13.634036] remoteproc remoteproc7: b004000.rtu is available
[ 13.642915] remoteproc remoteproc8: b00a000.txpru is available
[ 13.667866] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled
[[0;32m OK [0m] Created slice [0;1;39mUser Slice of UID 100[ 13.678278] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled
0[0m.
[ 13.694718] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled
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.771860] audit: type=1006 audit(1715257619.624:10): pid=625 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 13.798283] audit: type=1300 audit(1715257619.624:10): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffff69e5818 a2=4 a3=0 items=0 ppid=1 pid=625 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.833284] scsi host0: ufshcd
[ 13.870798] remoteproc remoteproc9: b038000.pru is available
[ 13.883761] remoteproc remoteproc10: b006000.rtu is available
[ 13.890414] remoteproc remoteproc11: b00c000.txpru is available
[ 13.901375] remoteproc remoteproc12: b134000.pru is available
[ 13.901614] remoteproc remoteproc13: b104000.rtu is available
[ 13.901906] remoteproc remoteproc14: b10a000.txpru is available
[ 13.902083] remoteproc remoteproc15: b138000.pru is available
[ 13.902250] remoteproc remoteproc16: b106000.rtu is available
[ 13.902467] remoteproc remoteproc17: b10c000.txpru is available
[ 13.918217] scsi 0:0:0:49488: Well-known LUN TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
[ 13.921167] scsi 0:0:0:49476: Well-known LUN TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
[ 13.922109] cdns-ufshcd 4e84000.ufs: ufshcd_scsi_add_wlus: BOOT WLUN not found
[ 13.922460] scsi 0:0:0:0: Direct-Access TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
[ 13.923233] sd 0:0:0:0: [sda] 8192 4096-byte logical blocks: (33.6 MB/32.0 MiB)
[ 13.923273] sd 0:0:0:0: [sda] Write Protect is off
[ 13.923330] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 13.923336] sd 0:0:0:0: [sda] Preferred minimum I/O size 65536 bytes
[ 13.923339] sd 0:0:0:0: [sda] Optimal transfer size 65536 bytes
[ 13.923388] scsi 0:0:0:1: Direct-Access TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
[ 13.924227] sd 0:0:0:0: [sda] Attached SCSI disk
[ 14.053818] sd 0:0:0:1: [sdb] 7808000 4096-byte logical blocks: (32.0 GB/29.8 GiB)
[ 14.066848] sd 0:0:0:1: [sdb] Write Protect is off
[ 14.072527] sd 0:0:0:1: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 14.082221] sd 0:0:0:1: [sdb] Preferred minimum I/O size 65536 bytes
[ 14.090671] sd 0:0:0:1: [sdb] Optimal transfer size 65536 bytes
[ 14.102815] sd 0:0:0:1: [sdb] Attached SCSI disk
[ 14.565414] j721e-pcie-host 2920000.pcie: PCI host bridge to bus 0002:00
[ 14.583146] pci_bus 0002:00: root bus resource [bus 00-ff]
[ 14.626920] cdns-csi2rx: probe of 4504000.csi-bridge failed with error -22
[ 14.651475] pci_bus 0002:00: root bus resource [io 0x20000-0x2ffff] (bus address [0x1000-0x10fff])
[[0;32m OK [0m] Started [0;1;39mUser Manager for UID 1000[0m.
[ 14.726794] pci_bus 0002:00: root bus resource [mem 0x4400011000-0x4407ffffff] (bus address [0x00011000-0x07ffffff])
[ 14.738101] pci 0002:00:00.0: [104c:b00d] type 01 class 0x060400
[ 14.744964] pci_bus 0002:00: 2-byte config write to 0002:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[[0;32m OK [0m] Started [0;1;39mSession c1 of User weston[[ 14.755643] pci 0002:00:00.0: supports D1
0m.
[ 14.764943] kauditd_printk_skb: 1 callbacks suppressed
[ 14.764950] audit: type=1006 audit(1715257620.620:11): pid=537 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[ 14.784174] pci 0002:00:00.0: PME# supported from D0 D1 D3hot
[ 14.790179] audit: type=1300 audit(1715257620.620:11): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffff69e5818 a2=4 a3=0 items=0 ppid=1 pid=537 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.815846] audit: type=1327 audit(1715257620.620:11): proctitle="(weston)"
[ 14.845724] pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 14.855163] pci_bus 0002:01: busn_res: [bus 01-ff] end is updated to 01
[ 14.861849] pci 0002:00:00.0: PCI bridge to [bus 01]
[ 14.869734] pcieport 0002:00:00.0: PME: Signaling with IRQ 857
[ 14.880868] pcieport 0002:00:00.0: AER: enabled with IRQ 857
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
[ 15.191323] m_can_platform 40528000.can mcu_mcan0: renamed from can0
[ 15.329519] cdns-csi2rx: probe of 4514000.csi-bridge failed with error -22
[ 15.395142] m_can_platform 40568000.can mcu_mcan1: renamed from can1
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtime[0m.
[ 15.451436] m_can_platform 2721000.can main_mcan2: renamed from can3
[ 15.491211] m_can_platform 2701000.can main_mcan0: renamed from can2
[ 15.546907] PVR_K: 537: RGX Firmware image 'rgx.fw.22.104.208.318' loaded
[ 15.577203] PVR_K: 537: Shader binary image 'rgx.sh.22.104.208.318' loaded
Starting [0;1;39mSave/Restore Sound Card State[0m...
[[0;32m OK [0m] Finished [0;1;39mSave/Restore Sound Card State[0m.
[[0;32m OK [0m] Reached target [0;1;39mSound Card[0m.
[ 16.028639] xhci-hcd xhci-hcd.18.auto: xHCI Host Controller
[ 16.048680] xhci-hcd xhci-hcd.18.auto: new USB bus registered, assigned bus number 1
[ 16.061014] xhci-hcd xhci-hcd.18.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010
[ 16.071475] xhci-hcd xhci-hcd.18.auto: irq 827, io mem 0x06010000
[ 16.078338] xhci-hcd xhci-hcd.18.auto: xHCI Host Controller
[ 16.086203] xhci-hcd xhci-hcd.18.auto: new USB bus registered, assigned bus number 2
[ 16.097941] xhci-hcd xhci-hcd.18.auto: Host supports USB 3.0 SuperSpeed
[ 16.116775] hub 1-0:1.0: USB hub found
[ 16.124039] hub 1-0:1.0: 1 port detected
[ 16.139122] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 16.160013] hub 2-0:1.0: USB hub found
[ 16.166360] hub 2-0:1.0: 1 port detected
[ 16.174316] xhci-hcd xhci-hcd.19.auto: xHCI Host Controller
[ 16.180265] xhci-hcd xhci-hcd.19.auto: new USB bus registered, assigned bus number 3
[ 16.191059] xhci-hcd xhci-hcd.19.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010
[ 16.201837] xhci-hcd xhci-hcd.19.auto: irq 861, io mem 0x06410000
[ 16.209372] xhci-hcd xhci-hcd.19.auto: xHCI Host Controller
[[0;32m OK [0m] Started [0;1;39mWeston, a Wayland mposit[ 16.216055] xhci-hcd xhci-hcd.19.auto: new USB bus registered, assigned bus number 4
or, as a system service[0m.
[ 16.230286] xhci-hcd xhci-hcd.19.auto: Host supports USB 3.0 SuperSpeed
Starting [0;1;39mMatrix GUI[0m...
[ 16.247964] hub 3-0:1.0: USB hub found
[ 16.251777] hub 3-0:1.0: 1 port detected
[ 16.257548] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 16.269612] hub 4-0:1.0: USB hub found
[ 16.275605] hub 4-0:1.0: 1 port detected
[ 16.510129] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
[ 16.517206] usb 3-1: new high-speed USB device number 2 using xhci-hcd
[ 16.587186] usb-storage 2-1:1.0: USB Mass Storage device detected
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
[[0;32m OK [0m] Started [0;1;39mMatrix GUI[0m.
[ 16.615339] scsi host1: usb-storage 2-1:1.0
[ 16.674517] hub 3-1:1.0: USB hub found
[ 16.678338] hub 3-1:1.0: 4 ports detected
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p3[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk0p3[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p3[0m.
[ 17.643210] scsi 1:0:0:0: Direct-Access PNY USB 3.0 FD PMAP PQ: 0 ANSI: 6
Mounting [0;1;39m/run/media/mmcblk0p3[0m...
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p2[0m.[ 17.745984] FAT-fs (mmcblk0p3): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 17.774065] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 17.895262] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
[ 18.155932] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 18.334799] sd 1:0:0:0: [sdc] 30965760 512-byte logical blocks: (15.9 GB/14.8 GiB)
[ 18.344041] sd 1:0:0:0: [sdc] Write Protect is off
[ 18.352120] sd 1:0:0:0: [sdc] No Caching mode page found
[ 18.357560] sd 1:0:0:0: [sdc] Assuming drive cache: write through
[ 18.367572] sdc: sdc1
[ 18.370319] sd 1:0:0:0: [sdc] Attached SCSI removable disk
[ 18.604351] EXT4-fs (mmcblk1p3): mounted filesystem with ordered data mode. Quota mode: none.
[ 18.679348] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project j721e-evm -
Arago 2023.10 j721e-evm -
j721e-evm login: root
[ 19.154549] audit: type=1006 audit(1715257625.008:12): pid=1301 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 19.169479] audit: type=1300 audit(1715257625.008:12): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=fffff69e5818 a2=1 a3=0 items=0 ppid=1 pid=1301 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.195644] audit: type=1327 audit(1715257625.008:12): proctitle="(systemd)"
[ 19.283128] audit: type=1334 audit(1715257625.136:13): prog-id=13 op=LOAD
[ 19.290092] audit: type=1300 audit(1715257625.136:13): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffcad47350 a2=78 a3=0 items=0 ppid=1 pid=1301 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.319056] audit: type=1327 audit(1715257625.136:13): proctitle="(systemd)"
[ 19.327945] audit: type=1334 audit(1715257625.136:14): prog-id=13 op=UNLOAD
7[r[999;999H[6n***************************************************************
***************************************************************
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
***************************************************************
***************************************************************
[ 20.545615] EXT4-fs (sdc1): mounted filesystem with ordered data mode. Quota mode: none.
root@j721e-evm:~# uname -a
Linux j721e-evm 6.1.80-ti-g2e423244f8c0 #1 SMP PREEMPT Wed Mar 20 14:43:33 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@j721e-evm:~# cat /proc/cmdline
console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j721e-idk-gw/autofs/9ab4afdc69d103bf687bd8e97cc38bdf,nolock,v3,tcp,rsize=4096,wsize=4096
root@j721e-evm:~# uname -a
Linux j721e-evm 6.1.80-ti-g2e423244f8c0 #1 SMP PREEMPT Wed Mar 20 14:43:33 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@j721e-evm:~# cat /proc/mtd
dev: size erasesize name
mtd0: 00080000 00001000 "qspi.tiboot3"
mtd1: 00200000 00001000 "qspi.tispl"
mtd2: 00400000 00001000 "qspi.u-boot"
mtd3: 00020000 00001000 "qspi.env"
mtd4: 00020000 00001000 "qspi.env.backup"
mtd5: 00100000 00001000 "qspi.sysfw"
mtd6: 037c0000 00001000 "qspi.rootfs"
mtd7: 00020000 00001000 "qspi.phypattern"
mtd8: 00080000 00040000 "hbmc.tiboot3"
mtd9: 00200000 00040000 "hbmc.tispl"
mtd10: 00400000 00040000 "hbmc.u-boot"
mtd11: 00040000 00040000 "hbmc.env"
mtd12: 00100000 00040000 "hbmc.sysfw"
mtd13: 03800000 00040000 "hbmc.rootfs"
root@j721e-evm:~# grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/p
pnp /etc/resolv.conf && systemctl restart systemd-resolved
root@j721e-evm:~# ls -l /lib/firmware; ls -lR /lib/firmware/ipc
total 28296
-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 4324296 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 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 69 Mar 9 2018 j7-c66_0-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c66xdsp_1_release_strip.xe66
lrwxrwxrwx 1 root root 76 Mar 9 2018 j7-c66_0-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c66xdsp_1_release_strip.xe66.signed
lrwxrwxrwx 1 root root 69 Mar 9 2018 j7-c66_1-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c66xdsp_2_release_strip.xe66
lrwxrwxrwx 1 root root 76 Mar 9 2018 j7-c66_1-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c66xdsp_2_release_strip.xe66.signed
lrwxrwxrwx 1 root root 65 Mar 9 2018 j7-c71_0-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c7x_1_release_strip.xe71
lrwxrwxrwx 1 root root 72 Mar 9 2018 j7-c71_0-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c7x_1_release_strip.xe71.signed
lrwxrwxrwx 1 root root 67 Mar 9 2018 j7-main-r5f0_0-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu2_0_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7-main-r5f0_0-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu2_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 67 Mar 9 2018 j7-main-r5f0_1-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu2_1_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7-main-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu2_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 67 Mar 9 2018 j7-main-r5f1_0-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu3_0_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7-main-r5f1_0-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu3_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 67 Mar 9 2018 j7-main-r5f1_1-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu3_1_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7-main-r5f1_1-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu3_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 67 Mar 9 2018 j7-mcu-r5f0_1-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu1_1_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7-mcu-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu1_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-pru0_0-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt0_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-pru0_1-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt0_1.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-pru1_0-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-pru1_1-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1_1.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-rtu0_0-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt0_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-rtu0_1-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt0_1.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-rtu1_0-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt1_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-rtu1_1-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt1_1.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 j7-txpru0_0-fw -> /lib/firmware/pru/TX_PRU_Halt_0.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 j7-txpru0_1-fw -> /lib/firmware/pru/TX_PRU_Halt_1.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 j7-txpru1_0-fw -> /lib/firmware/pru/TX_PRU_Halt_0.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 j7-txpru1_1-fw -> /lib/firmware/pru/TX_PRU_Halt_1.out
drwxr-xr-x 2 root root 4096 Mar 9 2018 pru
-rw-r--r-- 1 root root 247469 Mar 9 2018 pvdec_full_bin.fw
-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 135168 Mar 9 2018 rgx.fw.22.104.208.318
-rw-r--r-- 1 root root 135168 Mar 9 2018 rgx.fw.22.104.208.318.64k
-rw-r--r-- 1 root root 382744 Mar 9 2018 rgx.sh.22.104.208.318
-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 4324296 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
ls: cannot access '/lib/firmware/ipc': No such file or directory
root@j721e-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 1135 47 61202 876 1 0 8 0 0 1164 877 0 0 0 0 0 0
179 1 mmcblk0p1 321 0 7116 181 0 0 0 0 0 380 181 0 0 0 0 0 0
179 2 mmcblk0p2 364 47 25734 294 1 0 8 0 0 488 295 0 0 0 0 0 0
179 3 mmcblk0p3 411 0 27144 389 0 0 0 0 0 548 389 0 0 0 0 0 0
179 32 mmcblk0boot0 204 0 4032 87 0 0 0 0 0 228 87 0 0 0 0 0 0
179 64 mmcblk0boot1 68 0 1344 40 0 0 0 0 0 84 40 0 0 0 0 0 0
31 0 mtdblock0 66 0 528 65 0 0 0 0 0 140 65 0 0 0 0 0 0
31 1 mtdblock1 56 0 448 26 0 0 0 0 0 48 26 0 0 0 0 0 0
31 2 mtdblock2 174 0 1392 248 0 0 0 0 0 396 248 0 0 0 0 0 0
31 3 mtdblock3 27 0 216 12 0 0 0 0 0 40 12 0 0 0 0 0 0
31 4 mtdblock4 45 0 360 27 0 0 0 0 0 72 27 0 0 0 0 0 0
31 5 mtdblock5 52 0 416 110 0 0 0 0 0 204 110 0 0 0 0 0 0
31 6 mtdblock6 175 0 3360 434 0 0 0 0 0 420 434 0 0 0 0 0 0
31 7 mtdblock7 45 0 360 95 0 0 0 0 0 148 95 0 0 0 0 0 0
179 96 mmcblk1 1665 42 59012 2976 2 0 16 8 0 2116 2984 0 0 0 0 0 0
179 97 mmcblk1p1 271 6 16640 639 0 0 0 0 0 604 639 0 0 0 0 0 0
179 98 mmcblk1p2 735 33 21338 1036 1 0 8 1 0 1216 1038 0 0 0 0 0 0
179 99 mmcblk1p3 621 3 19834 1178 1 0 8 6 0 1256 1185 0 0 0 0 0 0
31 8 mtdblock8 77 0 616 38 0 0 0 0 0 72 38 0 0 0 0 0 0
31 9 mtdblock9 112 0 896 59 0 0 0 0 0 88 59 0 0 0 0 0 0
31 10 mtdblock10 174 0 1392 94 0 0 0 0 0 176 94 0 0 0 0 0 0
31 11 mtdblock11 40 0 320 19 0 0 0 0 0 40 19 0 0 0 0 0 0
31 12 mtdblock12 91 0 728 45 0 0 0 0 0 80 45 0 0 0 0 0 0
31 13 mtdblock13 174 0 3360 233 0 0 0 0 0 284 233 0 0 0 0 0 0
8 0 sda 145 0 2696 25 0 0 0 0 0 80 25 0 0 0 0 0 0
8 16 sdb 166 0 6272 72 0 0 0 0 0 104 72 0 0 0 0 0 0
8 32 sdc 242 5 16082 184 1 0 8 423 0 672 607 0 0 0 0 0 0
8 33 sdc1 204 5 14882 162 1 0 8 423 0 632 585 0 0 0 0 0 0
root@j721e-evm:~# cat /proc/interrupts
CPU0 CPU1
11: 4652 5453 GICv3 30 Level arch_timer
14: 0 0 GICv3 23 Level arm-pmu
15: 0 0 GICv3 804 Edge arm-smmu-v3-evtq
16: 0 0 GICv3 800 Edge arm-smmu-v3-gerror
17: 4212 0 GICv3 69 Level 32c00000.mailbox thr_011
18: 7154 0 GICv3 928 Level 42120000.i2c
19: 81 0 GICv3 232 Level 2000000.i2c
20: 19 0 GICv3 233 Level 2010000.i2c
21: 13 0 GICv3 235 Level 2030000.i2c
22: 6 0 GICv3 238 Level 2060000.i2c
23: 85839 372 MSI-INTA 15401056 Level 46000000.ethernet-tx0
25: 127500 0 MSI-INTA 15401058 Level 46000000.ethernet
43: 7082 0 MSI-INTA 13828536 Level 31150000.dma-controller chan0
44: 0 0 MSI-INTA 13828537 Level 31150000.dma-controller chan1
45: 0 0 MSI-INTA 13828538 Level 31150000.dma-controller chan2
46: 0 0 MSI-INTA 13828539 Level 31150000.dma-controller chan3
47: 0 0 MSI-INTA 13828540 Level 31150000.dma-controller chan4
48: 0 0 MSI-INTA 13828541 Level 31150000.dma-controller chan5
49: 0 0 MSI-INTA 13828542 Level 31150000.dma-controller chan6
50: 0 0 MSI-INTA 13828543 Level 31150000.dma-controller chan7
53: 0 0 MSI-INTA 13828546 Level 31150000.dma-controller chan10
194: 673 0 GICv3 224 Level 2800000.serial
198: 0 0 GICv3 873 Level 47050000.spi
199: 0 0 GICv3 890 Level 46000000.ethernet
200: 0 0 INTR 391 Level 310d0000.cpts
201: 1647 0 GICv3 35 Level mmc0
215: 0 0 GPIO 7 Edge -davinci_gpio GPIO Key USER2
217: 0 0 GPIO 9 Edge -davinci_gpio tps6594-0-0x48, tps6594-0-0x4c
300: 0 0 GPIO 0 Edge -davinci_gpio GPIO Key USER1
442: 0 0 GPIO 11 Edge -davinci_gpio 2-0020
467: 0 0 tps6594-0-0x48 0 Edge buck1_ov
468: 0 0 tps6594-0-0x48 1 Edge buck1_uv
469: 0 0 tps6594-0-0x48 2 Edge buck1_sc
470: 0 0 tps6594-0-0x48 3 Edge buck1_ilim
471: 0 0 tps6594-0-0x48 4 Edge buck2_ov
472: 0 0 tps6594-0-0x48 5 Edge buck2_uv
473: 0 0 tps6594-0-0x48 6 Edge buck2_sc
474: 0 0 tps6594-0-0x48 7 Edge buck2_ilim
475: 0 0 tps6594-0-0x48 8 Edge buck3_ov
476: 0 0 tps6594-0-0x48 9 Edge buck3_uv
477: 0 0 tps6594-0-0x48 10 Edge buck3_sc
478: 0 0 tps6594-0-0x48 11 Edge buck3_ilim
479: 0 0 tps6594-0-0x48 12 Edge buck4_ov
480: 0 0 tps6594-0-0x48 13 Edge buck4_uv
481: 0 0 tps6594-0-0x48 14 Edge buck4_sc
482: 0 0 tps6594-0-0x48 15 Edge buck4_ilim
483: 0 0 tps6594-0-0x48 16 Edge buck5_ov
484: 0 0 tps6594-0-0x48 17 Edge buck5_uv
485: 0 0 tps6594-0-0x48 18 Edge buck5_sc
486: 0 0 tps6594-0-0x48 19 Edge buck5_ilim
487: 0 0 tps6594-0-0x48 20 Edge ldo1_ov
488: 0 0 tps6594-0-0x48 21 Edge ldo1_uv
489: 0 0 tps6594-0-0x48 22 Edge ldo1_sc
490: 0 0 tps6594-0-0x48 23 Edge ldo1_ilim
491: 0 0 tps6594-0-0x48 24 Edge ldo2_ov
492: 0 0 tps6594-0-0x48 25 Edge ldo2_uv
493: 0 0 tps6594-0-0x48 26 Edge ldo2_sc
494: 0 0 tps6594-0-0x48 27 Edge ldo2_ilim
495: 0 0 tps6594-0-0x48 28 Edge ldo3_ov
496: 0 0 tps6594-0-0x48 29 Edge ldo3_uv
497: 0 0 tps6594-0-0x48 30 Edge ldo3_sc
498: 0 0 tps6594-0-0x48 31 Edge ldo3_ilim
499: 0 0 tps6594-0-0x48 32 Edge ldo4_ov
500: 0 0 tps6594-0-0x48 33 Edge ldo4_uv
501: 0 0 tps6594-0-0x48 34 Edge ldo4_sc
502: 0 0 tps6594-0-0x48 35 Edge ldo4_ilim
503: 0 0 tps6594-0-0x48 36 Edge vcca_ov
504: 0 0 tps6594-0-0x48 37 Edge vcca_uv
522: 0 0 tps6594-0-0x48 55 Edge npwron_start
523: 0 0 tps6594-0-0x48 56 Edge enable
524: 0 0 tps6594-0-0x48 57 Edge fsd
525: 0 0 tps6594-0-0x48 58 Edge soft_reboot
526: 0 0 tps6594-0-0x48 59 Edge bist_pass
527: 0 0 tps6594-0-0x48 60 Edge ext_clk
528: 0 0 tps6594-0-0x48 61 Edge twarn
529: 0 0 tps6594-0-0x48 62 Edge tsd_ord
530: 0 0 tps6594-0-0x48 63 Edge bist_fail
531: 0 0 tps6594-0-0x48 64 Edge reg_crc_err
532: 0 0 tps6594-0-0x48 65 Edge recov_cnt
533: 0 0 tps6594-0-0x48 66 Edge spmi_err
534: 0 0 tps6594-0-0x48 67 Edge npwron_long
535: 0 0 tps6594-0-0x48 68 Edge nint_readback
536: 0 0 tps6594-0-0x48 69 Edge nrstout_readback
537: 0 0 tps6594-0-0x48 70 Edge tsd_imm
538: 0 0 tps6594-0-0x48 71 Edge vcca_ovp
539: 0 0 tps6594-0-0x48 72 Edge pfsm_err
540: 0 0 tps6594-0-0x48 73 Edge imm_shutdown
541: 0 0 tps6594-0-0x48 74 Edge ord_shutdown
542: 0 0 tps6594-0-0x48 75 Edge mcu_pwr_err
543: 0 0 tps6594-0-0x48 76 Edge soc_pwr_err
544: 0 0 tps6594-0-0x48 77 Edge comm_frm_err
545: 0 0 tps6594-0-0x48 78 Edge comm_crc_err
546: 0 0 tps6594-0-0x48 79 Edge comm_adr_err
547: 0 0 tps6594-0-0x48 82 Edge en_drv_readback
548: 0 0 tps6594-0-0x48 83 Edge nrstout_soc_readback
553: 0 0 tps6594-0-0x48 88 Edge alarm
555: 0 0 tps6594-0-0x4c 0 Edge buck1_ov
556: 0 0 tps6594-0-0x4c 1 Edge buck1_uv
557: 0 0 tps6594-0-0x4c 2 Edge buck1_sc
558: 0 0 tps6594-0-0x4c 3 Edge buck1_ilim
559: 0 0 tps6594-0-0x4c 4 Edge buck2_ov
560: 0 0 tps6594-0-0x4c 5 Edge buck2_uv
561: 0 0 tps6594-0-0x4c 6 Edge buck2_sc
562: 0 0 tps6594-0-0x4c 7 Edge buck2_ilim
563: 0 0 tps6594-0-0x4c 8 Edge buck3_ov
564: 0 0 tps6594-0-0x4c 9 Edge buck3_uv
565: 0 0 tps6594-0-0x4c 10 Edge buck3_sc
566: 0 0 tps6594-0-0x4c 11 Edge buck3_ilim
567: 0 0 tps6594-0-0x4c 12 Edge buck4_ov
568: 0 0 tps6594-0-0x4c 13 Edge buck4_uv
569: 0 0 tps6594-0-0x4c 14 Edge buck4_sc
570: 0 0 tps6594-0-0x4c 15 Edge buck4_ilim
571: 0 0 tps6594-0-0x4c 16 Edge buck5_ov
572: 0 0 tps6594-0-0x4c 17 Edge buck5_uv
573: 0 0 tps6594-0-0x4c 18 Edge buck5_sc
574: 0 0 tps6594-0-0x4c 19 Edge buck5_ilim
575: 0 0 tps6594-0-0x4c 20 Edge ldo1_ov
576: 0 0 tps6594-0-0x4c 21 Edge ldo1_uv
577: 0 0 tps6594-0-0x4c 22 Edge ldo1_sc
578: 0 0 tps6594-0-0x4c 23 Edge ldo1_ilim
579: 0 0 tps6594-0-0x4c 24 Edge ldo2_ov
580: 0 0 tps6594-0-0x4c 25 Edge ldo2_uv
581: 0 0 tps6594-0-0x4c 26 Edge ldo2_sc
582: 0 0 tps6594-0-0x4c 27 Edge ldo2_ilim
583: 0 0 tps6594-0-0x4c 28 Edge ldo3_ov
584: 0 0 tps6594-0-0x4c 29 Edge ldo3_uv
585: 0 0 tps6594-0-0x4c 30 Edge ldo3_sc
586: 0 0 tps6594-0-0x4c 31 Edge ldo3_ilim
587: 0 0 tps6594-0-0x4c 32 Edge ldo4_ov
588: 0 0 tps6594-0-0x4c 33 Edge ldo4_uv
589: 0 0 tps6594-0-0x4c 34 Edge ldo4_sc
590: 0 0 tps6594-0-0x4c 35 Edge ldo4_ilim
591: 0 0 tps6594-0-0x4c 36 Edge vcca_ov
592: 0 0 tps6594-0-0x4c 37 Edge vcca_uv
610: 0 0 tps6594-0-0x4c 55 Edge npwron_start
611: 0 0 tps6594-0-0x4c 56 Edge enable
612: 0 0 tps6594-0-0x4c 57 Edge fsd
613: 0 0 tps6594-0-0x4c 58 Edge soft_reboot
614: 0 0 tps6594-0-0x4c 59 Edge bist_pass
615: 0 0 tps6594-0-0x4c 60 Edge ext_clk
616: 0 0 tps6594-0-0x4c 61 Edge twarn
617: 0 0 tps6594-0-0x4c 62 Edge tsd_ord
618: 0 0 tps6594-0-0x4c 63 Edge bist_fail
619: 0 0 tps6594-0-0x4c 64 Edge reg_crc_err
620: 0 0 tps6594-0-0x4c 65 Edge recov_cnt
621: 0 0 tps6594-0-0x4c 66 Edge spmi_err
622: 0 0 tps6594-0-0x4c 67 Edge npwron_long
623: 0 0 tps6594-0-0x4c 68 Edge nint_readback
624: 0 0 tps6594-0-0x4c 69 Edge nrstout_readback
625: 0 0 tps6594-0-0x4c 70 Edge tsd_imm
626: 0 0 tps6594-0-0x4c 71 Edge vcca_ovp
627: 0 0 tps6594-0-0x4c 72 Edge pfsm_err
628: 0 0 tps6594-0-0x4c 73 Edge imm_shutdown
629: 0 0 tps6594-0-0x4c 74 Edge ord_shutdown
630: 0 0 tps6594-0-0x4c 75 Edge mcu_pwr_err
631: 0 0 tps6594-0-0x4c 76 Edge soc_pwr_err
632: 0 0 tps6594-0-0x4c 77 Edge comm_frm_err
633: 0 0 tps6594-0-0x4c 78 Edge comm_crc_err
634: 0 0 tps6594-0-0x4c 79 Edge comm_adr_err
635: 0 0 tps6594-0-0x4c 82 Edge en_drv_readback
636: 0 0 tps6594-0-0x4c 83 Edge nrstout_soc_readback
641: 0 0 tps6594-0-0x4c 88 Edge alarm
643: 4 0 INTR 436 Level mbox-mcu-r5fss0-core0
644: 4 0 INTR 432 Level mbox-main-r5fss0-core0
645: 4 0 INTR 428 Level mbox-main-r5fss1-core0
646: 8 0 INTR 424 Level mbox-c66-0, mbox-c66-1
647: 2 0 INTR 420 Level mbox-c71-0
680: 0 0 MSI-INTA 13893648 Edge 31150000.dma-controller chan1
741: 0 0 MSI-INTA 13894672 Edge 31150000.dma-controller chan2
744: 0 0 MSI-INTA 13894675 Edge 31150000.dma-controller chan7
747: 0 0 MSI-INTA 13894678 Edge 31150000.dma-controller chan10
799: 3414 0 GICv3 36 Level mmc1
800: 0 0 GICv3 597 Level 2ba0000.mcasp_rx
801: 0 0 GICv3 350 Edge j721e-pcie-link-down-irq
803: 0 0 GICv3 596 Level 2ba0000.mcasp_tx
811: 0 0 GICv3 892 Level TI-am335x-adc.11.auto
812: 0 0 GICv3 893 Level TI-am335x-adc.13.auto
815: 0 0 ITS-MSI 0 Edge PCIe PME, aerdrv
816: 0 0 GICv3 362 Edge j721e-pcie-link-down-irq
823: 0 0 ITS-MSI 134217728 Edge PCIe PME, aerdrv
824: 0 0 GICv3 374 Edge j721e-pcie-link-down-irq
826: 138 0 GICv3 56 Level pvrsrvkm
827: 1051 0 GICv3 128 Level xhci-hcd:usb1
828: 0 0 GICv3 212 Level vxd-dec
830: 1 0 GICv3 646 Level mhdp8546
831: 0 0 GICv3 213 Level vxe-enc
832: 1 0 GICv3 152 Level 6000000.usb
833: 446 0 GICv3 49 Level ufshcd
834: 0 0 GICv3 43 Level 4e10000.rng
837: 834 0 GICv3 634 Level tidss
857: 0 0 ITS-MSI 268435456 Edge PCIe PME, aerdrv
861: 35 0 GICv3 136 Level xhci-hcd:usb3
863: 0 0 GICv3 153 Level 6400000.usb
IPI0: 4081 21558 Rescheduling interrupts
IPI1: 3761 10431 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: 30 30 IRQ work interrupts
IPI6: 0 0 CPU wake-up interrupts
Err: 0
root@j721e-evm:~# cat /proc/softirqs
CPU0 CPU1
HI: 15 28
TIMER: 1955 2346
NET_TX: 8 2
NET_RX: 192530 454
BLOCK: 1782 0
IRQ_POLL: 0 0
TASKLET: 11338 47
SCHED: 2126 2306
HRTIMER: 0 0
RCU: 12732 15145
root@j721e-evm:~# [ 42.297999] kauditd_printk_skb: 4 callbacks suppressed
[ 42.298006] audit: type=1334 audit(1715257648.152:17): prog-id=10 op=UNLOAD
[ 42.310205] audit: type=1334 audit(1715257648.152:18): prog-id=9 op=UNLOAD
ls -lR /run/media/mmcblk0p1
/run/media/mmcblk0p1:
total 2746
-rwxrwx--- 1 root disk 33 Jun 26 2022 secondary_bootloader.md5
-rwxrwx--- 1 root disk 268998 Jun 26 2022 sysfw.itb
-rwxrwx--- 1 root disk 293216 Jun 26 2022 tiboot3.bin
-rwxrwx--- 1 root disk 974120 Jun 26 2022 tispl.bin
-rwxrwx--- 1 root disk 1272860 Jun 26 2022 u-boot.img
-rwxrwx--- 1 root disk 4 Jan 1 1980 ws-calibrate.rules
root@j721e-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $?
1
root@j721e-evm:~# opkg list-installed | grep ti-test; echo $?
ti-test - 1.0-r0.121
ti-test-extras - 1.0-r0.121
0
root@j721e-evm:~# lsmod
Module Size Used by
xhci_plat_hcd 16384 0
pci_endpoint_test 20480 0
cdns_csi2rx 20480 0
v4l2_fwnode 20480 1 cdns_csi2rx
ti_am335x_adc 20480 0
kfifo_buf 16384 1 ti_am335x_adc
rpmsg_ctrl 16384 0
rpmsg_char 16384 1 rpmsg_ctrl
irq_pruss_intc 16384 0
pru_rproc 24576 0
omap_rng 16384 0
cdns_pltfrm 16384 0
cdns3 45056 0
cdns_usb_common 20480 1 cdns3
overlay 122880 0
crct10dif_ce 16384 1
snd_soc_j721e_evm 32768 0
display_connector 16384 0
phy_can_transceiver 16384 4
cfg80211 389120 0
rfkill 24576 2 cfg80211
hbmc_am654 16384 0
hyperbus_core 16384 1 hbmc_am654
ti_k3_r5_remoteproc 28672 0
vxd_dec 331776 0
vxe_enc 286720 0
cdns_mhdp8546 40960 0
k3_j72xx_bandgap 20480 0
j721e_csi2rx 24576 0
videobuf2_dma_sg 20480 2 vxe_enc,vxd_dec
videobuf2_dma_contig 20480 2 j721e_csi2rx,vxd_dec
videobuf2_memops 16384 2 videobuf2_dma_contig,videobuf2_dma_sg
v4l2_mem2mem 36864 2 vxe_enc,vxd_dec
ti_am335x_tscadc 16384 1 ti_am335x_adc
videobuf2_v4l2 32768 4 j721e_csi2rx,vxe_enc,vxd_dec,v4l2_mem2mem
drm_display_helper 139264 1 cdns_mhdp8546
videobuf2_common 57344 8 j721e_csi2rx,vxe_enc,videobuf2_dma_contig,videobuf2_v4l2,vxd_dec,videobuf2_dma_sg,v4l2_mem2mem,videobuf2_memops
v4l2_async 24576 3 v4l2_fwnode,j721e_csi2rx,cdns_csi2rx
pvrsrvkm 1273856 22
pruss 16384 1 pru_rproc
tidss 61440 4
videodev 245760 8 v4l2_async,j721e_csi2rx,vxe_enc,videobuf2_v4l2,vxd_dec,cdns_csi2rx,videobuf2_common,v4l2_mem2mem
ti_k3_dsp_remoteproc 16384 0
drm_dma_helper 20480 1 tidss
virtio_rpmsg_bus 20480 0
ti_j721e_ufs 16384 0
rpmsg_ns 16384 1 virtio_rpmsg_bus
snd_soc_pcm3168a_i2c 16384 1
drm_kms_helper 184320 7 drm_dma_helper,display_connector,cdns_mhdp8546,drm_display_helper,tidss
sa2ul 36864 0
mc 57344 7 v4l2_async,videodev,j721e_csi2rx,videobuf2_v4l2,cdns_csi2rx,videobuf2_common,v4l2_mem2mem
ti_k3_common 16384 1 ti_k3_dsp_remoteproc
syscopyarea 16384 1 drm_kms_helper
snd_soc_pcm3168a 32768 1 snd_soc_pcm3168a_i2c
sysfillrect 16384 1 drm_kms_helper
sysimgblt 16384 1 drm_kms_helper
fb_sys_fops 16384 1 drm_kms_helper
cdns_dphy_rx 16384 0
snd_soc_davinci_mcasp 32768 2
m_can_platform 16384 0
cdns3_ti 16384 0
pci_j721e_host 16384 0
snd_soc_ti_udma 16384 1 snd_soc_davinci_mcasp
pci_j721e 16384 1 pci_j721e_host
m_can 24576 1 m_can_platform
pcie_cadence_host 16384 1 pci_j721e_host
snd_soc_ti_edma 16384 1 snd_soc_davinci_mcasp
snd_soc_ti_sdma 16384 1 snd_soc_davinci_mcasp
can_dev 36864 1 m_can
pcie_cadence 16384 2 pcie_cadence_host,pci_j721e_host
optee_rng 16384 0
rti_wdt 16384 0
rng_core 20480 2 optee_rng,omap_rng
cryptodev 53248 0
fuse 131072 1
drm 561152 17 drm_kms_helper,drm_dma_helper,display_connector,pvrsrvkm,cdns_mhdp8546,drm_display_helper,tidss
drm_panel_orientation_quirks 28672 1 drm
ipv6 479232 40
root@j721e-evm:~# echo 'hello world'
hello world
root@j721e-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