Skip to content

Instantly share code, notes, and snippets.

@manorit2001
Created December 12, 2023 10:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manorit2001/05a85582fea670d39cc3cfb2df1e5328 to your computer and use it in GitHub Desktop.
Save manorit2001/05a85582fea670d39cc3cfb2df1e5328 to your computer and use it in GitHub Desktop.
U-Boot SPL 2023.04-gc1c2bdf272 (Nov 30 2023 - 18:17:44 +0000)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
SPL initial stack usage: 13432 bytes
Trying to boot from UART
CWarning: 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
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Loaded 1049179 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 2023.04-gc1c2bdf272 (Nov 30 2023 - 18:17:44 +0000)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
Trying to boot from UART
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 1329483 bytes
U-Boot 2023.04-gc1c2bdf272 (Nov 30 2023 - 18:17:44 +0000)
SoC: J721S2 SR1.0 GP
Model: Texas Instruments J721S2 EVM
Board: J721S2X-PM1-SOM rev E3
DRAM: 16 GiB
Core: 89 devices, 32 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 2023.04-gc1c2bdf272 (Nov 30 2023 - 18:17:44 +0000)
aarch64-oe-linux-gcc (GCC) 11.4.0
GNU ld (GNU Binutils) 2.38.20220708
=> 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_ospi_nand=setenv bootargs console=${console} ${optargs} ubi.mtd=${ospi_nand_bootpart} root=${ospi_nand_bootvolume} rootfstype=ubifs
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=E3
board_serial=0176
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; env set secure_suffix; if test ${secure_rprocs} -eq 1; then env set secure_suffix -sec; fi; for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i; else env set rproc_fw $i${secure_suffix}; 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}; run main_cpsw0_qsgmii_phyinit; 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; 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_nand=NAND.tiboot3 part 0 1; NAND.tispl part 0 2; NAND.tiboot3.backup part 0 3; NAND.u-boot part 0 4; NAND.u-boot-env part 0 5; NAND.u-boot-env.backup part 0 6; NAND.file-system part 0 7
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_ospi_nand=ospi_nand.tiboot3 part 1; ospi_nand.tispl part 2; ospi_nand.u-boot part 3; ospi_nand.env part 4; ospi_nand.env.backup part 5; ospi_nand.rootfs part 6; ospi_nand.phypattern part 7
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x200000; u-boot.img ram 0x81000000 0x400000
distro_bootcmd=scsi_need_init=; for target in ${boot_targets}; do run bootcmd_${target}; done
dorprocboot=1
dtboaddr=0x89000000
efi_dtb_prefixes=/ /dtb/ /dtb/current/
envboot=mmc dev ${mmcdev}; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadbootscript; then run bootscript; else if run loadbootenv; then echo Loaded env from ${bootenvfile}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi; fi; fi;
ethaddr=34:08:e1:77:ed:bb
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde70dd0
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_ospi_nand=ubifsload ${fdtaddr} ${bootdir}/dtb/${fdtfile};
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_ospi_nand=ubifsload ${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_ospi_nand=ubifsload ${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/ti/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_ospi_nand=fdt address ${fdtaddr} fdt resize 0x100000; for overlay in $name_overlays; do; ubifsload ${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_ospi_nand=run args_all args_ospi_nand ospi_nand_ubi_init
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}
loadbootscript=load mmc ${mmcdev} ${loadaddr} boot.scr
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/dtb/${fdtfile}
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
mmc_boot=if mmc dev ${devnum}; then devtype=mmc; run scan_dev_for_boot_part; fi
mmcboot=mmc dev ${mmcdev}; devnum=${mmcdev}; devtype=mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadimage; then run args_mmc; if test ${boot_fit} -eq 1; then run run_fit; else run mmcloados; fi; fi; fi;
mmcdev=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,nand0=spi-nand0
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);spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern)
name_fit=fitImage
name_kern=Image
ospi_nand_bootpart=ospi_nand.rootfs
ospi_nand_bootvolume=ubi0:rootfs
ospi_nand_ubi_init=ubi part ${ospi_nand_bootpart}; ubifsmount ${ospi_nand_bootvolume};
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= 1 /lib/firmware/j721s2-mcu-r5f0_1-fw 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
secure_rprocs=0
serial#=0000000000000176
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: 11491/262139 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.137 (1007 ms)
=> setenv dorprocboot '1'
=> run boot_rprocs
k3_r5f_rproc r5f@41000000: Core 1 is already in use. No rproc commands work
Failed to load '/lib/firmware/j721s2-mcu-r5f0_1-fw'
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_ospi_nand=setenv bootargs console=${console} ${optargs} ubi.mtd=${ospi_nand_bootpart} root=${ospi_nand_bootvolume} rootfstype=ubifs
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=E3
board_serial=0176
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; env set secure_suffix; if test ${secure_rprocs} -eq 1; then env set secure_suffix -sec; fi; for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i; else env set rproc_fw $i${secure_suffix}; 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}; run main_cpsw0_qsgmii_phyinit; 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; 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_nand=NAND.tiboot3 part 0 1; NAND.tispl part 0 2; NAND.tiboot3.backup part 0 3; NAND.u-boot part 0 4; NAND.u-boot-env part 0 5; NAND.u-boot-env.backup part 0 6; NAND.file-system part 0 7
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_ospi_nand=ospi_nand.tiboot3 part 1; ospi_nand.tispl part 2; ospi_nand.u-boot part 3; ospi_nand.env part 4; ospi_nand.env.backup part 5; ospi_nand.rootfs part 6; ospi_nand.phypattern part 7
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
dorprocboot=1
dtboaddr=0x89000000
efi_dtb_prefixes=/ /dtb/ /dtb/current/
envboot=mmc dev ${mmcdev}; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadbootscript; then run bootscript; else if run loadbootenv; then echo Loaded env from ${bootenvfile}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi; fi; fi;
ethact=ethernet@46000000port@1
ethaddr=34:08:e1:77:ed:bb
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde70dd0
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_ospi_nand=ubifsload ${fdtaddr} ${bootdir}/dtb/${fdtfile};
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_ospi_nand=ubifsload ${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_ospi_nand=ubifsload ${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/ti/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_ospi_nand=fdt address ${fdtaddr} fdt resize 0x100000; for overlay in $name_overlays; do; ubifsload ${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_ospi_nand=run args_all args_ospi_nand ospi_nand_ubi_init
init_ufs=ufs init; scsi scan; run args_ufs
ipaddr=192.168.0.137
kernel_addr_r=0x82000000
load_efi_dtb=load ${devtype} ${devnum}:${distro_bootpart} ${fdt_addr_r} ${prefix}${efi_fdtfile}
loadaddr=0x82000000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
loadbootscript=load mmc ${mmcdev} ${loadaddr} boot.scr
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/dtb/${fdtfile}
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
mmc_boot=if mmc dev ${devnum}; then devtype=mmc; run scan_dev_for_boot_part; fi
mmcboot=mmc dev ${mmcdev}; devnum=${mmcdev}; devtype=mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadimage; then run args_mmc; if test ${boot_fit} -eq 1; then run run_fit; else run mmcloados; fi; fi; fi;
mmcdev=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,nand0=spi-nand0
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);spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern)
name_fit=fitImage
name_kern=Image
netmask=255.255.255.0
ospi_nand_bootpart=ospi_nand.rootfs
ospi_nand_bootvolume=ubi0:rootfs
ospi_nand_ubi_init=ubi part ${ospi_nand_bootpart}; ubifsmount ${ospi_nand_bootvolume};
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= 1 /lib/firmware/j721s2-mcu-r5f0_1-fw 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
secure_rprocs=0
serial#=0000000000000176
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: 11622/262139 bytes
=> tftp ${loadaddr} 192.168.0.1:vatf_j721s2-evm3/16033dc7c2c657f5569d8f96cf39853b
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.137
Filename 'vatf_j721s2-evm3/16033dc7c2c657f5569d8f96cf39853b'.
Load address: 0x82000000
Loading: *################################################## 40.9 MiB
13.9 MiB/s
done
Bytes transferred = 42877440 (28e4200 hex)
=> tftp ${fdt_addr_r} 192.168.0.1:vatf_j721s2-evm3/53b76538f6bd24b6634ba20564665162
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.137
Filename 'vatf_j721s2-evm3/53b76538f6bd24b6634ba20564665162'.
Load address: 0x88000000
Loading: *################################################## 86.2 KiB
7.7 MiB/s
done
Bytes transferred = 88305 (158f1 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-evm3/autofs/6c18a6c42723fbd84f843711e760760f,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 2023.04-gc1c2bdf272 (Nov 30 2023 - 18:17:44 +0000)
aarch64-oe-linux-gcc (GCC) 11.4.0
GNU ld (GNU Binutils) 2.38.20220708
=> 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 = 0x00000000ffec5000
reloc off = 0x000000007f6c5000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 34:08:e1:77:ed:bb
IP addr = 192.168.0.137
fdt_blob = 0x00000000fde70dd0
new_fdt = 0x00000000fde70dd0
fdt_size = 0x0000000000013fe0
lmb_dump_all:
memory.cnt = 0x2
memory[0] [0x80000000-0xfffffffe], 0x7fffffff bytes flags: 0
memory[1] [0x880000000-0xbfffffffe], 0x37fffffff bytes flags: 0
reserved.cnt = 0x3
reserved[0] [0x9e800000-0xa9bfffff], 0x0b400000 bytes flags: 4
reserved[1] [0xfce61000-0xfffffffe], 0x0319efff bytes flags: 0
reserved[2] [0x880000000-0xbffffefff], 0x37ffff000 bytes flags: 0
devicetree = separate
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde70dc0
sp start = 0x00000000fde70dc0
Early malloc usage: 2e08 / 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 = 0x00000000ffec5000
reloc off = 0x000000007f6c5000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 34:08:e1:77:ed:bb
IP addr = 192.168.0.137
fdt_blob = 0x00000000fde70dd0
new_fdt = 0x00000000fde70dd0
fdt_size = 0x0000000000013fe0
lmb_dump_all:
memory.cnt = 0x2
memory[0] [0x80000000-0xfffffffe], 0x7fffffff bytes flags: 0
memory[1] [0x880000000-0xbfffffffe], 0x37fffffff bytes flags: 0
reserved.cnt = 0x3
reserved[0] [0x9e800000-0xa9bfffff], 0x0b400000 bytes flags: 4
reserved[1] [0xfce61000-0xfffffffe], 0x0319efff bytes flags: 0
reserved[2] [0x880000000-0xbffffefff], 0x37ffff000 bytes flags: 0
devicetree = separate
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde70dc0
sp start = 0x00000000fde70dc0
Early malloc usage: 2e08 / 8000
=> ls mmc 0:1
0 file(s), 0 dir(s)
=> ls mmc 1:1
EFI/
20367872 Image
480317 tiboot3.bin
480317 tiboot3-j721s2-gp-evm.bin
482906 tiboot3-j721s2-hs-fs-evm.bin
1049179 tispl.bin
1329483 u-boot.img
574 uEnv.txt
4 ws-calibrate.rules
0 test
9 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 5 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 000000008ffe7000, end 000000008ffff8f0 ... OK
Working FDT set to 8ffe7000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.7.0-rc5-next-20231212-00001-gc74adcd13b85 (a0497581@uda0497581) (aarch64-none-linux-gnu-gcc (Arm GNU Toolchain 11.3.Rel1) 11.3.1 20220712, GNU ld (Arm GNU Toolchain 11.3.Rel1) 2.38.20220708) #1 SMP PREEMPT Tue Dec 12 12:55:23 IST 2023
[ 0.000000] KASLR disabled due to lack of seed
[ 0.000000] Machine model: Texas Instruments J721S2 EVM
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002880000 (options '')
[ 0.000000] printk: legacy bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
[ 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] OF: reserved mem: 0x00000000a0000000..0x00000000a00fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a0000000
[ 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] OF: reserved mem: 0x00000000a0100000..0x00000000a0ffffff (15360 KiB) nomap non-reusable r5f-memory@a0100000
[ 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] OF: reserved mem: 0x00000000a1000000..0x00000000a10fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a1000000
[ 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] OF: reserved mem: 0x00000000a1100000..0x00000000a1ffffff (15360 KiB) nomap non-reusable r5f-memory@a1100000
[ 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] OF: reserved mem: 0x00000000a2000000..0x00000000a20fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a2000000
[ 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] OF: reserved mem: 0x00000000a2100000..0x00000000a2ffffff (15360 KiB) nomap non-reusable r5f-memory@a2100000
[ 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] OF: reserved mem: 0x00000000a3000000..0x00000000a30fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a3000000
[ 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] OF: reserved mem: 0x00000000a3100000..0x00000000a3ffffff (15360 KiB) nomap non-reusable r5f-memory@a3100000
[ 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] OF: reserved mem: 0x00000000a4000000..0x00000000a40fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a4000000
[ 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] OF: reserved mem: 0x00000000a4100000..0x00000000a4ffffff (15360 KiB) nomap non-reusable r5f-memory@a4100000
[ 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] OF: reserved mem: 0x00000000a5000000..0x00000000a50fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a5000000
[ 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] OF: reserved mem: 0x00000000a5100000..0x00000000a5ffffff (15360 KiB) nomap non-reusable r5f-memory@a5100000
[ 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] OF: reserved mem: 0x00000000a6000000..0x00000000a60fffff (1024 KiB) nomap non-reusable c71-dma-memory@a6000000
[ 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] OF: reserved mem: 0x00000000a6100000..0x00000000a6ffffff (15360 KiB) nomap non-reusable c71-memory@a6100000
[ 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] OF: reserved mem: 0x00000000a7000000..0x00000000a70fffff (1024 KiB) nomap non-reusable c71-dma-memory@a7000000
[ 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] OF: reserved mem: 0x00000000a7100000..0x00000000a7ffffff (15360 KiB) nomap non-reusable c71-memory@a7100000
[ 0.000000] OF: reserved mem: 0x00000000a8000000..0x00000000a9bfffff (28672 KiB) nomap non-reusable ipc-memories@a8000000
[ 0.000000] NUMA: No NUMA configuration found
[ 0.000000] NUMA: Faking a node at [mem 0x0000000080000000-0x0000000bffffefff]
[ 0.000000] NUMA: NODE_DATA [mem 0xbfdfe39c0-0xbfdfe5fff]
[ 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] cma: Reserved 32 MiB at 0x00000000fde00000 on node -1
[ 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 22 pages/cpu s50664 r8192 d31256 u90112
[ 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] 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-evm3/autofs/6c18a6c42723fbd84f843711e760760f,nolock,v3,tcp,rsize=4096,wsize=4096
[ 0.000000] sysrq: sysrq always enabled.
[ 0.000000] Unknown kernel command line parameters "earlyprintk=serial,ttyS2,115200n8", will be passed to user space.
[ 0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.000000] Fallback order for Node 0: 0
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 4128766
[ 0.000000] Policy zone: Normal
[ 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 0x00000000f9e00000-0x00000000fde00000] (64MB)
[ 0.000000] Memory: 16131384K/16777208K available (16704K kernel code, 4496K rwdata, 10964K rodata, 9536K init, 607K bss, 613056K reserved, 32768K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 960 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: GICv3 features: 16 PPIs
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000
[ 0.000000] ITS [mem 0x01820000-0x0182ffff]
[ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
[ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
[ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x0000000880040000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880050000
[ 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.008882] Console: colour dummy device 80x25
[ 0.013471] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.024147] pid_max: default: 32768 minimum: 301
[ 0.028896] LSM: initializing lsm=capability,integrity
[ 0.034230] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.042008] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.051172] RCU Tasks: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
[ 0.058435] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
[ 0.066314] rcu: Hierarchical SRCU implementation.
[ 0.071212] rcu: Max phase no-delay instances is 1000.
[ 0.076732] Platform MSI: msi-controller@1820000 domain created
[ 0.082928] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.092258] fsl-mc MSI: msi-controller@1820000 domain created
[ 0.099280] EFI services will not be available.
[ 0.104032] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.117123] Detected PIPT I-cache on CPU1
[ 0.117176] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.117190] GICv3: CPU1: using allocated LPI pending table @0x0000000880060000
[ 0.117228] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.117288] smp: Brought up 1 node, 2 CPUs
[ 0.146638] SMP: Total of 2 processors activated.
[ 0.151443] CPU features: detected: 32-bit EL0 Support
[ 0.156697] CPU features: detected: 32-bit EL1 Support
[ 0.161947] CPU features: detected: CRC32 instructions
[ 0.167217] CPU: All CPU(s) started at EL2
[ 0.171412] alternatives: applying system-wide alternatives
[ 0.178275] devtmpfs: initialized
[ 0.189037] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.199019] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.206463] pinctrl core: initialized pinctrl subsystem
[ 0.213115] DMI not present or invalid.
[ 0.217718] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.224443] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[ 0.232119] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.240505] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.248719] audit: initializing netlink subsys (disabled)
[ 0.254347] audit: type=2000 audit(0.160:1): state=initialized audit_enabled=0 res=1
[ 0.255146] thermal_sys: Registered thermal governor 'step_wise'
[ 0.262279] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.268455] cpuidle: using governor menu
[ 0.279260] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.286231] ASID allocator initialised with 65536 entries
[ 0.292865] Serial: AMBA PL011 UART driver
[ 0.315329] Modules: 22128 pages in range for non-PLT usage
[ 0.315337] Modules: 513648 pages in range for PLT usage
[ 0.321545] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.333911] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.340314] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.347248] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.353650] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.360584] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.366986] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.373919] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.381410] ACPI: Interpreter disabled.
[ 0.387099] k3-chipinfo 43000014.chipid: Family:J721S2 rev:SR1.0 JTAGID[0x0bb7502f] Detected
[ 0.396822] iommu: Default domain type: Translated
[ 0.401728] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.408222] SCSI subsystem initialized
[ 0.412241] usbcore: registered new interface driver usbfs
[ 0.417862] usbcore: registered new interface driver hub
[ 0.423303] usbcore: registered new device driver usb
[ 0.429192] pps_core: LinuxPPS API ver. 1 registered
[ 0.434268] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.443607] PTP clock support registered
[ 0.447722] EDAC MC: Ver: 3.0.0
[ 0.451377] scmi_core: SCMI protocol bus registered
[ 0.457126] FPGA manager framework
[ 0.460657] Advanced Linux Sound Architecture Driver Initialized.
[ 0.467461] vgaarb: loaded
[ 0.470732] clocksource: Switched to clocksource arch_sys_counter
[ 0.477111] VFS: Disk quotas dquot_6.6.0
[ 0.481137] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.488265] pnp: PnP ACPI: disabled
[ 0.495117] NET: Registered PF_INET protocol family
[ 0.500475] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.513364] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.522277] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.530218] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.538908] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.547496] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.554400] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.561533] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.569183] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.575329] RPC: Registered named UNIX socket transport module.
[ 0.581394] RPC: Registered udp transport module.
[ 0.586198] RPC: Registered tcp transport module.
[ 0.591000] RPC: Registered tcp-with-tls transport module.
[ 0.596603] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.603203] PCI: CLS 0 bytes, default 64
[ 0.607475] kvm [1]: IPA Size Limit: 44 bits
[ 0.612729] kvm [1]: vgic-v2@6f020000
[ 0.616496] kvm [1]: GIC system register CPU interface enabled
[ 0.622486] kvm [1]: vgic interrupt IRQ9
[ 0.626512] kvm [1]: Hyp mode initialized successfully
[ 0.632512] Initialise system trusted keyrings
[ 0.637210] workingset: timestamp_bits=42 max_order=22 bucket_order=0
[ 0.643983] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.650098] NFS: Registering the id_resolver key type
[ 0.655277] Key type id_resolver registered
[ 0.659549] Key type id_legacy registered
[ 0.663651] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.670500] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.678174] 9p: Installing v9fs 9p2000 file system support
[ 0.704614] Key type asymmetric registered
[ 0.708802] Asymmetric key parser 'x509' registered
[ 0.713814] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.721381] io scheduler mq-deadline registered
[ 0.726008] io scheduler kyber registered
[ 0.730123] io scheduler bfq registered
[ 0.740151] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
[ 0.746170] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
[ 0.752178] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
[ 0.758411] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
[ 0.764256] pinctrl-single 11c000.pinctrl: 72 pins, size 288
[ 0.770303] pinctrl-single 104200.pinctrl: 20 pins, size 80
[ 0.776067] pinctrl-single 104280.pinctrl: 8 pins, size 32
[ 0.787137] EINJ: ACPI disabled.
[ 0.810325] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.819320] msm_serial: driver initialized
[ 0.823773] SuperH (H)SCI(F) driver initialized
[ 0.828526] STM32 USART driver initialized
[ 0.837174] loop: module loaded
[ 0.841319] megasas: 07.727.03.00-rc1
[ 0.849626] tun: Universal TUN/TAP device driver, 1.6
[ 0.855596] thunder_xcv, ver 1.0
[ 0.858921] thunder_bgx, ver 1.0
[ 0.862220] nicpf, ver 1.0
[ 0.865863] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 0.873249] hns3: Copyright (c) 2017 Huawei Corporation.
[ 0.878698] hclge is initializing
[ 0.882105] e1000: Intel(R) PRO/1000 Network Driver
[ 0.887087] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.892968] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.898038] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.904103] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.909618] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.915325] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.921729] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.928045] sky2: driver version 1.30
[ 0.932802] VFIO - User Level meta-driver version: 0.3
[ 0.940405] usbcore: registered new interface driver usb-storage
[ 0.948853] i2c_dev: i2c /dev entries driver
[ 0.958795] sdhci: Secure Digital Host Controller Interface driver
[ 0.965120] sdhci: Copyright(c) Pierre Ossman
[ 0.970244] Synopsys Designware Multimedia Card Interface Driver
[ 0.977161] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.984455] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.991158] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.998597] usbcore: registered new interface driver usbhid
[ 1.004338] usbhid: USB HID core driver
[ 1.011047] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 1.021169] 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.025740] optee: revision 4.0 (2a5b1d12)
[ 1.042228] optee: dynamic shared memory is enabled
[ 1.051880] random: crng init done
[ 1.055429] optee: initialized driver
[ 1.061890] NET: Registered PF_PACKET protocol family
[ 1.067130] 9pnet: Installing 9P2000 support
[ 1.071544] Key type dns_resolver registered
[ 1.080084] registered taskstats version 1
[ 1.084345] Loading compiled-in X.509 certificates
[ 1.107142] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
[ 1.181107] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.187767] pca953x 1-0021: supply vcc not found, using dummy regulator
[ 1.194615] pca953x 1-0021: using no AI
[ 1.219180] pca953x 1-0020: supply vcc not found, using dummy regulator
[ 1.226006] pca953x 1-0020: using no AI
[ 1.230606] pca953x 1-0022: supply vcc not found, using dummy regulator
[ 1.237420] pca953x 1-0022: using AI
[ 1.241734] omap_i2c 2000000.i2c: bus 1 rev0.12 at 400 kHz
[ 1.247743] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 125 domain created
[ 1.256473] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 148 domain created
[ 1.265983] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 227 domain created
[ 1.274801] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 265 created
[ 1.286333] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:272
[ 1.296251] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.303013] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.313019] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:259
[ 1.323199] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.329960] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.338921] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 186, base_baud = 6000000) is a 8250
[ 1.349562] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 187, base_baud = 3000000) is a 8250
[ 1.358430] printk: legacy console [ttyS2] enabled
[ 1.358430] printk: legacy console [ttyS2] enabled
[ 1.368105] printk: legacy bootconsole [ns16550a0] disabled
[ 1.368105] printk: legacy bootconsole [ns16550a0] disabled
[ 1.388184] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.434733] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.444841] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.453123] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.465992] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.473202] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.483437] mmc0: CQHCI version 5.10
[ 1.495094] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[ 1.506020] ti-udma 31150000.dma-controller: Channels: 60 (tchan: 30, rchan: 30, gp-rflow: 16)
[ 1.518407] spi_master spi0: No. of CS is more than max. no. of supported CS
[ 1.525514] spi_master spi0: Failed to create SPI device for /bus@100000/bus@28380000/bus@47000000/spi@47040000/flash@0
[ 1.529392] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 1.538483] spi_master spi1: No. of CS is more than max. no. of supported CS
[ 1.550899] spi_master spi1: Failed to create SPI device for /bus@100000/bus@28380000/bus@47000000/spi@47050000/flash@0
[ 1.563712] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.606739] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.616758] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.625041] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.637919] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.645140] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.654813] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 1.664935] mmc1: CQHCI version 5.10
[ 1.680024] mmc0: Command Queue Engine enabled
[ 1.684486] mmc0: new HS400 MMC card at address 0001
[ 1.689773] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 1.695248] mmcblk0: p1 p2 p3
[ 1.698649] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[ 1.704158] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[ 1.709578] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 1.709631] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (234:0)
[ 1.732870] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 1.742357] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 1.782214] mmc1: new ultra high speed DDR50 SDHC card at address aaaa
[ 1.789202] mmcblk1: mmc1:aaaa SH32G 29.7 GiB
[ 1.795008] mmcblk1: p1 p2 p3
[ 5.831712] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 5.862732] Sending DHCP requests ., OK
[ 5.882566] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.137
[ 5.890302] IP-Config: Complete:
[ 5.893522] device=eth0, hwaddr=34:08:e1:77:ed:bb, ipaddr=192.168.0.137, mask=255.255.255.0, gw=192.168.0.1
[ 5.903677] host=192.168.0.137, domain=ti.com, nis-domain=(none)
[ 5.910101] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 5.910104] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 5.922822] clk: Disabling unused clocks
[ 5.935823] ALSA device list:
[ 5.938801] No soundcards found.
[ 5.984261] VFS: Mounted root (nfs filesystem) on device 0:21.
[ 5.990432] devtmpfs: mounted
[ 5.997152] Freeing unused kernel memory: 9536K
[ 6.006814] Run /sbin/init as init process
[ 6.149952] systemd[1]: System time before build time, advancing clock.
[ 6.234907] NET: Registered PF_INET6 protocol family
[ 6.241383] Segment Routing with IPv6
[ 6.245089] In-situ OAM (IOAM) with IPv6
[ 6.270708] systemd[1]: systemd 250.5+ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)
[ 6.302197] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.10[0m!
[ 6.359800] systemd[1]: Hostname set to <j721s2-evm>.
[ 6.367959] systemd[1]: Initializing machine ID from random generator.
[ 6.467061] systemd-sysv-generator[82]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 6.473687] systemd[73]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 6.504389] systemd-sysv-generator[82]: 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.
[ 6.528722] systemd-sysv-generator[82]: 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.
[ 6.767329] 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.
[ 6.823862] 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.
[ 6.890798] systemd[1]: Queued start job for default target Graphical Interface.
[ 6.930638] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 6.952238] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 6.976130] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 6.999874] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 7.022968] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[[0;32m OK [0m] Started [0;1;39mDispatch Password ts to Console Directory Watch[0m.
[ 7.046890] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[[0;32m OK [0m] Started [0;1;39mForward Password Ruests to Wall Directory Watch[0m.
[ 7.070946] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 7.086809] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 7.106796] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 7.122796] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 7.166012] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 7.190894] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 7.217229] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 7.239018] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 7.263695] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 7.287589] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 7.311149] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 7.327679] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 7.352597] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 7.375045] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 7.395388] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 7.439078] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 7.457595] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 7.481586] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 7.507153] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 7.547040] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 7.570615] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 7.615192] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 7.637675] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 7.658116] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 7.717097] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m.[ 7.730173] fuse: init (API version 7.39)
..
[ 7.759478] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 7.779253] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 7.799627] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 7.831391] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 7.847371] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 7.867327] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 7.893454] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 7.925042] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 7.935438] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m.
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mTemporary Directory /tmp[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate List of Static Device Nodes[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mStart psplash boot splash screen[0m.
See 'systemctl status psplash-start.service' for details.
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mStarprogress communication helper[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m.
[[0;32m OK [0m] Finished [0;1;39mGenerate network units from Kernel command line[0m.
[[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m.
Mounting [0;1;39mFUSE Control File System[0m...
Mounting [0;1;39mKernel Configuration File System[0m...
Starting [0;1;39mFlush Journal to Persistent Storage[0m...
Starting [0;1;39mApply Kernel Variables[0m...
[ 8.308265] systemd-journald[97]: 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;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...
[ 8.573425] audit: type=1334 audit(1651167747.420:2): prog-id=5 op=LOAD
[ 8.580135] audit: type=1334 audit(1651167747.428:3): prog-id=6 op=LOAD
Starting [0;1;39mRule-based Managefor Device Events and Files[0m...
[[0;32m OK [0m] Mounted [0;1;39m/media/ram[0m.
[[0;32m OK [0m] Mounted [0;1;39m/var/volatile[0m.
Starting [0;1;39mLoad/Save Random Seed[0m...
[[0;32m OK [0m] Reached target [0;1;39mLocal File Systems[0m.
Starting [0;1;39mRebuild Dynamic Linker Cache[0m...
Starting [0;1;39mCreate Volatile Files and Directories[0m...
[[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m.
[[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m.
Starting [0;1;39mRebuild Journal Catalog[0m...
Starting [0;1;39mNetwork Time Synchronization[0m...
Starting [0;1;39mRecord System Boot/Shutdown in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord System Boot/Shutdown in UTMP[0m.
[[0;32m OK [0m] Finished [0;1;39mRebuild Journal Catalog[0m.
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.
[ 10.363547] CAN device driver interface
[ 10.497367] m_can_platform 40528000.can: m_can device registered (irq=445, version=32)
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[ 10.638932] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[ 10.640402] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
[ 10.657558] platform 41000000.r5f: configured R5F for IPC-only mode
[ 10.670335] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
[ 10.675120] m_can_platform 40568000.can: m_can device registered (irq=446, version=32)
[ 10.679679] remoteproc remoteproc0: 41000000.r5f is available
[ 10.719160] m_can_platform 26a1000.can: m_can device registered (irq=448, version=32)
[ 10.794824] remoteproc remoteproc0: attaching to 41000000.r5f
[ 10.801576] platform 41000000.r5f: mbox_request_channel failed: -517
[ 10.808361] remoteproc remoteproc0: can't attach to rproc 41000000.r5f: -16
[ 10.815826] k3_r5_rproc bus@100000:bus@28380000:r5fss@41000000: rproc_add failed, ret = -16
[ 10.824777] remoteproc remoteproc0: releasing 41000000.r5f
[ 10.830436] k3_r5_rproc bus@100000:bus@28380000:r5fss@41000000: k3_r5_cluster_rproc_init failed, ret = -16
[ 10.844883] k3_r5_rproc: probe of bus@100000:bus@28380000:r5fss@41000000 failed with error -16
[[0;32m OK [0m] Finished [0;1;39mRebuild Dynamic Linker Cache[0m.
Starting [0;1;39mRun pending postinsts[0m...
[ 10.965649] at24 0-0050: supply vcc not found, using dummy regulator
[ 10.978680] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fca100
Starting [0;1;39mUpdate is Completed[0m...
[[0;32m OK [0m] Finished [0;1;39mUpdate is Completed[0m.[ 11.043840] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fca100
[ 11.087221] platform 5c00000.r5f: configured R5F for remoteproc mode
[ 11.087252] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[ 11.125213] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fca100
[ 11.143213] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
[ 11.161115] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fca100
[ 11.167271] remoteproc remoteproc0: 5c00000.r5f is available
[ 11.195158] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a6000000
[ 11.205667] k3-dsp-rproc 64800000.dsp: configured DSP for remoteproc mode
[ 11.211575] platform 5e00000.r5f: configured R5F for remoteproc mode
[ 11.216328] remoteproc remoteproc1: 64800000.dsp is available
[ 11.229321] remoteproc remoteproc0: powering up 5c00000.r5f
[ 11.235072] remoteproc remoteproc0: Booting fw image j721s2-main-r5f0_0-fw, size 76376
[ 11.357953] platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000
[ 11.380031] k3-dsp-rproc 65800000.dsp: assigned reserved memory node c71-dma-memory@a7000000
[ 11.389183] remoteproc remoteproc1: powering up 64800000.dsp
[ 11.396173] remoteproc remoteproc1: Booting fw image j721s2-c71_0-fw, size 10488888
[ 11.403999] k3-dsp-rproc 65800000.dsp: configured DSP for remoteproc mode
[ 11.423368] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node r5f-dma-memory@a2000000
[ 11.433961] remoteproc remoteproc3: 65800000.dsp is available
[ 11.434656] remoteproc remoteproc2: 5e00000.r5f is available
[ 11.453075] remoteproc remoteproc1: unsupported resource 65538
[ 11.464407] k3-dsp-rproc 64800000.dsp: booting DSP core using boot addr = 0xa6e00000
[ 11.482687] remoteproc remoteproc2: powering up 5e00000.r5f
[ 11.488514] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node c71-dma-memory@a6000000
[ 11.491277] remoteproc remoteproc2: Booting fw image j721s2-main-r5f1_0-fw, size 76376
[ 11.597915] rproc-virtio rproc-virtio.4.auto: assigned reserved memory node r5f-dma-memory@a4000000
[ 11.607727] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 11.607899] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 11.613593] virtio_rpmsg_bus virtio2: rpmsg host is online
[ 11.627256] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xd
[ 11.630838] rproc-virtio rproc-virtio.3.auto: registered virtio1 (type 7)
[ 11.635207] rproc-virtio rproc-virtio.2.auto: registered virtio0 (type 7)
[ 11.649826] rproc-virtio rproc-virtio.4.auto: registered virtio2 (type 7)
[ 11.654766] remoteproc remoteproc1: remote processor 64800000.dsp is now up
[ 11.657078] remoteproc remoteproc0: remote processor 5c00000.r5f is now up
[ 11.673410] remoteproc remoteproc2: remote processor 5e00000.r5f is now up
[ 11.680924] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe
[ 11.690058] remoteproc remoteproc3: powering up 65800000.dsp
[ 11.695861] remoteproc remoteproc3: Booting fw image j721s2-c71_1-fw, size 10488888
[ 11.726536] remoteproc remoteproc3: unsupported resource 65538
[ 11.736529] k3-dsp-rproc 65800000.dsp: booting DSP core using boot addr = 0xa7e00000
[ 11.754010] rproc-virtio rproc-virtio.5.auto: assigned reserved memory node c71-dma-memory@a7000000
[ 11.778870] virtio_rpmsg_bus virtio3: rpmsg host is online
[ 11.791040] rproc-virtio rproc-virtio.5.auto: registered virtio3 (type 7)
[ 11.806805] remoteproc remoteproc3: remote processor 65800000.dsp is now up
[ 11.842850] gpio-mux mux-controller: 2-way mux-controller registered
[ 11.859557] m_can_platform 2751000.can: m_can device registered (irq=455, version=32)
[ 11.978599] m_can_platform 2731000.can: m_can device registered (irq=456, version=32)
[[0m[0;31m* [0m] A start job is running for Run pending postinsts (6s / no limit)
M
[K[[0;32m OK [0m] Finished [0;1;39mRun pending postinsts[0m.
[K[[0;32m OK [0m] Reached target [0;1;39mSystem Initialization[0m.
[[0;32m OK [0m] Started [0;1;39mDaily rotation of log files[0m.
[[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary Directories[0m.
[[0;32m OK [0m] Reached target [0;1;39mTimer Units[0m.
[[0;32m OK [0m] Listening on [0;1;39mAvahi mDNS/DNS-SD Stack Activation Socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mD-Bus System Message Bus Socket[0m.
Starting [0;1;39mDocker Socket for the API[0m...
[[0;32m OK [0m] Listening on [0;1;39mdropbear.socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mPC/SC Smart Card Daemon Activation Socket[0m.
Starting [0;1;39mWeston socket[0m...
Starting [0;1;39mD-Bus System Message Bus[0m...
Starting [0;1;39mReboot and dump vmcore via kexec[0m...
[[0;32m OK [0m] Listening on [0;1;39mDocker Socket for the API[0m.
[[0;32m OK [0m] Listening on [0;1;39mWeston socket[0m.
[[0;32m OK [0m] Finished [0;1;39mReboot and dump vmcore via kexec[0m.
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m.
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m.
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.
[[0;32m OK [0m] Started [0;1;39mJob spooling tools[0m.
[[0;32m OK [0m] Started [0;1;39mPeriodic Command Scheduler[0m.
Starting [0;1;39mPrint notice about GPLv3 packages[0m...
Starting [0;1;39mIPv6 Packet Filtering Framework[0m...
Starting [0;1;39mIPv4 Packet Filtering Framework[0m...
[[0;32m OK [0m] Started [0;1;39mirqbalance daemon[0m.
Starting [0;1;39mLighttpd Daemon[0m...
[[0;32m OK [0m] Started [0;1;39mstrongSwan IPsec IIKEv2 daemon using ipsec.conf[0m.
[ 13.837715] audit: type=1334 audit(1651167752.684:4): prog-id=7 op=LOAD
[ 13.850375] audit: type=1334 audit(1651167752.692:5): prog-id=8 op=LOAD
Starting [0;1;39mUser Login Management[0m...
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[0m.
Starting [0;1;39mTelnet Server[0m...
[[0;1;31mFAILED[0m] Failed to start [0;1;39mPrint notice about GPLv3 packages[0m.
See 'systemctl status gplv3-notice.service' for details.
[[0;32m OK [0m] Finished [0;1;39mIPv6 Packet Filtering Framework[0m.
[[0;32m OK [0m] Finished [0;1;39mIPv4 Packet Filtering Framework[0m.
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.
[[0;32m OK [0m] Finished [0;1;39mTelnet Server[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m.
Starting [0;1;39mNetwork Configuration[0m...
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[ 14.462708] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
[ 14.496392] 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] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
[[0;32m OK [0m] Started [0;1;39mNetwork Name Resolution[0m.
[[0;32m OK [0m] Reached target [0;1;39mNetwork[0m.
[[0;32m OK [0m] Reached target [0;1;39mHost and Network Name Lookups[0m.
Starting [0;1;39mAvahi mDNS/DNS-SD Stack[0m...
Starting [0;1;39mEnable and configure wl18xx bluetooth stack[0m...
Starting [0;1;39mcontainerd container runtime[0m...
[[0;32m OK [0m] Started [0;1;39mNetperf Benchmark Server[0m.
[[0;32m OK [0m] Started [0;1;39mNFS status monitor for NFSv2/3 locking.[0m.
Starting [0;1;39mPermit User Sessions[0m...
[[0;1;31mFAILED[0m] Failed to start [0;1;39mEnable andfigure wl18xx bluetooth stack[0m.
See 'systemctl status bt-enable.service' for details.
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p2[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p1[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p3[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;39mFile System Check on /dev/mmcblk0p1[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk0p2[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk0p3[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.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p1[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p2[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p3[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p3[0m.
Mounting [0;1;39m/run/media/mmcblk0p1[0m...
Mounting [0;1;39m/run/media/mmcblk0p2[0m...
Mounting [0;1;39m/run/media/mmcblk0p3[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p3[0m...
[ 15.891325] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 15.904572] audit: type=1334 audit(1651167754.752:6): prog-id=9 op=LOAD
[ 15.912991] FAT-fs (mmcblk0p2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 15.915844] audit: type=1334 audit(1651167754.752:7): prog-id=10 op=LOAD
[ 15.925112] EXT2-fs (mmcblk0p3): warning: mounting unchecked fs, running e2fsck is recommended
Starting [0;1;39mUser Database Manager[0m...
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p1[0m.
[ 15.961186] ext2 filesystem being mounted at /run/media/mmcblk0p3 supports timestamps until 2038-01-19 (0x7fffffff)
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p2[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p3[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p3[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p1[0m.
Mounting [0;1;39m/run/media/mmcblk1p3[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p1[0m...
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p2[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk1p2[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p1[0m.
[ 16.177242] ext2 filesystem being mounted at /run/media/mmcblk1p3 supports timestamps until 2038-01-19 (0x7fffffff)
Mounting [0;1;39m/run/media/boot-mmcblk1p1[0m...
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk1p3[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p2[0m.
[[0;32m OK [0m] Started [0;1;39mUser Database Manager[0m.
Mounting [0;1;39m/run/media/root-mmcblk1p2[0m...[ 16.313022] 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.
[[0;32m OK [0m] Created slice [0;1;39mUser Slice of UID 1000[0m.
[ 16.412372] EXT4-fs (mmcblk1p2): mounted filesystem bac709e8-97fd-46bd-85ee-e70a7df68b1a r/w with ordered data mode. Quota mode: none.
Starting [0;1;39mUser Runtime Directory /run/user/1000[0m...
[[0;32m OK [0m] Mounted [0;1;39m/run/media/root-mmcblk1p2[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] Started [0;1;39mcontainerd container runtime[0m.
[ 16.574658] audit: type=1006 audit(1651167755.420:8): pid=737 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 16.590155] audit: type=1300 audit(1651167755.420:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffc67f5198 a2=4 a3=ffff95a68020 items=0 ppid=1 pid=737 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[ 16.616772] audit: type=1327 audit(1651167755.420:8): proctitle="(systemd)"
[[0;32m OK [0m] Started [0;1;39mUser Manager for UID 1000[0m.
[[0;32m OK [0m] Started [0;1;39mSession c1 of User weston[0m.
[ 16.927620] audit: type=1006 audit(1651167755.776:9): pid=686 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[ 16.940083] audit: type=1300 audit(1651167755.776:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffc67f5198 a2=4 a3=ffff95a68020 items=0 ppid=1 pid=686 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)
[ 16.966394] audit: type=1327 audit(1651167755.776:9): proctitle="(weston)"
[[0;1;31mFAILED[0m] Failed to start [0;1;39mWeston, a mpositor, as a system service[0m.
See 'systemctl status weston.service' for details.
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mMatrix GUI[0m.
[[0;32m OK [0m] Reached target [0;1;39mMulti-User System[0m.
[[0;32m OK [0m] Reached target [0;1;39mGraphical Interface[0m.
Starting [0;1;39mRecord Runlevel Change in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord Runlevel Change in UTMP[0m.
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project j721s2-evm -
Arago 2023.10 j721s2-evm -
j721s2-evm login: root
7[r[999;999H[6nroot@j721s2-evm:~# uname -a
Linux j721s2-evm 6.7.0-rc5-next-20231212-00001-gc74adcd13b85 #1 SMP PREEMPT Tue Dec 12 12:55:23 IST 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-evm3/autofs/6c18a6c42723fbd84f843711e760760f,nolock,v3,tcp,rsize=4096,wsize=4096
root@j721s2-evm:~# uname -a
Linux j721s2-evm 6.7.0-rc5-next-20231212-00001-gc74adcd13b85 #1 SMP PREEMPT Tue Dec 12 12:55:23 IST 2023 aarch64 aarch64 aarch64 GNU/Linux
root@j721s2-evm:~# cat /proc/mtd
dev: size erasesize name
root@j721s2-evm:~# grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/
/pnp /etc/resolv.conf && systemctl restart systemd-resolved
root@j721s2-evm:~# ls -l /lib/firmware; ls -lR /lib/firmware/ipc
total 27852
-rw-r--r-- 1 root root 2040 Mar 9 2018 LICENCE.ibt_firmware
-rw-r--r-- 1 root root 2046 Mar 9 2018 LICENCE.iwlwifi_firmware
-rw-r--r-- 1 root root 478552 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4295688 Mar 9 2018 bl32.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 cadence
drwxr-xr-x 2 root root 4096 Mar 9 2018 cnm
drwxr-xr-x 2 root root 4096 Mar 9 2018 intel
-rw-r--r-- 1 root root 918268 Mar 9 2018 iwlwifi-3160-17.ucode
-rw-r--r-- 1 root root 2448976 Mar 9 2018 iwlwifi-8000C-34.ucode
-rw-r--r-- 1 root root 2428004 Mar 9 2018 iwlwifi-8000C-36.ucode
-rw-r--r-- 1 root root 2440780 Mar 9 2018 iwlwifi-8265-34.ucode
-rw-r--r-- 1 root root 2436632 Mar 9 2018 iwlwifi-8265-36.ucode
-rw-r--r-- 1 root root 2678092 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-34.ucode
-rw-r--r-- 1 root root 2521412 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-38.ucode
-rw-r--r-- 1 root root 1489652 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-46.ucode
lrwxrwxrwx 1 root root 66 Mar 9 2018 j721s2-c71_0-fw -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_c7x_1_release_strip.xe71
lrwxrwxrwx 1 root root 73 Mar 9 2018 j721s2-c71_0-fw-sec -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_c7x_1_release_strip.xe71.signed
lrwxrwxrwx 1 root root 66 Mar 9 2018 j721s2-c71_1-fw -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_c7x_2_release_strip.xe71
lrwxrwxrwx 1 root root 73 Mar 9 2018 j721s2-c71_1-fw-sec -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_c7x_2_release_strip.xe71.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j721s2-main-r5f0_0-fw -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu2_0_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 j721s2-main-r5f0_0-fw-sec -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu2_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j721s2-main-r5f0_1-fw -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu2_1_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 j721s2-main-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu2_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j721s2-main-r5f1_0-fw -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu3_0_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 j721s2-main-r5f1_0-fw-sec -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu3_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j721s2-main-r5f1_1-fw -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu3_1_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 j721s2-main-r5f1_1-fw-sec -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu3_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j721s2-mcu-r5f0_1-fw -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu1_1_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 j721s2-mcu-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu1_1_release_strip.xer5f.signed
-rw-r--r-- 1 root root 4728 Mar 9 2018 regulatory.db
-rw-r--r-- 1 root root 1182 Mar 9 2018 regulatory.db.p7s
-rw-r--r-- 1 root root 151552 Mar 9 2018 rgx.fw.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 478552 Mar 9 2018 tee-pager_v2.bin
-rw-r--r-- 1 root root 478552 Mar 9 2018 tee-raw.bin
-rw-r--r-- 1 root root 478580 Mar 9 2018 tee.bin
-rw-r--r-- 1 root root 4295688 Mar 9 2018 tee.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 ti-connectivity
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-ipc
lrwxrwxrwx 1 root root 39 Mar 9 2018 wave521c_codec_fw.bin -> /lib/firmware/cnm/wave521c_codec_fw.bin
ls: cannot access '/lib/firmware/ipc': No such file or directory
root@j721s2-evm:~# cat /proc/diskstats
7 0 loop0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 1 loop1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 2 loop2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 3 loop3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 4 loop4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 5 loop5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 6 loop6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 7 loop7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
179 0 mmcblk0 858 0 57563 494 1 0 8 0 0 916 494 0 0 0 0 0 0
179 1 mmcblk0p1 274 0 18805 156 0 0 0 0 0 380 156 0 0 0 0 0 0
179 2 mmcblk0p2 290 0 18812 190 0 0 0 0 0 388 190 0 0 0 0 0 0
179 3 mmcblk0p3 256 0 18746 136 1 0 8 0 0 392 136 0 0 0 0 0 0
179 32 mmcblk0boot0 102 0 2016 140 0 0 0 0 0 216 140 0 0 0 0 0 0
179 64 mmcblk0boot1 68 0 1344 26 0 0 0 0 0 64 26 0 0 0 0 0 0
179 96 mmcblk1 758 34 51821 1977 2 0 16 6 0 1640 1984 0 0 0 0 1 0
179 97 mmcblk1p1 265 0 16673 605 0 0 0 0 0 748 605 0 0 0 0 0 0
179 98 mmcblk1p2 226 34 17274 609 1 0 8 1 0 744 610 0 0 0 0 0 0
179 99 mmcblk1p3 229 0 16674 713 1 0 8 5 0 764 718 0 0 0 0 0 0
root@j721s2-evm:~# cat /proc/interrupts
CPU0 CPU1
9: 0 0 GICv3 25 Level vgic
11: 4128 4545 GICv3 30 Level arch_timer
12: 0 0 GICv3 27 Level kvm guest vtimer
14: 0 0 GICv3 23 Level arm-pmu
15: 1794 0 GICv3 69 Level 32c00000.mailbox thr_011
36: 3 0 GICv3 928 Level 42120000.i2c
37: 62 0 GICv3 232 Level 2000000.i2c
38: 10 0 MSI-INTA 17825888 Level 46000000.ethernet-tx0
39: 9 0 MSI-INTA 17825889 Level 46000000.ethernet-tx1
40: 71617 0 MSI-INTA 17825890 Level 46000000.ethernet-tx2
41: 2 0 MSI-INTA 17825891 Level 46000000.ethernet-tx3
42: 9 0 MSI-INTA 17825892 Level 46000000.ethernet-tx4
43: 0 0 MSI-INTA 17825893 Level 46000000.ethernet-tx5
44: 14 0 MSI-INTA 17825894 Level 46000000.ethernet-tx6
45: 12 0 MSI-INTA 17825895 Level 46000000.ethernet-tx7
47: 101766 0 MSI-INTA 17825897 Level 46000000.ethernet
58: 0 0 MSI-INTA 16974702 Level 31150000.dma-controller chan0
59: 0 0 MSI-INTA 16974703 Level 31150000.dma-controller chan1
60: 0 0 MSI-INTA 16974704 Level 31150000.dma-controller chan2
61: 0 0 MSI-INTA 16974705 Level 31150000.dma-controller chan3
62: 0 0 MSI-INTA 16974706 Level 31150000.dma-controller chan4
63: 0 0 MSI-INTA 16974707 Level 31150000.dma-controller chan5
64: 0 0 MSI-INTA 16974708 Level 31150000.dma-controller chan6
186: 0 0 GICv3 878 Level 40a00000.serial
187: 724 0 GICv3 280 Level 2880000.serial
188: 0 0 GICv3 872 Level 47040000.spi
189: 0 0 GICv3 873 Level 47050000.spi
190: 1248 0 GICv3 35 Level mmc0
417: 0 0 MSI-INTA 17236998 Edge 31150000.dma-controller chan5
418: 0 0 MSI-INTA 17236999 Edge 31150000.dma-controller chan6
444: 1629 0 GICv3 36 Level mmc1
447: 0 0 GICv3 43 Level 4e10000.rng
449: 0 0 GICv3 892 Level TI-am335x-adc.1.auto
450: 0 0 GICv3 893 Level TI-am335x-adc.0.auto
452: 2 0 INTR 432 Level mbox-main-r5fss0-core0
453: 3 0 INTR 428 Level mbox-main-r5fss1-core0
454: 4 0 INTR 420 Level mbox-c71-0, mbox-c71-1
459: 0 0 GICv3 152 Level 6000000.usb
IPI0: 3668 14751 Rescheduling interrupts
IPI1: 3321 6740 Function call interrupts
IPI2: 0 0 CPU stop interrupts
IPI3: 0 0 CPU stop (for crash dump) interrupts
IPI4: 0 0 Timer broadcast interrupts
IPI5: 0 0 IRQ work interrupts
Err: 0
root@j721s2-evm:~# cat /proc/softirqs
CPU0 CPU1
HI: 0 0
TIMER: 1467 2128
NET_TX: 45 2
NET_RX: 91642 12
BLOCK: 1026 0
IRQ_POLL: 0 0
TASKLET: 5818 3
SCHED: 1766 1896
HRTIMER: 0 0
RCU: 6100 9933
root@j721s2-evm:~# ls -lR /run/media/mmcblk0p1
/run/media/mmcblk0p1:
total 0
root@j721s2-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $?
1
root@j721s2-evm:~# opkg list-installed | grep ti-test; echo $?
ti-test - 1.0-r0.121
ti-test-extras - 1.0-r0.121
0
root@j721s2-evm:~# depmod -a
root@j721s2-evm:~# lsmod
Module Size Used by
overlay 139264 0
cfg80211 409600 0
rfkill 28672 2 cfg80211
rpmsg_ctrl 12288 0
rpmsg_char 20480 1 rpmsg_ctrl
ti_am335x_adc 16384 0
kfifo_buf 12288 1 ti_am335x_adc
cdns3 40960 0
phy_cadence_torrent 57344 0
cdns_usb_common 20480 1 cdns3
crct10dif_ce 12288 1
mux_gpio 12288 0
omap_mailbox 20480 4
at24 16384 0
k3_j72xx_bandgap 12288 0
ti_am335x_tscadc 12288 1 ti_am335x_adc
sa2ul 32768 0
ti_k3_r5_remoteproc 24576 0
phy_j721e_wiz 28672 5
ti_k3_dsp_remoteproc 16384 0
authenc 12288 1 sa2ul
m_can_platform 12288 0
m_can 24576 1 m_can_platform
cdns3_ti 12288 0
can_dev 45056 1 m_can
rti_wdt 12288 0
phy_can_transceiver 12288 5
fuse 131072 1
drm 577536 0
backlight 20480 1 drm
ipv6 462848 36
root@j721s2-evm:~# export IPERFHOST=192.168.0.1
root@j721s2-evm:~# export NFS_SERVER=192.168.0.1
root@j721s2-evm:~# export NFS_ROOT_PATH=/opt/NFS_exports/linux/j721s2-evm3
root@j721s2-evm:~# export AP_SSID=
root@j721s2-evm:~# mkdir -p -m 777 /test
root@j721s2-evm:~# cd /test
root@j721s2-evm:/test# cat > test.sh << EOF
> failtest() {
> echo 1 >&3
> }
> timeout=300
>
> # Start of user's script logic
> cd /opt/ltp
> ./runltp -P j721s2-evm -f cpuhotplug
> EOF
root@j721s2-evm:/test# eth=`ls /sys/class/net/ | awk '/.*eth.*/{print $1}' | head
d -1`;ifconfig $eth
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.0.137 netmask 255.255.255.0 broadcast 192.168.0.255
inet6 fe80::3608:e1ff:fe77:edbb prefixlen 64 scopeid 0x20<link>
ether 34:08:e1:77:ed:bb txqueuelen 1000 (Ethernet)
RX packets 259866 bytes 350394198 (334.1 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 145368 bytes 25381330 (24.2 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
root@j721s2-evm:/test# eth=`ls /sys/class/net/ | awk '/.*eth.*/{print $1}' | head
d -1`;ifconfig $eth
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.0.137 netmask 255.255.255.0 broadcast 192.168.0.255
inet6 fe80::3608:e1ff:fe77:edbb prefixlen 64 scopeid 0x20<link>
ether 34:08:e1:77:ed:bb txqueuelen 1000 (Ethernet)
RX packets 259888 bytes 350398202 (334.1 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 145394 bytes 25385774 (24.2 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
root@j721s2-evm:/test# cd /test
root@j721s2-evm:/test# chmod +x test.sh
root@j721s2-evm:/test# ./test.sh 2>&1 3> result.log
INFO: creating /opt/ltp/output directory
INFO: creating /opt/ltp/results directory
INFO: Filtering testscenarios based on j721s2-evm capabilities
Checking for required user/group ids
'root' user id and group found.
'nobody' user id and group found.
'bin' user id and group found.
'daemon' user id and group found.
Users group found.
Sys group found.
Required users/groups exist.
If some fields are empty or look unusual you may have an old version.
Compare to the current minimal requirements in Documentation/Changes.
/etc/os-release
ID=arago
NAME="Arago"
VERSION="2023.10"
VERSION_ID=2023.10
PRETTY_NAME="Arago 2023.10"
uname:
Linux j721s2-evm 6.7.0-rc5-next-20231212-00001-gc74adcd13b85 #1 SMP PREEMPT Tue Dec 12 12:55:23 IST 2023 aarch64 aarch64 aarch64 GNU/Linux
/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-evm3/autofs/6c18a6c42723fbd84f843711e760760f,nolock,v3,tcp,rsize=4096,wsize=4096
Gnu C gcc (GCC) 11.4.0
Clang
Gnu make 4.3
util-linux 2.37.4
mount linux 2.37.4 (libmount 2.37.4: btrfs, namespaces, assert, debug)
modutils 29
e2fsprogs 1.46.5
Linux C Library x 1 root root 1630088 Mar 9 2018 /lib/libc.so.6
Dynamic linker (ldd) 2.35
Linux C++ Library 6.0.29
Procps 3.3.17-dirty
Net-tools 2.10
iproute2 iproute2-5.17.0
iputils 'V'
ethtool 5.16
Sh-utils 9.0
Modules Loaded overlay cfg80211 rfkill rpmsg_ctrl rpmsg_char ti_am335x_adc kfifo_buf cdns3 phy_cadence_torrent cdns_usb_common crct10dif_ce mux_gpio omap_mailbox at24 k3_j72xx_bandgap ti_am335x_tscadc sa2ul ti_k3_r5_remoteproc phy_j721e_wiz ti_k3_dsp_remoteproc authenc m_can_platform m_can cdns3_ti can_dev rti_wdt phy_can_transceiver fuse drm backlight ipv6
free reports:
total used free shared buff/cache available
Mem: 16173688 134548 15681260 9208 357880 15824780
Swap: 0 0 0
cpuinfo:
Architecture: aarch64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 2
On-line CPU(s) list: 0,1
Vendor ID: ARM
Model name: Cortex-A72
Model: 0
Thread(s) per core: 1
Core(s) per cluster: 2
Socket(s): -
Cluster(s): 1
Stepping: r1p0
BogoMIPS: 400.00
Flags: fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
Caches (sum of all):
L1d: 64 KiB (2 instances)
L1i: 96 KiB (2 instances)
L2: 1 MiB (1 instance)
NUMA:
NUMA node(s): 1
NUMA node0 CPU(s): 0,1
Vulnerabilities:
Gather data sampling: Not affected
Itlb multihit: Not affected
L1tf: Not affected
Mds: Not affected
Meltdown: Not affected
Mmio stale data: Not affected
Retbleed: Not affected
Spec rstack overflow: Not affected
Spec store bypass: Not affected
Spectre v1: Mitigation; __user pointer sanitization
Spectre v2: Mitigation; CSV2, BHB
Srbds: Not affected
Tsx async abort: Not affected
available filesystems:
9p autofs bdev bpf cgroup cgroup2 configfs cpuset debugfs devpts devtmpfs efivarfs ext2 ext3 ext4 fuse fuseblk fusectl hugetlbfs mqueue nfs nfs4 overlay pipefs proc pstore ramfs rpc_pipefs securityfs sockfs squashfs sysfs tmpfs vfat
mounted filesystems (/proc/mounts):
192.168.0.1:/opt/NFS_exports/linux/j721s2-evm3/autofs/6c18a6c42723fbd84f843711e760760f / nfs rw,relatime,vers=3,rsize=4096,wsize=4096,namlen=255,hard,nolock,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=192.168.0.1,mountvers=3,mountproto=tcp,local_lock=all,addr=192.168.0.1 0 0
devtmpfs /dev devtmpfs rw,relatime,size=8065692k,nr_inodes=2016423,mode=755 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
devpts /dev/pts devpts rw,relatime,gid=5,mode=620,ptmxmode=000 0 0
tmpfs /run tmpfs rw,nosuid,nodev,size=3234740k,nr_inodes=819200,mode=755 0 0
tmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,size=4096k,nr_inodes=1024,mode=755 0 0
cgroup2 /sys/fs/cgroup/unified cgroup2 rw,nosuid,nodev,noexec,relatime,nsdelegate 0 0
cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,name=systemd 0 0
pstore /sys/fs/pstore pstore rw,nosuid,nodev,noexec,relatime 0 0
bpf /sys/fs/bpf bpf rw,nosuid,nodev,noexec,relatime,mode=700 0 0
cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0
cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0
cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0
cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0
cgroup /sys/fs/cgroup/hugetlb cgroup rw,nosuid,nodev,noexec,relatime,hugetlb 0 0
cgroup /sys/fs/cgroup/pids cgroup rw,nosuid,nodev,noexec,relatime,pids 0 0
cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0
cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0
cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0
hugetlbfs /dev/hugepages hugetlbfs rw,relatime,pagesize=2M 0 0
mqueue /dev/mqueue mqueue rw,nosuid,nodev,noexec,relatime 0 0
debugfs /sys/kernel/debug debugfs rw,nosuid,nodev,noexec,relatime 0 0
tmpfs /tmp tmpfs rw,nosuid,nodev,nr_inodes=1048576 0 0
fusectl /sys/fs/fuse/connections fusectl rw,nosuid,nodev,noexec,relatime 0 0
configfs /sys/kernel/config configfs rw,nosuid,nodev,noexec,relatime 0 0
ramfs /run/credentials/systemd-sysusers.service ramfs ro,nosuid,nodev,noexec,relatime,mode=700 0 0
tmpfs /media/ram tmpfs rw,relatime,size=16384k 0 0
tmpfs /var/volatile tmpfs rw,relatime,size=51200k 0 0
/dev/mmcblk0p1 /run/media/mmcblk0p1 vfat rw,relatime,gid=6,fmask=0007,dmask=0007,allow_utime=0020,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro 0 0
/dev/mmcblk0p2 /run/media/mmcblk0p2 vfat rw,relatime,gid=6,fmask=0007,dmask=0007,allow_utime=0020,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro 0 0
/dev/mmcblk0p3 /run/media/mmcblk0p3 ext2 rw,relatime,errors=continue 0 0
/dev/mmcblk1p3 /run/media/mmcblk1p3 ext2 rw,relatime,errors=continue 0 0
/dev/mmcblk1p1 /run/media/boot-mmcblk1p1 vfat rw,relatime,gid=6,fmask=0007,dmask=0007,allow_utime=0020,code[ 74.761060] LTP: starting cpuhotplug02 (cpuhotplug02.sh -c 1 -l 1)
page=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro 0 0
/dev/mmcblk1p2 /run/media/root-mmcblk1p2 ext4 rw,relatime 0 0
tmpfs /run/user/0 tmpfs rw,nosuid,nodev,relatime,size=1617368k,nr_inodes=404342,mode=700 0 0
mounted filesystems (df):
Filesystem Type Size Used Avail Use% Mounted on
192.168.0.1:/opt/NFS_exports/linux/j721s2-evm3/autofs/6c18a6c42723fbd84f843711e760760f nfs 915G 600G 276G 69% /
devtmpfs devtmpfs 7.7G 4.0K 7.7G 1% /dev
tmpfs tmpfs 7.8G 0 7.8G 0% /dev/shm
tmpfs tmpfs 3.1G 9.0M 3.1G 1% /run
tmpfs tmpfs 4.0M 0 4.0M 0% /sys/fs/cgroup
tmpfs tmpfs 7.8G 28K 7.8G 1% /tmp
tmpfs tmpfs 16M 0 16M 0% /media/ram
tmpfs tmpfs 50M 16K 50M 1% /var/volatile
/dev/mmcblk0p1 vfat 78M 512 78M 1% /run/media/mmcblk0p1
/dev/mmcblk0p2 vfat 1021M 4.0K 1021M 1% /run/media/mmcblk0p2
/dev/mmcblk0p3 ext2 14G 35M 13G 1% /run/media/mmcblk0p3
/dev/mmcblk1p3 ext2 22G 44M 21G 1% /run/media/mmcblk1p3
/dev/mmcblk1p1 vfat 128M 24M 104M 19% /run/media/boot-mmcblk1p1
/dev/mmcblk1p2 ext4 7.2G 4.5G 2.4G 66% /run/media/root-mmcblk1p2
tmpfs tmpfs 1.6G 0 1.6G 0% /run/user/0
AppArmor disabled
SELinux mode: unknown
no big block device was specified on commandline.
Tests which require a big block device are disabled.
You can specify it with option -z
COMMAND: /opt/ltp/bin/ltp-pan -e -S -a 816 -n 816 -p -f /tmp/ltp-HMhEg0QAYT/alltests -l /tmp/tmp.zjXkugvHuQ -C /opt/ltp/output/LTP_RUN_ON-tmp.zjXkugvHuQ.failed -T /opt/ltp/output/LTP_RUN_ON-tmp.zjXkugvHuQ.tconf
LOG File: /tmp/tmp.zjXkugvHuQ
FAILED COMMAND File: /opt/ltp/output/LTP_RUN_ON-tmp.zjXkugvHuQ.failed
TCONF COMMAND File: /opt/ltp/output/LTP_RUN_ON-tmp.zjXkugvHuQ.tconf
Running tests.......
<<<test_start>>>
tag=cpuhotplug02 stime=1651167813
cmdline="cpuhotplug02.sh -c 1 -l 1"
contacts=""
analysis=exit
<<<test_output>>>
Name: cpuhotplug02
Date: Thu Apr 28 17:43:33 UTC 2022
Desc: What happens to a process when its CPU is offlined?
CPU is 1
[ 79.954785] select_fallback_rq: 15 callbacks suppressed
[ 79.954794] process 1284 (cpuhotplug_do_s) no longer affine to cpu1
[ 79.990801] IRQ38: set affinity failed(-22).
[ 79.995065] IRQ39: set affinity failed(-22).
[ 79.999320] IRQ40: set affinity failed(-22).
[ 80.003574] IRQ41: set affinity failed(-22).
[ 80.007828] IRQ42: set affinity failed(-22).
[ 80.012082] IRQ43: set affinity failed(-22).
[ 80.016336] IRQ44: set affinity failed(-22).
[ 80.020592] IRQ45: set affinity failed(-22).
[ 80.024846] IRQ47: set affinity failed(-22).
[ 80.029104] IRQ58: set affinity failed(-22).
[ 80.034049] psci: CPU1 killed (polled 0 ms)
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 80.167015] Detected PIPT I-cache on CPU1
[ 80.171049] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 80.177954] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
cpuhotplug02 1 [1;32mTPASS:[0m turned off CPU 1, process migrated to CPU 0
<<<execution_status>>>
initiation_status="ok"
duration=8 termi[ 82.194392] LTP: starting cpuhotplug03 (cpuhotplug03.sh -c 1 -l 1)
nation_type=exited termination_id=0 corefile=no
cutime=4 cstime=8
<<<test_end>>>
<<<test_start>>>
tag=cpuhotplug03 stime=1651167821
cmdline="cpuhotplug03.sh -c 1 -l 1"
contacts=""
analysis=exit
<<<test_output>>>
Name: cpuhotplug03
Date: Thu Apr 28 17:43:41 UTC 2022
Desc: Do tasks get scheduled to a newly on-lined CPU?
CPU is 1
[ 82.404176] psci: CPU1 killed (polled 0 ms)
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1335 0.0 0.0 3612 2304 ttyS2 R 17:43 0:00 /bin/sh /opt/ltp/testcases/bin/cpuhotplug_do_spin_loop
root 1336 0.0 0.0 3612 2304 ttyS2 R 17:43 0:00 /bin/sh /opt/ltp/testcases/bin/cpuhotplug_do_spin_loop
root 1337 0.0 0.0 3612 2304 ttyS2 R 17:43 0:00 /bin/sh /opt/ltp/testcases/bin/cpuhotplug_do_spin_loop
root 1338 0.0 0.0 3612 2304 ttyS2 R 17:43 0:00 /bin/sh /opt/ltp/testcases/bin/cpuhotplug_do_spin_loop
root 1342 0.0 0.0 3088 1536 ttyS2 S 17:43 0:00 grep cpuhotplug_do_spin_loop
cpuhotplug03 1 [1;34mTINFO:[0m Onlining CPU 1
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 82.699170] Detected PIPT I-cache on CPU1
[ 82.703207] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 82.710110] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
1 /bin/sh /opt/ltp/testcases/bin/cpuhotplug_do_spin_loop
1 /bin/sh /opt/ltp/testcases/bin/cpuhotplug_do_spin_loop
0 /bin/sh /opt/ltp/testcases/bin/cpuhotplug_do_spin_loop
0 /bin/sh /opt/ltp/testcases/bin/cpuhotplug_do_spin_loop
/opt/ltp/testcases/bin/cpuhotplug03.sh: line 40: 1335 Killed cpuhotplug_do_spin_loop > /dev/null 2>&1
/opt/ltp/testcases/bin/cpuhotplug03.sh: line 40: 1336 Killed cpuhotplug_do_spin_loop > /dev/null 2>&1
/opt/ltp/testcases/bin/cpuhotplug03.sh: line 40: 1337 Killed cpuhotplug_do_spin_loop > /dev/null 2>&1
/opt/ltp/testcases/bin/cpuhotplug03.sh: line 40: 1338 Killed cpuhotplug_do_spin_loop > /dev/null 2>&1
cpuhotplug03 1 [1;32mTPASS:[0m 3 cpuhotplug_do_spin_loop processes found on CPU1
<<<execution_status>>>[ 85.947743] LTP: starting cpuhotplug04 (cpuhotplug04.sh -l 1)
initiation_status="ok"
duration=3 termination_type=exited termination_id=0 corefile=no
cutime=660 cstime=17
<<<test_end>>>
<<<test_start>>>
tag=cpuhotplug04 stime=1651167824
cmdline="cpuhotplug04.sh -l 1"
contacts=""
analysis=exit
<<<test_output>>>
Name: cpuhotplug04
Date: Thu Apr 28 17:43:44 UTC 2022
Desc: Does it prevent us from offlining the last CPU?
[ 86.202979] migrate_one_irq: 26 callbacks suppressed
[ 86.202989] IRQ38: set affinity failed(-22).
[ 86.212197] IRQ39: set affinity failed(-22).
[ 86.216452] IRQ40: set affinity failed(-22).
[ 86.220707] IRQ41: set affinity failed(-22).
[ 86.224962] IRQ42: set affinity failed(-22).
[ 86.229216] IRQ43: set affinity failed(-22).
[ 86.233471] IRQ44: set affinity failed(-22).
[ 86.237725] IRQ45: set affinity failed(-22).
[ 86.241980] IRQ47: set affinity failed(-22).
[ 86.246239] IRQ58: set affinity failed(-22).
[ 86.251782] psci: CPU0 killed (polled 0 ms)
cpuhotplug04 1 [1;32mTPASS:[0m System prevented us from offlining the last CPU - cpu1
cpuhotplug04 2 [1;32mTPASS:[0m Success
I/TC: Secondary CPU 0 initializing
I/TC: Secondary CPU 0 switching to normal world boot
[ 86.315016] Detected PIPT I-cache on CPU0
[ 86.319048] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000
[ 86.325955] CPU0: Booted secondary processor 0x0000000000 [0x411fd080]
<<<execution_status>>>
[ 86.355954] LTP: starting cpuhotplug05 (cpuhotplug05.sh -c 1 -l 1 -d /tmp)
initiation_status="ok"
duration=1 termination_type=exited termination_id=0 corefile=no
cutime=10 cstime=14
<<<test_end>>>
<<<test_start>>>
tag=cpuhotplug05 stime=1651167825
cmdline="cpuhotplug05.sh -c 1 -l 1 -d /tmp"
contacts=""
analysis=exit
<<<test_output>>>
Name: cpuhotplug05
Date: Thu Apr 28 17:43:45 UTC 2022
Desc: Does sar behave properly during CPU hotplug events?
cpuhotplug05 1 [1;33mTCONF:[0m 'sar' not found
<<<execution_s[ 86.402677] LTP: starting cpuhotplug06 (cpuhotplug06.sh -c 1 -l 1)
tatus>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=32 corefile=no
cutime=1 cstime=1
<<<test_end>>>
<<<test_start>>>
tag=cpuhotplug06 stime=1651167825
cmdline="cpuhotplug06.sh -c 1 -l 1"
contacts=""
analysis=exit
<<<test_output>>>
Name: cpuhotplug06
Date: Thu Apr 28 17:43:45 UTC 2022
Desc: Does top work properly when CPU hotplug events occur?
CPU is 1
[ 87.572322] psci: CPU1 killed (polled 0 ms)
1497 ttyS2 00:00:00 top
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 88.643011] Detected PIPT I-cache on CPU1
[ 88.647047] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 88.653961] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
cpuhotplug06 1 [1;32mTPASS:[0m PID 1497 still running.
/opt/ltp/testcases/bin/cpuhotplug_testsuite.sh: line 63: 1497 K[ 88.684843] LTP: starting cpuhotplug07 (cpuhotplug07.sh -c 1 -l 1 -d /usr/src/linux)
illed top -b -d 00.10 > /dev/null 2>&1
<<<execution_status>>>
initiation_status="ok"
duration=2 termination_type=exited termination_id=0 corefile=no
cutime=15 cstime=16
<<<test_end>>>
<<<test_start>>>
tag=cpuhotplug07 stime=1651167827
cmdline="cpuhotplug07.sh -c 1 -l 1 -d /usr/src/linux"
contacts=""
analysis=exit
<<<test_output>>>
incrementing stop
Name: cpuhotplug07
Date: Thu Apr 28 17:43:47 UTC 2022
Desc: What happens when hotplugging during a heavy workload?
Issue: Hotplug bugs have been found during kernel compiles
cpuhotplug07 1 [1;33mTCONF:[0m kernel directory - /usr/src/linux - does not exist
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=32 corefile=no
cutime=4 cstime=3
<<<test_end>>>
INFO: ltp-pan reported all tests PASS
LTP Version: 20230127-2717-g417ae7f75
###############################################################"
Done executing testcases."
LTP Version: 20230127-2717-g417ae7f75
Result log is in the /tmp/tmp.zjXkugvHuQ "
###############################################################"
Test Start Time: Thu Apr 28 17:43:33 2022
-----------------------------------------
Testcase Result Exit Value
-------- ------ ----------
cpuhotplug02 PASS 0
cpuhotplug03 PASS 0
cpuhotplug04 PASS 0
cpuhotplug05 CONF 32
cpuhotplug06 PASS 0
cpuhotplug07 CONF 32
-----------------------------------------------
Total Tests: 6
Total Skipped Tests: 2
Total Failures: 0
Kernel Version: 6.7.0-rc5-next-20231212-00001-gc74adcd13b85
Machine Architecture: aarch64
Hostname: j721s2-evm
root@j721s2-evm:/test# echo $?
0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment