Skip to content

Instantly share code, notes, and snippets.

@nehamalcom
Created January 30, 2024 07:34
Show Gist options
  • Save nehamalcom/07fedf4aa173590214b5cef6e1688fa1 to your computer and use it in GitHub Desktop.
Save nehamalcom/07fedf4aa173590214b5cef6e1688fa1 to your computer and use it in GitHub Desktop.
arm: mach-k3: j721s2_init: Support less than max DDR controllers
U-Boot SPL 2024.04-rc1-00001-geb9f427806 (Jan 30 2024 - 12:45:39 +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: 13448 bytes
Trying to boot from UART
CLoaded 1005811 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.04-rc1-00001-geb9f427806 (Jan 30 2024 - 12:45:55 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
Trying to boot from UART
CLoaded 1333259 bytes
U-Boot 2024.04-rc1-00001-geb9f427806 (Jan 30 2024 - 12:45:55 +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.04-rc1-00001-geb9f427806 (Jan 30 2024 - 12:45:55 +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 '10.24.51.160'
=> 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=0052
board_software_revision=01
boot=mmc
boot_a_script=load ${devtype} ${devnum}:${distro_bootpart} ${scriptaddr} ${prefix}${script}; source ${scriptaddr}
boot_efi_binary=load ${devtype} ${devnum}:${distro_bootpart} ${kernel_addr_r} efi/boot/bootaa64.efi; if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r};else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi
boot_efi_bootmgr=if fdt addr -q ${fdt_addr_r}; then bootefi bootmgr ${fdt_addr_r};else bootefi bootmgr;fi
boot_extlinux=sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} ${prefix}${boot_syslinux_conf}
boot_fdt=try
boot_fit=0
boot_net_usb_start=usb start
boot_prefixes=/ /boot/
boot_rprocs=if test ${dorprocboot} -eq 1 && test ${boot} = mmc; then rproc init; run boot_rprocs_mmc; fi;
boot_rprocs_mmc=env set rproc_id; env set rproc_fw; for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i; else env set rproc_fw $i; run rproc_load_and_boot_one; env set rproc_id; env set rproc_fw; fi; done
boot_script_dhcp=boot.scr.uimg
boot_scripts=boot.scr.uimg boot.scr
boot_syslinux_conf=extlinux/extlinux.conf
boot_targets=ti_mmc mmc0 mmc1 usb0 pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled
bootcmd=
bootcmd_dhcp=devtype=dhcp; run boot_net_usb_start; if dhcp ${scriptaddr} ${boot_script_dhcp}; then source ${scriptaddr}; fi;setenv efi_fdtfile ${fdtfile}; setenv efi_old_vci ${bootp_vci};setenv efi_old_arch ${bootp_arch};setenv bootp_vci PXEClient:Arch:00011:UNDI:003000;setenv bootp_arch 0xb;if dhcp ${kernel_addr_r}; then tftpboot ${fdt_addr_r} dtb/${efi_fdtfile};if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r}; else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi;fi;setenv bootp_vci ${efi_old_vci};setenv bootp_arch ${efi_old_arch};setenv efi_fdtfile;setenv efi_old_arch;setenv efi_old_vci;
bootcmd_mmc0=devnum=0; run mmc_boot
bootcmd_mmc1=devnum=1; run mmc_boot
bootcmd_pxe=run boot_net_usb_start; dhcp; if pxe get; then pxe boot; fi
bootcmd_ti_mmc=run findfdt; run init_${boot}; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1; then run main_cpsw0_qsgmii_phyinit; fi; run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootcmd_usb0=devnum=0; run usb_boot
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
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
do_main_cpsw0_qsgmii_phyinit=0
dorprocboot=0
dtboaddr=0x89000000
efi_dtb_prefixes=/ /dtb/ /dtb/current/
envboot=if mmc dev ${mmcdev}; then if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if test -n "${loadbootscript}" && run loadbootscript; then run bootscript; else if run loadbootenv; then echo Loaded env from ${bootenvfile}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi; fi; fi; fi;
ethaddr=34:08:e1:84:8f:92
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde99c30
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#=0000000000000052
serverip=10.24.51.160
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: 10217/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 '10.24.51.160'
=> 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 100, full duplex
BOOTP broadcast 1
BOOTP broadcast 2
BOOTP broadcast 3
DHCP client bound to address 192.168.0.228 (1262 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 67
** Bad device specification mmc 1 **
Couldn't find partition mmc 1:2
Can't set block device
Card did not respond to voltage select! : -110
mmc_init: -95, time 67
** Bad device specification mmc 1 **
Couldn't find partition mmc 1:2
Can't set block device
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02880000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=j721s2
board_name=am68-sk
board_rev=E1
board_serial=0052
board_software_revision=01
boot=mmc
boot_a_script=load ${devtype} ${devnum}:${distro_bootpart} ${scriptaddr} ${prefix}${script}; source ${scriptaddr}
boot_efi_binary=load ${devtype} ${devnum}:${distro_bootpart} ${kernel_addr_r} efi/boot/bootaa64.efi; if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r};else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi
boot_efi_bootmgr=if fdt addr -q ${fdt_addr_r}; then bootefi bootmgr ${fdt_addr_r};else bootefi bootmgr;fi
boot_extlinux=sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} ${prefix}${boot_syslinux_conf}
boot_fdt=try
boot_fit=0
boot_net_usb_start=usb start
boot_prefixes=/ /boot/
boot_rprocs=if test ${dorprocboot} -eq 1 && test ${boot} = mmc; then rproc init; run boot_rprocs_mmc; fi;
boot_rprocs_mmc=env set rproc_id; env set rproc_fw; for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i; else env set rproc_fw $i; run rproc_load_and_boot_one; env set rproc_id; env set rproc_fw; fi; done
boot_script_dhcp=boot.scr.uimg
boot_scripts=boot.scr.uimg boot.scr
boot_syslinux_conf=extlinux/extlinux.conf
boot_targets=ti_mmc mmc0 mmc1 usb0 pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
bootcmd=
bootcmd_dhcp=devtype=dhcp; run boot_net_usb_start; if dhcp ${scriptaddr} ${boot_script_dhcp}; then source ${scriptaddr}; fi;setenv efi_fdtfile ${fdtfile}; setenv efi_old_vci ${bootp_vci};setenv efi_old_arch ${bootp_arch};setenv bootp_vci PXEClient:Arch:00011:UNDI:003000;setenv bootp_arch 0xb;if dhcp ${kernel_addr_r}; then tftpboot ${fdt_addr_r} dtb/${efi_fdtfile};if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r}; else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi;fi;setenv bootp_vci ${efi_old_vci};setenv bootp_arch ${efi_old_arch};setenv efi_fdtfile;setenv efi_old_arch;setenv efi_old_vci;
bootcmd_mmc0=devnum=0; run mmc_boot
bootcmd_mmc1=devnum=1; run mmc_boot
bootcmd_pxe=run boot_net_usb_start; dhcp; if pxe get; then pxe boot; fi
bootcmd_ti_mmc=run findfdt; run init_${boot}; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1; then run main_cpsw0_qsgmii_phyinit; fi; run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootcmd_usb0=devnum=0; run usb_boot
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
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=192.0.2.2
do_main_cpsw0_qsgmii_phyinit=0
dorprocboot=1
dtboaddr=0x89000000
efi_dtb_prefixes=/ /dtb/ /dtb/current/
envboot=if mmc dev ${mmcdev}; then if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if test -n "${loadbootscript}" && run loadbootscript; then run bootscript; else if run loadbootenv; then echo Loaded env from ${bootenvfile}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi; fi; fi; fi;
ethact=ethernet@46000000port@1
ethaddr=34:08:e1:84:8f:92
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde99c30
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=192.168.0.1
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/dtb/${name_fdt}
get_fdt_ufs=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_fit_overlaystring=for overlay in $name_overlays; do; setexpr name_fit_overlay gsub / _ conf-${overlay}; setenv overlaystring ${overlaystring}'#'${name_fit_overlay}; done;
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_ufs=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_ufs=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load scsi ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && fdt apply ${dtboaddr}; done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_mmc=run args_all args_mmc
init_ufs=ufs init; scsi scan; run args_ufs
ipaddr=192.168.0.228
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=255.255.255.0
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
rproc_fw_binaries= 2 /lib/firmware/j721s2-main-r5f0_0-fw 3 /lib/firmware/j721s2-main-r5f0_1-fw 4 /lib/firmware/j721s2-main-r5f1_0-fw 5 /lib/firmware/j721s2-main-r5f1_1-fw 6 /lib/firmware/j721s2-c71_0-fw 7 /lib/firmware/j721s2-c71_1-fw
rproc_load_and_boot_one=if load mmc ${bootpart} $loadaddr ${rproc_fw}; then if rproc load ${rproc_id} ${loadaddr} ${filesize}; then rproc start ${rproc_id}; fi; fi
run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
scan_dev_for_boot=echo Scanning ${devtype} ${devnum}:${distro_bootpart}...; for prefix in ${boot_prefixes}; do run scan_dev_for_extlinux; run scan_dev_for_scripts; done;run scan_dev_for_efi;
scan_dev_for_boot_part=part list ${devtype} ${devnum} -bootable devplist; env exists devplist || setenv devplist 1; for distro_bootpart in ${devplist}; do if fstype ${devtype} ${devnum}:${distro_bootpart} bootfstype; then part uuid ${devtype} ${devnum}:${distro_bootpart} distro_bootpart_uuid ; run scan_dev_for_boot; fi; done; setenv devplist
scan_dev_for_efi=setenv efi_fdtfile ${fdtfile}; for prefix in ${efi_dtb_prefixes}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${efi_fdtfile}; then run load_efi_dtb; fi;done;run boot_efi_bootmgr;if test -e ${devtype} ${devnum}:${distro_bootpart} efi/boot/bootaa64.efi; then echo Found EFI removable media binary efi/boot/bootaa64.efi; run boot_efi_binary; echo EFI LOAD FAILED: continuing...; fi; setenv efi_fdtfile
scan_dev_for_extlinux=if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${boot_syslinux_conf}; then echo Found ${prefix}${boot_syslinux_conf}; run boot_extlinux; echo EXTLINUX FAILED: continuing...; fi
scan_dev_for_scripts=for script in ${boot_scripts}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${script}; then echo Found U-Boot script ${prefix}${script}; run boot_a_script; echo SCRIPT FAILED: continuing...; fi; done
scriptaddr=0x80000000
scsi_boot=run scsi_init; if scsi dev ${devnum}; then devtype=scsi; run scan_dev_for_boot_part; fi
scsi_init=if ${scsi_need_init}; then scsi_need_init=false; scsi scan; fi
scsirootfstype=ext4 rootwait
serial#=0000000000000052
serverip=192.168.0.1
soc=k3
stderr=serial@2880000
stdin=serial@2880000
stdout=serial@2880000
ubifs_boot=if ubi part ${bootubipart} ${bootubioff} && ubifsmount ubi0:${bootubivol}; then devtype=ubi; devnum=ubi0; bootfstype=ubifs; distro_bootpart=${bootubivol}; run scan_dev_for_boot; ubifsumount; fi
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
usb_boot=usb start; if usb dev ${devnum}; then devtype=usb; run scan_dev_for_boot_part; fi
vendor=ti
Environment size: 10347/131067 bytes
=> tftp ${loadaddr} 10.24.51.160:vatf_am68_sk-fs-04/df68e2792a1efccf8508fb7015d17166
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 100, full duplex
Using ethernet@46000000port@1 device
TFTP from server 10.24.51.160; our IP address is 192.168.0.228; sending through gateway 192.168.0.1
Filename 'vatf_am68_sk-fs-04/df68e2792a1efccf8508fb7015d17166'.
Load address: 0x82000000
Loading: *################################################## 20.6 MiB
1.2 MiB/s
done
Bytes transferred = 21582336 (1495200 hex)
=> tftp ${fdt_addr_r} 10.24.51.160:vatf_am68_sk-fs-04/f77a10da3c6104b1e578f996639d2378
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 100, full duplex
Using ethernet@46000000port@1 device
TFTP from server 10.24.51.160; our IP address is 192.168.0.228; sending through gateway 192.168.0.1
Filename 'vatf_am68_sk-fs-04/f77a10da3c6104b1e578f996639d2378'.
Load address: 0x88000000
Loading: *################################################## 78.1 KiB
1.2 MiB/s
done
Bytes transferred = 79974 (13866 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=10.24.51.160:/opt/NFS_exports/linux/am68_sk-fs-04/autofs/9f4ea228818d776413fb59498a628176,nolock,v3,tcp,rsize=4096,wsize=4096 '
=> printenv bootcmd
bootcmd=
=> setenv bootcmd ''${bootcmd}' if iminfo ${loadaddr}; then bootm ${loadaddr} ${_initramfs} ${fdt_addr_r}; else booti ${loadaddr} ${_initramfs} ${fdt_addr_r}; fi'
=> version
U-Boot 2024.04-rc1-00001-geb9f427806 (Jan 30 2024 - 12:45:55 +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 = 34:08:e1:84:8f:92
IP addr = 192.168.0.228
fdt_blob = 0x00000000fde99c30
new_fdt = 0x00000000fde99c30
fdt_size = 0x000000000001a180
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] [0xfce92000-0xfffffffe], 0x0316dfff 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 = 0x00000000fde99c20
sp start = 0x00000000fde99c20
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 = 34:08:e1:84:8f:92
IP addr = 192.168.0.228
fdt_blob = 0x00000000fde99c30
new_fdt = 0x00000000fde99c30
fdt_size = 0x000000000001a180
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] [0xfce92000-0xfffffffe], 0x0316dfff 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 = 0x00000000fde99c20
sp start = 0x00000000fde99c20
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 000000008ffff865 ... OK
Working FDT set to 8ffe9000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.1.46-g37f154cc9c (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Thu Oct 26 19:24:34 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 s38376 r8192 d31256 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=10.24.51.160:/opt/NFS_exports/linux/am68_sk-fs-04/autofs/9f4ea228818d776413fb59498a628176,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: 15427088K/16777208K available (13056K kernel code, 1300K rwdata, 4440K rodata, 2176K init, 503K bss, 432616K 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.000001] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.010479] Console: colour dummy device 80x25
[ 0.016186] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.029525] pid_max: default: 32768 minimum: 301
[ 0.035451] LSM: Security Framework initializing
[ 0.041453] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.051176] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.062487] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.071745] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.079573] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.088806] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.096690] rcu: Hierarchical SRCU implementation.
[ 0.102811] rcu: Max phase no-delay instances is 1000.
[ 0.109691] Platform MSI: msi-controller@1820000 domain created
[ 0.117425] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.129451] EFI services will not be available.
[ 0.135374] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.151715] Detected PIPT I-cache on CPU1
[ 0.151794] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.151811] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
[ 0.151852] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.151918] smp: Brought up 1 node, 2 CPUs
[ 0.188605] SMP: Total of 2 processors activated.
[ 0.194611] CPU features: detected: 32-bit EL0 Support
[ 0.201178] CPU features: detected: CRC32 instructions
[ 0.207786] CPU: All CPU(s) started at EL2
[ 0.213013] alternatives: applying system-wide alternatives
[ 0.221283] devtmpfs: initialized
[ 0.233350] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.245829] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.268986] pinctrl core: initialized pinctrl subsystem
[ 0.276082] DMI not present or invalid.
[ 0.281410] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.290025] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[ 0.299606] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.310023] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.320316] audit: initializing netlink subsys (disabled)
[ 0.327362] audit: type=2000 audit(0.192:1): state=initialized audit_enabled=0 res=1
[ 0.327651] thermal_sys: Registered thermal governor 'step_wise'
[ 0.337266] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.344963] cpuidle: using governor menu
[ 0.358401] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.367109] ASID allocator initialised with 65536 entries
[ 0.385108] platform 4800000.dsi: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
[ 0.395482] platform 4800000.dsi: Fixed dependency cycle(s) with /bus@100000/bus@28380000/i2c@40b10000/dsi-edp-bridge@2c
[ 0.411497] platform hdmi-connector: Fixed dependency cycle(s) with /dvi-bridge
[ 0.420880] platform 4a00000.dss: Fixed dependency cycle(s) with /dvi-bridge
[ 0.430141] KASLR disabled due to lack of seed
[ 0.439706] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.448387] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.456391] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.465058] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.473060] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.481727] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.489731] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.498398] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.507705] k3-chipinfo 43000014.chipid: Family:J721S2 rev:SR1.0 JTAGID[0x0bb7502f] Detected
[ 0.519511] iommu: Default domain type: Translated
[ 0.525741] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.533911] SCSI subsystem initialized
[ 0.538927] usbcore: registered new interface driver usbfs
[ 0.545956] usbcore: registered new interface driver hub
[ 0.552753] usbcore: registered new device driver usb
[ 0.559606] pps_core: LinuxPPS API ver. 1 registered
[ 0.565950] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.577623] PTP clock support registered
[ 0.582730] EDAC MC: Ver: 3.0.0
[ 0.587572] FPGA manager framework
[ 0.591972] Advanced Linux Sound Architecture Driver Initialized.
[ 0.600310] clocksource: Switched to clocksource arch_sys_counter
[ 0.608269] VFS: Disk quotas dquot_6.6.0
[ 0.613312] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.625867] NET: Registered PF_INET protocol family
[ 0.632588] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.648756] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.659894] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.669820] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.680680] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.691401] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.700015] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.708911] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.718486] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.726139] RPC: Registered named UNIX socket transport module.
[ 0.733721] RPC: Registered udp transport module.
[ 0.739727] RPC: Registered tcp transport module.
[ 0.745730] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.753957] NET: Registered PF_XDP protocol family
[ 0.760084] PCI: CLS 0 bytes, default 64
[ 0.765500] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.777085] Initialise system trusted keyrings
[ 0.782948] workingset: timestamp_bits=46 max_order=22 bucket_order=0
[ 0.794365] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.802279] NFS: Registering the id_resolver key type
[ 0.808775] Key type id_resolver registered
[ 0.814114] Key type id_legacy registered
[ 0.819273] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.827835] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.837421] 9p: Installing v9fs 9p2000 file system support
[ 0.868539] Key type asymmetric registered
[ 0.873770] Asymmetric key parser 'x509' registered
[ 0.880034] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.889591] io scheduler mq-deadline registered
[ 0.895381] io scheduler kyber registered
[ 0.903072] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
[ 0.910576] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
[ 0.918061] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
[ 0.925599] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
[ 0.932908] pinctrl-single 11c000.pinctrl: 72 pins, size 288
[ 0.946029] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.959004] loop: module loaded
[ 0.964057] megasas: 07.719.03.00-rc1
[ 0.971661] tun: Universal TUN/TAP device driver, 1.6
[ 0.978645] thunder_xcv, ver 1.0
[ 0.982797] thunder_bgx, ver 1.0
[ 0.986929] nicpf, ver 1.0
[ 0.990740] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 0.999973] hns3: Copyright (c) 2017 Huawei Corporation.
[ 1.006789] hclge is initializing
[ 1.011028] e1000: Intel(R) PRO/1000 Network Driver
[ 1.017254] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 1.024612] e1000e: Intel(R) PRO/1000 Network Driver
[ 1.030949] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.038526] igb: Intel(R) Gigabit Ethernet Network Driver
[ 1.045419] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 1.052547] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 1.060584] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 1.068294] sky2: driver version 1.30
[ 1.073597] VFIO - User Level meta-driver version: 0.3
[ 1.080705] usbcore: registered new interface driver usb-storage
[ 1.088999] i2c_dev: i2c /dev entries driver
[ 1.095733] sdhci: Secure Digital Host Controller Interface driver
[ 1.103639] sdhci: Copyright(c) Pierre Ossman
[ 1.109598] Synopsys Designware Multimedia Card Interface Driver
[ 1.117655] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.125594] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.133418] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.141870] usbcore: registered new interface driver usbhid
[ 1.148991] usbhid: USB HID core driver
[ 1.154957] 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.160664] optee: revision 4.0 (2a5b1d12)
[ 1.181198] optee: dynamic shared memory is enabled
[ 1.192938] optee: initialized driver
[ 1.199112] Initializing XFRM netlink socket
[ 1.204608] NET: Registered PF_PACKET protocol family
[ 1.211146] 9pnet: Installing 9P2000 support
[ 1.216642] Key type dns_resolver registered
[ 1.222382] registered taskstats version 1
[ 1.227634] Loading compiled-in X.509 certificates
[ 1.241443] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
[ 1.279617] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.287492] pca953x 1-0020: supply vcc not found, using dummy regulator
[ 1.296062] pca953x 1-0020: using no AI
[ 1.325619] omap_i2c 40b10000.i2c: bus 1 rev0.12 at 100 kHz
[ 1.333660] pca953x 2-0021: supply vcc not found, using dummy regulator
[ 1.342210] pca953x 2-0021: using no AI
[ 1.369023] omap_i2c 2000000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.376586] omap_i2c 2040000.i2c: bus 3 rev0.12 at 400 kHz
[ 1.384116] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 125 domain created
[ 1.394795] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 148 domain created
[ 1.406474] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 227 domain created
[ 1.417231] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 265 created
[ 1.430281] ti-udma 311a0000.dma-controller: Number of rings: 48
[ 1.438722] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8, rchan: 16)
[ 1.450289] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:272
[ 1.462647] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.471096] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.482199] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:259
[ 1.494903] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.503357] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.513345] printk: console [ttyS2] disabled
[ 1.518846] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 216, base_baud = 3000000) is a 8250
[ 1.529913] printk: console [ttyS2] enabled
[ 1.529913] printk: console [ttyS2] enabled
[ 1.540472] printk: bootconsole [ns16550a0] disabled
[ 1.540472] printk: bootconsole [ns16550a0] disabled
[ 1.554765] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.600321] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.611052] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.621397] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.637490] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.646498] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.654359] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0
[ 1.667299] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:250000000, add_val:3 pps:0
[ 1.684148] omap-mailbox 31f80000.mailbox: no available mbox devices found
[ 1.692985] omap-mailbox 31f81000.mailbox: no available mbox devices found
[ 1.701731] omap-mailbox 31f82000.mailbox: no available mbox devices found
[ 1.710440] omap-mailbox 31f83000.mailbox: no available mbox devices found
[ 1.719138] omap-mailbox 31f84000.mailbox: no available mbox devices found
[ 1.727834] omap-mailbox 31f85000.mailbox: no available mbox devices found
[ 1.736527] omap-mailbox 31f86000.mailbox: no available mbox devices found
[ 1.745230] omap-mailbox 31f87000.mailbox: no available mbox devices found
[ 1.753923] omap-mailbox 31f88000.mailbox: no available mbox devices found
[ 1.762614] omap-mailbox 31f89000.mailbox: no available mbox devices found
[ 1.771305] omap-mailbox 31f8a000.mailbox: no available mbox devices found
[ 1.779997] omap-mailbox 31f8b000.mailbox: no available mbox devices found
[ 1.788691] omap-mailbox 31f90000.mailbox: no available mbox devices found
[ 1.797385] omap-mailbox 31f91000.mailbox: no available mbox devices found
[ 1.806091] omap-mailbox 31f92000.mailbox: no available mbox devices found
[ 1.814796] omap-mailbox 31f93000.mailbox: no available mbox devices found
[ 1.823494] omap-mailbox 31f94000.mailbox: no available mbox devices found
[ 1.832190] omap-mailbox 31f95000.mailbox: no available mbox devices found
[ 1.840887] omap-mailbox 31f96000.mailbox: no available mbox devices found
[ 1.849586] omap-mailbox 31f97000.mailbox: no available mbox devices found
[ 1.858280] omap-mailbox 31f98000.mailbox: no available mbox devices found
[ 1.866979] omap-mailbox 31f99000.mailbox: no available mbox devices found
[ 1.875682] omap-mailbox 31f9a000.mailbox: no available mbox devices found
[ 1.884383] omap-mailbox 31f9b000.mailbox: no available mbox devices found
[ 1.894803] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[ 1.907321] ti-udma 31150000.dma-controller: Channels: 60 (tchan: 30, rchan: 30, gp-rflow: 16)
[ 1.922607] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[ 1.928884] 7 fixed-partitions partitions found on MTD device 47040000.spi.0
[ 1.937690] Creating 7 MTD partitions on "47040000.spi.0":
[ 1.944530] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[ 1.952176] 0x000000080000-0x000000280000 : "ospi.tispl"
[ 1.959417] 0x000000280000-0x000000680000 : "ospi.u-boot"
[ 1.966723] 0x000000680000-0x0000006c0000 : "ospi.env"
[ 1.973727] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
[ 1.981543] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 1.988874] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[ 2.001448] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 2.048318] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 2.059017] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 2.069367] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 2.085461] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 2.094473] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 2.102299] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0
[ 2.114740] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 2.124656] debugfs: Directory 'pd:39' with parent 'pm_genpd' already present!
[ 2.133950] mmc1: CQHCI version 5.10
[ 2.138463] debugfs: Directory 'pd:38' with parent 'pm_genpd' already present!
[ 2.148900] debugfs: Directory 'pd:154' with parent 'pm_genpd' already present!
[ 2.178965] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 2.199282] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 2.211185] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 6.309502] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 100Mbps/Full - flow control off
[ 6.340313] Sending DHCP requests ., OK
[ 6.361111] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.228
[ 6.370775] IP-Config: Complete:
[ 6.374797] device=eth0, hwaddr=34:08:e1:84:8f:92, ipaddr=192.168.0.228, mask=255.255.255.0, gw=192.168.0.1
[ 6.387489] host=192.168.0.228, domain=ti.com, nis-domain=(none)
[ 6.395519] bootserver=192.168.0.1, rootserver=10.24.51.160, rootpath=
[ 6.395522] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 6.417212] ALSA device list:
[ 6.420920] No soundcards found.
[ 6.449948] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 6.458274] devtmpfs: mounted
[ 6.462979] Freeing unused kernel memory: 2176K
[ 6.476400] Run /sbin/init as init process
[ 7.368406] systemd[1]: System time before build time, advancing clock.
[ 7.999948] NET: Registered PF_INET6 protocol family
[ 8.007965] Segment Routing with IPv6
[ 8.012559] In-situ OAM (IOAM) with IPv6
[ 8.111466] 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.150854] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.04[0m!
[ 8.257378] systemd[1]: Hostname set to <j721s2-evm>.
[ 8.280545] systemd[1]: Initializing machine ID from random generator.
[ 8.344331] random: crng init done
[ 8.495044] systemd[131]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 8.513387] systemd-sysv-generator[140]: 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.545293] systemd-sysv-generator[140]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 8.586234] systemd-sysv-generator[140]: 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.
[ 9.159562] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 9.298105] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 9.481150] systemd[1]: Queued start job for default target Graphical Interface.
[ 9.533154] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 9.558249] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 9.586107] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 9.613751] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 9.636606] 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.664510] 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.692594] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 9.716401] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 9.740385] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 9.764397] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 9.825046] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 9.856498] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 9.889673] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 9.912680] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 9.938336] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 9.961486] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 9.984790] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 10.009682] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 10.041807] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 10.064723] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 10.090184] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 10.136756] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 10.165740] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 10.195955] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 10.212777] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 10.256710] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 10.277616] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 10.308065] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 10.336085] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 10.356920] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 10.386280] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 10.533358] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 10.573994] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 10.609251] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 10.855271] fuse: init (API version 7.37)
[ 10.957274] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 10.979133] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 11.029218] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 11.062724] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 11.095864] systemd[1]: Mounted Huge Pages File System.
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[0m.
[ 11.121063] systemd[1]: Mounted POSIX Message Queue File System.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[ 11.149062] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 11.160951] cryptodev: loading out-of-tree module taints kernel.
[ 11.169635] systemd[1]: Mounted Kernel Debug File System.
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0[ 11.178063] cryptodev: driver 1.12 loaded.
m.
[ 11.202132] systemd[1]: Mounted Temporary Directory /tmp.
[[0;32m OK [0m] Mounted [0;1;39mTemporary Directory /tmp[0m.
[ 11.230919] systemd[1]: Finished Create List of Static Device Nodes.
[[0;32m OK [0m] Finished [0;1;39mCreate List of Static Device Nodes[0m.
[ 11.265008] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mStart psplash boot splash screen[0m.
See 'systemctl status psplash-start.service' for details.
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mStarprogress communication helper[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m.
[[0;32m OK [0m] Finished [0;1;39mGenerate network units from Kernel command line[0m.
[[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m.
Mounting [0;1;39mFUSE Control File System[0m...
Mounting [0;1;39mKernel Configuration File System[0m...
Starting [0;1;39mFlush Journal to Persistent Storage[0m...
Starting [0;1;39mApply Kernel Variables[0m...
Starting [0;1;39mCreate System Users[0m...
[ 11.607641] systemd-journald[155]: Received client request to flush runtime journal.
[[0;32m OK [0m] Mounted [0;1;39mFUSE Control File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m.
[[0;32m OK [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m.
[[0;32m OK [0m] Finished [0;1;39mApply Kernel Variables[0m.
[[0;32m OK [0m] Finished [0;1;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...
[ 11.991719] audit: type=1334 audit(1651167749.624:2): prog-id=5 op=LOAD
[ 12.000457] audit: type=1334 audit(1651167749.636: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[[ 13.223101] CAN device driver interface
0m...
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[ 13.578244] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[ 13.594619] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000
[ 13.614377] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000
[ 13.627952] j721e-pcie-host 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 13.696569] mc: Linux media interface: v0.10
[ 13.717120] at24 0-0051: supply vcc not found, using dummy regulator
[ 13.748617] at24 0-0051: 65536 byte 24c512 EEPROM, writable, 1 bytes/write
[ 13.780015] PVR_K: 198: Device: 4e20000000.gpu
[ 13.786936] PVR_K: 198: Read BVNC 36.53.104.796 from HW device registers
[ 13.798595] PVR_K: 198: RGX Device registered BVNC 36.53.104.796 with 1 core in the system
[ 13.811855] [drm] Initialized pvr 23.1.6404501 20170530 for 4e20000000.gpu on minor 0
[[0;32m OK [0m] Finished [0;1;39mRecord System Boot/Shutdown in UTMP[0m.
[ 13.970597] k3-dsp-rproc 64800000.dsp: device does not reserved memory regions, ret = -22
[ 13.984048] k3-dsp-rproc 64800000.dsp: reserved memory init failed, ret = -22
[ 13.994729] remoteproc remoteproc0: releasing 64800000.dsp
[ 14.002034] k3-dsp-rproc: probe of 64800000.dsp failed with error -22
[ 14.018891] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[ 14.019806] k3-dsp-rproc 65800000.dsp: device does not reserved memory regions, ret = -22
[ 14.044284] platform 41000000.r5f: configured R5F for IPC-only mode
[ 14.044848] k3-dsp-rproc 65800000.dsp: reserved memory init failed, ret = -22
[ 14.065956] platform 41000000.r5f: device does not have reserved memory regions, ret = -22
[ 14.089183] remoteproc remoteproc1: releasing 65800000.dsp
[ 14.094510] videodev: Linux video capture interface: v2.00
[ 14.096488] k3-dsp-rproc: probe of 65800000.dsp failed with error -22
[ 14.113981] k3_r5_rproc bus@100000:bus@28380000:r5fss@41000000: reserved memory init failed, ret = -22
[ 14.134057] remoteproc remoteproc0: releasing 41000000.r5f
[ 14.201706] k3_r5_rproc bus@100000:bus@28380000:r5fss@41000000: k3_r5_cluster_rproc_init failed, ret = -22
[ 14.244450] k3_r5_rproc: probe of bus@100000:bus@28380000:r5fss@41000000 failed with error -22
[ 14.261045] platform 5c00000.r5f: configured R5F for remoteproc mode
[ 14.276369] platform 5c00000.r5f: device does not have reserved memory regions, ret = -22
[ 14.305010] k3_r5_rproc bus@100000:r5fss@5c00000: reserved memory init failed, ret = -22
[ 14.332542] remoteproc remoteproc0: releasing 5c00000.r5f
[ 14.350519] k3_r5_rproc bus@100000:r5fss@5c00000: k3_r5_cluster_rproc_init failed, ret = -22
[ 14.378752] k3_r5_rproc: probe of bus@100000:r5fss@5c00000 failed with error -22
[ 14.397811] platform 5e00000.r5f: configured R5F for remoteproc mode
[ 14.408919] platform 5e00000.r5f: device does not have reserved memory regions, ret = -22
[ 14.422858] k3_r5_rproc bus@100000:r5fss@5e00000: reserved memory init failed, ret = -22
[ 14.438944] remoteproc remoteproc0: releasing 5e00000.r5f
[ 14.446961] k3_r5_rproc bus@100000:r5fss@5e00000: k3_r5_cluster_rproc_init failed, ret = -22
[ 14.461219] k3_r5_rproc: probe of bus@100000:r5fss@5e00000 failed with error -22
[ 14.647513] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0000:00
[ 14.656854] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 14.663773] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x18001000-0x18010fff])
[ 14.675673] pci_bus 0000:00: root bus resource [mem 0x18011000-0x1fffffff]
[ 14.684733] pci 0000:00:00.0: [104c:b013] type 01 class 0x060400
[ 14.692890] pci 0000:00:00.0: supports D1
[ 14.697954] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 14.705190] pci 0000:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
[ 14.713801] pci 0000:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
[ 14.728824] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 14.739853] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 14.748203] pci 0000:00:00.0: BAR 7: assigned [mem 0x18400000-0x193fffff 64bit]
[ 14.757394] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 14.765024] pcieport 0000:00:00.0: PME: Signaling with IRQ 483
[ 14.774826] pcieport 0000:00:00.0: AER: enabled with IRQ 483
[ 14.804996] m_can_platform 40568000.can: m_can device registered (irq=492, version=32)
[ 14.828003] m_can_platform 2761000.can: m_can device registered (irq=498, version=32)
[ 14.849739] m_can_platform 2771000.can: m_can device registered (irq=485, version=32)
[[0;32m OK [0m] Finished [0;1;39mRebuild Journal Catalog[0m.
[ 14.876684] m_can_platform 40528000.can: m_can device registered (irq=486, version=32)
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.
[ 15.941876] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
[ 16.190468] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 16.197976] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[ 16.209300] xhci-hcd xhci-hcd.0.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010
[ 16.222223] xhci-hcd xhci-hcd.0.auto: irq 489, io mem 0x06010000
[ 16.231014] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 16.238387] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
[ 16.249198] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
[ 16.258869] hub 1-0:1.0: USB hub found
[ 16.264242] hub 1-0:1.0: 1 port detected
[ 16.270618] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 16.286856] hub 2-0:1.0: USB hub found
[ 16.292640] hub 2-0:1.0: 1 port detected
[ 16.308259] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 1
[ 16.313137] cdns-csi2rx: probe of 4504000.csi-bridge failed with error -22
[ 16.384788] cdns-csi2rx: probe of 4514000.csi-bridge failed with error -22
[ 16.592382] usb 1-1: new full-speed USB device number 2 using xhci-hcd
[ 16.657029] Console: switching to colour frame buffer device 240x67
[ 16.690147] tidss 4a00000.dss: [drm] fb0: tidssdrmfb frame buffer device
[ 16.816813] usb 1-1: not running at top speed; connect to a high speed hub
[ 16.827863] hub 1-1:1.0: USB hub found
[ 16.835081] hub 1-1:1.0: 4 ports detected
[ 16.948375] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
[ 16.978286] hub 2-1:1.0: USB hub found
[ 16.983762] hub 2-1:1.0: 4 ports detected
[ 17.128345] usb 1-1.1: new full-speed USB device number 3 using xhci-hcd
[ 17.236818] usb 1-1.1: not running at top speed; connect to a high speed hub
[ 17.250593] hub 1-1.1:1.0: USB hub found
[ 17.256275] hub 1-1.1:1.0: 4 ports detected
[ 17.324434] usb 2-1.4: new SuperSpeed USB device number 3 using xhci-hcd
[ 17.361706] usb-storage 2-1.4:1.0: USB Mass Storage device detected
[ 17.370148] scsi host0: usb-storage 2-1.4:1.0
[[0m[0;31m* [0m] A start job is running for Rebuild namic Linker Cache (8s / no limit)
[ 17.556363] usb 1-1.1.3: new full-speed USB device number 4 using xhci-hcd
[ 17.664666] usb 1-1.1.3: not running at top speed; connect to a high speed hub
[ 17.676392] hub 1-1.1.3:1.0: USB hub found
[ 17.681946] hub 1-1.1.3:1.0: 4 ports detected
[ 17.772395] usb 1-1.1.4: new full-speed USB device number 5 using xhci-hcd
[ 17.880640] usb 1-1.1.4: not running at top speed; connect to a high speed hub
[ 17.893998] hub 1-1.1.4:1.0: USB hub found
[ 17.899701] hub 1-1.1.4:1.0: 4 ports detected
[ 17.984357] usb 1-1.1.3.2: new full-speed USB device number 6 using xhci-hcd
M
[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild namic Linker Cache (8s / no limit)
[ 18.348263] input: C-Media Electronics Inc. Lenovo USB Headset as /devices/platform/bus@100000/4104000.cdns-usb/6000000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.1/1-1.1.3/1-1.1.3.2/1-1.1.3.2:1.3/0003:17EF:60F4.0001/input/input0
[ 18.406403] scsi 0:0:0:0: Direct-Access USB3.0 FLASH DRIVE PMAP PQ: 0 ANSI: 6
[ 18.420144] sd 0:0:0:0: [sda] 60628992 512-byte logical blocks: (31.0 GB/28.9 GiB)
[ 18.430411] sd 0:0:0:0: [sda] Write Protect is off
[ 18.432361] usb 1-1.1.4.1: new low-speed USB device number 7 using xhci-hcd
[ 18.436625] hid-generic 0003:17EF:60F4.0001: input: USB HID v1.11 Device [C-Media Electronics Inc. Lenovo USB Headset] on usb-xhci-hcd.0.auto-1.1.3.2/input3
[ 18.464478] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 18.572708] input: PixArt USB Optical Mouse as /devices/platform/bus@100000/4104000.cdns-usb/6000000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.1/1-1.1.4/1-1.1.4.1/1-1.1.4.1:1.0/0003:093A:2510.0002/input/input1
[ 18.596562] hid-generic 0003:093A:2510.0002: input: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-xhci-hcd.0.auto-1.1.4.1/input0
[ 18.650609] sda: sda1
[ 18.654260] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 18.661186] usb 1-1.1.3.3: new full-speed USB device number 8 using xhci-hcd
M
[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild namic Linker Cache (9s / no limit)
[ 19.004064] usb 1-1.1.3.3: not running at top speed; connect to a high speed hub
[ 19.032582] usb-storage 1-1.1.3.3:1.0: USB Mass Storage device detected
[ 19.041356] scsi host1: usb-storage 1-1.1.3.3:1.0
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild namic Linker Cache (9s / no limit)
[ 19.293107] usbcore: registered new interface driver snd-usb-audio
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild ic Linker Cache (190us / no limit)
M
[K Starting [0;1;39mStart psplash boot splash screen[0m...
[K[[0;32m OK [0m] Started [0;1;39mStart psplash boot splash screen[0m.
[[0;32m OK [0m] Started [0;1;39mStart psplash-systprogress communication helper[0m.
[ 20.071237] scsi 1:0:0:0: Direct-Access USB3.0 FLASH DRIVE PMAP PQ: 0 ANSI: 6
[ 20.088678] sd 1:0:0:0: [sdb] 60628992 512-byte logical blocks: (31.0 GB/28.9 GiB)
[ 20.099447] sd 1:0:0:0: [sdb] Write Protect is off
[ 20.106676] sd 1:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 22.025029] sdb: sdb1
[ 22.028697] sd 1:0:0:0: [sdb] Attached SCSI removable disk
[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Rebuild namic Linker Cache (2s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m] A start job is running for Rebuild namic Linker Cache (2s / no limit)
M
[K[ [0;31m*[0m] A start job is running for Rebuild namic Linker Cache (3s / no limit)
M
[K[[0;32m OK [0m] Finished [0;1;39mRebuild Dynamic Linker Cache[0m.
[K Starting [0;1;39mRun pending postinsts[0m...
Starting [0;1;39mUpdate is Completed[0m...
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
[[0;32m OK [0m] Found device [0;1;39mFLASH_DRIVE 1[0m.
[[0;32m OK [0m] Finished [0;1;39mUpdate is Completed[0m.
Starting [0;1;39mFile System Check on /dev/sda1[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/sda1[0m.
Mounting [0;1;39m/run/media/sda1[0m...
[ 23.813304] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/sda1[0m.
[[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] Reached target [0;1;39mSocket Units[0m.
[[0;32m OK [0m] Finished [0;1;39mReboot and dump vmcore via kexec[0m.
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m.
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.
Starting [0;1;39mSave/Restore Sound Card State[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.
[ 25.787702] audit: type=1334 audit(1651167763.420:4): prog-id=7 op=LOAD
[ 25.798461] audit: type=1334 audit(1651167763.432:5): prog-id=8 op=LOAD
Starting [0;1;39mUser Login Management[0m...
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[0m.
Starting [0;1;39mTelnet Server[0m...
[[0;32m OK [0m] Finished [0;1;39mSave/Restore Sound Card State[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] Reached target [0;1;39mPreparation for Network[0m.
[[0;32m OK [0m] Reached target [0;1;39mSound Card[0m.
Starting [0;1;39mNetwork Configuration[0m...
[[0;32m OK [0m] Finished [0;1;39mTelnet Server[0m.
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
[ 26.753629] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 26.821649] 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] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m.
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m.
[[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m.
Starting [0;1;39mSynchronize System and HW clocks[0m...
Starting [0;1;39mWeston, a Waylandositor, as a system service[0m...
[[0;1;31mFAILED[0m] Failed to start [0;1;39mSynchronize System and HW clocks[0m.
See 'systemctl status sync-clocks.service' for details.
[ 30.862931] audit: type=1334 audit(1651167768.496:6): prog-id=9 op=LOAD
[ 30.873843] audit: type=1334 audit(1651167768.504: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...
[[0;32m OK [0m] Found device [0;1;39mFLASH_DRIVE 1[0m.
Starting [0;1;39mFile System Check on /dev/sdb1[0m...
[ 32.599905] audit: type=1006 audit(1651167770.232:8): pid=582 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 32.615675] audit: type=1300 audit(1651167770.232:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffc8a1a0f8 a2=4 a3=ffffa550c020 items=0 ppid=1 pid=582 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)
[ 32.648808] audit: type=1327 audit(1651167770.232:8): proctitle="(systemd)"
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/sdb1[0m.
Mounting [0;1;39m/run/media/sdb1[0m...
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project j721s2-evm -
Arago 2023.04 j721s2-evm -
j721s2-evm login: [ 34.269902] audit: type=1006 audit(1651167771.904:9): pid=561 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[ 34.285593] audit: type=1300 audit(1651167771.904:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffc8a1a0f8 a2=4 a3=ffffa550c020 items=0 ppid=1 pid=561 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)
[ 34.318477] audit: type=1327 audit(1651167771.904:9): proctitle="(weston)"
root
[ 35.082492] PVR_K: 561: RGX Firmware image 'rgx.fw.36.53.104.796' loaded
[ 35.091553] audit: type=1006 audit(1651167772.728:10): pid=600 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 35.107733] audit: type=1300 audit(1651167772.728:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffc8a1a0f8 a2=1 a3=ffffa550c020 items=0 ppid=1 pid=600 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)
[ 35.192488] PVR_K: 561: Shader binary image 'rgx.sh.36.53.104.796' loaded
7[r[999;999H[6nroot@j721s2-evm:~# [ 57.848913] systemd-journald[155]: Oldest entry in /run/log/journal/9dc1977614b24aaf9f81bab58a32e402/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[ 57.871198] systemd-journald[155]: /run/log/journal/9dc1977614b24aaf9f81bab58a32e402/system.journal: Journal header limits reached or header out-of-date, rotating.
uname -a
Linux j721s2-evm 6.1.46-g37f154cc9c #1 SMP PREEMPT Thu Oct 26 19:24:34 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=10.24.51.160:/opt/NFS_exports/linux/am68_sk-fs-04/autofs/9f4ea228818d776413fb59498a628176,nolock,v3,tcp,rsize=4096,wsize=4096
root@j721s2-evm:~# uname -a
Linux j721s2-evm 6.1.46-g37f154cc9c #1 SMP PREEMPT Thu Oct 26 19:24:34 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 26884
-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 432248 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4105416 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.36.53.104.796
-rw-r--r-- 1 root root 383136 Mar 9 2018 rgx.sh.36.53.104.796
-rw-r--r-- 1 root root 28 Mar 9 2018 tee-header_v2.bin
-rw-r--r-- 1 root root 0 Mar 9 2018 tee-pageable_v2.bin
-rw-r--r-- 1 root root 432248 Mar 9 2018 tee-pager_v2.bin
-rw-r--r-- 1 root root 432276 Mar 9 2018 tee.bin
-rw-r--r-- 1 root root 4105416 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 22 0 176 6 0 0 0 0 0 16 6 0 0 0 0 0 0
31 1 mtdblock1 56 0 448 18 0 0 0 0 0 32 18 0 0 0 0 0 0
31 2 mtdblock2 58 0 464 16 0 0 0 0 0 24 16 0 0 0 0 0 0
31 3 mtdblock3 20 0 160 6 0 0 0 0 0 16 6 0 0 0 0 0 0
31 4 mtdblock4 20 0 160 6 0 0 0 0 0 12 6 0 0 0 0 0 0
31 5 mtdblock5 70 0 1344 67 0 0 0 0 0 60 67 0 0 0 0 0 0
31 6 mtdblock6 20 0 160 6 0 0 0 0 0 16 6 0 0 0 0 0 0
8 0 sda 261 39 18296 511 0 0 0 0 0 552 511 0 0 0 0 0 0
8 1 sda1 222 39 17088 304 0 0 0 0 0 340 304 0 0 0 0 0 0
8 16 sdb 299 30 16187 16678 1 0 1 2837 0 13724 19515 0 0 0 0 0 0
8 17 sdb1 257 30 14987 13851 1 0 1 2837 0 11140 16688 0 0 0 0 0 0
root@j721s2-evm:~# cat /proc/interrupts
CPU0 CPU1
11: 9143 9802 GICv3 30 Level arch_timer
14: 0 0 GICv3 23 Level arm-pmu
15: 1788 0 GICv3 69 Level 32c00000.mailbox thr_011
16: 4 0 GICv3 928 Level 42120000.i2c
17: 15744 0 GICv3 885 Level 40b10000.i2c
18: 42 0 GICv3 232 Level 2000000.i2c
19: 0 0 GICv3 236 Level 2040000.i2c
68: 101311 5259 MSI-INTA 17825888 Level 46000000.ethernet-tx0
70: 141766 0 MSI-INTA 17825890 Level 46000000.ethernet
88: 3059 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: 672 0 GICv3 280 Level 2880000.serial
217: 2 0 GICv3 872 Level 47040000.spi
218: 0 0 GICv3 890 Level 46000000.ethernet
219: 0 0 INTR 391 Level 310d0000.cpts
320: 0 0 GPIO 0 Edge -davinci_gpio HPD
475: 52 0 GICv3 36 Level mmc1
479: 0 0 GICv3 362 Edge j721e-pcie-link-down-irq
481: 77 0 GICv3 56 Level pvrsrvkm
483: 0 0 ITS-MSI 0 Edge PCIe PME, aerdrv
484: 0 0 GICv3 632 Level 4800000.dsi
487: 0 0 GICv3 214 Level vpu_irq
488: 0 0 GICv3 43 Level 4e10000.rng
489: 2808 0 GICv3 128 Level xhci-hcd:usb1
491: 0 0 GICv3 152 Level 6000000.usb
502: 925 0 GICv3 634 Level tidss
IPI0: 5297 10537 Rescheduling interrupts
IPI1: 39459 75431 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: 23 11 IRQ work interrupts
IPI6: 0 0 CPU wake-up interrupts
Err: 0
root@j721s2-evm:~# cat /proc/softirqs
CPU0 CPU1
HI: 7 2
TIMER: 2906 3947
NET_TX: 75 7
NET_RX: 241682 5361
BLOCK: 0 0
IRQ_POLL: 0 0
TASKLET: 9777 176
SCHED: 7555 7192
HRTIMER: 0 0
RCU: 11663 12146
root@j721s2-evm:~# ls -lR /run/media/mmcblk0p1
ls: cannot access '/run/media/mmcblk0p1': No such file or directory
root@j721s2-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $?
1
root@j721s2-evm:~# opkg list-installed | grep ti-test; echo $?
ti-test - 1.0-r0.121
ti-test-extras - 1.0-r0.121
0
root@j721s2-evm:~# lsmod
Module Size Used by
overlay 122880 0
cfg80211 385024 0
rfkill 24576 2 cfg80211
snd_usb_audio 303104 0
snd_hwdep 20480 1 snd_usb_audio
snd_usbmidi_lib 32768 1 snd_usb_audio
snd_rawmidi 36864 1 snd_usbmidi_lib
panel_edp 36864 0
cdns_csi2rx 20480 0
xhci_plat_hcd 16384 0
v4l2_fwnode 20480 1 cdns_csi2rx
cdns3 45056 0
omap_rng 16384 0
cdns_usb_common 20480 1 cdns3
crct10dif_ce 16384 1
ti_sn65dsi86 24576 0
drm_dp_aux_bus 16384 2 panel_edp,ti_sn65dsi86
tidss 61440 3
display_connector 16384 0
ti_tfp410 16384 0
wave5 94208 0
cdns_dsi 20480 0
drm_display_helper 151552 2 panel_edp,ti_sn65dsi86
phy_can_transceiver 16384 4
j721e_csi2rx 24576 0
drm_dma_helper 20480 1 tidss
drm_kms_helper 184320 9 drm_dma_helper,display_connector,drm_display_helper,ti_sn65dsi86,cdns_dsi,tidss,ti_tfp410
videobuf2_dma_contig 20480 2 j721e_csi2rx,wave5
v4l2_mem2mem 36864 1 wave5
videobuf2_memops 16384 1 videobuf2_dma_contig
videobuf2_v4l2 32768 3 j721e_csi2rx,v4l2_mem2mem,wave5
cfbfillrect 16384 1 drm_kms_helper
videobuf2_common 57344 6 j721e_csi2rx,videobuf2_dma_contig,videobuf2_v4l2,v4l2_mem2mem,wave5,videobuf2_memops
v4l2_async 24576 3 v4l2_fwnode,j721e_csi2rx,cdns_csi2rx
syscopyarea 16384 1 drm_kms_helper
cfbimgblt 16384 1 drm_kms_helper
sysfillrect 16384 1 drm_kms_helper
sysimgblt 16384 1 drm_kms_helper
videodev 245760 7 v4l2_async,j721e_csi2rx,videobuf2_v4l2,cdns_csi2rx,videobuf2_common,v4l2_mem2mem,wave5
ti_k3_r5_remoteproc 28672 0
ti_k3_dsp_remoteproc 16384 0
fb_sys_fops 16384 1 drm_kms_helper
virtio_rpmsg_bus 20480 0
cfbcopyarea 16384 1 drm_kms_helper
pvrsrvkm 1228800 17
at24 20480 0
mc 57344 8 v4l2_async,videodev,j721e_csi2rx,snd_usb_audio,videobuf2_v4l2,cdns_csi2rx,videobuf2_common,v4l2_mem2mem
rpmsg_ns 16384 1 virtio_rpmsg_bus
pci_j721e_host 16384 0
k3_j72xx_bandgap 16384 0
m_can_platform 16384 0
ti_k3_common 16384 1 ti_k3_dsp_remoteproc
pci_j721e 16384 1 pci_j721e_host
m_can 24576 1 m_can_platform
sa2ul 36864 0
cdns_dphy_rx 16384 0
cdns_dphy 16384 0
pcie_cadence_host 16384 1 pci_j721e_host
can_dev 36864 1 m_can
optee_rng 16384 0
cdns3_ti 16384 0
pcie_cadence 16384 2 pcie_cadence_host,pci_j721e_host
rng_core 20480 2 optee_rng,omap_rng
rti_wdt 16384 0
pwm_tiehrpwm 16384 0
cryptodev 53248 0
drm 561152 17 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:~# echo 'hello world'
hello world
root@j721s2-evm:~#
U-Boot SPL 2024.04-rc1-00001-geb9f427806 (Jan 30 2024 - 12:45:39 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
SPL initial stack usage: 13448 bytes
Trying to boot from UART
Cicate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Loaded 1005811 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: Fixing SA2UL firewall owner for GP device
I/TC: Enabled firewalls for SA2UL TRNG device
I/TC: SA2UL TRNG initialized
I/TC: SA2UL Drivers initialized
I/TC: Primary CPU switching to normal world boot
U-Boot SPL 2024.04-rc1-00001-geb9f427806 (Jan 30 2024 - 12:45:55 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
Trying to boot from UART
Cficate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Loaded 1333259 bytes
U-Boot 2024.04-rc1-00001-geb9f427806 (Jan 30 2024 - 12:45:55 +0530)
SoC: J721S2 SR1.0 GP
Model: Texas Instruments J721S2 EVM
Board: J721S2X-PM1-SOM rev E1
DRAM: 16 GiB
Core: 83 devices, 29 uclasses, devicetree: separate
Flash: 0 Bytes
MMC: mmc@4f80000: 0, mmc@4fb0000: 1
Loading Environment from nowhere... OK
In: serial@2880000
Out: serial@2880000
Err: serial@2880000
am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA02102 cpsw_ver: 0x6BA82102 ale_ver: 0x00293904 Ports:1 mdio_freq:1000000
Net: eth0: ethernet@46000000port@1
Hit any key to stop autoboot: 2 0
=>
=>
=>
=>
=>
=>
=>
=>
=>
=>
=>
=>
=> version
U-Boot 2024.04-rc1-00001-geb9f427806 (Jan 30 2024 - 12:45:55 +0530)
=> setenv bootargs 'console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled '
=> setenv bootcmd ''
=> setenv autoload 'no'
=> setenv serverip '192.168.0.1'
=> setenv _initramfs -
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02880000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=j721s2
board_name=j721s2
board_rev=E1
board_serial=0042
board_software_revision=01
boot=mmc
boot_a_script=load ${devtype} ${devnum}:${distro_bootpart} ${scriptaddr} ${prefix}${script}; source ${scriptaddr}
boot_efi_binary=load ${devtype} ${devnum}:${distro_bootpart} ${kernel_addr_r} efi/boot/bootaa64.efi; if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r};else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi
boot_efi_bootmgr=if fdt addr -q ${fdt_addr_r}; then bootefi bootmgr ${fdt_addr_r};else bootefi bootmgr;fi
boot_extlinux=sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} ${prefix}${boot_syslinux_conf}
boot_fdt=try
boot_fit=0
boot_net_usb_start=usb start
boot_prefixes=/ /boot/
boot_rprocs=if test ${dorprocboot} -eq 1 && test ${boot} = mmc; then rproc init; run boot_rprocs_mmc; fi;
boot_rprocs_mmc=env set rproc_id; env set rproc_fw; for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i; else env set rproc_fw $i; run rproc_load_and_boot_one; env set rproc_id; env set rproc_fw; fi; done
boot_script_dhcp=boot.scr.uimg
boot_scripts=boot.scr.uimg boot.scr
boot_syslinux_conf=extlinux/extlinux.conf
boot_targets=ti_mmc mmc0 mmc1 usb0 pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled
bootcmd=
bootcmd_dhcp=devtype=dhcp; run boot_net_usb_start; if dhcp ${scriptaddr} ${boot_script_dhcp}; then source ${scriptaddr}; fi;setenv efi_fdtfile ${fdtfile}; setenv efi_old_vci ${bootp_vci};setenv efi_old_arch ${bootp_arch};setenv bootp_vci PXEClient:Arch:00011:UNDI:003000;setenv bootp_arch 0xb;if dhcp ${kernel_addr_r}; then tftpboot ${fdt_addr_r} dtb/${efi_fdtfile};if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r}; else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi;fi;setenv bootp_vci ${efi_old_vci};setenv bootp_arch ${efi_old_arch};setenv efi_fdtfile;setenv efi_old_arch;setenv efi_old_vci;
bootcmd_mmc0=devnum=0; run mmc_boot
bootcmd_mmc1=devnum=1; run mmc_boot
bootcmd_pxe=run boot_net_usb_start; dhcp; if pxe get; then pxe boot; fi
bootcmd_ti_mmc=run findfdt; run init_${boot}; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1; then run main_cpsw0_qsgmii_phyinit; fi; run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootcmd_usb0=devnum=0; run usb_boot
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
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
do_main_cpsw0_qsgmii_phyinit=0
dorprocboot=0
dtboaddr=0x89000000
efi_dtb_prefixes=/ /dtb/ /dtb/current/
envboot=if mmc dev ${mmcdev}; then if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if test -n "${loadbootscript}" && run loadbootscript; then run bootscript; else if run loadbootenv; then echo Loaded env from ${bootenvfile}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi; fi; fi; fi;
ethaddr=f4:84:4c:fb:3a:7f
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde99c30
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#=0000000000000042
serverip=192.168.0.1
soc=k3
stderr=serial@2880000
stdin=serial@2880000
stdout=serial@2880000
ubifs_boot=if ubi part ${bootubipart} ${bootubioff} && ubifsmount ubi0:${bootubivol}; then devtype=ubi; devnum=ubi0; bootfstype=ubifs; distro_bootpart=${bootubivol}; run scan_dev_for_boot; ubifsumount; fi
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
usb_boot=usb start; if usb dev ${devnum}; then devtype=usb; run scan_dev_for_boot_part; fi
vendor=ti
Environment size: 10215/131067 bytes
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled
=> setenv bootargs ''${bootargs}' ip=:::::eth0:dhcp '
=> setenv serverip '192.168.0.1'
=> setenv autoload 'no'
=> dhcp
k3-navss-ringacc ringacc@2b800000: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:272
k3-navss-ringacc ringacc@2b800000: dma-ring-reset-quirk: disabled
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 1000, full duplex
BOOTP broadcast 1
BOOTP broadcast 2
BOOTP broadcast 3
DHCP client bound to address 192.168.0.165 (1269 ms)
=> setenv dorprocboot '1'
=> run boot_rprocs
Remote Processors are already initialized
Failed to load '/lib/firmware/j721s2-main-r5f0_0-fw'
Failed to load '/lib/firmware/j721s2-main-r5f0_1-fw'
Failed to load '/lib/firmware/j721s2-main-r5f1_0-fw'
Failed to load '/lib/firmware/j721s2-main-r5f1_1-fw'
Failed to load '/lib/firmware/j721s2-c71_0-fw'
Failed to load '/lib/firmware/j721s2-c71_1-fw'
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02880000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=j721s2
board_name=j721s2
board_rev=E1
board_serial=0042
board_software_revision=01
boot=mmc
boot_a_script=load ${devtype} ${devnum}:${distro_bootpart} ${scriptaddr} ${prefix}${script}; source ${scriptaddr}
boot_efi_binary=load ${devtype} ${devnum}:${distro_bootpart} ${kernel_addr_r} efi/boot/bootaa64.efi; if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r};else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi
boot_efi_bootmgr=if fdt addr -q ${fdt_addr_r}; then bootefi bootmgr ${fdt_addr_r};else bootefi bootmgr;fi
boot_extlinux=sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} ${prefix}${boot_syslinux_conf}
boot_fdt=try
boot_fit=0
boot_net_usb_start=usb start
boot_prefixes=/ /boot/
boot_rprocs=if test ${dorprocboot} -eq 1 && test ${boot} = mmc; then rproc init; run boot_rprocs_mmc; fi;
boot_rprocs_mmc=env set rproc_id; env set rproc_fw; for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i; else env set rproc_fw $i; run rproc_load_and_boot_one; env set rproc_id; env set rproc_fw; fi; done
boot_script_dhcp=boot.scr.uimg
boot_scripts=boot.scr.uimg boot.scr
boot_syslinux_conf=extlinux/extlinux.conf
boot_targets=ti_mmc mmc0 mmc1 usb0 pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
bootcmd=
bootcmd_dhcp=devtype=dhcp; run boot_net_usb_start; if dhcp ${scriptaddr} ${boot_script_dhcp}; then source ${scriptaddr}; fi;setenv efi_fdtfile ${fdtfile}; setenv efi_old_vci ${bootp_vci};setenv efi_old_arch ${bootp_arch};setenv bootp_vci PXEClient:Arch:00011:UNDI:003000;setenv bootp_arch 0xb;if dhcp ${kernel_addr_r}; then tftpboot ${fdt_addr_r} dtb/${efi_fdtfile};if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r}; else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi;fi;setenv bootp_vci ${efi_old_vci};setenv bootp_arch ${efi_old_arch};setenv efi_fdtfile;setenv efi_old_arch;setenv efi_old_vci;
bootcmd_mmc0=devnum=0; run mmc_boot
bootcmd_mmc1=devnum=1; run mmc_boot
bootcmd_pxe=run boot_net_usb_start; dhcp; if pxe get; then pxe boot; fi
bootcmd_ti_mmc=run findfdt; run init_${boot}; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1; then run main_cpsw0_qsgmii_phyinit; fi; run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootcmd_usb0=devnum=0; run usb_boot
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
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=192.0.2.2
do_main_cpsw0_qsgmii_phyinit=0
dorprocboot=1
dtboaddr=0x89000000
efi_dtb_prefixes=/ /dtb/ /dtb/current/
envboot=if mmc dev ${mmcdev}; then if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if test -n "${loadbootscript}" && run loadbootscript; then run bootscript; else if run loadbootenv; then echo Loaded env from ${bootenvfile}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi; fi; fi; fi;
ethact=ethernet@46000000port@1
ethaddr=f4:84:4c:fb:3a:7f
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde99c30
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=192.168.0.1
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/dtb/${name_fdt}
get_fdt_ufs=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_fit_overlaystring=for overlay in $name_overlays; do; setexpr name_fit_overlay gsub / _ conf-${overlay}; setenv overlaystring ${overlaystring}'#'${name_fit_overlay}; done;
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_ufs=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_ufs=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load scsi ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && fdt apply ${dtboaddr}; done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_mmc=run args_all args_mmc
init_ufs=ufs init; scsi scan; run args_ufs
ipaddr=192.168.0.165
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=255.255.255.0
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
rproc_fw_binaries= 2 /lib/firmware/j721s2-main-r5f0_0-fw 3 /lib/firmware/j721s2-main-r5f0_1-fw 4 /lib/firmware/j721s2-main-r5f1_0-fw 5 /lib/firmware/j721s2-main-r5f1_1-fw 6 /lib/firmware/j721s2-c71_0-fw 7 /lib/firmware/j721s2-c71_1-fw
rproc_load_and_boot_one=if load mmc ${bootpart} $loadaddr ${rproc_fw}; then if rproc load ${rproc_id} ${loadaddr} ${filesize}; then rproc start ${rproc_id}; fi; fi
run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
scan_dev_for_boot=echo Scanning ${devtype} ${devnum}:${distro_bootpart}...; for prefix in ${boot_prefixes}; do run scan_dev_for_extlinux; run scan_dev_for_scripts; done;run scan_dev_for_efi;
scan_dev_for_boot_part=part list ${devtype} ${devnum} -bootable devplist; env exists devplist || setenv devplist 1; for distro_bootpart in ${devplist}; do if fstype ${devtype} ${devnum}:${distro_bootpart} bootfstype; then part uuid ${devtype} ${devnum}:${distro_bootpart} distro_bootpart_uuid ; run scan_dev_for_boot; fi; done; setenv devplist
scan_dev_for_efi=setenv efi_fdtfile ${fdtfile}; for prefix in ${efi_dtb_prefixes}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${efi_fdtfile}; then run load_efi_dtb; fi;done;run boot_efi_bootmgr;if test -e ${devtype} ${devnum}:${distro_bootpart} efi/boot/bootaa64.efi; then echo Found EFI removable media binary efi/boot/bootaa64.efi; run boot_efi_binary; echo EFI LOAD FAILED: continuing...; fi; setenv efi_fdtfile
scan_dev_for_extlinux=if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${boot_syslinux_conf}; then echo Found ${prefix}${boot_syslinux_conf}; run boot_extlinux; echo EXTLINUX FAILED: continuing...; fi
scan_dev_for_scripts=for script in ${boot_scripts}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${script}; then echo Found U-Boot script ${prefix}${script}; run boot_a_script; echo SCRIPT FAILED: continuing...; fi; done
scriptaddr=0x80000000
scsi_boot=run scsi_init; if scsi dev ${devnum}; then devtype=scsi; run scan_dev_for_boot_part; fi
scsi_init=if ${scsi_need_init}; then scsi_need_init=false; scsi scan; fi
scsirootfstype=ext4 rootwait
serial#=0000000000000042
serverip=192.168.0.1
soc=k3
stderr=serial@2880000
stdin=serial@2880000
stdout=serial@2880000
ubifs_boot=if ubi part ${bootubipart} ${bootubioff} && ubifsmount ubi0:${bootubivol}; then devtype=ubi; devnum=ubi0; bootfstype=ubifs; distro_bootpart=${bootubivol}; run scan_dev_for_boot; ubifsumount; fi
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
usb_boot=usb start; if usb dev ${devnum}; then devtype=usb; run scan_dev_for_boot_part; fi
vendor=ti
Environment size: 10346/131067 bytes
=> tftp ${loadaddr} 192.168.0.1:vatf_j721s2-evm-ep/df68e2792a1efccf8508fb7015d17166
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 1000, full duplex
Using ethernet@46000000port@1 device
TFTP from server 192.168.0.1; our IP address is 192.168.0.165
Filename 'vatf_j721s2-evm-ep/df68e2792a1efccf8508fb7015d17166'.
Load address: 0x82000000
Loading: *################################################## 20.6 MiB
11.1 MiB/s
done
Bytes transferred = 21582336 (1495200 hex)
=> tftp ${fdt_addr_r} 192.168.0.1:vatf_j721s2-evm-ep/18a0cd20b52f225b7adbf515da178d45
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 1000, full duplex
Using ethernet@46000000port@1 device
TFTP from server 192.168.0.1; our IP address is 192.168.0.165
Filename 'vatf_j721s2-evm-ep/18a0cd20b52f225b7adbf515da178d45'.
Load address: 0x88000000
Loading: *################################################## 92.8 KiB
6.5 MiB/s
done
Bytes transferred = 94993 (17311 hex)
=> fdt address ${fdt_addr_r}
Working FDT set to 88000000
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
=> setenv bootargs ''${bootargs}' root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j721s2-evm2/autofs/9f4ea228818d776413fb59498a628176,nolock,v3,tcp,rsize=4096,wsize=4096 '
=> printenv bootcmd
bootcmd=
=> setenv bootcmd ''${bootcmd}' if iminfo ${loadaddr}; then bootm ${loadaddr} ${_initramfs} ${fdt_addr_r}; else booti ${loadaddr} ${_initramfs} ${fdt_addr_r}; fi'
=> version
U-Boot 2024.04-rc1-00001-geb9f427806 (Jan 30 2024 - 12:45:55 +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 = f4:84:4c:fb:3a:7f
IP addr = 192.168.0.165
fdt_blob = 0x00000000fde99c30
new_fdt = 0x00000000fde99c30
fdt_size = 0x000000000001a180
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] [0xfce8a000-0xfffffffe], 0x03175fff 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 = 0x00000000fde99c20
sp start = 0x00000000fde99c20
Early malloc usage: 2848 / 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 = f4:84:4c:fb:3a:7f
IP addr = 192.168.0.165
fdt_blob = 0x00000000fde99c30
new_fdt = 0x00000000fde99c30
fdt_size = 0x000000000001a180
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] [0xfce8a000-0xfffffffe], 0x03175fff 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 = 0x00000000fde99c20
sp start = 0x00000000fde99c20
Early malloc usage: 2848 / 8000
=> ls mmc 0:1
0 file(s), 0 dir(s)
=> ls mmc 1:1
EFI/
20238848 Image
482497 tiboot3.bin
482497 tiboot3-j721s2-gp-evm.bin
485086 tiboot3-j721s2-hs-fs-evm.bin
1049391 tispl.bin
1329691 u-boot.img
574 uEnv.txt
4 ws-calibrate.rules
8 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
478552 bl32.bin
4295688 bl32.elf
<DIR> 4096 cadence
<DIR> 4096 cnm
<DIR> 4096 intel
918268 iwlwifi-3160-17.ucode
2448976 iwlwifi-8000C-34.ucode
2428004 iwlwifi-8000C-36.ucode
2440780 iwlwifi-8265-34.ucode
2436632 iwlwifi-8265-36.ucode
2678092 iwlwifi-9260-th-b0-jf-b0-34.ucode
2521412 iwlwifi-9260-th-b0-jf-b0-38.ucode
1489652 iwlwifi-9260-th-b0-jf-b0-46.ucode
<SYM> 73 j721s2-c71_0-fw-sec
<SYM> 73 j721s2-c71_1-fw-sec
<SYM> 75 j721s2-main-r5f0_0-fw-sec
<SYM> 75 j721s2-main-r5f0_1-fw-sec
<SYM> 75 j721s2-main-r5f1_0-fw-sec
<SYM> 75 j721s2-main-r5f1_1-fw-sec
<SYM> 75 j721s2-mcu-r5f0_1-fw-sec
4728 regulatory.db
1182 regulatory.db.p7s
151552 rgx.fw.36.53.104.796
383136 rgx.sh.36.53.104.796
28 tee-header_v2.bin
0 tee-pageable_v2.bin
478552 tee-pager_v2.bin
478552 tee-raw.bin
478580 tee.bin
4295688 tee.elf
<DIR> 4096 ti-connectivity
<DIR> 4096 ti-ipc
<SYM> 39 wave521c_codec_fw.bin
=> mmc rescan; echo $?
0
=> fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4
4 bytes written in 51 ms (0 Bytes/s)
=> boot
## Checking Image at 82000000 ...
Unknown image format!
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Working FDT set to 88000000
Loading Device Tree to 000000008ffe5000, end 000000008ffff310 ... OK
Working FDT set to 8ffe5000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.1.46-g37f154cc9c (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Thu Oct 26 19:24:34 UTC 2023
[ 0.000000] Machine model: Texas Instruments J721S2 EVM
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002880000 (options '')
[ 0.000000] printk: bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000bc7e00000, size 896 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c71-dma-memory@a6000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c71-memory@a6100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c71-dma-memory@a7000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c71-memory@a7100000, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-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-0x00000000a9bfffff]
[ 0.000000] node 0: [mem 0x00000000a9c00000-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 s38376 r8192 d31256 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=192.168.0.1:/opt/NFS_exports/linux/j721s2-evm2/autofs/9f4ea228818d776413fb59498a628176,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: 15267572K/16777208K available (13056K kernel code, 1300K rwdata, 4440K rodata, 2176K init, 503K bss, 592132K 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.010501] Console: colour dummy device 80x25
[ 0.016210] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.029551] pid_max: default: 32768 minimum: 301
[ 0.035479] LSM: Security Framework initializing
[ 0.041485] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.051208] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.062553] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.071812] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.079642] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.088875] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.096765] rcu: Hierarchical SRCU implementation.
[ 0.102890] rcu: Max phase no-delay instances is 1000.
[ 0.109790] Platform MSI: msi-controller@1820000 domain created
[ 0.117567] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.129675] EFI services will not be available.
[ 0.135617] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.151975] Detected PIPT I-cache on CPU1
[ 0.152060] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.152079] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
[ 0.152121] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.152191] smp: Brought up 1 node, 2 CPUs
[ 0.188875] SMP: Total of 2 processors activated.
[ 0.194881] CPU features: detected: 32-bit EL0 Support
[ 0.201449] CPU features: detected: CRC32 instructions
[ 0.208056] CPU: All CPU(s) started at EL2
[ 0.213283] alternatives: applying system-wide alternatives
[ 0.221601] devtmpfs: initialized
[ 0.234647] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.247127] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.270656] pinctrl core: initialized pinctrl subsystem
[ 0.277780] DMI not present or invalid.
[ 0.283123] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.291754] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[ 0.301341] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.311762] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.322061] audit: initializing netlink subsys (disabled)
[ 0.329118] audit: type=2000 audit(0.196:1): state=initialized audit_enabled=0 res=1
[ 0.329396] thermal_sys: Registered thermal governor 'step_wise'
[ 0.339022] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.346719] cpuidle: using governor menu
[ 0.360157] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.368861] ASID allocator initialised with 65536 entries
[ 0.386882] platform a000000.dp-bridge: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
[ 0.398102] platform 4800000.dsi: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
[ 0.408451] platform 4800000.dsi: Fixed dependency cycle(s) with /bus@100000/i2c@2040000/dsi-edp-bridge@2c
[ 0.423387] platform a000000.dp-bridge: Fixed dependency cycle(s) with /dp0-connector
[ 0.433687] KASLR disabled due to lack of seed
[ 0.443249] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.451928] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.459931] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.468598] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.476600] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.485267] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.493269] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.501939] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.511292] k3-chipinfo 43000014.chipid: Family:J721S2 rev:SR1.0 JTAGID[0x0bb7502f] Detected
[ 0.523250] iommu: Default domain type: Translated
[ 0.529482] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.537655] SCSI subsystem initialized
[ 0.542685] usbcore: registered new interface driver usbfs
[ 0.549716] usbcore: registered new interface driver hub
[ 0.556518] usbcore: registered new device driver usb
[ 0.563351] pps_core: LinuxPPS API ver. 1 registered
[ 0.569693] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.581369] PTP clock support registered
[ 0.586474] EDAC MC: Ver: 3.0.0
[ 0.591285] FPGA manager framework
[ 0.595691] Advanced Linux Sound Architecture Driver Initialized.
[ 0.604029] clocksource: Switched to clocksource arch_sys_counter
[ 0.611987] VFS: Disk quotas dquot_6.6.0
[ 0.617027] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.629689] NET: Registered PF_INET protocol family
[ 0.636415] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.652539] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.663688] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.673614] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.684468] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.695205] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.703832] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.712731] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.722313] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.729962] RPC: Registered named UNIX socket transport module.
[ 0.737544] RPC: Registered udp transport module.
[ 0.743550] RPC: Registered tcp transport module.
[ 0.749553] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.757780] NET: Registered PF_XDP protocol family
[ 0.763907] PCI: CLS 0 bytes, default 64
[ 0.769400] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.780946] Initialise system trusted keyrings
[ 0.786813] workingset: timestamp_bits=46 max_order=22 bucket_order=0
[ 0.798271] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.806182] NFS: Registering the id_resolver key type
[ 0.812671] Key type id_resolver registered
[ 0.818012] Key type id_legacy registered
[ 0.823170] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.831732] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.841324] 9p: Installing v9fs 9p2000 file system support
[ 0.873003] Key type asymmetric registered
[ 0.878235] Asymmetric key parser 'x509' registered
[ 0.884502] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.894064] io scheduler mq-deadline registered
[ 0.899856] io scheduler kyber registered
[ 0.907566] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
[ 0.915208] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
[ 0.922741] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
[ 0.930304] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
[ 0.937615] pinctrl-single 11c000.pinctrl: 72 pins, size 288
[ 0.945414] pinctrl-single a40000.pinctrl: 512 pins, size 2048
[ 0.958802] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.971928] loop: module loaded
[ 0.976985] megasas: 07.719.03.00-rc1
[ 0.984593] tun: Universal TUN/TAP device driver, 1.6
[ 0.991553] thunder_xcv, ver 1.0
[ 0.995706] thunder_bgx, ver 1.0
[ 0.999848] nicpf, ver 1.0
[ 1.003633] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 1.012866] hns3: Copyright (c) 2017 Huawei Corporation.
[ 1.019685] hclge is initializing
[ 1.023926] e1000: Intel(R) PRO/1000 Network Driver
[ 1.030152] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 1.037507] e1000e: Intel(R) PRO/1000 Network Driver
[ 1.043843] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.051417] igb: Intel(R) Gigabit Ethernet Network Driver
[ 1.058309] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 1.065458] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 1.073469] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 1.081152] sky2: driver version 1.30
[ 1.086405] VFIO - User Level meta-driver version: 0.3
[ 1.093564] usbcore: registered new interface driver usb-storage
[ 1.101852] i2c_dev: i2c /dev entries driver
[ 1.108596] sdhci: Secure Digital Host Controller Interface driver
[ 1.116510] sdhci: Copyright(c) Pierre Ossman
[ 1.122504] Synopsys Designware Multimedia Card Interface Driver
[ 1.130539] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.138452] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.146271] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.154726] usbcore: registered new interface driver usbhid
[ 1.161846] usbhid: USB HID core driver
[ 1.167761] 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.173472] optee: revision 4.0 (2a5b1d12)
[ 1.194012] optee: dynamic shared memory is enabled
[ 1.205751] optee: initialized driver
[ 1.212075] Initializing XFRM netlink socket
[ 1.217561] NET: Registered PF_PACKET protocol family
[ 1.224114] 9pnet: Installing 9P2000 support
[ 1.229618] Key type dns_resolver registered
[ 1.235356] registered taskstats version 1
[ 1.240615] Loading compiled-in X.509 certificates
[ 1.254681] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
[ 1.297994] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.306149] pca953x 1-0021: supply vcc not found, using dummy regulator
[ 1.314710] pca953x 1-0021: using no AI
[ 1.340570] pca953x 1-0020: supply vcc not found, using dummy regulator
[ 1.349079] pca953x 1-0020: using no AI
[ 1.354810] pca953x 1-0022: supply vcc not found, using dummy regulator
[ 1.363319] pca953x 1-0022: using AI
[ 1.368715] omap_i2c 2000000.i2c: bus 1 rev0.12 at 400 kHz
[ 1.376748] pca953x 2-0020: supply vcc not found, using dummy regulator
[ 1.385295] pca953x 2-0020: using no AI
[ 1.412449] omap_i2c 2040000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.420376] pca953x 3-0020: supply vcc not found, using dummy regulator
[ 1.428931] pca953x 3-0020: using no AI
[ 1.456428] omap_i2c 2050000.i2c: bus 3 rev0.12 at 400 kHz
[ 1.463676] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 125 domain created
[ 1.474356] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 148 domain created
[ 1.486027] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 227 domain created
[ 1.496850] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 265 created
[ 1.509953] ti-udma 311a0000.dma-controller: Number of rings: 48
[ 1.518422] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8, rchan: 16)
[ 1.530018] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:272
[ 1.542377] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.550826] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.561938] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:259
[ 1.574647] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.583104] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.593158] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 216, base_baud = 6000000) is a 8250
[ 1.605103] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 217, base_baud = 3000000) is a 8250
[ 1.616172] printk: console [ttyS2] enabled
[ 1.616172] printk: console [ttyS2] enabled
[ 1.626726] printk: bootconsole [ns16550a0] disabled
[ 1.626726] printk: bootconsole [ns16550a0] disabled
[ 1.641546] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.688040] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.698785] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.709132] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.725213] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.734225] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.741994] pps pps0: new PPS source ptp0
[ 1.747206] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
[ 1.760366] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:250000000, add_val:3 pps:0
[ 1.771676] gpio-mux mux-controller0: 2-way mux-controller registered
[ 1.771681] mmc0: CQHCI version 5.10
[ 1.784752] gpio-mux mux-controller1: 2-way mux-controller registered
[ 1.808053] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 1.906669] mmc0: Command Queue Engine enabled
[ 1.912247] mmc0: new HS400 MMC card at address 0001
[ 1.919043] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 1.926198] mmcblk0: p1 p2 p3
[ 1.930670] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[ 1.937923] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[ 1.945050] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
[ 2.072104] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
[ 2.080494] tps6594-rtc tps6594-rtc.4.auto: setting system clock to 2024-01-30T07:24:25 UTC (1706599465)
[ 2.572263] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fca100
[ 2.580774] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fca100
[ 2.589256] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fca100
[ 2.597727] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fca100
[ 2.607727] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[ 2.620331] ti-udma 31150000.dma-controller: Channels: 60 (tchan: 30, rchan: 30, gp-rflow: 16)
[ 2.635703] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[ 2.641990] 7 fixed-partitions partitions found on MTD device 47040000.spi.0
[ 2.650789] Creating 7 MTD partitions on "47040000.spi.0":
[ 2.657628] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[ 2.665260] 0x000000080000-0x000000280000 : "ospi.tispl"
[ 2.672512] 0x000000280000-0x000000680000 : "ospi.u-boot"
[ 2.679833] 0x000000680000-0x0000006c0000 : "ospi.env"
[ 2.686822] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
[ 2.694532] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 2.701820] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[ 2.716405] spi-nor spi1.0: mt25qu512a (65536 Kbytes)
[ 2.722785] 7 fixed-partitions partitions found on MTD device 47050000.spi.0
[ 2.731582] Creating 7 MTD partitions on "47050000.spi.0":
[ 2.738423] 0x000000000000-0x000000080000 : "qspi.tiboot3"
[ 2.745967] 0x000000080000-0x000000280000 : "qspi.tispl"
[ 2.753203] 0x000000280000-0x000000680000 : "qspi.u-boot"
[ 2.760505] 0x000000680000-0x0000006c0000 : "qspi.env"
[ 2.767504] 0x0000006c0000-0x000000700000 : "qspi.env.backup"
[ 2.775225] 0x000000800000-0x000003fc0000 : "qspi.rootfs"
[ 2.782565] 0x000003fc0000-0x000004000000 : "qspi.phypattern"
[ 2.791160] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 2.836053] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 2.846829] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 2.857177] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 2.873287] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 2.882300] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 2.890015] pps pps0: new PPS source ptp1
[ 2.895208] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
[ 2.907531] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 2.917479] debugfs: Directory 'pd:39' with parent 'pm_genpd' already present!
[ 2.917877] mmc1: CQHCI version 5.10
[ 2.926626] debugfs: Directory 'pd:38' with parent 'pm_genpd' already present!
[ 2.941358] debugfs: Directory 'pd:154' with parent 'pm_genpd' already present!
[ 2.972060] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 2.992159] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 3.004026] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 3.038528] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
[ 3.047412] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
[ 3.058220] mmcblk1: p1 p2 p3
[ 8.133258] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 8.164031] Sending DHCP requests ., OK
[ 8.184840] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.165
[ 8.194503] IP-Config: Complete:
[ 8.198525] device=eth0, hwaddr=f4:84:4c:fb:3a:7f, ipaddr=192.168.0.165, mask=255.255.255.0, gw=192.168.0.1
[ 8.211216] host=192.168.0.165, domain=ti.com, nis-domain=(none)
[ 8.219245] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 8.219249] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 8.241667] ALSA device list:
[ 8.245378] No soundcards found.
[ 8.306554] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 8.314243] devtmpfs: mounted
[ 8.318965] Freeing unused kernel memory: 2176K
[ 8.332134] Run /sbin/init as init process
[ 8.492067] random: crng init done
[ 8.589725] NET: Registered PF_INET6 protocol family
[ 8.597743] Segment Routing with IPv6
[ 8.602378] In-situ OAM (IOAM) with IPv6
[ 8.634185] 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.673547] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.04[0m!
[ 8.745525] systemd[1]: Hostname set to <j721s2-evm>.
[ 8.755679] systemd[1]: Initializing machine ID from random generator.
[ 8.887694] systemd-sysv-generator[149]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 8.920915] systemd-sysv-generator[149]: 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.951336] systemd-sysv-generator[149]: 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.987564] systemd[140]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 9.227119] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 9.299204] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 9.387015] systemd[1]: Queued start job for default target Graphical Interface.
[ 9.434667] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 9.462036] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 9.489919] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 9.517500] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 9.540335] 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.568226] 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.596319] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 9.620124] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 9.644102] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 9.668117] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 9.724931] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 9.752230] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 9.784126] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 9.808386] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 9.833178] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 9.857060] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 9.880545] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 9.905179] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 9.934055] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 9.956449] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 9.980901] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 10.024473] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 10.051999] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 10.079795] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 10.104493] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 10.125600] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 10.160851] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 10.191705] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 10.211671] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 10.259001] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 10.306597] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 10.334339] fuse: init (API version 7.37)
[ 10.338986] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 10.358598] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 10.396923] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 10.419706] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 10.448441] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 10.476316] cryptodev: loading out-of-tree module taints kernel.
[ 10.487397] cryptodev: driver 1.12 loaded.
[ 10.496894] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 10.540941] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 10.566198] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 10.585663] 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.989166] systemd-journald[164]: Received client request to flush runtime journal.
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;39mCreate Static Device Nodes in /dev[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Local File Systems[0m.
Mounting [0;1;39m/media/ram[0m...
Mounting [0;1;39m/var/volatile[0m...
[ 11.271589] audit: type=1334 audit(1706599474.684:2): prog-id=5 op=LOAD
[ 11.280389] audit: type=1334 audit(1706599474.696: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;39mRebuild Dynamic Linker Cache[0m...
Starting [0;1;39mCreate Volatile Files and Directories[0m...
[[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m.
Starting [0;1;39mRebuild Journal Catalog[0m...
Starting [0;1;39mNetwork Time Synchronization[0m...
Starting [0;1;39mRecord System Boot/Shutdown in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord System Boot/Shutdown in UTMP[0m.
[[0;32m OK [0m] Finished [0;1;39mRebuild Journal Catalog[0m.
[[0;32m OK [0m] 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.
[ 13.092919] CAN device driver interface
[ 13.234192] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[ 13.287941] mc: Linux media interface: v0.10
[ 13.331207] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000
[ 13.344692] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000
[ 13.422746] j721e-pcie-host 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 13.467191] videodev: Linux video capture interface: v2.00
[ 13.493557] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a6000000
[ 13.528696] k3-dsp-rproc 64800000.dsp: configured DSP for remoteproc mode
[ 13.552317] remoteproc remoteproc0: 64800000.dsp is available
[ 13.566550] k3-dsp-rproc 65800000.dsp: assigned reserved memory node c71-dma-memory@a7000000
[ 13.578107] PVR_K: 208: Device: 4e20000000.gpu
[ 13.580904] k3-dsp-rproc 65800000.dsp: configured DSP for remoteproc mode
[ 13.592809] remoteproc remoteproc1: 65800000.dsp is available
[ 13.634283] PVR_K: 208: Read BVNC 36.53.104.796 from HW device registers
[[0;32m OK [0m] Finished [0;1;39mRebuild Dynamic Linker Cache[0m.
[ 13.703385] PVR_K: 208: RGX Device registered BVNC 36.53.104.796 with 1 core in the system
Starting [0;1;39mRun pending postinsts[0m...
Starting [0;1;39mUpdate is Completed[0m...
[ 13.842271] cdns-mhdp8546 a000000.dp-bridge: invalid resource
[ 13.898112] [drm] Initialized pvr 23.1.6404501 20170530 for 4e20000000.gpu on minor 0
[ 13.950239] remoteproc remoteproc0: powering up 64800000.dsp
[ 13.958106] remoteproc remoteproc0: Booting fw image j721s2-c71_0-fw, size 10488888
[ 13.992276] remoteproc remoteproc0: unsupported resource 65538
[ 14.000237] remoteproc remoteproc1: powering up 65800000.dsp
[ 14.012306] remoteproc remoteproc1: Booting fw image j721s2-c71_1-fw, size 10488888
[ 14.023645] k3-dsp-rproc 64800000.dsp: booting DSP core using boot addr = 0xa6e00000
[ 14.034112] remoteproc remoteproc1: unsupported resource 65538
[ 14.042392] k3-dsp-rproc 65800000.dsp: booting DSP core using boot addr = 0xa7e00000
[ 14.052500] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
[ 14.064512] rproc-virtio rproc-virtio.16.auto: assigned reserved memory node c71-dma-memory@a6000000
[ 14.076341] rproc-virtio rproc-virtio.17.auto: assigned reserved memory node c71-dma-memory@a7000000
[ 14.092319] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 14.101760] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 14.109211] rproc-virtio rproc-virtio.16.auto: registered virtio1 (type 7)
[ 14.118357] rproc-virtio rproc-virtio.17.auto: registered virtio0 (type 7)
[ 14.127587] remoteproc remoteproc0: remote processor 64800000.dsp is now up
[ 14.137428] remoteproc remoteproc1: remote processor 65800000.dsp is now up
[ 14.151280] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
[[0;32m OK [0m] Finished [0;1;39mUpdate is Completed[0m.
[ 14.161232] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
[ 14.177507] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
[ 14.187858] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
[ 14.472370] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0000:00
[ 14.485266] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 14.618309] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x18001000-0x18010fff])
[ 14.864716] pci_bus 0000:00: root bus resource [mem 0x18011000-0x1fffffff]
[ 15.104174] pci 0000:00:00.0: [104c:b013] type 01 class 0x060400
[ 15.257318] pci 0000:00:00.0: supports D1
[ 15.402043] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 15.449408] pci 0000:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
[ 15.711738] pci 0000:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
[ 15.739419] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 15.781158] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 15.961885] pci 0000:00:00.0: BAR 7: assigned [mem 0x18400000-0x193fffff 64bit]
[ 16.192330] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[[0m[0;31m* [0m] A start job is running for Run pending postinsts (6s / no limit)
[ 16.233226] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 16.373080] platform 41000000.r5f: configured R5F for IPC-only mode
[ 16.378675] pcieport 0000:00:00.0: PME: Signaling with IRQ 756
[ 16.504126] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
M
[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (7s / no limit)
[ 16.620126] remoteproc remoteproc2: 41000000.r5f is available
[ 16.680979] pcieport 0000:00:00.0: AER: enabled with IRQ 756
[ 16.714258] remoteproc remoteproc2: attaching to 41000000.r5f
[ 16.788312] m_can_platform 26a1000.can: m_can device registered (irq=757, version=32)
[ 16.812597] m_can_platform 40528000.can: m_can device registered (irq=758, version=32)
[ 16.829905] m_can_platform 40568000.can: m_can device registered (irq=759, version=32)
[ 16.833922] platform 41000000.r5f: R5F core initialized in IPC-only mode
[ 16.847803] m_can_platform 2731000.can: m_can device registered (irq=760, version=32)
[ 16.872924] m_can_platform 2751000.can: m_can device registered (irq=761, version=32)
[ 16.892222] rproc-virtio rproc-virtio.18.auto: assigned reserved memory node r5f-dma-memory@a0000000
[ 16.913654] virtio_rpmsg_bus virtio2: rpmsg host is online
[ 16.920808] rproc-virtio rproc-virtio.18.auto: registered virtio2 (type 7)
[ 16.929816] remoteproc remoteproc2: remote processor 41000000.r5f is now attached
[ 16.939432] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xd
[ 16.952849] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe
M
[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (7s / no limit)
[ 17.001603] platform 5c00000.r5f: configured R5F for remoteproc mode
[ 17.068161] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
[ 17.096135] remoteproc remoteproc3: 5c00000.r5f is available
[ 17.108752] remoteproc remoteproc3: powering up 5c00000.r5f
[ 17.115943] remoteproc remoteproc3: Booting fw image j721s2-main-r5f0_0-fw, size 67324
[ 17.137016] platform 5d00000.r5f: configured R5F for remoteproc mode
[ 17.147022] rproc-virtio rproc-virtio.19.auto: assigned reserved memory node r5f-dma-memory@a2000000
[ 17.164522] virtio_rpmsg_bus virtio3: rpmsg host is online
[ 17.173222] rproc-virtio rproc-virtio.19.auto: registered virtio3 (type 7)
[ 17.184884] remoteproc remoteproc3: remote processor 5c00000.r5f is now up
[ 17.216760] platform 5d00000.r5f: assigned reserved memory node r5f-dma-memory@a3000000
[ 17.229662] remoteproc remoteproc4: 5d00000.r5f is available
[ 17.246955] remoteproc remoteproc4: powering up 5d00000.r5f
[ 17.254178] remoteproc remoteproc4: Booting fw image j721s2-main-r5f0_1-fw, size 67324
M
[K[[0;32m OK [0m] Finished [0;1;39mRun pending postinst[ 17.275061] rproc-virtio rproc-virtio.20.auto: assigned reserved memory node r5f-dma-memory@a3000000
s[0m.
[K[ 17.290064] platform 5e00000.r5f: configured R5F for remoteproc mode
[ 17.299004] virtio_rpmsg_bus virtio4: rpmsg host is online
[ 17.306176] rproc-virtio rproc-virtio.20.auto: registered virtio4 (type 7)
[ 17.317679] remoteproc remoteproc4: remote processor 5d00000.r5f is now up
[[0;32m OK [0m] Reached target [0;1;39mSystem Initializatio[ 17.332659] platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000
n[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 [ 17.381411] remoteproc remoteproc5: 5e00000.r5f is available
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...
[ 17.472009] platform 5f00000.r5f: configured R5F for remoteproc mode
[ 17.487508] platform 5f00000.r5f: assigned reserved memory node r5f-dma-memory@a5000000
[ 17.497667] remoteproc remoteproc5: powering up 5e00000.r5f
[ 17.506902] remoteproc remoteproc5: Booting fw image j721s2-main-r5f1_0-fw, size 67324
[ 17.520644] rproc-virtio rproc-virtio.21.auto: assigned reserved memory node r5f-dma-memory@a4000000
[[0;32m OK [0m] Listening on [0;1;39mdropbear.socket[0m.
[ 17.544144] virtio_rpmsg_bus virtio5: rpmsg host is online
[[0;32m OK [0m] Listening on [0;1;39mPC/SC Smart Card Daemon Activation Socket[0m.
[ 17.567373] rproc-virtio rproc-virtio.21.auto: registered virtio5 (type 7)
Starting [0;1;39mWeston socket[0m...
[ 17.591725] remoteproc remoteproc5: remote processor 5e00000.r5f is now up
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 [ 17.648880] remoteproc remoteproc6: 5f00000.r5f is available
API[0m.
[[0;32m OK [0m] Listening on [0;1;39mWeston socket[0m.
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m.
[ 17.715168] remoteproc remoteproc6: powering up 5f00000.r5f
[ 17.723455] remoteproc remoteproc6: Booting fw image j721s2-main-r5f1_1-fw, size 67324
[ 17.737585] rproc-virtio rproc-virtio.22.auto: assigned reserved memory node r5f-dma-memory@a5000000
[ 17.750798] virtio_rpmsg_bus virtio6: rpmsg host is online
[ 17.758094] rproc-virtio rproc-virtio.22.auto: registered virtio6 (type 7)
[ 17.767100] remoteproc remoteproc6: remote processor 5f00000.r5f is now up
[[0;32m OK [0m] Finished [0;1;39mReboot and dump vmcore via kexec[0m.
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m.
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.
[[0;32m OK [0m] Started [0;1;39mJob spooling tools[0m.
[[0;32m OK [0m] Started [0;1;39mPeriodic Command Scheduler[0m.
Starting [0;1;39mPrint notice about GPLv3 packages[0m...
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.
[ 18.066325] audit: type=1334 audit(1706599481.480:4): prog-id=7 op=LOAD
[ 18.080137] audit: type=1334 audit(1706599481.492: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] 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;39mLighttpd Daemon[0m.
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[ 18.987768] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 19.068367] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
Starting [0;1;39mNetwork Name Resolution[0m...
[ 19.434857] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
[[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.
[ 19.865396] cdns-csi2rx: probe of 4504000.csi-bridge failed with error -22
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...
[ 19.950498] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 1
[[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] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m.
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m.
[[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m.
[ 20.271984] cdns-csi2rx: probe of 4514000.csi-bridge failed with error -22
Starting [0;1;39mSynchronize System and HW clocks[0m...
Starting [0;1;39mWeston, a Waylandositor, as a system service[0m...
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
[[0;32m OK [0m] Finished [0;1;39mSynchronize System and HW clocks[0m.
[ 20.662902] audit: type=1334 audit(1706599484.076:6): prog-id=9 op=LOAD
Starting [0;1;39mUser Database Manager[0m...
[ 20.678292] audit: type=1334 audit(1706599484.088:7): prog-id=10 op=LOAD
[ 21.073884] xhci-hcd xhci-hcd.23.auto: xHCI Host Controller
[ 21.082048] xhci-hcd xhci-hcd.23.auto: new USB bus registered, assigned bus number 1
[ 21.180305] xhci-hcd xhci-hcd.23.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010
[[0;32m OK [0m] Started [0;1;39mUser Database Manager[0m.[ 21.197317] xhci-hcd xhci-hcd.23.auto: irq 763, io mem 0x06010000
[[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...
[ 21.650827] xhci-hcd xhci-hcd.23.auto: xHCI Host Controller
[ 21.674846] audit: type=1006 audit(1706599485.088:8): pid=771 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 21.701231] audit: type=1300 audit(1706599485.088:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffed4ff5b8 a2=4 a3=ffffa865e020 items=0 ppid=1 pid=771 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)
[ 21.708528] xhci-hcd xhci-hcd.23.auto: new USB bus registered, assigned bus number 2
[ 21.766969] audit: type=1327 audit(1706599485.088:8): proctitle="(systemd)"
[ 21.767436] Console: switching to colour frame buffer device 240x67
[ 21.814788] tidss 4a00000.dss: [drm] fb0: tidssdrmfb frame buffer device
[ 21.827213] xhci-hcd xhci-hcd.23.auto: Host supports USB 3.0 SuperSpeed
[ 21.839918] hub 1-0:1.0: USB hub found
[ 21.863990] hub 1-0:1.0: 1 port detected
[ 21.876188] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 21.913812] hub 2-0:1.0: USB hub found
[ 22.130279] hub 2-0:1.0: 1 port detected
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
[ 22.196092] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[ 22.431361] hub 1-1:1.0: USB hub found
[ 22.436772] hub 1-1:1.0: 4 ports detected
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtime[0m.
[ 22.812076] usb 1-1.1: new low-speed USB device number 3 using xhci-hcd
[[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.
[ 23.006018] input: Dell Dell USB Keyboard as /devices/platform/bus@100000/4104000.cdns-usb/6000000.usb/xhci-hcd.23.auto/usb1/1-1/1-1.1/1-1.1:1.0/0003:413C:2003.0001/input/input0
[ 23.024249] audit: type=1006 audit(1706599486.420:9): pid=732 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[ 23.041883] audit: type=1300 audit(1706599486.420:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffed4ff5b8 a2=4 a3=ffffa865e020 items=0 ppid=1 pid=732 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)
[ 23.077680] audit: type=1327 audit(1706599486.420:9): proctitle="(weston)"
[ 23.086767] hid-generic 0003:413C:2003.0001: input: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-xhci-hcd.23.auto-1.1/input0
[ 23.200096] usb 1-1.2: new high-speed USB device number 4 using xhci-hcd
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p1[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk0p1[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p1[0m.
[ 23.448646] usb 1-1.3: new high-speed USB device number 5 using xhci-hcd
Mounting [0;1;39m/run/media/mmcblk0p1[0m...
[ 23.531058] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 23.538019] PVR_K: 732: RGX Firmware image 'rgx.fw.36.53.104.796' loaded
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p2[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk0p2[[ 23.584141] PVR_K: 732: Shader binary image 'rgx.sh.36.53.104.796' loaded
0m...
[ 23.601934] hub 1-1.3:1.0: USB hub found
[ 23.607834] hub 1-1.3:1.0: 4 ports detected
[[0;32m OK [0m] Mounted [0;1;39m/run/media/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.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p2[0m.
[ 23.732131] usb 1-1.4: new high-speed USB device number 6 using xhci-hcd
Mounting [0;1;39m/run/media/mmcblk0p2[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk0p3[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p2[[ 23.817529] FAT-fs (mmcblk0p2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
0m...
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p2[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p3[0m.
[ 23.871444] hub 1-1.4:1.0: USB hub found
[ 23.878384] hub 1-1.4:1.0: 4 ports detected
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p2[0m.
Mounting [0;1;39m/run/media/mmcblk0p3[0m...
Mounting [0;1;39m/run/media/root-mmcblk1p2[0m...
[ 23.964223] usb 1-1.3.1: new full-speed USB device number 7 using xhci-hcd
[ 24.004699] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Quota mode: none.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p3[0m.
[ 24.077508] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/root-mmcblk1p2[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p1[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk1p1[0m...
[ 24.208127] usb 1-1.3.2: new high-speed USB device number 8 using xhci-hcd
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p3[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p1[0m.
Mounting [0;1;39m/run/media/boot-mmcblk1p1[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p3[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p3[0m.
[ 24.328767] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/boot-mmcblk1p1[0m.
Mounting [0;1;39m/run/media/mmcblk1p3[0m...
[ 24.439463] EXT2-fs (mmcblk1p3): warning: mounting unchecked fs, running e2fsck is recommended
[ 24.452065] usb 1-1.4.2: new high-speed USB device number 9 using xhci-hcd
[ 24.460746] ext2 filesystem being mounted at /run/media/mmcblk1p3 supports timestamps until 2038 (0x7fffffff)
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk1p3[0m.
[ 24.589569] usb-storage 1-1.4.2:1.0: USB Mass Storage device detected
[ 24.599188] scsi host0: usb-storage 1-1.4.2:1.0
[ 24.669402] asix 1-1.2:1.0 (unnamed net_device) (uninitialized): PHY [usb-001:004:10] driver [Asix Electronics AX88772A] (irq=POLL)
[ 24.686888] Asix Electronics AX88772A usb-001:004:10: attached PHY driver (mii_bus:phy_addr=usb-001:004:10, irq=POLL)
[ 24.702940] asix 1-1.2:1.0 eth1: register 'asix' at usb-xhci-hcd.23.auto-1.2, ASIX AX88772 USB 2.0 Ethernet, 8c:ae:4c:db:c5:85
[ 24.717690] usbcore: registered new interface driver asix
[ 24.728107] usb 1-1.3.3: new low-speed USB device number 10 using xhci-hcd
[ 24.743799] systemd-journald[164]: Time jumped backwards, rotating.
[ 24.915602] input: Logitech USB Optical Mouse as /devices/platform/bus@100000/4104000.cdns-usb/6000000.usb/xhci-hcd.23.auto/usb1/1-1/1-1.3/1-1.3.3/1-1.3.3:1.0/0003:046D:C077.0002/input/input1
[ 24.937097] hid-generic 0003:046D:C077.0002: input: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-xhci-hcd.23.auto-1.3.3/input0
[ 25.016109] usb 1-1.4.3: new full-speed USB device number 11 using xhci-hcd
[ 25.019685] usb 1-1.3.2: Found UVC 1.00 device <unnamed> (046d:080f)
[ 25.084296] input: UVC Camera (046d:080f) as /devices/platform/bus@100000/4104000.cdns-usb/6000000.usb/xhci-hcd.23.auto/usb1/1-1/1-1.3/1-1.3.2/1-1.3.2:1.0/input/input2
[ 25.106810] usbcore: registered new interface driver uvcvideo
[ 25.160940] input: Logitech Logitech USB Headset as /devices/platform/bus@100000/4104000.cdns-usb/6000000.usb/xhci-hcd.23.auto/usb1/1-1/1-1.4/1-1.4.3/1-1.4.3:1.3/0003:046D:0A44.0003/input/input3
[ 25.240276] hid-generic 0003:046D:0A44.0003: input: USB HID v1.00 Device [Logitech Logitech USB Headset] on usb-xhci-hcd.23.auto-1.4.3/input3
[ 25.520086] usbcore: registered new interface driver snd-usb-audio
[ 25.638770] scsi 0:0:0:0: Direct-Access Patriot Memory PMAP PQ: 0 ANSI: 4
[ 25.650936] sd 0:0:0:0: [sda] 7587264 512-byte logical blocks: (3.88 GB/3.62 GiB)
[ 25.663654] sd 0:0:0:0: [sda] Write Protect is off
[ 25.671946] sd 0:0:0:0: [sda] No Caching mode page found
[ 25.679084] sd 0:0:0:0: [sda] Assuming drive cache: write through
[ 25.695184] sda: sda1
[ 25.698954] sd 0:0:0:0: [sda] Attached SCSI removable disk
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project j721s2-evm -
Arago 2023.04 j721s2-evm -
j721s2-evm login: root
[ 26.707455] audit: type=1006 audit(1706599485.039:10): pid=1046 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 26.724019] audit: type=1300 audit(1706599485.039:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffed4ff5b8 a2=1 a3=ffffa865e020 items=0 ppid=1 pid=1046 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)
[ 26.759294] audit: type=1327 audit(1706599485.039:10): proctitle="(systemd)"
[ 26.797168] audit: type=1334 audit(1706599485.131:11): prog-id=11 op=LOAD
[ 26.805802] audit: type=1300 audit(1706599485.131:11): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffd3256cf0 a2=78 a3=0 items=0 ppid=1 pid=1046 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)
[ 26.838102] audit: type=1327 audit(1706599485.131:11): proctitle="(systemd)"
[ 26.847248] audit: type=1334 audit(1706599485.131:12): prog-id=11 op=UNLOAD
[ 26.856182] audit: type=1334 audit(1706599485.131:13): prog-id=12 op=LOAD
[ 26.864947] audit: type=1300 audit(1706599485.131:13): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffd3256d90 a2=78 a3=0 items=0 ppid=1 pid=1046 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)
[ 27.343716] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
7[r[999;999H[6nroot@j721s2-evm:~# uname -a
Linux j721s2-evm 6.1.46-g37f154cc9c #1 SMP PREEMPT Thu Oct 26 19:24:34 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=192.168.0.1:/opt/NFS_exports/linux/j721s2-evm2/autofs/9f4ea228818d776413fb59498a628176,nolock,v3,tcp,rsize=4096,wsize=4096
root@j721s2-evm:~# uname -a
Linux j721s2-evm 6.1.46-g37f154cc9c #1 SMP PREEMPT Thu Oct 26 19:24:34 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"
mtd7: 00080000 00001000 "qspi.tiboot3"
mtd8: 00200000 00001000 "qspi.tispl"
mtd9: 00400000 00001000 "qspi.u-boot"
mtd10: 00040000 00001000 "qspi.env"
mtd11: 00040000 00001000 "qspi.env.backup"
mtd12: 037c0000 00001000 "qspi.rootfs"
mtd13: 00040000 00001000 "qspi.phypattern"
root@j721s2-evm:~# grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/
/pnp /etc/resolv.conf && systemctl restart systemd-resolved
root@j721s2-evm:~# ls -l /lib/firmware; ls -lR /lib/firmware/ipc
total 26884
-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 432248 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4105416 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.36.53.104.796
-rw-r--r-- 1 root root 383136 Mar 9 2018 rgx.sh.36.53.104.796
-rw-r--r-- 1 root root 28 Mar 9 2018 tee-header_v2.bin
-rw-r--r-- 1 root root 0 Mar 9 2018 tee-pageable_v2.bin
-rw-r--r-- 1 root root 432248 Mar 9 2018 tee-pager_v2.bin
-rw-r--r-- 1 root root 432276 Mar 9 2018 tee.bin
-rw-r--r-- 1 root root 4105416 Mar 9 2018 tee.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 ti-connectivity
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-ipc
lrwxrwxrwx 1 root root 39 Mar 9 2018 wave521c_codec_fw.bin -> /lib/firmware/cnm/wave521c_codec_fw.bin
ls: cannot access '/lib/firmware/ipc': No such file or directory
root@j721s2-evm:~# cat /proc/diskstats
7 0 loop0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 1 loop1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 2 loop2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 3 loop3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 4 loop4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 5 loop5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 6 loop6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 7 loop7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
179 0 mmcblk0 840 1 55563 539 1 0 8 0 0 1016 540 0 0 0 0 0 0
179 1 mmcblk0p1 274 0 18805 156 0 0 0 0 0 400 156 0 0 0 0 0 0
179 2 mmcblk0p2 291 0 18812 163 0 0 0 0 0 336 163 0 0 0 0 0 0
179 3 mmcblk0p3 238 1 16754 189 1 0 8 0 0 376 190 0 0 0 0 0 0
179 32 mmcblk0boot0 238 0 4704 85 0 0 0 0 0 204 85 0 0 0 0 0 0
179 64 mmcblk0boot1 206 1 4032 95 0 0 0 0 0 224 95 0 0 0 0 0 0
31 0 mtdblock0 77 0 616 24 0 0 0 0 0 68 24 0 0 0 0 0 0
31 1 mtdblock1 196 0 1568 84 0 0 0 0 0 180 84 0 0 0 0 0 0
31 2 mtdblock2 174 0 1392 151 0 0 0 0 0 276 151 0 0 0 0 0 0
31 3 mtdblock3 70 0 560 34 0 0 0 0 0 116 34 0 0 0 0 0 0
31 4 mtdblock4 60 0 480 23 0 0 0 0 0 64 23 0 0 0 0 0 0
31 5 mtdblock5 104 0 832 58 0 0 0 0 0 156 58 0 0 0 0 0 0
31 6 mtdblock6 70 0 560 26 0 0 0 0 0 68 26 0 0 0 0 0 0
31 7 mtdblock7 77 0 616 57 0 0 0 0 0 112 57 0 0 0 0 0 0
31 8 mtdblock8 196 0 1568 136 0 0 0 0 0 288 136 0 0 0 0 0 0
31 9 mtdblock9 174 0 1392 121 0 0 0 0 0 212 121 0 0 0 0 0 0
31 10 mtdblock10 70 0 560 47 0 0 0 0 0 96 47 0 0 0 0 0 0
31 11 mtdblock11 60 0 480 40 0 0 0 0 0 96 40 0 0 0 0 0 0
31 12 mtdblock12 210 0 4032 426 0 0 0 0 0 384 426 0 0 0 0 0 0
31 13 mtdblock13 70 0 560 56 0 0 0 0 0 116 56 0 0 0 0 0 0
179 96 mmcblk1 922 34 64321 1468 2 0 16 16 0 1780 1485 0 0 0 0 0 0
179 97 mmcblk1p1 323 0 20833 507 0 0 0 0 0 644 507 0 0 0 0 0 0
179 98 mmcblk1p2 278 34 21470 446 1 0 8 5 0 640 452 0 0 0 0 0 0
179 99 mmcblk1p3 284 0 20826 467 1 0 8 10 0 652 477 0 0 0 0 0 0
8 0 sda 320 6 15939 1278 0 0 0 0 0 896 1278 0 0 0 0 0 0
8 1 sda1 278 6 14739 1190 0 0 0 0 0 816 1190 0 0 0 0 0 0
root@j721s2-evm:~# cat /proc/interrupts
CPU0 CPU1
11: 6576 6709 GICv3 30 Level arch_timer
14: 0 0 GICv3 23 Level arm-pmu
15: 2165 0 GICv3 69 Level 32c00000.mailbox thr_011
16: 10156 0 GICv3 928 Level 42120000.i2c
17: 103 0 GICv3 232 Level 2000000.i2c
18: 184237 0 GICv3 236 Level 2040000.i2c
19: 6 0 GICv3 237 Level 2050000.i2c
68: 79960 343 MSI-INTA 17825888 Level 46000000.ethernet-tx0
70: 96953 0 MSI-INTA 17825890 Level 46000000.ethernet
88: 6163 0 MSI-INTA 16974702 Level 31150000.dma-controller chan0
89: 9211 0 MSI-INTA 16974703 Level 31150000.dma-controller chan1
90: 0 0 MSI-INTA 16974704 Level 31150000.dma-controller chan2
91: 0 0 MSI-INTA 16974705 Level 31150000.dma-controller chan3
92: 0 0 MSI-INTA 16974706 Level 31150000.dma-controller chan4
93: 0 0 MSI-INTA 16974707 Level 31150000.dma-controller chan5
94: 0 0 MSI-INTA 16974708 Level 31150000.dma-controller chan6
217: 722 0 GICv3 280 Level 2880000.serial
218: 2 0 GICv3 872 Level 47040000.spi
219: 0 0 GICv3 873 Level 47050000.spi
220: 0 0 GICv3 890 Level 46000000.ethernet
221: 0 0 INTR 391 Level 310d0000.cpts
222: 1864 0 GICv3 35 Level mmc0
268: 0 0 GPIO 39 Edge -davinci_gpio tps6594-0-0x48, tps6594-0-0x4c, tps6594-2-0x58
389: 0 0 tps6594-0-0x48 0 Edge buck1_ov
390: 0 0 tps6594-0-0x48 1 Edge buck1_uv
391: 0 0 tps6594-0-0x48 2 Edge buck1_sc
392: 0 0 tps6594-0-0x48 3 Edge buck1_ilim
393: 0 0 tps6594-0-0x48 4 Edge buck2_ov
394: 0 0 tps6594-0-0x48 5 Edge buck2_uv
395: 0 0 tps6594-0-0x48 6 Edge buck2_sc
396: 0 0 tps6594-0-0x48 7 Edge buck2_ilim
397: 0 0 tps6594-0-0x48 8 Edge buck3_ov
398: 0 0 tps6594-0-0x48 9 Edge buck3_uv
399: 0 0 tps6594-0-0x48 10 Edge buck3_sc
400: 0 0 tps6594-0-0x48 11 Edge buck3_ilim
401: 0 0 tps6594-0-0x48 12 Edge buck4_ov
402: 0 0 tps6594-0-0x48 13 Edge buck4_uv
403: 0 0 tps6594-0-0x48 14 Edge buck4_sc
404: 0 0 tps6594-0-0x48 15 Edge buck4_ilim
405: 0 0 tps6594-0-0x48 16 Edge buck5_ov
406: 0 0 tps6594-0-0x48 17 Edge buck5_uv
407: 0 0 tps6594-0-0x48 18 Edge buck5_sc
408: 0 0 tps6594-0-0x48 19 Edge buck5_ilim
409: 0 0 tps6594-0-0x48 20 Edge ldo1_ov
410: 0 0 tps6594-0-0x48 21 Edge ldo1_uv
411: 0 0 tps6594-0-0x48 22 Edge ldo1_sc
412: 0 0 tps6594-0-0x48 23 Edge ldo1_ilim
413: 0 0 tps6594-0-0x48 24 Edge ldo2_ov
414: 0 0 tps6594-0-0x48 25 Edge ldo2_uv
415: 0 0 tps6594-0-0x48 26 Edge ldo2_sc
416: 0 0 tps6594-0-0x48 27 Edge ldo2_ilim
417: 0 0 tps6594-0-0x48 28 Edge ldo3_ov
418: 0 0 tps6594-0-0x48 29 Edge ldo3_uv
419: 0 0 tps6594-0-0x48 30 Edge ldo3_sc
420: 0 0 tps6594-0-0x48 31 Edge ldo3_ilim
421: 0 0 tps6594-0-0x48 32 Edge ldo4_ov
422: 0 0 tps6594-0-0x48 33 Edge ldo4_uv
423: 0 0 tps6594-0-0x48 34 Edge ldo4_sc
424: 0 0 tps6594-0-0x48 35 Edge ldo4_ilim
425: 0 0 tps6594-0-0x48 36 Edge vcca_ov
426: 0 0 tps6594-0-0x48 37 Edge vcca_uv
444: 0 0 tps6594-0-0x48 55 Edge npwron_start
445: 0 0 tps6594-0-0x48 56 Edge enable
446: 0 0 tps6594-0-0x48 57 Edge fsd
447: 0 0 tps6594-0-0x48 58 Edge soft_reboot
448: 0 0 tps6594-0-0x48 59 Edge bist_pass
449: 0 0 tps6594-0-0x48 60 Edge ext_clk
450: 0 0 tps6594-0-0x48 61 Edge twarn
451: 0 0 tps6594-0-0x48 62 Edge tsd_ord
452: 0 0 tps6594-0-0x48 63 Edge bist_fail
453: 0 0 tps6594-0-0x48 64 Edge reg_crc_err
454: 0 0 tps6594-0-0x48 65 Edge recov_cnt
455: 0 0 tps6594-0-0x48 66 Edge spmi_err
456: 0 0 tps6594-0-0x48 67 Edge npwron_long
457: 0 0 tps6594-0-0x48 68 Edge nint_readback
458: 0 0 tps6594-0-0x48 69 Edge nrstout_readback
459: 0 0 tps6594-0-0x48 70 Edge tsd_imm
460: 0 0 tps6594-0-0x48 71 Edge vcca_ovp
461: 0 0 tps6594-0-0x48 72 Edge pfsm_err
462: 0 0 tps6594-0-0x48 73 Edge imm_shutdown
463: 0 0 tps6594-0-0x48 74 Edge ord_shutdown
464: 0 0 tps6594-0-0x48 75 Edge mcu_pwr_err
465: 0 0 tps6594-0-0x48 76 Edge soc_pwr_err
466: 0 0 tps6594-0-0x48 77 Edge comm_frm_err
467: 0 0 tps6594-0-0x48 78 Edge comm_crc_err
468: 0 0 tps6594-0-0x48 79 Edge comm_adr_err
469: 0 0 tps6594-0-0x48 82 Edge en_drv_readback
470: 0 0 tps6594-0-0x48 83 Edge nrstout_soc_readback
471: 0 0 tps6594-0-0x48 84 Edge esm_soc_pin
472: 0 0 tps6594-0-0x48 85 Edge esm_soc_fail
473: 0 0 tps6594-0-0x48 86 Edge esm_soc_rst
475: 0 0 tps6594-0-0x48 88 Edge alarm
477: 0 0 tps6594-0-0x4c 0 Edge buck1_ov
478: 0 0 tps6594-0-0x4c 1 Edge buck1_uv
479: 0 0 tps6594-0-0x4c 2 Edge buck1_sc
480: 0 0 tps6594-0-0x4c 3 Edge buck1_ilim
481: 0 0 tps6594-0-0x4c 4 Edge buck2_ov
482: 0 0 tps6594-0-0x4c 5 Edge buck2_uv
483: 0 0 tps6594-0-0x4c 6 Edge buck2_sc
484: 0 0 tps6594-0-0x4c 7 Edge buck2_ilim
485: 0 0 tps6594-0-0x4c 8 Edge buck3_ov
486: 0 0 tps6594-0-0x4c 9 Edge buck3_uv
487: 0 0 tps6594-0-0x4c 10 Edge buck3_sc
488: 0 0 tps6594-0-0x4c 11 Edge buck3_ilim
489: 0 0 tps6594-0-0x4c 12 Edge buck4_ov
490: 0 0 tps6594-0-0x4c 13 Edge buck4_uv
491: 0 0 tps6594-0-0x4c 14 Edge buck4_sc
492: 0 0 tps6594-0-0x4c 15 Edge buck4_ilim
493: 0 0 tps6594-0-0x4c 16 Edge buck5_ov
494: 0 0 tps6594-0-0x4c 17 Edge buck5_uv
495: 0 0 tps6594-0-0x4c 18 Edge buck5_sc
496: 0 0 tps6594-0-0x4c 19 Edge buck5_ilim
497: 0 0 tps6594-0-0x4c 20 Edge ldo1_ov
498: 0 0 tps6594-0-0x4c 21 Edge ldo1_uv
499: 0 0 tps6594-0-0x4c 22 Edge ldo1_sc
500: 0 0 tps6594-0-0x4c 23 Edge ldo1_ilim
501: 0 0 tps6594-0-0x4c 24 Edge ldo2_ov
502: 0 0 tps6594-0-0x4c 25 Edge ldo2_uv
503: 0 0 tps6594-0-0x4c 26 Edge ldo2_sc
504: 0 0 tps6594-0-0x4c 27 Edge ldo2_ilim
505: 0 0 tps6594-0-0x4c 28 Edge ldo3_ov
506: 0 0 tps6594-0-0x4c 29 Edge ldo3_uv
507: 0 0 tps6594-0-0x4c 30 Edge ldo3_sc
508: 0 0 tps6594-0-0x4c 31 Edge ldo3_ilim
509: 0 0 tps6594-0-0x4c 32 Edge ldo4_ov
510: 0 0 tps6594-0-0x4c 33 Edge ldo4_uv
511: 0 0 tps6594-0-0x4c 34 Edge ldo4_sc
512: 0 0 tps6594-0-0x4c 35 Edge ldo4_ilim
513: 0 0 tps6594-0-0x4c 36 Edge vcca_ov
514: 0 0 tps6594-0-0x4c 37 Edge vcca_uv
532: 0 0 tps6594-0-0x4c 55 Edge npwron_start
533: 0 0 tps6594-0-0x4c 56 Edge enable
534: 0 0 tps6594-0-0x4c 57 Edge fsd
535: 0 0 tps6594-0-0x4c 58 Edge soft_reboot
536: 0 0 tps6594-0-0x4c 59 Edge bist_pass
537: 0 0 tps6594-0-0x4c 60 Edge ext_clk
538: 0 0 tps6594-0-0x4c 61 Edge twarn
539: 0 0 tps6594-0-0x4c 62 Edge tsd_ord
540: 0 0 tps6594-0-0x4c 63 Edge bist_fail
541: 0 0 tps6594-0-0x4c 64 Edge reg_crc_err
542: 0 0 tps6594-0-0x4c 65 Edge recov_cnt
543: 0 0 tps6594-0-0x4c 66 Edge spmi_err
544: 0 0 tps6594-0-0x4c 67 Edge npwron_long
545: 0 0 tps6594-0-0x4c 68 Edge nint_readback
546: 0 0 tps6594-0-0x4c 69 Edge nrstout_readback
547: 0 0 tps6594-0-0x4c 70 Edge tsd_imm
548: 0 0 tps6594-0-0x4c 71 Edge vcca_ovp
549: 0 0 tps6594-0-0x4c 72 Edge pfsm_err
550: 0 0 tps6594-0-0x4c 73 Edge imm_shutdown
551: 0 0 tps6594-0-0x4c 74 Edge ord_shutdown
552: 0 0 tps6594-0-0x4c 75 Edge mcu_pwr_err
553: 0 0 tps6594-0-0x4c 76 Edge soc_pwr_err
554: 0 0 tps6594-0-0x4c 77 Edge comm_frm_err
555: 0 0 tps6594-0-0x4c 78 Edge comm_crc_err
556: 0 0 tps6594-0-0x4c 79 Edge comm_adr_err
557: 0 0 tps6594-0-0x4c 82 Edge en_drv_readback
558: 0 0 tps6594-0-0x4c 83 Edge nrstout_soc_readback
559: 0 0 tps6594-0-0x4c 84 Edge esm_soc_pin
560: 0 0 tps6594-0-0x4c 85 Edge esm_soc_fail
561: 0 0 tps6594-0-0x4c 86 Edge esm_soc_rst
565: 0 0 tps6594-2-0x58 0 Edge buck1_ov
566: 0 0 tps6594-2-0x58 1 Edge buck1_uv
567: 0 0 tps6594-2-0x58 2 Edge buck1_sc
568: 0 0 tps6594-2-0x58 3 Edge buck1_ilim
569: 0 0 tps6594-2-0x58 4 Edge buck2_ov
570: 0 0 tps6594-2-0x58 5 Edge buck2_uv
571: 0 0 tps6594-2-0x58 6 Edge buck2_sc
572: 0 0 tps6594-2-0x58 7 Edge buck2_ilim
573: 0 0 tps6594-2-0x58 8 Edge buck3_ov
574: 0 0 tps6594-2-0x58 9 Edge buck3_uv
575: 0 0 tps6594-2-0x58 10 Edge buck3_sc
576: 0 0 tps6594-2-0x58 11 Edge buck3_ilim
577: 0 0 tps6594-2-0x58 12 Edge buck4_ov
578: 0 0 tps6594-2-0x58 13 Edge buck4_uv
579: 0 0 tps6594-2-0x58 14 Edge buck4_sc
580: 0 0 tps6594-2-0x58 15 Edge buck4_ilim
601: 0 0 tps6594-2-0x58 36 Edge vcca_ov
602: 0 0 tps6594-2-0x58 37 Edge vcca_uv
603: 0 0 tps6594-2-0x58 38 Edge vmon1_ov
604: 0 0 tps6594-2-0x58 39 Edge vmon1_uv
605: 0 0 tps6594-2-0x58 40 Edge vmon1_rv
606: 0 0 tps6594-2-0x58 41 Edge vmon2_ov
607: 0 0 tps6594-2-0x58 42 Edge vmon2_uv
608: 0 0 tps6594-2-0x58 43 Edge vmon2_rv
620: 0 0 tps6594-2-0x58 55 Edge npwron_start
621: 0 0 tps6594-2-0x58 56 Edge enable
622: 0 0 tps6594-2-0x58 57 Edge fsd
623: 0 0 tps6594-2-0x58 58 Edge soft_reboot
624: 0 0 tps6594-2-0x58 59 Edge bist_pass
625: 0 0 tps6594-2-0x58 60 Edge ext_clk
626: 0 0 tps6594-2-0x58 61 Edge twarn
627: 0 0 tps6594-2-0x58 62 Edge tsd_ord
628: 0 0 tps6594-2-0x58 63 Edge bist_fail
629: 0 0 tps6594-2-0x58 64 Edge reg_crc_err
630: 0 0 tps6594-2-0x58 65 Edge recov_cnt
631: 0 0 tps6594-2-0x58 66 Edge spmi_err
632: 0 0 tps6594-2-0x58 67 Edge npwron_long
633: 0 0 tps6594-2-0x58 68 Edge nint_readback
634: 0 0 tps6594-2-0x58 69 Edge nrstout_readback
635: 0 0 tps6594-2-0x58 70 Edge tsd_imm
636: 0 0 tps6594-2-0x58 71 Edge vcca_ovp
637: 0 0 tps6594-2-0x58 72 Edge pfsm_err
638: 0 0 tps6594-2-0x58 73 Edge imm_shutdown
639: 0 0 tps6594-2-0x58 74 Edge ord_shutdown
640: 0 0 tps6594-2-0x58 75 Edge mcu_pwr_err
641: 0 0 tps6594-2-0x58 76 Edge soc_pwr_err
642: 0 0 tps6594-2-0x58 77 Edge comm_frm_err
643: 0 0 tps6594-2-0x58 78 Edge comm_crc_err
644: 0 0 tps6594-2-0x58 79 Edge comm_adr_err
645: 0 0 tps6594-2-0x58 82 Edge en_drv_readback
646: 0 0 tps6594-2-0x58 83 Edge nrstout_soc_readback
647: 0 0 tps6594-2-0x58 84 Edge esm_soc_pin
648: 0 0 tps6594-2-0x58 85 Edge esm_soc_fail
649: 0 0 tps6594-2-0x58 86 Edge esm_soc_rst
650: 3 0 INTR 436 Level mbox-mcu-r5fss0-core0
651: 4 0 INTR 432 Level mbox-main-r5fss0-core0, mbox-main-r5fss0-core1
652: 4 0 INTR 428 Level mbox-main-r5fss1-core0, mbox-main-r5fss1-core1
653: 6 0 INTR 420 Level mbox-c71-0, mbox-c71-1
714: 0 0 MSI-INTA 17236998 Edge 31150000.dma-controller chan5
715: 0 0 MSI-INTA 17236999 Edge 31150000.dma-controller chan6
744: 1942 0 GICv3 36 Level mmc1
748: 0 0 GICv3 892 Level TI-am335x-adc.14.auto
749: 0 0 GICv3 893 Level TI-am335x-adc.15.auto
750: 0 0 GICv3 362 Edge j721e-pcie-link-down-irq
752: 0 0 GICv3 632 Level 4800000.dsi
753: 100 0 GICv3 56 Level pvrsrvkm
754: 0 0 GICv3 646 Level mhdp8546
756: 0 0 ITS-MSI 0 Edge PCIe PME, aerdrv
762: 0 0 GICv3 43 Level 4e10000.rng
763: 2073 0 GICv3 128 Level xhci-hcd:usb1
765: 0 0 GICv3 214 Level vpu_irq
766: 1 0 GICv3 152 Level 6000000.usb
787: 805 0 GICv3 634 Level tidss
IPI0: 3741 31743 Rescheduling interrupts
IPI1: 3759 17778 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 19 IRQ work interrupts
IPI6: 0 0 CPU wake-up interrupts
Err: 0
root@j721s2-evm:~# cat /proc/softirqs
CPU0 CPU1
HI: 3 4
TIMER: 1958 3025
NET_TX: 71 4
NET_RX: 148207 382
BLOCK: 1276 0
IRQ_POLL: 0 0
TASKLET: 22738 22
SCHED: 3084 2653
HRTIMER: 0 0
RCU: 11790 16769
root@j721s2-evm:~# ls -lR /run/media/mmcblk0p1
/run/media/mmcblk0p1:
total 0
root@j721s2-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $?
1
root@j721s2-evm:~# [ 56.844414] systemd-journald[164]: Time jumped backwards, rotating.
opkg list-installed | grep ti-test; echo $?
ti-test - 1.0-r0.121
ti-test-extras - 1.0-r0.121
0
root@j721s2-evm:~# lsmod
Module Size Used by
snd_usb_audio 303104 0
snd_hwdep 20480 1 snd_usb_audio
snd_usbmidi_lib 32768 1 snd_usb_audio
snd_rawmidi 36864 1 snd_usbmidi_lib
uvcvideo 110592 0
videobuf2_vmalloc 16384 1 uvcvideo
ax88796b 16384 1
asix 40960 0
usbnet 36864 1 asix
xhci_plat_hcd 16384 0
overlay 122880 0
panel_edp 36864 0
rpmsg_ctrl 16384 0
rpmsg_char 16384 1 rpmsg_ctrl
cdns_csi2rx 20480 0
v4l2_fwnode 20480 1 cdns_csi2rx
cdns3 45056 0
ti_am335x_adc 20480 0
kfifo_buf 16384 1 ti_am335x_adc
cdns_usb_common 20480 1 cdns3
omap_rng 16384 0
cfg80211 385024 0
rfkill 24576 2 cfg80211
crct10dif_ce 16384 1
display_connector 16384 0
phy_can_transceiver 16384 5
ti_k3_r5_remoteproc 28672 0
wave5 94208 0
j721e_csi2rx 24576 0
videobuf2_dma_contig 20480 2 j721e_csi2rx,wave5
v4l2_mem2mem 36864 1 wave5
videobuf2_memops 16384 2 videobuf2_vmalloc,videobuf2_dma_contig
ti_sn65dsi86 24576 0
cdns_mhdp8546 40960 0
videobuf2_v4l2 32768 4 j721e_csi2rx,uvcvideo,v4l2_mem2mem,wave5
drm_dp_aux_bus 16384 2 panel_edp,ti_sn65dsi86
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
tidss 61440 3
drm_display_helper 151552 3 panel_edp,cdns_mhdp8546,ti_sn65dsi86
cdns_dsi 20480 0
drm_dma_helper 20480 1 tidss
k3_j72xx_bandgap 16384 0
ti_k3_dsp_remoteproc 16384 0
virtio_rpmsg_bus 20480 0
videodev 245760 8 v4l2_async,j721e_csi2rx,videobuf2_v4l2,uvcvideo,cdns_csi2rx,videobuf2_common,v4l2_mem2mem,wave5
ti_am335x_tscadc 16384 1 ti_am335x_adc
rpmsg_ns 16384 1 virtio_rpmsg_bus
pvrsrvkm 1228800 17
ti_k3_common 16384 1 ti_k3_dsp_remoteproc
drm_kms_helper 184320 9 drm_dma_helper,display_connector,cdns_mhdp8546,drm_display_helper,ti_sn65dsi86,cdns_dsi,tidss
sa2ul 36864 0
mc 57344 9 v4l2_async,videodev,j721e_csi2rx,snd_usb_audio,videobuf2_v4l2,uvcvideo,cdns_csi2rx,videobuf2_common,v4l2_mem2mem
pci_j721e_host 16384 0
cdns3_ti 16384 0
pci_j721e 16384 1 pci_j721e_host
cfbfillrect 16384 1 drm_kms_helper
cdns_dphy_rx 16384 0
pcie_cadence_host 16384 1 pci_j721e_host
cdns_dphy 16384 0
m_can_platform 16384 0
syscopyarea 16384 1 drm_kms_helper
m_can 24576 1 m_can_platform
cfbimgblt 16384 1 drm_kms_helper
sysfillrect 16384 1 drm_kms_helper
sysimgblt 16384 1 drm_kms_helper
pcie_cadence 16384 2 pcie_cadence_host,pci_j721e_host
can_dev 36864 1 m_can
fb_sys_fops 16384 1 drm_kms_helper
optee_rng 16384 0
cfbcopyarea 16384 1 drm_kms_helper
rti_wdt 16384 0
pwm_tiehrpwm 16384 0
rng_core 20480 2 optee_rng,omap_rng
cryptodev 53248 0
fuse 131072 1
drm 561152 17 drm_kms_helper,drm_dma_helper,panel_edp,display_connector,pvrsrvkm,cdns_mhdp8546,drm_display_helper,ti_sn65dsi86,cdns_dsi,tidss
drm_panel_orientation_quirks 28672 1 drm
ipv6 475136 40
root@j721s2-evm:~# echo 'hello world'
hello world
root@j721s2-evm:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment