Skip to content

Instantly share code, notes, and snippets.

@manorit2001
Last active December 29, 2023 10:42
Show Gist options
  • Save manorit2001/4cead2fb3a19eb5d19005b3f54682627 to your computer and use it in GitHub Desktop.
Save manorit2001/4cead2fb3a19eb5d19005b3f54682627 to your computer and use it in GitHub Desktop.
ATF/OPTEE-Firewalling
# ATF Firewall Test
U-Boot SPL 2024.01-rc5-00685-g8e966931a04b-dirty (Dec 29 2023 - 13:31:58 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
EEPROM not available at 0x50, trying to read at 0x51
SPL initial stack usage: 13432 bytes
Trying to boot from UART
CLoaded 1004843 bytes
Loading Environment from nowhere... OK
init_env from device 7 not supported!
Starting ATF on ARM64 core...
NOTICE: BL31: v2.9(release):v2.9.0-614-gd7a7135d32-dirty
NOTICE: BL31: Built : 09:34:15, Aug 24 2023
I/TC:
I/TC: OP-TEE version: 4.0.0 (gcc version 11.4.0 (GCC)) #1 Fri Oct 20 18:29:31 UTC 2023 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: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (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.01-rc5-00685-g8e966931a04b-dirty (Dec 29 2023 - 13:32:15 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
Trying to boot from UART
CLoaded 1333107 bytes
U-Boot 2024.01-rc5-00685-g8e966931a04b-dirty (Dec 29 2023 - 13:32:15 +0530)
SoC: J721S2 SR1.0 HS-FS
Model: Texas Instruments AM68 SK
Board: AM68-SK-SOM rev E1
DRAM: 16 GiB
Core: 83 devices, 29 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 mdio_freq:1000000
Net: eth0: ethernet@46000000port@1
Hit any key to stop autoboot: 2 0
=>
=>
=>
=>
=>
=>
=>
=>
=> version
U-Boot 2024.01-rc5-00685-g8e966931a04b-dirty (Dec 29 2023 - 13:32:15 +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 'x.x.x.x'
=> 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_dhcp=devtype=dhcp; run boot_net_usb_start; if dhcp ${scriptaddr} ${boot_script_dhcp}; then source ${scriptaddr}; fi;setenv efi_fdtfile ${fdtfile}; setenv efi_old_vci ${bootp_vci};setenv efi_old_arch ${bootp_arch};setenv bootp_vci PXEClient:Arch:00011:UNDI:003000;setenv bootp_arch 0xb;if dhcp ${kernel_addr_r}; then tftpboot ${fdt_addr_r} dtb/${efi_fdtfile};if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r}; else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi;fi;setenv bootp_vci ${efi_old_vci};setenv bootp_arch ${efi_old_arch};setenv efi_fdtfile;setenv efi_old_arch;setenv efi_old_vci;
bootcmd_mmc0=devnum=0; run mmc_boot
bootcmd_mmc1=devnum=1; run mmc_boot
bootcmd_pxe=run boot_net_usb_start; dhcp; if pxe get; then pxe boot; fi
bootcmd_ti_mmc=run findfdt; run init_${boot}; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1; then run main_cpsw0_qsgmii_phyinit; fi run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootcmd_usb0=devnum=0; run usb_boot
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
default_device_tree=ti/k3-j721s2-common-proc-board.dtb
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
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=xx:xx:xx:xx:xx:xx
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde99b90
fdtoverlay_addr_r=0x89000000
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = j721s2; then setenv name_fdt ti/k3-j721s2-common-proc-board.dtb; fi; if test $board_name = am68-sk; then setenv name_fdt ti/k3-am68-sk-base-board.dtb; fi; setenv fdtfile ${name_fdt}
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_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=x.x.x.x
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: 10175/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 'x.x.x.x'
=> 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 x.x.x.x (1259 ms)
=> setenv dorprocboot '1'
=> run boot_rprocs
Remote Processors are already initialized
Card did not respond to voltage select! : -110
mmc_init: -95, time 72
** Bad device specification mmc 1 **
Couldn't find partition mmc 1:2
Can't set block device
Card did not respond to voltage select! : -110
mmc_init: -95, time 67
** Bad device specification mmc 1 **
Couldn't find partition mmc 1:2
Can't set block device
Card did not respond to voltage select! : -110
mmc_init: -95, time 67
** Bad device specification mmc 1 **
Couldn't find partition mmc 1:2
Can't set block device
Card did not respond to voltage select! : -110
mmc_init: -95, time 67
** Bad device specification mmc 1 **
Couldn't find partition mmc 1:2
Can't set block device
Card did not respond to voltage select! : -110
mmc_init: -95, time 68
** Bad device specification mmc 1 **
Couldn't find partition mmc 1:2
Can't set block device
Card did not respond to voltage select! : -110
mmc_init: -95, time 67
** Bad device specification mmc 1 **
Couldn't find partition mmc 1:2
Can't set block device
=> 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_dhcp=devtype=dhcp; run boot_net_usb_start; if dhcp ${scriptaddr} ${boot_script_dhcp}; then source ${scriptaddr}; fi;setenv efi_fdtfile ${fdtfile}; setenv efi_old_vci ${bootp_vci};setenv efi_old_arch ${bootp_arch};setenv bootp_vci PXEClient:Arch:00011:UNDI:003000;setenv bootp_arch 0xb;if dhcp ${kernel_addr_r}; then tftpboot ${fdt_addr_r} dtb/${efi_fdtfile};if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r}; else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi;fi;setenv bootp_vci ${efi_old_vci};setenv bootp_arch ${efi_old_arch};setenv efi_fdtfile;setenv efi_old_arch;setenv efi_old_vci;
bootcmd_mmc0=devnum=0; run mmc_boot
bootcmd_mmc1=devnum=1; run mmc_boot
bootcmd_pxe=run boot_net_usb_start; dhcp; if pxe get; then pxe boot; fi
bootcmd_ti_mmc=run findfdt; run init_${boot}; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1; then run main_cpsw0_qsgmii_phyinit; fi run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootcmd_usb0=devnum=0; run usb_boot
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
default_device_tree=ti/k3-j721s2-common-proc-board.dtb
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=x.x.x.x
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=xx:xx:xx:xx:xx:xx
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde99b90
fdtoverlay_addr_r=0x89000000
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = j721s2; then setenv name_fdt ti/k3-j721s2-common-proc-board.dtb; fi; if test $board_name = am68-sk; then setenv name_fdt ti/k3-am68-sk-base-board.dtb; fi; setenv fdtfile ${name_fdt}
finduuid=part uuid ${boot} ${bootpart} uuid
gatewayip=x.x.x.x
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=x.x.x.x
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_fit=fitImage
name_kern=Image
netmask=x.x.x.x
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=x.x.x.x
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: 10306/131067 bytes
=> tftp ${loadaddr} x.x.x.x:vatf_am68_sk-fs-01/7b1228b6b174acf1a6f8334922e314b5
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 x.x.x.x; our IP address is x.x.x.x
Filename 'vatf_am68_sk-fs-01/7b1228b6b174acf1a6f8334922e314b5'.
Load address: 0x82000000
Loading: *################################################## 19.4 MiB
10.3 MiB/s
done
Bytes transferred = 20302336 (135ca00 hex)
=> tftp ${fdt_addr_r} x.x.x.x:vatf_am68_sk-fs-01/1721931e29a60b8f9f7f96100e36dd96
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 x.x.x.x; our IP address is x.x.x.x
Filename 'vatf_am68_sk-fs-01/1721931e29a60b8f9f7f96100e36dd96'.
Load address: 0x88000000
Loading: *################################################## 78.5 KiB
7 MiB/s
done
Bytes transferred = 80375 (139f7 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=x.x.x.x:/opt/NFS_exports/linux/am68_sk-fs/autofs/6c18a6c42723fbd84f843711e760760f,nolock,v3,tcp,rsize=4096,wsize=4096 '
=> printenv bootcmd
## Error: "bootcmd" not defined
=> 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.01-rc5-00685-g8e966931a04b-dirty (Dec 29 2023 - 13:32:15 +0530)
=> bdinfo
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x000000007fffffff
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x000000037fffffff
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffed4000
reloc off = 0x000000007f6d4000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = xx:xx:xx:xx:xx:xx
IP addr = x.x.x.x
fdt_blob = 0x00000000fde99b90
new_fdt = 0x00000000fde99b90
fdt_size = 0x000000000001a220
lmb_dump_all:
memory.cnt = 0x2 / max = 0x10
memory[0] [0x80000000-0xfffffffe], 0x7fffffff bytes flags: 0
memory[1] [0x880000000-0xbfffffffe], 0x37fffffff bytes flags: 0
reserved.cnt = 0x3 / max = 0x10
reserved[0] [0x9e800000-0xa9bfffff], 0x0b400000 bytes flags: 4
reserved[1] [0xfce91000-0xfffffffe], 0x0316efff bytes flags: 0
reserved[2] [0x880000000-0xbffffefff], 0x37ffff000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002880000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde99b80
sp start = 0x00000000fde99b80
Early malloc usage: 2608 / 8000
=>
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x000000007fffffff
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x000000037fffffff
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffed4000
reloc off = 0x000000007f6d4000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = xx:xx:xx:xx:xx:xx
IP addr = x.x.x.x
fdt_blob = 0x00000000fde99b90
new_fdt = 0x00000000fde99b90
fdt_size = 0x000000000001a220
lmb_dump_all:
memory.cnt = 0x2 / max = 0x10
memory[0] [0x80000000-0xfffffffe], 0x7fffffff bytes flags: 0
memory[1] [0x880000000-0xbfffffffe], 0x37fffffff bytes flags: 0
reserved.cnt = 0x3 / max = 0x10
reserved[0] [0x9e800000-0xa9bfffff], 0x0b400000 bytes flags: 4
reserved[1] [0xfce91000-0xfffffffe], 0x0316efff bytes flags: 0
reserved[2] [0x880000000-0xbffffefff], 0x37ffff000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002880000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde99b80
sp start = 0x00000000fde99b80
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 000000008ffff9f6 ... OK
Working FDT set to 8ffe9000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.1.46-g5da2f861d7 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Thu Nov 30 22:19:30 UTC 2023
[ 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 0x0000000bc7e00000, 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-0x0000000bffffefff]
[ 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-0x00000000ffffefff]
[ 0.000000] node 0: [mem 0x0000000880000000-0x0000000bffffefff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000bffffefff]
[ 0.000000] On node 0, zone Normal: 1 pages in unavailable ranges
[ 0.000000] On node 0, zone Normal: 1 pages in unavailable ranges
[ 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 19 pages/cpu s37992 r8192 d31640 u77824
[ 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: 4128766
[ 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=x.x.x.x:/opt/NFS_exports/linux/am68_sk-fs/autofs/6c18a6c42723fbd84f843711e760760f,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: 15428432K/16777208K available (12288K kernel code, 1266K rwdata, 4020K rodata, 2112K init, 438K bss, 431272K 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.010477] Console: colour dummy device 80x25
[ 0.016188] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.029528] pid_max: default: 32768 minimum: 301
[ 0.035451] LSM: Security Framework initializing
[ 0.041454] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.051180] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.062510] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.071772] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.079607] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.088840] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.096729] rcu: Hierarchical SRCU implementation.
[ 0.102852] rcu: Max phase no-delay instances is 1000.
[ 0.109745] Platform MSI: msi-controller@1820000 domain created
[ 0.117481] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.129202] EFI services will not be available.
[ 0.135130] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.160833] Detected PIPT I-cache on CPU1
[ 0.160911] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.160930] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
[ 0.160972] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.161040] smp: Brought up 1 node, 2 CPUs
[ 0.197721] SMP: Total of 2 processors activated.
[ 0.203727] CPU features: detected: 32-bit EL0 Support
[ 0.210294] CPU features: detected: CRC32 instructions
[ 0.216889] CPU: All CPU(s) started at EL2
[ 0.222117] alternatives: applying system-wide alternatives
[ 0.230326] devtmpfs: initialized
[ 0.242428] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.254911] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.279727] pinctrl core: initialized pinctrl subsystem
[ 0.286795] DMI not present or invalid.
[ 0.292117] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.300717] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[ 0.310304] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.320722] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.331001] audit: initializing netlink subsys (disabled)
[ 0.338067] audit: type=2000 audit(0.180:1): state=initialized audit_enabled=0 res=1
[ 0.338354] thermal_sys: Registered thermal governor 'step_wise'
[ 0.347972] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.355763] cpuidle: using governor menu
[ 0.369213] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.377923] ASID allocator initialised with 65536 entries
[ 0.395540] platform 4800000.dsi: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
[ 0.405913] platform 4800000.dsi: Fixed dependency cycle(s) with /bus@100000/bus@28380000/i2c@40b10000/dsi-edp-bridge@2c
[ 0.421908] platform hdmi-connector: Fixed dependency cycle(s) with /dvi-bridge
[ 0.431296] platform 4a00000.dss: Fixed dependency cycle(s) with /dvi-bridge
[ 0.440540] KASLR disabled due to lack of seed
[ 0.449896] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.458578] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.466581] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.475249] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.483250] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.491917] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.499922] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.508588] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.517600] k3-chipinfo 43000014.chipid: Family:J721S2 rev:SR1.0 JTAGID[0x0bb7502f] Detected
[ 0.529549] iommu: Default domain type: Translated
[ 0.535781] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.543951] SCSI subsystem initialized
[ 0.548974] usbcore: registered new interface driver usbfs
[ 0.556006] usbcore: registered new interface driver hub
[ 0.562802] usbcore: registered new device driver usb
[ 0.569577] pps_core: LinuxPPS API ver. 1 registered
[ 0.575919] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.587591] PTP clock support registered
[ 0.592698] EDAC MC: Ver: 3.0.0
[ 0.597475] FPGA manager framework
[ 0.601868] Advanced Linux Sound Architecture Driver Initialized.
[ 0.610196] clocksource: Switched to clocksource arch_sys_counter
[ 0.618168] VFS: Disk quotas dquot_6.6.0
[ 0.623215] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.635719] NET: Registered PF_INET protocol family
[ 0.642464] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.658734] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.669876] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.679804] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.690661] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.701386] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.710004] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.718909] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.728495] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.736151] RPC: Registered named UNIX socket transport module.
[ 0.743735] RPC: Registered udp transport module.
[ 0.749741] RPC: Registered tcp transport module.
[ 0.755744] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.763971] NET: Registered PF_XDP protocol family
[ 0.770098] PCI: CLS 0 bytes, default 64
[ 0.775528] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.787110] Initialise system trusted keyrings
[ 0.792955] workingset: timestamp_bits=46 max_order=22 bucket_order=0
[ 0.803621] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.811470] NFS: Registering the id_resolver key type
[ 0.817953] Key type id_resolver registered
[ 0.823294] Key type id_legacy registered
[ 0.828444] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.837005] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.870843] Key type asymmetric registered
[ 0.876075] Asymmetric key parser 'x509' registered
[ 0.882342] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.891901] io scheduler mq-deadline registered
[ 0.897696] io scheduler kyber registered
[ 0.905323] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
[ 0.912890] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
[ 0.920387] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
[ 0.927932] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
[ 0.935229] pinctrl-single 11c000.pinctrl: 72 pins, size 288
[ 0.947145] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
[ 0.960848] loop: module loaded
[ 0.965770] megasas: x.x.x.x-rc1
[ 0.972509] tun: Universal TUN/TAP device driver, 1.6
[ 0.979483] thunder_xcv, ver 1.0
[ 0.983634] thunder_bgx, ver 1.0
[ 0.987778] nicpf, ver 1.0
[ 0.991355] e1000: Intel(R) PRO/1000 Network Driver
[ 0.997583] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 1.004944] e1000e: Intel(R) PRO/1000 Network Driver
[ 1.011282] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.018858] igb: Intel(R) Gigabit Ethernet Network Driver
[ 1.025751] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 1.032878] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 1.040881] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 1.048534] sky2: driver version 1.30
[ 1.053759] VFIO - User Level meta-driver version: 0.3
[ 1.060877] usbcore: registered new interface driver usb-storage
[ 1.069011] i2c_dev: i2c /dev entries driver
[ 1.075292] sdhci: Secure Digital Host Controller Interface driver
[ 1.083202] sdhci: Copyright(c) Pierre Ossman
[ 1.088922] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.096580] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.104399] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.112857] usbcore: registered new interface driver usbhid
[ 1.119981] usbhid: USB HID core driver
[ 1.125571] 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.131274] optee: revision 4.0 (2a5b1d12)
[ 1.151826] optee: dynamic shared memory is enabled
[ 1.163572] optee: initialized driver
[ 1.169701] Initializing XFRM netlink socket
[ 1.175206] NET: Registered PF_PACKET protocol family
[ 1.181712] Key type dns_resolver registered
[ 1.187439] registered taskstats version 1
[ 1.192694] Loading compiled-in X.509 certificates
[ 1.211900] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
[ 1.250263] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.258118] pca953x 1-0020: supply vcc not found, using dummy regulator
[ 1.266670] pca953x 1-0020: using no AI
[ 1.295502] omap_i2c 40b10000.i2c: bus 1 rev0.12 at 100 kHz
[ 1.303563] pca953x 2-0021: supply vcc not found, using dummy regulator
[ 1.312115] pca953x 2-0021: using no AI
[ 1.338889] omap_i2c 2000000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.346451] omap_i2c 2040000.i2c: bus 3 rev0.12 at 400 kHz
[ 1.353938] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 125 domain created
[ 1.364617] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 148 domain created
[ 1.376292] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 227 domain created
[ 1.387054] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 265 created
[ 1.399978] ti-udma 311a0000.dma-controller: Number of rings: 48
[ 1.408389] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8, rchan: 16)
[ 1.419903] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:272
[ 1.432268] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.440718] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.451830] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:259
[ 1.464538] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.472986] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.482899] printk: console [ttyS2] disabled
[ 1.488404] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 216, base_baud = 3000000) is a 8250
[ 1.499485] printk: console [ttyS2] enabled
[ 1.499485] printk: console [ttyS2] enabled
[ 1.510042] printk: bootconsole [ns16550a0] disabled
[ 1.510042] printk: bootconsole [ns16550a0] disabled
[ 1.524240] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.570212] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.580944] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.591292] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.607373] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.616386] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.624267] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0
[ 1.641290] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:250000000, add_val:3 pps:0
[ 1.704566] omap-mailbox 31f80000.mailbox: no available mbox devices found
[ 1.713351] omap-mailbox 31f81000.mailbox: no available mbox devices found
[ 1.722041] omap-mailbox 31f82000.mailbox: no available mbox devices found
[ 1.730716] omap-mailbox 31f83000.mailbox: no available mbox devices found
[ 1.739382] omap-mailbox 31f84000.mailbox: no available mbox devices found
[ 1.748049] omap-mailbox 31f85000.mailbox: no available mbox devices found
[ 1.756716] omap-mailbox 31f86000.mailbox: no available mbox devices found
[ 1.765382] omap-mailbox 31f87000.mailbox: no available mbox devices found
[ 1.774046] omap-mailbox 31f88000.mailbox: no available mbox devices found
[ 1.782716] omap-mailbox 31f89000.mailbox: no available mbox devices found
[ 1.791385] omap-mailbox 31f8a000.mailbox: no available mbox devices found
[ 1.800047] omap-mailbox 31f8b000.mailbox: no available mbox devices found
[ 1.808709] omap-mailbox 31f90000.mailbox: no available mbox devices found
[ 1.817372] omap-mailbox 31f91000.mailbox: no available mbox devices found
[ 1.826035] omap-mailbox 31f92000.mailbox: no available mbox devices found
[ 1.834698] omap-mailbox 31f93000.mailbox: no available mbox devices found
[ 1.843359] omap-mailbox 31f94000.mailbox: no available mbox devices found
[ 1.852024] omap-mailbox 31f95000.mailbox: no available mbox devices found
[ 1.860686] omap-mailbox 31f96000.mailbox: no available mbox devices found
[ 1.869348] omap-mailbox 31f97000.mailbox: no available mbox devices found
[ 1.878011] omap-mailbox 31f98000.mailbox: no available mbox devices found
[ 1.886678] omap-mailbox 31f99000.mailbox: no available mbox devices found
[ 1.895341] omap-mailbox 31f9a000.mailbox: no available mbox devices found
[ 1.904005] omap-mailbox 31f9b000.mailbox: no available mbox devices found
[ 1.914442] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[ 1.926946] ti-udma 31150000.dma-controller: Channels: 60 (tchan: 30, rchan: 30, gp-rflow: 16)
[ 2.145641] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[ 2.151943] 7 fixed-partitions partitions found on MTD device 47040000.spi.0
[ 2.160741] Creating 7 MTD partitions on "47040000.spi.0":
[ 2.167581] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[ 2.175231] 0x000000080000-0x000000280000 : "ospi.tispl"
[ 2.182493] 0x000000280000-0x000000680000 : "ospi.u-boot"
[ 2.189818] 0x000000680000-0x0000006c0000 : "ospi.env"
[ 2.196818] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
[ 2.204652] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 2.212015] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[ 2.224499] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 2.270209] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 2.280916] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 2.291264] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 2.307356] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 2.316370] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 2.324197] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0
[ 2.432059] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 2.517038] debugfs: Directory 'pd:39' with parent 'pm_genpd' already present!
[ 2.526224] debugfs: Directory 'pd:38' with parent 'pm_genpd' already present!
[ 2.526351] mmc1: CQHCI version 5.10
[ 2.536620] debugfs: Directory 'pd:154' with parent 'pm_genpd' already present!
[ 2.580830] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 2.678346] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 2.690193] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 7.803381] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 7.834198] Sending DHCP requests ., OK
[ 7.854993] IP-Config: Got DHCP answer from x.x.x.x, my address is x.x.x.x
[ 7.864658] IP-Config: Complete:
[ 7.868680] device=eth0, hwaddr=xx:xx:xx:xx:xx:xx, ipaddr=x.x.x.x, mask=x.x.x.x, gw=x.x.x.x
[ 7.881373] host=x.x.x.x, domain=ti.com, nis-domain=(none)
[ 7.889402] bootserver=x.x.x.x, rootserver=x.x.x.x, rootpath=
[ 7.889405] nameserver0=x.x.x.x, nameserver1=x.x.x.x
[ 7.910983] ALSA device list:
[ 7.914691] No soundcards found.
[ 7.932172] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 7.939867] devtmpfs: mounted
[ 7.944547] Freeing unused kernel memory: 2112K
[ 7.958278] Run /sbin/init as init process
[ 8.100127] systemd[1]: System time before build time, advancing clock.
[ 8.192329] NET: Registered PF_INET6 protocol family
[ 8.200341] Segment Routing with IPv6
[ 8.204943] In-situ OAM (IOAM) with IPv6
[ 8.233720] 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.273202] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.10[0m!
[ 8.355913] systemd[1]: Hostname set to <j721s2-evm>.
[ 8.478781] systemd[129]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 8.494750] systemd-sysv-generator[138]: SysV service '/etc/init.d/netopeer2-server' 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.526062] systemd-sysv-generator[138]: SysV service '/etc/init.d/sysrepo' 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.556989] systemd-sysv-generator[138]: 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.756913] 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.818132] 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.889924] systemd[1]: Queued start job for default target Graphical Interface.
[ 8.938925] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 8.964148] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 8.992058] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 9.019691] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 9.042504] 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.070401] 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.098503] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 9.122294] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 9.146279] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 9.170281] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 9.226856] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 9.254400] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 9.284160] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 9.310570] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 9.335638] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 9.359227] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 9.382690] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 9.407624] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 9.436770] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 9.462601] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 9.487531] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 9.534663] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 9.561902] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 9.589938] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 9.614648] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 9.636273] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 9.663132] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 9.693898] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 9.746875] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 9.768679] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 9.800294] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 9.840531] fuse: init (API version 7.37)
[ 9.850460] random: crng init done
[ 9.867052] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 9.890779] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 9.923605] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 9.946571] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 9.984049] cryptodev: loading out-of-tree module taints kernel.
[ 9.992293] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel co[ 10.002854] cryptodev: driver 1.12 loaded.
mmand line[0m...
[ 10.030785] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 10.062836] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 10.107334] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 10.131896] 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.518339] systemd-journald[153]: 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...
[ 10.737866] audit: type=1334 audit(1651167747.632:2): prog-id=5 op=LOAD
[ 10.748233] audit: type=1334 audit(1651167747.644: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] Found device [0;1;39m/dev/ttyS2[0m.
[ 11.343467] CAN device driver interface
[ 11.349718] systemd-journald[153]: Oldest entry in /run/log/journal/b628b70ab5b24b268cd20509e1e6a085/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronizatio[ 11.376532] systemd-journald[153]: /run/log/journal/b628b70ab5b24b268cd20509e1e6a085/system.journal: Journal header limits reached or header out-of-date, rotating.
n[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Initialization[0m.
[[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary [ 11.432947] mc: Linux media interface: v0.10
Directories[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.
[[0;32m OK [0m] Started [0;1;39mDaily rotation of log files[0m.
[[0;32m OK [0m] Reached target [0;1;39mTimer Units[0m.
[[0;32m OK [0m] Listening on [0;1;39mAvahi mDNS/DNS-SD Stack Activation Socket[0m.
[ 11.520886] videodev: Linux video capture interface: v2.00
[[0;32m OK [0m] Listening on [0;1;39mD-Bus System Message Bus Socket[0m.
[ 11.551191] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
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...
[ 11.652070] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000
[ 11.663773] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000
[ 11.675546] j721e-pcie-host 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
Starting [0;1;39mD-Bus System Message Bus[0m...
Starting [0;1;39mReboot and dump vmcore via kexec[0m...
[[0;32m OK [0m] Listening on [0;1;39mDocker Socket for the API[0m.
[[0;32m OK [0m] Listening on [0;1;39mWeston socket[0m.
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m.
[ 11.764890] k3-dsp-rproc 64800000.dsp: device does not reserved memory regions, ret = -22
[[0;32m OK [0m] Finished [0;1;39mReboot and dump vmcore via kexec[0m.
[ 11.878263] k3-dsp-rproc 64800000.dsp: reserved memory init failed, ret = -22
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0[ 11.894461] at24 0-0051: supply vcc not found, using dummy regulator
m.
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.
[ 11.933451] remoteproc remoteproc0: releasing 64800000.dsp
[ 11.941018] PVR_K: 194: Device: 4e20000000.gpu
[ 11.950227] k3-dsp-rproc: probe of 64800000.dsp failed with error -22
[ 11.959867] PVR_K: 194: Read BVNC x.x.x.x from HW device registers
[[0;32m OK [0m] Started [0;1;39mJob spooling tools[0m.
[[0;32m OK [0m] Started [0;1;39mPeriodic Command Scheduler[ 11.991378] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[0m.
[ 11.993294] k3-dsp-rproc 65800000.dsp: device does not reserved memory regions, ret = -22
[ 12.018310] at24 0-0051: 65536 byte 24c512 EEPROM, writable, 1 bytes/write
Starting [0;1;39mPrint notice about GPLv3 packages[0m...
[ 12.044212] k3-dsp-rproc 65800000.dsp: reserved memory init failed, ret = -22
Starting [0;1;39mIPv6 Packet Filtering Framework[0m...
Starting [0;1;39mIPv4 Packet Filtering Framework[0m...
[ 12.092203] remoteproc remoteproc1: releasing 65800000.dsp
[ 12.103991] PVR_K: 194: RGX Device registered BVNC x.x.x.x with 1 core in the system
[[0;32m OK [0m] Started [0;1;39mirqbalance daemon[0m.
[ 12.122680] [drm] Initialized pvr 23.2.6460340 20170530 for 4e20000000.gpu on minor 0
[ 12.130981] k3-dsp-rproc: probe of 65800000.dsp failed with error -22
[ 12.150645] platform 41000000.r5f: configured R5F for IPC-only mode
[ 12.163818] platform 41000000.r5f: device does not have reserved memory regions, ret = -22
Starting [0;1;39mLighttpd Daemon[0m...
[[0;32m OK [0m] Started [0;1;39mstrongSwan IPsec IIKEv2 daemon using ipsec.conf[0m.
[ 12.220372] audit: type=1334 audit(1703837390.166:4): prog-id=7 op=LOAD
[ 12.238234] audit: type=1334 audit(1703837390.178: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;1;31mFAILED[0m] Failed to start [0;1;39mPrint notice about GPLv3 packages[0m.
See 'systemctl status gplv3-notice.service' for details.
[[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] Started [0;1;39mLighttpd Daemon[0m.
[[0;32m OK [0m] Finished [0;1;39mTelnet Server[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m.
Starting [0;1;39mNetwork Configuration[0m...
[ 12.474612] k3_r5_rproc bus@100000:bus@28380000:r5fss@41000000: reserved memory init failed, ret = -22
[ 12.488027] remoteproc remoteproc0: releasing 41000000.r5f
[ 12.498359] k3_r5_rproc bus@100000:bus@28380000:r5fss@41000000: k3_r5_cluster_rproc_init failed, ret = -22
[ 12.510978] k3_r5_rproc: probe of bus@100000:bus@28380000:r5fss@41000000 failed with error -22
[ 12.790744] platform 5c00000.r5f: configured R5F for remoteproc mode
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[ 12.890380] platform 5c00000.r5f: device does not have reserved memory regions, ret = -22
[ 12.940374] k3_r5_rproc bus@100000:r5fss@5c00000: reserved memory init failed, ret = -22
[ 12.962595] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0000:00
[ 12.967013] remoteproc remoteproc0: releasing 5c00000.r5f
[ 12.986645] k3_r5_rproc bus@100000:r5fss@5c00000: k3_r5_cluster_rproc_init failed, ret = -22
[ 13.005683] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 13.006447] k3_r5_rproc: probe of bus@100000:r5fss@5c00000 failed with error -22
[ 13.037044] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 13.052774] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x18001000-0x18010fff])
[ 13.089075] pci_bus 0000:00: root bus resource [mem 0x18011000-0x1fffffff]
[ 13.099267] pci 0000:00:00.0: [104c:b013] type 01 class 0x060400
[ 13.107558] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 13.107657] pci 0000:00:00.0: supports D1
[ 13.130555] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 13.139420] pci 0000:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
[ 13.149271] pci 0000:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
[ 13.165576] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 13.177321] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 13.187662] pci 0000:00:00.0: BAR 7: assigned [mem 0x18400000-0x193fffff 64bit]
[ 13.198483] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 13.204765] platform 5e00000.r5f: configured R5F for remoteproc mode
[ 13.215224] pcieport 0000:00:00.0: PME: Signaling with IRQ 493
[ 13.230031] pcieport 0000:00:00.0: AER: enabled with IRQ 493
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
[ 13.319868] platform 5e00000.r5f: device does not have reserved memory regions, ret = -22
[ 13.332493] k3_r5_rproc bus@100000:r5fss@5e00000: reserved memory init failed, ret = -22
[ 13.343553] remoteproc remoteproc0: releasing 5e00000.r5f
[ 13.350731] k3_r5_rproc bus@100000:r5fss@5e00000: k3_r5_cluster_rproc_init failed, ret = -22
Starting [0;1;39mNetwork Name Resolution[0m...
[ 13.423410] m_can_platform 40528000.can: m_can device registered (irq=496, version=32)
[ 13.530373] k3_r5_rproc: probe of bus@100000:r5fss@5e00000 failed with error -22
[ 13.540364] m_can_platform 40568000.can: m_can device registered (irq=497, version=32)
[ 13.656550] m_can_platform 2761000.can: m_can device registered (irq=500, version=32)
[[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 Nam[ 13.788965] m_can_platform 2771000.can: m_can device registered (irq=502, version=32)
e 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;1;31mFAILED[0m] Failed to start [0;1;39mEnable andfigure wl18xx bluetooth stack[0m.
See 'systemctl status bt-enable.service' for details.
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD 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...
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.
[ 14.303001] audit: type=1334 audit(1703837392.250:6): prog-id=9 op=LOAD
[ 14.314727] audit: type=1334 audit(1703837392.258: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...
[ 15.250712] audit: type=1006 audit(1703837393.198:8): pid=415 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 15.281693] audit: type=1300 audit(1703837393.198:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffffd14c738 a2=4 a3=ffffb510f020 items=0 ppid=1 pid=415 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)
[ 15.340379] audit: type=1327 audit(1703837393.198:8): proctitle="(systemd)"
[[0;32m OK [0m] Started [0;1;39mUser Manager for UID 1000[0m.
[ 15.809276] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
[[0;32m OK [0m] Started [0;1;39mSession c1 of User weston[0m.
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
[ 15.876534] audit: type=1006 audit(1703837393.822:9): pid=376 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[ 15.899985] audit: type=1300 audit(1703837393.822:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffffd14c738 a2=4 a3=ffffb510f020 items=0 ppid=1 pid=376 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.937306] audit: type=1327 audit(1703837393.822:9): proctitle="(weston)"
[ 15.967125] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 1
[ 16.042074] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtim[ 16.078340] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
e[0m.
[ 16.093183] xhci-hcd xhci-hcd.0.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010
[ 16.106795] xhci-hcd xhci-hcd.0.auto: irq 485, io mem 0x06010000
[ 16.135189] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 16.149255] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
[ 16.159499] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
[ 16.184576] Console: switching to colour frame buffer device 100x37
[ 16.193422] tidss 4a00000.dss: [drm] fb0: tidssdrmfb frame buffer device
[ 16.202550] hub 1-0:1.0: USB hub found
[ 16.207496] hub 1-0:1.0: 1 port detected
[ 16.215795] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 16.241835] hub 2-0:1.0: USB hub found
[ 16.249815] hub 2-0:1.0: 1 port detected
[ 16.391212] PVR_K: 376: RGX Firmware image 'rgx.fw.x.x.x.x' loaded
[ 16.407323] PVR_K: 376: Shader binary image 'rgx.sh.x.x.x.x' loaded
[ 16.474251] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[[0;32m OK [0m] Started [0;1;39mWeston, a Wayland mposit[ 16.700239] hub 1-1:1.0: USB hub found
or, as a system service[0m.
[ 16.707826] hub 1-1:1.0: 4 ports detected
Starting [0;1;39mMatrix GUI[0m...
[ 16.826477] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
[ 16.855857] hub 2-1:1.0: USB hub found
[ 16.862848] hub 2-1:1.0: 4 ports detected
[ 17.022280] usb 1-1.1: new high-speed USB device number 3 using xhci-hcd
[[0;32m OK [0m] Started [0;1;39mMatrix GUI[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.
[ 17.214373] usb 2-1.3: new SuperSpeed USB device number 3 using xhci-hcd
[ 17.254625] usb-storage 2-1.3:1.0: USB Mass Storage device detected
[ 17.272581] scsi host0: usb-storage 2-1.3:1.0
[ 17.363310] usb 2-1.4: new SuperSpeed USB device number 4 using xhci-hcd
[ 17.422582] hub 2-1.4:1.0: USB hub found
[ 17.431249] hub 2-1.4:1.0: 4 ports detected
[ 17.486240] usb 1-1.4: new high-speed USB device number 4 using xhci-hcd
[ 17.624924] hub 1-1.4:1.0: USB hub found
[ 17.632077] hub 1-1.4:1.0: 4 ports detected
[ 17.759797] usb 2-1.4.4: new SuperSpeed USB device number 5 using xhci-hcd
[ 17.827026] hub 2-1.4.4:1.0: USB hub found
[ 17.837150] hub 2-1.4.4:1.0: 4 ports detected
[ 17.948669] usb 1-1.1: set resolution quirk: cval->res = 384
[ 17.958401] usb 1-1.4.4: new high-speed USB device number 5 using xhci-hcd
[ 17.966938] usb 1-1.1: Found UVC 1.00 device C270 HD WEBCAM (046d:0825)
[ 17.978615] usbcore: registered new interface driver snd-usb-audio
[ 18.055908] input: C270 HD WEBCAM as /devices/platform/bus@100000/4104000.cdns-usb/6000000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.1/1-1.1:1.0/input/input0
[ 18.077674] usbcore: registered new interface driver uvcvideo
[ 18.121218] hub 1-1.4.4:1.0: USB hub found
[ 18.128836] hub 1-1.4.4:1.0: 4 ports detected
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project j721s2-evm -
Arago 2023.10 j721s2-evm -
j721s2-evm login: [ 18.301572] scsi 0:0:0:0: Direct-Access USB3.0 FLASH DRIVE PMAP PQ: 0 ANSI: 6
[ 18.317473] sd 0:0:0:0: [sda] 60628992 512-byte logical blocks: (31.0 GB/28.9 GiB)
[ 18.332541] sd 0:0:0:0: [sda] Write Protect is off
[ 18.345384] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 18.425145] sda: sda1
[ 18.431167] sd 0:0:0:0: [sda] Attached SCSI removable disk
root
[ 18.853769] audit: type=1006 audit(1703837396.798:10): pid=497 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 18.871193] audit: type=1300 audit(1703837396.798:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=fffffd14c738 a2=1 a3=ffffb510f020 items=0 ppid=1 pid=497 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)
[ 18.904637] audit: type=1327 audit(1703837396.798:10): proctitle="(systemd)"
[ 18.918029] audit: type=1334 audit(1703837396.854:11): prog-id=11 op=LOAD
[ 18.926752] audit: type=1300 audit(1703837396.854:11): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffd77c8890 a2=78 a3=0 items=0 ppid=1 pid=497 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)
[ 18.959732] audit: type=1327 audit(1703837396.854:11): proctitle="(systemd)"
[ 18.986693] audit: type=1334 audit(1703837396.862:12): prog-id=11 op=UNLOAD
[ 19.614548] cdns-csi2rx: probe of 4504000.csi-bridge failed with error -22
7[r[999;999H[6n[ 20.088719] EXT4-fs (sda1): recovery complete
[ 20.094291] EXT4-fs (sda1): mounted filesystem with ordered data mode. Quota mode: none.
[ 21.900710] cdns-csi2rx: probe of 4514000.csi-bridge failed with error -22
root@j721s2-evm:~# uname -a
Linux j721s2-evm 6.1.46-g5da2f861d7 #1 SMP PREEMPT Thu Nov 30 22:19:30 UTC 2023 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=x.x.x.x:/opt/NFS_exports/linux/am68_sk-fs/autofs/6c18a6c42723fbd84f843711e760760f,nolock,v3,tcp,rsize=4096,wsize=4096
root@j721s2-evm:~# uname -a
Linux j721s2-evm 6.1.46-g5da2f861d7 #1 SMP PREEMPT Thu Nov 30 22:19:30 UTC 2023 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
root@j721s2-evm:~# ls -l /lib/firmware; ls -lR /lib/firmware/ipc
total 27852
-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 478552 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4295688 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 151552 Mar 9 2018 rgx.fw.x.x.x.x
-rw-r--r-- 1 root root 383136 Mar 9 2018 rgx.sh.x.x.x.x
-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 478552 Mar 9 2018 tee-pa[ 44.158516] systemd-journald[153]: Time jumped backwards, rotating.
ger_v2.bin
-rw-r--r-- 1 root root 478552 Mar 9 2018 tee-raw.bin
-rw-r--r-- 1 root root 478580 Mar 9 2018 tee.bin
-rw-r--r-- 1 root root 4295688 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 3 0 0 0 0 0 8 3 0 0 0 0 0 0
31 1 mtdblock1 28 0 224 8 0 0 0 0 0 16 8 0 0 0 0 0 0
31 2 mtdblock2 29 0 232 8 0 0 0 0 0 12 8 0 0 0 0 0 0
31 3 mtdblock3 10 0 80 3 0 0 0 0 0 8 3 0 0 0 0 0 0
31 4 mtdblock4 10 0 80 3 0 0 0 0 0 8 3 0 0 0 0 0 0
31 5 mtdblock5 26 0 208 7 0 0 0 0 0 12 7 0 0 0 0 0 0
31 6 mtdblock6 10 0 80 41 0 0 0 0 0 44 41 0 0 0 0 0 0
8 0 sda 250 13 16210 404 1 0 8 4 0 436 408 0 0 0 0 0 0
8 1 sda1 212 13 15010 300 1 0 8 4 0 312 304 0 0 0 0 0 0
root@j721s2-evm:~# cat /proc/interrupts
CPU0 CPU1
11: 4624 5217 GICv3 30 Level arch_timer
14: 0 0 GICv3 23 Level arm-pmu
15: 1993 0 GICv3 69 Level 32c00000.mailbox thr_011
16: 4 0 GICv3 928 Level 42120000.i2c
17: 722 0 GICv3 885 Level 40b10000.i2c
18: 42 0 GICv3 232 Level 2000000.i2c
19: 0 0 GICv3 236 Level 2040000.i2c
68: 73139 791 MSI-INTA 17825888 Level 46000000.ethernet-tx0
70: 100887 0 MSI-INTA 17825890 Level 46000000.ethernet
88: 1139 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: 614 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
477: 0 0 GICv3 632 Level 4800000.dsi
478: 0 0 GICv3 362 Edge j721e-pcie-link-down-irq
481: 164 0 GICv3 56 Level pvrsrvkm
483: 0 0 GICv3 214 Level vpu_irq
485: 1418 0 GICv3 128 Level xhci-hcd:usb1
488: 0 0 GICv3 152 Level 6000000.usb
491: 0 0 GICv3 43 Level 4e10000.rng
493: 0 0 ITS-MSI 0 Edge PCIe PME, aerdrv
495: 931 0 GICv3 634 Level tidss
IPI0: 2950 14547 Rescheduling interrupts
IPI1: 3522 7467 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: 27 51 IRQ work interrupts
IPI6: 0 0 CPU wake-up interrupts
Err: 0
root@j721s2-evm:~# cat /proc/softirqs
CPU0 CPU1
HI: 11 2
TIMER: 1642 2047
NET_TX: 8 0
NET_RX: 147323 847
BLOCK: 0 0
IRQ_POLL: 0 0
TASKLET: 7604 48
SCHED: 2453 2113
HRTIMER: 0 0
RCU: 8721 12310
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:~# depmod -a
root@j721s2-evm:~# lsmod
Module Size Used by
cdns_csi2rx 20480 0
v4l2_fwnode 20480 1 cdns_csi2rx
uvcvideo 110592 0
snd_usb_audio 303104 0
videobuf2_vmalloc 16384 1 uvcvideo
snd_hwdep 20480 1 snd_usb_audio
snd_usbmidi_lib 32768 1 snd_usb_audio
snd_rawmidi 36864 1 snd_usbmidi_lib
xhci_plat_hcd 16384 0
omap_rng 16384 0
panel_edp 36864 0
cdns3 45056 0
cdns_usb_common 20480 1 cdns3
overlay 122880 0
crct10dif_ce 16384 1
display_connector 16384 0
phy_can_transceiver 16384 4
ti_tfp410 16384 0
cfg80211 385024 0
rfkill 24576 2 cfg80211
wave5 94208 0
ti_sn65dsi86 24576 0
at24 20480 0
pvrsrvkm 1241088 27
ti_k3_r5_remoteproc 28672 0
drm_display_helper 139264 2 panel_edp,ti_sn65dsi86
j721e_csi2rx 24576 0
v4l2_mem2mem 36864 1 wave5
videobuf2_dma_contig 20480 2 j721e_csi2rx,wave5
drm_dp_aux_bus 16384 2 panel_edp,ti_sn65dsi86
videobuf2_memops 16384 2 videobuf2_vmalloc,videobuf2_dma_contig
cdns_dsi 20480 0
videobuf2_v4l2 32768 4 j721e_csi2rx,uvcvideo,v4l2_mem2mem,wave5
ti_k3_dsp_remoteproc 16384 0
tidss 61440 6
virtio_rpmsg_bus 20480 0
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
rpmsg_ns 16384 1 virtio_rpmsg_bus
drm_dma_helper 20480 1 tidss
ti_k3_common 16384 1 ti_k3_dsp_remoteproc
cdns_dphy 16384 0
k3_j72xx_bandgap 16384 0
drm_kms_helper 184320 9 drm_dma_helper,display_connector,drm_display_helper,ti_sn65dsi86,cdns_dsi,tidss,ti_tfp410
videodev 245760 8 v4l2_async,j721e_csi2rx,videobuf2_v4l2,uvcvideo,cdns_csi2rx,videobuf2_common,v4l2_mem2mem,wave5
pci_j721e_host 16384 0
syscopyarea 16384 1 drm_kms_helper
sysfillrect 16384 1 drm_kms_helper
pci_j721e 16384 1 pci_j721e_host
sa2ul 36864 0
sysimgblt 16384 1 drm_kms_helper
cdns_dphy_rx 16384 0
fb_sys_fops 16384 1 drm_kms_helper
cdns3_ti 16384 0
pcie_cadence_host 16384 1 pci_j721e_host
mc 57344 9 v4l2_async,videodev,j721e_csi2rx,snd_usb_audio,videobuf2_v4l2,uvcvideo,cdns_csi2rx,videobuf2_common,v4l2_mem2mem
m_can_platform 16384 0
pwm_tiehrpwm 16384 0
m_can 24576 1 m_can_platform
pcie_cadence 16384 2 pcie_cadence_host,pci_j721e_host
can_dev 36864 1 m_can
rti_wdt 16384 0
optee_rng 16384 0
rng_core 20480 2 optee_rng,omap_rng
cryptodev 53248 0
drm 561152 20 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 475136 40
root@j721s2-evm:~# devmem2 0x70000000
/dev/mem opened.[ 64.024411] SError Interrupt on CPU0, code 0x00000000bf000002 -- SError
[ 64.024430] CPU: 0 PID: 598 Comm: devmem2 Tainted: G O 6.1.46-g5da2f861d7 #1
[ 64.024436] Hardware name: Texas Instruments AM68 SK (DT)
[ 64.024439] pstate: 60000000 (nZCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[ 64.024444] pc : 0000ffff83812c54
[ 64.024447] lr : 0000ffff83814ed0
[ 64.024448] sp : 0000fffff7609960
[ 64.024450] x29: 0000fffff7609960 x28: 0000000000000000 x27: 0000000000412000
[ 64.024457] x26: 0000ffff83836000 x25: 0000fffff7609d28 x24: 0000fffff7609b30
[ 64.024463] x23: 0000000000000003 x22: 0000000000000002 x21: 0000000000000048
[ 64.024468] x20: 0000ffff8383f360 x19: 0000000000412018 x18: 0000000000000000
[ 64.024474] x17: 0000ffff83814e88 x16: 0000000000411ff8 x15: 0000000000000001
[ 64.024479] x14: 0000000000000001 x13: 2073736572646461 x12: 0000ffff83836000
[ 64.024484] x11: 000000000000000e x10: 000000000000000a x9 : 0000fffff76099a4
[ 64.024489] x8 : 0000000000000040 x7 : 3030303633383338 x6 : 0000000000400358
[ 64.024494] x5 : 0000000000000000 x4 : 0000000400000402 x3 : 0000000000000000
[ 64.024498] x2 : 00000000004003b8 x1 : 0000000000000008 x0 : 0000000000400550
[ 64.024506] Kernel panic - not syncing: Asynchronous SError Interrupt
[ 64.024509] CPU: 0 PID: 598 Comm: devmem2 Tainted: G O 6.1.46-g5da2f861d7 #1
[ 64.024513] Hardware name: Texas Instruments AM68 SK (DT)
[ 64.024515] Call trace:
[ 64.024517] dump_backtrace.part.0+0xdc/0xf0
[ 64.024536] show_stack+0x18/0x30
[ 64.024542] dump_stack_lvl+0x68/0x84
[ 64.024551] dump_stack+0x18/0x34
[ 64.024556] panic+0x188/0x348
[ 64.024562] nmi_panic+0xac/0xb0
[ 64.024570] arm64_serror_panic+0x6c/0x7c
[ 64.024576] do_serror+0x58/0x5c
[ 64.024581] __el0_error_handler_common+0x40/0xa4
[ 64.024587] el0t_64_error_handler+0x10/0x20
[ 64.024591] el0t_64_error+0x18c/0x190
[ 64.024595] SMP: stopping secondary CPUs
[ 64.024603] Kernel Offset: disabled
[ 64.024604] CPU features: 0x40000,20028084,0000420b
[ 64.024608] Memory Limit: none
[ 64.259590] ---[ end Kernel panic - not syncing: Asynchronous SError Interrupt ]---
Memory mapped at address 0xffff83836000.
# ATF Firewall Test
U-Boot SPL 2024.01-rc5-00685-g8e966931a04b-dirty (Dec 29 2023 - 13:29:03 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
Trying to boot from UART
CLoaded 1006079 bytes
Loading Environment from nowhere... OK
init_env from device 7 not supported!
Starting ATF on ARM64 core...
NOTICE: BL31: v2.9(release):v2.9.0-614-gd7a7135d32-dirty
NOTICE: BL31: Built : 09:34:15, Aug 24 2023
I/TC:
I/TC: OP-TEE version: 4.0.0 (gcc version 11.4.0 (GCC)) #1 Fri Oct 20 18:29:31 UTC 2023 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: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
I/TC: Secure Board Configuration Software: Rev 1
I/TC: Secure Boot Keys: Count 1, Rev 1
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.01-rc5-00685-g8e966931a04b-dirty (Dec 29 2023 - 13:29:23 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
Detected: J7X-BASE-CPB rev E3
Detected: J7X-VSC8514-ETH rev E2
Trying to boot from UART
CLoaded 1212499 bytes
U-Boot 2024.01-rc5-00685-g8e966931a04b-dirty (Dec 29 2023 - 13:29:23 +0530)
SoC: J7200 SR2.0 HS-SE
Model: Texas Instruments J7200 EVM
Board: J7200X-PM2-SOM rev E8
DRAM: 4 GiB
Core: 93 devices, 32 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 mdio_freq:1000000
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.01-rc5-00685-g8e966931a04b-dirty (Dec 29 2023 - 13:29:23 +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 'x.x.x.x'
=> 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=0134
board_software_revision=01
boot=mmc
boot_fdt=try
boot_fit=1
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_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
default_device_tree=ti/k3-j721e-common-proc-board.dtb
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=xx:xx:xx:xx:xx:xx
eth2addr=xx:xx:xx:xx:xx:xx
eth3addr=xx:xx:xx:xx:xx:xx
eth4addr=xx:xx:xx:xx:xx:xx
ethaddr=xx:xx:xx:xx:xx:xx
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde9e9b0
fdtoverlay_addr_r=0x89000000
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = j721e; then setenv name_fdt ti/k3-j721e-common-proc-board.dtb; fi; if test $board_name = j7200; then setenv name_fdt ti/k3-j7200-common-proc-board.dtb; fi; if test $board_name = j721e-eaik || test $board_name = j721e-sk; then setenv name_fdt ti/k3-j721e-sk.dtb; fi; setenv fdtfile ${name_fdt}
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_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#=0000000000000134
serverip=x.x.x.x
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: 6792/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 'x.x.x.x'
=> 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 x.x.x.x (1003 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
675124 bytes read in 25 ms (25.8 MiB/s)
Load Remote Processor 2 with data@addr=0x82000000 675124 bytes: Success!
76648 bytes read in 18 ms (4.1 MiB/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 76648 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=0134
board_software_revision=01
boot=mmc
boot_fdt=try
boot_fit=1
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_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
default_device_tree=ti/k3-j721e-common-proc-board.dtb
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=x.x.x.x
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=xx:xx:xx:xx:xx:xx
eth2addr=xx:xx:xx:xx:xx:xx
eth3addr=xx:xx:xx:xx:xx:xx
eth4addr=xx:xx:xx:xx:xx:xx
ethact=ethernet@46000000port@1
ethaddr=xx:xx:xx:xx:xx:xx
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde9e9b0
fdtoverlay_addr_r=0x89000000
fileaddr=82000000
filesize=12b68
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = j721e; then setenv name_fdt ti/k3-j721e-common-proc-board.dtb; fi; if test $board_name = j7200; then setenv name_fdt ti/k3-j7200-common-proc-board.dtb; fi; if test $board_name = j721e-eaik || test $board_name = j721e-sk; then setenv name_fdt ti/k3-j721e-sk.dtb; fi; setenv fdtfile ${name_fdt}
finduuid=part uuid ${boot} ${bootpart} uuid
gatewayip=x.x.x.x
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=x.x.x.x
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_fit=fitImage
name_kern=Image
netmask=x.x.x.x
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#=0000000000000134
serverip=x.x.x.x
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: 6956/131067 bytes
=> 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=x.x.x.x:/opt/NFS_exports/linux/j7200-hsevm/autofs/1bc94b6b255d94e3b58c22788b0ed174,nolock,v3,tcp,rsize=4096,wsize=4096 '
=> tftp ${addr_fit} x.x.x.x:vatf_j7200-hsevm/e012eeb57e05793b7a7bf725fa7cad65
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 x.x.x.x; our IP address is x.x.x.x
Filename 'vatf_j7200-hsevm/e012eeb57e05793b7a7bf725fa7cad65'.
Load address: 0x90000000
Loading: *################################################## 8.2 MiB
13.9 MiB/s
done
Bytes transferred = 8615398 (8375e6 hex)
=> printenv bootcmd
## Error: "bootcmd" not defined
=> setenv bootcmd ''${bootcmd}' run findfdt; run get_overlaystring; printenv; iminfo ${addr_fit}; run run_fit;'
=> version
U-Boot 2024.01-rc5-00685-g8e966931a04b-dirty (Dec 29 2023 - 13:29:23 +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 = 0x00000000ffed3000
reloc off = 0x000000007f6d3000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = xx:xx:xx:xx:xx:xx
IP addr = x.x.x.x
fdt_blob = 0x00000000fde9e9b0
new_fdt = 0x00000000fde9e9b0
fdt_size = 0x0000000000014400
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-0xa47fffff], 0x06000000 bytes flags: 4
reserved[1] [0xfce8e000-0xffffffff], 0x03172000 bytes flags: 0
reserved[2] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002800000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde9e9a0
sp start = 0x00000000fde9e9a0
Early malloc usage: 3088 / 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 = 0x00000000ffed3000
reloc off = 0x000000007f6d3000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = xx:xx:xx:xx:xx:xx
IP addr = x.x.x.x
fdt_blob = 0x00000000fde9e9b0
new_fdt = 0x00000000fde9e9b0
fdt_size = 0x0000000000014400
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-0xa47fffff], 0x06000000 bytes flags: 4
reserved[1] [0xfce8e000-0xffffffff], 0x03172000 bytes flags: 0
reserved[2] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002800000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde9e9a0
sp start = 0x00000000fde9e9a0
Early malloc usage: 3088 / 8000
=> ls mmc 0:1
0 file(s), 0 dir(s)
=> ls mmc 1:1
EFI/
20591104 Image
531113 tiboot3.bin
976003 tispl.bin
1180291 u-boot.img
574 uEnv.txt
4 ws-calibrate.rules
6 file(s), 1 dir(s)
=> ext4ls mmc 0:2 /lib/firmware
=> ext4ls mmc 1:2 /lib/firmware
<DIR> 4096 .
<DIR> 4096 ..
2040 LICENCE.ibt_firmware
2046 LICENCE.iwlwifi_firmware
<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
1489652 iwlwifi-9260-th-b0-jf-b0-46.ucode
<SYM> 65 j7200-main-r5f0_0-fw
<SYM> 72 j7200-main-r5f0_0-fw-sec
<SYM> 67 j7200-main-r5f0_1-fw
<SYM> 74 j7200-main-r5f0_1-fw-sec
<SYM> 67 j7200-mcu-r5f0_1-fw
4676 regulatory.db
1182 regulatory.db.p7s
<DIR> 4096 ti-connectivity
<DIR> 4096 ti-eth
<DIR> 4096 ti-ipc
=> boot
## Error: "get_overlaystring" not defined
_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=0134
board_software_revision=01
boot=mmc
boot_fdt=try
boot_fit=1
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 root=/dev/nfs rw nfsroot=x.x.x.x:/opt/NFS_exports/linux/j7200-hsevm/autofs/1bc94b6b255d94e3b58c22788b0ed174,nolock,v3,tcp,rsize=4096,wsize=4096
bootcmd= run findfdt; run get_overlaystring; printenv; iminfo ${addr_fit}; run run_fit;
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
default_device_tree=ti/k3-j721e-common-proc-board.dtb
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=x.x.x.x
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=xx:xx:xx:xx:xx:xx
eth2addr=xx:xx:xx:xx:xx:xx
eth3addr=xx:xx:xx:xx:xx:xx
eth4addr=xx:xx:xx:xx:xx:xx
ethact=ethernet@46000000port@1
ethaddr=xx:xx:xx:xx:xx:xx
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde9e9b0
fdtfile=ti/k3-j7200-common-proc-board.dtb
fdtoverlay_addr_r=0x89000000
fileaddr=90000000
filesize=8375e6
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = j721e; then setenv name_fdt ti/k3-j721e-common-proc-board.dtb; fi; if test $board_name = j7200; then setenv name_fdt ti/k3-j7200-common-proc-board.dtb; fi; if test $board_name = j721e-eaik || test $board_name = j721e-sk; then setenv name_fdt ti/k3-j721e-sk.dtb; fi; setenv fdtfile ${name_fdt}
finduuid=part uuid ${boot} ${bootpart} uuid
gatewayip=x.x.x.x
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=x.x.x.x
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=x.x.x.x
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#=0000000000000134
serverip=x.x.x.x
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: 7278/131067 bytes
## Checking Image at 90000000 ...
FIT image found
FIT description: Kernel fitImage for Arago/6.1.46+gitAUTOINC+5da2f861d7/j7200-evm
Image 0 (kernel-1)
Description: Linux kernel
Type: Kernel Image
Compression: gzip compressed
Data Start: 0x900000f4
Data Size: 8539564 Bytes = 8.1 MiB
Architecture: AArch64
OS: Linux
Load Address: 0x81000000
Entry Point: 0x81000000
Hash algo: sha512
Hash value: 874b1b27248bb498f52a4d001d74d55eac22df9f781e7fb2c6f0ba1246f85193efadf316bd0d47d57b390529a87cca1175b42a5f402338ce261deadb082148d6
Image 1 (fdt-ti_k3-j7200-common-proc-board.dtb)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90824fe4
Data Size: 59224 Bytes = 57.8 KiB
Architecture: AArch64
Load Address: 0x83000000
Hash algo: sha512
Hash value: 4849aaaa326edbffec4cbaaff8d389b0db772559b8ffeb186b7e6d3c8c9565dbbc31ff8929054f9f5682d10cfea9dba034eab1ae2d30823636cba139ce3df741
Image 2 (fdt-ti_k3-j7200-evm-virt-mac-client.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90833860
Data Size: 3410 Bytes = 3.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 58aa8cc5d055557561992145da9a676be44e39ea33666634d62f5dbe95cbc79fca5e96ff1c572515a7939a32b7ae04cd069a3d25cc3c6c5469bc2442c3fa485a
Image 3 (fdt-ti_k3-j7200-evm-mcspi-loopback.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908346d4
Data Size: 785 Bytes = 785 Bytes
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: c6d6b05fa72e4a7e1f43dfde19cab5cf0a9c7e04ed9e8af30b6f240fb67c96cd52d8ae901c346ec878e136b9b3e3eab35b97c376398da8c513beca2b826fcb4d
Image 4 (fdt-ti_k3-j7200-evm-quad-port-eth-exp.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90834b0c
Data Size: 3263 Bytes = 3.2 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: d792ed315653083673fd305f0c04c09e3fba91d95fd812527a77f92d9a58e7af7b8c6bf50d4d18234507097a4eff768808ce43e317d06891866d66ec1241bd40
Default Configuration: 'conf-ti_k3-j7200-common-proc-board.dtb'
Configuration 0 (conf-ti_k3-j7200-common-proc-board.dtb)
Description: 1 Linux kernel, FDT blob
Kernel: kernel-1
FDT: fdt-ti_k3-j7200-common-proc-board.dtb
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: a2fc6bf55579353377c5d1541925cdd03326750de8a267aabeffd1d567ea4438d203b938ea0155d74f81f9b439a3a4d21e7f3ce525c8fffc1866631650c60f4cdead30a813fbca4b5aa6e237d7f3e43f318cdf99a0f1bbd622289315fd871ea9ed619fd5f521b054c5a79eb6ef140e2d4f607e45e338e7b4872b4cad8a82bd6ca893882d7f6de855815a810b9125ea98255c8814a3d89746d632917d5bbd4575cbd4c48b4f7e26f8e33b5f2a35b1948efe6844d73f4ecbaa95ebaa9b1db2127df3f6ecd0d6a779b4ecc5ba74fc47273d14703135897546ad1d64de45a3d973e379eefcc8e384b509c5bf76974f6cb0ca8b5253a8f94887989472ca3c8bde56d2d96d8505b1906bb70c5e47c5b046bacda0a1edd13a555634ce814fb5e239f547e9298307a7b78d7dda764f43d312705acc840f87b10ea92526f6d136a34253d2b951ef8de24b8ab1da714cac15c9f00cc87bf5f4efac6b0d66b1b686435c72f5f2193587eab99dfdb6d4ddb5f77fd8595bd6b9be0dc55eb3863c9a43816bfd87cd23a389d8854c2e03cf6d4e5205b8cad67778abf6d83c6f17fb853b14fdc55a4b80ed98ab3a5f160e53bae32f60c928cc96e770c4cecfbac2dd70252ad86681f67b403043052f9552389eb969cf30207824581cc17d0a006f820b4b72534d3a17f27321cc2789bd670a81e28659b97438f45625a7f42111c4a902501e490e51
Configuration 1 (conf-ti_k3-j7200-evm-virt-mac-client.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j7200-evm-virt-mac-client.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 8ed4437184b9868539a33976425ca6ff1d80167ea5b5ba0b9c523c5056081e8625167bcd3eb6737a052561350b4cf58942260a0ec0bc1e14f95a823116078c180bf1d28596dcc9a3732b68b0ce44028bf8fa44be19298f9ec4845a0f7e8ca36a78e3a750133f7082e1cec43c76e2be615b19fc57e1230ee2efe3963fa2b9f273c0e4fe55732ccfd9b7033980d2a8d8bfc4f8a12ee42d46d9d89da1f54b110390e4a2a9cd37e89ea18ba39ef84bf17587145364f74dafc7360983d78581c457e574b48eddb79506849fe0b08026eddf5921c76cd94a6d40cc06e6cb83067c399ac75118bc11267bb4d01fa573ff7891990b230c9815a5dd42195885c9875fbbaf313a4be89f593cfd54025b9e6e0e50988748e3a9164dfbdfc533cfb951335ff65f1537f5fbb0a17244d5d24d2c1e4cc4406e4be2917b8a2ee3780a56feba13b399f821e18224c688ee31c9b4348f91e5a910c83f58f4af195a4f11c8bb6c2ece5aaf8bb65068d1df40de8bda501f62bc264ad13d18ecbadc1756dd8c6d3f8383c8ab4acc6b0269250cc0d91ed65485d1039e29786727775a4467acad6649cd3dc4423ee1e966f30ff34a80eb6f568717be67197a6a1de3e80f8a8c8d06dc80b7b1e3f254b6ecb3bceb2dcc79ae4d208cde629ac71a3c310acca5192eba94fae925f1522de9fce5d3cb1d935d518ddb08c45e3be86440d9229c4e5b265b372bb2
Configuration 2 (conf-ti_k3-j7200-evm-mcspi-loopback.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j7200-evm-mcspi-loopback.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 82a16a0898953f155d27a026d8bc8c114dbef46e5854fe8d2219dd7690a6b08820f3d37066b757a203cd18f38a8954cb31d1cd47312e8b05f49996477680c6172df31cb6d6da8724235a5b7e10202fac9990255406aa21dd1dcd6b0a8c7863cfa58ceee288ad9036503a8a0cc2e0b30ea218fe0eb391e659b3fb74bd977eaf4f78aab3138b1714ce24689c042ffaf448db4d6fe7ca0d8e4b58ea0ebf26af0a6bceacaa9b8f0c918d1469199e95ccec1fe81f6c7a6cb2100a9f2e8e478ec333356175cb5df056ed77648d00d3bb2f5d8a08b9eaf478cd98ff858ce81b8094cbfc2609c027d0a3b8da7794559678f6b6970ca91e0e76bd1b413bf740175231c9682bb1317d6c84c204176a2d8ac07ed8ca0163e4f77de2849345fbbf9ffc4bd834b42d06be247d75fc165308d100688a283ad5276172b753fdf64d512612704a431e90da8a9928921c73e2f9d2fa93e96b9f812a5a5754b57a0299743fb87db98a7f65b4acc1359815bd16576aa68af5d1c937efd79b9ab465e7623384f46744f972389b5f38334939b218f666186f0423e1bd4708a00e26009881ae25b0174dec4a79a95e23d737c642731297d471f7d2289f902050f0cf75a4fbb19d2670288b72008dabe3700e08672847c23f3fe1ec83f88aa931c9f038c66a48fbc998ee2cabbe799a497f5c6f401fe2820cf682e46cc24269f9e64b0570567573c486dd9f
Configuration 3 (conf-ti_k3-j7200-evm-quad-port-eth-exp.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j7200-evm-quad-port-eth-exp.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 8aeca34f586f632879528b75380266713e04623c77f7d5cbae63e433e23a2605a5b6c42ef9e95bcfb951fab59b470f9363c6f6b17c082293ad89f0531a5dd4e4ae10fd669567e519626c963d72e7a26fc6093aceeeefac4b92b87c819eed8421cc690ebeae5b8f38c2d49f84e8497e9cc8cb50405cf9b4f9bbb25ab474726d373a92a34b8e84670639eadc3daafb53b37bcb00c1b63fd830f896e50a89a137e8b7f712176ea2ad4c3316aaa8b3be1efd43c9347b9e2410f1dd7404472b3c85ec835c1e80d40065da903edc05496640b420bf28b81ccb42adccea5fef6cfcd4c6d61f59934a47f76d81364c74991987f61dcc187b19cdf0f3986fb6f831d9fa13571c144bf8d2ce14a47c8a0c76dfaea544bf2b89c1ecb629beb30e9ffcb16fcc3e6d4525f1c804aa714755313c0fcfa2e721d0917c056adaebfbd13e294d2e233bfa4439a0455887acee12cec9fe70787cc6de7ddb472c92cbb4a9b0791e16aacdfe99b6c36ab348763955b9b7891bea0dca28a516db4139f92bd58624a9bee10883214d849ec61fb9722ed443a4454d6af25376496effd4edccb1fe5d12f8894f39da2731af4ed26c75299fa0d347cd32ec8998eb554e722ad5799dce35f7cc0d713aa7f567b430e968e9b5140006ec77a8c55efe4314d1bdc2205db136ad32e0b7448499244f3ed81dd53478293620f328bd10b50c7194c09c816e7fcad3de
## Checking hash(es) for FIT Image at 90000000 ...
Hash(es) for Image 0 (kernel-1): sha512+
Hash(es) for Image 1 (fdt-ti_k3-j7200-common-proc-board.dtb): sha512+
Hash(es) for Image 2 (fdt-ti_k3-j7200-evm-virt-mac-client.dtbo): sha512+
Hash(es) for Image 3 (fdt-ti_k3-j7200-evm-mcspi-loopback.dtbo): sha512+
Hash(es) for Image 4 (fdt-ti_k3-j7200-evm-quad-port-eth-exp.dtbo): sha512+
## Loading kernel from FIT Image at 90000000 ...
Using 'conf-ti_k3-j7200-common-proc-board.dtb' configuration
Verifying Hash Integrity ... OK
Trying 'kernel-1' kernel subimage
Description: Linux kernel
Type: Kernel Image
Compression: gzip compressed
Data Start: 0x900000f4
Data Size: 8539564 Bytes = 8.1 MiB
Architecture: AArch64
OS: Linux
Load Address: 0x81000000
Entry Point: 0x81000000
Hash algo: sha512
Hash value: 874b1b27248bb498f52a4d001d74d55eac22df9f781e7fb2c6f0ba1246f85193efadf316bd0d47d57b390529a87cca1175b42a5f402338ce261deadb082148d6
Verifying Hash Integrity ... sha512+ OK
## Loading fdt from FIT Image at 90000000 ...
Using 'conf-ti_k3-j7200-common-proc-board.dtb' configuration
Verifying Hash Integrity ... OK
Trying 'fdt-ti_k3-j7200-common-proc-board.dtb' fdt subimage
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90824fe4
Data Size: 59224 Bytes = 57.8 KiB
Architecture: AArch64
Load Address: 0x83000000
Hash algo: sha512
Hash value: 4849aaaa326edbffec4cbaaff8d389b0db772559b8ffeb186b7e6d3c8c9565dbbc31ff8929054f9f5682d10cfea9dba034eab1ae2d30823636cba139ce3df741
Verifying Hash Integrity ... sha512+ OK
Loading fdt from 0x90824fe4 to 0x83000000
Booting using the fdt blob at 0x83000000
Working FDT set to 83000000
Uncompressing Kernel Image to 81000000
Loading Device Tree to 000000008ffee000, end 000000008ffff757 ... OK
Working FDT set to 8ffee000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.1.46-g5da2f861d7 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Thu Nov 30 22:19:30 UTC 2023
[ 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 19 pages/cpu s37992 r8192 d31640 u77824
[ 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=x.x.x.x:/opt/NFS_exports/linux/j7200-hsevm/autofs/1bc94b6b255d94e3b58c22788b0ed174,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: 3896452K/4194304K available (12288K kernel code, 1266K rwdata, 4020K rodata, 2112K init, 438K bss, 265084K 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.012903] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023574] pid_max: default: 32768 minimum: 301
[ 0.028311] LSM: Security Framework initializing
[ 0.033091] 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.049488] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.056893] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.063160] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.070546] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.076865] rcu: Hierarchical SRCU implementation.
[ 0.081763] rcu: Max phase no-delay instances is 1000.
[ 0.087277] Platform MSI: msi-controller@1820000 domain created
[ 0.093427] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.102772] EFI services will not be available.
[ 0.107506] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.128102] Detected PIPT I-cache on CPU1
[ 0.128170] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.128185] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
[ 0.128216] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.128265] smp: Brought up 1 node, 2 CPUs
[ 0.157610] SMP: Total of 2 processors activated.
[ 0.162415] CPU features: detected: 32-bit EL0 Support
[ 0.167669] CPU features: detected: CRC32 instructions
[ 0.172943] CPU: All CPU(s) started at EL2
[ 0.177125] alternatives: applying system-wide alternatives
[ 0.183633] devtmpfs: initialized
[ 0.191150] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.201124] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.208694] pinctrl core: initialized pinctrl subsystem
[ 0.214361] DMI not present or invalid.
[ 0.218631] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.225241] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.232551] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.240588] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.248712] audit: initializing netlink subsys (disabled)
[ 0.254315] audit: type=2000 audit(0.164:1): state=initialized audit_enabled=0 res=1
[ 0.254510] thermal_sys: Registered thermal governor 'step_wise'
[ 0.262239] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.268395] cpuidle: using governor menu
[ 0.279138] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.286101] ASID allocator initialised with 65536 entries
[ 0.297802] KASLR disabled due to lack of seed
[ 0.305299] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.312263] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.318669] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.325616] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.332042] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.338976] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.345378] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.352312] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.359475] k3-chipinfo 43000014.chipid: Family:J7200 rev:SR2.0 JTAGID[0x1bb6d02f] Detected
[ 0.368675] iommu: Default domain type: Translated
[ 0.373666] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.380185] SCSI subsystem initialized
[ 0.384179] usbcore: registered new interface driver usbfs
[ 0.389800] usbcore: registered new interface driver hub
[ 0.395236] usbcore: registered new device driver usb
[ 0.400567] pps_core: LinuxPPS API ver. 1 registered
[ 0.405641] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.414978] PTP clock support registered
[ 0.419050] EDAC MC: Ver: 3.0.0
[ 0.422683] FPGA manager framework
[ 0.426194] Advanced Linux Sound Architecture Driver Initialized.
[ 0.432837] clocksource: Switched to clocksource arch_sys_counter
[ 0.439191] VFS: Disk quotas dquot_6.6.0
[ 0.443223] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.453217] NET: Registered PF_INET protocol family
[ 0.458544] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.467623] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.476395] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.484322] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.492550] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.501305] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.508148] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.515083] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.522522] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.528596] RPC: Registered named UNIX socket transport module.
[ 0.534660] RPC: Registered udp transport module.
[ 0.539463] RPC: Registered tcp transport module.
[ 0.544266] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.550848] NET: Registered PF_XDP protocol family
[ 0.555748] PCI: CLS 0 bytes, default 64
[ 0.560101] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.569156] Initialise system trusted keyrings
[ 0.573820] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.582476] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.588785] NFS: Registering the id_resolver key type
[ 0.593975] Key type id_resolver registered
[ 0.598248] Key type id_legacy registered
[ 0.602370] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.609219] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.636677] Key type asymmetric registered
[ 0.640861] Asymmetric key parser 'x509' registered
[ 0.645870] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.653514] io scheduler mq-deadline registered
[ 0.658149] io scheduler kyber registered
[ 0.663830] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
[ 0.669838] pinctrl-single 4301c038.pinctrl: 2 pins, size 8
[ 0.675637] pinctrl-single 4301c068.pinctrl: 59 pins, size 236
[ 0.681671] pinctrl-single 4301c174.pinctrl: 8 pins, size 32
[ 0.687594] pinctrl-single 11c000.pinctrl: 67 pins, size 268
[ 0.693444] pinctrl-single 11c11c.pinctrl: 3 pins, size 12
[ 0.699459] pinctrl-single a40000.pinctrl: 512 pins, size 2048
[ 0.708357] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
[ 0.719246] loop: module loaded
[ 0.722985] megasas: x.x.x.x-rc1
[ 0.728089] tun: Universal TUN/TAP device driver, 1.6
[ 0.733548] thunder_xcv, ver 1.0
[ 0.736865] thunder_bgx, ver 1.0
[ 0.740167] nicpf, ver 1.0
[ 0.742995] e1000: Intel(R) PRO/1000 Network Driver
[ 0.747980] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.753863] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.758933] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.764991] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.770505] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.776205] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.782607] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.788706] sky2: driver version 1.30
[ 0.792775] VFIO - User Level meta-driver version: 0.3
[ 0.798393] usbcore: registered new interface driver usb-storage
[ 0.804809] i2c_dev: i2c /dev entries driver
[ 0.809707] sdhci: Secure Digital Host Controller Interface driver
[ 0.816037] sdhci: Copyright(c) Pierre Ossman
[ 0.820664] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.826703] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.832929] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.839632] usbcore: registered new interface driver usbhid
[ 0.845328] usbhid: USB HID core driver
[ 0.849695] 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.854255] optee: revision 4.0 (2a5b1d12)
[ 0.870682] optee: dynamic shared memory is enabled
[ 0.880069] optee: initialized driver
[ 0.884853] Initializing XFRM netlink socket
[ 0.889236] NET: Registered PF_PACKET protocol family
[ 0.894432] Key type dns_resolver registered
[ 0.898995] registered taskstats version 1
[ 0.903194] Loading compiled-in X.509 certificates
[ 0.918977] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
[ 0.941984] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 0.948332] pca953x 1-0021: supply vcc not found, using dummy regulator
[ 0.955161] pca953x 1-0021: using no AI
[ 0.981246] pca953x 1-0020: supply vcc not found, using dummy regulator
[ 0.988085] pca953x 1-0020: using no AI
[ 0.992626] pca953x 1-0022: supply vcc not found, using dummy regulator
[ 0.999428] pca953x 1-0022: using AI
[ 1.003709] omap_i2c 2000000.i2c: bus 1 rev0.12 at 400 kHz
[ 1.009836] pca953x 2-0020: supply vcc not found, using dummy regulator
[ 1.016661] pca953x 2-0020: using no AI
[ 1.041151] omap_i2c 2010000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.046909] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 137 domain created
[ 1.055449] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 131 domain created
[ 1.064775] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 213 domain created
[ 1.073371] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 209 created
[ 1.083080] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,32] sci-dev-id:235
[ 1.092975] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.099736] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.109446] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[120,200] sci-dev-id:211
[ 1.119599] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.126358] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.133953] pinctrl-single 4301c000.pinctrl: mux offset out of range: 0xf8 (0x34)
[ 1.141606] pinctrl-single 4301c000.pinctrl: could not add functions for mcu-uart0-pins-default 248x
[ 1.151285] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 251, base_baud = 6000000) is a 8250
[ 1.160754] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 252, base_baud = 3000000) is a 8250
[ 1.169610] printk: console [ttyS2] enabled
[ 1.169610] printk: console [ttyS2] enabled
[ 1.178051] printk: bootconsole [ns16550a0] disabled
[ 1.178051] printk: bootconsole [ns16550a0] disabled
[ 1.188466] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 253, base_baud = 3000000) is a 8250
[ 1.198271] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.244840] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.253416] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.261692] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.274536] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.281745] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.287935] pps pps0: new PPS source ptp0
[ 1.292089] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
[ 1.305711] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0
[ 1.318572] mmc0: CQHCI version 5.10
[ 1.357407] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 1.450416] mmc0: Command Queue Engine enabled
[ 1.454928] mmc0: new HS400 MMC card at address 0001
[ 1.460513] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 1.466475] mmcblk0: p1 p2 p3
[ 1.470174] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[ 1.476244] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[ 1.482476] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
[ 1.599767] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
[ 1.606545] tps6594-rtc tps6594-rtc.4.auto: setting system clock to 2023-12-29T08:08:27 UTC (1703837307)
[ 1.770888] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc8900
[ 1.781181] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc8900
[ 1.790051] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[ 1.801610] ti-udma 31150000.dma-controller: Channels: 50 (tchan: 25, rchan: 25, gp-rflow: 8)
[ 1.978302] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[ 1.983412] 7 fixed-partitions partitions found on MTD device 47040000.spi.0
[ 1.990472] Creating 7 MTD partitions on "47040000.spi.0":
[ 1.995957] 0x000000000000-0x000000100000 : "ospi.tiboot3"
[ 2.002632] 0x000000100000-0x000000300000 : "ospi.tispl"
[ 2.009145] 0x000000300000-0x000000700000 : "ospi.u-boot"
[ 2.015592] 0x000000700000-0x000000740000 : "ospi.env"
[ 2.021799] 0x000000740000-0x000000780000 : "ospi.env.backup"
[ 2.028570] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 2.035029] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[ 2.048335] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 2.092880] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 2.102107] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 2.110433] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 2.123449] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 2.130699] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 2.136995] pps pps0: new PPS source ptp1
[ 2.141540] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
[ 2.228759] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 2.297664] debugfs: Directory 'pd:240' with parent 'pm_genpd' already present!
[ 2.305337] mmc1: CQHCI version 5.10
[ 2.350024] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 2.410975] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
[ 2.418113] mmcblk1: mmc1:aaaa SL16G 14.8 GiB
[ 2.428716] mmcblk1: p1 p2 p3
[ 2.429221] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 2.441236] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 6.554073] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 6.584853] Sending DHCP requests ., OK
[ 6.604707] IP-Config: Got DHCP answer from x.x.x.x, my address is x.x.x.x
[ 6.612464] IP-Config: Complete:
[ 6.615693] device=eth0, hwaddr=xx:xx:xx:xx:xx:xx, ipaddr=x.x.x.x, mask=x.x.x.x, gw=x.x.x.x
[ 6.625868] host=x.x.x.x, domain=ti.com, nis-domain=(none)
[ 6.632305] bootserver=x.x.x.x, rootserver=x.x.x.x, rootpath=
[ 6.632313] nameserver0=x.x.x.x, nameserver1=x.x.x.x
[ 6.648223] ALSA device list:
[ 6.651215] No soundcards found.
[ 6.688706] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 6.694980] devtmpfs: mounted
[ 6.699628] Freeing unused kernel memory: 2112K
[ 6.708980] Run /sbin/init as init process
[ 6.925679] NET: Registered PF_INET6 protocol family
[ 6.931583] Segment Routing with IPv6
[ 6.935268] In-situ OAM (IOAM) with IPv6
[ 6.961808] 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.993391] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.10[0m!
[ 7.058505] systemd[1]: Hostname set to <j7200-evm>.
[ 7.067784] systemd[1]: Initializing machine ID from random generator.
[ 7.156870] random: crng init done
[ 7.185785] systemd-sysv-generator[146]: SysV service '/etc/init.d/sysrepo' 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.210682] 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.
[ 7.236162] systemd-sysv-generator[146]: SysV service '/etc/init.d/netopeer2-server' 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.265070] systemd[137]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 7.603628] 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.685147] 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.783904] systemd[1]: Queued start job for default target Graphical Interface.
[ 7.837422] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 7.859066] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 7.883185] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 7.906935] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 7.929274] 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.953173] 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.977268] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 7.992999] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 8.012980] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 8.029010] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 8.080365] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 8.105095] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 8.134242] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 8.157297] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 8.182176] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 8.205969] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 8.229561] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 8.246143] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 8.271181] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 8.293403] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 8.313875] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 8.365234] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 8.385993] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 8.429213] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 8.445477] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 8.489283] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 8.511660] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 8.537804] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 8.581511] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 8.612416] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 8.658839] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 8.675970] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 8.691923] fuse: init (API version 7.37)
[ 8.702129] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 8.720110] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 8.740275] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 8.772429] cryptodev: loading out-of-tree module taints kernel.
[ 8.779634] cryptodev: driver 1.12 loaded.
[ 8.784612] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 8.812060] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 8.840934] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 8.853396] 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;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m.
[[0;32m OK [0m] Finished [0;1;39mGenerate network units from Kernel command line[0m.
[[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m.
Mounting [0;1;39mFUSE Control File System[0m...
Mounting [0;1;39mKernel Configuration File System[0m...
Starting [0;1;39mFlush Journal to Persistent Storage[0m...
[ 9.179496] systemd-journald[160]: Received client request to flush runtime journal.
Starting [0;1;39mApply Kernel Variables[0m...
Starting [0;1;39mCreate System Users[0m...
[[0;32m OK [0m] Mounted [0;1;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 System Users[0m.
Starting [0;1;39mCreate Static Device Nodes in /dev[0m...
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Static Device Nodes in /dev[0m.
[[0;32m OK [0m] 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.457551] audit: type=1334 audit(1703837315.348:2): prog-id=5 op=LOAD
[ 9.465022] audit: type=1334 audit(1703837315.356:3): prog-id=6 op=LOAD
Starting [0;1;39mRule-based Managefor Device Events and Files[0m...
[[0;32m OK [0m] Mounted [0;1;39m/media/ram[0m.
[[0;32m OK [0m] Mounted [0;1;39m/var/volatile[0m.
Starting [0;1;39mLoad/Save Random Seed[0m...
[[0;32m OK [0m] Reached target [0;1;39mLocal File Systems[0m.
Starting [0;1;39mRebuild Dynamic Linker Cache[0m...
Starting [0;1;39mCreate Volatile Files and Directories[0m...
[[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m.
[[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m.
Starting [0;1;39mRebuild Journal Catalog[0m...
Starting [0;1;39mNetwork Time Synchronization[0m...
Starting [0;1;39mRecord System Boot/Shutdown in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord System Boot/Shutdown in UTMP[0m.
[[0;32m OK [0m] Finished [0;1;39mRebuild Journal Catalog[0m.
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[ 10.845798] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[ 10.882953] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000
[ 10.897721] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000
[ 10.906439] j721e-pcie-host 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[[0;32m OK [0m] Finished [0;1;39mRebuild Dynamic Linker Cache[0m.
Starting [0;1;39mRun pending postinsts[0m...
Starting [0;1;39mUpdate is Completed[0m...
[[0;32m OK [0m] Finished [0;1;39mUpdate is Completed[0m.
[ 11.215892] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[ 11.329397] platform 41000000.r5f: configured R5F for IPC-only mode
[ 11.429337] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
[ 11.618872] remoteproc remoteproc0: 41000000.r5f is available
[ 11.689215] remoteproc remoteproc0: attaching to 41000000.r5f
[ 11.776904] platform 41000000.r5f: R5F core initialized in IPC-only mode
[ 11.895114] rproc-virtio rproc-virtio.10.auto: assigned reserved memory node r5f-dma-memory@a0000000
[ 11.965977] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0000:00
[ 12.014716] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 12.074683] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 12.090164] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
[ 12.097841] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
[ 12.150576] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x18001000-0x18010fff])
[ 12.257760] rproc-virtio rproc-virtio.10.auto: registered virtio0 (type 7)
[ 12.266390] remoteproc remoteproc0: remote processor 41000000.r5f is now attached
[ 12.288028] pci_bus 0000:00: root bus resource [mem 0x18011000-0x1fffffff]
[ 12.297819] pci 0000:00:00.0: [104c:b00f] type 01 class 0x060400
[ 12.304881] platform 5c00000.r5f: configured R5F for IPC-only mode
[ 12.313785] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
[ 12.324067] pci 0000:00:00.0: supports D1
[ 12.329854] remoteproc remoteproc1: 5c00000.r5f is available
[ 12.336058] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 12.343333] pci 0000:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
[ 12.347953] remoteproc remoteproc1: attaching to 5c00000.r5f
[ 12.351305] pci 0000:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
[ 12.368261] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 12.376325] platform 5c00000.r5f: R5F core initialized in IPC-only mode
[ 12.376341] rproc-virtio rproc-virtio.11.auto: assigned reserved memory node r5f-dma-memory@a2000000
[ 12.382475] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 12.386766] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 12.402515] rproc-virtio rproc-virtio.11.auto: registered virtio1 (type 7)
[ 12.404383] virtio_rpmsg_bus virtio1: creating channel rpmsg-kdrv addr 0x1a
[ 12.411517] remoteproc remoteproc1: remote processor 5c00000.r5f is now attached
[ 12.418529] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0x15
[ 12.433104] rpmsg-kdrv-eth-switch rpmsg-kdrv-1-mpu_1_0_ethswitch-device-0: Device info: permissions: 3FFFFFFF uart_id: 3
[ 12.444358] rpmsg-kdrv-eth-switch rpmsg-kdrv-1-mpu_1_0_ethswitch-device-0: FW ver 0.2 (rev 0) 15/Apr/2023 SHA:05546b8d
[ 12.455958] rpmsg-kdrv-eth-switch rpmsg-kdrv-3-mpu_1_0_ethmac-device-1: Device info: permissions: 3FFFFFFF uart_id: 3
[ 12.466870] rpmsg-kdrv-eth-switch rpmsg-kdrv-3-mpu_1_0_ethmac-device-1: FW ver 0.2 (rev 0) 15/Apr/2023 SHA:05546b8d
[ 12.478687] pci 0000:00:00.0: BAR 7: assigned [mem 0x18400000-0x193fffff 64bit]
[ 12.486400] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 12.495670] pcieport 0000:00:00.0: PME: Signaling with IRQ 685
[ 12.504332] pcieport 0000:00:00.0: AER: enabled with IRQ 685
[[0;32m OK [0m] Finished [0;1;39mRun pending postinsts[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Initialization[0m.
[[0;32m OK [0m] Started [0;1;39mDaily rotation of log files[0m.
[[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary Directories[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.
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] Finished [0;1;39mReboot and dump vmcore via kexec[0m.
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m.
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m.
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.
[[0;32m OK [0m] Started [0;1;39mJob spooling tools[0m.
[[0;32m OK [0m] Started [0;1;39mPeriodic Command Scheduler[0m.
Starting [0;1;39mPrint notice about GPLv3 packages[0m...
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.
[ 13.241635] audit: type=1334 audit(1703837319.132:4): prog-id=7 op=LOAD
[ 13.248967] audit: type=1334 audit(1703837319.140: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;1;31mFAILED[0m] Failed to start [0;1;39mPrint notice about GPLv3 packages[0m.
See 'systemctl status gplv3-notice.service' for details.
[[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] Started [0;1;39mLighttpd Daemon[0m.
[[0;32m OK [0m] Finished [0;1;39mTelnet Server[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m.
Starting [0;1;39mNetwork Configuration[0m...
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[ 13.789859] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
[ 13.841933] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
Starting [0;1;39mNetwork Name Resolution[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;1;31mFAILED[0m] Failed to start [0;1;39mEnable andfigure wl18xx bluetooth stack[0m.
See 'systemctl status bt-enable.service' for details.
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[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...
[ 14.805553] audit: type=1334 audit(1703837320.696:6): prog-id=9 op=LOAD
[ 14.813023] audit: type=1334 audit(1703837320.704: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...
[ 15.313857] audit: type=1006 audit(1703837321.204:8): pid=763 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 15.330610] audit: type=1300 audit(1703837321.204:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffc4784dd8 a2=4 a3=ffffaafcc020 items=0 ppid=1 pid=763 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)
[ 15.372685] audit: type=1327 audit(1703837321.204: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.855958] audit: type=1006 audit(1703837321.744:9): pid=721 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[ 15.885857] audit: type=1300 audit(1703837321.744:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffc4784dd8 a2=4 a3=ffffaafcc020 items=0 ppid=1 pid=721 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.943753] audit: type=1327 audit(1703837321.744:9): proctitle="(weston)"
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p1[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk0p1[0m...
[[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] Finished [0;1;39mFile System Check on /dev/mmcblk0p1[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p3[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p2[0m.
Mounting [0;1;39m/run/media/mmcblk0p1[0m...
[ 16.200880] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Starting [0;1;39mFile System Check on /dev/mmcblk0p3[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p2[0m...
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p1[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p3[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p2[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p2[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p1[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p3[0m.
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtime[0m.
[[0;32m OK [0m] Reached target [0;1;39mMulti-User System[0m.
[[0;32m OK [0m] Reached target [0;1;39mGraphical Interface[0m.
Mounting [0;1;39m/run/media/mmcblk0p3[0m...
Mounting [0;1;39m/run/media/root-mmcblk1p2[0m...
[ 16.447273] FAT-fs (mmcblk0p3): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Starting [0;1;39mFile System Check on /dev/mmcblk0p2[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p1[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p3[0m...
[ 16.509683] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
Starting [0;1;39mRecord Runlevel Change in UTMP[0m...
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p3[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/root-mmcblk1p2[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p2[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/mmcblk1p3[0m.
[[0;32m OK [0m] Finished [0;1;39mRecord Runlevel Change in UTMP[0m.
Mounting [0;1;39m/run/media/boot-mmcblk1p1[0m...
Mounting [0;1;39m/run/media/data-mmcblk1p3[0m...
Mounting [0;1;39m/run/media/mmcblk0p2[0m...
[ 16.759954] FAT-fs (mmcblk0p2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p2[0m.
[ 16.802448] EXT4-fs (mmcblk1p3): mounted filesystem with ordered data mode. Quota mode: none.
[ 16.816888] 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/data-mmcblk1p3[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/boot-mmcblk1p1[0m.
[[0;32m OK [0m] Finished [0;1;39mSynchronize System and HW clocks[0m.
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project j7200-evm -
Arago 2023.10 j7200-evm -
j7200-evm login: root
[ 18.506659] audit: type=1006 audit(1703837324.396:10): pid=876 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 18.519058] audit: type=1300 audit(1703837324.396:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffc4784dd8 a2=1 a3=ffffaafcc020 items=0 ppid=1 pid=876 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)
7[r[999;999H[6nroot@j7200-evm:~# uname -a
Linux j7200-evm 6.1.46-g5da2f861d7 #1 SMP PREEMPT Thu Nov 30 22:19:30 UTC 2023 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=x.x.x.x:/opt/NFS_exports/linux/j7200-hsevm/autofs/1bc94b6b255d94e3b58c22788b0ed174,nolock,v3,tcp,rsize=4096,wsize=4096
root@j7200-evm:~# uname -a
Linux j7200-evm 6.1.46-g5da2f861d7 #1 SMP PREEMPT Thu Nov 30 22:19:30 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux
root@j7200-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@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 27292
-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 478552 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4295864 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 478552 Mar 9 2018 tee-pager_v2.bin
-rw-r--r-- 1 root root 478552 Mar 9 2018 tee-raw.bin
-rw-r--r-- 1 root root 478580 Mar 9 2018 tee.bin
-rw-r--r-- 1 root root 4295864 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 851 0 55611 369 0 0 0 0 0 644 369 0 0 0 0 0 0
179 1 mmcblk0p1 274 0 18805 123 0 0 0 0 0 252 123 0 0 0 0 0 0
179 2 mmcblk0p2 259 0 16723 112 0 0 0 0 0 240 112 0 0 0 0 0 0
179 3 mmcblk0p3 280 0 18883 123 0 0 0 0 0 240 123 0 0 0 0 0 0
179 32 mmcblk0boot0 170 0 3360 28 0 0 0 0 0 140 28 0 0 0 0 0 0
179 64 mmcblk0boot1 136 0 2688 47 0 0 0 0 0 96 47 0 0 0 0 0 0
31 0 mtdblock0 52 0 416 15 0 0 0 0 0 44 15 0 0 0 0 0 0
31 1 mtdblock1 112 0 896 36 0 0 0 0 0 84 36 0 0 0 0 0 0
31 2 mtdblock2 116 0 928 59 0 0 0 0 0 144 59 0 0 0 0 0 0
31 3 mtdblock3 40 0 320 11 0 0 0 0 0 32 11 0 0 0 0 0 0
31 4 mtdblock4 50 0 400 17 0 0 0 0 0 68 17 0 0 0 0 0 0
31 5 mtdblock5 78 0 624 28 0 0 0 0 0 80 28 0 0 0 0 0 0
31 6 mtdblock6 50 0 400 18 0 0 0 0 0 68 18 0 0 0 0 0 0
179 96 mmcblk1 847 119 58799 1330 2 0 16 2 0 1104 1332 0 0 0 0 0 0
179 97 mmcblk1p1 294 0 18753 425 0 0 0 0 0 492 425 0 0 0 0 0 0
179 98 mmcblk1p2 252 32 19348 336 1 0 8 1 0 400 338 0 0 0 0 0 0
179 99 mmcblk1p3 262 87 19490 540 1 0 8 0 0 560 541 0 0 0 0 0 0
root@j7200-evm:~# cat /proc/interrupts
CPU0 CPU1
11: 5072 4444 GICv3 30 Level arch_timer
14: 0 0 GICv3 23 Level arm-pmu
15: 1661 0 GICv3 69 Level 32c00000.mailbox thr_011
16: 6577 0 GICv3 928 Level 42120000.i2c
17: 51 0 GICv3 232 Level 2000000.i2c
18: 6 0 GICv3 233 Level 2010000.i2c
19: 66672 35 MSI-INTA 15401056 Level 46000000.ethernet-tx0
21: 85317 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: 4145 0 MSI-INTA 13828216 Level 31150000.dma-controller chan0
52: 0 0 MSI-INTA 13828217 Level 31150000.dma-controller chan1
252: 689 0 GICv3 224 Level 2800000.serial
254: 2 0 GICv3 872 Level 47040000.spi
255: 0 0 GICv3 890 Level 46000000.ethernet
256: 0 0 INTR 391 Level 310d0000.cpts
257: 1485 0 GICv3 35 Level mmc0
348: 0 0 GPIO 84 Edge -davinci_gpio tps6594-0-0x48, tps6594-2-0x4c
423: 0 0 tps6594-0-0x48 0 Edge buck1_ov
424: 0 0 tps6594-0-0x48 1 Edge buck1_uv
425: 0 0 tps6594-0-0x48 2 Edge buck1_sc
426: 0 0 tps6594-0-0x48 3 Edge buck1_ilim
427: 0 0 tps6594-0-0x48 4 Edge buck2_ov
428: 0 0 tps6594-0-0x48 5 Edge buck2_uv
429: 0 0 tps6594-0-0x48 6 Edge buck2_sc
430: 0 0 tps6594-0-0x48 7 Edge buck2_ilim
431: 0 0 tps6594-0-0x48 8 Edge buck3_ov
432: 0 0 tps6594-0-0x48 9 Edge buck3_uv
433: 0 0 tps6594-0-0x48 10 Edge buck3_sc
434: 0 0 tps6594-0-0x48 11 Edge buck3_ilim
435: 0 0 tps6594-0-0x48 12 Edge buck4_ov
436: 0 0 tps6594-0-0x48 13 Edge buck4_uv
437: 0 0 tps6594-0-0x48 14 Edge buck4_sc
438: 0 0 tps6594-0-0x48 15 Edge buck4_ilim
439: 0 0 tps6594-0-0x48 16 Edge buck5_ov
440: 0 0 tps6594-0-0x48 17 Edge buck5_uv
441: 0 0 tps6594-0-0x48 18 Edge buck5_sc
442: 0 0 tps6594-0-0x48 19 Edge buck5_ilim
443: 0 0 tps6594-0-0x48 20 Edge ldo1_ov
444: 0 0 tps6594-0-0x48 21 Edge ldo1_uv
445: 0 0 tps6594-0-0x48 22 Edge ldo1_sc
446: 0 0 tps6594-0-0x48 23 Edge ldo1_ilim
447: 0 0 tps6594-0-0x48 24 Edge ldo2_ov
448: 0 0 tps6594-0-0x48 25 Edge ldo2_uv
449: 0 0 tps6594-0-0x48 26 Edge ldo2_sc
450: 0 0 tps6594-0-0x48 27 Edge ldo2_ilim
451: 0 0 tps6594-0-0x48 28 Edge ldo3_ov
452: 0 0 tps6594-0-0x48 29 Edge ldo3_uv
453: 0 0 tps6594-0-0x48 30 Edge ldo3_sc
454: 0 0 tps6594-0-0x48 31 Edge ldo3_ilim
455: 0 0 tps6594-0-0x48 32 Edge ldo4_ov
456: 0 0 tps6594-0-0x48 33 Edge ldo4_uv
457: 0 0 tps6594-0-0x48 34 Edge ldo4_sc
458: 0 0 tps6594-0-0x48 35 Edge ldo4_ilim
459: 0 0 tps6594-0-0x48 36 Edge vcca_ov
460: 0 0 tps6594-0-0x48 37 Edge vcca_uv
478: 0 0 tps6594-0-0x48 55 Edge npwron_start
479: 0 0 tps6594-0-0x48 56 Edge enable
480: 0 0 tps6594-0-0x48 57 Edge fsd
481: 0 0 tps6594-0-0x48 58 Edge soft_reboot
482: 0 0 tps6594-0-0x48 59 Edge bist_pass
483: 0 0 tps6594-0-0x48 60 Edge ext_clk
484: 0 0 tps6594-0-0x48 61 Edge twarn
485: 0 0 tps6594-0-0x48 62 Edge tsd_ord
486: 0 0 tps6594-0-0x48 63 Edge bist_fail
487: 0 0 tps6594-0-0x48 64 Edge reg_crc_err
488: 0 0 tps6594-0-0x48 65 Edge recov_cnt
489: 0 0 tps6594-0-0x48 66 Edge spmi_err
490: 0 0 tps6594-0-0x48 67 Edge npwron_long
491: 0 0 tps6594-0-0x48 68 Edge nint_readback
492: 0 0 tps6594-0-0x48 69 Edge nrstout_readback
493: 0 0 tps6594-0-0x48 70 Edge tsd_imm
494: 0 0 tps6594-0-0x48 71 Edge vcca_ovp
495: 0 0 tps6594-0-0x48 72 Edge pfsm_err
496: 0 0 tps6594-0-0x48 73 Edge imm_shutdown
497: 0 0 tps6594-0-0x48 74 Edge ord_shutdown
498: 0 0 tps6594-0-0x48 75 Edge mcu_pwr_err
499: 0 0 tps6594-0-0x48 76 Edge soc_pwr_err
500: 0 0 tps6594-0-0x48 77 Edge comm_frm_err
501: 0 0 tps6594-0-0x48 78 Edge comm_crc_err
502: 0 0 tps6594-0-0x48 79 Edge comm_adr_err
503: 0 0 tps6594-0-0x48 82 Edge en_drv_readback
504: 0 0 tps6594-0-0x48 83 Edge nrstout_soc_readback
505: 0 0 tps6594-0-0x48 84 Edge esm_soc_pin
506: 0 0 tps6594-0-0x48 85 Edge esm_soc_fail
507: 0 0 tps6594-0-0x48 86 Edge esm_soc_rst
509: 0 0 tps6594-0-0x48 88 Edge alarm
511: 0 0 tps6594-2-0x4c 0 Edge buck1_ov
512: 0 0 tps6594-2-0x4c 1 Edge buck1_uv
513: 0 0 tps6594-2-0x4c 2 Edge buck1_sc
514: 0 0 tps6594-2-0x4c 3 Edge buck1_ilim
515: 0 0 tps6594-2-0x4c 4 Edge buck2_ov
516: 0 0 tps6594-2-0x4c 5 Edge buck2_uv
517: 0 0 tps6594-2-0x4c 6 Edge buck2_sc
518: 0 0 tps6594-2-0x4c 7 Edge buck2_ilim
519: 0 0 tps6594-2-0x4c 8 Edge buck3_ov
520: 0 0 tps6594-2-0x4c 9 Edge buck3_uv
521: 0 0 tps6594-2-0x4c 10 Edge buck3_sc
522: 0 0 tps6594-2-0x4c 11 Edge buck3_ilim
523: 0 0 tps6594-2-0x4c 12 Edge buck4_ov
524: 0 0 tps6594-2-0x4c 13 Edge buck4_uv
525: 0 0 tps6594-2-0x4c 14 Edge buck4_sc
526: 0 0 tps6594-2-0x4c 15 Edge buck4_ilim
547: 0 0 tps6594-2-0x4c 36 Edge vcca_ov
548: 0 0 tps6594-2-0x4c 37 Edge vcca_uv
549: 0 0 tps6594-2-0x4c 38 Edge vmon1_ov
550: 0 0 tps6594-2-0x4c 39 Edge vmon1_uv
551: 0 0 tps6594-2-0x4c 40 Edge vmon1_rv
552: 0 0 tps6594-2-0x4c 41 Edge vmon2_ov
553: 0 0 tps6594-2-0x4c 42 Edge vmon2_uv
554: 0 0 tps6594-2-0x4c 43 Edge vmon2_rv
566: 0 0 tps6594-2-0x4c 55 Edge npwron_start
567: 0 0 tps6594-2-0x4c 56 Edge enable
568: 0 0 tps6594-2-0x4c 57 Edge fsd
569: 0 0 tps6594-2-0x4c 58 Edge soft_reboot
570: 0 0 tps6594-2-0x4c 59 Edge bist_pass
571: 0 0 tps6594-2-0x4c 60 Edge ext_clk
572: 0 0 tps6594-2-0x4c 61 Edge twarn
573: 0 0 tps6594-2-0x4c 62 Edge tsd_ord
574: 0 0 tps6594-2-0x4c 63 Edge bist_fail
575: 0 0 tps6594-2-0x4c 64 Edge reg_crc_err
576: 0 0 tps6594-2-0x4c 65 Edge recov_cnt
577: 0 0 tps6594-2-0x4c 66 Edge spmi_err
578: 0 0 tps6594-2-0x4c 67 Edge npwron_long
579: 0 0 tps6594-2-0x4c 68 Edge nint_readback
580: 0 0 tps6594-2-0x4c 69 Edge nrstout_readback
581: 0 0 tps6594-2-0x4c 70 Edge tsd_imm
582: 0 0 tps6594-2-0x4c 71 Edge vcca_ovp
583: 0 0 tps6594-2-0x4c 72 Edge pfsm_err
584: 0 0 tps6594-2-0x4c 73 Edge imm_shutdown
585: 0 0 tps6594-2-0x4c 74 Edge ord_shutdown
586: 0 0 tps6594-2-0x4c 75 Edge mcu_pwr_err
587: 0 0 tps6594-2-0x4c 76 Edge soc_pwr_err
588: 0 0 tps6594-2-0x4c 77 Edge comm_frm_err
589: 0 0 tps6594-2-0x4c 78 Edge comm_crc_err
590: 0 0 tps6594-2-0x4c 79 Edge comm_adr_err
591: 0 0 tps6594-2-0x4c 82 Edge en_drv_readback
592: 0 0 tps6594-2-0x4c 83 Edge nrstout_soc_readback
593: 0 0 tps6594-2-0x4c 84 Edge esm_soc_pin
594: 0 0 tps6594-2-0x4c 85 Edge esm_soc_fail
595: 0 0 tps6594-2-0x4c 86 Edge esm_soc_rst
596: 4 0 INTR 436 Level mbox-mcu-r5fss0-core0
597: 5 0 INTR 432 Level mbox-main-r5fss0-core0
650: 0 0 MSI-INTA 13893764 Edge 31150000.dma-controller chan1
677: 1791 0 GICv3 36 Level mmc1
678: 0 0 GICv3 892 Level TI-am335x-adc.9.auto
679: 0 0 GICv3 362 Edge j721e-pcie-link-down-irq
685: 0 0 ITS-MSI 0 Edge PCIe PME, aerdrv
688: 0 0 GICv3 152 Level 6000000.usb
IPI0: 2370 15268 Rescheduling interrupts
IPI1: 2879 7390 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: 216 187 IRQ work interrupts
IPI6: 0 0 CPU wake-up interrupts
Err: 0
root@j7200-evm:~# cat /proc/softirqs
CPU0 CPU1
HI: 0 0
TIMER: 1456 1633
NET_TX: 65 3
NET_RX: 130581 59
BLOCK: 1156 0
IRQ_POLL: 0 0
TASKLET: 7243 1
SCHED: 2056 1698
HRTIMER: 4 1
RCU: 9910 10558
root@j7200-evm:~# ls -lR /run/media/mmcblk0p1
/run/media/mmcblk0p1:
total 0
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:~# depmod -a
root@j7200-evm:~# lsmod
Module Size Used by
overlay 122880 0
cfg80211 385024 0
rfkill 24576 2 cfg80211
rpmsg_ctrl 16384 0
rpmsg_char 16384 1 rpmsg_ctrl
pci_endpoint_test 20480 0
cdns3 45056 0
cdns_usb_common 20480 1 cdns3
ti_am335x_adc 20480 0
kfifo_buf 16384 1 ti_am335x_adc
crct10dif_ce 16384 1
ti_k3_r5_remoteproc 28672 0
virtio_rpmsg_bus 20480 0
rpmsg_ns 16384 1 virtio_rpmsg_bus
sa2ul 36864 0
pci_j721e_host 16384 0
k3_j72xx_bandgap 16384 0
pci_j721e 16384 1 pci_j721e_host
ti_am335x_tscadc 16384 1 ti_am335x_adc
pcie_cadence_host 16384 1 pci_j721e_host
pcie_cadence 16384 2 pcie_cadence_host,pci_j721e_host
cdns3_ti 16384 0
rti_wdt 16384 0
optee_rng 16384 0
rng_core 20480 1 optee_rng
cryptodev 53248 0
fuse 131072 1
drm 561152 0
drm_panel_orientation_quirks 28672 1 drm
ipv6 475136 40
root@j7200-evm:~# devmem2 0x70000000
/dev/mem opened.
[ 58.830118] SError Interrupt on CPU1, code 0x00000000bf000002 -- SError
[ 58.830132] CPU: 1 PID: 917 Comm: devmem2 Tainted: G O 6.1.46-g5da2f861d7 #1
[ 58.830138] Hardware name: Texas Instruments J7200 EVM (DT)
[ 58.830140] pstate: 60000000 (nZCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[ 58.830145] pc : 00000000004008f8
[ 58.830147] lr : 0000000000400c40
[ 58.830148] sp : 0000ffffe472bc70
[ 58.830150] x29: 0000ffffe472bc70 x28: 0000000000000000 x27: 0000000000412000
[ 58.830157] x26: 0000ffff819d3000 x25: 0000ffffe472bed8 x24: 0000ffffe472bce0
[ 58.830163] x23: 0000000000000003 x22: 0000000000000002 x21: 0000000070000000
[ 58.830168] x20: 0000000000001000 x19: 0000ffff819d3000 x18: 0000000000000000
[ 58.830174] x17: 0000000000000000 x16: 0000000000000000 x15: 0000000000000001
[ 58.830179] x14: 0000000000000001 x13: 2073736572646461 x12: 0000ffff819d3000
[ 58.830184] x11: 000000000000000e x10: 000000000000000a x9 : 0000ffffe472bb54
[ 58.830189] x8 : 0000000000000040 x7 : 3030303364393138 x6 : 000000000000002e
[ 58.830194] x5 : 000000000b7002c9 x4 : 000000000040113d x3 : 0000ffff819d4d80
[ 58.830200] x2 : 0000000000000008 x1 : 0000000000401140 x0 : 0000ffffe472bce0
[ 58.830206] Kernel panic - not syncing: Asynchronous SError Interrupt
[ 58.830209] CPU: 1 PID: 917 Comm: devmem2 Tainted: G O 6.1.46-g5da2f861d7 #1
[ 58.830213] Hardware name: Texas Instruments J7200 EVM (DT)
[ 58.830215] Call trace:
[ 58.830217] dump_backtrace.part.0+0xdc/0xf0
[ 58.830234] show_stack+0x18/0x30
[ 58.830240] dump_stack_lvl+0x68/0x84
[ 58.830248] dump_stack+0x18/0x34
[ 58.830253] panic+0x188/0x348
[ 58.830258] nmi_panic+0xac/0xb0
[ 58.830265] arm64_serror_panic+0x6c/0x7c
[ 58.830272] do_serror+0x58/0x5c
[ 58.830277] __el0_error_handler_common+0x40/0xa4
[ 58.830284] el0t_64_error_handler+0x10/0x20
[ 58.830287] el0t_64_error+0x18c/0x190
[ 58.830291] SMP: stopping secondary CPUs
[ 58.830301] Kernel Offset: disabled
[ 58.830302] CPU features: 0x40000,20028084,0000420b
[ 58.830306] Memory Limit: none
[ 59.018826] ---[ end Kernel panic - not syncing: Asynchronous SError Interrupt ]---
# OPTEE Firewall Test
U-Boot SPL 2024.01-rc5-00685-g8e966931a04b-dirty (Dec 29 2023 - 13:29:03 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
Trying to boot from UART
CLoaded 1006079 bytes
Loading Environment from nowhere... OK
init_env from device 7 not supported!
Starting ATF on ARM64 core...
NOTICE: BL31: v2.9(release):v2.9.0-614-gd7a7135d32-dirty
NOTICE: BL31: Built : 09:34:15, Aug 24 2023
I/TC:
I/TC: OP-TEE version: 4.0.0 (gcc version 11.4.0 (GCC)) #1 Fri Oct 20 18:29:31 UTC 2023 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: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
I/TC: Secure Board Configuration Software: Rev 1
I/TC: Secure Boot Keys: Count 1, Rev 1
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.01-rc5-00685-g8e966931a04b-dirty (Dec 29 2023 - 13:29:23 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
Detected: J7X-BASE-CPB rev E3
Detected: J7X-VSC8514-ETH rev E2
Trying to boot from UART
CLoaded 1212499 bytes
U-Boot 2024.01-rc5-00685-g8e966931a04b-dirty (Dec 29 2023 - 13:29:23 +0530)
SoC: J7200 SR2.0 HS-SE
Model: Texas Instruments J7200 EVM
Board: J7200X-PM2-SOM rev E8
DRAM: 4 GiB
Core: 93 devices, 32 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 mdio_freq:1000000
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.01-rc5-00685-g8e966931a04b-dirty (Dec 29 2023 - 13:29:23 +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 'x.x.x.x'
=> 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=0134
board_software_revision=01
boot=mmc
boot_fdt=try
boot_fit=1
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_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
default_device_tree=ti/k3-j721e-common-proc-board.dtb
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=xx:xx:xx:xx:xx:xx
eth2addr=xx:xx:xx:xx:xx:xx
eth3addr=xx:xx:xx:xx:xx:xx
eth4addr=xx:xx:xx:xx:xx:xx
ethaddr=xx:xx:xx:xx:xx:xx
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde9e9b0
fdtoverlay_addr_r=0x89000000
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = j721e; then setenv name_fdt ti/k3-j721e-common-proc-board.dtb; fi; if test $board_name = j7200; then setenv name_fdt ti/k3-j7200-common-proc-board.dtb; fi; if test $board_name = j721e-eaik || test $board_name = j721e-sk; then setenv name_fdt ti/k3-j721e-sk.dtb; fi; setenv fdtfile ${name_fdt}
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_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#=0000000000000134
serverip=x.x.x.x
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: 6792/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 'x.x.x.x'
=> 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 x.x.x.x (1015 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
675124 bytes read in 26 ms (24.8 MiB/s)
Load Remote Processor 2 with data@addr=0x82000000 675124 bytes: Success!
76648 bytes read in 19 ms (3.8 MiB/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 76648 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=0134
board_software_revision=01
boot=mmc
boot_fdt=try
boot_fit=1
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_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
default_device_tree=ti/k3-j721e-common-proc-board.dtb
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=x.x.x.x
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=xx:xx:xx:xx:xx:xx
eth2addr=xx:xx:xx:xx:xx:xx
eth3addr=xx:xx:xx:xx:xx:xx
eth4addr=xx:xx:xx:xx:xx:xx
ethact=ethernet@46000000port@1
ethaddr=xx:xx:xx:xx:xx:xx
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde9e9b0
fdtoverlay_addr_r=0x89000000
fileaddr=82000000
filesize=12b68
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = j721e; then setenv name_fdt ti/k3-j721e-common-proc-board.dtb; fi; if test $board_name = j7200; then setenv name_fdt ti/k3-j7200-common-proc-board.dtb; fi; if test $board_name = j721e-eaik || test $board_name = j721e-sk; then setenv name_fdt ti/k3-j721e-sk.dtb; fi; setenv fdtfile ${name_fdt}
finduuid=part uuid ${boot} ${bootpart} uuid
gatewayip=x.x.x.x
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=x.x.x.x
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_fit=fitImage
name_kern=Image
netmask=x.x.x.x
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#=0000000000000134
serverip=x.x.x.x
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: 6956/131067 bytes
=> 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=x.x.x.x:/opt/NFS_exports/linux/j7200-hsevm/autofs/1bc94b6b255d94e3b58c22788b0ed174,nolock,v3,tcp,rsize=4096,wsize=4096 '
=> tftp ${addr_fit} x.x.x.x:vatf_j7200-hsevm/e012eeb57e05793b7a7bf725fa7cad65
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 x.x.x.x; our IP address is x.x.x.x
Filename 'vatf_j7200-hsevm/e012eeb57e05793b7a7bf725fa7cad65'.
Load address: 0x90000000
Loading: *################################################## 8.2 MiB
13.9 MiB/s
done
Bytes transferred = 8615398 (8375e6 hex)
=> printenv bootcmd
## Error: "bootcmd" not defined
=> setenv bootcmd ''${bootcmd}' run findfdt; run get_overlaystring; printenv; iminfo ${addr_fit}; run run_fit;'
=> version
U-Boot 2024.01-rc5-00685-g8e966931a04b-dirty (Dec 29 2023 - 13:29:23 +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 = 0x00000000ffed3000
reloc off = 0x000000007f6d3000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = xx:xx:xx:xx:xx:xx
IP addr = x.x.x.x
fdt_blob = 0x00000000fde9e9b0
new_fdt = 0x00000000fde9e9b0
fdt_size = 0x0000000000014400
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-0xa47fffff], 0x06000000 bytes flags: 4
reserved[1] [0xfce8e000-0xffffffff], 0x03172000 bytes flags: 0
reserved[2] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002800000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde9e9a0
sp start = 0x00000000fde9e9a0
Early malloc usage: 3088 / 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 = 0x00000000ffed3000
reloc off = 0x000000007f6d3000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = xx:xx:xx:xx:xx:xx
IP addr = x.x.x.x
fdt_blob = 0x00000000fde9e9b0
new_fdt = 0x00000000fde9e9b0
fdt_size = 0x0000000000014400
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-0xa47fffff], 0x06000000 bytes flags: 4
reserved[1] [0xfce8e000-0xffffffff], 0x03172000 bytes flags: 0
reserved[2] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002800000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde9e9a0
sp start = 0x00000000fde9e9a0
Early malloc usage: 3088 / 8000
=> ls mmc 0:1
0 file(s), 0 dir(s)
=> ls mmc 1:1
EFI/
20591104 Image
531113 tiboot3.bin
976003 tispl.bin
1180291 u-boot.img
574 uEnv.txt
4 ws-calibrate.rules
6 file(s), 1 dir(s)
=> ext4ls mmc 0:2 /lib/firmware
=> ext4ls mmc 1:2 /lib/firmware
<DIR> 4096 .
<DIR> 4096 ..
2040 LICENCE.ibt_firmware
2046 LICENCE.iwlwifi_firmware
<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
1489652 iwlwifi-9260-th-b0-jf-b0-46.ucode
<SYM> 65 j7200-main-r5f0_0-fw
<SYM> 72 j7200-main-r5f0_0-fw-sec
<SYM> 67 j7200-main-r5f0_1-fw
<SYM> 74 j7200-main-r5f0_1-fw-sec
<SYM> 67 j7200-mcu-r5f0_1-fw
4676 regulatory.db
1182 regulatory.db.p7s
<DIR> 4096 ti-connectivity
<DIR> 4096 ti-eth
<DIR> 4096 ti-ipc
=> boot
## Error: "get_overlaystring" not defined
_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=0134
board_software_revision=01
boot=mmc
boot_fdt=try
boot_fit=1
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 root=/dev/nfs rw nfsroot=x.x.x.x:/opt/NFS_exports/linux/j7200-hsevm/autofs/1bc94b6b255d94e3b58c22788b0ed174,nolock,v3,tcp,rsize=4096,wsize=4096
bootcmd= run findfdt; run get_overlaystring; printenv; iminfo ${addr_fit}; run run_fit;
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
default_device_tree=ti/k3-j721e-common-proc-board.dtb
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=x.x.x.x
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=xx:xx:xx:xx:xx:xx
eth2addr=xx:xx:xx:xx:xx:xx
eth3addr=xx:xx:xx:xx:xx:xx
eth4addr=xx:xx:xx:xx:xx:xx
ethact=ethernet@46000000port@1
ethaddr=xx:xx:xx:xx:xx:xx
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde9e9b0
fdtfile=ti/k3-j7200-common-proc-board.dtb
fdtoverlay_addr_r=0x89000000
fileaddr=90000000
filesize=8375e6
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = j721e; then setenv name_fdt ti/k3-j721e-common-proc-board.dtb; fi; if test $board_name = j7200; then setenv name_fdt ti/k3-j7200-common-proc-board.dtb; fi; if test $board_name = j721e-eaik || test $board_name = j721e-sk; then setenv name_fdt ti/k3-j721e-sk.dtb; fi; setenv fdtfile ${name_fdt}
finduuid=part uuid ${boot} ${bootpart} uuid
gatewayip=x.x.x.x
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=x.x.x.x
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=x.x.x.x
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#=0000000000000134
serverip=x.x.x.x
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: 7278/131067 bytes
## Checking Image at 90000000 ...
FIT image found
FIT description: Kernel fitImage for Arago/6.1.46+gitAUTOINC+5da2f861d7/j7200-evm
Image 0 (kernel-1)
Description: Linux kernel
Type: Kernel Image
Compression: gzip compressed
Data Start: 0x900000f4
Data Size: 8539564 Bytes = 8.1 MiB
Architecture: AArch64
OS: Linux
Load Address: 0x81000000
Entry Point: 0x81000000
Hash algo: sha512
Hash value: 874b1b27248bb498f52a4d001d74d55eac22df9f781e7fb2c6f0ba1246f85193efadf316bd0d47d57b390529a87cca1175b42a5f402338ce261deadb082148d6
Image 1 (fdt-ti_k3-j7200-common-proc-board.dtb)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90824fe4
Data Size: 59224 Bytes = 57.8 KiB
Architecture: AArch64
Load Address: 0x83000000
Hash algo: sha512
Hash value: 4849aaaa326edbffec4cbaaff8d389b0db772559b8ffeb186b7e6d3c8c9565dbbc31ff8929054f9f5682d10cfea9dba034eab1ae2d30823636cba139ce3df741
Image 2 (fdt-ti_k3-j7200-evm-virt-mac-client.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90833860
Data Size: 3410 Bytes = 3.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 58aa8cc5d055557561992145da9a676be44e39ea33666634d62f5dbe95cbc79fca5e96ff1c572515a7939a32b7ae04cd069a3d25cc3c6c5469bc2442c3fa485a
Image 3 (fdt-ti_k3-j7200-evm-mcspi-loopback.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908346d4
Data Size: 785 Bytes = 785 Bytes
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: c6d6b05fa72e4a7e1f43dfde19cab5cf0a9c7e04ed9e8af30b6f240fb67c96cd52d8ae901c346ec878e136b9b3e3eab35b97c376398da8c513beca2b826fcb4d
Image 4 (fdt-ti_k3-j7200-evm-quad-port-eth-exp.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90834b0c
Data Size: 3263 Bytes = 3.2 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: d792ed315653083673fd305f0c04c09e3fba91d95fd812527a77f92d9a58e7af7b8c6bf50d4d18234507097a4eff768808ce43e317d06891866d66ec1241bd40
Default Configuration: 'conf-ti_k3-j7200-common-proc-board.dtb'
Configuration 0 (conf-ti_k3-j7200-common-proc-board.dtb)
Description: 1 Linux kernel, FDT blob
Kernel: kernel-1
FDT: fdt-ti_k3-j7200-common-proc-board.dtb
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: a2fc6bf55579353377c5d1541925cdd03326750de8a267aabeffd1d567ea4438d203b938ea0155d74f81f9b439a3a4d21e7f3ce525c8fffc1866631650c60f4cdead30a813fbca4b5aa6e237d7f3e43f318cdf99a0f1bbd622289315fd871ea9ed619fd5f521b054c5a79eb6ef140e2d4f607e45e338e7b4872b4cad8a82bd6ca893882d7f6de855815a810b9125ea98255c8814a3d89746d632917d5bbd4575cbd4c48b4f7e26f8e33b5f2a35b1948efe6844d73f4ecbaa95ebaa9b1db2127df3f6ecd0d6a779b4ecc5ba74fc47273d14703135897546ad1d64de45a3d973e379eefcc8e384b509c5bf76974f6cb0ca8b5253a8f94887989472ca3c8bde56d2d96d8505b1906bb70c5e47c5b046bacda0a1edd13a555634ce814fb5e239f547e9298307a7b78d7dda764f43d312705acc840f87b10ea92526f6d136a34253d2b951ef8de24b8ab1da714cac15c9f00cc87bf5f4efac6b0d66b1b686435c72f5f2193587eab99dfdb6d4ddb5f77fd8595bd6b9be0dc55eb3863c9a43816bfd87cd23a389d8854c2e03cf6d4e5205b8cad67778abf6d83c6f17fb853b14fdc55a4b80ed98ab3a5f160e53bae32f60c928cc96e770c4cecfbac2dd70252ad86681f67b403043052f9552389eb969cf30207824581cc17d0a006f820b4b72534d3a17f27321cc2789bd670a81e28659b97438f45625a7f42111c4a902501e490e51
Configuration 1 (conf-ti_k3-j7200-evm-virt-mac-client.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j7200-evm-virt-mac-client.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 8ed4437184b9868539a33976425ca6ff1d80167ea5b5ba0b9c523c5056081e8625167bcd3eb6737a052561350b4cf58942260a0ec0bc1e14f95a823116078c180bf1d28596dcc9a3732b68b0ce44028bf8fa44be19298f9ec4845a0f7e8ca36a78e3a750133f7082e1cec43c76e2be615b19fc57e1230ee2efe3963fa2b9f273c0e4fe55732ccfd9b7033980d2a8d8bfc4f8a12ee42d46d9d89da1f54b110390e4a2a9cd37e89ea18ba39ef84bf17587145364f74dafc7360983d78581c457e574b48eddb79506849fe0b08026eddf5921c76cd94a6d40cc06e6cb83067c399ac75118bc11267bb4d01fa573ff7891990b230c9815a5dd42195885c9875fbbaf313a4be89f593cfd54025b9e6e0e50988748e3a9164dfbdfc533cfb951335ff65f1537f5fbb0a17244d5d24d2c1e4cc4406e4be2917b8a2ee3780a56feba13b399f821e18224c688ee31c9b4348f91e5a910c83f58f4af195a4f11c8bb6c2ece5aaf8bb65068d1df40de8bda501f62bc264ad13d18ecbadc1756dd8c6d3f8383c8ab4acc6b0269250cc0d91ed65485d1039e29786727775a4467acad6649cd3dc4423ee1e966f30ff34a80eb6f568717be67197a6a1de3e80f8a8c8d06dc80b7b1e3f254b6ecb3bceb2dcc79ae4d208cde629ac71a3c310acca5192eba94fae925f1522de9fce5d3cb1d935d518ddb08c45e3be86440d9229c4e5b265b372bb2
Configuration 2 (conf-ti_k3-j7200-evm-mcspi-loopback.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j7200-evm-mcspi-loopback.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 82a16a0898953f155d27a026d8bc8c114dbef46e5854fe8d2219dd7690a6b08820f3d37066b757a203cd18f38a8954cb31d1cd47312e8b05f49996477680c6172df31cb6d6da8724235a5b7e10202fac9990255406aa21dd1dcd6b0a8c7863cfa58ceee288ad9036503a8a0cc2e0b30ea218fe0eb391e659b3fb74bd977eaf4f78aab3138b1714ce24689c042ffaf448db4d6fe7ca0d8e4b58ea0ebf26af0a6bceacaa9b8f0c918d1469199e95ccec1fe81f6c7a6cb2100a9f2e8e478ec333356175cb5df056ed77648d00d3bb2f5d8a08b9eaf478cd98ff858ce81b8094cbfc2609c027d0a3b8da7794559678f6b6970ca91e0e76bd1b413bf740175231c9682bb1317d6c84c204176a2d8ac07ed8ca0163e4f77de2849345fbbf9ffc4bd834b42d06be247d75fc165308d100688a283ad5276172b753fdf64d512612704a431e90da8a9928921c73e2f9d2fa93e96b9f812a5a5754b57a0299743fb87db98a7f65b4acc1359815bd16576aa68af5d1c937efd79b9ab465e7623384f46744f972389b5f38334939b218f666186f0423e1bd4708a00e26009881ae25b0174dec4a79a95e23d737c642731297d471f7d2289f902050f0cf75a4fbb19d2670288b72008dabe3700e08672847c23f3fe1ec83f88aa931c9f038c66a48fbc998ee2cabbe799a497f5c6f401fe2820cf682e46cc24269f9e64b0570567573c486dd9f
Configuration 3 (conf-ti_k3-j7200-evm-quad-port-eth-exp.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j7200-evm-quad-port-eth-exp.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 8aeca34f586f632879528b75380266713e04623c77f7d5cbae63e433e23a2605a5b6c42ef9e95bcfb951fab59b470f9363c6f6b17c082293ad89f0531a5dd4e4ae10fd669567e519626c963d72e7a26fc6093aceeeefac4b92b87c819eed8421cc690ebeae5b8f38c2d49f84e8497e9cc8cb50405cf9b4f9bbb25ab474726d373a92a34b8e84670639eadc3daafb53b37bcb00c1b63fd830f896e50a89a137e8b7f712176ea2ad4c3316aaa8b3be1efd43c9347b9e2410f1dd7404472b3c85ec835c1e80d40065da903edc05496640b420bf28b81ccb42adccea5fef6cfcd4c6d61f59934a47f76d81364c74991987f61dcc187b19cdf0f3986fb6f831d9fa13571c144bf8d2ce14a47c8a0c76dfaea544bf2b89c1ecb629beb30e9ffcb16fcc3e6d4525f1c804aa714755313c0fcfa2e721d0917c056adaebfbd13e294d2e233bfa4439a0455887acee12cec9fe70787cc6de7ddb472c92cbb4a9b0791e16aacdfe99b6c36ab348763955b9b7891bea0dca28a516db4139f92bd58624a9bee10883214d849ec61fb9722ed443a4454d6af25376496effd4edccb1fe5d12f8894f39da2731af4ed26c75299fa0d347cd32ec8998eb554e722ad5799dce35f7cc0d713aa7f567b430e968e9b5140006ec77a8c55efe4314d1bdc2205db136ad32e0b7448499244f3ed81dd53478293620f328bd10b50c7194c09c816e7fcad3de
## Checking hash(es) for FIT Image at 90000000 ...
Hash(es) for Image 0 (kernel-1): sha512+
Hash(es) for Image 1 (fdt-ti_k3-j7200-common-proc-board.dtb): sha512+
Hash(es) for Image 2 (fdt-ti_k3-j7200-evm-virt-mac-client.dtbo): sha512+
Hash(es) for Image 3 (fdt-ti_k3-j7200-evm-mcspi-loopback.dtbo): sha512+
Hash(es) for Image 4 (fdt-ti_k3-j7200-evm-quad-port-eth-exp.dtbo): sha512+
## Loading kernel from FIT Image at 90000000 ...
Using 'conf-ti_k3-j7200-common-proc-board.dtb' configuration
Verifying Hash Integrity ... OK
Trying 'kernel-1' kernel subimage
Description: Linux kernel
Type: Kernel Image
Compression: gzip compressed
Data Start: 0x900000f4
Data Size: 8539564 Bytes = 8.1 MiB
Architecture: AArch64
OS: Linux
Load Address: 0x81000000
Entry Point: 0x81000000
Hash algo: sha512
Hash value: 874b1b27248bb498f52a4d001d74d55eac22df9f781e7fb2c6f0ba1246f85193efadf316bd0d47d57b390529a87cca1175b42a5f402338ce261deadb082148d6
Verifying Hash Integrity ... sha512+ OK
## Loading fdt from FIT Image at 90000000 ...
Using 'conf-ti_k3-j7200-common-proc-board.dtb' configuration
Verifying Hash Integrity ... OK
Trying 'fdt-ti_k3-j7200-common-proc-board.dtb' fdt subimage
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90824fe4
Data Size: 59224 Bytes = 57.8 KiB
Architecture: AArch64
Load Address: 0x83000000
Hash algo: sha512
Hash value: 4849aaaa326edbffec4cbaaff8d389b0db772559b8ffeb186b7e6d3c8c9565dbbc31ff8929054f9f5682d10cfea9dba034eab1ae2d30823636cba139ce3df741
Verifying Hash Integrity ... sha512+ OK
Loading fdt from 0x90824fe4 to 0x83000000
Booting using the fdt blob at 0x83000000
Working FDT set to 83000000
Uncompressing Kernel Image to 81000000
Loading Device Tree to 000000008ffee000, end 000000008ffff757 ... OK
Working FDT set to 8ffee000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.1.46-g5da2f861d7 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Thu Nov 30 22:19:30 UTC 2023
[ 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 19 pages/cpu s37992 r8192 d31640 u77824
[ 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=x.x.x.x:/opt/NFS_exports/linux/j7200-hsevm/autofs/1bc94b6b255d94e3b58c22788b0ed174,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: 3896452K/4194304K available (12288K kernel code, 1266K rwdata, 4020K rodata, 2112K init, 438K bss, 265084K 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.008343] Console: colour dummy device 80x25
[ 0.012907] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023579] pid_max: default: 32768 minimum: 301
[ 0.028315] LSM: Security Framework initializing
[ 0.033093] 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.049486] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.056891] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.063158] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.070544] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.076867] rcu: Hierarchical SRCU implementation.
[ 0.081766] rcu: Max phase no-delay instances is 1000.
[ 0.087277] Platform MSI: msi-controller@1820000 domain created
[ 0.093427] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.102779] EFI services will not be available.
[ 0.107512] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.128106] Detected PIPT I-cache on CPU1
[ 0.128170] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.128185] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
[ 0.128217] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.128267] smp: Brought up 1 node, 2 CPUs
[ 0.157614] SMP: Total of 2 processors activated.
[ 0.162418] CPU features: detected: 32-bit EL0 Support
[ 0.167671] CPU features: detected: CRC32 instructions
[ 0.172948] CPU: All CPU(s) started at EL2
[ 0.177129] alternatives: applying system-wide alternatives
[ 0.183621] devtmpfs: initialized
[ 0.191142] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.201114] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.208705] pinctrl core: initialized pinctrl subsystem
[ 0.214367] DMI not present or invalid.
[ 0.218612] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.225218] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.232527] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.240562] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.248689] audit: initializing netlink subsys (disabled)
[ 0.254292] audit: type=2000 audit(0.164:1): state=initialized audit_enabled=0 res=1
[ 0.254482] thermal_sys: Registered thermal governor 'step_wise'
[ 0.262213] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.268367] cpuidle: using governor menu
[ 0.279112] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.286074] ASID allocator initialised with 65536 entries
[ 0.297839] KASLR disabled due to lack of seed
[ 0.305337] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.312301] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.318707] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.325654] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.332082] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.339017] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.345419] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.352353] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.359521] k3-chipinfo 43000014.chipid: Family:J7200 rev:SR2.0 JTAGID[0x1bb6d02f] Detected
[ 0.368715] iommu: Default domain type: Translated
[ 0.373707] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.380229] SCSI subsystem initialized
[ 0.384228] usbcore: registered new interface driver usbfs
[ 0.389850] usbcore: registered new interface driver hub
[ 0.395286] usbcore: registered new device driver usb
[ 0.400616] pps_core: LinuxPPS API ver. 1 registered
[ 0.405690] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.415027] PTP clock support registered
[ 0.419095] EDAC MC: Ver: 3.0.0
[ 0.422731] FPGA manager framework
[ 0.426242] Advanced Linux Sound Architecture Driver Initialized.
[ 0.432881] clocksource: Switched to clocksource arch_sys_counter
[ 0.439231] VFS: Disk quotas dquot_6.6.0
[ 0.443262] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.453280] NET: Registered PF_INET protocol family
[ 0.458638] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.467688] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.476461] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.484388] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.492618] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.501391] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.508230] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.515160] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.522603] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.528675] RPC: Registered named UNIX socket transport module.
[ 0.534739] RPC: Registered udp transport module.
[ 0.539542] RPC: Registered tcp transport module.
[ 0.544344] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.550926] NET: Registered PF_XDP protocol family
[ 0.555826] PCI: CLS 0 bytes, default 64
[ 0.560180] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.569238] Initialise system trusted keyrings
[ 0.573903] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.582576] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.588889] NFS: Registering the id_resolver key type
[ 0.594069] Key type id_resolver registered
[ 0.598340] Key type id_legacy registered
[ 0.602458] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.609308] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.636151] Key type asymmetric registered
[ 0.640336] Asymmetric key parser 'x509' registered
[ 0.645343] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.652988] io scheduler mq-deadline registered
[ 0.657625] io scheduler kyber registered
[ 0.663291] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
[ 0.669293] pinctrl-single 4301c038.pinctrl: 2 pins, size 8
[ 0.675089] pinctrl-single 4301c068.pinctrl: 59 pins, size 236
[ 0.681128] pinctrl-single 4301c174.pinctrl: 8 pins, size 32
[ 0.687049] pinctrl-single 11c000.pinctrl: 67 pins, size 268
[ 0.692909] pinctrl-single 11c11c.pinctrl: 3 pins, size 12
[ 0.698939] pinctrl-single a40000.pinctrl: 512 pins, size 2048
[ 0.707807] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
[ 0.718727] loop: module loaded
[ 0.722462] megasas: x.x.x.x-rc1
[ 0.727576] tun: Universal TUN/TAP device driver, 1.6
[ 0.733051] thunder_xcv, ver 1.0
[ 0.736355] thunder_bgx, ver 1.0
[ 0.739665] nicpf, ver 1.0
[ 0.742492] e1000: Intel(R) PRO/1000 Network Driver
[ 0.747477] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.753362] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.758432] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.764491] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.770007] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.775709] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.782111] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.788212] sky2: driver version 1.30
[ 0.792272] VFIO - User Level meta-driver version: 0.3
[ 0.797882] usbcore: registered new interface driver usb-storage
[ 0.804297] i2c_dev: i2c /dev entries driver
[ 0.809188] sdhci: Secure Digital Host Controller Interface driver
[ 0.815520] sdhci: Copyright(c) Pierre Ossman
[ 0.820053] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.826074] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.832294] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.839000] usbcore: registered new interface driver usbhid
[ 0.844695] usbhid: USB HID core driver
[ 0.849067] 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.853624] optee: revision 4.0 (2a5b1d12)
[ 0.870047] optee: dynamic shared memory is enabled
[ 0.879436] optee: initialized driver
[ 0.884229] Initializing XFRM netlink socket
[ 0.888619] NET: Registered PF_PACKET protocol family
[ 0.893815] Key type dns_resolver registered
[ 0.898377] registered taskstats version 1
[ 0.902576] Loading compiled-in X.509 certificates
[ 0.918357] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
[ 0.941344] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 0.947686] pca953x 1-0021: supply vcc not found, using dummy regulator
[ 0.954524] pca953x 1-0021: using no AI
[ 0.981287] pca953x 1-0020: supply vcc not found, using dummy regulator
[ 0.988121] pca953x 1-0020: using no AI
[ 0.992668] pca953x 1-0022: supply vcc not found, using dummy regulator
[ 0.999474] pca953x 1-0022: using AI
[ 1.003759] omap_i2c 2000000.i2c: bus 1 rev0.12 at 400 kHz
[ 1.009871] pca953x 2-0020: supply vcc not found, using dummy regulator
[ 1.016696] pca953x 2-0020: using no AI
[ 1.041189] omap_i2c 2010000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.046944] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 137 domain created
[ 1.055483] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 131 domain created
[ 1.064811] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 213 domain created
[ 1.073405] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 209 created
[ 1.083128] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,32] sci-dev-id:235
[ 1.093022] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.099782] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.109485] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[120,200] sci-dev-id:211
[ 1.119641] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.126400] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.133987] pinctrl-single 4301c000.pinctrl: mux offset out of range: 0xf8 (0x34)
[ 1.141641] pinctrl-single 4301c000.pinctrl: could not add functions for mcu-uart0-pins-default 248x
[ 1.151320] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 251, base_baud = 6000000) is a 8250
[ 1.160782] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 252, base_baud = 3000000) is a 8250
[ 1.169636] printk: console [ttyS2] enabled
[ 1.169636] printk: console [ttyS2] enabled
[ 1.178077] printk: bootconsole [ns16550a0] disabled
[ 1.178077] printk: bootconsole [ns16550a0] disabled
[ 1.188477] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 253, base_baud = 3000000) is a 8250
[ 1.198258] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.244884] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.253447] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.261723] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.274562] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.281771] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.287949] pps pps0: new PPS source ptp0
[ 1.292100] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
[ 1.305709] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0
[ 1.318556] mmc0: CQHCI version 5.10
[ 1.357466] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 1.451972] mmc0: Command Queue Engine enabled
[ 1.456431] mmc0: new HS400 MMC card at address 0001
[ 1.461874] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 1.467853] mmcblk0: p1 p2 p3
[ 1.471543] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[ 1.477661] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[ 1.483905] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
[ 1.597487] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
[ 1.604262] tps6594-rtc tps6594-rtc.4.auto: setting system clock to 2023-12-29T08:15:08 UTC (1703837708)
[ 1.765672] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc8900
[ 1.775963] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc8900
[ 1.784785] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[ 1.796269] ti-udma 31150000.dma-controller: Channels: 50 (tchan: 25, rchan: 25, gp-rflow: 8)
[ 1.972998] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[ 1.978101] 7 fixed-partitions partitions found on MTD device 47040000.spi.0
[ 1.985161] Creating 7 MTD partitions on "47040000.spi.0":
[ 1.990647] 0x000000000000-0x000000100000 : "ospi.tiboot3"
[ 1.997323] 0x000000100000-0x000000300000 : "ospi.tispl"
[ 2.003729] 0x000000300000-0x000000700000 : "ospi.u-boot"
[ 2.010173] 0x000000700000-0x000000740000 : "ospi.env"
[ 2.016334] 0x000000740000-0x000000780000 : "ospi.env.backup"
[ 2.023091] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 2.029555] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[ 2.043069] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 2.088921] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 2.097733] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 2.106012] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 2.118884] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 2.126119] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 2.132376] pps pps0: new PPS source ptp1
[ 2.136532] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
[ 2.223655] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 2.293409] debugfs: Directory 'pd:240' with parent 'pm_genpd' already present!
[ 2.301098] mmc1: CQHCI version 5.10
[ 2.345747] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 2.406696] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
[ 2.413836] mmcblk1: mmc1:aaaa SL16G 14.8 GiB
[ 2.424432] mmcblk1: p1 p2 p3
[ 2.424925] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 2.436949] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 6.522094] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 6.548898] Sending DHCP requests ., OK
[ 6.568743] IP-Config: Got DHCP answer from x.x.x.x, my address is x.x.x.x
[ 6.576496] IP-Config: Complete:
[ 6.579724] device=eth0, hwaddr=xx:xx:xx:xx:xx:xx, ipaddr=x.x.x.x, mask=x.x.x.x, gw=x.x.x.x
[ 6.589892] host=x.x.x.x, domain=ti.com, nis-domain=(none)
[ 6.596326] bootserver=x.x.x.x, rootserver=x.x.x.x, rootpath=
[ 6.596333] nameserver0=x.x.x.x, nameserver1=x.x.x.x
[ 6.612396] ALSA device list:
[ 6.615379] No soundcards found.
[ 6.652351] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 6.658586] devtmpfs: mounted
[ 6.663228] Freeing unused kernel memory: 2112K
[ 6.673025] Run /sbin/init as init process
[ 6.873594] NET: Registered PF_INET6 protocol family
[ 6.879503] Segment Routing with IPv6
[ 6.883184] In-situ OAM (IOAM) with IPv6
[ 6.909516] 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.941174] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.10[0m!
[ 7.014141] systemd[1]: Hostname set to <j7200-evm>.
[ 7.125248] systemd[137]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 7.140560] systemd-sysv-generator[146]: SysV service '/etc/init.d/sysrepo' 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.164975] 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.
[ 7.190102] systemd-sysv-generator[146]: SysV service '/etc/init.d/netopeer2-server' 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.220924] random: crng init done
[ 7.537648] 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.620591] 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.721290] systemd[1]: Queued start job for default target Graphical Interface.
[ 7.776676] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 7.799992] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 7.823839] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 7.847353] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 7.869299] 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.893201] 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.917269] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 7.937043] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 7.957028] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 7.977044] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 8.035898] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 8.057144] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 8.084587] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 8.105355] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 8.130238] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 8.154036] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 8.177615] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 8.198289] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 8.223398] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 8.245450] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 8.266020] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 8.317298] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 8.341964] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 8.389280] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 8.413623] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 8.449312] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 8.475514] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 8.525562] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 8.545653] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 8.567416] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 8.592160] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 8.614171] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 8.648288] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 8.675371] fuse: init (API version 7.37)
[ 8.681457] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 8.700716] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 8.717268] cryptodev: loading out-of-tree module taints kernel.
[ 8.728454] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 8.730678] cryptodev: driver 1.12 loaded.
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 8.760529] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 8.788715] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 8.810063] 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;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.130993] systemd-journald[160]: 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.366395] audit: type=1334 audit(1703837716.260:2): prog-id=5 op=LOAD
[ 9.373451] audit: type=1334 audit(1703837716.268: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 Initializatio[ 9.879058] systemd-journald[160]: Time jumped backwards, rotating.
n[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.
[ 9.951723] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[[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...
[ 10.064810] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000
[[0;32m OK [0m] Listening on [0;1;39mdropbear.socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mPC/SC Smart Card Daemo[ 10.101506] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
n Activation Socket[0m.
[ 10.111245] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000
[ 10.127223] j721e-pcie-host 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
Starting [0;1;39mWeston socket[0m...
[ 10.171706] platform 41000000.r5f: configured R5F for IPC-only mode
Starting [0;1;39mD-Bus System Message Bus[0m...
[ 10.178808] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
Starting [0;1;39mReboot and dump vmcore via kexec[0m...
[[0;32m OK [0m] Listening on [0;1;39mDocker Socket for the API[0m.
[[0;32m OK [0m] Listening on [0;1;39mWeston socket[0m.
[ 10.244715] remoteproc remoteproc0: 41000000.r5f is available
[[0;32m OK [0m] Finished [0;1;39mReboot and dump vmcore via[ 10.252997] remoteproc remoteproc0: attaching to 41000000.r5f
kexec[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m.
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m.
[ 10.353614] platform 41000000.r5f: R5F core initialized in IPC-only mode
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.
[[0;32m OK [0m] Started [0;1;39mJob spooling tools[0m.
[ 10.422241] rproc-virtio rproc-virtio.10.auto: assigned reserved memory node r5f-dma-memory@a0000000
[[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 daemon using ipsec.conf[0m.
[ 10.527391] audit: type=1334 audit(1703837716.552:4): prog-id=7 op=LOAD
[ 10.541137] audit: type=1334 audit(1703837716.564: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...
[ 10.611989] virtio_rpmsg_bus virtio0: rpmsg host is online
[[0;1;31mFAILED[0m] Failed to start [0;1;39mPrint notice about GPLv3 packages[0m.
See 'systemctl status gplv3-notice.service' for details.[ 10.633994] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
[[0;32m OK [0m] Finished [0;1;39mIPv6 Packet Filtering Fram[ 10.650072] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
ework[0m.
[ 10.667010] rproc-virtio rproc-virtio.10.auto: registered virtio0 (type 7)
[[0;32m OK [0m] Finished [0;1;39mIPv4 Packet Filtering Fram[ 10.680369] remoteproc remoteproc0: remote processor 41000000.r5f is now attached
ework[0m.
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.
[[0;32m OK [0m] Finished [0;1;39mTelnet Server[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Netw[ 10.823379] platform 5c00000.r5f: configured R5F for IPC-only mode
ork[0m.
[ 10.831290] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
[ 10.842287] remoteproc remoteproc1: 5c00000.r5f is available
[ 10.848988] remoteproc remoteproc1: attaching to 5c00000.r5f
[ 10.849300] platform 5c00000.r5f: R5F core initialized in IPC-only mode
Starting [0;1;39mNetwork Configuration[0m...
[ 10.864746] rproc-virtio rproc-virtio.11.auto: assigned reserved memory node r5f-dma-memory@a2000000
[ 10.883290] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 10.889139] virtio_rpmsg_bus virtio1: creating channel rpmsg-kdrv addr 0x1a
[ 10.896420] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0x15
[ 10.911652] rpmsg-kdrv-eth-switch rpmsg-kdrv-1-mpu_1_0_ethswitch-device-0: Device info: permissions: 3FFFFFFF uart_id: 3
[ 10.927326] rproc-virtio rproc-virtio.11.auto: registered virtio1 (type 7)
[ 10.934331] rpmsg-kdrv-eth-switch rpmsg-kdrv-1-mpu_1_0_ethswitch-device-0: FW ver 0.2 (rev 0) 15/Apr/2023 SHA:05546b8d
[ 10.945773] rpmsg-kdrv-eth-switch rpmsg-kdrv-3-mpu_1_0_ethmac-device-1: Device info: permissions: 3FFFFFFF uart_id: 3
[ 10.949830] remoteproc remoteproc1: remote processor 5c00000.r5f is now attached
[ 10.956742] rpmsg-kdrv-eth-switch rpmsg-kdrv-3-mpu_1_0_ethmac-device-1: FW ver 0.2 (rev 0) 15/Apr/2023 SHA:05546b8d
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[ 11.269054] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0000:00
[ 11.279412] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 11.343998] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x18001000-0x18010fff])
[ 11.371271] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 11.400575] pci_bus 0000:00: root bus resource [mem 0x18011000-0x1fffffff]
[ 11.411485] pci 0000:00:00.0: [104c:b00f] type 01 class 0x060400
[ 11.438014] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 11.441498] pci 0000:00:00.0: supports D1
[ 11.503590] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 11.510410] pci 0000:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
[ 11.517908] 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.
Starting [0;1;39mNetwork Name Resolution[0m...
[ 11.579615] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 11.623396] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 11.637441] pci 0000:00:00.0: BAR 7: assigned [mem 0x18400000-0x193fffff 64bit]
[ 11.645338] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 11.653472] pcieport 0000:00:00.0: PME: Signaling with IRQ 685
[ 11.663279] pcieport 0000:00:00.0: AER: enabled with IRQ 685
[[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;1;31mFAILED[0m] Failed to start [0;1;39mEnable andfigure wl18xx bluetooth stack[0m.
See 'systemctl status bt-enable.service' for details.
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[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.435726] audit: type=1334 audit(1703837718.460:6): prog-id=9 op=LOAD
[ 12.452732] audit: type=1334 audit(1703837718.468: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] Finished [0;1;39mSynchronize System and HW clocks[0m.
[[0;32m OK [0m] Created slice [0;1;39mUser Slice of UID 1000[0m.
Starting [0;1;39mUser Runtime Directory /run/user/1000[0m...
[[0;32m OK [0m] Finished [0;1;39mUser Runtime Directory /run/user/1000[0m.
Starting [0;1;39mUser Manager for UID 1000[0m...
[ 13.138202] audit: type=1006 audit(1703837719.164:8): pid=592 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 13.151370] audit: type=1300 audit(1703837719.164:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffd487c2d8 a2=4 a3=ffffbe09a020 items=0 ppid=1 pid=592 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.178491] audit: type=1327 audit(1703837719.164:8): proctitle="(systemd)"
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtime[0m.
[[0;32m OK [0m] Started [0;1;39mUser Manager for UID 1000[0m.
[[0;32m OK [0m] Started [0;1;39mSession c1 of User weston[0m.
[ 13.817496] audit: type=1006 audit(1703837719.840:9): pid=500 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] 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.
[ 14.552323] FAT-fs (mmcblk0p3): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 14.671459] FAT-fs (mmcblk0p2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 14.717407] EXT4-fs (mmcblk1p3): recovery complete
[ 14.718130] EXT4-fs (mmcblk1p2): recovery complete
[ 14.722264] EXT4-fs (mmcblk1p3): mounted filesystem with ordered data mode. Quota mode: none.
[ 14.727225] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
[ 14.766517] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 14.791324] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project j7200-evm -
Arago 2023.10 j7200-evm -
j7200-evm login: root
[ 15.584921] kauditd_printk_skb: 2 callbacks suppressed
[ 15.584933] audit: type=1006 audit(1703837721.608:10): pid=871 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 15.602638] audit: type=1300 audit(1703837721.608:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffd487c2d8 a2=1 a3=ffffbe09a020 items=0 ppid=1 pid=871 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)
[ 15.629075] audit: type=1327 audit(1703837721.608:10): proctitle="(systemd)"
[ 15.637972] audit: type=1334 audit(1703837721.664:11): prog-id=11 op=LOAD
[ 15.644816] audit: type=1300 audit(1703837721.664:11): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffffc87300 a2=78 a3=0 items=0 ppid=1 pid=871 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)
[ 15.670279] audit: type=1327 audit(1703837721.664:11): proctitle="(systemd)"
[ 15.677455] audit: type=1334 audit(1703837721.664:12): prog-id=11 op=UNLOAD
[ 15.684532] audit: type=1334 audit(1703837721.664:13): prog-id=12 op=LOAD
[ 15.691443] audit: type=1300 audit(1703837721.664:13): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffffc873a0 a2=78 a3=0 items=0 ppid=1 pid=871 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)
[ 15.716970] audit: type=1327 audit(1703837721.664:13): proctitle="(systemd)"
7[r[999;999H[6nroot@j7200-evm:~# uname -a
Linux j7200-evm 6.1.46-g5da2f861d7 #1 SMP PREEMPT Thu Nov 30 22:19:30 UTC 2023 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=x.x.x.x:/opt/NFS_exports/linux/j7200-hsevm/autofs/1bc94b6b255d94e3b58c22788b0ed174,nolock,v3,tcp,rsize=4096,wsize=4096
root@j7200-evm:~# uname -a
Linux j7200-evm 6.1.46-g5da2f861d7 #1 SMP PREEMPT Thu Nov 30 22:19:30 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux
root@j7200-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@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 27292
-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 478552 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4295864 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 478552 Mar 9 2018 tee-pager_v2.bin
-rw-r--r-- 1 root root 478552 Mar 9 2018 tee-raw.bin
-rw-r--r-- 1 root root 478580 Mar 9 2018 tee.bin
-rw-r--r-- 1 root root 4295864 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 822 0 53507 346 0 0 0 0 0 744 346 0 0 0 0 0 0
179 1 mmcblk0p1 244 0 16716 97 0 0 0 0 0 232 97 0 0 0 0 0 0
179 2 mmcblk0p2 290 0 18812 117 0 0 0 0 0 340 117 0 0 0 0 0 0
179 3 mmcblk0p3 251 0 16787 122 0 0 0 0 0 220 122 0 0 0 0 0 0
179 32 mmcblk0boot0 137 0 2688 28 0 0 0 0 0 80 28 0 0 0 0 0 0
179 64 mmcblk0boot1 136 0 2688 40 0 0 0 0 0 104 40 0 0 0 0 0 0
31 0 mtdblock0 65 0 520 22 0 0 0 0 0 60 22 0 0 0 0 0 0
31 1 mtdblock1 112 0 896 31 0 0 0 0 0 72 31 0 0 0 0 0 0
31 2 mtdblock2 145 0 1160 42 0 0 0 0 0 84 42 0 0 0 0 0 0
31 3 mtdblock3 50 0 400 32 0 0 0 0 0 68 32 0 0 0 0 0 0
31 4 mtdblock4 50 0 400 17 0 0 0 0 0 52 17 0 0 0 0 0 0
31 5 mtdblock5 78 0 624 20 0 0 0 0 0 56 20 0 0 0 0 0 0
31 6 mtdblock6 50 0 400 59 0 0 0 0 0 96 59 0 0 0 0 0 0
179 96 mmcblk1 789 119 54631 1142 2 0 16 3 0 1068 1145 0 0 0 0 0 0
179 97 mmcblk1p1 265 0 16673 341 0 0 0 0 0 428 341 0 0 0 0 0 0
179 98 mmcblk1p2 252 32 19348 337 1 0 8 1 0 436 338 0 0 0 0 0 0
179 99 mmcblk1p3 234 87 17410 429 1 0 8 1 0 432 431 0 0 0 0 0 0
root@j7200-evm:~# cat /proc/interrupts
CPU0 CPU1
11: 3195 3809 GICv3 30 Level arch_timer
14: 0 0 GICv3 23 Level arm-pmu
15: 1588 0 GICv3 69 Level 32c00000.mailbox thr_011
16: 6617 0 GICv3 928 Level 42120000.i2c
17: 50 0 GICv3 232 Level 2000000.i2c
18: 6 0 GICv3 233 Level 2010000.i2c
19: 41263 351 MSI-INTA 15401056 Level 46000000.ethernet-tx0
21: 53736 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: 4561 0 MSI-INTA 13828216 Level 31150000.dma-controller chan0
52: 0 0 MSI-INTA 13828217 Level 31150000.dma-controller chan1
252: 592 0 GICv3 224 Level 2800000.serial
254: 2 0 GICv3 872 Level 47040000.spi
255: 0 0 GICv3 890 Level 46000000.ethernet
256: 0 0 INTR 391 Level 310d0000.cpts
257: 1484 0 GICv3 35 Level mmc0
348: 0 0 GPIO 84 Edge -davinci_gpio tps6594-0-0x48, tps6594-2-0x4c
423: 0 0 tps6594-0-0x48 0 Edge buck1_ov
424: 0 0 tps6594-0-0x48 1 Edge buck1_uv
425: 0 0 tps6594-0-0x48 2 Edge buck1_sc
426: 0 0 tps6594-0-0x48 3 Edge buck1_ilim
427: 0 0 tps6594-0-0x48 4 Edge buck2_ov
428: 0 0 tps6594-0-0x48 5 Edge buck2_uv
429: 0 0 tps6594-0-0x48 6 Edge buck2_sc
430: 0 0 tps6594-0-0x48 7 Edge buck2_ilim
431: 0 0 tps6594-0-0x48 8 Edge buck3_ov
432: 0 0 tps6594-0-0x48 9 Edge buck3_uv
433: 0 0 tps6594-0-0x48 10 Edge buck3_sc
434: 0 0 tps6594-0-0x48 11 Edge buck3_ilim
435: 0 0 tps6594-0-0x48 12 Edge buck4_ov
436: 0 0 tps6594-0-0x48 13 Edge buck4_uv
437: 0 0 tps6594-0-0x48 14 Edge buck4_sc
438: 0 0 tps6594-0-0x48 15 Edge buck4_ilim
439: 0 0 tps6594-0-0x48 16 Edge buck5_ov
440: 0 0 tps6594-0-0x48 17 Edge buck5_uv
441: 0 0 tps6594-0-0x48 18 Edge buck5_sc
442: 0 0 tps6594-0-0x48 19 Edge buck5_ilim
443: 0 0 tps6594-0-0x48 20 Edge ldo1_ov
444: 0 0 tps6594-0-0x48 21 Edge ldo1_uv
445: 0 0 tps6594-0-0x48 22 Edge ldo1_sc
446: 0 0 tps6594-0-0x48 23 Edge ldo1_ilim
447: 0 0 tps6594-0-0x48 24 Edge ldo2_ov
448: 0 0 tps6594-0-0x48 25 Edge ldo2_uv
449: 0 0 tps6594-0-0x48 26 Edge ldo2_sc
450: 0 0 tps6594-0-0x48 27 Edge ldo2_ilim
451: 0 0 tps6594-0-0x48 28 Edge ldo3_ov
452: 0 0 tps6594-0-0x48 29 Edge ldo3_uv
453: 0 0 tps6594-0-0x48 30 Edge ldo3_sc
454: 0 0 tps6594-0-0x48 31 Edge ldo3_ilim
455: 0 0 tps6594-0-0x48 32 Edge ldo4_ov
456: 0 0 tps6594-0-0x48 33 Edge ldo4_uv
457: 0 0 tps6594-0-0x48 34 Edge ldo4_sc
458: 0 0 tps6594-0-0x48 35 Edge ldo4_ilim
459: 0 0 tps6594-0-0x48 36 Edge vcca_ov
460: 0 0 tps6594-0-0x48 37 Edge vcca_uv
478: 0 0 tps6594-0-0x48 55 Edge npwron_start
479: 0 0 tps6594-0-0x48 56 Edge enable
480: 0 0 tps6594-0-0x48 57 Edge fsd
481: 0 0 tps6594-0-0x48 58 Edge soft_reboot
482: 0 0 tps6594-0-0x48 59 Edge bist_pass
483: 0 0 tps6594-0-0x48 60 Edge ext_clk
484: 0 0 tps6594-0-0x48 61 Edge twarn
485: 0 0 tps6594-0-0x48 62 Edge tsd_ord
486: 0 0 tps6594-0-0x48 63 Edge bist_fail
487: 0 0 tps6594-0-0x48 64 Edge reg_crc_err
488: 0 0 tps6594-0-0x48 65 Edge recov_cnt
489: 0 0 tps6594-0-0x48 66 Edge spmi_err
490: 0 0 tps6594-0-0x48 67 Edge npwron_long
491: 0 0 tps6594-0-0x48 68 Edge nint_readback
492: 0 0 tps6594-0-0x48 69 Edge nrstout_readback
493: 0 0 tps6594-0-0x48 70 Edge tsd_imm
494: 0 0 tps6594-0-0x48 71 Edge vcca_ovp
495: 0 0 tps6594-0-0x48 72 Edge pfsm_err
496: 0 0 tps6594-0-0x48 73 Edge imm_shutdown
497: 0 0 tps6594-0-0x48 74 Edge ord_shutdown
498: 0 0 tps6594-0-0x48 75 Edge mcu_pwr_err
499: 0 0 tps6594-0-0x48 76 Edge soc_pwr_err
500: 0 0 tps6594-0-0x48 77 Edge comm_frm_err
501: 0 0 tps6594-0-0x48 78 Edge comm_crc_err
502: 0 0 tps6594-0-0x48 79 Edge comm_adr_err
503: 0 0 tps6594-0-0x48 82 Edge en_drv_readback
504: 0 0 tps6594-0-0x48 83 Edge nrstout_soc_readback
505: 0 0 tps6594-0-0x48 84 Edge esm_soc_pin
506: 0 0 tps6594-0-0x48 85 Edge esm_soc_fail
507: 0 0 tps6594-0-0x48 86 Edge esm_soc_rst
509: 0 0 tps6594-0-0x48 88 Edge alarm
511: 0 0 tps6594-2-0x4c 0 Edge buck1_ov
512: 0 0 tps6594-2-0x4c 1 Edge buck1_uv
513: 0 0 tps6594-2-0x4c 2 Edge buck1_sc
514: 0 0 tps6594-2-0x4c 3 Edge buck1_ilim
515: 0 0 tps6594-2-0x4c 4 Edge buck2_ov
516: 0 0 tps6594-2-0x4c 5 Edge buck2_uv
517: 0 0 tps6594-2-0x4c 6 Edge buck2_sc
518: 0 0 tps6594-2-0x4c 7 Edge buck2_ilim
519: 0 0 tps6594-2-0x4c 8 Edge buck3_ov
520: 0 0 tps6594-2-0x4c 9 Edge buck3_uv
521: 0 0 tps6594-2-0x4c 10 Edge buck3_sc
522: 0 0 tps6594-2-0x4c 11 Edge buck3_ilim
523: 0 0 tps6594-2-0x4c 12 Edge buck4_ov
524: 0 0 tps6594-2-0x4c 13 Edge buck4_uv
525: 0 0 tps6594-2-0x4c 14 Edge buck4_sc
526: 0 0 tps6594-2-0x4c 15 Edge buck4_ilim
547: 0 0 tps6594-2-0x4c 36 Edge vcca_ov
548: 0 0 tps6594-2-0x4c 37 Edge vcca_uv
549: 0 0 tps6594-2-0x4c 38 Edge vmon1_ov
550: 0 0 tps6594-2-0x4c 39 Edge vmon1_uv
551: 0 0 tps6594-2-0x4c 40 Edge vmon1_rv
552: 0 0 tps6594-2-0x4c 41 Edge vmon2_ov
553: 0 0 tps6594-2-0x4c 42 Edge vmon2_uv
554: 0 0 tps6594-2-0x4c 43 Edge vmon2_rv
566: 0 0 tps6594-2-0x4c 55 Edge npwron_start
567: 0 0 tps6594-2-0x4c 56 Edge enable
568: 0 0 tps6594-2-0x4c 57 Edge fsd
569: 0 0 tps6594-2-0x4c 58 Edge soft_reboot
570: 0 0 tps6594-2-0x4c 59 Edge bist_pass
571: 0 0 tps6594-2-0x4c 60 Edge ext_clk
572: 0 0 tps6594-2-0x4c 61 Edge twarn
573: 0 0 tps6594-2-0x4c 62 Edge tsd_ord
574: 0 0 tps6594-2-0x4c 63 Edge bist_fail
575: 0 0 tps6594-2-0x4c 64 Edge reg_crc_err
576: 0 0 tps6594-2-0x4c 65 Edge recov_cnt
577: 0 0 tps6594-2-0x4c 66 Edge spmi_err
578: 0 0 tps6594-2-0x4c 67 Edge npwron_long
579: 0 0 tps6594-2-0x4c 68 Edge nint_readback
580: 0 0 tps6594-2-0x4c 69 Edge nrstout_readback
581: 0 0 tps6594-2-0x4c 70 Edge tsd_imm
582: 0 0 tps6594-2-0x4c 71 Edge vcca_ovp
583: 0 0 tps6594-2-0x4c 72 Edge pfsm_err
584: 0 0 tps6594-2-0x4c 73 Edge imm_shutdown
585: 0 0 tps6594-2-0x4c 74 Edge ord_shutdown
586: 0 0 tps6594-2-0x4c 75 Edge mcu_pwr_err
587: 0 0 tps6594-2-0x4c 76 Edge soc_pwr_err
588: 0 0 tps6594-2-0x4c 77 Edge comm_frm_err
589: 0 0 tps6594-2-0x4c 78 Edge comm_crc_err
590: 0 0 tps6594-2-0x4c 79 Edge comm_adr_err
591: 0 0 tps6594-2-0x4c 82 Edge en_drv_readback
592: 0 0 tps6594-2-0x4c 83 Edge nrstout_soc_readback
593: 0 0 tps6594-2-0x4c 84 Edge esm_soc_pin
594: 0 0 tps6594-2-0x4c 85 Edge esm_soc_fail
595: 0 0 tps6594-2-0x4c 86 Edge esm_soc_rst
596: 4 0 INTR 436 Level mbox-mcu-r5fss0-core0
597: 6 0 INTR 432 Level mbox-main-r5fss0-core0
650: 0 0 MSI-INTA 13893764 Edge 31150000.dma-controller chan1
677: 1680 0 GICv3 36 Level mmc1
679: 0 0 GICv3 892 Level TI-am335x-adc.9.auto
680: 0 0 GICv3 362 Edge j721e-pcie-link-down-irq
685: 0 0 ITS-MSI 0 Edge PCIe PME, aerdrv
688: 0 0 GICv3 152 Level 6000000.usb
IPI0: 1703 10416 Rescheduling interrupts
IPI1: 2733 7662 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: 209 166 IRQ work interrupts
IPI6: 0 0 CPU wake-up interrupts
Err: 0
root@j7200-evm:~# cat /proc/softirqs
CPU0 CPU1
HI: 0 0
TIMER: 1213 1380
NET_TX: 7 3
NET_RX: 80939 375
BLOCK: 1093 0
IRQ_POLL: 0 0
TASKLET: 6558 9
SCHED: 1880 1542
HRTIMER: 0 1
RCU: 7228 10727
root@j7200-evm:~# ls -lR /run/media/mmcblk0p1
/run/media/mmcblk0p1:
total 0
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:~# depmod -a
root@j7200-evm:~# lsmod
Module Size Used by
pci_endpoint_test 20480 0
overlay 122880 0
rpmsg_ctrl 16384 0
rpmsg_char 16384 1 rpmsg_ctrl
ti_am335x_adc 20480 0
kfifo_buf 16384 1 ti_am335x_adc
cdns3 45056 0
cdns_usb_common 20480 1 cdns3
cfg80211 385024 0
rfkill 24576 2 cfg80211
crct10dif_ce 16384 1
ti_k3_r5_remoteproc 28672 0
virtio_rpmsg_bus 20480 0
rpmsg_ns 16384 1 virtio_rpmsg_bus
pci_j721e_host 16384 0
k3_j72xx_bandgap 16384 0
pci_j721e 16384 1 pci_j721e_host
ti_am335x_tscadc 16384 1 ti_am335x_adc
rti_wdt 16384 0
sa2ul 36864 0
pcie_cadence_host 16384 1 pci_j721e_host
pcie_cadence 16384 2 pcie_cadence_host,pci_j721e_host
cdns3_ti 16384 0
optee_rng 16384 0
rng_core 20480 1 optee_rng
cryptodev 53248 0
fuse 131072 1
drm 561152 0
drm_panel_orientation_quirks 28672 1 drm
ipv6 475136 40
root@j7200-evm:~# devmem2 0x9e800000
/dev/mem opened.
[ 55.729658] SError Interrupt on CPU1, code 0x00000000bf000002 -- SError
[ 55.729672] CPU: 1 PID: 913 Comm: devmem2 Tainted: G O 6.1.46-g5da2f861d7 #1
[ 55.729677] Hardware name: Texas Instruments J7200 EVM (DT)
[ 55.729680] pstate: 60000000 (nZCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[ 55.729685] pc : 0000ffff840f6c28
[ 55.729687] lr : 0000ffff840f8ed0
[ 55.729689] sp : 0000ffffeb9808b0
[ 55.729690] x29: 0000ffffeb9808b0 x28: 0000000000000000 x27: 0000000000412000
[ 55.729698] x26: 0000ffff8411a000 x25: 0000ffffeb980c78 x24: 0000ffffeb980a80
[ 55.729704] x23: 0000000000000003 x22: 0000000000000002 x21: 0000000000000048
[ 55.729709] x20: 0000ffff84123360 x19: 0000ffff8411a000 x18: 0000000000000000
[ 55.729715] x17: 0000ffff840f8e88 x16: 0000000000411ff8 x15: 0000000000000001
[ 55.729720] x14: 0000000000000001 x13: 2073736572646461 x12: 0000ffff8411a000
[ 55.729725] x11: 000000000000000e x10: 000000000000000a x9 : 0000ffffeb9808f4
[ 55.729731] x8 : 0000000000000040 x7 : 3030306131313438 x6 : 0000000000400358
[ 55.729736] x5 : 0000000000000000 x4 : 000000000040113d x3 : 0000000000000000
[ 55.729741] x2 : 0000000000400708 x1 : 0000000000400708 x0 : 0000000000400550
[ 55.729747] Kernel panic - not syncing: Asynchronous SError Interrupt
[ 55.729750] CPU: 1 PID: 913 Comm: devmem2 Tainted: G O 6.1.46-g5da2f861d7 #1
[ 55.729755] Hardware name: Texas Instruments J7200 EVM (DT)
[ 55.729757] Call trace:
[ 55.729759] dump_backtrace.part.0+0xdc/0xf0
[ 55.729776] show_stack+0x18/0x30
[ 55.729782] dump_stack_lvl+0x68/0x84
[ 55.729791] dump_stack+0x18/0x34
[ 55.729796] panic+0x188/0x348
[ 55.729802] nmi_panic+0xac/0xb0
[ 55.729809] arm64_serror_panic+0x6c/0x7c
[ 55.729816] do_serror+0x58/0x5c
[ 55.729822] __el0_error_handler_common+0x40/0xa4
[ 55.729828] el0t_64_error_handler+0x10/0x20
[ 55.729832] el0t_64_error+0x18c/0x190
[ 55.729837] SMP: stopping secondary CPUs
[ 55.729844] Kernel Offset: disabled
[ 55.729846] CPU features: 0x40000,20028084,0000420b
[ 55.729850] Memory Limit: none
[ 55.918366] ---[ end Kernel panic - not syncing: Asynchronous SError Interrupt ]---
# ATF Firewall Test
U-Boot SPL 2024.01-rc5-00685-g8e966931a04b-dirty (Dec 29 2023 - 13:31:26 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
Trying to boot from UART
CLoaded 1060139 bytes
Loading Environment from nowhere... OK
init_env from device 7 not supported!
Starting ATF on ARM64 core...
NOTICE: BL31: v2.9(release):v2.9.0-614-gd7a7135d32-dirty
NOTICE: BL31: Built : 09:34:15, Aug 24 2023
I/TC:
I/TC: OP-TEE version: 4.0.0 (gcc version 11.4.0 (GCC)) #1 Fri Oct 20 18:29:31 UTC 2023 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: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
I/TC: Secure Board Configuration Software: Rev 0
I/TC: Secure Boot Keys: Count 1, Rev 1
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.01-rc5-00685-g8e966931a04b-dirty (Dec 29 2023 - 13:31:44 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
Detected: J7X-BASE-CPB rev E3
Detected: J7X-VSC8514-ETH rev E2
Trying to boot from UART
CLoaded 1365299 bytes
U-Boot 2024.01-rc5-00685-g8e966931a04b-dirty (Dec 29 2023 - 13:31:44 +0530)
SoC: J721E SR1.1 HS-SE
Model: Texas Instruments J721e EVM
Board: J721EX-PM2-SOM rev A
DRAM: 4 GiB
Core: 136 devices, 35 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 mdio_freq:1000000
Detected: J7X-BASE-CPB rev E3
Detected: J7X-VSC8514-ETH rev E2
Sierra init failed:-19
Net: eth0: ethernet@46000000port@1
Hit any key to stop autoboot: 2 0
=>
=>
=>
=>
=>
=>
=>
=>
=> version
U-Boot 2024.01-rc5-00685-g8e966931a04b-dirty (Dec 29 2023 - 13:31:44 +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 'x.x.x.x'
=> 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=A
board_serial=0411
board_software_revision=01
boot=mmc
boot_fdt=try
boot_fit=1
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_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
default_device_tree=ti/k3-j721e-common-proc-board.dtb
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
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=xx:xx:xx:xx:xx:xx
eth2addr=xx:xx:xx:xx:xx:xx
eth3addr=xx:xx:xx:xx:xx:xx
eth4addr=xx:xx:xx:xx:xx:xx
ethaddr=xx:xx:xx:xx:xx:xx
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde968c0
fdtoverlay_addr_r=0x89000000
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = j721e; then setenv name_fdt ti/k3-j721e-common-proc-board.dtb; fi; if test $board_name = j7200; then setenv name_fdt ti/k3-j7200-common-proc-board.dtb; fi; if test $board_name = j721e-eaik || test $board_name = j721e-sk; then setenv name_fdt ti/k3-j721e-sk.dtb; fi; setenv fdtfile ${name_fdt}
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_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#=0000000000000411
serverip=x.x.x.x
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: 7114/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 'x.x.x.x'
=> 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
BOOTP broadcast 2
BOOTP broadcast 3
DHCP client bound to address x.x.x.x (1076 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
691508 bytes read in 53 ms (12.4 MiB/s)
Load Remote Processor 2 with data@addr=0x82000000 691508 bytes: Success!
91496 bytes read in 40 ms (2.2 MiB/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 91496 bytes: Failed!
91496 bytes read in 41 ms (2.1 MiB/s)
Load Remote Processor 4 with data@addr=0x82000000 91496 bytes: Success!
91496 bytes read in 40 ms (2.2 MiB/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 91496 bytes: Failed!
144948 bytes read in 42 ms (3.3 MiB/s)
Load Remote Processor 6 with data@addr=0x82000000 144948 bytes: Success!
144948 bytes read in 41 ms (3.4 MiB/s)
Load Remote Processor 7 with data@addr=0x82000000 144948 bytes: Success!
10489000 bytes read in 48 ms (208.4 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=A
board_serial=0411
board_software_revision=01
boot=mmc
boot_fdt=try
boot_fit=1
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_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
default_device_tree=ti/k3-j721e-common-proc-board.dtb
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=x.x.x.x
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=xx:xx:xx:xx:xx:xx
eth2addr=xx:xx:xx:xx:xx:xx
eth3addr=xx:xx:xx:xx:xx:xx
eth4addr=xx:xx:xx:xx:xx:xx
ethact=ethernet@46000000port@1
ethaddr=xx:xx:xx:xx:xx:xx
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde968c0
fdtoverlay_addr_r=0x89000000
fileaddr=82000000
filesize=a00ca8
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = j721e; then setenv name_fdt ti/k3-j721e-common-proc-board.dtb; fi; if test $board_name = j7200; then setenv name_fdt ti/k3-j7200-common-proc-board.dtb; fi; if test $board_name = j721e-eaik || test $board_name = j721e-sk; then setenv name_fdt ti/k3-j721e-sk.dtb; fi; setenv fdtfile ${name_fdt}
finduuid=part uuid ${boot} ${bootpart} uuid
gatewayip=x.x.x.x
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=x.x.x.x
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_fit=fitImage
name_kern=Image
netmask=x.x.x.x
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#=0000000000000411
serverip=x.x.x.x
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: 7278/131067 bytes
=> 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=x.x.x.x:/opt/NFS_exports/linux/j721e-hsevm/autofs/e343f8e5f9c2fe0ff25e5b34b473a3e7,nolock,v3,tcp,rsize=4096,wsize=4096 '
=> tftp ${addr_fit} x.x.x.x:vatf_j721e-hsevm/27e3045123e2c72f6056848e7a7a1875
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 x.x.x.x; our IP address is x.x.x.x
Filename 'vatf_j721e-hsevm/27e3045123e2c72f6056848e7a7a1875'.
Load address: 0x90000000
Loading: *################################################## 8.5 MiB
7 MiB/s
done
Bytes transferred = 8956734 (88ab3e hex)
=> printenv bootcmd
## Error: "bootcmd" not defined
=> setenv bootcmd ''${bootcmd}' run findfdt; run get_overlaystring; printenv; iminfo ${addr_fit}; run run_fit;'
=> version
U-Boot 2024.01-rc5-00685-g8e966931a04b-dirty (Dec 29 2023 - 13:31:44 +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 = 0x00000000ffed7000
reloc off = 0x000000007f6d7000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = xx:xx:xx:xx:xx:xx
IP addr = x.x.x.x
fdt_blob = 0x00000000fde968c0
new_fdt = 0x00000000fde968c0
fdt_size = 0x00000000000204e0
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 = 0x4 / max = 0x10
reserved[0] [0x9e800000-0xa8ffffff], 0x0a800000 bytes flags: 4
reserved[1] [0xaa000000-0xabbfffff], 0x01c00000 bytes flags: 4
reserved[2] [0xfce86000-0xffffffff], 0x0317a000 bytes flags: 0
reserved[3] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002800000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde968b0
sp start = 0x00000000fde968b0
Early malloc usage: 31c8 / 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 = 0x00000000ffed7000
reloc off = 0x000000007f6d7000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = xx:xx:xx:xx:xx:xx
IP addr = x.x.x.x
fdt_blob = 0x00000000fde968c0
new_fdt = 0x00000000fde968c0
fdt_size = 0x00000000000204e0
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 = 0x4 / max = 0x10
reserved[0] [0x9e800000-0xa8ffffff], 0x0a800000 bytes flags: 4
reserved[1] [0xaa000000-0xabbfffff], 0x01c00000 bytes flags: 4
reserved[2] [0xfce86000-0xffffffff], 0x0317a000 bytes flags: 0
reserved[3] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002800000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde968b0
sp start = 0x00000000fde968b0
Early malloc usage: 31c8 / 8000
=> ls mmc 0:1
0 file(s), 0 dir(s)
=> ls mmc 1:1
EFI/
20591104 Image
278174 sysfw.itb
268978 sysfw-j721e-gp-evm.itb
278174 sysfw-j721e_sr1_1-hs-evm.itb
269718 sysfw-j721e_sr2-hs-fs-evm.itb
291408 tiboot3.bin
290633 tiboot3-j721e-gp-evm.bin
291408 tiboot3-j721e_sr1_1-hs-evm.bin
291408 tiboot3-j721e_sr2-hs-fs-evm.bin
1024723 tispl.bin
1300183 u-boot.img
574 uEnv.txt
4 ws-calibrate.rules
13 file(s), 1 dir(s)
=> ext4ls mmc 0:2 /lib/firmware
=> ext4ls mmc 1:2 /lib/firmware
<DIR> 4096 .
<DIR> 4096 ..
2040 LICENCE.ibt_firmware
2046 LICENCE.iwlwifi_firmware
<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
1489652 iwlwifi-9260-th-b0-jf-b0-46.ucode
<SYM> 69 j7-c66_0-fw
<SYM> 76 j7-c66_0-fw-sec
<SYM> 69 j7-c66_1-fw
<SYM> 76 j7-c66_1-fw-sec
<SYM> 65 j7-c71_0-fw
<SYM> 72 j7-c71_0-fw-sec
<SYM> 65 j7-main-r5f0_0-fw
<SYM> 72 j7-main-r5f0_0-fw-sec
<SYM> 67 j7-main-r5f0_1-fw
<SYM> 74 j7-main-r5f0_1-fw-sec
<SYM> 67 j7-main-r5f1_0-fw
<SYM> 74 j7-main-r5f1_0-fw-sec
<SYM> 67 j7-main-r5f1_1-fw
<SYM> 74 j7-main-r5f1_1-fw-sec
<SYM> 67 j7-mcu-r5f0_1-fw
<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 pru
247469 pvdec_full_bin.fw
4676 regulatory.db
1182 regulatory.db.p7s
122880 rgx.fw.x.x.x.x
118784 rgx.fw.x.x.x.x.64k
382744 rgx.sh.x.x.x.x
<DIR> 4096 ti-connectivity
<DIR> 4096 ti-eth
<DIR> 4096 ti-ipc
=> boot
## Error: "get_overlaystring" not defined
_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=A
board_serial=0411
board_software_revision=01
boot=mmc
boot_fdt=try
boot_fit=1
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 root=/dev/nfs rw nfsroot=x.x.x.x:/opt/NFS_exports/linux/j721e-hsevm/autofs/e343f8e5f9c2fe0ff25e5b34b473a3e7,nolock,v3,tcp,rsize=4096,wsize=4096
bootcmd= run findfdt; run get_overlaystring; printenv; iminfo ${addr_fit}; run run_fit;
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
default_device_tree=ti/k3-j721e-common-proc-board.dtb
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=x.x.x.x
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=xx:xx:xx:xx:xx:xx
eth2addr=xx:xx:xx:xx:xx:xx
eth3addr=xx:xx:xx:xx:xx:xx
eth4addr=xx:xx:xx:xx:xx:xx
ethact=ethernet@46000000port@1
ethaddr=xx:xx:xx:xx:xx:xx
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde968c0
fdtfile=ti/k3-j721e-common-proc-board.dtb
fdtoverlay_addr_r=0x89000000
fileaddr=90000000
filesize=88ab3e
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = j721e; then setenv name_fdt ti/k3-j721e-common-proc-board.dtb; fi; if test $board_name = j7200; then setenv name_fdt ti/k3-j7200-common-proc-board.dtb; fi; if test $board_name = j721e-eaik || test $board_name = j721e-sk; then setenv name_fdt ti/k3-j721e-sk.dtb; fi; setenv fdtfile ${name_fdt}
finduuid=part uuid ${boot} ${bootpart} uuid
gatewayip=x.x.x.x
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=x.x.x.x
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=x.x.x.x
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#=0000000000000411
serverip=x.x.x.x
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: 7599/131067 bytes
## Checking Image at 90000000 ...
FIT image found
FIT description: Kernel fitImage for Arago/6.1.46+gitAUTOINC+5da2f861d7/j721e-evm
Image 0 (kernel-1)
Description: Linux kernel
Type: Kernel Image
Compression: gzip compressed
Data Start: 0x900000f4
Data Size: 8539564 Bytes = 8.1 MiB
Architecture: AArch64
OS: Linux
Load Address: 0x81000000
Entry Point: 0x81000000
Hash algo: sha512
Hash value: 88df7e909b47b7e9ea394652951f5241495c924efc29e4c4f04dc6c2dd000fb3535cc510a9459487ec8510290b33e5278e10c9fda2d0a07b7d36787c30173525
Image 1 (fdt-ti_k3-j721e-common-proc-board.dtb)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90824fe4
Data Size: 113262 Bytes = 110.6 KiB
Architecture: AArch64
Load Address: 0x83000000
Hash algo: sha512
Hash value: b7573630c42fdf5f2ac3804f181a4b735d7a5062efd4458da3351c85cffcb0297318d4b88d1833176f1567fa062f05d801bf09c7dd1cf03a66652c9e4ecf8655
Image 2 (fdt-ti_k3-j721e-beagleboneai64.dtb)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90840b70
Data Size: 102541 Bytes = 100.1 KiB
Architecture: AArch64
Load Address: 0x83000000
Hash algo: sha512
Hash value: a71607280c6f926f4573a671db8fa131997a6d5a8b8975d946370d3acb70afbb5b54e1ff535a4a64efac49b216a14fcbef0cdafe888d46d98331f07ebd4ab38a
Image 3 (fdt-ti_k3-j721e-sk.dtb)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90859d10
Data Size: 103298 Bytes = 100.9 KiB
Architecture: AArch64
Load Address: 0x83000000
Hash algo: sha512
Hash value: f0a48bb4cf4c32d04bf129364d38c461a221a62333e4083e9c49bf41b5c9b2307be413bcb481fa58f04f6cbc46803b8e34fa9f7deeecf30b61e36234728a818f
Image 4 (fdt-ti_k3-j721e-beagleboneai64-dsi-rpi-7inch-panel.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908731c4
Data Size: 3918 Bytes = 3.8 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: b7bb641b7d499202428b032b3bfb8e2ca49a8ad4265af30a5991a30a9600b0dd3bf9e4d2b62f432a84868a6b6bb9328578897c62a2c5d1ccf11b144f83902239
Image 5 (fdt-ti_k3-j721e-evm-virt-mac-client.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90874238
Data Size: 3589 Bytes = 3.5 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 59a23f2ec1b187f370e259b4082bf0dc597c52ea75c4cf8e24652086cab0803801b67b58b76687e59b2857ff332e448fb15e7b64c19514dffe9fd4d10e716d70
Image 6 (fdt-ti_k3-j721e-evm-fusion.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90875158
Data Size: 2988 Bytes = 2.9 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: e246edb4279b47f13b5e07f5a46b7d627ad4e9c8695cd0760d036e03ac339d81b0f81fbfdcf758eb5d12337d111789ed6604d2c6ebe4dc33cce55e9f264bc28a
Image 7 (fdt-ti_k3-j721e-sk-rpi-hdr-ehrpwm.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90875e24
Data Size: 1623 Bytes = 1.6 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: b3bb168866caa30d9148ce5b5a69c4c80a69c82a65d608a5d2c510818a51b1b109822e38b71c38540a8861fec82f283c8728c1317f3e6795f88b7cf58dbb66d8
Image 8 (fdt-ti_k3-j721e-evm-gesi-exp-board.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9087659c
Data Size: 4536 Bytes = 4.4 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: f1c4249bb795f5be5d0d8c6e1889bc63a75a435297bf121e1bd8080a2d6eba7cc9588ed1d4a83bd2efa17ead8ca944ab05724cab337c6c733e8c79f659387513
Image 9 (fdt-ti_k3-j721e-sk-fusion.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9087786c
Data Size: 3389 Bytes = 3.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 767358187ad75fe8498a4e7e091be0403da9c1f1d1e73dd0878930e9d3bb18116e6ee28994875f585f5a508e55e7a12b4d93e5e29ed973c049d61b20c6134608
Image 10 (fdt-ti_k3-j721e-evm-quad-port-eth-exp.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908786d0
Data Size: 4285 Bytes = 4.2 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 3398bc08a42da8f1c5ac0e945991f791c1e6b6e042b3e42394b08b1d97e49c634c170cdde5bca07a6248b71fcdb032c0bdbbaa4a01e97f0acd49a983f38c9ef2
Image 11 (fdt-ti_k3-j721e-sk-csi2-ov5640.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908798ac
Data Size: 2324 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 625874046d48f9dc3cfd917db06459941d21f31f60c7ec017b98a0c0e0ff054866a8cfedace694137409c42b8d3f13b36706bcbc9ceded3a77a93084baf3472d
Image 12 (fdt-ti_k3-j721e-sk-csi2-rpi-imx219.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9087a2e0
Data Size: 4216 Bytes = 4.1 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 44c86a927eb3e0cfd91edad3fba502d853430bce0f975d3b73517092afac739a3ef77d9d75fb54bed313c21f146a36bb8e913ccc246e43f19f9628c46cb6b79d
Image 13 (fdt-ti_k3-j721e-evm-csi2-ov5640.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9087b478
Data Size: 1626 Bytes = 1.6 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: b7c19702b65392b71901801554238e7e61dc1d7f9de8ee12b2e209d70da8816ed5248fcc8a524f9c94339b1a61217d79ae61e0b34bbc6f44624f1f7afe1a8aac
Image 14 (fdt-ti_k3-fpdlink-imx390-rcm-0-2.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9087bbf4
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 9e6c6ec68d32dd377de44356b2e8ad4f08be24ab00b245ec42fdc8a4326f9a706c7bca01f76004b9331eeaa7a2b96929ba92884561387a82af5917b8e11011ae
Image 15 (fdt-ti_k3-fpdlink-imx390-rcm-0-1.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9087c66c
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: c0aca4fefc6e5bd651d9dc7bc47a67ef663bd66c560aa88f54d5f08abcc2fbaaa1a75fefbd7469ffd40c6f692c3e34ad56d6629604ca7cff3411b1a787364647
Image 16 (fdt-ti_k3-fpdlink-ov2312-0-2.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9087d0e0
Data Size: 2221 Bytes = 2.2 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: f3127ca006e892ceab92e6978e38d2fa285788c56503f9433a962d205ff9c96013f41ae4065134a6f6377925df746d70dffcac19fdd4c4ca89dbea3034212f19
Image 17 (fdt-ti_k3-fpdlink-imx390-rcm-0-0.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9087dab0
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: dab792a0fe4f23338569aef8d1e5f7b31ee09cb7b6a916c5a9332ceb5118dea551d905186a28c3bec62fbfdd2a9e2ab18c879f023968ea9cd4c4e916541cf403
Image 18 (fdt-ti_k3-fpdlink-imx390-rcm-1-3.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9087e528
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: fd9beac010ff5c5dc6e6e0379e324dd942c1551be044fb32a6c36bcf3a886fba255bfe4097dc2e53bafd1b7e0b9656b47687e4b41d0be3b85a2414dfb4d9899a
Image 19 (fdt-ti_k3-fpdlink-imx390-rcm-1-0.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9087efa0
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 29e1ed590106bf4d6e6e7f28227029d14b3a753d10ce96ba731aaa8e0d8dd55a16f0cdf8486fc5a913978c532d9df68da2489ca623970027159751c46781384d
Image 20 (fdt-ti_k3-fpdlink-ov2312-0-0.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9087fa14
Data Size: 2221 Bytes = 2.2 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: feadc9b47e74e1144be9229ea5ebb8db2077fcf8eca8b45b41e7c869cca9c440d24f845ff550d3b75cb3a0f8191caa184f262188b0c39256e927138a787a6038
Image 21 (fdt-ti_k3-fpdlink-ov2312-0-1.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908803e0
Data Size: 2221 Bytes = 2.2 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: b7fc6b3885deedeeda85174f2e2ff8dffa77f729919324a589053d2a9721d8a7f236bfb89eae4791684c44b45d828de882fd23c8c1d889870072f7770b3115e3
Image 22 (fdt-ti_k3-fpdlink-imx390-rcm-1-2.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90880db0
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 3087be83f5170dcb0ecd7509515bb40834d44bafcc02c992fd7934fb7b2249ad76c9333000618c83dd5c47361dbbae7cb4317daaf94ce61061299acd46bf7f0e
Image 23 (fdt-ti_k3-fpdlink-imx390-rcm-0-3.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90881828
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: a10c0a703f0411acb2089e9ab323262da6449394aa287385378ca90ac3edcd00ab7f6493ba79e115a5c54f97f620b67b8eea3634dcbe02fee26f0a84ad7d4355
Image 24 (fdt-ti_k3-fpdlink-imx390-rcm-1-1.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908822a0
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 21da5dca260b652762e4681186af2dd5a58c22ad99701a3e7baaf38a1b82e96f76e8574c67ee4cc09ec325783cf447d22b2596901d2771bcde6c2e08dc566a2b
Image 25 (fdt-ti_k3-fpdlink-ov2312-0-3.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90882d14
Data Size: 2221 Bytes = 2.2 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 6aa75a2f1bdcd350887f428235a83ce7665b13ccb11e7b2d248950c306b53370e978a1838c836957dad6997befe07a8399876fe2fb99b819c86f6d29ca50e084
Image 26 (fdt-ti_k3-j7200-evm-mcspi-loopback.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908836e4
Data Size: 785 Bytes = 785 Bytes
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: c6d6b05fa72e4a7e1f43dfde19cab5cf0a9c7e04ed9e8af30b6f240fb67c96cd52d8ae901c346ec878e136b9b3e3eab35b97c376398da8c513beca2b826fcb4d
Default Configuration: 'conf-ti_k3-j721e-common-proc-board.dtb'
Configuration 0 (conf-ti_k3-j721e-common-proc-board.dtb)
Description: 1 Linux kernel, FDT blob
Kernel: kernel-1
FDT: fdt-ti_k3-j721e-common-proc-board.dtb
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 93ce695bd6aa7130afd02fb6fe72cab6b46ffe179f8f1987ba69eecfd44bfe6b877dd103158111363de231c4cbf0f4eadc0337020828be8d80e3a9b14a7514b37aac4d3d1445f0aa8594363f305e50a277e34400ddb8ead491274e59cd1102f35f2cb46f21a5820f192862dc4ebb54c933d964b7bbaf283507b7c883511044a27f087dcc880ea43f889fb66f77f976812011c78e1f27573fbd49bbf531ef0d88cb0f1e408ebdcf33b6043cdd12db7230627528cf7b0b790b77306000a3811172b7df189ee53bd8ac8badf8e9c9cb04a4a0d2bff270428d2a1b6119d868402a05b9c01bdca57864eb77993fb16c70a703e642e9079e53a9bf9bc7607ec383071875e8924366049d8dfe3df500f12d9ded966c59b9a0c6fd5ad9094330d7bb859354f0a4cb64d664828374d5cfe90b86fbcd382d7bd3c034eab63bbc10b3f3f76039593386a29d5c2c0b221efd3b224c2aeeadb87dbd9147c242e4550e205eda8b7a0698999c09acf4533f91caf8487e8ed0f5d55207d0d228c6a7e507d7241848b4394697031845d4f5e62e4cdf0b0781d1b6457aae13fd7653fc0a9b8a587595dffc0b91407721c4a198c2efc323c19662b58fbb4405d4ccdc18c2f391734c4f1abff929dd0d93bdc36072b60d784c66ba7f681611e0f1d4cf1439d6809a2b251aab5e46b5b61b150bbc994e8f87480d77f06ae9ec7c7e849ba8b41f3096e8fa
Configuration 1 (conf-ti_k3-j721e-beagleboneai64.dtb)
Description: 0 Linux kernel, FDT blob
Kernel: kernel-1
FDT: fdt-ti_k3-j721e-beagleboneai64.dtb
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 430cbb16e47a06d66aed507d2ea28c160f0cb092cb37d0a8116029c65972382103d267a443a091709ac79f8509b3a85a751603047b6230946086dfdd9538c25ec3e746009c08eefc64b6f4502e7744ee9d36110bb91fbc64c8224c46af5297b3625d06dbefe6d80f7976b40766c1bdc91a05a1f837b78a206457822a92b879b047b387a646d2ecf8addf7da408c2f453e44fe633b5c7dc39a322a128d79d174c3a64c8af43cff5fe1be1e029a6ffc9ea763ede31f7c4630560f88c96c182cf61c7e16d92974f82edc2e9622ae4bc8fa13a5cb5f5d20eba5e5d6894dc1f391db80449247d79eb26439fb269d8e0ac6057849815ace7dfa34398e83aa2eeff98c1f5ade1e8b4bb897a514e736467a235212975de1a0258c8920a70bb4b1cc65b7358f6d0ed15f6b57961022a1c5db6cdae4db466415c3b0980ce8d3184b61a62c92d3accfdacd0bd03d2f6c9f84d5ed9340a0d2cda91ae51f9a017710c6a9b5ca16ede686da7d34a87416a7c8d77b139359354b9bf39cc8cae14aea977c9dd5c72f57be874fdbc3f0cc3d3142e9d70af048c0c25181dce17c64331a79e8e928fb78c04f4f67482fb3adb318c263dbb60df38177c949215bec60092959a9ebadffd3c947df533465dfc9fac00abe341e32f7974608c3a11dd0e44265e7cf55b27309adb87e0ff00bea86539e3a2fb97afcdfb6801fe78d566c401bf2cfb330ee058
Configuration 2 (conf-ti_k3-j721e-sk.dtb)
Description: 0 Linux kernel, FDT blob
Kernel: kernel-1
FDT: fdt-ti_k3-j721e-sk.dtb
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 11db28dc01019e010fda9b7198777c6748cfe4c644abeea1b86b08ede429ba0b7fd2c564837cd1c9c587b32f06b905117e0d8fb589b85a04564d6ebd613d97a6eb12c5816ab53699748a14e1d0ec35a4e2af9f4faa0632ba0c6c5af3bffdadad4fd329464ae684ebda1a92da45b959a2bfc374ac973e2ba5d0032a2a2598ac8de1dc8ca7c8e57a92fb2a0c4e123f5cce4414a8185359f1515ca8aa1c9e0cf63403ad9389fedea3aad3036b319ad328ec2f365a91d88f7a070932d93379a3418fdb91ed1bac267c0bb83787759d76852c863455c66b3918a28f51546aafd091c69df27204f33f7e08fa98c9f16871d704caa37ef84422ddcec3d1844bcb3ea61c7a1604d3d4b919dc5f6f2080ddf19935e456ea5fa3ba6ee07b6e042ef663b18471a6b61ce6ac8888e9f7c6164091757097a39eba4cb6d0966a0dc084b0f141010378f46199463d3fd90b9beeb6b41036a92186be13f64ff695b90c1ed701e3a8f64dbd4b04c0dca68315cb8110506b860c04f51ab8c34f937eab90d54990547b8a2cd5127b3fdac1506e54c986957b8901debb91f9796fb90d75862cbe3d796394a2af2de4df187987921da073f0d45ba7b340e2ae7b5c0d1a1d7b5df203f2602dae2155a6fa574dab97e83696ef17ca73a0bd681f5195311fdfc27e7030a2301c2d148bb432179c00cb979c97c487978d59d880c76233fafd1ac955a36bd1bf
Configuration 3 (conf-ti_k3-j721e-beagleboneai64-dsi-rpi-7inch-panel.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-beagleboneai64-dsi-rpi-7inch-panel.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 4e43f17396b7e61a0b0fdd068dadaee449f7c14ddb0ea5f060a429c2ad427629e3bfc44e59aa401231b0761293c5da5c5680486534dd9f6023360bd3aedd838038b14874e3399d632eec8caf18291420051eab5118549125e7083a3a5065469ea9166981cd81822bdc0940efd5b4cdbc690811efdc895ff76cc42284d380d9c0a8094ac935e6cbeb4d439fbc5ad6dd05ce13f1ba16bb1fd2d54873d78676f9a99a74024c34e967a9354bb212f6bb7c1fd30f702da99a84221146c4814c742e628b61b667a8d141b01298b2c3d5ebc083d874f4ced1a1c47a664da0952eee9fc33f08bdc88c1ab3b7287f8bf79430bd6dbbcb934a76d7fa5995dbea85b7f07fa38543d6454c213ff9d4d5b52056a8abd703c8cfdfa673fbb7e56fc6a3c37ace74064cd50a11660a9034f7822613751403b73f795a12b941401a0e3f5ce659a62048661ee60edf668cc9b339d9c31f019b7bf8affa149dc57b03f92fefa2a99733df4212d53426f67d8f74492245d808afc5a14394da8aded29bf7ba77b505f61bdeac3861c8159cb01565e08efc501b08a1818dc62b065a7150bd834a038d8026e309ee5e06c4f39007e7daa2171f38d03a71df56fc1f08a955ecc96b3973edfdada16053b07c2f12958508bf85b40656e7a9fab431b346948c0996df850981a8a89f695ad2d3b060a1777edcfe5d728f5f034111aa64edc542103f8cc569dc52
Configuration 4 (conf-ti_k3-j721e-evm-virt-mac-client.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-evm-virt-mac-client.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 70ca9b908ddb5f26465281b16f0978307db21ce1b060516200ef877a5655b9674401a149b54265ca21b0b1a0ff15cdc7e3c6ed09dcc1b2bf4dd20ba8344c0f2ff480b74507905c4e29bb094c22d4861e769edc5f316f9d28d56c810923ad6b3db56b993ba860f8f95f09a8a45e27bc298f2b155553687b8e3ea57d7f3b071844309bd07d16eaa09113498056e3b53c2acbb5ce9159a0a406e6eadde9eef688ed6796ae31a28a7444711a2116809100e7eaba5ce3dbbee8809f8742a7bb14661f9b7f15a5e9d87041cf28686b754a4ee009f3744982410f482e34490725648fe74b3310125021e827b42c175a43a7a5c588f05715e9042a01b0a083f33ab26d03fac21f46c4fac81f7c8070ae9a71d67f51de555e50d42417a07e2d6695746f0b69196444ef22789680a9f2871e2972c005a3eddd936248519e890e69e5b9106368e7c9d9bfafa908bc627eb557adb1f180bf98a6ab7579cd311ded734fbfadf8d3b7d249f28dfac4386d07104692f5983ccc94370b5d68cc64a0db64515b9af690ec20a52982fe9ee6bc99c2c8913f3b7160ec26c0aeae65b7b91d8d76f58d6518f2faa08b8b893beabd0e91b8abd9db6fa26bf0f614b7de04db8c9a88f904d98faeda227393a4907b9c1afd770356215c9cef59056738c599f107bbd77e00e9a798613a7bb20822abdc82f2c7501335cff7752a92e076cfff8604a27469dc83
Configuration 5 (conf-ti_k3-j721e-evm-fusion.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-evm-fusion.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 2f187645414e84c42275fea9c07ab550a0ce1c043ef7420dd4bd3a15d174c9b2092f6191b657b7895fba2f9792cdba29422f07792187f71f73f537f82fb310ab8230095984a3f898a621c53555b70bc241bfd7067a50f12979825d0ad829c471d44e37fbe65dc2492b258ee3a749776ee8ca222d944277b24ac414bebe30500293c913e629188738e7411b4d7254642f571859ea9974707d941f21fb6926610880f1ec43fd6cfda63e889581c63b220cc0926c1211287775e3aa212071b4bd63eb76b766d6367a0594dd5246f7e1017ad0cddab06db2280c664b350fb34eabdffbfc408ff0f9ba6c0469cf79fa282712c73a05d415fbad407f175183d857f9bb7bed49a35fcae8fa5ede4bce43edffdc62f9e28f00aa75d9579b6914ab56dc63e330e1814dad6caa3a96c9729f330b36cab64962b194eca033df21e27bf0a9e7c6c0a771c376dcc7b4854c2036e40f571a1d12c08ac5da8acb1ea755279268220fe8789f1ce3f2280dcda6bf04f3afdca8bc4c230dc03d2411c80c932ac7ed3a206e87f6abc3e81c0c6751bbffa79490dfa1c1f0e773da8b2f1f13d3c7308932b4f7f5a4b391882dd3e91ddd34c7fff15d8f6000f0db275eb976abf9ee68243603d4725cae502f6c695dc9c234ddc21f205559b6535b5eb46c00e454ddfe41729ee510dbd61d3a50bece6bce4eb014118b4ba704220f45a87ab35811634b8332
Configuration 6 (conf-ti_k3-j721e-sk-rpi-hdr-ehrpwm.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-sk-rpi-hdr-ehrpwm.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: a6ce1eed028fa72956d0d2fd873fafeccaf4b773c5c76ad1ad42b8600dde7841ba7a5c065280b0b1f4e577f0efa91cfacb0808a0f21c4e3fb11d586682848cca62ea8337ab285c3214c4a4546b141dc2e5e83c4833deef266d41ca8d0058dce1f28fd22e2d111fcddce6564c9ce6e1bf8b8ad6376eb6731a03afb6fe92b172f6d36d9da461b2e9c680b64f6ad81d9663ab96e60a8c42b91a749980125282547a6e3fe3b3fd5b08b093417a5194cd411b9bb1da184bca5df8765a95fc398d4e34dea849ac267acbaa97cbdd0d7e645404eb3a0fccb907ddc0b3b9c7516505bc194782c49d9d4d4e30ac03b46e49e852165ba680f7dcc5b81490e6962f54e679d5c205f2cbcef003d765ca34b9bdb3d908a7001d49d83bb6fd5c5bd064f2ca45df5e3d72f1644cf84c5871928e9a9a56f93777c46d7ba541923c049f8ce657fb96274fdc96462bfb4b66f1e05a671cf866b81251ac6cf9697db9ba7320226c10ff33572fba8f28e3e0501f55eb8a0960ca8a6962bc0e30085abe236293dbc22f989db3c68894088c606df1e5224d25b5d298e7806d86390a37b98682b0ab1b79c8194d08c4bd934a8ab62b298d5eb2389a628f6e70ba9b0f5d05b84bb691207e44da8c7bd8e7669f60eb5c6922e15fec71291c23c5288092acc3ad89d0945282a41983908e892c58d2e96c8497383278444d214533ae01a5758b579f4f0007163f
Configuration 7 (conf-ti_k3-j721e-evm-gesi-exp-board.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-evm-gesi-exp-board.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: b750817a945bbf6fc87aa0b8ce99a4a37a6818f7cace17b229aa4ed4952e890fabb685f9fd8e5dfbb08b12f8f805da4e4a8ca5021556f9a7f2f40dd5cfb9482f3981473768d6e7fc02d689cf2e80f47f67465c5ceb2d046a8d62eac8c8669c2c93a90ee65b9c6b5be2522b85702ec7298302e0c019cdfb73f72ae076fbf5e635aa2e4e9c156bb3a008187e20583ae2fbb2c27b8beb17ed0a22e6d9ad633c3ac09c67a9b42c9e0d08ae10055c9c5a459a8a621326a9552d3ff62522b44f7302fa5cbfa1220605c26d245cab29159a49c66f4b41607fe7224fab8e9ce39c2580a741f672eda0a5556625be3206a1b4907be10c09253973eb37a52dbc9ba2243fba51de0d6cbc73046341ed148cf52ba78590c5217241ca86f6a11c5a1e32084bb271c2c27f4ccfadfa73037c995ec937d33a970319e735341a7e74e271bfe9d262b78c77c596131d99cc06d48317d7d7c11e752682905a94773f52a77c06cd5111e4a6b247381b562a314eb7bcb07de23f54e9be886788b28db3d6a9052777e3411ef0c177c5ced7f508abb0468914dc9d01b4dc92ee7094a0b32f15ef776bb5668c432e4f8bde47a490acc287d72b574ac7af387768daabd7a250e3d31b700997251c91533610a382897fe3f80d1f9fe381c608f3b51816eb421a1f3c24d71fa4e28adedea337d4a181c2710f83f819d0a49dc3c8a016dc88c2ad37b01b23ee60
Configuration 8 (conf-ti_k3-j721e-sk-fusion.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-sk-fusion.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 2400df4fa53a45196056d3c39918e2cd3140aa72656fc2ce4897bd9d0bfba23d642056c51433ee0469054450c4d04dbb3d40b206050c2ce4f2b9092e36b3287d38c60c4703b138da1173e6c06052282eb869524a741b096ebdb3bb5ea922198de79a5383497b463181dd7f297a0e46d01b8776c7f225104384d8a987f6d621c0347012b6deb5f899a7072fd8b0a8082df0e440d05e55281fff6ba962ca7492f338f54d76e744bbc83ef87b5bf1634643f0e7bd48835c0e516796fc9991ecaa91b075b7be3316148b3337cd35dbeed07bc2ca7cf3cdd7bb81b25ccf29af65cb434496ea2176338a5c77840208bd7d933efb512cd0163e0364c493e868b469360aa072bf999e541e7a0d8007cf83051144c7f6b3188ed0890a3798243935736f748051e56db0dc6e953f8c525d41b06287a7353649af25fe0b2d8ed4d933976c5e08e2576a6b2e257befede572e6c7fb648c4354e3f6c1234d7a5c4004aa91eacfb956fd181627af61d4eb24e05e0da0063c4479dbbe3f13ad04a88b5bd8c119040e93605c65a8a6a2752f5ac3923176ffc1b4347600b0c1a5ed6f2db6a29858c7f12c248ff92cc65bdfdde740ada8024ac06f44ddb8bc954339759bfdc184e0e86e8cfc07ae9ac2448fac6f62f1abb7d079302e19816bd945cd95ea2b3b416f2a376b6a98b9e7f5a1a465800a7c78e40dccbdb9d69fbf0b1efe0931b447d809a0
Configuration 9 (conf-ti_k3-j721e-evm-quad-port-eth-exp.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-evm-quad-port-eth-exp.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 435bddd141b742c4cef2780c3a2ab36be49b86d97dcb40e9ff4d62cdee0ecb2c58addcbbcdc44b5c57d423c0787e0b981f68423af291ef6c44ce48e38b018e3d036e28a4dfafb76cc442781923e2ca09823074a79a39dd4f53f1aaef8d69dc11bdbe76f19d120f220c9ea9c46ed50c7036bf14e56b147ae82cf7615e29143af66152f7e84f9bc0c1538f839e2350e714494432b4a2d28e8eac145dd1b254bae48b3928ba54e469aa316ff2cfd6e19c453d5e0cb116758fa7009065a2ec4d13a3743511dd56d7b9bd44dcf664ed7880d4f3f6c48dad99522cce4ab57fb7dd6460077cea9601ce45412539dd93a1af3d437cfc9046f82fd81b1176dcfa0c21335464d984bce9e6a039adebebe0c821fda7216e9506b548ebf5e6a894491128b339dfb5e31424759ca5700628d4b05c5fc8aaab7d9fc8a079d42141203bcc2ccf3dd5ffc1bf384a94dbf271e6fc25894a42acff148dadc1b804cc97f055b16cf571a4840220acc8f21d15b0896d0e9a921569ac69d5d9f194978aed82f140dc781bd24196d83a73c667e4fb805ba4c15efaf499bf9c1e089d7ca22e10bdabad99f4b9c3aa7a41f7a83ca7652b9b3e48560c05d020fa7cebe844cc8c083fd49295c6c2ea06c9900734f50e543d36b1b858cab80f03410803aae79c03bf16039f739141d160340860da31a4047c2d5df7d12438c265920547ec210414ca83f10800bf
Configuration 10 (conf-ti_k3-j721e-sk-csi2-ov5640.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-sk-csi2-ov5640.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 8139c801fe87857c04d3e5b92064485b6bb099b0890762e40f9dc9b8c76a9176e767ce96a1430f46b43541546eb6e4b6763081d3c529656f78d36b334845f444cc21c77cc4577d399d8035070162e108c6689926412f63825106f39396e79fbaebd603c32e8c37409a65e8d5329ff6b0c2a381e82c153e5cb8786bea3fc1b536f1c2f705536353f380fb0df688426d1232bb2b76e09cce182d00483e20579b7a378bfc6073ab3b3fd43d62dc5406086d14b6aa79b231e9f3a00afd12d84891422b33f856cefcfac46161f7e2ad303349fd73a81ffe40344120d967bb004353735ba659731e499174457023b59df148c1cd8b6764906096bee3fa1a68f203faa672126cb8401a18cdb635ef93b4c74334320745c243b1ad33e77f2b4a4ae9ae5f398df12b74d6b0b78ffd36a4ee0973749392a1a526c1dbf1c295cee0676316cc86918a9a730539f4c6c28c5571c3a05690710e87f510a218d47a9b19e3f4a70c02e1be1e1dfc6adbaa9cba665b104d4d1ed784c10985bdcdb8f4b78434cc7899807931ad614fd84c58caee17d88fb9fa08726ac649f6cc187c80f458796bf278ec7a9e76ecfaebb470710bc4132c0c91a3089f1df374f1199ce59a984919994880962fac577d1762d6c4158202c2eb5a9fa5a89d0e3ee33fa3a696344c9cc096bb794375d041ca137b0d26da919fc801788c9ca7785ba68932e0cc50e0cad347
Configuration 11 (conf-ti_k3-j721e-sk-csi2-rpi-imx219.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-sk-csi2-rpi-imx219.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 225f7468374bfc9dc3342305d71fed6c4b6560c101492991a4727a87ba08f295c56e01a09ca601f0265de75c777af28c360f63f7e0951a0d465811392654e2ae80528f6ccad5a0db86f7c102e75c79dea175d083a79fec1b1e41baf0be5eaab6c43ba94da3b43e5541d75228b657f4bee943909dd793ea247358d5148753bc86176944fbf6330264f753ebcb6cca7fb4b6f5c5e60b8df9dc22d075c70e0544c1efc58c517b3120e5c67ecc37eaff6eea892d72c59c2267b6ff1848160dd6ea26d1672c6cb2c414ec10f366f016645412030bb8aac6296c3ccca233094d42edc2da41f7d22db9cba355b5e992f83cf930cd89c6ca4aeb6b50f44118c998a8d964cb90b204d338cc20d306c75067a992c71d958b706bc6789e5f5e8a4732349ff59bce04c544b384110d20c3ba1773b2613d41ae10c09f8beaa4a1ad6502a63fb74e044e228e3da9e8896225f43cd27e196997fa74c59b5c32ff35257e3d4204159b1e6087d7db13191e131569f9e699ffcea590fe4151144f6377690774de5133db0e2903b1c15659d2cafacbb359d49b16c573dbd965456f334bf41eaccdf7a5f438397904a15034cbe5ae07d14e773bbb8feda84412b253057b49541b8a2d0098d782988a0a5c7340aeffc7c54da5dda9e1f958f800d8104555f8e05fae1fdac700ae4ad7ad0ff4cc32824a00ffa33ecc9f0f54e5cb697365b394fe626f0735
Configuration 12 (conf-ti_k3-j721e-evm-csi2-ov5640.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-evm-csi2-ov5640.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: b3ce74b0a312e61bba3de346899270dee2c014e5c204ac2bc17d073b2988ded1dd63b735d39da3b372ce9f04a8cb61dcda52e5ac288623bf265e409f99d3f307272d9d451fbf7217910f6f5c16013564d29901596d5d72ed2b519ed7cc85f0d119c133c8e2df380887e85b1aa4685c330241ff63042f37e4a20c7a9a63b56339b33d2623ed1d3f4e6bb71cf783aaa98ba08e6cd5f656061e6db5d0f1451ecdef78153cb0896d4a2f6b38f142910ec05b7f22d7fb455a40aa7a83ea61ec5bb3bc244a5e47ae2b3dcbdbcd4b85cc8d39074689044444c9b6d0ee2e108e99eaacd71091685f06939c0d9f6db19ca393d5a40b38f475f32bbcc0751f6d1de45b60ad039f4a4e078fcbabccd3ce27f112c9aa2104468bd5c95076c640a7de600a133615c8199b460b315b780a95980a8753f80a0787d32d631bde516c72a7fdad7566e46c5949cb1f137a06cb6fb4b638851752a1367c3f7cc98169c206bb88684ca6cada8133497b3d37c21cadfc7ff14de06aa564604bcb7662427387c7d2dba461f871c25042630101ded48e0e57e1e878b7746dd82ffd3739293bf71e55a7e889b0f152d4c4492ba035384e70dee15cd449614f9466aa4bfff4022132f3ff96954b71a66f347962dc627dc3bf215c2aa4033c3af654e5c53fa463619d3e718a6d6d459e1d9bc565a5c0e635ad359b6e48788a6ccc2714a93ec70c995cfddf974d
Configuration 13 (conf-ti_k3-fpdlink-imx390-rcm-0-2.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-imx390-rcm-0-2.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 5ec26ebbf1ab32b8911c0fb54de64b186920f5573126d3ccb21add842b8c654ba7c919c0c9a62a15a83b9367a4b4ed9af083438809a0c2a84cdcdbb906cbd890358ec46b76607b1527b53e234f2da0a46c5d7e5c9658b4a252b449a7e40f3ee67236cab01213ae4c48f5ab93db8074947ddda651b103cfcc426c17772c254f412c342a3d64e3771a5c08ef033558d63d9d1779da513e61e42549db3128613341f87a0ad5b8cd36bc756ccfb091283f6c7f0bf07d5f7e4f6e4c441452cac5096749185895850fa902995febcfa27796236ec0c1d9465bfc3c36e9b9edfaa3ca5333e04a723334c3ea695dc7f6be9b2cc60ed25050371c02362c8ee404a60aff32195de71e4a1484ff00ed855a03c6c07bf6bad02f3bcc9b01fbf8aca120fad75fa862b18f799b19373085a043836410e07565b2ca55ff2fb1f2e0b8e2e6c4b3a8be65174510bcebe9ee94a88cdd28f617627592255bcdef62c1c502c2b0c8cc38594b37695701092bc4f76150e7e53ff5a7dd02915c631b4b766a755bb8f21328f67d61f35e7131468c45fe187cc740f61e56de8f01c7e3fb6c5b551b8724425a3853ef90b796c057f6b384ba4e3b856e9d0329603d592111eb299847d740513596961248d1a07e8bf2008d26ada51725d8e5c875628a23a337a1e6fc36fb98bbdb0c835b3cd47c09cdf83aceff84962cb58bbc9aaccba67a1de13417a37917ca
Configuration 14 (conf-ti_k3-fpdlink-imx390-rcm-0-1.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-imx390-rcm-0-1.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 7930feed8b61846c4e9d5cfda72a51a9bb0006aebac4453487784a5e2117eb76861fbd198052ec7cdf05b2ff4aef55fa0d9e544146a8d13297ff52e5f2f52b78b98216778201d908e506a9036ba8805298dcd3c5522183a8485543d4196f9c2dc86963b77455553182627b45fc092f7bd5217fada5fedeab2a742b79b9916945534ed08064b84adb41b83f37ef43fb8229afc0ff6f03babd6458bfde95e32fa1ebfdfc629d02748b4982db380795be3e84819a783a608f0e26bde70e108f4b66d5048e3bd2cd24c77ac930ddde174c0dac9f3d1f3cb523f5b6b24ef3a425c1f43cd47938178661045be48da4e2769038cc854813e4d47d481e5646420c355121fc47d21e13aef482afb62a5590dac3c67bdb1f5061adb584520b9699593d609d12e5ccd50430cb672c10be8f56b77608687a06903cf05d256cdc304c4413bd4a084be0d6df753536edc5b2eb09b05008d340c2ce44d7d0f33d4f09c6dfcb7ba580ffa52eeb7c3066c959e990f789d83734e17a0cfb3a35eba218c39c58a61ba0adcaacf2f3e8b5e3c9c494b162da4faa5174c14b730ff40ce6956b547aebfc37218c23529f8de01374cd69d59dbb03874a6df68f6484f5041bcd89618d2447c8f62079fb487267f88bcfe03d669b95031d53870cf91cd0eddded61894c4e9289d89c58f43c032583fe3ec6743b69adc6e38b67c66af28f476364b6b714710c6e
Configuration 15 (conf-ti_k3-fpdlink-ov2312-0-2.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-ov2312-0-2.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 875045b7441df518e66902a02f13ddbcf1263c9a348a32b6327d83870c4d6db3e5a6f756e51873e812ea3c6ee15b070c133375cfe81a484fdeffaf10533dbbd0841f2d8e7d391ff89a8ca3a59dc02b68cb38ea30e3c940160ef02705722aaae4ec40ea098b0dd43c9dfff0e688239140d2375985c25d3885f8b91730a513c561da27f8700e28768a32f9c4fdbd5b55bed493760afe801fa2ddec99d448d7db0579aea2002f29ab256dc03218d14055dfe240867659f6fca2943012e90be91485e559b7f1ee839124b78d3ac6f5bff43d45e4ace81f0f1805b57bdf3d08541827f4b2e7e2fad2c49cd76358c09ccf0de78862c0313f58667e2075a7d3bd20866df8bb5c9271ddfeb9ee01a2aea4321650038833ddb85bee5c0813d704a4c36a1f19177b9dbcdee2631244001dd2b0c67894803bb95d41206087144c68490bfcff7676cd6e175b2f2b57a96dccd870a8eff7ac36fd8154b8ef1f1d8a94e43e947ac37b8a1cd62ce46c693b4a20d067c0ac59cbff51277cafd323a870388d3217f4c97e92983917be6d7c7fe3e40e2b66571ac4b3584d57fc99fe33b0911e482327d8b1e90847980a32166925530a412792b9d7c7848d62e840e53ff82a6d45ae5bbe39fba80d33fb74d712e4374b0bc1d99c014915518ba4d2b0d1feb22dd73b0c3c13ad7c4b989411a9a554112114ffe6e07bdb6deb980f7e32b53ca2fadae966
Configuration 16 (conf-ti_k3-fpdlink-imx390-rcm-0-0.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-imx390-rcm-0-0.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 50ab4bcfd0646c187124aad67dd8876bc64e37a4d1e3a4474a4d14e6bb83588f51a78f42e015bdc8a8575cb060d06bdf484d28f904257387ff1a95b5ca918aac7dc6c47aa053c0b9547cea72b9c8ba31eab3ffe1b2269d29ddf5a566e313d5a4eb8b926805748e345d1075545e18e79fb9f572f1040f9c1f838a19bab9109f5e69cefb2908dfe49823e2d1df3b0fbe9a648cf623669aced6a837b516e0c056324060ddd82796a1f5b28059e84189356823c8e0ca4aa85905d2913762a2c924088d83cf52ab381c903eabe5ed32e1712c8583460ebb30d6e3a5d55d8ed013ed9b86b0eba455bf731db5e44fff3837d4ebb9e0e1b56e242560088ae69f794b9677654ed5ef32bbf920aade7526feef812304267977617cb0a168675249edea7b24f2c23072887c7c99b59893131aef9120da5ae6e0efe21d439e0b9b923840f9f4649aa1e7c897c7da79d033ccfe5ce186a07542078fb2e48e1e59c1eeca8d03b55c81cbdc7ba802462be45c36e8e32a633a0ddafbf2479bbce77ebee513d784f0287ffbe87243881950c54f2902d19a49be7714312d66c0d847ceffc9c55ad8de35bed37562384826312d11b1d4e82d90fe7222bb8b9bd9954f71ec6f23a303c60e824ba7c3e552d669f989a90a40f9d8fccfd95856f7e8d86d12888da128319a47ff88f73642aff6da84bb911c464925b530497c1d44575daa0301f747725b09
Configuration 17 (conf-ti_k3-fpdlink-imx390-rcm-1-3.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-imx390-rcm-1-3.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 987f863e1c526fb40937e232e319b5c21851468bb2735096858227b4e7867fc7dd581fac3d35ed3ce621c17e330bbcaa48b945faf53405252ec0c98f3deb58ff29a7ff086430915f6f3583aa214525aea890e6b4a13e64096a62c0743cc2cd498557d0e8075dbd030b3c3efcfaf0a5a135d93c76cdd07aec1ef926ad13d8c60ef0ea7f1e30e13c2d5c529a3bb161a46e1d6a3b525a41015a18c486bb88bfdb3246c355bf5af1239c2a5675b4cbb7aafdc489c4d2908168e652dbb9a45ae1f5680710151b3bd1c10f9faf86ce11c704f531e99281c25a213a1ff81870f097d7970ee32fa8b078e0b2172d55fb5d53bb42ea16612c0e4797059b6a53311d27d57f1cc499b2ab465e4bc7c8fc6e2770bcbad2f982ed9bedc92739b43a917fed840fc35103d347839c6fdd763537c3da67f1096f54f7f46a7b00a3c95f31c9ac299918b4212a73c703104369750c2b1c7d4ec0c534029dd3f194c28e153f9f2951aa8e20dced80dafa80dc2b3e1cd81650e8d2bb8ce2764ebc4412d0b7a861d18e98458e9f8e1230279cc3251cb6803505cb7e570eadf9cbc7bf58fb063bc0492bf848bec03145c4b9885a123fca58c91d985db799c6c2f0b04160339efeab238f5b6c07f51d0dfd9e0955de5667e4c957c3d5baf65e18b51cfa7695321b4f8b8f8d8f97fe788456af42bcf6bc85d7a837279e84f8226c9341e7e1555c559ca4bcf6
Configuration 18 (conf-ti_k3-fpdlink-imx390-rcm-1-0.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-imx390-rcm-1-0.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 85245964aee1438804f6e54ee847c7b07740301403786af5d000bf632e20e6749562d1b525954a1e5a05dc786bdf5859b130610a0ebe94934114a008e1e16cfe143fd00bf3c8741900a5184482b6eb33f85702825bc2c4317186baca7fde7edf057389b2ecbb9c00239d9e29cb31edcd4bd27d035d117638be8a05cb075f9af848a350f790775c5e763a26483806d246eedae5b5aadf778d479069e5181269acb2111fb3e570d286ad5ae3bbf6c7dd705226923d56f93938fbc32f4c0c911944c784d90355a888c727aa601864dcff0753646c5d1a4348838da2a7a1eb62f7ebd69f824d18ce606c4c951f98db14606e3052af9f7d744acce2242df40a840ab5ce35e8a3d4e17044b076b81158c8b824a9fcf9378174444a0ee47a95fa31c1f6b241ab22b6677a1b2c509e0e5cf25e41bdf1f36ea84efbeb5e99f50b45eb6edd88ed55cf5d6848424861b79aa18f09c89929a69f5ae57d4ce15f282eca69b4d877276825b9a384ae40c8ab0c216a944d9581ce1f31f49d6d3f4e25fa3b63438b740d3d41b297ad181063144b3744e031da194837f07e08d5bdad5adfadecd29f75e8fac9a7d721d4097f1777bcf84e4b5d0d8121a19d479e0c933efd47ef9aa7af84591306602702e5cef5b29559ce539c26b485c21d1fe2a6be6d744c8aa67ce892933cfbfdcbc4b7d8ac21cb0d4e0837fc05ae6b9311b0f665d46180fc3224
Configuration 19 (conf-ti_k3-fpdlink-ov2312-0-0.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-ov2312-0-0.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 34046760c0b8ff653895cd9bc568bc6631d16841ba18cd47874b538ec2e20ba387a353bc9371f4c292e8924330f42c987d9a742dd6748f0546c0e5b4bc05cd81386ba1feeb96318207df3b01eb8d6d64edb74ea7d56d70a7b5e392a86c361777ed27f4c638bb09c21faddfe2932e5bd1d54b46ef15c9f102c0842fc7d4895fa83db0b1fdea3591eb1b155718a4f9b49a912b10bf6e3c333249a8a189577a2b3578e9412696d0fc49f20ab9f07677c25000a7b6c4923a16452956cccdf2fb8ccc32f82c1cdbec2b04161da7abca288445244dfb4f3b0de21e728162b491bd925138ee830a86294ed747d954033c25ec36af95569cbf053f91d9234e482e698db54f179f8f9a74729ff8b340aae4f4d98e85a4967c13d1bc3816987c30a88c543e2014878ebb2543c25b36de975276ac7fcef62a62e41d970f4c42e8a419048bab06e7d9e0abe5d0c0c5a48bee52c746e5f7a57a94122aa76bef8dd20e7bbb2e29e76d4797254a43f49e2f560e100ddd918138a451daade30afa0889ed9a74e2f404e6ea9559f6ec405682317179c28d972d501b66c72e8c6aa0d888eae8eba7f618b23931e370ec1035482f5cea79ad411009ed0119c362b89fd2762b504551fe8808ace77a9792a039b6ff8b23a53900a58286cdb77dcbee860a678d8dd9998da87d2ab2ba4e0e007264e3fb6f6c3abb670a09b01940154a21e1740e2242fd84
Configuration 20 (conf-ti_k3-fpdlink-ov2312-0-1.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-ov2312-0-1.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 017b7e3c10638d9bb807eef1d50be563707472f04edaaad532cf69e4ea426b6a46eab67b0d142111260ab88ff31051bcd99ff9bda3194971cd020dc81f655caa00761a48744d70a82399b10103b0ae11abed2c1fd5b59800cdcc748437f24921e347dedc7580627a5c29b6ad92d8f6901e45a71f907170271c4800371a2b47ba434314050b07d34d05ea3bf6ef0ada10bc2f6c082a5841fd71f0def4d96655e30d43e91176d14a2424f09cda6bb63dab9bcee1f99d6721ca7e20aa1164bc248e26a3e0fe08e5e3bed836b63acf4bf2d97364754563333a3cb09c1c6173cc277cd7dfd1fc92b9f89877f85053d18ae93afbbe861292d3ba9953e53638f9a37ea3b4f96ef60f422941f83de13bd67488e997d7248cc02d56161b0221c56f95defb50f7b71835fe71aa7a297eb46065315e747af185f99220fc8e6f7265d58a8871584e60242e519181436065f49fcc4d60349f272012ac075e18ce402afe8b5152e934f649577421eec20f66ea3595308eac9a6a8f89be5152a099d6e46608aea662ca0d04b10e7620ceb87761b0158e0e46402068e41654fdf6a9a976a482bb91ed99a6576c0741fa57c68a5fe84b4499926d571309ff6d6b99860e9a268db93c281a20172289935de15d1c80f6ef0dd3cc0ebe68261e28ab5812e7d114f61c02389475aaacb33345a9bdb1841029184ce9e3659dfee8e81981f8a3b370c0f43d
Configuration 21 (conf-ti_k3-fpdlink-imx390-rcm-1-2.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-imx390-rcm-1-2.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 37617c5445914525aba6e9fe915e103e462f4dbe9ac755cde78c0cd6fb080ec8ebf9efb79d92abe2eada4a8663111b461eeb1919b504b004391b251557fb1cf5923cb52b9ee88f6f51c18dba7968b5ad1e8cc5ff7eb9a718e4c2126a8fcdcf67b5dc1efcf8259d150e4012b75fed9019a9741c6a63846a3b378eeb20b61f2e662053b84e940c4f3673a3f75ed3ff720e7719bce9439ff2c000bc44746d2126d63ce590eaf3260477bd0c0351c5c1d5e2b64a6dc00b376891ea99e767a498dc592ef3a2a2f6d6059cccf881ac3070129dabae4187903bc401ba6c2b85f3dd580bc22d0adc51c5ebdeaa9ebfe9db0551288f5286fddbff0720ec2284ebc7b5483d63e0b8b96dcf40470628edcd415371773c0cfcca3ae79f31de1e15728ba75186f21cfcbd162ebc8eadcbc4e21edfa05ce49da22176d9820385482090303020cef6c81eeccfb5f41fd1c8c354978e93c4790153862ff784f47d35a9d601eff99c1ae09c1d703756c0c139d32032256aecacb25515f3364a4a405111389374f27ce7daef323439de05ff2d59a6575062185e2b4ae83c72c7860a522e2668401c5e9852b7161332fd0cd66f77b5b8ad3be2c5ddb83721cb01bec74adf7334360cc0fa14b4fda901cf5c2924ebf53ce056219c867e1996339507376ad365103b9207414f253b6eaeb2868658c19d8a85916f3f27a271e67c80db6654324fdffa9f64
Configuration 22 (conf-ti_k3-fpdlink-imx390-rcm-0-3.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-imx390-rcm-0-3.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 512f4500f96618e1e09af54b90b4ebe57990423102577157633b8b7d92936258ff8905dbf9cfcdabeda91f1cd60d39f399295f8810a83ff2f8faf4ecd50ca00845355c03769c98c47eb762ab2b5fa202eb1bedbd2536c01c5678fc88166268a26da3ea431bf08ea47fe9df27ce781ca9f1c5980d75e6c22e4744553d363b920f0096bf1440442550271c1a62c61137424ad91140abb8841f24c2e1df21a41e2a28c1d852c37e8165541040eabe8026ca756c01815dadeae9c6c14db24e58954974e092ecd2f2d0e21ea84286b58017efcfd5aa3b06e8226f733d935bc8f52a89c7209d8d730614caa029666db2ca91a8f3ec0926d43b7b3fa5177892b920b0ed89ee46bc57e2c082d09b1abc7d67bffd342546a6dfe9e1274d44433372035c67457f6f9b8fc03b43e6405629613cbb08af0b9bab8086b00a2f6d26ced5bce6b09537aa6e8f7132a3365aa80923b1683a9ad159c4b3674e4c5e9969109d24eca0ddd710fc32cfaafeab876b439d287f76f9a046370db26c957db38452c1deb1d10a9e704ccb943d1bdf404ef84226a2732f94a03bc7f70f41e90560eb4f4b0a968e99394f2c17bf78ee65d655cbdd18813c1299e30a093a2603010597b55fe444deea7b3e7ea5fae34c752a59918963f1a91b745e906aea6bd62aa5645ebfb7acc4e0ca4e858d5bcc071038447967ca5d77e80929d14b2702e3e07205f67bb5b5
Configuration 23 (conf-ti_k3-fpdlink-imx390-rcm-1-1.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-imx390-rcm-1-1.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 899f6cc0a17e5543fcca31c0bfbda9f0911c901843e74721bb775c5b9dae6125b2a5c56b9226548899ae79e03576549b751b7cdd175eacf46522beac248c98852b47ca54e168eef689247c62109d132af52215abeb7eafb3f7091426054b8912547fa470fb372052df090fb49d8a2264558a4beef9678eb11998251562d73560c761bc169a999323e98113e050576782b652352ea599995f9e23c644131818202070a1ab03f3cfb165a7908e4a4e6b2ef7cab6a2f3b427752967b621054ebe4333a4b9455a06818ee0d9324226fc805615e007b0081e5d0c9ccfc9a344a76f576b88e303dacdbf68781bc53435b98104e296655b630f00926abf0823416358fd5312e243f6e92e0c31b54bea6b88ca0e92f668f1968463d8f28953ee47bd5aa0a1e3f63a6b6578b803d8176200c93a83e8d7cf8c79d9fa11b8451cfa4c07c1ab2930ad54a686132b459292b5d61e31119ec08e53ad30db1957953d14dd0029c2a96fda167481a3966763f866338dcad7f73b5056beaea02182b3bb4d48130b87a634bcb46202cba195bdf93c35db56e0cb13a611280f072de65ade242331f0d1d7bfbe24063166e399cdd1b85caf38d488465d8d242018c543a28bce37819fa24f3475d51e113cd955ddd2046186eabe5cdb5e7ddce140ef41345e3159750c0af461be5d6529ea79a4610bf8eccf53df49e244e33faf1a14361c8b2864dcd329
Configuration 24 (conf-ti_k3-fpdlink-ov2312-0-3.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-ov2312-0-3.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 87e473b88fd83456d21c5a4b21f033fd8aa64105941d433f64fac480f172b627e815bc449445648342ef5c8ee274b028c65ed66b75248f918cd0bc688dc2bf0cc0a3dc203ce83dff5b4ec915cbfff86d7e02cbf6e95479bd8965dbc6b276b586f2afbe6b6bbb5f3efea29a5a1ff011ce6f98affcc10361e07db4fabee5499f78dd7178e05324980b7b97f31cb909b454a6756656fa983a3998c62494678b27ee310f9cade4b7118f92295baafd60dd2ea3e1cceccce7be1ced35b1af391162a65e7bd855591463c09fb012e3dd3cd40e4ddfebc07dc19af70dc105ed5ba75e80073d7e9df061b1a6f1c6acb86ae83c4f9f69d46588bc68bbcd197f35cdb04a17cbf8bd917dc7dff51b03857c99e5239ef7bf0d7d47773b652a1a9727dff4f7217be490fdc223e76d59bad65605f2fdbfb501d16f971fc8e8d5d23e765bfdb3258bca36e41cb7f7177648f5aeb7b7d92d86fefbdb5fbc92d749806056372130ae9c999a0327fcef6e253c50fd463dbb07b7f3ba1fda395df3dafe54c5815c7d838d577173dce48db44e8f57bfae516dbaa292bc44f71cbe6b8cc18377c16928784a0915e70d0b5153ed653376ac40779604fb33c272fd738f528ccc83b77855b1986b4c6cbdc420620d5ead5a95dfd347f8696f0786dee460c6d0cdd0931658ddfeee3af6b72b892b07612eeab5cdd53be4532132cc40458985a3966c27061315
Configuration 25 (conf-ti_k3-j7200-evm-mcspi-loopback.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j7200-evm-mcspi-loopback.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 5f37c4498bd95d07baeaae0da12f78c845f6d987d15eff396734663a6c4ebab081c36e4eba37bb680c981ead27ad9233c22388376f25656e939c3a9f6fa6c8ecf989d6fba3e89bbcdb18018bcc4c06bd894d7b8c525dc23dab203482e47077a875bb0f61537fff23b900cd12c5040d66e68bc99c361bad487d8aa420c7cefdf54e6c5b6c67c9dca7f4de6de16158ffd47c366b4158e60d8dfff06c23a93fea09e102bae8f65b08ac8e97561db6470860057281c4d442738349e135432572902e0805e30879a902ede903777a3c5d113c8ab4c9dcd271b82f4ab475cf9b19ce2d9fbfb0e84f6e7a89b6b9bb2555be1df6adb9c3f20efa7abfbe1d71adcb7c85a06c142491213a71e64d9bb7ee5af059648eeebd05a9171cd82c72bb35008f191b23deaef0cb51095274ab7218f655fc564727667b08b7fe81bec1685c21c3f01670d2e823e7db9e9535eb8822188a1a0340282b7a856706940f8574eab692c2458dca4e6b593cb4b4b40e71f81466e0b4c959b0025f91939e359227ca4b08399cd6a858137ad85151e8226b0e66b07e863d82e56fef1b53665374a171563d1b6514d8966b8bf0a13ccead40968ec9e53ad53af7bac6b2951ed5c4ac1716e53705601bfbe26ff98e2cece852aabf8df757499f592a2892746ce67912aabac24879e5777817d7d21905c19aeab088db174447635d162714612e8ffe1b66e8225453
## Checking hash(es) for FIT Image at 90000000 ...
Hash(es) for Image 0 (kernel-1): sha512+
Hash(es) for Image 1 (fdt-ti_k3-j721e-common-proc-board.dtb): sha512+
Hash(es) for Image 2 (fdt-ti_k3-j721e-beagleboneai64.dtb): sha512+
Hash(es) for Image 3 (fdt-ti_k3-j721e-sk.dtb): sha512+
Hash(es) for Image 4 (fdt-ti_k3-j721e-beagleboneai64-dsi-rpi-7inch-panel.dtbo): sha512+
Hash(es) for Image 5 (fdt-ti_k3-j721e-evm-virt-mac-client.dtbo): sha512+
Hash(es) for Image 6 (fdt-ti_k3-j721e-evm-fusion.dtbo): sha512+
Hash(es) for Image 7 (fdt-ti_k3-j721e-sk-rpi-hdr-ehrpwm.dtbo): sha512+
Hash(es) for Image 8 (fdt-ti_k3-j721e-evm-gesi-exp-board.dtbo): sha512+
Hash(es) for Image 9 (fdt-ti_k3-j721e-sk-fusion.dtbo): sha512+
Hash(es) for Image 10 (fdt-ti_k3-j721e-evm-quad-port-eth-exp.dtbo): sha512+
Hash(es) for Image 11 (fdt-ti_k3-j721e-sk-csi2-ov5640.dtbo): sha512+
Hash(es) for Image 12 (fdt-ti_k3-j721e-sk-csi2-rpi-imx219.dtbo): sha512+
Hash(es) for Image 13 (fdt-ti_k3-j721e-evm-csi2-ov5640.dtbo): sha512+
Hash(es) for Image 14 (fdt-ti_k3-fpdlink-imx390-rcm-0-2.dtbo): sha512+
Hash(es) for Image 15 (fdt-ti_k3-fpdlink-imx390-rcm-0-1.dtbo): sha512+
Hash(es) for Image 16 (fdt-ti_k3-fpdlink-ov2312-0-2.dtbo): sha512+
Hash(es) for Image 17 (fdt-ti_k3-fpdlink-imx390-rcm-0-0.dtbo): sha512+
Hash(es) for Image 18 (fdt-ti_k3-fpdlink-imx390-rcm-1-3.dtbo): sha512+
Hash(es) for Image 19 (fdt-ti_k3-fpdlink-imx390-rcm-1-0.dtbo): sha512+
Hash(es) for Image 20 (fdt-ti_k3-fpdlink-ov2312-0-0.dtbo): sha512+
Hash(es) for Image 21 (fdt-ti_k3-fpdlink-ov2312-0-1.dtbo): sha512+
Hash(es) for Image 22 (fdt-ti_k3-fpdlink-imx390-rcm-1-2.dtbo): sha512+
Hash(es) for Image 23 (fdt-ti_k3-fpdlink-imx390-rcm-0-3.dtbo): sha512+
Hash(es) for Image 24 (fdt-ti_k3-fpdlink-imx390-rcm-1-1.dtbo): sha512+
Hash(es) for Image 25 (fdt-ti_k3-fpdlink-ov2312-0-3.dtbo): sha512+
Hash(es) for Image 26 (fdt-ti_k3-j7200-evm-mcspi-loopback.dtbo): sha512+
## Loading kernel from FIT Image at 90000000 ...
Using 'conf-ti_k3-j721e-common-proc-board.dtb' configuration
Verifying Hash Integrity ... OK
Trying 'kernel-1' kernel subimage
Description: Linux kernel
Type: Kernel Image
Compression: gzip compressed
Data Start: 0x900000f4
Data Size: 8539564 Bytes = 8.1 MiB
Architecture: AArch64
OS: Linux
Load Address: 0x81000000
Entry Point: 0x81000000
Hash algo: sha512
Hash value: 88df7e909b47b7e9ea394652951f5241495c924efc29e4c4f04dc6c2dd000fb3535cc510a9459487ec8510290b33e5278e10c9fda2d0a07b7d36787c30173525
Verifying Hash Integrity ... sha512+ OK
## Loading fdt from FIT Image at 90000000 ...
Using 'conf-ti_k3-j721e-common-proc-board.dtb' configuration
Verifying Hash Integrity ... OK
Trying 'fdt-ti_k3-j721e-common-proc-board.dtb' fdt subimage
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90824fe4
Data Size: 113262 Bytes = 110.6 KiB
Architecture: AArch64
Load Address: 0x83000000
Hash algo: sha512
Hash value: b7573630c42fdf5f2ac3804f181a4b735d7a5062efd4458da3351c85cffcb0297318d4b88d1833176f1567fa062f05d801bf09c7dd1cf03a66652c9e4ecf8655
Verifying Hash Integrity ... sha512+ OK
Loading fdt from 0x90824fe4 to 0x83000000
Booting using the fdt blob at 0x83000000
Working FDT set to 83000000
Uncompressing Kernel Image to 81000000
Loading Device Tree to 000000008ffe1000, end 000000008ffffa6d ... OK
Working FDT set to 8ffe1000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.1.46-g5da2f861d7 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Thu Nov 30 22:19:30 UTC 2023
[ 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 19 pages/cpu s37992 r8192 d31640 u77824
[ 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=x.x.x.x:/opt/NFS_exports/linux/j721e-hsevm/autofs/e343f8e5f9c2fe0ff25e5b34b473a3e7,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: 3302456K/4194304K available (12288K kernel code, 1266K rwdata, 4020K rodata, 2112K init, 438K bss, 367560K 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.008392] Console: colour dummy device 80x25
[ 0.012957] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023628] pid_max: default: 32768 minimum: 301
[ 0.028364] LSM: Security Framework initializing
[ 0.033137] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.040710] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.049481] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.056883] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.063143] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.070528] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.076832] rcu: Hierarchical SRCU implementation.
[ 0.081729] rcu: Max phase no-delay instances is 1000.
[ 0.087240] Platform MSI: msi-controller@1820000 domain created
[ 0.093475] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.102879] EFI services will not be available.
[ 0.107610] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.128179] Detected PIPT I-cache on CPU1
[ 0.128238] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.128250] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
[ 0.128280] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.128324] smp: Brought up 1 node, 2 CPUs
[ 0.157666] SMP: Total of 2 processors activated.
[ 0.162471] CPU features: detected: 32-bit EL0 Support
[ 0.167724] CPU features: detected: CRC32 instructions
[ 0.172996] CPU: All CPU(s) started at EL2
[ 0.177177] alternatives: applying system-wide alternatives
[ 0.183632] devtmpfs: initialized
[ 0.193486] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.203469] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.219020] pinctrl core: initialized pinctrl subsystem
[ 0.224698] DMI not present or invalid.
[ 0.228935] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.235564] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.242863] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.250861] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.258985] audit: initializing netlink subsys (disabled)
[ 0.264602] audit: type=2000 audit(0.172:1): state=initialized audit_enabled=0 res=1
[ 0.264807] thermal_sys: Registered thermal governor 'step_wise'
[ 0.272521] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.278729] cpuidle: using governor menu
[ 0.289478] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.296438] ASID allocator initialised with 65536 entries
[ 0.311088] platform a000000.dp-bridge: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
[ 0.322339] platform a000000.dp-bridge: Fixed dependency cycle(s) with /connector
[ 0.330201] KASLR disabled due to lack of seed
[ 0.337559] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.344501] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.350903] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.357837] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.364238] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.371171] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.377572] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.384505] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.391606] k3-chipinfo 43000014.chipid: Family:J721E rev:SR2.0 JTAGID[0x1bb6402f] Detected
[ 0.400892] iommu: Default domain type: Translated
[ 0.405879] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.412388] SCSI subsystem initialized
[ 0.416358] usbcore: registered new interface driver usbfs
[ 0.421976] usbcore: registered new interface driver hub
[ 0.427411] usbcore: registered new device driver usb
[ 0.432781] pps_core: LinuxPPS API ver. 1 registered
[ 0.437853] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.447189] PTP clock support registered
[ 0.451269] EDAC MC: Ver: 3.0.0
[ 0.454960] FPGA manager framework
[ 0.458470] Advanced Linux Sound Architecture Driver Initialized.
[ 0.465076] clocksource: Switched to clocksource arch_sys_counter
[ 0.471410] VFS: Disk quotas dquot_6.6.0
[ 0.475444] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.485347] NET: Registered PF_INET protocol family
[ 0.490499] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.499513] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.508278] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.516199] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.524404] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.532926] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.539697] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.546609] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.554045] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.560106] RPC: Registered named UNIX socket transport module.
[ 0.566165] RPC: Registered udp transport module.
[ 0.570969] RPC: Registered tcp transport module.
[ 0.575771] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.582361] NET: Registered PF_XDP protocol family
[ 0.587262] PCI: CLS 0 bytes, default 64
[ 0.591636] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.600740] Initialise system trusted keyrings
[ 0.605387] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.613866] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.620079] NFS: Registering the id_resolver key type
[ 0.625256] Key type id_resolver registered
[ 0.629528] Key type id_legacy registered
[ 0.633644] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.640494] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.667407] Key type asymmetric registered
[ 0.671590] Asymmetric key parser 'x509' registered
[ 0.676597] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.684227] io scheduler mq-deadline registered
[ 0.688858] io scheduler kyber registered
[ 0.694949] pinctrl-single 4301c000.pinctrl: 94 pins, size 376
[ 0.701158] pinctrl-single 11c000.pinctrl: 173 pins, size 692
[ 0.707467] pinctrl-single a40000.pinctrl: 512 pins, size 2048
[ 0.716775] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
[ 0.725036] arm-smmu-v3 36600000.iommu: ias 48-bit, oas 48-bit (features 0x00001faf)
[ 0.733206] arm-smmu-v3 36600000.iommu: allocated 65536 entries for cmdq
[ 0.740289] arm-smmu-v3 36600000.iommu: allocated 32768 entries for evtq
[ 0.748043] arm-smmu-v3 36600000.iommu: msi_domain absent - falling back to wired irqs
[ 0.758893] loop: module loaded
[ 0.762731] megasas: x.x.x.x-rc1
[ 0.767936] tun: Universal TUN/TAP device driver, 1.6
[ 0.773443] thunder_xcv, ver 1.0
[ 0.776746] thunder_bgx, ver 1.0
[ 0.780057] nicpf, ver 1.0
[ 0.782904] e1000: Intel(R) PRO/1000 Network Driver
[ 0.787885] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.793766] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.798836] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.804896] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.810413] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.816115] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.822516] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.828637] sky2: driver version 1.30
[ 0.832769] VFIO - User Level meta-driver version: 0.3
[ 0.838391] usbcore: registered new interface driver usb-storage
[ 0.844846] i2c_dev: i2c /dev entries driver
[ 0.849773] sdhci: Secure Digital Host Controller Interface driver
[ 0.856097] sdhci: Copyright(c) Pierre Ossman
[ 0.860654] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.866750] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.872982] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.879706] usbcore: registered new interface driver usbhid
[ 0.885400] usbhid: USB HID core driver
[ 0.889792] 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.894347] optee: revision 4.0 (2a5b1d12)
[ 0.910751] optee: dynamic shared memory is enabled
[ 0.920131] optee: initialized driver
[ 0.925164] Initializing XFRM netlink socket
[ 0.929548] NET: Registered PF_PACKET protocol family
[ 0.934740] Key type dns_resolver registered
[ 0.939283] registered taskstats version 1
[ 0.943479] Loading compiled-in X.509 certificates
[ 0.958655] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
[ 1.010698] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.017023] pca953x 1-0020: supply vcc not found, using dummy regulator
[ 1.023855] pca953x 1-0020: using no AI
[ 1.049731] pca953x 1-0022: supply vcc not found, using dummy regulator
[ 1.056533] pca953x 1-0022: using AI
[ 1.060794] gpio-481 (MCASP/TRACE_MUX_S0): hogged as output/low
[ 1.067037] gpio-482 (MCASP/TRACE_MUX_S1): hogged as output/high
[ 1.073519] omap_i2c 2000000.i2c: bus 1 rev0.12 at 400 kHz
[ 1.079631] omap_i2c 2010000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.085739] pca953x 3-0020: supply vcc not found, using dummy regulator
[ 1.092557] pca953x 3-0020: using no AI
[ 1.117516] omap_i2c 2030000.i2c: bus 3 rev0.12 at 400 kHz
[ 1.123655] pca953x 4-0020: supply vcc not found, using dummy regulator
[ 1.130480] pca953x 4-0020: using no AI
[ 1.157386] omap_i2c 2060000.i2c: bus 4 rev0.12 at 400 kHz
[ 1.163180] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 137 domain created
[ 1.171728] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 131 domain created
[ 1.181069] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 213 domain created
[ 1.189692] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created
[ 1.206744] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235
[ 1.216632] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.223395] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[ 1.232409] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211
[ 1.242567] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.249326] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[ 1.257249] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 193, base_baud = 6000000) is a 8250
[ 1.266681] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 194, base_baud = 3000000) is a 8250
[ 1.275528] printk: console [ttyS2] enabled
[ 1.275528] printk: console [ttyS2] enabled
[ 1.283971] printk: bootconsole [ns16550a0] disabled
[ 1.283971] printk: bootconsole [ns16550a0] disabled
[ 1.294379] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 195, base_baud = 3000000) is a 8250
[ 1.303328] 2820000.serial: ttyS4 at MMIO 0x2820000 (irq = 196, base_baud = 3000000) is a 8250
[ 1.312275] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 197, base_baud = 3000000) is a 8250
[ 1.322545] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.369083] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.377522] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.385793] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
[ 1.398601] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.405809] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.412006] pps pps0: new PPS source ptp0
[ 1.416126] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1
[ 1.429746] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0
[ 1.445309] mmc0: CQHCI version 5.10
[ 1.487658] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 1.576105] mmc0: Command Queue Engine enabled
[ 1.580567] mmc0: new HS200 MMC card at address 0001
[ 1.585929] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 1.591621] mmcblk0: p1 p2 p3
[ 1.595129] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[ 1.600852] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[ 1.606455] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
[ 1.723849] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
[ 1.730518] tps6594-rtc tps6594-rtc.4.auto: setting system clock to 2023-12-29T08:09:26 UTC (1703837366)
[ 1.997962] pca953x 2-0020: supply vcc not found, using dummy regulator
[ 2.004633] pca953x 2-0020: using no AI
[ 2.033266] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100
[ 2.043372] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100
[ 2.053450] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100
[ 2.063524] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100
[ 2.073580] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100
[ 2.087303] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[ 2.097921] ti-udma 31150000.dma-controller: Channels: 122 (tchan: 61, rchan: 61, gp-rflow: 16)
[ 2.274012] spi-nor spi0.0: mt35xu512aba (65536 Kbytes)
[ 2.279304] 8 fixed-partitions partitions found on MTD device 47040000.spi.0
[ 2.286342] Creating 8 MTD partitions on "47040000.spi.0":
[ 2.291814] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[ 2.297906] 0x000000080000-0x000000280000 : "ospi.tispl"
[ 2.303660] 0x000000280000-0x000000680000 : "ospi.u-boot"
[ 2.309487] 0x000000680000-0x0000006a0000 : "ospi.env"
[ 2.315052] 0x0000006a0000-0x0000006c0000 : "ospi.env.backup"
[ 2.321235] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw"
[ 2.326968] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 2.332814] 0x000003fe0000-0x000004000000 : "ospi.phypattern"
[ 2.504041] spi-nor spi1.0: mt25qu512a (65536 Kbytes)
[ 2.509132] 8 fixed-partitions partitions found on MTD device 47050000.spi.0
[ 2.516168] Creating 8 MTD partitions on "47050000.spi.0":
[ 2.521641] 0x000000000000-0x000000080000 : "qspi.tiboot3"
[ 2.527614] 0x000000080000-0x000000280000 : "qspi.tispl"
[ 2.533364] 0x000000280000-0x000000680000 : "qspi.u-boot"
[ 2.539180] 0x000000680000-0x0000006a0000 : "qspi.env"
[ 2.544742] 0x0000006a0000-0x0000006c0000 : "qspi.env.backup"
[ 2.550927] 0x0000006c0000-0x0000007c0000 : "qspi.sysfw"
[ 2.556682] 0x000000800000-0x000003fc0000 : "qspi.rootfs"
[ 2.562539] 0x000003fe0000-0x000004000000 : "qspi.phypattern"
[ 2.569282] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 2.613083] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 2.621533] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 2.629808] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
[ 2.642610] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 2.649818] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 2.655986] pps pps0: new PPS source ptp1
[ 2.660102] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1
[ 2.746390] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 2.816534] mmc1: CQHCI version 5.10
[ 2.823021] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[ 2.860320] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 2.921755] mmc1: new ultra high speed DDR50 SDHC card at address aaaa
[ 2.928711] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
[ 2.936695] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 2.946217] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 2.946219] mmcblk1: p1 p2 p3
[ 7.053849] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 7.081078] Sending DHCP requests ., OK
[ 7.100907] IP-Config: Got DHCP answer from x.x.x.x, my address is x.x.x.x
[ 7.108552] IP-Config: Complete:
[ 7.111768] device=eth0, hwaddr=xx:xx:xx:xx:xx:xx, ipaddr=x.x.x.x, mask=x.x.x.x, gw=x.x.x.x
[ 7.121836] host=x.x.x.x, domain=ti.com, nis-domain=(none)
[ 7.128174] bootserver=x.x.x.x, rootserver=x.x.x.x, rootpath=
[ 7.128176] nameserver0=x.x.x.x, nameserver1=x.x.x.x
[ 7.151964] ALSA device list:
[ 7.154933] No soundcards found.
[ 7.186581] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 7.192744] devtmpfs: mounted
[ 7.196633] Freeing unused kernel memory: 2112K
[ 7.209135] Run /sbin/init as init process
[ 7.373104] random: crng init done
[ 7.392459] NET: Registered PF_INET6 protocol family
[ 7.398470] Segment Routing with IPv6
[ 7.402220] In-situ OAM (IOAM) with IPv6
[ 7.428722] 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.460180] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.10[0m!
[ 7.546233] systemd[1]: Hostname set to <j721e-evm>.
[ 7.640285] systemd[139]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 7.664368] systemd-sysv-generator[148]: SysV service '/etc/init.d/sysrepo' 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.688783] 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.714200] systemd-sysv-generator[148]: SysV service '/etc/init.d/netopeer2-server' 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.929502] 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.986175] 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.052681] systemd[1]: Queued start job for default target Graphical Interface.
[ 8.099416] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 8.122481] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 8.146401] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 8.170147] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 8.193305] 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.217219] 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.241258] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 8.261135] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 8.281129] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 8.301137] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 8.343179] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 8.365215] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 8.388953] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 8.409308] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 8.433932] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 8.457906] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 8.481423] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 8.497906] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 8.522852] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 8.545366] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 8.565725] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 8.605372] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 8.623591] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 8.647763] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 8.665335] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 8.682358] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 8.700653] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 8.737478] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 8.755416] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 8.799369] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 8.824552] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 8.858170] fuse: init (API version 7.37)
[ 8.869616] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 8.886333] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 8.902596] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 8.922959] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 8.940724] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 8.961586] cryptodev: loading out-of-tree module taints kernel.
[ 8.968702] cryptodev: driver 1.12 loaded.
[ 8.985782] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 9.012118] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 9.029980] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 9.050336] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m.
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mTemporary Directory /tmp[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate List of Static Device Nodes[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mStart psplash boot splash screen[0m.
See 'systemctl status psplash-start.service' for details.
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mStarprogress communication helper[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m.
[[0;32m OK [0m] Finished [0;1;39mGenerate network units from Kernel command line[0m.
[[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m.
Mounting [0;1;39mFUSE Control File System[0m...
Mounting [0;1;39mKernel Configuration File System[0m...
Starting [0;1;39mFlush Journal to Persistent Storage[0m...
[ 9.394622] systemd-journald[163]: 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;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...
[ 9.599491] audit: type=1334 audit(1703837374.364:2): prog-id=5 op=LOAD
[ 9.606367] audit: type=1334 audit(1703837374.372: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] Found device [0;1;39m/dev/ttyS2[0m.
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronizatio[ 10.111183] CAN device driver interface
n[0m.
[ 10.120366] 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 [ 10.147507] mc: Linux media interface: v0.10
Directories[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.
[ 10.176857] j721e-pcie-host 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000
[ 10.187424] j721e-pcie-host 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000
[[0;32m OK [0m] Started [0;1;39mDaily rotation of log files[ 10.197002] j721e-pcie-host 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[0m.
[[0;32m OK [0m] Reached target [0;1;39mTimer Units[0m.
[ 10.232604] videodev: Linux video capture interface: v2.00
[ 10.241127] k3-dsp-rproc 4d80800000.dsp: assigned reserved memory node c66-dma-memory@a7000000
[[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.
[ 10.329977] k3-dsp-rproc 4d80800000.dsp: configured DSP for IPC-only mode
[ 10.338883] remoteproc remoteproc0: 4d80800000.dsp is available
[ 10.345192] remoteproc remoteproc0: attaching to 4d80800000.dsp
[ 10.351857] k3-dsp-rproc 4d80800000.dsp: DSP initialized in IPC-only mode
Starting [0;1;39mWeston socket[0m...
[ 10.359242] rproc-virtio rproc-virtio.10.auto: assigned reserved memory node c66-dma-memory@a7000000
[ 10.372789] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 10.378601] rproc-virtio rproc-virtio.10.auto: registered virtio0 (type 7)
[ 10.385960] remoteproc remoteproc0: remote processor 4d80800000.dsp is now attached
Starting [0;1;39mD-Bus System Message Bus[0m...
[ 10.406877] k3-dsp-rproc 4d81800000.dsp: assigned reserved memory node c66-dma-memory@a6000000
Starting [0;1;39mReboot and dump vmcore via kexec[0m...
[[0;32m OK [0m] Listening on [0;1;39mDocker Socket for the API[0m.
[ 10.445916] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
[ 10.446385] k3-dsp-rproc 4d81800000.dsp: configured DSP for IPC-only mode
[ 10.454123] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
[[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.533306] remoteproc remoteproc1: 4d81800000.dsp is available
[ 10.539343] remoteproc remoteproc1: attaching to 4d81800000.dsp
[ 10.546433] k3-dsp-rproc 4d81800000.dsp: DSP initialized in IPC-only mode
[ 10.553354] rproc-virtio rproc-virtio.11.auto: assigned reserved memory node c66-dma-memory@a6000000
[ 10.565182] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 10.570725] rproc-virtio rproc-virtio.11.auto: registered virtio1 (type 7)
[ 10.574601] PVR_K: 207: Device: 4e20000000.gpu
[ 10.577614] remoteproc remoteproc1: remote processor 4d81800000.dsp is now attached
[ 10.596918] PVR_K: 207: Read BVNC x.x.x.x from HW device registers
[ 10.610425] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
[ 10.624518] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
[ 10.637716] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a8000000
[[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.672396] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode
[ 10.679597] PVR_K: 207: RGX Device registered with BVNC x.x.x.x
[ 10.679844] remoteproc remoteproc2: 64800000.dsp is available
[ 10.692080] remoteproc remoteproc2: attaching to 64800000.dsp
[ 10.698971] remoteproc remoteproc2: unsupported resource 65538
[ 10.706368] k3-dsp-rproc 64800000.dsp: DSP initialized in IPC-only mode
[ 10.713157] rproc-virtio rproc-virtio.12.auto: assigned reserved memory node c71-dma-memory@a8000000
[ 10.724622] virtio_rpmsg_bus virtio2: rpmsg host is online
[[0;32m OK [0m] Started [0;1;39mJob spooling tools[0m.[ 10.735310] rproc-virtio rproc-virtio.12.auto: registered virtio2 (type 7)
[ 10.737976] img_enc 4200000.video-encoder: vxe_enc_probe: using heap 1 for internal alloc
[ 10.752866] [drm] Initialized pvr 23.2.6460340 20170530 for 4e20000000.gpu on minor 0
[[0;32m OK [0m] Started [0;1;39mPeriodic Command Scheduler[0m.
[ 10.776784] remoteproc remoteproc2: remote processor 64800000.dsp is now attached
Starting [0;1;39mPrint notice about GPLv3 packages[0m...
[ 10.796153] img_enc 4200000.video-encoder: encoder registered as /dev/video1
[ 10.796600] img_dec 4300000.video-decoder: decoder registered as /dev/video0
[ 10.821977] cdns-mhdp8546 a000000.dp-bridge: invalid resource
[ 10.827757] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
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.949819] audit: type=1334 audit(1703837377.642:4): prog-id=7 op=LOAD
[ 10.971129] audit: type=1334 audit(1703837377.654:5): prog-id=8 op=LOAD
Starting [0;1;39mUser Login Management[0m...
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[0m.
[ 10.999927] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 1
Starting [0;1;39mTelnet Server[0m...
[ 11.016429] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
[[0;1;31mFAILED[0m] Failed to start [0;1;39mPrint notice abou[ 11.032934] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
t GPLv3 packages[0m.
See 'systemctl status gplv3-notice.service' for details.
[[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] Started [0;1;39mLighttpd Daemon[0m.
[[0;32m OK [0m] Finished [0;1;39mTelnet Server[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m.
Starting [0;1;39mNetwork Configuration[0m...
[ 11.345278] j721e-pcie-host 2900000.pcie: PCI host bridge to bus 0000:00
[ 11.352826] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 11.358754] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x10001000-0x10010fff])
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[ 11.470209] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff]
[ 11.497192] pci 0000:00:00.0: [104c:b00d] type 01 class 0x060400
[ 11.553073] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[ 11.562927] pci 0000:00:00.0: supports D1
[ 11.568618] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 11.568953] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 11.610458] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 11.616577] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 11.629951] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 11.637221] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 11.643056] pcieport 0000:00:00.0: PME: Signaling with IRQ 822
[ 11.650223] pcieport 0000:00:00.0: AER: enabled with IRQ 822
[ 11.665208] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[ 11.673385] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000
[ 11.683639] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000
[ 11.696015] j721e-pcie-host 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
Starting [0;1;39mNetwork Name Resolution[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;1;31mFAILED[0m] Failed to start [0;1;39mEnable andfigure wl18xx bluetooth stack[0m.
See 'systemctl status bt-enable.service' for details.
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD 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.[ 12.441618] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
..
Starting [0;1;39mWeston, a Waylandositor, as a system service[0m...
[ 12.561685] platform 41000000.r5f: configured R5F for IPC-only mode
[ 12.570455] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
[ 12.589654] audit: type=1334 audit(1703837379.282:6): prog-id=9 op=LOAD
[ 12.605154] audit: type=1334 audit(1703837379.290:7): prog-id=10 op=LOAD
Starting [0;1;39mUser Database Manager[0m...[ 12.630821] remoteproc remoteproc3: 41000000.r5f is available
[ 12.648817] remoteproc remoteproc3: attaching to 41000000.r5f
[ 12.660795] platform 41000000.r5f: R5F core initialized in IPC-only mode
[ 12.671236] rproc-virtio rproc-virtio.15.auto: assigned reserved memory node r5f-dma-memory@a0000000
[ 12.689941] virtio_rpmsg_bus virtio3: rpmsg host is online
[ 12.695898] rproc-virtio rproc-virtio.15.auto: registered virtio3 (type 7)
[ 12.717401] remoteproc remoteproc3: remote processor 41000000.r5f is now attached
[ 12.733704] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0001:00
[ 12.781161] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 12.832523] pci_bus 0001:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x18001000-0x18010fff])
[[0;32m OK [0m] Started [0;1;39mUser Database Manager[0m.
[ 12.945325] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff]
[ 12.955234] pci 0001:00:00.0: [104c:b00d] type 01 class 0x060400
[[0;32m OK [0m] Created slice [0;1;39mUser Slice of UID 100[ 13.027638] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
0[0m.
Starting [0;1;39mUser Runtime Directory /run/user/1000[ 13.064680] pci 0001:00:00.0: supports D1
[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.166540] audit: type=1006 audit(1703837379.858:8): pid=580 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 13.192726] audit: type=1300 audit(1703837379.858:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffe0c3bdc8 a2=4 a3=ffff9523f020 items=0 ppid=1 pid=580 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.249109] audit: type=1327 audit(1703837379.858:8): proctitle="(systemd)"
[ 13.304097] pci 0001:00:00.0: PME# supported from D0 D1 D3hot
[ 13.314676] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 13.323033] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01
[ 13.330959] pci 0001:00:00.0: PCI bridge to [bus 01]
[ 13.343996] pcieport 0001:00:00.0: PME: Signaling with IRQ 835
[ 13.428675] pcieport 0001:00:00.0: AER: enabled with IRQ 835
[ 13.709118] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: k3_ringacc_ring_reset_sci+0x6c/0xbc)
[ 13.743913] ti-sci 44083000.system-controller: RM_RA:Mbox config send fail -110
[ 13.755547] k3-ringacc 3c000000.ringacc: TISCI reset ring fail (-110) ring_idx 323
[ 13.837527] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_get_device_exclusive+0x18/0x2c)
[ 13.849860] ti-sci 44083000.system-controller: Mbox send fail -110
[[0;32m OK [0m] Started [0;1;39mUser Manager for UID 1000[0m.
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtime[0m.
[[0;32m OK [0m] Started [0;1;39mSession c1 of User weston[0m.
[ 13.921777] audit: type=1006 audit(1703837380.614:9): pid=540 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[ 13.997097] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_put_device+0x18/0x24)
[ 14.008291] ti-sci 44083000.system-controller: Mbox send fail -110
[[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] 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.
[ 14.317228] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_get_device+0x18/0x24)
[ 14.335729] ti-sci 44083000.system-controller: Mbox send fail -110
[[0;1;31mFAILED[0m] Failed to start [0;1;39mSynchronize System and HW clocks[0m.
See 'systemctl status sync-clocks.service' for details.
[ 14.400451] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
[ 14.411077] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled
[ 14.422223] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled
[ 14.432879] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled
[ 14.477120] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_get_device_exclusive+0x18/0x2c)
[ 14.487946] ti-sci 44083000.system-controller: Mbox send fail -110
[ 14.509122] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_get_device_exclusive+0x18/0x2c)
[ 14.520116] ti-sci 44083000.system-controller: Mbox send fail -110
[ 14.520910] remoteproc remoteproc4: b034000.pru is available
[ 14.535329] remoteproc remoteproc5: b004000.rtu is available
[ 14.541100] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_get_device_exclusive+0x18/0x2c)
[ 14.551884] ti-sci 44083000.system-controller: Mbox send fail -110
[ 14.553679] remoteproc remoteproc6: b00a000.txpru is available
[ 14.558175] cadence-qspi 47050000.spi: failed to get sync: -110
[ 14.565951] remoteproc remoteproc7: b038000.pru is available
[ 14.569812] I/O error, dev mtdblock8, sector 8 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 2
[ 14.576645] remoteproc remoteproc8: b006000.rtu is available
[ 14.584670] cadence-qspi 47050000.spi: failed to get sync: -22
[ 14.595964] I/O error, dev mtdblock8, sector 8 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2
[ 14.596880] remoteproc remoteproc9: b00c000.txpru is available
[ 14.604601] Buffer I/O error on dev mtdblock8, logical block 1, async page read
[ 14.611073] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_get_device_exclusive+0x18/0x2c)
[ 14.618011] remoteproc remoteproc10: b134000.pru is available
[ 14.629485] cadence-qspi 47050000.spi: failed to get sync: -22
[ 14.634422] remoteproc remoteproc11: b104000.rtu is available
[ 14.640061] I/O error, dev mtdblock8, sector 8 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2
[ 14.645914] remoteproc remoteproc12: b10a000.txpru is available
[ 14.654393] Buffer I/O error on dev mtdblock8, logical block 1, async page read
[ 14.660400] remoteproc remoteproc13: b138000.pru is available
[ 14.669186] cadence-qspi 47050000.spi: failed to get sync: -22
[ 14.673487] remoteproc remoteproc14: b106000.rtu is available
[ 14.679133] I/O error, dev mtdblock8, sector 8 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2
[ 14.679139] Buffer I/O error on dev mtdblock8, logical block 1, async page read
[ 14.684989] remoteproc remoteproc15: b10c000.txpru is available
[ 14.695202] cadence-qspi 47050000.spi: failed to get sync: -22
[ 14.712567] I/O error, dev mtdblock14, sector 114048 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 2
[ 14.712577] cadence-qspi 47050000.spi: failed to get sync: -22
[ 14.722090] ti-sci 44083000.system-controller: Mbox send fail -110
[ 14.727882] I/O error, dev mtdblock8, sector 8 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2
[ 14.735847] cadence-qspi 47050000.spi: failed to get sync: -22
[ 14.742651] Buffer I/O error on dev mtdblock8, logical block 1, async page read
[ 14.755774] I/O error, dev mtdblock14, sector 114048 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2
[ 14.755778] cadence-qspi 47050000.spi: failed to get sync: -22
[ 14.755782] I/O error, dev mtdblock8, sector 8 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2
[ 14.764892] Buffer I/O error on dev mtdblock14, logical block 14256, async page read
[ 14.770714] Buffer I/O error on dev mtdblock8, logical block 1, async page read
[ 14.779472] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: k3_ringacc_ring_reset_sci+0x6c/0xbc)
[ 14.787977] cadence-qspi 47050000.spi: failed to get sync: -22
[ 14.794892] ti-sci 44083000.system-controller: RM_RA:Mbox config send fail -110
[ 14.804580] I/O error, dev mtdblock8, sector 8 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2
[ 14.810411] k3-ringacc 3c000000.ringacc: TISCI reset ring fail (-110) ring_idx 451
[ 14.817704] Buffer I/O error on dev mtdblock8, logical block 1, async page read
[ 14.819341] cadence-qspi 47050000.spi: failed to get sync: -22
[ 14.847017] I/O error, dev mtdblock14, sector 114048 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2
[ 14.850267] cadence-qspi 47050000.spi: failed to get sync: -22
[ 14.856164] Buffer I/O error on dev mtdblock14, logical block 14256, async page read
[ 14.869957] cadence-qspi 47050000.spi: failed to get sync: -22
[ 14.869976] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_get_device_exclusive+0x18/0x2c)
[ 14.875804] Buffer I/O error on dev mtdblock14, logical block 14256, async page read
[ 14.887648] cadence-qspi 47050000.spi: failed to get sync: -22
[ 14.894578] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: sci_clk_determine_rate+0x68/0xf0)
[ 14.900177] Buffer I/O error on dev mtdblock12, logical block 1, async page read
[ 14.911338] cadence-qspi 47050000.spi: failed to get sync: -22
[ 14.924093] cadence-qspi 47050000.spi: failed to get sync: -22
[ 14.929787] ti-sci 44083000.system-controller: Mbox send fail -110
[ 14.930923] cadence-qspi 47050000.spi: failed to get sync: -22
[ 14.939623] ti-sci 44083000.system-controller: Mbox send fail -110
[ 14.971382] cadence-qspi 47050000.spi: failed to get sync: -22
[ 14.978233] cadence-qspi 47050000.spi: failed to get sync: -22
[ 14.979951] ti-sci-clk 44083000.system-controller:clock-controller: determine-rate failed for dev=157, clk=371, ret=-110
[ 14.984848] cadence-qspi 47050000.spi: failed to get sync: -22
[ 15.000884] cadence-qspi 47050000.spi: failed to get sync: -22
[ 15.007787] cadence-qspi 47050000.spi: failed to get sync: -22
[ 15.020478] cadence-qspi 47050000.spi: failed to get sync: -22
[ 15.096793] cadence-qspi 47050000.spi: failed to get sync: -22
[ 15.102909] cadence-qspi 47050000.spi: failed to get sync: -22
[ 15.109040] cadence-qspi 47050000.spi: failed to get sync: -22
[ 15.118032] cadence-qspi 47050000.spi: failed to get sync: -22
[ 15.124695] cadence-qspi 47050000.spi: failed to get sync: -22
[ 15.151418] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
[ 15.169739] cadence-qspi 47050000.spi: failed to get sync: -22
[ 15.182697] cadence-qspi 47050000.spi: failed to get sync: -22
[ 15.192143] cadence-qspi 47050000.spi: failed to get sync: -22
[ 15.198124] cadence-qspi 47050000.spi: failed to get sync: -22
[ 15.207486] cadence-qspi 47050000.spi: failed to get sync: -22
[ 15.213415] cadence-qspi 47050000.spi: failed to get sync: -22
[ 15.219251] cadence-qspi 47050000.spi: failed to get sync: -22
[ 15.225219] cadence-qspi 47050000.spi: failed to get sync: -22
[ 15.234491] cadence-qspi 47050000.spi: failed to get sync: -22
[ 15.240607] cadence-qspi 47050000.spi: failed to get sync: -22
[ 15.247301] cadence-qspi 47050000.spi: failed to get sync: -22
[ 15.253305] cadence-qspi 47050000.spi: failed to get sync: -22
[ 15.267610] cadence-qspi 47050000.spi: failed to get sync: -22
[ 15.275202] cadence-qspi 47050000.spi: failed to get sync: -22
[ 15.286656] cadence-qspi 47050000.spi: failed to get sync: -22
[ 15.292608] cadence-qspi 47050000.spi: failed to get sync: -22
[ 15.298611] cadence-qspi 47050000.spi: failed to get sync: -22
[ 15.311619] cadence-qspi 47050000.spi: failed to get sync: -22
[ 15.317521] cadence-qspi 47050000.spi: failed to get sync: -22
[ 15.323522] cadence-qspi 47050000.spi: failed to get sync: -22
[ 15.329810] cadence-qspi 47050000.spi: failed to get sync: -22
[ 15.335676] cadence-qspi 47050000.spi: failed to get sync: -22
[ 15.341521] cadence-qspi 47050000.spi: failed to get sync: -22
[ 15.347459] cadence-qspi 47050000.spi: failed to get sync: -22
[ 15.353805] cadence-qspi 47050000.spi: failed to get sync: -22
[ 15.362862] cadence-qspi 47050000.spi: failed to get sync: -22
[ 15.368786] cadence-qspi 47050000.spi: failed to get sync: -22
[ 15.375237] cadence-qspi 47050000.spi: failed to get sync: -22
[ 15.381955] cadence-qspi 47050000.spi: failed to get sync: -22
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_[ 15.465163] cadence-qspi 47050000.spi: failed to get sync: -22
|___| |__| |_| |___|_| |___|___|_|
|___| [ 15.474614] cadence-qspi 47050000.spi: failed to get sync: -22
|___|
Arago Project j721e-evm -
[ 15.486722] cadence-qspi 47050000.spi: failed to get sync: -22
Arago 2023.10 j721e-evm -
j721e-evm login: [ 15.497030] cadence-qspi 47050000.spi: failed to get sync: -22
[ 15.506944] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_get_device_exclusive+0x18/0x2c)
[ 15.507520] cadence-qspi 47050000.spi: failed to get sync: -22
[ 15.517753] ti-sci 44083000.system-controller: Mbox send fail -110
[ 15.530341] cadence-qspi 47050000.spi: failed to get sync: -22
[ 15.537458] cadence-qspi 47050000.spi: failed to get sync: -22
root
[ 15.845966] kauditd_printk_skb: 2 callbacks suppressed
[ 15.845976] audit: type=1006 audit(1703837382.538:10): pid=791 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 15.865182] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: k3_ringacc_ring_cfg_sci+0x94/0x100)
[ 15.866041] audit: type=1300 audit(1703837382.538:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffe0c3bdc8 a2=1 a3=ffff9523f020 items=0 ppid=1 pid=791 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)
[ 15.876520] ti-sci 44083000.system-controller: RM_RA:Mbox config send fail -110
[ 15.905654] audit: type=1327 audit(1703837382.538:10): proctitle="(systemd)"
[ 15.909561] k3-ringacc 3c000000.ringacc: TISCI config ring fail (-110) ring_idx 349
[ 15.962358] audit: type=1334 audit(1703837382.654:11): prog-id=11 op=LOAD
[ 15.970083] audit: type=1300 audit(1703837382.654:11): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=fffff79bb190 a2=78 a3=0 items=0 ppid=1 pid=791 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.015213] audit: type=1327 audit(1703837382.654:11): proctitle="(systemd)"
[ 16.017401] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: sci_clk_determine_rate+0x68/0xf0)
[ 16.023508] audit: type=1334 audit(1703837382.654:12): prog-id=11 op=UNLOAD
[ 16.034160] ti-sci 44083000.system-controller: Mbox send fail -110
[ 16.040163] audit: type=1334 audit(1703837382.654:13): prog-id=12 op=LOAD
[ 16.052471] audit: type=1300 audit(1703837382.654:13): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=fffff79bb230 a2=78 a3=0 items=0 ppid=1 pid=791 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.055949] ti-sci-clk 44083000.system-controller:clock-controller: determine-rate failed for dev=157, clk=371, ret=-110
[ 16.078145] audit: type=1327 audit(1703837382.654:13): proctitle="(systemd)"
[ 16.095937] j721e-audio sound-0: codec set rate failed for 12288000 Hz
[ 16.102673] CPB PCM3168A Playback: ASoC: error at snd_soc_link_init on CPB PCM3168A Playback: -22
[ 16.112434] j721e-audio sound-0: devm_snd_soc_register_card() failed: -22
[ 16.119445] j721e-audio: probe of sound-0 failed with error -22
[ 16.269115] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_put_device+0x18/0x24)
[ 16.279201] ti-sci 44083000.system-controller: Mbox send fail -110
[ 16.525127] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_get_device_exclusive+0x18/0x2c)
[ 16.549508] ti-sci 44083000.system-controller: Mbox send fail -110
[ 16.603558] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 16.667725] FAT-fs (mmcblk0p3): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 16.686033] FAT-fs (mmcblk0p2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
7[r[999;999H[6n[ 16.864725] EXT4-fs (mmcblk1p3): recovery complete
[ 16.869627] EXT4-fs (mmcblk1p3): mounted filesystem with ordered data mode. Quota mode: none.
[ 16.894634] xhci-hcd xhci-hcd.16.auto: xHCI Host Controller
[ 16.901003] xhci-hcd xhci-hcd.16.auto: new USB bus registered, assigned bus number 1
[ 16.909991] xhci-hcd xhci-hcd.16.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010
[ 16.919898] xhci-hcd xhci-hcd.16.auto: irq 857, io mem 0x06410000
[ 16.926407] xhci-hcd xhci-hcd.16.auto: xHCI Host Controller
[ 16.932037] xhci-hcd xhci-hcd.16.auto: new USB bus registered, assigned bus number 2
[ 16.939826] xhci-hcd xhci-hcd.16.auto: Host supports USB 3.0 SuperSpeed
[ 16.947068] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: k3_ringacc_ring_cfg_sci+0x94/0x100)
[ 16.948504] hub 1-0:1.0: USB hub found
[ 16.958805] ti-sci 44083000.system-controller: RM_RA:Mbox config send fail -110
[ 16.961998] hub 1-0:1.0: 1 port detected
[ 16.968497] k3-ringacc 3c000000.ringacc: TISCI config ring fail (-110) ring_idx 452
[ 16.973780] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 16.980088] ti-udma 31150000.dma-controller: get channel fail in udma_of_xlate.
[ 16.989809] hub 2-0:1.0: USB hub found
[ 16.999195] hub 2-0:1.0: 1 port detected
[ 17.007329] EXT4-fs (mmcblk1p2): recovery complete
[ 17.012755] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
[ 17.037126] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 17.133087] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: sci_clk_determine_rate+0x68/0xf0)
[ 17.143107] ti-sci 44083000.system-controller: Mbox send fail -110
[ 17.149281] ti-sci-clk 44083000.system-controller:clock-controller: determine-rate failed for dev=277, clk=0, ret=-110
[ 17.229090] usb 1-1: new full-speed USB device number 2 using xhci-hcd
[ 17.381363] usb 1-1: not running at top speed; connect to a high speed hub
[ 17.390414] hub 1-1:1.0: USB hub found
[ 17.394272] hub 1-1:1.0: 4 ports detected
[ 17.581088] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_get_device_exclusive+0x18/0x2c)
[ 17.591883] ti-sci 44083000.system-controller: Mbox send fail -110
[ 17.997101] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: k3_ringacc_ring_cfg_sci+0x94/0x100)
[ 18.007288] ti-sci 44083000.system-controller: RM_RA:Mbox config send fail -110
[ 18.014589] k3-ringacc 3c000000.ringacc: TISCI config ring fail (-110) ring_idx 349
[ 18.189086] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: sci_clk_determine_rate+0x68/0xf0)
[ 18.199092] ti-sci 44083000.system-controller: Mbox send fail -110
[ 18.205264] ti-sci-clk 44083000.system-controller:clock-controller: determine-rate failed for dev=277, clk=0, ret=-110
[ 18.215949] cdns-ufshcd 4e84000.ufs: ufshcd_init_clocks: core_clk clk set rate(250000000Hz) failed, -22
[ 18.225343] cdns-ufshcd 4e84000.ufs: Initialization failed
[ 18.241317] cdns-ufshcd 4e84000.ufs: ufshcd_pltfrm_init() failed -22
[ 18.247674] cdns-ufshcd: probe of 4e84000.ufs failed with error -22
[ 18.605090] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_get_device_exclusive+0x18/0x2c)
[ 18.615885] ti-sci 44083000.system-controller: Mbox send fail -110
[ 19.053094] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: k3_ringacc_ring_cfg_sci+0x94/0x100)
[ 19.063286] ti-sci 44083000.system-controller: RM_RA:Mbox config send fail -110
[ 19.070585] k3-ringacc 3c000000.ringacc: TISCI config ring fail (-110) ring_idx 452
[ 19.078245] ti-udma 31150000.dma-controller: get channel fail in udma_of_xlate.
[ 19.078415] j721e-csi2rx: probe of 4500000.ticsi2rx failed with error -22
[ 19.629087] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_get_device_exclusive+0x18/0x2c)
[ 19.639876] ti-sci 44083000.system-controller: Mbox send fail -110
root@j721e-evm:~# [ 20.109087] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_put_device+0x18/0x24)
[ 20.109087] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: k3_ringacc_ring_cfg_sci+0x94/0x100)
[ 20.109119] ti-sci 44083000.system-controller: RM_RA:Mbox config send fail -110
[ 20.120202] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_get_device_exclusive+0x18/0x2c)
[ 20.129167] k3-ringacc 3c000000.ringacc: TISCI config ring fail (-110) ring_idx 349
[ 20.154873] ti-sci 44083000.system-controller: Mbox send fail -110
[ 20.157091] ti-sci 44083000.system-controller: Mbox send fail -110
[ 20.653088] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_get_device_exclusive+0x18/0x2c)
[ 20.663881] ti-sci 44083000.system-controller: Mbox send fail -110
[ 21.133086] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: k3_ringacc_ring_cfg_sci+0x94/0x100)
[ 21.143269] ti-sci 44083000.system-controller: RM_RA:Mbox config send fail -110
[ 21.154636] k3-ringacc 3c000000.ringacc: TISCI config ring fail (-110) ring_idx 452
[ 21.162470] ti-udma 31150000.dma-controller: get channel fail in udma_of_xlate.
[ 21.677088] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_get_device_exclusive+0x18/0x2c)
[ 21.687878] ti-sci 44083000.system-controller: Mbox send fail -110
[ 22.701089] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_get_device_exclusive+0x18/0x2c)
[ 22.711879] ti-sci 44083000.system-controller: Mbox send fail -110
[ 23.725082] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_get_device_exclusive+0x18/0x2c)
[ 23.735867] ti-sci 44083000.system-controller: Mbox send fail -110
[ 24.749087] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_get_device_exclusive+0x18/0x2c)
[ 24.759879] ti-sci 44083000.system-controller: Mbox send fail -110
[ 25.773087] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_get_device_exclusive+0x18/0x2c)
[ 25.783877] ti-sci 44083000.system-controller: Mbox send fail -110
[ 26.797085] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_get_device_exclusive+0x18/0x2c)
[ 26.807873] ti-sci 44083000.system-controller: Mbox send fail -110
[ 27.821083] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_get_device_exclusive+0x18/0x2c)
[ 27.831864] ti-sci 44083000.system-controller: Mbox send fail -110
[ 28.845082] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_get_device_exclusive+0x18/0x2c)
[ 28.855862] ti-sci 44083000.system-controller: Mbox send fail -110
[ 29.869082] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_get_device_exclusive+0x18/0x2c)
[ 29.879872] ti-sci 44083000.system-controller: Mbox send fail -110
[ 32.365085] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_get_device_exclusive+0x18/0x2c)
[ 32.375875] ti-sci 44083000.system-controller: Mbox send fail -110
[ 33.389105] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_get_device_exclusive+0x18/0x2c)
[ 33.399890] ti-sci 44083000.system-controller: Mbox send fail -110
[ 34.413096] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_get_device_exclusive+0x18/0x2c)
[ 34.423879] ti-sci 44083000.system-controller: Mbox send fail -110
uname -a
Linux j721e-evm 6.1.46-g5da2f861d7 #1 SMP PREEMPT Thu Nov 30 22:19:30 UTC 2023 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=x.x.x.x:/opt/NFS_exports/linux/j721e-hsevm/autofs/e343f8e5f9c2fe0ff25e5b34b473a3e7,nolock,v3,tcp,rsize=4096,wsize=4096
root@j721e-evm:~# uname -a
Linux j721e-evm 6.1.46-g5da2f861d7 #1 SMP PREEMPT Thu Nov 30 22:19:30 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux
root@j721e-evm:~# [ 35.437095] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_get_device_exclusive+0x18/0x2c)
[ 35.447887] ti-sci 44083000.system-controller: Mbox send fail -110
cat /proc/mtd
dev: size erasesize name
mtd0: 00080000 00001000 "ospi.tiboot3"
mtd1: 00200000 00001000 "ospi.tispl"
mtd2: 00400000 00001000 "ospi.u-boot"
mtd3: 00020000 00001000 "ospi.env"
mtd4: 00020000 00001000 "ospi.env.backup"
mtd5: 00100000 00001000 "ospi.sysfw"
mtd6: 037c0000 00001000 "ospi.rootfs"
mtd7: 00020000 00001000 "ospi.phypattern"
mtd8: 00080000 00001000 "qspi.tiboot3"
mtd9: 00200000 00001000 "qspi.tispl"
mtd10: 00400000 00001000 "qspi.u-boot"
mtd11: 00020000 00001000 "qspi.env"
mtd12: 00020000 00001000 "qspi.env.backup"
mtd13: 00100000 00001000 "qspi.sysfw"
mtd14: 037c0000 00001000 "qspi.rootfs"
mtd15: 00020000 00001000 "qspi.phypattern"
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 28216
-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 478552 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4295864 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_t[ 36.461094] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_get_device_exclusive+0x18/0x2c)
est_mcu1_1_release_strip.xer5f
lrwxrwxrwx 1 root root 74 M[ 36.476913] ti-sci 44083000.system-controller: Mbox send fail -110
ar 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 131072 Mar 9 2018 rgx.fw.x.x.x.x
-rw-r--r-- 1 root root 131072 Mar 9 2018 rgx.fw.x.x.x.x.64k
-rw-r--r-- 1 root root 382744 Mar 9 2018 rgx.sh.x.x.x.x
-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 478552 Mar 9 2018 tee-pager_v2.bin
-rw-r--r-- 1 root root 478552 Mar 9 2018 tee-raw.bin
-rw-r--r-- 1 root root 478580 Mar 9 2018 tee.bin
-rw-r--r-- 1 root root 4295864 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 732 0 47256 430 0 0 0 0 0 516 430 0 0 0 0 0 0
179 1 mmcblk0p1 214 0 14627 114 0 0 0 0 0 192 114 0 0 0 0 0 0
179 2 mmcblk0p2 228 0 14634 136 0 0 0 0 0 220 136 0 0 0 0 0 0
179 3 mmcblk0p3 251 0 16787 167 0 0 0 0 0 284 167 0 0 0 0 0 0
179 32 mmcblk0boot0 102 0 2016 87 0 0 0 0 0 104 87 0 0 0 0 0 0
179 64 mmcblk0boot1 68 0 1344 32 0 0 0 0 0 44 32 0 0 0 0 0 0
31 0 mtdblock0 33 0 264 11 0 0 0 0 0 32 11 0 0 0 0 0 0
31 1 mtdblock1 56 0 448 17 0 0 0 0 0 28 17 0 0 0 0 0 0
31 2 mtdblock2 87 0 696 60 0 0 0 0 0 92 60 0 0 0 0 0 0
31 3 mtdblock3 27 0 216 9 0 0 0 0 0 24 9 0 0 0 0 0 0
31 4 mtdblock4 36 0 288 27 0 0 0 0 0 48 27 0 0 0 0 0 0
31 5 mtdblock5 26 0 208 53 0 0 0 0 0 64 53 0 0 0 0 0 0
31 6 mtdblock6 70 1 1344 157 0 0 0 0 0 156 157 0 0 0 0 0 0
31 7 mtdblock7 27 0 216 42 0 0 0 0 0 60 42 0 0 0 0 0 0
31 8 mtdblock8 7 0 56 1277 0 0 0 0 0 1300 1277 0 0 0 0 0 0
31 9 mtdblock9 8 0 64 53 0 0 0 0 0 72 53 0 0 0 0 0 0
31 10 mtdblock10 7 0 56 47 0 0 0 0 0 64 47 0 0 0 0 0 0
31 11 mtdblock11 7 0 56 74 0 0 0 0 0 80 74 0 0 0 0 0 0
31 12 mtdblock12 8 0 64 95 0 0 0 0 0 124 95 0 0 0 0 0 0
31 13 mtdblock13 9 0 72 53 0 0 0 0 0 64 53 0 0 0 0 0 0
31 14 mtdblock14 7 0 56 172 0 0 0 0 0 196 172 0 0 0 0 0 0
31 15 mtdblock15 10 0 80 69 0 0 0 0 0 88 69 0 0 0 0 0 0
179 96 mmcblk1 682 128 46271 2133 2 0 16 3 0 1216 2136 0 0 0 0 0 0
179 97 mmcblk1p1 238 5 14593 808 0 0 0 0 0 748 808 0 0 0 0 0 0
179 98 mmcblk1p2 200 37 15156 603 1 0 8 0 0 632 604 0 0 0 0 0 0
179 99 mmcblk1p3 206 86 15322 667 1 0 8 2 0 624 669 0 0 0 0 0 0
root@j721e-evm:~# cat /proc/interrupts
CPU0 CPU1
11: 3959 4646 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: 1386 0 GICv3 69 Level 32c00000.mailbox thr_011
18: 7173 0 GICv3 928 Level 42120000.i2c
19: 71 0 GICv3 232 Level 2000000.i2c
20: 18 0 GICv3 233 Level 2010000.i2c
21: 13 0 GICv3 235 Level 2030000.i2c
22: 6 0 GICv3 238 Level 2060000.i2c
23: 48096 443 MSI-INTA 15401056 Level 46000000.ethernet-tx0
25: 69818 0 MSI-INTA 15401058 Level 46000000.ethernet
43: 3686 0 MSI-INTA 13828536 Level 31150000.dma-controller chan0
44: 3 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
51: 0 0 MSI-INTA 13828544 Level 31150000.dma-controller chan8
52: 0 0 MSI-INTA 13828545 Level 31150000.dma-controller chan9
53: 0 0 MSI-INTA 13828546 Level 31150000.dma-controller chan10
54: 0 0 MSI-INTA 13828547 Level 31150000.dma-controller chan11
194: 651 0 GICv3 224 Level 2800000.serial
198: 2 0 GICv3 872 Level 47040000.spi
199: 0 0 GICv3 873 Level 47050000.spi
200: 0 0 GICv3 890 Level 46000000.ethernet
201: 0 0 INTR 391 Level 310d0000.cpts
202: 1017 0 GICv3 35 Level mmc0
216: 0 0 GPIO 7 Edge -davinci_gpio GPIO Key USER2
218: 0 0 GPIO 9 Edge -davinci_gpio tps6594-0-0x48, tps6594-0-0x4c
301: 0 0 GPIO 0 Edge -davinci_gpio GPIO Key USER1
443: 0 0 GPIO 11 Edge -davinci_gpio 2-0020
468: 0 0 tps6594-0-0x48 0 Edge buck1_ov
469: 0 0 tps6594-0-0x48 1 Edge buck1_uv
470: 0 0 tps6594-0-0x48 2 Edge buck1_sc
471: 0 0 tps6594-0-0x48 3 Edge buck1_ilim
472: 0 0 t[ 37.517087] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_get_device_exclusive+0x18/0x2c)
ps6594-0-0x48 4 Edge buck2_ov
473: 0 0[ 37.527961] ti-sci 44083000.system-controller: Mbox send fail -110
tps6594-0-0x48 5 Edge buck2_uv
474: 0 0 tps6594-0-0x48 6 Edge buck2_sc
475: 0 0 tps6594-0-0x48 7 Edge buck2_ilim
476: 0 0 tps6594-0-0x48 8 Edge buck3_ov
477: 0 0 tps6594-0-0x48 9 Edge buck3_uv
478: 0 0 tps6594-0-0x48 10 Edge buck3_sc
479: 0 0 tps6594-0-0x48 11 Edge buck3_ilim
480: 0 0 tps6594-0-0x48 12 Edge buck4_ov
481: 0 0 tps6594-0-0x48 13 Edge buck4_uv
482: 0 0 tps6594-0-0x48 14 Edge buck4_sc
483: 0 0 tps6594-0-0x48 15 Edge buck4_ilim
484: 0 0 tps6594-0-0x48 16 Edge buck5_ov
485: 0 0 tps6594-0-0x48 17 Edge buck5_uv
486: 0 0 tps6594-0-0x48 18 Edge buck5_sc
487: 0 0 tps6594-0-0x48 19 Edge buck5_ilim
488: 0 0 tps6594-0-0x48 20 Edge ldo1_ov
489: 0 0 tps6594-0-0x48 21 Edge ldo1_uv
490: 0 0 tps6594-0-0x48 22 Edge ldo1_sc
491: 0 0 tps6594-0-0x48 23 Edge ldo1_ilim
492: 0 0 tps6594-0-0x48 24 Edge ldo2_ov
493: 0 0 tps6594-0-0x48 25 Edge ldo2_uv
494: 0 0 tps6594-0-0x48 26 Edge ldo2_sc
495: 0 0 tps6594-0-0x48 27 Edge ldo2_ilim
496: 0 0 tps6594-0-0x48 28 Edge ldo3_ov
497: 0 0 tps6594-0-0x48 29 Edge ldo3_uv
498: 0 0 tps6594-0-0x48 30 Edge ldo3_sc
499: 0 0 tps6594-0-0x48 31 Edge ldo3_ilim
500: 0 0 tps6594-0-0x48 32 Edge ldo4_ov
501: 0 0 tps6594-0-0x48 33 Edge ldo4_uv
502: 0 0 tps6594-0-0x48 34 Edge ldo4_sc
503: 0 0 tps6594-0-0x48 35 Edge ldo4_ilim
504: 0 0 tps6594-0-0x48 36 Edge vcca_ov
505: 0 0 tps6594-0-0x48 37 Edge vcca_uv
523: 0 0 tps6594-0-0x48 55 Edge npwron_start
524: 0 0 tps6594-0-0x48 56 Edge enable
525: 0 0 tps6594-0-0x48 57 Edge fsd
526: 0 0 tps6594-0-0x48 58 Edge soft_reboot
527: 0 0 tps6594-0-0x48 59 Edge bist_pass
528: 0 0 tps6594-0-0x48 60 Edge ext_clk
529: 0 0 tps6594-0-0x48 61 Edge twarn
530: 0 0 tps6594-0-0x48 62 Edge tsd_ord
531: 0 0 tps6594-0-0x48 63 Edge bist_fail
532: 0 0 tps6594-0-0x48 64 Edge reg_crc_err
533: 0 0 tps6594-0-0x48 65 Edge recov_cnt
534: 0 0 tps6594-0-0x48 66 Edge spmi_err
535: 0 0 tps6594-0-0x48 67 Edge npwron_long
536: 0 0 tps6594-0-0x48 68 Edge nint_readback
537: 0 0 tps6594-0-0x48 69 Edge nrstout_readback
538: 0 0 tps6594-0-0x48 70 Edge tsd_imm
539: 0 0 tps6594-0-0x48 71 Edge vcca_ovp
540: 0 0 tps6594-0-0x48 72 Edge pfsm_err
541: 0 0 tps6594-0-0x48 73 Edge imm_shutdown
542: 0 0 tps6594-0-0x48 74 Edge ord_shutdown
543: 0 0 tps6594-0-0x48 75 Edge mcu_pwr_err
544: 0 0 tps6594-0-0x48 76 Edge soc_pwr_err
545: 0 0 tps6594-0-0x48 77 Edge comm_frm_err
546: 0 0 tps6594-0-0x48 78 Edge comm_crc_err
547: 0 0 tps6594-0-0x48 79 Edge comm_adr_err
548: 0 0 tps6594-0-0x48 82 Edge en_drv_readback
549: 0 0 tps6594-0-0x48 83 Edge nrstout_soc_readback
550: 0 0 tps6594-0-0x48 84 Edge esm_soc_pin
551: 0 0 tps6594-0-0x48 85 Edge esm_soc_fail
552: 0 0 tps6594-0-0x48 86 Edge esm_soc_rst
554: 0 0 tps6594-0-0x48 88 Edge alarm
556: 0 0 tps6594-0-0x4c 0 Edge buck1_ov
557: 0 0 tps6594-0-0x4c 1 Edge buck1_uv
558: 0 0 tps6594-0-0x4c 2 Edge buck1_sc
559: 0 0 tps6594-0-0x4c 3 Edge buck1_ilim
560: 0 0 tps6594-0-0x4c 4 Edge buck2_ov
561: 0 0 tps6594-0-0x4c 5 Edge buck2_uv
562: 0 0 tps6594-0-0x4c 6 Edge buck2_sc
563: 0 0 tps6594-0-0x4c 7 Edge buck2_ilim
564: 0 0 tps6594-0-0x4c 8 Edge buck3_ov
565: 0 0 tps6594-0-0x4c 9 Edge buck3_uv
566: 0 0 tps6594-0-0x4c 10 Edge buck3_sc
567: 0 0 tps6594-0-0x4c 11 Edge buck3_ilim
568: 0 0 tps6594-0-0x4c 12 Edge buck4_ov
569: 0 0 tps6594-0-0x4c 13 Edge buck4_uv
570: 0 0 tps6594-0-0x4c 14 Edge buck4_sc
571: 0 0 tps6594-0-0x4c 15 Edge buck4_ilim
572: 0 0 tps6594-0-0x4c 16 Edge buck5_ov
573: 0 0 tps6594-0-0x4c 17 Edge buck5_uv
574: 0 0 tps6594-0-0x4c 18 Edge buck5_sc
575: 0 0 tps6594-0-0x4c 19 Edge buck5_ilim
576: 0 0 tps6594-0-0x4c 20 Edge ldo1_ov
577: 0 0 tps6594-0-0x4c 21 Edge ldo1_uv
578: 0 0 tps6594-0-0x4c 22 Edge ldo1_sc
579: 0 0 tps6594-0-0x4c 23 Edge ldo1_ilim
580: 0 0 tps6594-0-0x4c 24 Edge ldo2_ov
581: 0 0 tps6594-0-0x4c 25 Edge ldo2_uv
582: 0 0 tps6594-0-0x4c 26 Edge ldo2_sc
583: 0 0 tps6594-0-0x4c 27 Edge ldo2_ilim
584: 0 0 tps6594-0-0x4c 28 Edge ldo3_ov
585: 0 0 tps6594-0-0x4c 29 Edge ldo3_uv
586: 0 0 tps6594-0-0x4c 30 Edge ldo3_sc
587: 0 0 tps6594-0-0x4c 31 Edge ldo3_ilim
588: 0 0 tps6594-0-0x4c 32 Edge ldo4_ov
589: 0 0 tps6594-0-0x4c 33 Edge ldo4_uv
590: 0 0 tps6594-0-0x4c 34 Edge ldo4_sc
591: 0 0 tps6594-0-0x4c 35 Edge ldo4_ilim
592: 0 0 tps6594-0-0x4c 36 Edge vcca_ov
593: 0 0 tps6594-0-0x4c 37 Edge vcca_uv
611: 0 0 tps6594-0-0x4c 55 Edge npwron_start
612: 0 0 tps6594-0-0x4c 56 Edge enable
613: 0 0 tps6594-0-0x4c 57 Edge fsd
614: 0 0 tps6594-0-0x4c 58 Edge soft_reboot
615: 0 0 tps6594-0-0x4c 59 Edge bist_pass
616: 0 0 tps6594-0-0x4c 60 Edge ext_clk
617: 0 0 tps6594-0-0x4c 61 Edge twarn
618: 0 0 tps6594-0-0x4c 62 Edge tsd_ord
619: 0 0 tps6594-0-0x4c 63 Edge bist_fail
620: 0 0 tps6594-0-0x4c 64 Edge reg_crc_err
621: 0 0 tps6594-0-0x4c 65 Edge recov_cnt
622: 0 0 tps6594-0-0x4c 66 Edge spmi_err
623: 0 0 tps6594-0-0x4c 67 Edge npwron_long
624: 0 0 tps6594-0-0x4c 68 Edge nint_readback
625: 0 0 tps6594-0-0x4c 69 Edge nrstout_readback
626: 0 0 tps6594-0-0x4c 70 Edge tsd_imm
627: 0 0 tps6594-0-0x4c 71 Edge vcca_ovp
628: 0 0 tps6594-0-0x4c 72 Edge pfsm_err
629: 0 0 tps6594-0-0x4c 73 Edge imm_shutdown
630: 0 0 tps6594-0-0x4c 74 Edge ord_shutdown
631: 0 0 tps6594-0-0x4c 75 Edge mcu_pwr_err
632: 0 0 tps6594-0-0x4c 76 Edge soc_pwr_err
633: 0 0 tps6594-0-0x4c 77 Edge comm_frm_err
634: 0 0 tps6594-0-0x4c 78 Edge comm_crc_err
635: 0 0 tps6594-0-0x4c 79 Edge comm_adr_err
636: 0 0 tps6594-0-0x4c 82 Edge en_drv_readback
637: 0 0 tps6594-0-0x4c 83 Edge nrstout_soc_readback
638: 0 0 tps6594-0-0x4c 84 Edge esm_soc_pin
639: 0 0 tps6594-0-0x4c 85 Edge esm_soc_fail
640: 0 0 tps6594-0-0x4c 86 Edge esm_soc_rst
644: 2 0 INTR 436 Level mbox-mcu-r5fss0-core0
647: 8 0 INTR 424 Level mbox-c66-0, mbox-c66-1
648: 2 0 INTR 420 Level mbox-c71-0
681: 0 0 MSI-INTA 13893648 Edge 31150000.dma-controller chan6
744: 0 0 MSI-INTA 13894674 Edge 31150000.dma-controller chan4
745: 0 0 MSI-INTA 13894675 Edge 31150000.dma-controller chan5
746: 0 0 MSI-INTA 13894676 Edge 31150000.dma-controller chan7
747: 0 0 MSI-INTA 13894677 Edge 31150000.dma-controller chan9
748: 0 0 MSI-INTA 13894678 Edge 31150000.dma-controller chan10
749: 0 0 MSI-INTA 13894679 Edge 31150000.dma-controller chan11
801: 1460 0 GICv3 36 Level mmc1
802: 0 0 GICv3 597 Level 2ba0000.mcasp_rx
803: 0 0 GICv3 596 Level 2ba0000.mcasp_tx
804: 0 0 GICv3 350 Edge j721e-pcie-link-down-irq
807: 0 0 GICv3 892 Level TI-am335x-adc.13.auto
808: 0 0 GICv3 213 Level vxe-enc
809: 0 0 GICv3 212 Level vxd-dec
811: 0 0 GICv3 893 Level TI-am335x-adc.14.auto
812: 0 0 GICv3 646 Level mhdp8546
813: 0 0 GICv3 634 Level tidss
822: 0 0 ITS-MSI 0 Edge PCIe PME, aerdrv
823: 0 0 GICv3 362 Edge j721e-pcie-link-down-irq
835: 0 0 ITS-MSI 134217728 Edge PCIe PME, aerdrv
838: 0 0 GICv3 152 Level 6000000.usb
856: 0 0 GICv3 43 Level 4e10000.rng
857: 37 0 GICv3 136 Level xhci-hcd:usb1
859: 0 0 GICv3 153 Level 6400000.usb
IPI0: 2872 12380 Rescheduling interrupts
IPI1: 3670 9115 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: 0 0 IRQ work interrupts
IPI6: 0 0 CPU wake-up interrupts
Err: 0
root@j721e-evm:~# [ 38.541085] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_get_device_exclusive+0x18/0x2c)
[ 38.551871] ti-sci 44083000.system-controller: Mbox send fail -110
cat /proc/softirqs
CPU0 CPU1
HI: 11 3
TIMER: 1104 1727
NET_TX: 12 2
NET_RX: 104620 474
BLOCK: 891 0
IRQ_POLL: 0 0
TASKLET: 5657 48
SCHED: 1914 1988
HRTIMER: 0 0
RCU: 8878 12322
root@j721e-evm:~# ls -lR /run/media/mmcblk0p1
/run/media/mmcblk0p1:
total 0
root@j721e-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $?
1
root@j721e-evm:~# [ 39.565086] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: ti_sci_cmd_get_device_exclusive+0x18/0x2c)
[ 39.575877] ti-sci 44083000.system-controller: Mbox send fail -110
[ 39.583012] platform 40568000.can: deferred probe pending
[ 39.588414] platform 2701000.can: deferred probe pending
[ 39.593723] platform 2721000.can: deferred probe pending
[ 39.599028] platform bus@100000:r5fss@5c00000: deferred probe pending
[ 39.605459] platform 40528000.can: deferred probe pending
[ 39.610848] platform 4510000.ticsi2rx: deferred probe pending
[ 39.616581] platform 2920000.pcie: deferred probe pending
[ 39.621966] platform bus@100000:r5fss@5e00000: deferred probe pending
opkg list-installed | grep ti-test; echo $?
ti-test - 1.0-r0.121
ti-test-extras - 1.0-r0.121
0
root@j721e-evm:~# depmod -a
root@j721e-evm:~# lsmod
Module Size Used by
xhci_plat_hcd 16384 0
pci_endpoint_test 20480 0
omap_rng 16384 0
ti_am335x_adc 20480 0
kfifo_buf 16384 1 ti_am335x_adc
pru_rproc 24576 0
irq_pruss_intc 16384 0
rpmsg_ctrl 16384 0
rpmsg_char 16384 1 rpmsg_ctrl
cdns_pltfrm 16384 0
cdns3 45056 0
cdns_usb_common 20480 1 cdns3
crct10dif_ce 16384 1
snd_soc_j721e_evm 32768 0
display_connector 16384 0
phy_can_transceiver 16384 0
ti_k3_r5_remoteproc 28672 0
overlay 122880 0
cfg80211 385024 0
rfkill 24576 2 cfg80211
k3_j72xx_bandgap 16384 0
cdns_mhdp8546 40960 0
vxd_dec 344064 0
vxe_enc 286720 0
drm_display_helper 139264 1 cdns_mhdp8546
tidss 61440 0
ti_am335x_tscadc 16384 1 ti_am335x_adc
j721e_csi2rx 24576 0
drm_dma_helper 20480 1 tidss
videobuf2_dma_sg 20480 2 vxe_enc,vxd_dec
videobuf2_dma_contig 20480 1 j721e_csi2rx
drm_kms_helper 184320 6 drm_dma_helper,display_connector,cdns_mhdp8546,drm_display_helper,tidss
pruss 16384 0
v4l2_mem2mem 36864 2 vxe_enc,vxd_dec
videobuf2_memops 16384 2 videobuf2_dma_contig,videobuf2_dma_sg
videobuf2_v4l2 32768 4 j721e_csi2rx,vxe_enc,vxd_dec,v4l2_mem2mem
pvrsrvkm 1241088 0
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 1 j721e_csi2rx
syscopyarea 16384 1 drm_kms_helper
m_can_platform 16384 0
m_can 24576 1 m_can_platform
videodev 245760 7 v4l2_async,j721e_csi2rx,vxe_enc,videobuf2_v4l2,vxd_dec,videobuf2_common,v4l2_mem2mem
sysfillrect 16384 1 drm_kms_helper
ti_k3_dsp_remoteproc 16384 0
cdns_dphy_rx 16384 0
sysimgblt 16384 1 drm_kms_helper
virtio_rpmsg_bus 20480 0
rpmsg_ns 16384 1 virtio_rpmsg_bus
ti_k3_common 16384 1 ti_k3_dsp_remoteproc
fb_sys_fops 16384 1 drm_kms_helper
sa2ul 36864 0
mc 57344 6 v4l2_async,videodev,j721e_csi2rx,videobuf2_v4l2,videobuf2_common,v4l2_mem2mem
ti_j721e_ufs 16384 0
can_dev 36864 1 m_can
pci_j721e_host 16384 0
pci_j721e 16384 1 pci_j721e_host
pcie_cadence_host 16384 1 pci_j721e_host
snd_soc_davinci_mcasp 32768 0
cdns3_ti 16384 0
pcie_cadence 16384 2 pcie_cadence_host,pci_j721e_host
snd_soc_ti_udma 16384 1 snd_soc_davinci_mcasp
snd_soc_ti_edma 16384 1 snd_soc_davinci_mcasp
snd_soc_ti_sdma 16384 1 snd_soc_davinci_mcasp
snd_soc_pcm3168a_i2c 16384 0
snd_soc_pcm3168a 32768 1 snd_soc_pcm3168a_i2c
rti_wdt 16384 0
optee_rng 16384 0
rng_core 20480 2 optee_rng,omap_rng
cryptodev 53248 0
fuse 131072 1
drm 561152 8 drm_kms_helper,drm_dma_helper,display_connector,pvrsrvkm,cdns_mhdp8546,drm_display_helper,tidss
drm_panel_orientation_quirks 28672 1 drm
ipv6 475136 40
root@j721e-evm:~# devmem2 0x70000000
/dev/mem opened.[ 53.893261] SError Interrupt on CPU0, code 0x00000000bf000002 -- SError
[ 53.893274] CPU: 0 PID: 1008 Comm: devmem2 Tainted: G O 6.1.46-g5da2f861d7 #1
[ 53.893279] Hardware name: Texas Instruments J721e EVM (DT)
[ 53.893281] pstate: 60000000 (nZCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[ 53.893285] pc : 0000ffffbf280c54
[ 53.893286] lr : 0000ffffbf282ed0
[ 53.893287] sp : 0000ffffe4306090
[ 53.893289] x29: 0000ffffe4306090 x28: 0000000000000000 x27: 0000000000412000
[ 53.893295] x26: 0000ffffbf2a4000 x25: 0000ffffe4306458 x24: 0000ffffe4306260
[ 53.893299] x23: 0000000000000003 x22: 0000000000000002 x21: 0000000000000048
[ 53.893304] x20: 0000ffffbf2ad360 x19: 0000000000412018 x18: 0000000000000000
[ 53.893308] x17: 0000ffffbf282e88 x16: 0000000000411ff8 x15: 0000000000000001
[ 53.893312] x14: 0000000000000001 x13: 2073736572646461 x12: 0000ffffbf2a4000
[ 53.893316] x11: 000000000000000e x10: 000000000000000a x9 : 0000ffffe43060d4
[ 53.893320] x8 : 0000000000000040 x7 : 3030303461326662 x6 : 0000000000400358
[ 53.893324] x5 : 0000000000000000 x4 : 0000000400000402 x3 : 0000000000000000
[ 53.893328] x2 : 00000000004003b8 x1 : 0000000000000008 x0 : 0000000000400550
[ 53.893333] Kernel panic - not syncing: Asynchronous SError Interrupt
[ 53.893336] CPU: 0 PID: 1008 Comm: devmem2 Tainted: G O 6.1.46-g5da2f861d7 #1
[ 53.893340] Hardware name: Texas Instruments J721e EVM (DT)
[ 53.893341] Call trace:
[ 53.893343] dump_backtrace.part.0+0xdc/0xf0
[ 53.893357] show_stack+0x18/0x30
[ 53.893362] dump_stack_lvl+0x68/0x84
[ 53.893369] dump_stack+0x18/0x34
[ 53.893373] panic+0x188/0x348
[ 53.893378] nmi_panic+0xac/0xb0
[ 53.893384] arm64_serror_panic+0x6c/0x7c
[ 53.893389] do_serror+0x58/0x5c
[ 53.893393] __el0_error_handler_common+0x40/0xa4
[ 53.893398] el0t_64_error_handler+0x10/0x20
[ 53.893400] el0t_64_error+0x18c/0x190
[ 53.893404] SMP: stopping secondary CPUs
[ 53.893415] Kernel Offset: disabled
[ 53.893417] CPU features: 0x40000,20028084,0000420b
[ 53.893420] Memory Limit: none
[ 54.081927] ---[ end Kernel panic - not syncing: Asynchronous SError Interrupt ]---
Memory mapped at address 0xffffbf2a4000.
# OPTEE Firewall Test
U-Boot SPL 2024.01-rc5-00685-g8e966931a04b-dirty (Dec 29 2023 - 13:31:26 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
Trying to boot from UART
CLoaded 1060139 bytes
Loading Environment from nowhere... OK
init_env from device 7 not supported!
Starting ATF on ARM64 core...
NOTICE: BL31: v2.9(release):v2.9.0-614-gd7a7135d32-dirty
NOTICE: BL31: Built : 09:34:15, Aug 24 2023
I/TC:
I/TC: OP-TEE version: 4.0.0 (gcc version 11.4.0 (GCC)) #1 Fri Oct 20 18:29:31 UTC 2023 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: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
I/TC: Secure Board Configuration Software: Rev 0
I/TC: Secure Boot Keys: Count 1, Rev 1
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.01-rc5-00685-g8e966931a04b-dirty (Dec 29 2023 - 13:31:44 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
Detected: J7X-BASE-CPB rev E3
Detected: J7X-VSC8514-ETH rev E2
Trying to boot from UART
CLoaded 1365299 bytes
U-Boot 2024.01-rc5-00685-g8e966931a04b-dirty (Dec 29 2023 - 13:31:44 +0530)
SoC: J721E SR1.1 HS-SE
Model: Texas Instruments J721e EVM
Board: J721EX-PM2-SOM rev A
DRAM: 4 GiB
Core: 136 devices, 35 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 mdio_freq:1000000
Detected: J7X-BASE-CPB rev E3
Detected: J7X-VSC8514-ETH rev E2
Sierra init failed:-19
Net: eth0: ethernet@46000000port@1
Hit any key to stop autoboot: 2 0
=>
=>
=>
=>
=>
=>
=> version
U-Boot 2024.01-rc5-00685-g8e966931a04b-dirty (Dec 29 2023 - 13:31:44 +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 'x.x.x.x'
=> 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=A
board_serial=0044
board_software_revision=01
boot=mmc
boot_fdt=try
boot_fit=1
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_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
default_device_tree=ti/k3-j721e-common-proc-board.dtb
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
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=xx:xx:xx:xx:xx:xx
eth2addr=xx:xx:xx:xx:xx:xx
eth3addr=xx:xx:xx:xx:xx:xx
eth4addr=xx:xx:xx:xx:xx:xx
ethaddr=xx:xx:xx:xx:xx:xx
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde968c0
fdtoverlay_addr_r=0x89000000
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = j721e; then setenv name_fdt ti/k3-j721e-common-proc-board.dtb; fi; if test $board_name = j7200; then setenv name_fdt ti/k3-j7200-common-proc-board.dtb; fi; if test $board_name = j721e-eaik || test $board_name = j721e-sk; then setenv name_fdt ti/k3-j721e-sk.dtb; fi; setenv fdtfile ${name_fdt}
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_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#=0000000000000044
serverip=x.x.x.x
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: 7114/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 'x.x.x.x'
=> 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
BOOTP broadcast 2
BOOTP broadcast 3
DHCP client bound to address x.x.x.x (1006 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
691508 bytes read in 56 ms (11.8 MiB/s)
Load Remote Processor 2 with data@addr=0x82000000 691508 bytes: Success!
91496 bytes read in 40 ms (2.2 MiB/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 91496 bytes: Failed!
91496 bytes read in 41 ms (2.1 MiB/s)
Load Remote Processor 4 with data@addr=0x82000000 91496 bytes: Success!
91496 bytes read in 40 ms (2.2 MiB/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 91496 bytes: Failed!
144948 bytes read in 41 ms (3.4 MiB/s)
Load Remote Processor 6 with data@addr=0x82000000 144948 bytes: Success!
144948 bytes read in 41 ms (3.4 MiB/s)
Load Remote Processor 7 with data@addr=0x82000000 144948 bytes: Success!
10489000 bytes read in 48 ms (208.4 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=A
board_serial=0044
board_software_revision=01
boot=mmc
boot_fdt=try
boot_fit=1
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_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
default_device_tree=ti/k3-j721e-common-proc-board.dtb
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=x.x.x.x
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=xx:xx:xx:xx:xx:xx
eth2addr=xx:xx:xx:xx:xx:xx
eth3addr=xx:xx:xx:xx:xx:xx
eth4addr=xx:xx:xx:xx:xx:xx
ethact=ethernet@46000000port@1
ethaddr=xx:xx:xx:xx:xx:xx
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde968c0
fdtoverlay_addr_r=0x89000000
fileaddr=82000000
filesize=a00ca8
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = j721e; then setenv name_fdt ti/k3-j721e-common-proc-board.dtb; fi; if test $board_name = j7200; then setenv name_fdt ti/k3-j7200-common-proc-board.dtb; fi; if test $board_name = j721e-eaik || test $board_name = j721e-sk; then setenv name_fdt ti/k3-j721e-sk.dtb; fi; setenv fdtfile ${name_fdt}
finduuid=part uuid ${boot} ${bootpart} uuid
gatewayip=x.x.x.x
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=x.x.x.x
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_fit=fitImage
name_kern=Image
netmask=x.x.x.x
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#=0000000000000044
serverip=x.x.x.x
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: 7279/131067 bytes
=> 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=x.x.x.x:/opt/NFS_exports/linux/j721e-hsevm/autofs/e343f8e5f9c2fe0ff25e5b34b473a3e7,nolock,v3,tcp,rsize=4096,wsize=4096 '
=> tftp ${addr_fit} x.x.x.x:vatf_j721e-hsevm/27e3045123e2c72f6056848e7a7a1875
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 x.x.x.x; our IP address is x.x.x.x
Filename 'vatf_j721e-hsevm/27e3045123e2c72f6056848e7a7a1875'.
Load address: 0x90000000
Loading: *################################################## 8.5 MiB
12.5 MiB/s
done
Bytes transferred = 8956734 (88ab3e hex)
=> printenv bootcmd
## Error: "bootcmd" not defined
=> setenv bootcmd ''${bootcmd}' run findfdt; run get_overlaystring; printenv; iminfo ${addr_fit}; run run_fit;'
=> version
U-Boot 2024.01-rc5-00685-g8e966931a04b-dirty (Dec 29 2023 - 13:31:44 +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 = 0x00000000ffed7000
reloc off = 0x000000007f6d7000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = xx:xx:xx:xx:xx:xx
IP addr = x.x.x.x
fdt_blob = 0x00000000fde968c0
new_fdt = 0x00000000fde968c0
fdt_size = 0x00000000000204e0
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 = 0x4 / max = 0x10
reserved[0] [0x9e800000-0xa8ffffff], 0x0a800000 bytes flags: 4
reserved[1] [0xaa000000-0xabbfffff], 0x01c00000 bytes flags: 4
reserved[2] [0xfce86000-0xffffffff], 0x0317a000 bytes flags: 0
reserved[3] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002800000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde968b0
sp start = 0x00000000fde968b0
Early malloc usage: 31c8 / 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 = 0x00000000ffed7000
reloc off = 0x000000007f6d7000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = xx:xx:xx:xx:xx:xx
IP addr = x.x.x.x
fdt_blob = 0x00000000fde968c0
new_fdt = 0x00000000fde968c0
fdt_size = 0x00000000000204e0
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 = 0x4 / max = 0x10
reserved[0] [0x9e800000-0xa8ffffff], 0x0a800000 bytes flags: 4
reserved[1] [0xaa000000-0xabbfffff], 0x01c00000 bytes flags: 4
reserved[2] [0xfce86000-0xffffffff], 0x0317a000 bytes flags: 0
reserved[3] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002800000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde968b0
sp start = 0x00000000fde968b0
Early malloc usage: 31c8 / 8000
=> ls mmc 0:1
0 file(s), 0 dir(s)
=> ls mmc 1:1
EFI/
20591104 Image
278174 sysfw.itb
268978 sysfw-j721e-gp-evm.itb
278174 sysfw-j721e_sr1_1-hs-evm.itb
269718 sysfw-j721e_sr2-hs-fs-evm.itb
291408 tiboot3.bin
290633 tiboot3-j721e-gp-evm.bin
291408 tiboot3-j721e_sr1_1-hs-evm.bin
291408 tiboot3-j721e_sr2-hs-fs-evm.bin
1024723 tispl.bin
1300183 u-boot.img
574 uEnv.txt
4 ws-calibrate.rules
13 file(s), 1 dir(s)
=> ext4ls mmc 0:2 /lib/firmware
=> ext4ls mmc 1:2 /lib/firmware
<DIR> 4096 .
<DIR> 4096 ..
2040 LICENCE.ibt_firmware
2046 LICENCE.iwlwifi_firmware
<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
1489652 iwlwifi-9260-th-b0-jf-b0-46.ucode
<SYM> 69 j7-c66_0-fw
<SYM> 76 j7-c66_0-fw-sec
<SYM> 69 j7-c66_1-fw
<SYM> 76 j7-c66_1-fw-sec
<SYM> 65 j7-c71_0-fw
<SYM> 72 j7-c71_0-fw-sec
<SYM> 65 j7-main-r5f0_0-fw
<SYM> 72 j7-main-r5f0_0-fw-sec
<SYM> 67 j7-main-r5f0_1-fw
<SYM> 74 j7-main-r5f0_1-fw-sec
<SYM> 67 j7-main-r5f1_0-fw
<SYM> 74 j7-main-r5f1_0-fw-sec
<SYM> 67 j7-main-r5f1_1-fw
<SYM> 74 j7-main-r5f1_1-fw-sec
<SYM> 67 j7-mcu-r5f0_1-fw
<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 pru
247469 pvdec_full_bin.fw
4676 regulatory.db
1182 regulatory.db.p7s
122880 rgx.fw.x.x.x.x
118784 rgx.fw.x.x.x.x.64k
382744 rgx.sh.x.x.x.x
<DIR> 4096 ti-connectivity
<DIR> 4096 ti-eth
<DIR> 4096 ti-ipc
=> boot
## Error: "get_overlaystring" not defined
_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=A
board_serial=0044
board_software_revision=01
boot=mmc
boot_fdt=try
boot_fit=1
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 root=/dev/nfs rw nfsroot=x.x.x.x:/opt/NFS_exports/linux/j721e-hsevm/autofs/e343f8e5f9c2fe0ff25e5b34b473a3e7,nolock,v3,tcp,rsize=4096,wsize=4096
bootcmd= run findfdt; run get_overlaystring; printenv; iminfo ${addr_fit}; run run_fit;
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
default_device_tree=ti/k3-j721e-common-proc-board.dtb
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=x.x.x.x
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=xx:xx:xx:xx:xx:xx
eth2addr=xx:xx:xx:xx:xx:xx
eth3addr=xx:xx:xx:xx:xx:xx
eth4addr=xx:xx:xx:xx:xx:xx
ethact=ethernet@46000000port@1
ethaddr=xx:xx:xx:xx:xx:xx
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde968c0
fdtfile=ti/k3-j721e-common-proc-board.dtb
fdtoverlay_addr_r=0x89000000
fileaddr=90000000
filesize=88ab3e
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = j721e; then setenv name_fdt ti/k3-j721e-common-proc-board.dtb; fi; if test $board_name = j7200; then setenv name_fdt ti/k3-j7200-common-proc-board.dtb; fi; if test $board_name = j721e-eaik || test $board_name = j721e-sk; then setenv name_fdt ti/k3-j721e-sk.dtb; fi; setenv fdtfile ${name_fdt}
finduuid=part uuid ${boot} ${bootpart} uuid
gatewayip=x.x.x.x
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=x.x.x.x
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=x.x.x.x
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#=0000000000000044
serverip=x.x.x.x
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: 7600/131067 bytes
## Checking Image at 90000000 ...
FIT image found
FIT description: Kernel fitImage for Arago/6.1.46+gitAUTOINC+5da2f861d7/j721e-evm
Image 0 (kernel-1)
Description: Linux kernel
Type: Kernel Image
Compression: gzip compressed
Data Start: 0x900000f4
Data Size: 8539564 Bytes = 8.1 MiB
Architecture: AArch64
OS: Linux
Load Address: 0x81000000
Entry Point: 0x81000000
Hash algo: sha512
Hash value: 88df7e909b47b7e9ea394652951f5241495c924efc29e4c4f04dc6c2dd000fb3535cc510a9459487ec8510290b33e5278e10c9fda2d0a07b7d36787c30173525
Image 1 (fdt-ti_k3-j721e-common-proc-board.dtb)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90824fe4
Data Size: 113262 Bytes = 110.6 KiB
Architecture: AArch64
Load Address: 0x83000000
Hash algo: sha512
Hash value: b7573630c42fdf5f2ac3804f181a4b735d7a5062efd4458da3351c85cffcb0297318d4b88d1833176f1567fa062f05d801bf09c7dd1cf03a66652c9e4ecf8655
Image 2 (fdt-ti_k3-j721e-beagleboneai64.dtb)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90840b70
Data Size: 102541 Bytes = 100.1 KiB
Architecture: AArch64
Load Address: 0x83000000
Hash algo: sha512
Hash value: a71607280c6f926f4573a671db8fa131997a6d5a8b8975d946370d3acb70afbb5b54e1ff535a4a64efac49b216a14fcbef0cdafe888d46d98331f07ebd4ab38a
Image 3 (fdt-ti_k3-j721e-sk.dtb)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90859d10
Data Size: 103298 Bytes = 100.9 KiB
Architecture: AArch64
Load Address: 0x83000000
Hash algo: sha512
Hash value: f0a48bb4cf4c32d04bf129364d38c461a221a62333e4083e9c49bf41b5c9b2307be413bcb481fa58f04f6cbc46803b8e34fa9f7deeecf30b61e36234728a818f
Image 4 (fdt-ti_k3-j721e-beagleboneai64-dsi-rpi-7inch-panel.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908731c4
Data Size: 3918 Bytes = 3.8 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: b7bb641b7d499202428b032b3bfb8e2ca49a8ad4265af30a5991a30a9600b0dd3bf9e4d2b62f432a84868a6b6bb9328578897c62a2c5d1ccf11b144f83902239
Image 5 (fdt-ti_k3-j721e-evm-virt-mac-client.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90874238
Data Size: 3589 Bytes = 3.5 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 59a23f2ec1b187f370e259b4082bf0dc597c52ea75c4cf8e24652086cab0803801b67b58b76687e59b2857ff332e448fb15e7b64c19514dffe9fd4d10e716d70
Image 6 (fdt-ti_k3-j721e-evm-fusion.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90875158
Data Size: 2988 Bytes = 2.9 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: e246edb4279b47f13b5e07f5a46b7d627ad4e9c8695cd0760d036e03ac339d81b0f81fbfdcf758eb5d12337d111789ed6604d2c6ebe4dc33cce55e9f264bc28a
Image 7 (fdt-ti_k3-j721e-sk-rpi-hdr-ehrpwm.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90875e24
Data Size: 1623 Bytes = 1.6 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: b3bb168866caa30d9148ce5b5a69c4c80a69c82a65d608a5d2c510818a51b1b109822e38b71c38540a8861fec82f283c8728c1317f3e6795f88b7cf58dbb66d8
Image 8 (fdt-ti_k3-j721e-evm-gesi-exp-board.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9087659c
Data Size: 4536 Bytes = 4.4 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: f1c4249bb795f5be5d0d8c6e1889bc63a75a435297bf121e1bd8080a2d6eba7cc9588ed1d4a83bd2efa17ead8ca944ab05724cab337c6c733e8c79f659387513
Image 9 (fdt-ti_k3-j721e-sk-fusion.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9087786c
Data Size: 3389 Bytes = 3.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 767358187ad75fe8498a4e7e091be0403da9c1f1d1e73dd0878930e9d3bb18116e6ee28994875f585f5a508e55e7a12b4d93e5e29ed973c049d61b20c6134608
Image 10 (fdt-ti_k3-j721e-evm-quad-port-eth-exp.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908786d0
Data Size: 4285 Bytes = 4.2 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 3398bc08a42da8f1c5ac0e945991f791c1e6b6e042b3e42394b08b1d97e49c634c170cdde5bca07a6248b71fcdb032c0bdbbaa4a01e97f0acd49a983f38c9ef2
Image 11 (fdt-ti_k3-j721e-sk-csi2-ov5640.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908798ac
Data Size: 2324 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 625874046d48f9dc3cfd917db06459941d21f31f60c7ec017b98a0c0e0ff054866a8cfedace694137409c42b8d3f13b36706bcbc9ceded3a77a93084baf3472d
Image 12 (fdt-ti_k3-j721e-sk-csi2-rpi-imx219.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9087a2e0
Data Size: 4216 Bytes = 4.1 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 44c86a927eb3e0cfd91edad3fba502d853430bce0f975d3b73517092afac739a3ef77d9d75fb54bed313c21f146a36bb8e913ccc246e43f19f9628c46cb6b79d
Image 13 (fdt-ti_k3-j721e-evm-csi2-ov5640.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9087b478
Data Size: 1626 Bytes = 1.6 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: b7c19702b65392b71901801554238e7e61dc1d7f9de8ee12b2e209d70da8816ed5248fcc8a524f9c94339b1a61217d79ae61e0b34bbc6f44624f1f7afe1a8aac
Image 14 (fdt-ti_k3-fpdlink-imx390-rcm-0-2.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9087bbf4
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 9e6c6ec68d32dd377de44356b2e8ad4f08be24ab00b245ec42fdc8a4326f9a706c7bca01f76004b9331eeaa7a2b96929ba92884561387a82af5917b8e11011ae
Image 15 (fdt-ti_k3-fpdlink-imx390-rcm-0-1.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9087c66c
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: c0aca4fefc6e5bd651d9dc7bc47a67ef663bd66c560aa88f54d5f08abcc2fbaaa1a75fefbd7469ffd40c6f692c3e34ad56d6629604ca7cff3411b1a787364647
Image 16 (fdt-ti_k3-fpdlink-ov2312-0-2.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9087d0e0
Data Size: 2221 Bytes = 2.2 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: f3127ca006e892ceab92e6978e38d2fa285788c56503f9433a962d205ff9c96013f41ae4065134a6f6377925df746d70dffcac19fdd4c4ca89dbea3034212f19
Image 17 (fdt-ti_k3-fpdlink-imx390-rcm-0-0.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9087dab0
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: dab792a0fe4f23338569aef8d1e5f7b31ee09cb7b6a916c5a9332ceb5118dea551d905186a28c3bec62fbfdd2a9e2ab18c879f023968ea9cd4c4e916541cf403
Image 18 (fdt-ti_k3-fpdlink-imx390-rcm-1-3.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9087e528
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: fd9beac010ff5c5dc6e6e0379e324dd942c1551be044fb32a6c36bcf3a886fba255bfe4097dc2e53bafd1b7e0b9656b47687e4b41d0be3b85a2414dfb4d9899a
Image 19 (fdt-ti_k3-fpdlink-imx390-rcm-1-0.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9087efa0
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 29e1ed590106bf4d6e6e7f28227029d14b3a753d10ce96ba731aaa8e0d8dd55a16f0cdf8486fc5a913978c532d9df68da2489ca623970027159751c46781384d
Image 20 (fdt-ti_k3-fpdlink-ov2312-0-0.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9087fa14
Data Size: 2221 Bytes = 2.2 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: feadc9b47e74e1144be9229ea5ebb8db2077fcf8eca8b45b41e7c869cca9c440d24f845ff550d3b75cb3a0f8191caa184f262188b0c39256e927138a787a6038
Image 21 (fdt-ti_k3-fpdlink-ov2312-0-1.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908803e0
Data Size: 2221 Bytes = 2.2 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: b7fc6b3885deedeeda85174f2e2ff8dffa77f729919324a589053d2a9721d8a7f236bfb89eae4791684c44b45d828de882fd23c8c1d889870072f7770b3115e3
Image 22 (fdt-ti_k3-fpdlink-imx390-rcm-1-2.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90880db0
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 3087be83f5170dcb0ecd7509515bb40834d44bafcc02c992fd7934fb7b2249ad76c9333000618c83dd5c47361dbbae7cb4317daaf94ce61061299acd46bf7f0e
Image 23 (fdt-ti_k3-fpdlink-imx390-rcm-0-3.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90881828
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: a10c0a703f0411acb2089e9ab323262da6449394aa287385378ca90ac3edcd00ab7f6493ba79e115a5c54f97f620b67b8eea3634dcbe02fee26f0a84ad7d4355
Image 24 (fdt-ti_k3-fpdlink-imx390-rcm-1-1.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908822a0
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 21da5dca260b652762e4681186af2dd5a58c22ad99701a3e7baaf38a1b82e96f76e8574c67ee4cc09ec325783cf447d22b2596901d2771bcde6c2e08dc566a2b
Image 25 (fdt-ti_k3-fpdlink-ov2312-0-3.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90882d14
Data Size: 2221 Bytes = 2.2 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 6aa75a2f1bdcd350887f428235a83ce7665b13ccb11e7b2d248950c306b53370e978a1838c836957dad6997befe07a8399876fe2fb99b819c86f6d29ca50e084
Image 26 (fdt-ti_k3-j7200-evm-mcspi-loopback.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908836e4
Data Size: 785 Bytes = 785 Bytes
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: c6d6b05fa72e4a7e1f43dfde19cab5cf0a9c7e04ed9e8af30b6f240fb67c96cd52d8ae901c346ec878e136b9b3e3eab35b97c376398da8c513beca2b826fcb4d
Default Configuration: 'conf-ti_k3-j721e-common-proc-board.dtb'
Configuration 0 (conf-ti_k3-j721e-common-proc-board.dtb)
Description: 1 Linux kernel, FDT blob
Kernel: kernel-1
FDT: fdt-ti_k3-j721e-common-proc-board.dtb
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 93ce695bd6aa7130afd02fb6fe72cab6b46ffe179f8f1987ba69eecfd44bfe6b877dd103158111363de231c4cbf0f4eadc0337020828be8d80e3a9b14a7514b37aac4d3d1445f0aa8594363f305e50a277e34400ddb8ead491274e59cd1102f35f2cb46f21a5820f192862dc4ebb54c933d964b7bbaf283507b7c883511044a27f087dcc880ea43f889fb66f77f976812011c78e1f27573fbd49bbf531ef0d88cb0f1e408ebdcf33b6043cdd12db7230627528cf7b0b790b77306000a3811172b7df189ee53bd8ac8badf8e9c9cb04a4a0d2bff270428d2a1b6119d868402a05b9c01bdca57864eb77993fb16c70a703e642e9079e53a9bf9bc7607ec383071875e8924366049d8dfe3df500f12d9ded966c59b9a0c6fd5ad9094330d7bb859354f0a4cb64d664828374d5cfe90b86fbcd382d7bd3c034eab63bbc10b3f3f76039593386a29d5c2c0b221efd3b224c2aeeadb87dbd9147c242e4550e205eda8b7a0698999c09acf4533f91caf8487e8ed0f5d55207d0d228c6a7e507d7241848b4394697031845d4f5e62e4cdf0b0781d1b6457aae13fd7653fc0a9b8a587595dffc0b91407721c4a198c2efc323c19662b58fbb4405d4ccdc18c2f391734c4f1abff929dd0d93bdc36072b60d784c66ba7f681611e0f1d4cf1439d6809a2b251aab5e46b5b61b150bbc994e8f87480d77f06ae9ec7c7e849ba8b41f3096e8fa
Configuration 1 (conf-ti_k3-j721e-beagleboneai64.dtb)
Description: 0 Linux kernel, FDT blob
Kernel: kernel-1
FDT: fdt-ti_k3-j721e-beagleboneai64.dtb
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 430cbb16e47a06d66aed507d2ea28c160f0cb092cb37d0a8116029c65972382103d267a443a091709ac79f8509b3a85a751603047b6230946086dfdd9538c25ec3e746009c08eefc64b6f4502e7744ee9d36110bb91fbc64c8224c46af5297b3625d06dbefe6d80f7976b40766c1bdc91a05a1f837b78a206457822a92b879b047b387a646d2ecf8addf7da408c2f453e44fe633b5c7dc39a322a128d79d174c3a64c8af43cff5fe1be1e029a6ffc9ea763ede31f7c4630560f88c96c182cf61c7e16d92974f82edc2e9622ae4bc8fa13a5cb5f5d20eba5e5d6894dc1f391db80449247d79eb26439fb269d8e0ac6057849815ace7dfa34398e83aa2eeff98c1f5ade1e8b4bb897a514e736467a235212975de1a0258c8920a70bb4b1cc65b7358f6d0ed15f6b57961022a1c5db6cdae4db466415c3b0980ce8d3184b61a62c92d3accfdacd0bd03d2f6c9f84d5ed9340a0d2cda91ae51f9a017710c6a9b5ca16ede686da7d34a87416a7c8d77b139359354b9bf39cc8cae14aea977c9dd5c72f57be874fdbc3f0cc3d3142e9d70af048c0c25181dce17c64331a79e8e928fb78c04f4f67482fb3adb318c263dbb60df38177c949215bec60092959a9ebadffd3c947df533465dfc9fac00abe341e32f7974608c3a11dd0e44265e7cf55b27309adb87e0ff00bea86539e3a2fb97afcdfb6801fe78d566c401bf2cfb330ee058
Configuration 2 (conf-ti_k3-j721e-sk.dtb)
Description: 0 Linux kernel, FDT blob
Kernel: kernel-1
FDT: fdt-ti_k3-j721e-sk.dtb
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 11db28dc01019e010fda9b7198777c6748cfe4c644abeea1b86b08ede429ba0b7fd2c564837cd1c9c587b32f06b905117e0d8fb589b85a04564d6ebd613d97a6eb12c5816ab53699748a14e1d0ec35a4e2af9f4faa0632ba0c6c5af3bffdadad4fd329464ae684ebda1a92da45b959a2bfc374ac973e2ba5d0032a2a2598ac8de1dc8ca7c8e57a92fb2a0c4e123f5cce4414a8185359f1515ca8aa1c9e0cf63403ad9389fedea3aad3036b319ad328ec2f365a91d88f7a070932d93379a3418fdb91ed1bac267c0bb83787759d76852c863455c66b3918a28f51546aafd091c69df27204f33f7e08fa98c9f16871d704caa37ef84422ddcec3d1844bcb3ea61c7a1604d3d4b919dc5f6f2080ddf19935e456ea5fa3ba6ee07b6e042ef663b18471a6b61ce6ac8888e9f7c6164091757097a39eba4cb6d0966a0dc084b0f141010378f46199463d3fd90b9beeb6b41036a92186be13f64ff695b90c1ed701e3a8f64dbd4b04c0dca68315cb8110506b860c04f51ab8c34f937eab90d54990547b8a2cd5127b3fdac1506e54c986957b8901debb91f9796fb90d75862cbe3d796394a2af2de4df187987921da073f0d45ba7b340e2ae7b5c0d1a1d7b5df203f2602dae2155a6fa574dab97e83696ef17ca73a0bd681f5195311fdfc27e7030a2301c2d148bb432179c00cb979c97c487978d59d880c76233fafd1ac955a36bd1bf
Configuration 3 (conf-ti_k3-j721e-beagleboneai64-dsi-rpi-7inch-panel.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-beagleboneai64-dsi-rpi-7inch-panel.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 4e43f17396b7e61a0b0fdd068dadaee449f7c14ddb0ea5f060a429c2ad427629e3bfc44e59aa401231b0761293c5da5c5680486534dd9f6023360bd3aedd838038b14874e3399d632eec8caf18291420051eab5118549125e7083a3a5065469ea9166981cd81822bdc0940efd5b4cdbc690811efdc895ff76cc42284d380d9c0a8094ac935e6cbeb4d439fbc5ad6dd05ce13f1ba16bb1fd2d54873d78676f9a99a74024c34e967a9354bb212f6bb7c1fd30f702da99a84221146c4814c742e628b61b667a8d141b01298b2c3d5ebc083d874f4ced1a1c47a664da0952eee9fc33f08bdc88c1ab3b7287f8bf79430bd6dbbcb934a76d7fa5995dbea85b7f07fa38543d6454c213ff9d4d5b52056a8abd703c8cfdfa673fbb7e56fc6a3c37ace74064cd50a11660a9034f7822613751403b73f795a12b941401a0e3f5ce659a62048661ee60edf668cc9b339d9c31f019b7bf8affa149dc57b03f92fefa2a99733df4212d53426f67d8f74492245d808afc5a14394da8aded29bf7ba77b505f61bdeac3861c8159cb01565e08efc501b08a1818dc62b065a7150bd834a038d8026e309ee5e06c4f39007e7daa2171f38d03a71df56fc1f08a955ecc96b3973edfdada16053b07c2f12958508bf85b40656e7a9fab431b346948c0996df850981a8a89f695ad2d3b060a1777edcfe5d728f5f034111aa64edc542103f8cc569dc52
Configuration 4 (conf-ti_k3-j721e-evm-virt-mac-client.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-evm-virt-mac-client.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 70ca9b908ddb5f26465281b16f0978307db21ce1b060516200ef877a5655b9674401a149b54265ca21b0b1a0ff15cdc7e3c6ed09dcc1b2bf4dd20ba8344c0f2ff480b74507905c4e29bb094c22d4861e769edc5f316f9d28d56c810923ad6b3db56b993ba860f8f95f09a8a45e27bc298f2b155553687b8e3ea57d7f3b071844309bd07d16eaa09113498056e3b53c2acbb5ce9159a0a406e6eadde9eef688ed6796ae31a28a7444711a2116809100e7eaba5ce3dbbee8809f8742a7bb14661f9b7f15a5e9d87041cf28686b754a4ee009f3744982410f482e34490725648fe74b3310125021e827b42c175a43a7a5c588f05715e9042a01b0a083f33ab26d03fac21f46c4fac81f7c8070ae9a71d67f51de555e50d42417a07e2d6695746f0b69196444ef22789680a9f2871e2972c005a3eddd936248519e890e69e5b9106368e7c9d9bfafa908bc627eb557adb1f180bf98a6ab7579cd311ded734fbfadf8d3b7d249f28dfac4386d07104692f5983ccc94370b5d68cc64a0db64515b9af690ec20a52982fe9ee6bc99c2c8913f3b7160ec26c0aeae65b7b91d8d76f58d6518f2faa08b8b893beabd0e91b8abd9db6fa26bf0f614b7de04db8c9a88f904d98faeda227393a4907b9c1afd770356215c9cef59056738c599f107bbd77e00e9a798613a7bb20822abdc82f2c7501335cff7752a92e076cfff8604a27469dc83
Configuration 5 (conf-ti_k3-j721e-evm-fusion.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-evm-fusion.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 2f187645414e84c42275fea9c07ab550a0ce1c043ef7420dd4bd3a15d174c9b2092f6191b657b7895fba2f9792cdba29422f07792187f71f73f537f82fb310ab8230095984a3f898a621c53555b70bc241bfd7067a50f12979825d0ad829c471d44e37fbe65dc2492b258ee3a749776ee8ca222d944277b24ac414bebe30500293c913e629188738e7411b4d7254642f571859ea9974707d941f21fb6926610880f1ec43fd6cfda63e889581c63b220cc0926c1211287775e3aa212071b4bd63eb76b766d6367a0594dd5246f7e1017ad0cddab06db2280c664b350fb34eabdffbfc408ff0f9ba6c0469cf79fa282712c73a05d415fbad407f175183d857f9bb7bed49a35fcae8fa5ede4bce43edffdc62f9e28f00aa75d9579b6914ab56dc63e330e1814dad6caa3a96c9729f330b36cab64962b194eca033df21e27bf0a9e7c6c0a771c376dcc7b4854c2036e40f571a1d12c08ac5da8acb1ea755279268220fe8789f1ce3f2280dcda6bf04f3afdca8bc4c230dc03d2411c80c932ac7ed3a206e87f6abc3e81c0c6751bbffa79490dfa1c1f0e773da8b2f1f13d3c7308932b4f7f5a4b391882dd3e91ddd34c7fff15d8f6000f0db275eb976abf9ee68243603d4725cae502f6c695dc9c234ddc21f205559b6535b5eb46c00e454ddfe41729ee510dbd61d3a50bece6bce4eb014118b4ba704220f45a87ab35811634b8332
Configuration 6 (conf-ti_k3-j721e-sk-rpi-hdr-ehrpwm.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-sk-rpi-hdr-ehrpwm.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: a6ce1eed028fa72956d0d2fd873fafeccaf4b773c5c76ad1ad42b8600dde7841ba7a5c065280b0b1f4e577f0efa91cfacb0808a0f21c4e3fb11d586682848cca62ea8337ab285c3214c4a4546b141dc2e5e83c4833deef266d41ca8d0058dce1f28fd22e2d111fcddce6564c9ce6e1bf8b8ad6376eb6731a03afb6fe92b172f6d36d9da461b2e9c680b64f6ad81d9663ab96e60a8c42b91a749980125282547a6e3fe3b3fd5b08b093417a5194cd411b9bb1da184bca5df8765a95fc398d4e34dea849ac267acbaa97cbdd0d7e645404eb3a0fccb907ddc0b3b9c7516505bc194782c49d9d4d4e30ac03b46e49e852165ba680f7dcc5b81490e6962f54e679d5c205f2cbcef003d765ca34b9bdb3d908a7001d49d83bb6fd5c5bd064f2ca45df5e3d72f1644cf84c5871928e9a9a56f93777c46d7ba541923c049f8ce657fb96274fdc96462bfb4b66f1e05a671cf866b81251ac6cf9697db9ba7320226c10ff33572fba8f28e3e0501f55eb8a0960ca8a6962bc0e30085abe236293dbc22f989db3c68894088c606df1e5224d25b5d298e7806d86390a37b98682b0ab1b79c8194d08c4bd934a8ab62b298d5eb2389a628f6e70ba9b0f5d05b84bb691207e44da8c7bd8e7669f60eb5c6922e15fec71291c23c5288092acc3ad89d0945282a41983908e892c58d2e96c8497383278444d214533ae01a5758b579f4f0007163f
Configuration 7 (conf-ti_k3-j721e-evm-gesi-exp-board.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-evm-gesi-exp-board.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: b750817a945bbf6fc87aa0b8ce99a4a37a6818f7cace17b229aa4ed4952e890fabb685f9fd8e5dfbb08b12f8f805da4e4a8ca5021556f9a7f2f40dd5cfb9482f3981473768d6e7fc02d689cf2e80f47f67465c5ceb2d046a8d62eac8c8669c2c93a90ee65b9c6b5be2522b85702ec7298302e0c019cdfb73f72ae076fbf5e635aa2e4e9c156bb3a008187e20583ae2fbb2c27b8beb17ed0a22e6d9ad633c3ac09c67a9b42c9e0d08ae10055c9c5a459a8a621326a9552d3ff62522b44f7302fa5cbfa1220605c26d245cab29159a49c66f4b41607fe7224fab8e9ce39c2580a741f672eda0a5556625be3206a1b4907be10c09253973eb37a52dbc9ba2243fba51de0d6cbc73046341ed148cf52ba78590c5217241ca86f6a11c5a1e32084bb271c2c27f4ccfadfa73037c995ec937d33a970319e735341a7e74e271bfe9d262b78c77c596131d99cc06d48317d7d7c11e752682905a94773f52a77c06cd5111e4a6b247381b562a314eb7bcb07de23f54e9be886788b28db3d6a9052777e3411ef0c177c5ced7f508abb0468914dc9d01b4dc92ee7094a0b32f15ef776bb5668c432e4f8bde47a490acc287d72b574ac7af387768daabd7a250e3d31b700997251c91533610a382897fe3f80d1f9fe381c608f3b51816eb421a1f3c24d71fa4e28adedea337d4a181c2710f83f819d0a49dc3c8a016dc88c2ad37b01b23ee60
Configuration 8 (conf-ti_k3-j721e-sk-fusion.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-sk-fusion.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 2400df4fa53a45196056d3c39918e2cd3140aa72656fc2ce4897bd9d0bfba23d642056c51433ee0469054450c4d04dbb3d40b206050c2ce4f2b9092e36b3287d38c60c4703b138da1173e6c06052282eb869524a741b096ebdb3bb5ea922198de79a5383497b463181dd7f297a0e46d01b8776c7f225104384d8a987f6d621c0347012b6deb5f899a7072fd8b0a8082df0e440d05e55281fff6ba962ca7492f338f54d76e744bbc83ef87b5bf1634643f0e7bd48835c0e516796fc9991ecaa91b075b7be3316148b3337cd35dbeed07bc2ca7cf3cdd7bb81b25ccf29af65cb434496ea2176338a5c77840208bd7d933efb512cd0163e0364c493e868b469360aa072bf999e541e7a0d8007cf83051144c7f6b3188ed0890a3798243935736f748051e56db0dc6e953f8c525d41b06287a7353649af25fe0b2d8ed4d933976c5e08e2576a6b2e257befede572e6c7fb648c4354e3f6c1234d7a5c4004aa91eacfb956fd181627af61d4eb24e05e0da0063c4479dbbe3f13ad04a88b5bd8c119040e93605c65a8a6a2752f5ac3923176ffc1b4347600b0c1a5ed6f2db6a29858c7f12c248ff92cc65bdfdde740ada8024ac06f44ddb8bc954339759bfdc184e0e86e8cfc07ae9ac2448fac6f62f1abb7d079302e19816bd945cd95ea2b3b416f2a376b6a98b9e7f5a1a465800a7c78e40dccbdb9d69fbf0b1efe0931b447d809a0
Configuration 9 (conf-ti_k3-j721e-evm-quad-port-eth-exp.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-evm-quad-port-eth-exp.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 435bddd141b742c4cef2780c3a2ab36be49b86d97dcb40e9ff4d62cdee0ecb2c58addcbbcdc44b5c57d423c0787e0b981f68423af291ef6c44ce48e38b018e3d036e28a4dfafb76cc442781923e2ca09823074a79a39dd4f53f1aaef8d69dc11bdbe76f19d120f220c9ea9c46ed50c7036bf14e56b147ae82cf7615e29143af66152f7e84f9bc0c1538f839e2350e714494432b4a2d28e8eac145dd1b254bae48b3928ba54e469aa316ff2cfd6e19c453d5e0cb116758fa7009065a2ec4d13a3743511dd56d7b9bd44dcf664ed7880d4f3f6c48dad99522cce4ab57fb7dd6460077cea9601ce45412539dd93a1af3d437cfc9046f82fd81b1176dcfa0c21335464d984bce9e6a039adebebe0c821fda7216e9506b548ebf5e6a894491128b339dfb5e31424759ca5700628d4b05c5fc8aaab7d9fc8a079d42141203bcc2ccf3dd5ffc1bf384a94dbf271e6fc25894a42acff148dadc1b804cc97f055b16cf571a4840220acc8f21d15b0896d0e9a921569ac69d5d9f194978aed82f140dc781bd24196d83a73c667e4fb805ba4c15efaf499bf9c1e089d7ca22e10bdabad99f4b9c3aa7a41f7a83ca7652b9b3e48560c05d020fa7cebe844cc8c083fd49295c6c2ea06c9900734f50e543d36b1b858cab80f03410803aae79c03bf16039f739141d160340860da31a4047c2d5df7d12438c265920547ec210414ca83f10800bf
Configuration 10 (conf-ti_k3-j721e-sk-csi2-ov5640.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-sk-csi2-ov5640.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 8139c801fe87857c04d3e5b92064485b6bb099b0890762e40f9dc9b8c76a9176e767ce96a1430f46b43541546eb6e4b6763081d3c529656f78d36b334845f444cc21c77cc4577d399d8035070162e108c6689926412f63825106f39396e79fbaebd603c32e8c37409a65e8d5329ff6b0c2a381e82c153e5cb8786bea3fc1b536f1c2f705536353f380fb0df688426d1232bb2b76e09cce182d00483e20579b7a378bfc6073ab3b3fd43d62dc5406086d14b6aa79b231e9f3a00afd12d84891422b33f856cefcfac46161f7e2ad303349fd73a81ffe40344120d967bb004353735ba659731e499174457023b59df148c1cd8b6764906096bee3fa1a68f203faa672126cb8401a18cdb635ef93b4c74334320745c243b1ad33e77f2b4a4ae9ae5f398df12b74d6b0b78ffd36a4ee0973749392a1a526c1dbf1c295cee0676316cc86918a9a730539f4c6c28c5571c3a05690710e87f510a218d47a9b19e3f4a70c02e1be1e1dfc6adbaa9cba665b104d4d1ed784c10985bdcdb8f4b78434cc7899807931ad614fd84c58caee17d88fb9fa08726ac649f6cc187c80f458796bf278ec7a9e76ecfaebb470710bc4132c0c91a3089f1df374f1199ce59a984919994880962fac577d1762d6c4158202c2eb5a9fa5a89d0e3ee33fa3a696344c9cc096bb794375d041ca137b0d26da919fc801788c9ca7785ba68932e0cc50e0cad347
Configuration 11 (conf-ti_k3-j721e-sk-csi2-rpi-imx219.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-sk-csi2-rpi-imx219.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 225f7468374bfc9dc3342305d71fed6c4b6560c101492991a4727a87ba08f295c56e01a09ca601f0265de75c777af28c360f63f7e0951a0d465811392654e2ae80528f6ccad5a0db86f7c102e75c79dea175d083a79fec1b1e41baf0be5eaab6c43ba94da3b43e5541d75228b657f4bee943909dd793ea247358d5148753bc86176944fbf6330264f753ebcb6cca7fb4b6f5c5e60b8df9dc22d075c70e0544c1efc58c517b3120e5c67ecc37eaff6eea892d72c59c2267b6ff1848160dd6ea26d1672c6cb2c414ec10f366f016645412030bb8aac6296c3ccca233094d42edc2da41f7d22db9cba355b5e992f83cf930cd89c6ca4aeb6b50f44118c998a8d964cb90b204d338cc20d306c75067a992c71d958b706bc6789e5f5e8a4732349ff59bce04c544b384110d20c3ba1773b2613d41ae10c09f8beaa4a1ad6502a63fb74e044e228e3da9e8896225f43cd27e196997fa74c59b5c32ff35257e3d4204159b1e6087d7db13191e131569f9e699ffcea590fe4151144f6377690774de5133db0e2903b1c15659d2cafacbb359d49b16c573dbd965456f334bf41eaccdf7a5f438397904a15034cbe5ae07d14e773bbb8feda84412b253057b49541b8a2d0098d782988a0a5c7340aeffc7c54da5dda9e1f958f800d8104555f8e05fae1fdac700ae4ad7ad0ff4cc32824a00ffa33ecc9f0f54e5cb697365b394fe626f0735
Configuration 12 (conf-ti_k3-j721e-evm-csi2-ov5640.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-evm-csi2-ov5640.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: b3ce74b0a312e61bba3de346899270dee2c014e5c204ac2bc17d073b2988ded1dd63b735d39da3b372ce9f04a8cb61dcda52e5ac288623bf265e409f99d3f307272d9d451fbf7217910f6f5c16013564d29901596d5d72ed2b519ed7cc85f0d119c133c8e2df380887e85b1aa4685c330241ff63042f37e4a20c7a9a63b56339b33d2623ed1d3f4e6bb71cf783aaa98ba08e6cd5f656061e6db5d0f1451ecdef78153cb0896d4a2f6b38f142910ec05b7f22d7fb455a40aa7a83ea61ec5bb3bc244a5e47ae2b3dcbdbcd4b85cc8d39074689044444c9b6d0ee2e108e99eaacd71091685f06939c0d9f6db19ca393d5a40b38f475f32bbcc0751f6d1de45b60ad039f4a4e078fcbabccd3ce27f112c9aa2104468bd5c95076c640a7de600a133615c8199b460b315b780a95980a8753f80a0787d32d631bde516c72a7fdad7566e46c5949cb1f137a06cb6fb4b638851752a1367c3f7cc98169c206bb88684ca6cada8133497b3d37c21cadfc7ff14de06aa564604bcb7662427387c7d2dba461f871c25042630101ded48e0e57e1e878b7746dd82ffd3739293bf71e55a7e889b0f152d4c4492ba035384e70dee15cd449614f9466aa4bfff4022132f3ff96954b71a66f347962dc627dc3bf215c2aa4033c3af654e5c53fa463619d3e718a6d6d459e1d9bc565a5c0e635ad359b6e48788a6ccc2714a93ec70c995cfddf974d
Configuration 13 (conf-ti_k3-fpdlink-imx390-rcm-0-2.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-imx390-rcm-0-2.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 5ec26ebbf1ab32b8911c0fb54de64b186920f5573126d3ccb21add842b8c654ba7c919c0c9a62a15a83b9367a4b4ed9af083438809a0c2a84cdcdbb906cbd890358ec46b76607b1527b53e234f2da0a46c5d7e5c9658b4a252b449a7e40f3ee67236cab01213ae4c48f5ab93db8074947ddda651b103cfcc426c17772c254f412c342a3d64e3771a5c08ef033558d63d9d1779da513e61e42549db3128613341f87a0ad5b8cd36bc756ccfb091283f6c7f0bf07d5f7e4f6e4c441452cac5096749185895850fa902995febcfa27796236ec0c1d9465bfc3c36e9b9edfaa3ca5333e04a723334c3ea695dc7f6be9b2cc60ed25050371c02362c8ee404a60aff32195de71e4a1484ff00ed855a03c6c07bf6bad02f3bcc9b01fbf8aca120fad75fa862b18f799b19373085a043836410e07565b2ca55ff2fb1f2e0b8e2e6c4b3a8be65174510bcebe9ee94a88cdd28f617627592255bcdef62c1c502c2b0c8cc38594b37695701092bc4f76150e7e53ff5a7dd02915c631b4b766a755bb8f21328f67d61f35e7131468c45fe187cc740f61e56de8f01c7e3fb6c5b551b8724425a3853ef90b796c057f6b384ba4e3b856e9d0329603d592111eb299847d740513596961248d1a07e8bf2008d26ada51725d8e5c875628a23a337a1e6fc36fb98bbdb0c835b3cd47c09cdf83aceff84962cb58bbc9aaccba67a1de13417a37917ca
Configuration 14 (conf-ti_k3-fpdlink-imx390-rcm-0-1.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-imx390-rcm-0-1.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 7930feed8b61846c4e9d5cfda72a51a9bb0006aebac4453487784a5e2117eb76861fbd198052ec7cdf05b2ff4aef55fa0d9e544146a8d13297ff52e5f2f52b78b98216778201d908e506a9036ba8805298dcd3c5522183a8485543d4196f9c2dc86963b77455553182627b45fc092f7bd5217fada5fedeab2a742b79b9916945534ed08064b84adb41b83f37ef43fb8229afc0ff6f03babd6458bfde95e32fa1ebfdfc629d02748b4982db380795be3e84819a783a608f0e26bde70e108f4b66d5048e3bd2cd24c77ac930ddde174c0dac9f3d1f3cb523f5b6b24ef3a425c1f43cd47938178661045be48da4e2769038cc854813e4d47d481e5646420c355121fc47d21e13aef482afb62a5590dac3c67bdb1f5061adb584520b9699593d609d12e5ccd50430cb672c10be8f56b77608687a06903cf05d256cdc304c4413bd4a084be0d6df753536edc5b2eb09b05008d340c2ce44d7d0f33d4f09c6dfcb7ba580ffa52eeb7c3066c959e990f789d83734e17a0cfb3a35eba218c39c58a61ba0adcaacf2f3e8b5e3c9c494b162da4faa5174c14b730ff40ce6956b547aebfc37218c23529f8de01374cd69d59dbb03874a6df68f6484f5041bcd89618d2447c8f62079fb487267f88bcfe03d669b95031d53870cf91cd0eddded61894c4e9289d89c58f43c032583fe3ec6743b69adc6e38b67c66af28f476364b6b714710c6e
Configuration 15 (conf-ti_k3-fpdlink-ov2312-0-2.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-ov2312-0-2.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 875045b7441df518e66902a02f13ddbcf1263c9a348a32b6327d83870c4d6db3e5a6f756e51873e812ea3c6ee15b070c133375cfe81a484fdeffaf10533dbbd0841f2d8e7d391ff89a8ca3a59dc02b68cb38ea30e3c940160ef02705722aaae4ec40ea098b0dd43c9dfff0e688239140d2375985c25d3885f8b91730a513c561da27f8700e28768a32f9c4fdbd5b55bed493760afe801fa2ddec99d448d7db0579aea2002f29ab256dc03218d14055dfe240867659f6fca2943012e90be91485e559b7f1ee839124b78d3ac6f5bff43d45e4ace81f0f1805b57bdf3d08541827f4b2e7e2fad2c49cd76358c09ccf0de78862c0313f58667e2075a7d3bd20866df8bb5c9271ddfeb9ee01a2aea4321650038833ddb85bee5c0813d704a4c36a1f19177b9dbcdee2631244001dd2b0c67894803bb95d41206087144c68490bfcff7676cd6e175b2f2b57a96dccd870a8eff7ac36fd8154b8ef1f1d8a94e43e947ac37b8a1cd62ce46c693b4a20d067c0ac59cbff51277cafd323a870388d3217f4c97e92983917be6d7c7fe3e40e2b66571ac4b3584d57fc99fe33b0911e482327d8b1e90847980a32166925530a412792b9d7c7848d62e840e53ff82a6d45ae5bbe39fba80d33fb74d712e4374b0bc1d99c014915518ba4d2b0d1feb22dd73b0c3c13ad7c4b989411a9a554112114ffe6e07bdb6deb980f7e32b53ca2fadae966
Configuration 16 (conf-ti_k3-fpdlink-imx390-rcm-0-0.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-imx390-rcm-0-0.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 50ab4bcfd0646c187124aad67dd8876bc64e37a4d1e3a4474a4d14e6bb83588f51a78f42e015bdc8a8575cb060d06bdf484d28f904257387ff1a95b5ca918aac7dc6c47aa053c0b9547cea72b9c8ba31eab3ffe1b2269d29ddf5a566e313d5a4eb8b926805748e345d1075545e18e79fb9f572f1040f9c1f838a19bab9109f5e69cefb2908dfe49823e2d1df3b0fbe9a648cf623669aced6a837b516e0c056324060ddd82796a1f5b28059e84189356823c8e0ca4aa85905d2913762a2c924088d83cf52ab381c903eabe5ed32e1712c8583460ebb30d6e3a5d55d8ed013ed9b86b0eba455bf731db5e44fff3837d4ebb9e0e1b56e242560088ae69f794b9677654ed5ef32bbf920aade7526feef812304267977617cb0a168675249edea7b24f2c23072887c7c99b59893131aef9120da5ae6e0efe21d439e0b9b923840f9f4649aa1e7c897c7da79d033ccfe5ce186a07542078fb2e48e1e59c1eeca8d03b55c81cbdc7ba802462be45c36e8e32a633a0ddafbf2479bbce77ebee513d784f0287ffbe87243881950c54f2902d19a49be7714312d66c0d847ceffc9c55ad8de35bed37562384826312d11b1d4e82d90fe7222bb8b9bd9954f71ec6f23a303c60e824ba7c3e552d669f989a90a40f9d8fccfd95856f7e8d86d12888da128319a47ff88f73642aff6da84bb911c464925b530497c1d44575daa0301f747725b09
Configuration 17 (conf-ti_k3-fpdlink-imx390-rcm-1-3.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-imx390-rcm-1-3.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 987f863e1c526fb40937e232e319b5c21851468bb2735096858227b4e7867fc7dd581fac3d35ed3ce621c17e330bbcaa48b945faf53405252ec0c98f3deb58ff29a7ff086430915f6f3583aa214525aea890e6b4a13e64096a62c0743cc2cd498557d0e8075dbd030b3c3efcfaf0a5a135d93c76cdd07aec1ef926ad13d8c60ef0ea7f1e30e13c2d5c529a3bb161a46e1d6a3b525a41015a18c486bb88bfdb3246c355bf5af1239c2a5675b4cbb7aafdc489c4d2908168e652dbb9a45ae1f5680710151b3bd1c10f9faf86ce11c704f531e99281c25a213a1ff81870f097d7970ee32fa8b078e0b2172d55fb5d53bb42ea16612c0e4797059b6a53311d27d57f1cc499b2ab465e4bc7c8fc6e2770bcbad2f982ed9bedc92739b43a917fed840fc35103d347839c6fdd763537c3da67f1096f54f7f46a7b00a3c95f31c9ac299918b4212a73c703104369750c2b1c7d4ec0c534029dd3f194c28e153f9f2951aa8e20dced80dafa80dc2b3e1cd81650e8d2bb8ce2764ebc4412d0b7a861d18e98458e9f8e1230279cc3251cb6803505cb7e570eadf9cbc7bf58fb063bc0492bf848bec03145c4b9885a123fca58c91d985db799c6c2f0b04160339efeab238f5b6c07f51d0dfd9e0955de5667e4c957c3d5baf65e18b51cfa7695321b4f8b8f8d8f97fe788456af42bcf6bc85d7a837279e84f8226c9341e7e1555c559ca4bcf6
Configuration 18 (conf-ti_k3-fpdlink-imx390-rcm-1-0.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-imx390-rcm-1-0.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 85245964aee1438804f6e54ee847c7b07740301403786af5d000bf632e20e6749562d1b525954a1e5a05dc786bdf5859b130610a0ebe94934114a008e1e16cfe143fd00bf3c8741900a5184482b6eb33f85702825bc2c4317186baca7fde7edf057389b2ecbb9c00239d9e29cb31edcd4bd27d035d117638be8a05cb075f9af848a350f790775c5e763a26483806d246eedae5b5aadf778d479069e5181269acb2111fb3e570d286ad5ae3bbf6c7dd705226923d56f93938fbc32f4c0c911944c784d90355a888c727aa601864dcff0753646c5d1a4348838da2a7a1eb62f7ebd69f824d18ce606c4c951f98db14606e3052af9f7d744acce2242df40a840ab5ce35e8a3d4e17044b076b81158c8b824a9fcf9378174444a0ee47a95fa31c1f6b241ab22b6677a1b2c509e0e5cf25e41bdf1f36ea84efbeb5e99f50b45eb6edd88ed55cf5d6848424861b79aa18f09c89929a69f5ae57d4ce15f282eca69b4d877276825b9a384ae40c8ab0c216a944d9581ce1f31f49d6d3f4e25fa3b63438b740d3d41b297ad181063144b3744e031da194837f07e08d5bdad5adfadecd29f75e8fac9a7d721d4097f1777bcf84e4b5d0d8121a19d479e0c933efd47ef9aa7af84591306602702e5cef5b29559ce539c26b485c21d1fe2a6be6d744c8aa67ce892933cfbfdcbc4b7d8ac21cb0d4e0837fc05ae6b9311b0f665d46180fc3224
Configuration 19 (conf-ti_k3-fpdlink-ov2312-0-0.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-ov2312-0-0.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 34046760c0b8ff653895cd9bc568bc6631d16841ba18cd47874b538ec2e20ba387a353bc9371f4c292e8924330f42c987d9a742dd6748f0546c0e5b4bc05cd81386ba1feeb96318207df3b01eb8d6d64edb74ea7d56d70a7b5e392a86c361777ed27f4c638bb09c21faddfe2932e5bd1d54b46ef15c9f102c0842fc7d4895fa83db0b1fdea3591eb1b155718a4f9b49a912b10bf6e3c333249a8a189577a2b3578e9412696d0fc49f20ab9f07677c25000a7b6c4923a16452956cccdf2fb8ccc32f82c1cdbec2b04161da7abca288445244dfb4f3b0de21e728162b491bd925138ee830a86294ed747d954033c25ec36af95569cbf053f91d9234e482e698db54f179f8f9a74729ff8b340aae4f4d98e85a4967c13d1bc3816987c30a88c543e2014878ebb2543c25b36de975276ac7fcef62a62e41d970f4c42e8a419048bab06e7d9e0abe5d0c0c5a48bee52c746e5f7a57a94122aa76bef8dd20e7bbb2e29e76d4797254a43f49e2f560e100ddd918138a451daade30afa0889ed9a74e2f404e6ea9559f6ec405682317179c28d972d501b66c72e8c6aa0d888eae8eba7f618b23931e370ec1035482f5cea79ad411009ed0119c362b89fd2762b504551fe8808ace77a9792a039b6ff8b23a53900a58286cdb77dcbee860a678d8dd9998da87d2ab2ba4e0e007264e3fb6f6c3abb670a09b01940154a21e1740e2242fd84
Configuration 20 (conf-ti_k3-fpdlink-ov2312-0-1.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-ov2312-0-1.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 017b7e3c10638d9bb807eef1d50be563707472f04edaaad532cf69e4ea426b6a46eab67b0d142111260ab88ff31051bcd99ff9bda3194971cd020dc81f655caa00761a48744d70a82399b10103b0ae11abed2c1fd5b59800cdcc748437f24921e347dedc7580627a5c29b6ad92d8f6901e45a71f907170271c4800371a2b47ba434314050b07d34d05ea3bf6ef0ada10bc2f6c082a5841fd71f0def4d96655e30d43e91176d14a2424f09cda6bb63dab9bcee1f99d6721ca7e20aa1164bc248e26a3e0fe08e5e3bed836b63acf4bf2d97364754563333a3cb09c1c6173cc277cd7dfd1fc92b9f89877f85053d18ae93afbbe861292d3ba9953e53638f9a37ea3b4f96ef60f422941f83de13bd67488e997d7248cc02d56161b0221c56f95defb50f7b71835fe71aa7a297eb46065315e747af185f99220fc8e6f7265d58a8871584e60242e519181436065f49fcc4d60349f272012ac075e18ce402afe8b5152e934f649577421eec20f66ea3595308eac9a6a8f89be5152a099d6e46608aea662ca0d04b10e7620ceb87761b0158e0e46402068e41654fdf6a9a976a482bb91ed99a6576c0741fa57c68a5fe84b4499926d571309ff6d6b99860e9a268db93c281a20172289935de15d1c80f6ef0dd3cc0ebe68261e28ab5812e7d114f61c02389475aaacb33345a9bdb1841029184ce9e3659dfee8e81981f8a3b370c0f43d
Configuration 21 (conf-ti_k3-fpdlink-imx390-rcm-1-2.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-imx390-rcm-1-2.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 37617c5445914525aba6e9fe915e103e462f4dbe9ac755cde78c0cd6fb080ec8ebf9efb79d92abe2eada4a8663111b461eeb1919b504b004391b251557fb1cf5923cb52b9ee88f6f51c18dba7968b5ad1e8cc5ff7eb9a718e4c2126a8fcdcf67b5dc1efcf8259d150e4012b75fed9019a9741c6a63846a3b378eeb20b61f2e662053b84e940c4f3673a3f75ed3ff720e7719bce9439ff2c000bc44746d2126d63ce590eaf3260477bd0c0351c5c1d5e2b64a6dc00b376891ea99e767a498dc592ef3a2a2f6d6059cccf881ac3070129dabae4187903bc401ba6c2b85f3dd580bc22d0adc51c5ebdeaa9ebfe9db0551288f5286fddbff0720ec2284ebc7b5483d63e0b8b96dcf40470628edcd415371773c0cfcca3ae79f31de1e15728ba75186f21cfcbd162ebc8eadcbc4e21edfa05ce49da22176d9820385482090303020cef6c81eeccfb5f41fd1c8c354978e93c4790153862ff784f47d35a9d601eff99c1ae09c1d703756c0c139d32032256aecacb25515f3364a4a405111389374f27ce7daef323439de05ff2d59a6575062185e2b4ae83c72c7860a522e2668401c5e9852b7161332fd0cd66f77b5b8ad3be2c5ddb83721cb01bec74adf7334360cc0fa14b4fda901cf5c2924ebf53ce056219c867e1996339507376ad365103b9207414f253b6eaeb2868658c19d8a85916f3f27a271e67c80db6654324fdffa9f64
Configuration 22 (conf-ti_k3-fpdlink-imx390-rcm-0-3.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-imx390-rcm-0-3.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 512f4500f96618e1e09af54b90b4ebe57990423102577157633b8b7d92936258ff8905dbf9cfcdabeda91f1cd60d39f399295f8810a83ff2f8faf4ecd50ca00845355c03769c98c47eb762ab2b5fa202eb1bedbd2536c01c5678fc88166268a26da3ea431bf08ea47fe9df27ce781ca9f1c5980d75e6c22e4744553d363b920f0096bf1440442550271c1a62c61137424ad91140abb8841f24c2e1df21a41e2a28c1d852c37e8165541040eabe8026ca756c01815dadeae9c6c14db24e58954974e092ecd2f2d0e21ea84286b58017efcfd5aa3b06e8226f733d935bc8f52a89c7209d8d730614caa029666db2ca91a8f3ec0926d43b7b3fa5177892b920b0ed89ee46bc57e2c082d09b1abc7d67bffd342546a6dfe9e1274d44433372035c67457f6f9b8fc03b43e6405629613cbb08af0b9bab8086b00a2f6d26ced5bce6b09537aa6e8f7132a3365aa80923b1683a9ad159c4b3674e4c5e9969109d24eca0ddd710fc32cfaafeab876b439d287f76f9a046370db26c957db38452c1deb1d10a9e704ccb943d1bdf404ef84226a2732f94a03bc7f70f41e90560eb4f4b0a968e99394f2c17bf78ee65d655cbdd18813c1299e30a093a2603010597b55fe444deea7b3e7ea5fae34c752a59918963f1a91b745e906aea6bd62aa5645ebfb7acc4e0ca4e858d5bcc071038447967ca5d77e80929d14b2702e3e07205f67bb5b5
Configuration 23 (conf-ti_k3-fpdlink-imx390-rcm-1-1.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-imx390-rcm-1-1.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 899f6cc0a17e5543fcca31c0bfbda9f0911c901843e74721bb775c5b9dae6125b2a5c56b9226548899ae79e03576549b751b7cdd175eacf46522beac248c98852b47ca54e168eef689247c62109d132af52215abeb7eafb3f7091426054b8912547fa470fb372052df090fb49d8a2264558a4beef9678eb11998251562d73560c761bc169a999323e98113e050576782b652352ea599995f9e23c644131818202070a1ab03f3cfb165a7908e4a4e6b2ef7cab6a2f3b427752967b621054ebe4333a4b9455a06818ee0d9324226fc805615e007b0081e5d0c9ccfc9a344a76f576b88e303dacdbf68781bc53435b98104e296655b630f00926abf0823416358fd5312e243f6e92e0c31b54bea6b88ca0e92f668f1968463d8f28953ee47bd5aa0a1e3f63a6b6578b803d8176200c93a83e8d7cf8c79d9fa11b8451cfa4c07c1ab2930ad54a686132b459292b5d61e31119ec08e53ad30db1957953d14dd0029c2a96fda167481a3966763f866338dcad7f73b5056beaea02182b3bb4d48130b87a634bcb46202cba195bdf93c35db56e0cb13a611280f072de65ade242331f0d1d7bfbe24063166e399cdd1b85caf38d488465d8d242018c543a28bce37819fa24f3475d51e113cd955ddd2046186eabe5cdb5e7ddce140ef41345e3159750c0af461be5d6529ea79a4610bf8eccf53df49e244e33faf1a14361c8b2864dcd329
Configuration 24 (conf-ti_k3-fpdlink-ov2312-0-3.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-ov2312-0-3.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 87e473b88fd83456d21c5a4b21f033fd8aa64105941d433f64fac480f172b627e815bc449445648342ef5c8ee274b028c65ed66b75248f918cd0bc688dc2bf0cc0a3dc203ce83dff5b4ec915cbfff86d7e02cbf6e95479bd8965dbc6b276b586f2afbe6b6bbb5f3efea29a5a1ff011ce6f98affcc10361e07db4fabee5499f78dd7178e05324980b7b97f31cb909b454a6756656fa983a3998c62494678b27ee310f9cade4b7118f92295baafd60dd2ea3e1cceccce7be1ced35b1af391162a65e7bd855591463c09fb012e3dd3cd40e4ddfebc07dc19af70dc105ed5ba75e80073d7e9df061b1a6f1c6acb86ae83c4f9f69d46588bc68bbcd197f35cdb04a17cbf8bd917dc7dff51b03857c99e5239ef7bf0d7d47773b652a1a9727dff4f7217be490fdc223e76d59bad65605f2fdbfb501d16f971fc8e8d5d23e765bfdb3258bca36e41cb7f7177648f5aeb7b7d92d86fefbdb5fbc92d749806056372130ae9c999a0327fcef6e253c50fd463dbb07b7f3ba1fda395df3dafe54c5815c7d838d577173dce48db44e8f57bfae516dbaa292bc44f71cbe6b8cc18377c16928784a0915e70d0b5153ed653376ac40779604fb33c272fd738f528ccc83b77855b1986b4c6cbdc420620d5ead5a95dfd347f8696f0786dee460c6d0cdd0931658ddfeee3af6b72b892b07612eeab5cdd53be4532132cc40458985a3966c27061315
Configuration 25 (conf-ti_k3-j7200-evm-mcspi-loopback.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j7200-evm-mcspi-loopback.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 5f37c4498bd95d07baeaae0da12f78c845f6d987d15eff396734663a6c4ebab081c36e4eba37bb680c981ead27ad9233c22388376f25656e939c3a9f6fa6c8ecf989d6fba3e89bbcdb18018bcc4c06bd894d7b8c525dc23dab203482e47077a875bb0f61537fff23b900cd12c5040d66e68bc99c361bad487d8aa420c7cefdf54e6c5b6c67c9dca7f4de6de16158ffd47c366b4158e60d8dfff06c23a93fea09e102bae8f65b08ac8e97561db6470860057281c4d442738349e135432572902e0805e30879a902ede903777a3c5d113c8ab4c9dcd271b82f4ab475cf9b19ce2d9fbfb0e84f6e7a89b6b9bb2555be1df6adb9c3f20efa7abfbe1d71adcb7c85a06c142491213a71e64d9bb7ee5af059648eeebd05a9171cd82c72bb35008f191b23deaef0cb51095274ab7218f655fc564727667b08b7fe81bec1685c21c3f01670d2e823e7db9e9535eb8822188a1a0340282b7a856706940f8574eab692c2458dca4e6b593cb4b4b40e71f81466e0b4c959b0025f91939e359227ca4b08399cd6a858137ad85151e8226b0e66b07e863d82e56fef1b53665374a171563d1b6514d8966b8bf0a13ccead40968ec9e53ad53af7bac6b2951ed5c4ac1716e53705601bfbe26ff98e2cece852aabf8df757499f592a2892746ce67912aabac24879e5777817d7d21905c19aeab088db174447635d162714612e8ffe1b66e8225453
## Checking hash(es) for FIT Image at 90000000 ...
Hash(es) for Image 0 (kernel-1): sha512+
Hash(es) for Image 1 (fdt-ti_k3-j721e-common-proc-board.dtb): sha512+
Hash(es) for Image 2 (fdt-ti_k3-j721e-beagleboneai64.dtb): sha512+
Hash(es) for Image 3 (fdt-ti_k3-j721e-sk.dtb): sha512+
Hash(es) for Image 4 (fdt-ti_k3-j721e-beagleboneai64-dsi-rpi-7inch-panel.dtbo): sha512+
Hash(es) for Image 5 (fdt-ti_k3-j721e-evm-virt-mac-client.dtbo): sha512+
Hash(es) for Image 6 (fdt-ti_k3-j721e-evm-fusion.dtbo): sha512+
Hash(es) for Image 7 (fdt-ti_k3-j721e-sk-rpi-hdr-ehrpwm.dtbo): sha512+
Hash(es) for Image 8 (fdt-ti_k3-j721e-evm-gesi-exp-board.dtbo): sha512+
Hash(es) for Image 9 (fdt-ti_k3-j721e-sk-fusion.dtbo): sha512+
Hash(es) for Image 10 (fdt-ti_k3-j721e-evm-quad-port-eth-exp.dtbo): sha512+
Hash(es) for Image 11 (fdt-ti_k3-j721e-sk-csi2-ov5640.dtbo): sha512+
Hash(es) for Image 12 (fdt-ti_k3-j721e-sk-csi2-rpi-imx219.dtbo): sha512+
Hash(es) for Image 13 (fdt-ti_k3-j721e-evm-csi2-ov5640.dtbo): sha512+
Hash(es) for Image 14 (fdt-ti_k3-fpdlink-imx390-rcm-0-2.dtbo): sha512+
Hash(es) for Image 15 (fdt-ti_k3-fpdlink-imx390-rcm-0-1.dtbo): sha512+
Hash(es) for Image 16 (fdt-ti_k3-fpdlink-ov2312-0-2.dtbo): sha512+
Hash(es) for Image 17 (fdt-ti_k3-fpdlink-imx390-rcm-0-0.dtbo): sha512+
Hash(es) for Image 18 (fdt-ti_k3-fpdlink-imx390-rcm-1-3.dtbo): sha512+
Hash(es) for Image 19 (fdt-ti_k3-fpdlink-imx390-rcm-1-0.dtbo): sha512+
Hash(es) for Image 20 (fdt-ti_k3-fpdlink-ov2312-0-0.dtbo): sha512+
Hash(es) for Image 21 (fdt-ti_k3-fpdlink-ov2312-0-1.dtbo): sha512+
Hash(es) for Image 22 (fdt-ti_k3-fpdlink-imx390-rcm-1-2.dtbo): sha512+
Hash(es) for Image 23 (fdt-ti_k3-fpdlink-imx390-rcm-0-3.dtbo): sha512+
Hash(es) for Image 24 (fdt-ti_k3-fpdlink-imx390-rcm-1-1.dtbo): sha512+
Hash(es) for Image 25 (fdt-ti_k3-fpdlink-ov2312-0-3.dtbo): sha512+
Hash(es) for Image 26 (fdt-ti_k3-j7200-evm-mcspi-loopback.dtbo): sha512+
## Loading kernel from FIT Image at 90000000 ...
Using 'conf-ti_k3-j721e-common-proc-board.dtb' configuration
Verifying Hash Integrity ... OK
Trying 'kernel-1' kernel subimage
Description: Linux kernel
Type: Kernel Image
Compression: gzip compressed
Data Start: 0x900000f4
Data Size: 8539564 Bytes = 8.1 MiB
Architecture: AArch64
OS: Linux
Load Address: 0x81000000
Entry Point: 0x81000000
Hash algo: sha512
Hash value: 88df7e909b47b7e9ea394652951f5241495c924efc29e4c4f04dc6c2dd000fb3535cc510a9459487ec8510290b33e5278e10c9fda2d0a07b7d36787c30173525
Verifying Hash Integrity ... sha512+ OK
## Loading fdt from FIT Image at 90000000 ...
Using 'conf-ti_k3-j721e-common-proc-board.dtb' configuration
Verifying Hash Integrity ... OK
Trying 'fdt-ti_k3-j721e-common-proc-board.dtb' fdt subimage
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90824fe4
Data Size: 113262 Bytes = 110.6 KiB
Architecture: AArch64
Load Address: 0x83000000
Hash algo: sha512
Hash value: b7573630c42fdf5f2ac3804f181a4b735d7a5062efd4458da3351c85cffcb0297318d4b88d1833176f1567fa062f05d801bf09c7dd1cf03a66652c9e4ecf8655
Verifying Hash Integrity ... sha512+ OK
Loading fdt from 0x90824fe4 to 0x83000000
Booting using the fdt blob at 0x83000000
Working FDT set to 83000000
Uncompressing Kernel Image to 81000000
Loading Device Tree to 000000008ffe1000, end 000000008ffffa6d ... OK
Working FDT set to 8ffe1000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.1.46-g5da2f861d7 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Thu Nov 30 22:19:30 UTC 2023
[ 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 19 pages/cpu s37992 r8192 d31640 u77824
[ 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=x.x.x.x:/opt/NFS_exports/linux/j721e-hsevm/autofs/e343f8e5f9c2fe0ff25e5b34b473a3e7,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: 3302456K/4194304K available (12288K kernel code, 1266K rwdata, 4020K rodata, 2112K init, 438K bss, 367560K 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.008390] Console: colour dummy device 80x25
[ 0.012955] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023625] pid_max: default: 32768 minimum: 301
[ 0.028361] LSM: Security Framework initializing
[ 0.033137] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.040708] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.049481] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.056882] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.063142] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.070528] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.076831] rcu: Hierarchical SRCU implementation.
[ 0.081728] rcu: Max phase no-delay instances is 1000.
[ 0.087238] Platform MSI: msi-controller@1820000 domain created
[ 0.093465] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.102870] EFI services will not be available.
[ 0.107597] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.128162] Detected PIPT I-cache on CPU1
[ 0.128222] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.128235] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
[ 0.128264] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.128309] smp: Brought up 1 node, 2 CPUs
[ 0.157652] SMP: Total of 2 processors activated.
[ 0.162456] CPU features: detected: 32-bit EL0 Support
[ 0.167709] CPU features: detected: CRC32 instructions
[ 0.172983] CPU: All CPU(s) started at EL2
[ 0.177164] alternatives: applying system-wide alternatives
[ 0.183618] devtmpfs: initialized
[ 0.193390] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.203371] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.218104] pinctrl core: initialized pinctrl subsystem
[ 0.223775] DMI not present or invalid.
[ 0.228024] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.234664] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.241961] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.249959] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.258083] audit: initializing netlink subsys (disabled)
[ 0.263699] audit: type=2000 audit(0.168:1): state=initialized audit_enabled=0 res=1
[ 0.263906] thermal_sys: Registered thermal governor 'step_wise'
[ 0.271619] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.277828] cpuidle: using governor menu
[ 0.288576] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.295536] ASID allocator initialised with 65536 entries
[ 0.310164] platform a000000.dp-bridge: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
[ 0.321397] platform a000000.dp-bridge: Fixed dependency cycle(s) with /connector
[ 0.329261] KASLR disabled due to lack of seed
[ 0.336617] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.343559] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.349961] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.356895] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.363295] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.370229] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.376630] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.383563] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.390665] k3-chipinfo 43000014.chipid: Family:J721E rev:SR2.0 JTAGID[0x1bb6402f] Detected
[ 0.399944] iommu: Default domain type: Translated
[ 0.404932] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.411444] SCSI subsystem initialized
[ 0.415417] usbcore: registered new interface driver usbfs
[ 0.421035] usbcore: registered new interface driver hub
[ 0.426470] usbcore: registered new device driver usb
[ 0.431836] pps_core: LinuxPPS API ver. 1 registered
[ 0.436908] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.446245] PTP clock support registered
[ 0.450324] EDAC MC: Ver: 3.0.0
[ 0.454016] FPGA manager framework
[ 0.457526] Advanced Linux Sound Architecture Driver Initialized.
[ 0.464123] clocksource: Switched to clocksource arch_sys_counter
[ 0.470459] VFS: Disk quotas dquot_6.6.0
[ 0.474490] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.484367] NET: Registered PF_INET protocol family
[ 0.489521] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.498534] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.507296] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.515219] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.523420] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.531938] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.538707] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.545631] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.553066] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.559117] RPC: Registered named UNIX socket transport module.
[ 0.565176] RPC: Registered udp transport module.
[ 0.569979] RPC: Registered tcp transport module.
[ 0.574782] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.581363] NET: Registered PF_XDP protocol family
[ 0.586263] PCI: CLS 0 bytes, default 64
[ 0.590574] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.599679] Initialise system trusted keyrings
[ 0.604325] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.612805] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.619025] NFS: Registering the id_resolver key type
[ 0.624203] Key type id_resolver registered
[ 0.628474] Key type id_legacy registered
[ 0.632592] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.639440] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.666092] Key type asymmetric registered
[ 0.670276] Asymmetric key parser 'x509' registered
[ 0.675281] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.682913] io scheduler mq-deadline registered
[ 0.687544] io scheduler kyber registered
[ 0.693646] pinctrl-single 4301c000.pinctrl: 94 pins, size 376
[ 0.699834] pinctrl-single 11c000.pinctrl: 173 pins, size 692
[ 0.706136] pinctrl-single a40000.pinctrl: 512 pins, size 2048
[ 0.715454] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
[ 0.723725] arm-smmu-v3 36600000.iommu: ias 48-bit, oas 48-bit (features 0x00001faf)
[ 0.731888] arm-smmu-v3 36600000.iommu: allocated 65536 entries for cmdq
[ 0.738976] arm-smmu-v3 36600000.iommu: allocated 32768 entries for evtq
[ 0.746725] arm-smmu-v3 36600000.iommu: msi_domain absent - falling back to wired irqs
[ 0.757562] loop: module loaded
[ 0.761385] megasas: x.x.x.x-rc1
[ 0.766590] tun: Universal TUN/TAP device driver, 1.6
[ 0.772098] thunder_xcv, ver 1.0
[ 0.775411] thunder_bgx, ver 1.0
[ 0.778716] nicpf, ver 1.0
[ 0.781568] e1000: Intel(R) PRO/1000 Network Driver
[ 0.786549] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.792431] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.797501] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.803559] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.809074] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.814774] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.821176] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.827300] sky2: driver version 1.30
[ 0.831444] VFIO - User Level meta-driver version: 0.3
[ 0.837067] usbcore: registered new interface driver usb-storage
[ 0.843520] i2c_dev: i2c /dev entries driver
[ 0.848454] sdhci: Secure Digital Host Controller Interface driver
[ 0.854773] sdhci: Copyright(c) Pierre Ossman
[ 0.859329] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.865421] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.871651] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.878375] usbcore: registered new interface driver usbhid
[ 0.884068] usbhid: USB HID core driver
[ 0.888482] 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.893037] optee: revision 4.0 (2a5b1d12)
[ 0.909445] optee: dynamic shared memory is enabled
[ 0.918829] optee: initialized driver
[ 0.923827] Initializing XFRM netlink socket
[ 0.928216] NET: Registered PF_PACKET protocol family
[ 0.933409] Key type dns_resolver registered
[ 0.937955] registered taskstats version 1
[ 0.942154] Loading compiled-in X.509 certificates
[ 0.957309] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
[ 1.010048] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.016367] pca953x 1-0020: supply vcc not found, using dummy regulator
[ 1.023184] pca953x 1-0020: using no AI
[ 1.048781] pca953x 1-0022: supply vcc not found, using dummy regulator
[ 1.055583] pca953x 1-0022: using AI
[ 1.059847] gpio-481 (MCASP/TRACE_MUX_S0): hogged as output/low
[ 1.066088] gpio-482 (MCASP/TRACE_MUX_S1): hogged as output/high
[ 1.072569] omap_i2c 2000000.i2c: bus 1 rev0.12 at 400 kHz
[ 1.078707] omap_i2c 2010000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.084773] pca953x 3-0020: supply vcc not found, using dummy regulator
[ 1.091594] pca953x 3-0020: using no AI
[ 1.116570] omap_i2c 2030000.i2c: bus 3 rev0.12 at 400 kHz
[ 1.122723] pca953x 4-0020: supply vcc not found, using dummy regulator
[ 1.129540] pca953x 4-0020: using no AI
[ 1.156435] omap_i2c 2060000.i2c: bus 4 rev0.12 at 400 kHz
[ 1.162231] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 137 domain created
[ 1.170776] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 131 domain created
[ 1.180127] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 213 domain created
[ 1.188727] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created
[ 1.205751] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235
[ 1.215641] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.222402] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[ 1.231408] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211
[ 1.241565] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.248323] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[ 1.256254] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 193, base_baud = 6000000) is a 8250
[ 1.265684] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 194, base_baud = 3000000) is a 8250
[ 1.274530] printk: console [ttyS2] enabled
[ 1.274530] printk: console [ttyS2] enabled
[ 1.282973] printk: bootconsole [ns16550a0] disabled
[ 1.282973] printk: bootconsole [ns16550a0] disabled
[ 1.293375] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 195, base_baud = 3000000) is a 8250
[ 1.302346] 2820000.serial: ttyS4 at MMIO 0x2820000 (irq = 196, base_baud = 3000000) is a 8250
[ 1.311295] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 197, base_baud = 3000000) is a 8250
[ 1.321568] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.368130] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.376567] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.384839] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
[ 1.397647] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.404855] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.411045] pps pps0: new PPS source ptp0
[ 1.415176] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1
[ 1.428840] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0
[ 1.444384] mmc0: CQHCI version 5.10
[ 1.486685] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 1.574648] mmc0: Command Queue Engine enabled
[ 1.579097] mmc0: new HS200 MMC card at address 0001
[ 1.584408] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 1.589909] mmcblk0: p1 p2 p3
[ 1.593321] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[ 1.598905] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[ 1.604419] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
[ 1.694493] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
[ 1.701183] tps6594-rtc tps6594-rtc.4.auto: setting system clock to 2023-12-29T08:09:06 UTC (1703837346)
[ 1.973733] pca953x 2-0020: supply vcc not found, using dummy regulator
[ 1.980409] pca953x 2-0020: using no AI
[ 2.012324] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100
[ 2.022437] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100
[ 2.032527] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100
[ 2.042601] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100
[ 2.052661] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100
[ 2.066351] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[ 2.076961] ti-udma 31150000.dma-controller: Channels: 122 (tchan: 61, rchan: 61, gp-rflow: 16)
[ 2.252974] spi-nor spi0.0: mt35xu512aba (65536 Kbytes)
[ 2.258254] 8 fixed-partitions partitions found on MTD device 47040000.spi.0
[ 2.265292] Creating 8 MTD partitions on "47040000.spi.0":
[ 2.270763] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[ 2.276825] 0x000000080000-0x000000280000 : "ospi.tispl"
[ 2.282557] 0x000000280000-0x000000680000 : "ospi.u-boot"
[ 2.288382] 0x000000680000-0x0000006a0000 : "ospi.env"
[ 2.293959] 0x0000006a0000-0x0000006c0000 : "ospi.env.backup"
[ 2.300130] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw"
[ 2.305863] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 2.311691] 0x000003fe0000-0x000004000000 : "ospi.phypattern"
[ 2.482916] spi-nor spi1.0: mt25qu512a (65536 Kbytes)
[ 2.488010] 8 fixed-partitions partitions found on MTD device 47050000.spi.0
[ 2.495046] Creating 8 MTD partitions on "47050000.spi.0":
[ 2.500518] 0x000000000000-0x000000080000 : "qspi.tiboot3"
[ 2.506491] 0x000000080000-0x000000280000 : "qspi.tispl"
[ 2.512222] 0x000000280000-0x000000680000 : "qspi.u-boot"
[ 2.518059] 0x000000680000-0x0000006a0000 : "qspi.env"
[ 2.523618] 0x0000006a0000-0x0000006c0000 : "qspi.env.backup"
[ 2.529795] 0x0000006c0000-0x0000007c0000 : "qspi.sysfw"
[ 2.535555] 0x000000800000-0x000003fc0000 : "qspi.rootfs"
[ 2.541387] 0x000003fe0000-0x000004000000 : "qspi.phypattern"
[ 2.548112] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 2.592136] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 2.600598] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 2.608870] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
[ 2.621675] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 2.628883] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 2.635046] pps pps0: new PPS source ptp1
[ 2.639165] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1
[ 2.725428] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 2.795516] mmc1: CQHCI version 5.10
[ 2.799244] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[ 2.840025] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 2.901431] mmc1: new ultra high speed DDR50 SDHC card at address aaaa
[ 2.908356] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
[ 2.916428] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 2.925938] mmcblk1: p1 p2 p3
[ 2.925938] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 7.024897] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 7.056126] Sending DHCP requests ., OK
[ 7.075959] IP-Config: Got DHCP answer from x.x.x.x, my address is x.x.x.x
[ 7.083691] IP-Config: Complete:
[ 7.086909] device=eth0, hwaddr=xx:xx:xx:xx:xx:xx, ipaddr=x.x.x.x, mask=x.x.x.x, gw=x.x.x.x
[ 7.097062] host=x.x.x.x, domain=ti.com, nis-domain=(none)
[ 7.103485] bootserver=x.x.x.x, rootserver=x.x.x.x, rootpath=
[ 7.103488] nameserver0=x.x.x.x, nameserver1=x.x.x.x
[ 7.127147] ALSA device list:
[ 7.130112] No soundcards found.
[ 7.157235] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 7.163375] devtmpfs: mounted
[ 7.167262] Freeing unused kernel memory: 2112K
[ 7.184179] Run /sbin/init as init process
[ 7.328149] random: crng init done
[ 7.365693] NET: Registered PF_INET6 protocol family
[ 7.371473] Segment Routing with IPv6
[ 7.375138] In-situ OAM (IOAM) with IPv6
[ 7.396856] 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.428483] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.10[0m!
[ 7.504873] systemd[1]: Hostname set to <j721e-evm>.
[ 7.592471] systemd[139]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 7.599977] systemd-sysv-generator[148]: SysV service '/etc/init.d/netopeer2-server' 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.629678] systemd-sysv-generator[148]: SysV service '/etc/init.d/sysrepo' 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.653950] 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.821623] 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.869575] 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.925723] systemd[1]: Queued start job for default target Graphical Interface.
[ 7.970358] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 7.993522] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 8.017445] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 8.041181] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 8.064335] 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.088258] 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.112321] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 8.132182] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 8.152178] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 8.172181] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 8.214221] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 8.236259] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 8.259803] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 8.280350] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 8.304893] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 8.324786] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 8.348469] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 8.364835] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 8.389345] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 8.412393] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 8.432822] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 8.476396] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 8.494635] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 8.532410] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 8.552429] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 8.568622] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 8.591481] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 8.632564] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 8.654503] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 8.689968] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 8.714230] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 8.752765] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...[ 8.757747] fuse: init (API version 7.37)
[ 8.766022] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 8.782532] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 8.800971] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 8.819109] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 8.838822] cryptodev: loading out-of-tree module taints kernel.
[ 8.845729] cryptodev: driver 1.12 loaded.
[ 8.872737] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 8.899970] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 8.927791] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 8.948616] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m.
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mTemporary Directory /tmp[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate List of Static Device Nodes[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mStart psplash boot splash screen[0m.
See 'systemctl status psplash-start.service' for details.
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mStarprogress communication helper[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m.
[[0;32m OK [0m] Finished [0;1;39mGenerate network units from Kernel command line[0m.
[[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m.
Mounting [0;1;39mFUSE Control File System[0m...
Mounting [0;1;39mKernel Configuration File System[0m...
Starting [0;1;39mFlush Journal to Persistent Storage[0m...
[ 9.279714] systemd-journald[163]: 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...
[ 9.478551] audit: type=1334 audit(1703837354.272:2): prog-id=5 op=LOAD
[ 9.485454] audit: type=1334 audit(1703837354.280: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.850869] j721e-pcie-host 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.[ 9.887671] CAN device driver interface
[ 9.961396] j721e-pcie-host 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[ 10.004739] j721e-pcie-host 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000
[[0;32m OK [0m] Reached target [0;1;39mSystem Initializatio[ 10.016823] systemd-journald[163]: Time jumped backwards, rotating.
n[0m.
[ 10.028099] j721e-pcie-host 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 10.032793] mc: Linux media interface: v0.10
[[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.068390] k3-dsp-rproc 4d80800000.dsp: assigned reserved memory node c66-dma-memory@a7000000
[[0;32m OK [0m] Started [0;1;39mDaily rotation of log files[0m.
[ 10.088906] k3-dsp-rproc 4d80800000.dsp: configured DSP for IPC-only mode
[[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.116923] remoteproc remoteproc0: 4d80800000.dsp is available
[ 10.124678] remoteproc remoteproc0: attaching to 4d80800000.dsp
[[0;32m OK [0m] Listening on [0;1;39mD-Bus System Message Bus Socket[0m.
[ 10.138357] k3-dsp-rproc 4d80800000.dsp: DSP initialized in IPC-only mode
Starting [0;1;39mDocker Socket for the API[0m...
[ 10.165166] rproc-virtio rproc-virtio.10.auto: assigned reserved memory node c66-dma-memory@a7000000
[ 10.183757] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 10.187293] videodev: Linux video capture interface: v2.00
[[0;32m OK [0m] Listening on [0;1;39mdropbear.socket[0m.
[ 10.204532] rproc-virtio rproc-virtio.10.auto: registered virtio0 (type 7)
[ 10.212245] PVR_K: 202: Device: 4e20000000.gpu
[[0;32m OK [0m] Listening on [0;1;39mPC/SC Smart Card Daemon Activation Socket[0m.
[ 10.229150] remoteproc remoteproc0: remote processor 4d80800000.dsp is now attached
Starting [0;1;39mWeston socket[0m...
[ 10.245275] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
[ 10.257936] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
[ 10.273829] k3-dsp-rproc 4d81800000.dsp: assigned reserved memory node c66-dma-memory@a6000000
[ 10.282270] PVR_K: 202: Read BVNC x.x.x.x from HW device registers
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.
[ 10.334177] PVR_K: 202: RGX Device registered with BVNC x.x.x.x
[[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.439076] k3-dsp-rproc 4d81800000.dsp: configured DSP for IPC-only mode
[ 10.446444] [drm] Initialized pvr 23.2.6460340 20170530 for 4e20000000.gpu on minor 0
[ 10.461857] remoteproc remoteproc1: 4d81800000.dsp is available
[ 10.471176] remoteproc remoteproc1: attaching to 4d81800000.dsp
[ 10.474070] img_enc 4200000.video-encoder: vxe_enc_probe: using heap 1 for internal alloc
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m.
[ 10.526426] k3-dsp-rproc 4d81800000.dsp: DSP initialized in IPC-only mode
[ 10.533271] rproc-virtio rproc-virtio.13.auto: assigned reserved memory node c66-dma-memory@a6000000
[ 10.538225] cdns-mhdp8546 a000000.dp-bridge: invalid resource
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.[ 10.552830] img_enc 4200000.video-encoder: encoder registered as /dev/video1
[ 10.564014] virtio_rpmsg_bus virtio1: rpmsg host is online
[[0;32m OK [0m] Started [0;1;39mJob spooling tools[0m.[ 10.591894] img_dec 4300000.video-decoder: decoder registered as /dev/video0
[[0;32m OK [0m] Started [0;1;39mPeriodic Command Scheduler[0m.
[ 10.617692] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
[ 10.625342] rproc-virtio rproc-virtio.13.auto: registered virtio1 (type 7)
[ 10.627315] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
[ 10.633874] remoteproc remoteproc1: remote processor 4d81800000.dsp is now attached
[ 10.654313] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
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...
[ 10.700299] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a8000000
[[0;32m OK [0m] Started [0;1;39mirqbalance daemon[0m.
Starting [0;1;39mLighttpd Daemon[0m...
[ 10.743738] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 1
[[0;32m OK [0m] Started [0;1;39mstrongSwan IPsec IIKEv2 daemon using ipsec.conf[0m.
[ 10.769329] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode
[ 10.779058] remoteproc remoteproc2: 64800000.dsp is available
[ 10.785773] audit: type=1334 audit(1703837354.911:4): prog-id=7 op=LOAD
[ 10.792173] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
[ 10.805931] audit: type=1334 audit(1703837354.923:5): prog-id=8 op=LOAD
[ 10.817721] remoteproc remoteproc2: attaching to 64800000.dsp
Starting [0;1;39mUser Login Management[0m...[ 10.826569] remoteproc remoteproc2: unsupported resource 65538
[ 10.839938] k3-dsp-rproc 64800000.dsp: DSP initialized in IPC-only mode
[ 10.846755] rproc-virtio rproc-virtio.14.auto: assigned reserved memory node c71-dma-memory@a8000000
[ 10.856028] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
[ 10.856687] virtio_rpmsg_bus virtio2: rpmsg host is online
[ 10.869245] rproc-virtio rproc-virtio.14.auto: registered virtio2 (type 7)
[ 10.877823] remoteproc remoteproc2: remote processor 64800000.dsp is now attached
[ 10.889759] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xd
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[0m.
[ 10.899428] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe
Starting [0;1;39mTelnet Server[0m...
[[0;1;31mFAILED[0m] Failed to start [0;1;39mPrint notice about GPLv3 packages[0m.
See 'systemctl status gplv3-notice.service' for details.
[[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] Started [0;1;39mLighttpd Daemon[0m.
[[0;32m OK [0m] Finished [0;1;39mTelnet Server[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m.
Starting [0;1;39mNetwork Configuration[0m...
[ 11.208547] j721e-pcie-host 2900000.pcie: PCI host bridge to bus 0000:00
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.[ 11.226795] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 11.239615] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x10001000-0x10010fff])
[ 11.249763] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff]
[ 11.279031] pci 0000:00:00.0: [104c:b00d] type 01 class 0x060400
[ 11.285407] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[ 11.309758] pci 0000:00:00.0: supports D1
[ 11.314162] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 11.354024] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 11.377497] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 11.394325] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 11.430564] pcieport 0000:00:00.0: PME: Signaling with IRQ 820
[ 11.450001] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 11.462882] pcieport 0000:00:00.0: AER: enabled with IRQ 820
[ 11.492865] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 11.519625] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[ 11.527967] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000
[ 11.538465] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000
[ 11.547249] j721e-pcie-host 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
Starting [0;1;39mNetwork Name Resolution[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;1;31mFAILED[0m] Failed to start [0;1;39mEnable andfigure wl18xx bluetooth stack[0m.
See 'systemctl status bt-enable.service' for details.
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[ 12.288964] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[[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 syst[ 12.382676] platform 41000000.r5f: configured R5F for IPC-only mode
em service[0m...
[ 12.421193] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
[ 12.489124] remoteproc remoteproc3: 41000000.r5f is available
[ 12.499951] remoteproc remoteproc3: attaching to 41000000.r5f
[ 12.506708] platform 41000000.r5f: R5F core initialized in IPC-only mode
[ 12.541031] rproc-virtio rproc-virtio.15.auto: assigned reserved memory node r5f-dma-memory@a0000000
[ 12.550988] virtio_rpmsg_bus virtio3: rpmsg host is online
[ 12.556931] rproc-virtio rproc-virtio.15.auto: registered virtio3 (type 7)
[ 12.575428] remoteproc remoteproc3: remote processor 41000000.r5f is now attached
[ 12.586856] virtio_rpmsg_bus virtio3: creating channel ti.ipc4.ping-pong addr 0xd
[ 12.602844] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0001:00
[ 12.630848] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 12.636893] pci_bus 0001:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x18001000-0x18010fff])
[ 12.686305] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff]
[ 12.728143] audit: type=1334 audit(1703837356.851:6): prog-id=9 op=LOAD
[ 12.736341] audit: type=1334 audit(1703837356.859:7): prog-id=10 op=LOAD
Starting [0;1;39mUser Database Manager[0m...
[ 12.848157] platform 5c00000.r5f: configured R5F for IPC-only mode
[ 12.857059] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
[[0;32m OK [0m] Finished [0;1;39mSynchronize System and HW clocks[0m.
[[0;32m OK [0m] Started [0;1;39mUser Database Manager[0m.
[ 12.967270] remoteproc remoteproc4: 5c00000.r5f is available
[ 12.984548] remoteproc remoteproc4: attaching to 5c00000.r5f
[[0;32m OK [0m] Created slice [0;1;39mUser Slice of UID 1000[0m.
[ 13.059033] pci 0001:00:00.0: [104c:b00d] type 01 class 0x060400
[ 13.065771] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
Starting [0;1;39mUser Runtime Directory /run/user/1000[0m...
[[0;32m OK [0m] Finished [0;1;39mUser Runtime Directory /ru[ 13.107851] pci 0001:00:00.0: supports D1
n/user/1000[0m.
[ 13.114542] pci 0001:00:00.0: PME# supported from D0 D1 D3hot
[ 13.125226] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
Starting [0;1;39mUser Manager for UID 1000[0m...[ 13.135265] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01
[ 13.144371] m_can_platform 40528000.can: m_can device registered (irq=838, version=32)
[ 13.146268] pci 0001:00:00.0: PCI bridge to [bus 01]
[ 13.159808] pcieport 0001:00:00.0: PME: Signaling with IRQ 840
[ 13.160248] audit: type=1006 audit(1703837357.287:8): pid=615 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 13.166906] platform 5c00000.r5f: R5F core initialized in IPC-only mode
[ 13.184841] rproc-virtio rproc-virtio.16.auto: assigned reserved memory node r5f-dma-memory@a2000000
[ 13.194181] pcieport 0001:00:00.0: AER: enabled with IRQ 840
[ 13.214324] audit: type=1300 audit(1703837357.287:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffff555ded8 a2=4 a3=ffffb58af020 items=0 ppid=1 pid=615 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.290361] audit: type=1327 audit(1703837357.287:8): proctitle="(systemd)"
[ 13.360512] j721e-pcie-host 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
[ 13.368890] j721e-pcie-host 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000
[ 13.377145] virtio_rpmsg_bus virtio4: rpmsg host is online
[ 13.380845] j721e-pcie-host 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000
[ 13.391611] j721e-pcie-host 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 13.417100] rproc-virtio rproc-virtio.16.auto: registered virtio4 (type 7)
[ 13.424558] remoteproc remoteproc4: remote processor 5c00000.r5f is now attached
[ 13.520706] m_can_platform 40568000.can: m_can device registered (irq=845, version=32)
[ 13.564367] platform 5e00000.r5f: configured R5F for IPC-only mode
[ 13.633763] platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000
[ 13.649152] remoteproc remoteproc5: 5e00000.r5f is available
[ 13.654976] remoteproc remoteproc5: attaching to 5e00000.r5f
[ 13.661490] platform 5e00000.r5f: R5F core initialized in IPC-only mode
[ 13.684946] m_can_platform 2701000.can: m_can device registered (irq=848, version=32)
[ 13.691806] rproc-virtio rproc-virtio.17.auto: assigned reserved memory node r5f-dma-memory@a4000000
[ 13.744972] virtio_rpmsg_bus virtio5: rpmsg host is online
[ 13.758249] rproc-virtio rproc-virtio.17.auto: registered virtio5 (type 7)
[ 13.765179] remoteproc remoteproc5: remote processor 5e00000.r5f is now attached
[ 13.774376] virtio_rpmsg_bus virtio5: creating channel ti.ipc4.ping-pong addr 0xd
[[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.958591] m_can_platform 2721000.can: m_can device registered (irq=851, version=32)
[ 13.978400] audit: type=1006 audit(1703837358.103:9): pid=568 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] Started [0;1;39mcontainerd container runtime[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...
[ 14.464410] j721e-pcie-host 2920000.pcie: PCI host bridge to bus 0002:00
[ 14.473522] pci_bus 0002:00: root bus resource [bus 00-ff]
[ 14.484421] pci_bus 0002:00: root bus resource [io 0x20000-0x2ffff] (bus address [0x1000-0x10fff])
[[0;32m OK [0m] Finished [0;1;39mRecord Runlevel Change in [ 14.519299] pci_bus 0002:00: root bus resource [mem 0x4400011000-0x4407ffffff] (bus address [0x00011000-0x07ffffff])
UTMP[0m.
[ 14.552448] pci 0002:00:00.0: [104c:b00d] type 01 class 0x060400
[ 14.559599] pci_bus 0002:00: 2-byte config write to 0002:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[ 14.593455] pci 0002:00:00.0: supports D1
[ 14.598941] pci 0002:00:00.0: PME# supported from D0 D1 D3hot
[ 14.623117] pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 14.694994] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
[ 14.714625] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled
[ 14.725083] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled
[ 14.726347] pci_bus 0002:01: busn_res: [bus 01-ff] end is updated to 01
[ 14.735407] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled
[ 14.775336] remoteproc remoteproc6: b034000.pru is available
[ 14.795938] pci 0002:00:00.0: PCI bridge to [bus 01]
[ 14.802749] pcieport 0002:00:00.0: PME: Signaling with IRQ 881
[ 14.803923] remoteproc remoteproc7: b004000.rtu is available
[ 14.815563] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0xe
[ 14.822967] pcieport 0002:00:00.0: AER: enabled with IRQ 881
[ 14.834166] remoteproc remoteproc8: b00a000.txpru is available
[ 14.852830] remoteproc remoteproc9: b038000.pru is available
[ 14.858835] scsi host0: ufshcd
[ 14.876710] remoteproc remoteproc10: b006000.rtu is available
[ 14.884288] remoteproc remoteproc11: b00c000.txpru is available
[ 14.892318] remoteproc remoteproc12: b134000.pru is available
[ 14.900034] remoteproc remoteproc13: b104000.rtu is available
[ 14.906862] remoteproc remoteproc14: b10a000.txpru is available
[ 14.913832] remoteproc remoteproc15: b138000.pru is available
[ 14.925507] remoteproc remoteproc16: b106000.rtu is available
[ 14.932326] remoteproc remoteproc17: b10c000.txpru is available
[ 15.025338] cdns-ufshcd 4e84000.ufs: ufshcd_err_handler started; HBA state eh_non_fatal; powered 1; shutting down 0; saved_err = 4; saved_uic_err = 64; force_reset = 0
[ 15.040840] scsi 0:0:0:49488: Well-known LUN TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
[ 15.041653] cdns-ufshcd 4e84000.ufs: ufshcd_err_handler started; HBA state operational; powered 1; shutting down 0; saved_err = 4; saved_uic_err = 64; force_reset = 0
[ 15.062788] scsi 0:0:0:49476: Well-known LUN TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
[ 15.076296] cdns-ufshcd 4e84000.ufs: ufshcd_err_handler finished; HBA state operational
[ 15.083051] cdns-ufshcd 4e84000.ufs: ufshcd_scsi_add_wlus: BOOT WLUN not found
[ 15.274397] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
[ 15.603339] xhci-hcd xhci-hcd.18.auto: xHCI Host Controller
[ 15.609262] xhci-hcd xhci-hcd.18.auto: new USB bus registered, assigned bus number 1
_____ _____ _ _
| _[ 15.620627] xhci-hcd xhci-hcd.18.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010
|___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_[ 15.638605] xhci-hcd xhci-hcd.18.auto: irq 826, io mem 0x06410000
|___| |__| |_| |___|_| |___|___|_|
|___| [ 15.649727] xhci-hcd xhci-hcd.18.auto: xHCI Host Controller
|___|
Arago Project j721e-evm -
[ 15.661348] xhci-hcd xhci-hcd.18.auto: new USB bus registered, assigned bus number 2
Arago 2023.10 j721e-evm -
j721e-evm login: [ 15.674046] xhci-hcd xhci-hcd.18.auto: Host supports USB 3.0 SuperSpeed
[ 15.686057] hub 1-0:1.0: USB hub found
[ 15.690024] hub 1-0:1.0: 1 port detected
[ 15.695123] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 15.704966] hub 2-0:1.0: USB hub found
[ 15.708958] hub 2-0:1.0: 1 port detected
[ 15.832074] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 15.856890] FAT-fs (mmcblk0p2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
root
[ 15.887485] FAT-fs (mmcblk0p3): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 15.957813] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[ 16.041889] kauditd_printk_skb: 2 callbacks suppressed
[ 16.041897] audit: type=1006 audit(1703837360.167:10): pid=962 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 16.064654] audit: type=1300 audit(1703837360.167:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=fffff555ded8 a2=1 a3=ffffb58af020 items=0 ppid=1 pid=962 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.095420] audit: type=1327 audit(1703837360.167:10): proctitle="(systemd)"
[ 16.104304] audit: type=1334 audit(1703837360.223:11): prog-id=11 op=LOAD
[ 16.112562] audit: type=1300 audit(1703837360.223:11): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffe3d79a10 a2=78 a3=0 items=0 ppid=1 pid=962 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.113021] hub 1-1:1.0: USB hub found
[ 16.137982] audit: type=1327 audit(1703837360.223:11): proctitle="(systemd)"
[ 16.153184] audit: type=1334 audit(1703837360.227:12): prog-id=11 op=UNLOAD
[ 16.160364] audit: type=1334 audit(1703837360.227:13): prog-id=12 op=LOAD
[ 16.165947] hub 1-1:1.0: 4 ports detected
[ 16.167934] audit: type=1300 audit(1703837360.227:13): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffe3d79ab0 a2=78 a3=0 items=0 ppid=1 pid=962 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.201068] audit: type=1327 audit(1703837360.227:13): proctitle="(systemd)"
[ 16.221908] EXT4-fs (mmcblk1p3): recovery complete
[ 16.226883] EXT4-fs (mmcblk1p3): mounted filesystem with ordered data mode. Quota mode: none.
[ 16.308867] EXT4-fs (mmcblk1p2): recovery complete
[ 16.314243] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
[ 16.321132] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
7[r[999;999H[6nroot@j721e-evm:~# [ 25.226410] cdns-csi2rx: probe of 4504000.csi-bridge failed with error -22
[ 30.050163] cdns-csi2rx: probe of 4514000.csi-bridge failed with error -22
[ 32.585069] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xe
uname -a
Linux j721e-evm 6.1.46-g5da2f861d7 #1 SMP PREEMPT Thu Nov 30 22:19:30 UTC 2023 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=x.x.x.x:/opt/NFS_exports/linux/j721e-hsevm/autofs/e343f8e5f9c2fe0ff25e5b34b473a3e7,nolock,v3,tcp,rsize=4096,wsize=4096
root@j721e-evm:~# uname -a
Linux j721e-evm 6.1.46-g5da2f861d7 #1 SMP PREEMPT Thu Nov 30 22:19:30 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux
root@j721e-evm:~# cat /proc/mtd
dev: size erasesize name
mtd0: 00080000 00001000 "ospi.tiboot3"
mtd1: 00200000 00001000 "ospi.tispl"
mtd2: 00400000 00001000 "ospi.u-boot"
mtd3: 00020000 00001000 "ospi.env"
mtd4: 00020000 00001000 "ospi.env.backup"
mtd5: 00100000 00001000 "ospi.sysfw"
mtd6: 037c0000 00001000 "ospi.rootfs"
mtd7: 00020000 00001000 "ospi.phypattern"
mtd8: 00080000 00001000 "qspi.tiboot3"
mtd9: 00200000 00001000 "qspi.tispl"
mtd10: 00400000 00001000 "qspi.u-boot"
mtd11: 00020000 00001000 "qspi.env"
mtd12: 00020000 00001000 "qspi.env.backup"
mtd13: 00100000 00001000 "qspi.sysfw"
mtd14: 037c0000 00001000 "qspi.rootfs"
mtd15: 00020000 00001000 "qspi.phypattern"
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 28216
-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 478552 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4295864 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 131072 Mar 9 2018 rgx.fw.x.x.x.x
-rw-r--r-- 1 root root 131072 Mar 9 2018 rgx.fw.x.x.x.x.64k
-rw-r--r-- 1 root root 382744 Mar 9 2018 rgx.sh.x.x.x.x
-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 478552 Mar 9 2018 tee-pager_v2.bin
-rw-r--r-- 1 root root 478552 Mar 9 2018 tee-raw.bin
-rw-r--r-- 1 root root 478580 Mar 9 2018 tee.bin
-rw-r--r-- 1 root root 4295864 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 970 0 63981 749 0 0 0 0 0 1028 749 0 0 0 0 0 0
179 1 mmcblk0p1 304 0 20894 227 0 0 0 0 0 440 227 0 0 0 0 0 0
179 2 mmcblk0p2 290 0 18812 209 0 0 0 0 0 420 209 0 0 0 0 0 0
179 3 mmcblk0p3 338 0 23075 300 0 0 0 0 0 488 300 0 0 0 0 0 0
179 32 mmcblk0boot0 136 0 2688 41 0 0 0 0 0 108 41 0 0 0 0 0 0
179 64 mmcblk0boot1 136 0 2688 100 0 0 0 0 0 144 100 0 0 0 0 0 0
31 0 mtdblock0 44 0 352 34 0 0 0 0 0 68 34 0 0 0 0 0 0
31 1 mtdblock1 112 0 896 34 0 0 0 0 0 64 34 0 0 0 0 0 0
31 2 mtdblock2 116 0 928 60 0 0 0 0 0 148 60 0 0 0 0 0 0
31 3 mtdblock3 36 0 288 10 0 0 0 0 0 28 10 0 0 0 0 0 0
31 4 mtdblock4 54 0 432 34 0 0 0 0 0 64 34 0 0 0 0 0 0
31 5 mtdblock5 52 0 416 15 0 0 0 0 0 36 15 0 0 0 0 0 0
31 6 mtdblock6 175 0 3360 255 0 0 0 0 0 272 255 0 0 0 0 0 0
31 7 mtdblock7 54 0 432 16 0 0 0 0 0 48 16 0 0 0 0 0 0
31 8 mtdblock8 44 0 352 79 0 0 0 0 0 124 79 0 0 0 0 0 0
31 9 mtdblock9 140 0 1120 89 0 0 0 0 0 160 89 0 0 0 0 0 0
31 10 mtdblock10 116 0 928 87 0 0 0 0 0 192 87 0 0 0 0 0 0
31 11 mtdblock11 36 0 288 24 0 0 0 0 0 48 24 0 0 0 0 0 0
31 12 mtdblock12 54 0 432 95 0 0 0 0 0 124 95 0 0 0 0 0 0
31 13 mtdblock13 65 0 520 52 0 0 0 0 0 84 52 0 0 0 0 0 0
31 14 mtdblock14 156 0 1248 140 0 0 0 0 0 228 140 0 0 0 0 0 0
31 15 mtdblock15 45 0 360 27 0 0 0 0 0 68 27 0 0 0 0 0 0
179 96 mmcblk1 902 118 63025 2529 2 0 16 3 0 1612 2533 0 0 0 0 0 0
179 97 mmcblk1p1 294 0 18753 786 0 0 0 0 0 696 786 0 0 0 0 0 0
179 98 mmcblk1p2 279 32 21502 837 1 0 8 0 0 804 838 0 0 0 0 0 0
179 99 mmcblk1p3 290 86 21562 804 1 0 8 2 0 760 807 0 0 0 0 0 0
root@j721e-evm:~# cat /proc/interrupts
CPU0 CPU1
11: 4244 5014 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: 2951 0 GICv3 69 Level 32c00000.mailbox thr_011
18: 7224 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: 43116 175 MSI-INTA 15401056 Level 46000000.ethernet-tx0
25: 71627 0 MSI-INTA 15401058 Level 46000000.ethernet
43: 7108 0 MSI-INTA 13828536 Level 31150000.dma-controller chan0
44: 5251 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
51: 0 0 MSI-INTA 13828544 Level 31150000.dma-controller chan8
194: 658 0 GICv3 224 Level 2800000.serial
198: 2 0 GICv3 872 Level 47040000.spi
199: 0 0 GICv3 873 Level 47050000.spi
200: 0 0 GICv3 890 Level 46000000.ethernet
201: 0 0 INTR 391 Level 310d0000.cpts
202: 1514 0 GICv3 35 Level mmc0
216: 0 0 GPIO 7 Edge -davinci_gpio GPIO Key USER2
218: 0 0 GPIO 9 Edge -davinci_gpio tps6594-0-0x48, tps6594-0-0x4c
301: 0 0 GPIO 0 Edge -davinci_gpio GPIO Key USER1
443: 0 0 GPIO 11 Edge -davinci_gpio 2-0020
468: 0 0 tps6594-0-0x48 0 Edge buck1_ov
469: 0 0 tps6594-0-0x48 1 Edge buck1_uv
470: 0 0 tps6594-0-0x48 2 Edge buck1_sc
471: 0 0 tps6594-0-0x48 3 Edge buck1_ilim
472: 0 0 tps6594-0-0x48 4 Edge buck2_ov
473: 0 0 tps6594-0-0x48 5 Edge buck2_uv
474: 0 0 tps6594-0-0x48 6 Edge buck2_sc
475: 0 0 tps6594-0-0x48 7 Edge buck2_ilim
476: 0 0 tps6594-0-0x48 8 Edge buck3_ov
477: 0 0 tps6594-0-0x48 9 Edge buck3_uv
478: 0 0 tps6594-0-0x48 10 Edge buck3_sc
479: 0 0 tps6594-0-0x48 11 Edge buck3_ilim
480: 0 0 tps6594-0-0x48 12 Edge buck4_ov
481: 0 0 tps6594-0-0x48 13 Edge buck4_uv
482: 0 0 tps6594-0-0x48 14 Edge buck4_sc
483: 0 0 tps6594-0-0x48 15 Edge buck4_ilim
484: 0 0 tps6594-0-0x48 16 Edge buck5_ov
485: 0 0 tps6594-0-0x48 17 Edge buck5_uv
486: 0 0 tps6594-0-0x48 18 Edge buck5_sc
487: 0 0 tps6594-0-0x48 19 Edge buck5_ilim
488: 0 0 tps6594-0-0x48 20 Edge ldo1_ov
489: 0 0 tps6594-0-0x48 21 Edge ldo1_uv
490: 0 0 tps6594-0-0x48 22 Edge ldo1_sc
491: 0 0 tps6594-0-0x48 23 Edge ldo1_ilim
492: 0 0 tps6594-0-0x48 24 Edge ldo2_ov
493: 0 0 tps6594-0-0x48 25 Edge ldo2_uv
494: 0 0 tps6594-0-0x48 26 Edge ldo2_sc
495: 0 0 tps6594-0-0x48 27 Edge ldo2_ilim
496: 0 0 tps6594-0-0x48 28 Edge ldo3_ov
497: 0 0 tps6594-0-0x48 29 Edge ldo3_uv
498: 0 0 tps6594-0-0x48 30 Edge ldo3_sc
499: 0 0 tps6594-0-0x48 31 Edge ldo3_ilim
500: 0 0 tps6594-0-0x48 32 Edge ldo4_ov
501: 0 0 tps6594-0-0x48 33 Edge ldo4_uv
502: 0 0 tps6594-0-0x48 34 Edge ldo4_sc
503: 0 0 tps6594-0-0x48 35 Edge ldo4_ilim
504: 0 0 tps6594-0-0x48 36 Edge vcca_ov
505: 0 0 tps6594-0-0x48 37 Edge vcca_uv
523: 0 0 tps6594-0-0x48 55 Edge npwron_start
524: 0 0 tps6594-0-0x48 56 Edge enable
525: 0 0 tps6594-0-0x48 57 Edge fsd
526: 0 0 tps6594-0-0x48 58 Edge soft_reboot
527: 0 0 tps6594-0-0x48 59 Edge bist_pass
528: 0 0 tps6594-0-0x48 60 Edge ext_clk
529: 0 0 tps6594-0-0x48 61 Edge twarn
530: 0 0 tps6594-0-0x48 62 Edge tsd_ord
531: 0 0 tps6594-0-0x48 63 Edge bist_fail
532: 0 0 tps6594-0-0x48 64 Edge reg_crc_err
533: 0 0 tps6594-0-0x48 65 Edge recov_cnt
534: 0 0 tps6594-0-0x48 66 Edge spmi_err
535: 0 0 tps6594-0-0x48 67 Edge npwron_long
536: 0 0 tps6594-0-0x48 68 Edge nint_readback
537: 0 0 tps6594-0-0x48 69 Edge nrstout_readback
538: 0 0 tps6594-0-0x48 70 Edge tsd_imm
539: 0 0 tps6594-0-0x48 71 Edge vcca_ovp
540: 0 0 tps6594-0-0x48 72 Edge pfsm_err
541: 0 0 tps6594-0-0x48 73 Edge imm_shutdown
542: 0 0 tps6594-0-0x48 74 Edge ord_shutdown
543: 0 0 tps6594-0-0x48 75 Edge mcu_pwr_err
544: 0 0 tps6594-0-0x48 76 Edge soc_pwr_err
545: 0 0 tps6594-0-0x48 77 Edge comm_frm_err
546: 0 0 tps6594-0-0x48 78 Edge comm_crc_err
547: 0 0 tps6594-0-0x48 79 Edge comm_adr_err
548: 0 0 tps6594-0-0x48 82 Edge en_drv_readback
549: 0 0 tps6594-0-0x48 83 Edge nrstout_soc_readback
550: 0 0 tps6594-0-0x48 84 Edge esm_soc_pin
551: 0 0 tps6594-0-0x48 85 Edge esm_soc_fail
552: 0 0 tps6594-0-0x48 86 Edge esm_soc_rst
554: 0 0 tps6594-0-0x48 88 Edge alarm
556: 0 0 tps6594-0-0x4c 0 Edge buck1_ov
557: 0 0 tps6594-0-0x4c 1 Edge buck1_uv
558: 0 0 tps6594-0-0x4c 2 Edge buck1_sc
559: 0 0 tps6594-0-0x4c 3 Edge buck1_ilim
560: 0 0 tps6594-0-0x4c 4 Edge buck2_ov
561: 0 0 tps6594-0-0x4c 5 Edge buck2_uv
562: 0 0 tps6594-0-0x4c 6 Edge buck2_sc
563: 0 0 tps6594-0-0x4c 7 Edge buck2_ilim
564: 0 0 tps6594-0-0x4c 8 Edge buck3_ov
565: 0 0 tps6594-0-0x4c 9 Edge buck3_uv
566: 0 0 tps6594-0-0x4c 10 Edge buck3_sc
567: 0 0 tps6594-0-0x4c 11 Edge buck3_ilim
568: 0 0 tps6594-0-0x4c 12 Edge buck4_ov
569: 0 0 tps6594-0-0x4c 13 Edge buck4_uv
570: 0 0 tps6594-0-0x4c 14 Edge buck4_sc
571: 0 0 tps6594-0-0x4c 15 Edge buck4_ilim
572: 0 0 tps6594-0-0x4c 16 Edge buck5_ov
573: 0 0 tps6594-0-0x4c 17 Edge buck5_uv
574: 0 0 tps6594-0-0x4c 18 Edge buck5_sc
575: 0 0 tps6594-0-0x4c 19 Edge buck5_ilim
576: 0 0 tps6594-0-0x4c 20 Edge ldo1_ov
577: 0 0 tps6594-0-0x4c 21 Edge ldo1_uv
578: 0 0 tps6594-0-0x4c 22 Edge ldo1_sc
579: 0 0 tps6594-0-0x4c 23 Edge ldo1_ilim
580: 0 0 tps6594-0-0x4c 24 Edge ldo2_ov
581: 0 0 tps6594-0-0x4c 25 Edge ldo2_uv
582: 0 0 tps6594-0-0x4c 26 Edge ldo2_sc
583: 0 0 tps6594-0-0x4c 27 Edge ldo2_ilim
584: 0 0 tps6594-0-0x4c 28 Edge ldo3_ov
585: 0 0 tps6594-0-0x4c 29 Edge ldo3_uv
586: 0 0 tps6594-0-0x4c 30 Edge ldo3_sc
587: 0 0 tps6594-0-0x4c 31 Edge ldo3_ilim
588: 0 0 tps6594-0-0x4c 32 Edge ldo4_ov
589: 0 0 tps6594-0-0x4c 33 Edge ldo4_uv
590: 0 0 tps6594-0-0x4c 34 Edge ldo4_sc
591: 0 0 tps6594-0-0x4c 35 Edge ldo4_ilim
592: 0 0 tps6594-0-0x4c 36 Edge vcca_ov
593: 0 0 tps6594-0-0x4c 37 Edge vcca_uv
611: 0 0 tps6594-0-0x4c 55 Edge npwron_start
612: 0 0 tps6594-0-0x4c 56 Edge enable
613: 0 0 tps6594-0-0x4c 57 Edge fsd
614: 0 0 tps6594-0-0x4c 58 Edge soft_reboot
615: 0 0 tps6594-0-0x4c 59 Edge bist_pass
616: 0 0 tps6594-0-0x4c 60 Edge ext_clk
617: 0 0 tps6594-0-0x4c 61 Edge twarn
618: 0 0 tps6594-0-0x4c 62 Edge tsd_ord
619: 0 0 tps6594-0-0x4c 63 Edge bist_fail
620: 0 0 tps6594-0-0x4c 64 Edge reg_crc_err
621: 0 0 tps6594-0-0x4c 65 Edge recov_cnt
622: 0 0 tps6594-0-0x4c 66 Edge spmi_err
623: 0 0 tps6594-0-0x4c 67 Edge npwron_long
624: 0 0 tps6594-0-0x4c 68 Edge nint_readback
625: 0 0 tps6594-0-0x4c 69 Edge nrstout_readback
626: 0 0 tps6594-0-0x4c 70 Edge tsd_imm
627: 0 0 tps6594-0-0x4c 71 Edge vcca_ovp
628: 0 0 tps6594-0-0x4c 72 Edge pfsm_err
629: 0 0 tps6594-0-0x4c 73 Edge imm_shutdown
630: 0 0 tps6594-0-0x4c 74 Edge ord_shutdown
631: 0 0 tps6594-0-0x4c 75 Edge mcu_pwr_err
632: 0 0 tps6594-0-0x4c 76 Edge soc_pwr_err
633: 0 0 tps6594-0-0x4c 77 Edge comm_frm_err
634: 0 0 tps6594-0-0x4c 78 Edge comm_crc_err
635: 0 0 tps6594-0-0x4c 79 Edge comm_adr_err
636: 0 0 tps6594-0-0x4c 82 Edge en_drv_readback
637: 0 0 tps6594-0-0x4c 83 Edge nrstout_soc_readback
638: 0 0 tps6594-0-0x4c 84 Edge esm_soc_pin
639: 0 0 tps6594-0-0x4c 85 Edge esm_soc_fail
640: 0 0 tps6594-0-0x4c 86 Edge esm_soc_rst
644: 4 0 INTR 436 Level mbox-mcu-r5fss0-core0
645: 2 0 INTR 432 Level mbox-main-r5fss0-core0
646: 4 0 INTR 428 Level mbox-main-r5fss1-core0
647: 7 0 INTR 424 Level mbox-c66-0, mbox-c66-1
648: 4 0 INTR 420 Level mbox-c71-0
681: 0 0 MSI-INTA 13893648 Edge 31150000.dma-controller chan4
744: 0 0 MSI-INTA 13894674 Edge 31150000.dma-controller chan5
745: 0 0 MSI-INTA 13894675 Edge 31150000.dma-controller chan6
746: 0 0 MSI-INTA 13894676 Edge 31150000.dma-controller chan7
801: 1900 0 GICv3 36 Level mmc1
802: 0 0 GICv3 597 Level 2ba0000.mcasp_rx
803: 0 0 GICv3 596 Level 2ba0000.mcasp_tx
805: 0 0 GICv3 892 Level TI-am335x-adc.11.auto
806: 0 0 GICv3 350 Edge j721e-pcie-link-down-irq
808: 0 0 GICv3 893 Level TI-am335x-adc.12.auto
809: 0 0 GICv3 213 Level vxe-enc
811: 0 0 GICv3 212 Level vxd-dec
812: 0 0 GICv3 646 Level mhdp8546
813: 0 0 GICv3 634 Level tidss
820: 0 0 ITS-MSI 0 Edge PCIe PME, aerdrv
821: 0 0 GICv3 43 Level 4e10000.rng
823: 0 0 GICv3 362 Edge j721e-pcie-link-down-irq
826: 35 0 GICv3 136 Level xhci-hcd:usb1
840: 0 0 ITS-MSI 134217728 Edge PCIe PME, aerdrv
843: 0 0 GICv3 374 Edge j721e-pcie-link-down-irq
860: 66 0 GICv3 49 Level ufshcd
863: 0 0 GICv3 152 Level 6000000.usb
881: 0 0 ITS-MSI 268435456 Edge PCIe PME, aerdrv
887: 0 0 GICv3 153 Level 6400000.usb
IPI0: 2332 14119 Rescheduling interrupts
IPI1: 3437 9597 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: 0 0 IRQ work interrupts
IPI6: 0 0 CPU wake-up interrupts
Err: 0
root@j721e-evm:~# cat /proc/softirqs
CPU0 CPU1
HI: 14 0
TIMER: 1226 2242
NET_TX: 9 2
NET_RX: 105767 199
BLOCK: 1256 0
IRQ_POLL: 0 0
TASKLET: 13857 4
SCHED: 2011 2515
HRTIMER: 0 0
RCU: 10282 11784
root@j721e-evm:~# ls -lR /run/media/mmcblk0p1
/run/media/mmcblk0p1:
total 0
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:~# depmod -a
root@j721e-evm:~# lsmod
Module Size Used by
cdns_csi2rx 20480 0
v4l2_fwnode 20480 1 cdns_csi2rx
xhci_plat_hcd 16384 0
pci_endpoint_test 20480 0
omap_rng 16384 0
ti_am335x_adc 20480 0
kfifo_buf 16384 1 ti_am335x_adc
rpmsg_ctrl 16384 0
rpmsg_char 16384 1 rpmsg_ctrl
pru_rproc 24576 0
irq_pruss_intc 16384 0
cdns_pltfrm 16384 0
cdns3 45056 0
cdns_usb_common 20480 1 cdns3
display_connector 16384 0
crct10dif_ce 16384 1
snd_soc_j721e_evm 32768 0
phy_can_transceiver 16384 4
ti_k3_r5_remoteproc 28672 0
overlay 122880 0
cfg80211 385024 0
rfkill 24576 2 cfg80211
vxd_dec 344064 0
j721e_csi2rx 24576 0
vxe_enc 286720 0
k3_j72xx_bandgap 16384 0
videobuf2_dma_contig 20480 1 j721e_csi2rx
videobuf2_dma_sg 20480 2 vxe_enc,vxd_dec
videobuf2_memops 16384 2 videobuf2_dma_contig,videobuf2_dma_sg
v4l2_mem2mem 36864 2 vxe_enc,vxd_dec
tidss 61440 0
cdns_mhdp8546 40960 0
videobuf2_v4l2 32768 4 j721e_csi2rx,vxe_enc,vxd_dec,v4l2_mem2mem
ti_am335x_tscadc 16384 1 ti_am335x_adc
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
pruss 16384 0
drm_display_helper 139264 1 cdns_mhdp8546
drm_dma_helper 20480 1 tidss
drm_kms_helper 184320 6 drm_dma_helper,display_connector,cdns_mhdp8546,drm_display_helper,tidss
pvrsrvkm 1241088 0
videodev 245760 8 v4l2_async,j721e_csi2rx,vxe_enc,videobuf2_v4l2,vxd_dec,cdns_csi2rx,videobuf2_common,v4l2_mem2mem
syscopyarea 16384 1 drm_kms_helper
ti_j721e_ufs 16384 0
sysfillrect 16384 1 drm_kms_helper
sysimgblt 16384 1 drm_kms_helper
fb_sys_fops 16384 1 drm_kms_helper
sa2ul 36864 0
ti_k3_dsp_remoteproc 16384 0
virtio_rpmsg_bus 20480 0
rpmsg_ns 16384 1 virtio_rpmsg_bus
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
snd_soc_pcm3168a_i2c 16384 1
m_can_platform 16384 0
cdns_dphy_rx 16384 0
m_can 24576 1 m_can_platform
cdns3_ti 16384 0
snd_soc_pcm3168a 32768 1 snd_soc_pcm3168a_i2c
snd_soc_davinci_mcasp 32768 2
snd_soc_ti_udma 16384 1 snd_soc_davinci_mcasp
snd_soc_ti_edma 16384 1 snd_soc_davinci_mcasp
optee_rng 16384 0
snd_soc_ti_sdma 16384 1 snd_soc_davinci_mcasp
can_dev 36864 1 m_can
rti_wdt 16384 0
pci_j721e_host 16384 0
pci_j721e 16384 1 pci_j721e_host
pcie_cadence_host 16384 1 pci_j721e_host
pcie_cadence 16384 2 pcie_cadence_host,pci_j721e_host
rng_core 20480 2 optee_rng,omap_rng
cryptodev 53248 0
fuse 131072 1
drm 561152 8 drm_kms_helper,drm_dma_helper,display_connector,pvrsrvkm,cdns_mhdp8546,drm_display_helper,tidss
drm_panel_orientation_quirks 28672 1 drm
ipv6 475136 40
root@j721e-evm:~# devmem2 0x9e800000
/dev/mem opened.
[ 53.547653] SError Interrupt on CPU1, code 0x00000000bf000002 -- SError
[ 53.547665] CPU: 1 PID: 1042 Comm: devmem2 Tainted: G O 6.1.46-g5da2f861d7 #1
[ 53.547669] Hardware name: Texas Instruments J721e EVM (DT)
[ 53.547672] pstate: 60000000 (nZCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[ 53.547675] pc : 0000ffff9bbfabe8
[ 53.547677] lr : 0000ffff9bbfced0
[ 53.547678] sp : 0000fffff5d93ab0
[ 53.547680] x29: 0000fffff5d93ab0 x28: 0000000000000000 x27: 0000000000412000
[ 53.547686] x26: 0000ffff9bc1e000 x25: 0000fffff5d93e78 x24: 0000fffff5d93c80
[ 53.547690] x23: 0000000000000003 x22: 0000000000000002 x21: 000000009e800000
[ 53.547694] x20: 0000ffff9bc27360 x19: 0000ffff9bc1e000 x18: 0000000000000000
[ 53.547699] x17: 0000ffff9bbfce88 x16: 0000000000411ff8 x15: 0000000000000001
[ 53.547703] x14: 0000000000000001 x13: 2073736572646461 x12: 0000ffff9bc1e000
[ 53.547707] x11: 000000000000000e x10: 000000000000000a x9 : 0000fffff5d93af4
[ 53.547711] x8 : 0000000000000040 x7 : 3030306531636239 x6 : 000000000000002e
[ 53.547715] x5 : 0000000000000000 x4 : 000000000040113d x3 : 0000ffff9bc1fd80
[ 53.547719] x2 : 0000000000000008 x1 : 0000000000000048 x0 : 0000ffff9bc27360
[ 53.547724] Kernel panic - not syncing: Asynchronous SError Interrupt
[ 53.547727] CPU: 1 PID: 1042 Comm: devmem2 Tainted: G O 6.1.46-g5da2f861d7 #1
[ 53.547730] Hardware name: Texas Instruments J721e EVM (DT)
[ 53.547731] Call trace:
[ 53.547733] dump_backtrace.part.0+0xdc/0xf0
[ 53.547748] show_stack+0x18/0x30
[ 53.547752] dump_stack_lvl+0x68/0x84
[ 53.547759] dump_stack+0x18/0x34
[ 53.547764] panic+0x188/0x348
[ 53.547768] nmi_panic+0xac/0xb0
[ 53.547773] arm64_serror_panic+0x6c/0x7c
[ 53.547778] do_serror+0x58/0x5c
[ 53.547782] __el0_error_handler_common+0x40/0xa4
[ 53.547787] el0t_64_error_handler+0x10/0x20
[ 53.547790] el0t_64_error+0x18c/0x190
[ 53.547793] SMP: stopping secondary CPUs
[ 53.547806] Kernel Offset: disabled
[ 53.547807] CPU features: 0x40000,20028084,0000420b
[ 53.547810] Memory Limit: none
[ 53.736506] ---[ end Kernel panic - not syncing: Asynchronous SError Interrupt ]---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment