Skip to content

Instantly share code, notes, and snippets.

@uditkumarti
Created August 8, 2023 13:59
Show Gist options
  • Save uditkumarti/54db4d5e49467442e1698e5af82d787b to your computer and use it in GitHub Desktop.
Save uditkumarti/54db4d5e49467442e1698e5af82d787b to your computer and use it in GitHub Desktop.
patch_adc_ahp_v1
U-Boot SPL 2023.04-g756ba776d4 (Jul 13 2023 - 05:36:12 +0000)
ti_i2c_eeprom_am6_get: Ignoring record id 255
ti_i2c_eeprom_am6_get: Ignoring record id 255
ti_i2c_eeprom_am6_get: Ignoring record id 255
ti_i2c_eeprom_am6_get: Ignoring record id 255
ti_i2c_eeprom_am6_get: Ignoring record id 255
ti_i2c_eeprom_am6_get: Ignoring record id 255
ti_i2c_eeprom_am6_get: Ignoring record id 255
ti_i2c_eeprom_am6_get: Ignoring record id 255
ti_i2c_eeprom_am6_get: Ignoring record id 255
ti_i2c_eeprom_am6_get: Ignoring record id 255
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
SPL initial stack usage: 13424 bytes
Trying to boot from MMC2
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
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Loading Environment from nowhere... OK
Starting ATF on ARM64 core...
NOTICE: BL31: v2.8(release):v2.8-226-g2fcd408bb3-dirty
NOTICE: BL31: Built : 00:42:57, Jan 13 2023
I/TC:
I/TC: OP-TEE version: 3.20.0 (gcc version 11.3.0 (GCC)) #1 Fri Jan 20 15:42:54 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.0.6--v09.00.06 (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-g756ba776d4 (Jul 13 2023 - 05:36:12 +0000)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
Trying to boot from MMC2
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
U-Boot 2023.04-g756ba776d4 (Jul 13 2023 - 05:36:12 +0000)
SoC: J784S4 SR1.0 GP
Model: Texas Instruments J784S4 EVM
Board: J784S4X-EVM rev E2
DRAM: 32 GiB
idle-statesCore: 88 devices, 31 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
Unidentified board claims J784S4X-EVM in eeprom header
Net: eth0: ethernet@46000000port@1
Hit any key to stop autoboot: 2 0
=>
=>
=>
=>
=>
=>
=> version
U-Boot 2023.04-g756ba776d4 (Jul 13 2023 - 05:36:12 +0000)
aarch64-oe-linux-gcc (GCC) 11.3.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 ${optargs} earlycon=ns16550a,mmio32,0x02880000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=j784s4
board_name=j784s4
board_rev=E2
board_serial=0064
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_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-j784s4-evm.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=68:e7:4a:08:40:d2
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde99390
fdtoverlay_addr_r=0x89000000
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = am69-sk; then setenv name_fdt ti/k3-am69-sk.dtb; fi; if test $board_name = j784s4; then setenv name_fdt ti/k3-j784s4-evm.dtb; fi; setenv fdtfile ${name_fdt}
finduuid=part uuid ${boot} ${bootpart} uuid
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/dtb/${name_fdt}
get_fdt_ufs=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_ufs=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_ufs=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load scsi ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && fdt apply ${dtboaddr}; done;
get_overlaystring=for overlay in $name_overlays; do; setenv overlaystring ${overlaystring}'#'${overlay}; done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_mmc=run args_all args_mmc
init_ufs=ufs init; scsi scan; run args_ufs
kernel_addr_r=0x82000000
load_efi_dtb=load ${devtype} ${devnum}:${distro_bootpart} ${fdt_addr_r} ${prefix}${efi_fdtfile}
loadaddr=0x82000000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
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
name_fit=fitImage
name_kern=Image
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
rproc_fw_binaries= 2 /lib/firmware/j784s4-main-r5f0_0-fw 3 /lib/firmware/j784s4-main-r5f0_1-fw 4 /lib/firmware/j784s4-main-r5f1_0-fw 5 /lib/firmware/j784s4-main-r5f1_1-fw 6 /lib/firmware/j784s4-main-r5f2_0-fw 7 /lib/firmware/j784s4-main-r5f2_1-fw 8 /lib/firmware/j784s4-c71_0-fw 9 /lib/firmware/j784s4-c71_1-fw 10 /lib/firmware/j784s4-c71_2-fw 11 /lib/firmware/j784s4-c71_3-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#=0000000000000064
serverip=192.168.0.1
soc=k3
splashfile=ti.gz
splashimage=0x82000000
splashpos=m,m
splashsource=mmc
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: 10444/131067 bytes
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled
=> setenv bootargs ''${bootargs}' ip=:::::eth0:dhcp '
=> setenv serverip '192.168.0.1'
=> setenv autoload 'no'
=> dhcp
k3-navss-ringacc ringacc@2b800000: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:328
k3-navss-ringacc ringacc@2b800000: dma-ring-reset-quirk: disabled
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
ethernet@46000000port@1 Waiting for PHY auto negotiation to complete. done
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.205 (1260 ms)
=> setenv dorprocboot '1'
=> run boot_rprocs
k3_r5f_rproc r5f@41000000: Core 1 is already in use. No rproc commands work
k3_r5f_rproc r5f@41400000: Core 2 is already in use. No rproc commands work
84712 bytes read in 26 ms (3.1 MiB/s)
Load Remote Processor 2 with data@addr=0x82000000 84712 bytes: Success!
84712 bytes read in 27 ms (3 MiB/s)
Load Remote Processor 3 with data@addr=0x82000000 84712 bytes: Success!
84712 bytes read in 27 ms (3 MiB/s)
Load Remote Processor 4 with data@addr=0x82000000 84712 bytes: Success!
84712 bytes read in 26 ms (3.1 MiB/s)
Load Remote Processor 5 with data@addr=0x82000000 84712 bytes: Success!
84712 bytes read in 27 ms (3 MiB/s)
Load Remote Processor 6 with data@addr=0x82000000 84712 bytes: Success!
84712 bytes read in 27 ms (3 MiB/s)
Load Remote Processor 7 with data@addr=0x82000000 84712 bytes: Success!
10489056 bytes read in 34 ms (294.2 MiB/s)
Load Remote Processor 8 with data@addr=0x82000000 10489056 bytes: Success!
10489056 bytes read in 34 ms (294.2 MiB/s)
Load Remote Processor 9 with data@addr=0x82000000 10489056 bytes: Success!
10489056 bytes read in 34 ms (294.2 MiB/s)
Load Remote Processor 10 with data@addr=0x82000000 10489056 bytes: Success!
10489056 bytes read in 34 ms (294.2 MiB/s)
Load Remote Processor 11 with data@addr=0x82000000 10489056 bytes: Success!
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs ${optargs} earlycon=ns16550a,mmio32,0x02880000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=j784s4
board_name=j784s4
board_rev=E2
board_serial=0064
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_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-j784s4-evm.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=68:e7:4a:08:40:d2
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde99390
fdtoverlay_addr_r=0x89000000
fileaddr=82000000
filesize=a00ce0
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = am69-sk; then setenv name_fdt ti/k3-am69-sk.dtb; fi; if test $board_name = j784s4; then setenv name_fdt ti/k3-j784s4-evm.dtb; fi; setenv fdtfile ${name_fdt}
finduuid=part uuid ${boot} ${bootpart} uuid
gatewayip=192.168.0.1
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/dtb/${name_fdt}
get_fdt_ufs=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_ufs=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_ufs=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load scsi ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && fdt apply ${dtboaddr}; done;
get_overlaystring=for overlay in $name_overlays; do; setenv overlaystring ${overlaystring}'#'${overlay}; done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_mmc=run args_all args_mmc
init_ufs=ufs init; scsi scan; run args_ufs
ipaddr=192.168.0.205
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
name_fit=fitImage
name_kern=Image
netmask=255.255.255.0
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
rproc_fw_binaries= 2 /lib/firmware/j784s4-main-r5f0_0-fw 3 /lib/firmware/j784s4-main-r5f0_1-fw 4 /lib/firmware/j784s4-main-r5f1_0-fw 5 /lib/firmware/j784s4-main-r5f1_1-fw 6 /lib/firmware/j784s4-main-r5f2_0-fw 7 /lib/firmware/j784s4-main-r5f2_1-fw 8 /lib/firmware/j784s4-c71_0-fw 9 /lib/firmware/j784s4-c71_1-fw 10 /lib/firmware/j784s4-c71_2-fw 11 /lib/firmware/j784s4-c71_3-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#=0000000000000064
serverip=192.168.0.1
soc=k3
splashfile=ti.gz
splashimage=0x82000000
splashpos=m,m
splashsource=mmc
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: 10609/131067 bytes
=> tftp ${loadaddr} 192.168.0.1:vatf_j784s4-evm-02/5a3d7ac54c83ac9bad14c8d41201a9de
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.205
Filename 'vatf_j784s4-evm-02/5a3d7ac54c83ac9bad14c8d41201a9de'.
Load address: 0x82000000
Loading: *################################################## 39.4 MiB
14.2 MiB/s
done
Bytes transferred = 41361920 (2772200 hex)
=> tftp ${fdt_addr_r} 192.168.0.1:vatf_j784s4-evm-02/7c0fcc4c4a7c8405d426b89d604a4f29
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.205
Filename 'vatf_j784s4-evm-02/7c0fcc4c4a7c8405d426b89d604a4f29'.
Load address: 0x88000000
Loading: *################################################## 58.8 KiB
8.2 MiB/s
done
Bytes transferred = 60163 (eb03 hex)
=> fdt address ${fdt_addr_r}
Working FDT set to 88000000
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
=> setenv bootargs ''${bootargs}' root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j784s4-evm-02/autofs/2cd386f61c6d7484704a04da7d116ba2,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-g756ba776d4 (Jul 13 2023 - 05:36:12 +0000)
aarch64-oe-linux-gcc (GCC) 11.3.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 = 0x000000077fffffff
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffece000
reloc off = 0x000000007f6ce000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 68:e7:4a:08:40:d2
IP addr = 192.168.0.205
fdt_blob = 0x00000000fde99390
new_fdt = 0x00000000fde99390
fdt_size = 0x0000000000014a20
lmb_dump_all:
memory.cnt = 0x2
memory[0] [0x80000000-0xfffffffe], 0x7fffffff bytes flags: 0
memory[1] [0x880000000-0xffffffffe], 0x77fffffff bytes flags: 0
reserved.cnt = 0x4
reserved[0] [0x9e800000-0xabffffff], 0x0d800000 bytes flags: 4
reserved[1] [0xfce8a000-0xffffffff], 0x03176000 bytes flags: 0
reserved[2] [0xfde94d80-0xfffffffe], 0x0216b27f bytes flags: 0
reserved[3] [0x880000000-0xfffffefff], 0x77ffff000 bytes flags: 0
devicetree = separate
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde99380
sp start = 0x00000000fde99380
Early malloc usage: 2e08 / 8000
=>
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x000000007fffffff
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x000000077fffffff
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffece000
reloc off = 0x000000007f6ce000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 68:e7:4a:08:40:d2
IP addr = 192.168.0.205
fdt_blob = 0x00000000fde99390
new_fdt = 0x00000000fde99390
fdt_size = 0x0000000000014a20
lmb_dump_all:
memory.cnt = 0x2
memory[0] [0x80000000-0xfffffffe], 0x7fffffff bytes flags: 0
memory[1] [0x880000000-0xffffffffe], 0x77fffffff bytes flags: 0
reserved.cnt = 0x4
reserved[0] [0x9e800000-0xabffffff], 0x0d800000 bytes flags: 4
reserved[1] [0xfce8a000-0xffffffff], 0x03176000 bytes flags: 0
reserved[2] [0xfde94d80-0xfffffffe], 0x0216b27f bytes flags: 0
reserved[3] [0x880000000-0xfffffefff], 0x77ffff000 bytes flags: 0
devicetree = separate
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde99380
sp start = 0x00000000fde99380
Early malloc usage: 2e08 / 8000
=> ls mmc 0:1
** No partition table - mmc 0 **
Couldn't find partition mmc 0:1
=> ls mmc 1:1
EFI/
20593152 Image
489985 tiboot3.bin
489985 tiboot3-j784s4-gp-evm.bin
492574 tiboot3-j784s4-hs-fs-evm.bin
999411 tispl.bin
1290751 u-boot.img
574 uEnv.txt
4 ws-calibrate.rules
8 file(s), 1 dir(s)
=> ext4ls mmc 0:2 /lib/firmware
** No partition table - mmc 0 **
Couldn't find partition mmc 0:2
=> ext4ls mmc 1:2 /lib/firmware
<DIR> 4096 .
<DIR> 4096 ..
2040 LICENCE.ibt_firmware
2046 LICENCE.iwlwifi_firmware
<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> 66 j784s4-c71_0-fw
<SYM> 66 j784s4-c71_1-fw
<SYM> 66 j784s4-c71_2-fw
<SYM> 66 j784s4-c71_3-fw
<SYM> 68 j784s4-main-r5f0_0-fw
<SYM> 68 j784s4-main-r5f0_1-fw
<SYM> 68 j784s4-main-r5f1_0-fw
<SYM> 68 j784s4-main-r5f1_1-fw
<SYM> 68 j784s4-main-r5f2_0-fw
<SYM> 68 j784s4-main-r5f2_1-fw
<SYM> 66 j784s4-mcu-r5f0_0-fw
<SYM> 73 j784s4-mcu-r5f0_0-fw-sec
<SYM> 68 j784s4-mcu-r5f0_1-fw
4676 regulatory.db
1182 regulatory.db.p7s
151552 rgx.fw.36.53.104.796
383136 rgx.sh.36.53.104.796
<DIR> 4096 ti-connectivity
<DIR> 4096 ti-eth
<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 000000008ffee000, end 000000008ffffb02 ... OK
Working FDT set to 8ffee000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.5.0-rc4-next-20230731-00003-g1bd96b7dcce2-dirty (udit@udit-HP-Z2-Tower-G9-Workstation-Desktop-PC) (aarch64-linux-gnu-gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #2 SMP PREEMPT Tue Aug 8 18:44:32 IST 2023
[ 0.000000] KASLR disabled due to lack of seed
[ 0.000000] Machine model: Texas Instruments J784S4 EVM
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002880000 (options '')
[ 0.000000] printk: bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] 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 r5f-dma-memory@a6000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a6000000..0x00000000a60fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a6000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a6100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a6100000..0x00000000a6ffffff (15360 KiB) nomap non-reusable r5f-memory@a6100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a7000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a7000000..0x00000000a70fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a7000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a7100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a7100000..0x00000000a7ffffff (15360 KiB) nomap non-reusable r5f-memory@a7100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a8000000..0x00000000a80fffff (1024 KiB) nomap non-reusable c71-dma-memory@a8000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a8100000..0x00000000a8ffffff (15360 KiB) nomap non-reusable c71-memory@a8100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a9000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c71-dma-memory@a9000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a9000000..0x00000000a90fffff (1024 KiB) nomap non-reusable c71-dma-memory@a9000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a9100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c71-memory@a9100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a9100000..0x00000000a9ffffff (15360 KiB) nomap non-reusable c71-memory@a9100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000aa000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c71-dma-memory@aa000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000aa000000..0x00000000aa0fffff (1024 KiB) nomap non-reusable c71-dma-memory@aa000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000aa100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c71-memory@aa100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000aa100000..0x00000000aaffffff (15360 KiB) nomap non-reusable c71-memory@aa100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000ab000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c71-dma-memory@ab000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000ab000000..0x00000000ab0fffff (1024 KiB) nomap non-reusable c71-dma-memory@ab000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000ab100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c71-memory@ab100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000ab100000..0x00000000abffffff (15360 KiB) nomap non-reusable c71-memory@ab100000
[ 0.000000] NUMA: No NUMA configuration found
[ 0.000000] NUMA: Faking a node at [mem 0x0000000080000000-0x0000000fffffefff]
[ 0.000000] NUMA: NODE_DATA [mem 0xffbffc9c0-0xffbffefff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x0000000fffffefff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000009e7fffff]
[ 0.000000] node 0: [mem 0x000000009e800000-0x00000000abffffff]
[ 0.000000] node 0: [mem 0x00000000ac000000-0x00000000ffffefff]
[ 0.000000] node 0: [mem 0x0000000880000000-0x0000000fffffefff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000fffffefff]
[ 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
[ 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.2
[ 0.000000] percpu: Embedded 22 pages/cpu s50536 r8192 d31384 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/j784s4-evm-02/autofs/2cd386f61c6d7484704a04da7d116ba2,nolock,v3,tcp,rsize=4096,wsize=4096
[ 0.000000] sysrq: sysrq always enabled.
[ 0.000000] Unknown kernel command line parameters "earlyprintk=serial,ttyS2,115200n8", will be passed to user space.
[ 0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.000000] Fallback order for Node 0: 0
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 8257534
[ 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 8.
[ 0.000000] software IO TLB: mapped [mem 0x00000000f9e00000-0x00000000fde00000] (64MB)
[ 0.000000] Memory: 32553320K/33554424K available (16512K kernel code, 4232K rwdata, 10480K rodata, 9024K init, 615K bss, 968336K reserved, 32768K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: [Firmware Bug]: GICR region 0x0000000001900000 has overlapping address
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 960 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: GICv3 features: 16 PPIs
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000
[ 0.000000] ITS [mem 0x01820000-0x0182ffff]
[ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
[ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
[ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x0000000880050000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880060000
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
[ 0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.008826] Console: colour dummy device 80x25
[ 0.013412] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.024084] pid_max: default: 32768 minimum: 301
[ 0.028837] LSM: initializing lsm=capability,integrity
[ 0.034186] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.041981] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.051169] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
[ 0.058424] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
[ 0.066268] rcu: Hierarchical SRCU implementation.
[ 0.071165] rcu: Max phase no-delay instances is 1000.
[ 0.076641] Platform MSI: msi-controller@1820000 domain created
[ 0.082765] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.092058] fsl-mc MSI: msi-controller@1820000 domain created
[ 0.098760] EFI services will not be available.
[ 0.103598] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
I/TC: Secondary CPU 2 initializing
I/TC: Secondary CPU 2 switching to normal world boot
I/TC: Secondary CPU 3 initializing
I/TC: Secondary CPU 3 switching to normal world boot
I/TC: Secondary CPU 2 initializing
I/TC: Secondary CPU 2 switching to normal world boot
I/TC: Secondary CPU 3 initializing
I/TC: Secondary CPU 3 switching to normal world boot
I/TC: Secondary CPU 4 initializing
I/TC: Secondary CPU 4 switching to normal world boot
I/TC: Secondary CPU 5 initializing
I/TC: Secondary CPU 5 switching to normal world boot
[ 0.116687] Detected PIPT I-cache on CPU1
[ 0.116726] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.116739] GICv3: CPU1: using allocated LPI pending table @0x0000000880070000
[ 0.116769] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.125210] Detected PIPT I-cache on CPU2
[ 0.125238] GICv3: CPU2: found redistributor 2 region 0:0x0000000001940000
[ 0.125251] GICv3: CPU2: using allocated LPI pending table @0x0000000880080000
[ 0.125274] CPU2: Booted secondary processor 0x0000000002 [0x411fd080]
[ 0.133697] Detected PIPT I-cache on CPU3
[ 0.133727] GICv3: CPU3: found redistributor 3 region 0:0x0000000001960000
[ 0.133739] GICv3: CPU3: using allocated LPI pending table @0x0000000880090000
[ 0.133763] CPU3: Booted secondary processor 0x0000000003 [0x411fd080]
[ 0.142230] Detected PIPT I-cache on CPU4
[ 0.142285] GICv3: CPU4: found redistributor 100 region 0:0x0000000001980000
[ 0.142298] GICv3: CPU4: using allocated LPI pending table @0x00000008800a0000
[ 0.142331] CPU4: Booted secondary processor 0x0000000100 [0x411fd080]
[ 0.150792] Detected PIPT I-cache on CPU5
[ 0.150827] GICv3: CPU5: found redistributor 101 region 0:0x00000000019a0000
[ 0.150840] GICv3: CPU5: using allocated LPI pending table @0x00000008800b0000
[ 0.150864] CPU5: Booted secondary processor 0x0000000101 [0x411fd080]
[ 0.159294] Detected PIPT I-cache on CPU6
[ 0.159330] GICv3: CPU6: found redistributor 102 region 0:0x00000000019c0000
[ 0.159343] GICv3: CPU6: using allocated LPI pending table @0x00000008800c0000
[ 0.159369] CPU6: Booted secondary processor 0x0000000102 [0x411fd080]
[ 0.167804] Detected PIPT I-cache on CPU7
[ 0.167845] GICv3: CPU7: found redistributor 103 region 0:0x00000000019e0000
[ 0.167858] GICv3: CPU7: using allocated LPI pending table @0x00000008800d0000
[ 0.167883] CPU7: Booted secondary processor 0x0000000103 [0x411fd080]
[ 0.167933] smp: Brought up 1 node, 8 CPUs
[ 0.348906] SMP: Total of 8 processors activated.
[ 0.353713] CPU features: detected: 32-bit EL0 Support
[ 0.358968] CPU features: detected: 32-bit EL1 Support
[ 0.364218] CPU features: detected: CRC32 instructions
[ 0.369520] CPU: All CPU(s) started at EL2
[ 0.373717] alternatives: applying system-wide alternatives
[ 0.380619] devtmpfs: initialized
[ 0.392406] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.402382] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.409919] pinctrl core: initialized pinctrl subsystem
[ 0.416193] DMI not present or invalid.
[ 0.420473] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.427582] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[ 0.435613] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.444350] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.452564] audit: initializing netlink subsys (disabled)
[ 0.458161] audit: type=2000 audit(0.308:1): state=initialized audit_enabled=0 res=1
[ 0.458723] thermal_sys: Registered thermal governor 'step_wise'
[ 0.466085] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.472250] cpuidle: using governor menu
[ 0.483030] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.490058] ASID allocator initialised with 65536 entries
[ 0.496490] Serial: AMBA PL011 UART driver
[ 0.514408] Modules: 22496 pages in range for non-PLT usage
[ 0.514413] Modules: 514016 pages in range for PLT usage
[ 0.520482] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.532846] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.539249] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.546184] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.552587] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.559522] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.565924] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.572862] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.580087] ACPI: Interpreter disabled.
[ 0.585325] k3-chipinfo 43000014.chipid: Family:J784S4 rev:SR1.0 JTAGID[0x0bb8002f] Detected
[ 0.594358] iommu: Default domain type: Translated
[ 0.599256] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.605681] SCSI subsystem initialized
[ 0.609660] usbcore: registered new interface driver usbfs
[ 0.615276] usbcore: registered new interface driver hub
[ 0.620718] usbcore: registered new device driver usb
[ 0.626454] pps_core: LinuxPPS API ver. 1 registered
[ 0.631526] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.640868] PTP clock support registered
[ 0.644956] EDAC MC: Ver: 3.0.0
[ 0.648539] scmi_core: SCMI protocol bus registered
[ 0.653974] FPGA manager framework
[ 0.657478] Advanced Linux Sound Architecture Driver Initialized.
[ 0.664143] vgaarb: loaded
[ 0.667180] clocksource: Switched to clocksource arch_sys_counter
[ 0.673527] VFS: Disk quotas dquot_6.6.0
[ 0.677549] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.684655] pnp: PnP ACPI: disabled
[ 0.691312] NET: Registered PF_INET protocol family
[ 0.696571] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.709300] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 0.718329] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.726262] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.735346] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.743735] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.750590] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.757939] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.765811] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.771870] RPC: Registered named UNIX socket transport module.
[ 0.777929] RPC: Registered udp transport module.
[ 0.782732] RPC: Registered tcp transport module.
[ 0.787534] RPC: Registered tcp-with-tls transport module.
[ 0.793137] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.799724] PCI: CLS 0 bytes, default 64
[ 0.804095] kvm [1]: IPA Size Limit: 44 bits
[ 0.809363] kvm [1]: vgic-v2@6f020000
[ 0.813125] kvm [1]: GIC system register CPU interface enabled
[ 0.819098] kvm [1]: vgic interrupt IRQ9
[ 0.823124] kvm [1]: Hyp mode initialized successfully
[ 0.829130] Initialise system trusted keyrings
[ 0.833777] workingset: timestamp_bits=42 max_order=23 bucket_order=0
[ 0.840528] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.846621] NFS: Registering the id_resolver key type
[ 0.851796] Key type id_resolver registered
[ 0.856068] Key type id_legacy registered
[ 0.860175] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.867025] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.874645] 9p: Installing v9fs 9p2000 file system support
[ 0.893266] Key type asymmetric registered
[ 0.897451] Asymmetric key parser 'x509' registered
[ 0.902459] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.910019] io scheduler mq-deadline registered
[ 0.914645] io scheduler kyber registered
[ 0.918760] io scheduler bfq registered
[ 0.927310] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
[ 0.933277] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
[ 0.939296] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
[ 0.945432] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
[ 0.951246] pinctrl-single 11c000.pinctrl: 72 pins, size 288
[ 0.957181] pinctrl-single 104200.pinctrl: 20 pins, size 80
[ 0.962943] pinctrl-single 104280.pinctrl: 8 pins, size 32
[ 0.972976] EINJ: ACPI disabled.
[ 0.988494] k3-ringacc 2b800000.ringacc: Failed to get MSI domain
[ 0.994763] k3-ringacc 3c000000.ringacc: Failed to get MSI domain
[ 1.005142] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.013311] SuperH (H)SCI(F) driver initialized
[ 1.018276] msm_serial: driver initialized
[ 1.022919] STM32 USART driver initialized
[ 1.031820] loop: module loaded
[ 1.035777] megasas: 07.725.01.00-rc1
[ 1.043295] tun: Universal TUN/TAP device driver, 1.6
[ 1.049034] thunder_xcv, ver 1.0
[ 1.052345] thunder_bgx, ver 1.0
[ 1.055706] nicpf, ver 1.0
[ 1.059246] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 1.066628] hns3: Copyright (c) 2017 Huawei Corporation.
[ 1.072071] hclge is initializing
[ 1.075462] e1000: Intel(R) PRO/1000 Network Driver
[ 1.080443] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 1.086321] e1000e: Intel(R) PRO/1000 Network Driver
[ 1.091394] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.097449] igb: Intel(R) Gigabit Ethernet Network Driver
[ 1.102964] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 1.108665] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 1.115072] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 1.121316] sky2: driver version 1.30
[ 1.125868] VFIO - User Level meta-driver version: 0.3
[ 1.132852] usbcore: registered new interface driver usb-storage
[ 1.140759] i2c_dev: i2c /dev entries driver
[ 1.149501] sdhci: Secure Digital Host Controller Interface driver
[ 1.155826] sdhci: Copyright(c) Pierre Ossman
[ 1.160740] Synopsys Designware Multimedia Card Interface Driver
[ 1.167476] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.174518] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.181191] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.188467] usbcore: registered new interface driver usbhid
[ 1.194162] usbhid: USB HID core driver
[ 1.200389] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 1.210085] 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.214642] optee: revision 3.20 (8e74d476)
[ 1.231061] optee: dynamic shared memory is enabled
[ 1.240726] random: crng init done
[ 1.244252] optee: initialized driver
[ 1.249732] NET: Registered PF_PACKET protocol family
[ 1.254954] 9pnet: Installing 9P2000 support
[ 1.259344] Key type dns_resolver registered
[ 1.267429] registered taskstats version 1
[ 1.271742] Loading compiled-in X.509 certificates
[ 1.286675] k3-ringacc 2b800000.ringacc: Failed to get MSI domain
[ 1.293497] k3-ringacc 3c000000.ringacc: Failed to get MSI domain
[ 1.305472] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
[ 1.360875] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.367127] pca953x 3-0020: supply vcc not found, using dummy regulator
[ 1.373949] pca953x 3-0020: using no AI
[ 1.399798] pca953x 3-0022: supply vcc not found, using dummy regulator
[ 1.406602] pca953x 3-0022: using AI
[ 1.410879] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz
[ 1.416727] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 177 domain created
[ 1.425356] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 10 domain created
[ 1.434708] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 283 domain created
[ 1.443415] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 321 created
[ 1.453842] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:328
[ 1.463735] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.470496] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.480035] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:315
[ 1.490180] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.496938] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.505434] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 186, base_baud = 6000000) is a 8250
[ 1.515437] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 187, base_baud = 3000000) is a 8250
[ 1.524298] printk: console [ttyS2] enabled
[ 1.524298] printk: console [ttyS2] enabled
[ 1.532742] printk: bootconsole [ns16550a0] disabled
[ 1.532742] printk: bootconsole [ns16550a0] disabled
[ 1.547748] pinctrl-single 4301c068.pinctrl: mux offset out of range: 0x134 (0x120)
[ 1.555406] pinctrl-single 4301c068.pinctrl: could not add functions for mcu-adc0-default-pins 308x
[ 1.564618] ti_tscadc_probe mfd called
[ 1.569237] tiadc_probe called
[ 1.573457] pinctrl-single 4301c068.pinctrl: mux offset out of range: 0x154 (0x120)
[ 1.581110] pinctrl-single 4301c068.pinctrl: could not add functions for mcu-adc1-default-pins 340x
[ 1.590299] ti_tscadc_probe mfd called
[ 1.594920] tiadc_probe called
[ 1.639181] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.649731] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.658004] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.670850] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.678057] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.686917] mmc0: CQHCI version 5.10
[ 1.690451] ti-udma 285c0000.dma-controller: Channels: 22 (tchan: 11, rchan: 11, gp-rflow: 8)
[ 1.701001] ti-udma 31150000.dma-controller: Channels: 66 (tchan: 33, rchan: 33, gp-rflow: 16)
[ 1.711603] tiadc_probe called
[ 1.717019] tiadc_probe called
[ 1.723325] spi-nor spi0.0: unrecognized JEDEC id bytes: ff ef dc 21 00 00
[ 1.731439] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 1.732223] spi-nor spi1.0: mt25qu512a (65536 Kbytes)
[ 1.744278] 7 fixed-partitions partitions found on MTD device 47050000.spi.0
[ 1.751377] Creating 7 MTD partitions on "47050000.spi.0":
[ 1.756860] 0x000000000000-0x000000080000 : "qspi.tiboot3"
[ 1.763125] 0x000000080000-0x000000280000 : "qspi.tispl"
[ 1.769040] 0x000000280000-0x000000680000 : "qspi.u-boot"
[ 1.775033] 0x000000680000-0x0000006c0000 : "qspi.env"
[ 1.780706] 0x0000006c0000-0x000000700000 : "qspi.env.backup"
[ 1.786925] 0x000000800000-0x000003fc0000 : "qspi.rootfs"
[ 1.792799] 0x000003fc0000-0x000004000000 : "qspi.phypattern"
[ 1.839193] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.849620] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.857892] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.860243] mmc0: mmc_select_hs400 failed, error -84
[ 1.870736] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.875602] mmc0: error -84 whilst initialising MMC card
[ 1.882802] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.894900] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 1.904302] mmc1: CQHCI version 5.10
[ 1.946996] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 1.966622] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 1.976094] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 1.997487] mmc1: new high speed SDHC card at address aaaa
[ 2.003313] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
[ 2.011999] mmcblk1: p1 p2 p3
[ 2.017752] mmc0: mmc_select_hs400 failed, error -84
[ 2.022719] mmc0: error -84 whilst initialising MMC card
[ 2.178885] mmc0: mmc_select_hs400 failed, error -84
[ 2.183842] mmc0: error -84 whilst initialising MMC card
[ 2.383175] mmc0: mmc_select_hs400 failed, error -84
[ 2.388135] mmc0: error -84 whilst initialising MMC card
[ 2.394737] mmc0: Failed to initialize a non-removable card
[ 6.080651] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 6.107183] Sending DHCP requests ., OK
[ 6.127018] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.205
[ 6.134758] IP-Config: Complete:
[ 6.137984] device=eth0, hwaddr=68:e7:4a:08:40:d2, ipaddr=192.168.0.205, mask=255.255.255.0, gw=192.168.0.1
[ 6.148151] host=192.168.0.205, domain=ti.com, nis-domain=(none)
[ 6.154577] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 6.154580] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 6.167273] clk: Disabling unused clocks
[ 6.179129] ALSA device list:
[ 6.182094] No soundcards found.
[ 6.195954] VFS: Mounted root (nfs filesystem) on device 0:21.
[ 6.202081] devtmpfs: mounted
[ 6.208171] Freeing unused kernel memory: 9024K
[ 6.219266] Run /sbin/init as init process
[ 6.320870] systemd[1]: System time before build time, advancing clock.
[ 6.346313] 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.377841] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.04[0m!
[ 6.452156] systemd[1]: Hostname set to <j784s4-evm>.
[ 6.539124] systemd[120]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 6.543653] systemd-sysv-generator[129]: 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.574516] systemd-sysv-generator[129]: SysV service '/etc/init.d/inetd.busybox' 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.599510] systemd-sysv-generator[129]: SysV service '/etc/init.d/docker.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.627024] systemd-sysv-generator[129]: 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.658092] systemd-sysv-generator[129]: 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.687713] systemd-sysv-generator[129]: SysV service '/etc/init.d/netperf' 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.712702] systemd-sysv-generator[129]: SysV service '/etc/init.d/psplash.sh' 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.741636] systemd-sysv-generator[129]: SysV service '/etc/init.d/telnetd' 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.766871] systemd-sysv-generator[129]: SysV service '/etc/init.d/dropbear' 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.936885] systemd[1]: Binding to IPv6 address not available since kernel does not support IPv6.
[ 6.945787] systemd[1]: Binding to IPv6 address not available since kernel does not support IPv6.
[ 6.971733] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 7.019678] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 7.074733] systemd[1]: Queued start job for default target Graphical Interface.
[ 7.130195] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 7.152442] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 7.176258] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 7.200093] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 7.223340] 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.247297] 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.271343] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 7.287235] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 7.307231] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 7.323238] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 7.358056] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 7.383296] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 7.407021] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 7.427352] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 7.451796] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 7.471930] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 7.495425] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 7.511820] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 7.536920] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 7.559360] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 7.579658] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 7.619429] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 7.637464] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 7.661419] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 7.679376] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 7.696006] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 7.711435] systemd[1]: Create List of Static Device Nodes was skipped because of a failed condition check (ConditionFileNotEmpty=/lib/modules/6.5.0-rc4-next-20230731-00003-g1bd96b7dcce2-dirty/modules.devname).
[ 7.732200] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 7.749253] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 7.765237] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 7.782616] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 7.806800] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 7.823591] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 7.839664] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 7.860173] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 7.877964] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 7.906064] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 7.930014] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 7.951140] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 7.967614] 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;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;1;31mFAILED[0m] Failed to start [0;1;39mLoad Kernel Modules[0m.
See 'systemctl status systemd-modules-load.service' for details.
[[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;39mKernel Configuration File System[0m...
Starting [0;1;39mFlush Journal to Persistent Storage[0m...
[ 8.271954] systemd-journald[144]: Received client request to flush runtime journal.
Starting [0;1;39mApply Kernel Variables[0m...
Starting [0;1;39mCreate Static Device Nodes in /dev[0m...
[[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m.
[[0;32m OK [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m.
[[0;32m OK [0m] Finished [0;1;39mApply Kernel Variables[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Static Device Nodes in /dev[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Local File Systems[0m.
Mounting [0;1;39m/media/ram[0m...
Mounting [0;1;39m/var/volatile[0m...
[ 8.453452] audit: type=1334 audit(1651167747.128:2): prog-id=5 op=LOAD
[ 8.460109] audit: type=1334 audit(1651167747.136:3): prog-id=6 op=LOAD
Starting [0;1;39mRule-based Managefor Device Events and Files[0m...
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[0m.
[[0;32m OK [0m] Mounted [0;1;39m/media/ram[0m.
[[0;32m OK [0m] Mounted [0;1;39m/var/volatile[0m.
Starting [0;1;39mLoad/Save Random Seed[0m...
[[0;32m OK [0m] Reached target [0;1;39mLocal File Systems[0m.
Starting [0;1;39mCreate Volatile Files and Directories[0m...
[[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m.
Starting [0;1;39mNetwork Time Synchronization[0m...
Starting [0;1;39mRecord System Boot/Shutdown in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord System Boot/Shutdown in UTMP[0m.
[ 8.930342] systemd-journald[144]: Oldest entry in /run/log/journal/5b617ea603644a8693d53f6b4b18ed33/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[ 8.948093] systemd-journald[144]: /run/log/journal/5b617ea603644a8693d53f6b4b18ed33/system.journal: Journal header limits reached or header out-of-date, rotating.
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Initialization[0m.
[[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary Directories[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.
[[0;32m OK [0m] Started [0;1;39mDaily rotation of log files[0m.
[[0;32m OK [0m] Reached target [0;1;39mTimer Units[0m.
[[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.
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] Started [0;1;39mD-Bus System Message Bus[0m.
[ 9.211510] memfd_create() without MFD_EXEC nor MFD_NOEXEC_SEAL, pid=426 'dbus-broker-lau'
[[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] 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[ 9.374310] audit: type=1334 audit(1691500949.874:4): prog-id=7 op=LOAD
.
[ 9.385612] audit: type=1334 audit(1691500949.890: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;39mtelnetd.service[0m...
[[0;32m OK [0m] Finished [0;1;39mIPv6 Packet Filtering Framework[0m.
[[0;32m OK [0m] Finished [0;1;39mIPv4 Packet Filtering Framework[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m.
Starting [0;1;39mNetwork Configuration[0m...
[[0;32m OK [0m] Started [0;1;39mtelnetd.service[0m.
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
Starting [0;1;39mWait for Network to be Configured[0m...
Starting [0;1;39mNetwork Name Resolution[0m...
[[0;32m OK [0m] Started [0;1;39mNetwork Name Resolution[0m.
[[0;32m OK [0m] Reached target [0;1;39mNetwork[0m.
[[0;32m OK [0m] Reached target [0;1;39mHost and Network Name Lookups[0m.
Starting [0;1;39mAvahi mDNS/DNS-SD Stack[0m...
Starting [0;1;39mEnable and configure wl18xx bluetooth stack[0m...
Starting [0;1;39mcontainerd container runtime[0m...
[[0;32m OK [0m] Started [0;1;39mNetperf Benchmark Server[0m.
[[0;32m OK [0m] Started [0;1;39mNFS status monitor for NFSv2/3 locking.[0m.
Starting [0;1;39mPermit User Sessions[0m...
[[0;32m OK [0m] Finished [0;1;39mEnable and configure wl18xx bluetooth stack[0m.
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m.
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m.
[[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m.
Starting [0;1;39mSynchronize System and HW clocks[0m...
Starting [0;1;39mWeston, a Waylandositor, as a system service[0m...
[[0;1;31mFAILED[0m] Failed to start [0;1;39mSynchronize System and HW clocks[0m.
See 'systemctl status sync-clocks.service' for details.
[ 9.953223] audit: type=1334 audit(1691500950.454:6): prog-id=9 op=LOAD
[ 9.960065] audit: type=1334 audit(1691500950.462:7): prog-id=10 op=LOAD
Starting [0;1;39mUser Database Manager[0m...
[[0;32m OK [0m] Started [0;1;39mUser Database Manager[0m.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
[[0;32m OK [0m] Created slice [0;1;39mUser Slice of UID 1000[0m.
Starting [0;1;39mUser Runtime Directory /run/user/1000[0m...
[[0;32m OK [0m] Finished [0;1;39mUser Runtime Directory /run/user/1000[0m.
Starting [0;1;39mUser Manager for UID 1000[0m...
[ 10.271727] audit: type=1006 audit(1691500950.774:8): pid=575 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p2[0m.
[ 10.284772] audit: type=1300 audit(1691500950.774:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffee4a2a68 a2=4 a3=ffff9dd5e020 items=0 ppid=1 pid=575 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)
[ 10.316580] audit: type=1327 audit(1691500950.774:8): proctitle="(systemd)"
Starting [0;1;39mFile System Check on /dev/mmcblk1p2[0m...
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p1[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p2[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p3[0m.
Mounting [0;1;39m/run/media/root-mmcblk1p2[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p1[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p3[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p1[0m.
Mounting [0;1;39m/run/media/boot-mmcblk1p1[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p3[0m.
Mounting [0;1;39m/run/media/mmcblk1p3[0m...
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtime[0m.
[ 10.431045] EXT4-fs (mmcblk1p2): recovery complete
[ 10.435855] EXT4-fs (mmcblk1p2): mounted filesystem 09da9e03-45c4-45d4-9fde-a2b7dd9d59ea r/w with ordered data mode. Quota mode: none.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/root-mmcblk1p2[0m.
[[0;32m OK [0m] Started [0;1;39mUser Manager for UID 1000[[ 10.528415] EXT4-fs (mmcblk1p3): recovery complete
0m.
[[0;32m OK [0m] Started [0;1;39mSession c1 of User wes[ 10.532013] audit: type=1006 audit(1691500951.034:9): pid=511 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
ton[0m.
[ 10.535632] EXT4-fs (mmcblk1p3): mounted filesystem e8e5ee72-137d-49ae-9cd9-d80e59f7e0b9 r/w with ordered data mode. Quota mode: none.
[ 10.537802] 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] Mounted [0;1;39m/run/media/mmcblk1p3[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mWeston, a mpositor, as a system service[0m.
See 'systemctl status weston.service' for details.
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mMatrix GUI[0m.
[[0;32m OK [0m] Finished [0;1;39mWait for Network to be Configured[0m.
[[0;32m OK [0m] Reached target [0;1;39mNetwork is Online[0m.
Starting [0;1;39mLighttpd Daemon[0m...
Starting [0;1;39mLSB: network benchmark[0m...
[[0;32m OK [0m] Started [0;1;39mstrongSwan IPsec IIKEv2 daemon using ipsec.conf[0m.
[[0;32m OK [0m] Started [0;1;39mLSB: network benchmark[0m.
Starting [0;1;39mthermal-zone-init.service[0m...
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.
[[0;32m OK [0m] Started [0;1;39mthermal-zone-init.service[0m.
[[0;32m OK [0m] Finished [0;1;39mPrint notice about GPLv3 packages[0m.
[[0;32m OK [0m] Reached target [0;1;39mMulti-User System[0m.
[[0;32m OK [0m] Reached target [0;1;39mGraphical Interface[0m.
Starting [0;1;39mRecord Runlevel Change in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord Runlevel Change in UTMP[0m.
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project j784s4-evm -
Arago 2023.04 j784s4-evm -
j784s4-evm login: root
7[r[999;999H[6nroot@j784s4-evm:~# uname -a
Linux j784s4-evm 6.5.0-rc4-next-20230731-00003-g1bd96b7dcce2-dirty #2 SMP PREEMPT Tue Aug 8 18:44:32 IST 2023 aarch64 aarch64 aarch64 GNU/Linux
root@j784s4-evm:~# cat /proc/cmdline
console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j784s4-evm-02/autofs/2cd386f61c6d7484704a04da7d116ba2,nolock,v3,tcp,rsize=4096,wsize=4096
root@j784s4-evm:~# uname -a
Linux j784s4-evm 6.5.0-rc4-next-20230731-00003-g1bd96b7dcce2-dirty #2 SMP PREEMPT Tue Aug 8 18:44:32 IST 2023 aarch64 aarch64 aarch64 GNU/Linux
root@j784s4-evm:~# cat /proc/mtd
dev: size erasesize name
mtd0: 00080000 00001000 "qspi.tiboot3"
mtd1: 00200000 00001000 "qspi.tispl"
mtd2: 00400000 00001000 "qspi.u-boot"
mtd3: 00040000 00001000 "qspi.env"
mtd4: 00040000 00001000 "qspi.env.backup"
mtd5: 037c0000 00001000 "qspi.rootfs"
mtd6: 00040000 00001000 "qspi.phypattern"
root@j784s4-evm:~# grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/
/pnp /etc/resolv.conf && systemctl restart systemd-resolved
root@j784s4-evm:~# ls -l /lib/firmware; ls -lR /lib/firmware/ipc
total 17584
-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
drwxr-xr-x 2 root root 4096 Mar 9 2018 cadence
drwxr-xr-x 2 root root 4096 Mar 9 2018 cnm
drwxr-xr-x 2 root root 4096 Mar 9 2018 intel
-rw-r--r-- 1 root root 918268 Mar 9 2018 iwlwifi-3160-17.ucode
-rw-r--r-- 1 root root 2448976 Mar 9 2018 iwlwifi-8000C-34.ucode
-rw-r--r-- 1 root root 2428004 Mar 9 2018 iwlwifi-8000C-36.ucode
-rw-r--r-- 1 root root 2440780 Mar 9 2018 iwlwifi-8265-34.ucode
-rw-r--r-- 1 root root 2436632 Mar 9 2018 iwlwifi-8265-36.ucode
-rw-r--r-- 1 root root 2678092 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-34.ucode
-rw-r--r-- 1 root root 2521412 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-38.ucode
-rw-r--r-- 1 root root 1489652 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-46.ucode
lrwxrwxrwx 1 root root 66 Mar 9 2018 j784s4-c71_0-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_c7x_1_release_strip.xe71
lrwxrwxrwx 1 root root 66 Mar 9 2018 j784s4-c71_1-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_c7x_2_release_strip.xe71
lrwxrwxrwx 1 root root 66 Mar 9 2018 j784s4-c71_2-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_c7x_3_release_strip.xe71
lrwxrwxrwx 1 root root 66 Mar 9 2018 j784s4-c71_3-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_c7x_4_release_strip.xe71
lrwxrwxrwx 1 root root 68 Mar 9 2018 j784s4-main-r5f0_0-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu2_0_release_strip.xer5f
lrwxrwxrwx 1 root root 68 Mar 9 2018 j784s4-main-r5f0_1-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu2_1_release_strip.xer5f
lrwxrwxrwx 1 root root 68 Mar 9 2018 j784s4-main-r5f1_0-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu3_0_release_strip.xer5f
lrwxrwxrwx 1 root root 68 Mar 9 2018 j784s4-main-r5f1_1-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu3_1_release_strip.xer5f
lrwxrwxrwx 1 root root 68 Mar 9 2018 j784s4-main-r5f2_0-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu4_0_release_strip.xer5f
lrwxrwxrwx 1 root root 68 Mar 9 2018 j784s4-main-r5f2_1-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu4_1_release_strip.xer5f
lrwxrwxrwx 1 root root 66 Mar 9 2018 j784s4-mcu-r5f0_0-fw -> /lib/firmware/ti-eth/j784s4/app_remoteswitchcfg_server_strip.xer5f
lrwxrwxrwx 1 root root 73 Mar 9 2018 j784s4-mcu-r5f0_0-fw-sec -> /lib/firmware/ti-eth/j784s4/app_remoteswitchcfg_server_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j784s4-mcu-r5f0_1-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu1_1_release_strip.xer5f
-rw-r--r-- 1 root root 4676 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
drwxr-xr-x 2 root root 4096 Mar 9 2018 ti-connectivity
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-eth
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-ipc
lrwxrwxrwx 1 root root 39 Mar 9 2018 wave521c_codec_fw.bin -> /lib/firmware/cnm/wave521c_codec_fw.bin
ls: cannot access '/lib/firmware/ipc': No such file or directory
root@j784s4-evm:~# cat /proc/diskstats
7 0 loop0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 1 loop1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 2 loop2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 3 loop3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 4 loop4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 5 loop5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 6 loop6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 7 loop7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31 0 mtdblock0 22 0 176 22 0 0 0 0 0 28 22 0 0 0 0 0 0
31 1 mtdblock1 28 0 224 23 0 0 0 0 0 28 23 0 0 0 0 0 0
31 2 mtdblock2 58 0 464 53 0 0 0 0 0 64 53 0 0 0 0 0 0
31 3 mtdblock3 10 0 80 4 0 0 0 0 0 12 4 0 0 0 0 0 0
31 4 mtdblock4 30 0 240 30 0 0 0 0 0 40 30 0 0 0 0 0 0
31 5 mtdblock5 36 0 672 54 0 0 0 0 0 56 54 0 0 0 0 0 0
31 6 mtdblock6 30 0 240 25 0 0 0 0 0 36 25 0 0 0 0 0 0
179 0 mmcblk1 719 35 47525 3737 2 0 16 3 0 1316 3741 0 0 0 0 0 0
179 1 mmcblk1p1 237 0 14593 1335 0 0 0 0 0 956 1335 0 0 0 0 0 0
179 2 mmcblk1p2 207 33 15002 1054 1 0 8 2 0 820 1057 0 0 0 0 0 0
179 3 mmcblk1p3 237 2 16730 1270 1 0 8 1 0 1012 1271 0 0 0 0 0 0
root@j784s4-evm:~# cat /proc/interrupts
CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 CPU6 CPU7
9: 0 0 0 0 0 0 0 0 GICv3 25 Level vgic
11: 1613 1514 1659 1397 1576 1501 2032 2089 GICv3 30 Level arch_timer
12: 0 0 0 0 0 0 0 0 GICv3 27 Level kvm guest vtimer
14: 0 0 0 0 0 0 0 0 GICv3 23 Level arm-pmu
15: 895 0 0 0 0 0 0 0 GICv3 69 Level 32c00000.mailbox thr_011
36: 0 0 0 0 0 0 0 0 GICv3 928 Level 42120000.i2c
37: 36 0 0 0 0 0 0 0 GICv3 232 Level 2000000.i2c
38: 38321 0 0 0 0 0 0 0 MSI-INTA 21495904 Level 46000000.ethernet-tx0
40: 53394 0 0 0 0 0 0 0 MSI-INTA 21495906 Level 46000000.ethernet
58: 0 0 0 0 0 0 0 0 MSI-INTA 20644718 Level 31150000.dma-controller chan0
59: 0 0 0 0 0 0 0 0 MSI-INTA 20644719 Level 31150000.dma-controller chan1
60: 0 0 0 0 0 0 0 0 MSI-INTA 20644720 Level 31150000.dma-controller chan2
61: 2099 0 0 0 0 0 0 0 MSI-INTA 20644721 Level 31150000.dma-controller chan3
186: 0 0 0 0 0 0 0 0 GICv3 878 Level 40a00000.serial
187: 554 0 0 0 0 0 0 0 GICv3 280 Level 2880000.serial
188: 0 0 0 0 0 0 0 0 GICv3 892 Level TI-am335x-adc.0.auto
189: 0 0 0 0 0 0 0 0 GICv3 893 Level TI-am335x-adc.1.auto
190: 0 0 0 0 0 0 0 0 GICv3 872 Level 47040000.spi
191: 0 0 0 0 0 0 0 0 GICv3 873 Level 47050000.spi
192: 456 0 0 0 0 0 0 0 GICv3 35 Level mmc0
321: 0 0 0 0 0 0 0 0 MSI-INTA 20907012 Edge 31150000.dma-controller chan0
322: 0 0 0 0 0 0 0 0 MSI-INTA 20907013 Edge 31150000.dma-controller chan1
353: 1476 0 0 0 0 0 0 0 GICv3 36 Level mmc1
IPI0: 944 472 725 587 443 819 353 620 Rescheduling interrupts
IPI1: 4626 17459 16967 15859 15076 16958 15924 16810 Function call interrupts
IPI2: 0 0 0 0 0 0 0 0 CPU stop interrupts
IPI3: 0 0 0 0 0 0 0 0 CPU stop (for crash dump) interrupts
IPI4: 0 0 0 0 0 0 0 0 Timer broadcast interrupts
IPI5: 1 0 0 0 0 0 0 0 IRQ work interrupts
IPI6: 0 0 0 0 0 0 0 0 CPU wake-up interrupts
Err: 0
root@j784s4-evm:~# cat /proc/softirqs
CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 CPU6 CPU7
HI: 0 0 0 0 0 0 0 0
TIMER: 380 189 470 255 312 318 236 288
NET_TX: 8 0 0 1 0 1 0 0
NET_RX: 40217 23 3 0 1 2 3 0
BLOCK: 0 0 0 0 0 0 0 0
IRQ_POLL: 0 0 0 0 0 0 0 0
TASKLET: 3791 2 0 0 0 1 0 0
SCHED: 773 646 648 486 478 546 480 610
HRTIMER: 0 0 0 0 0 0 0 0
RCU: 1460 2275 2390 1753 3756 2051 2296 2291
root@j784s4-evm:~# ls -lR /run/media/mmcblk0p1
ls: cannot access '/run/media/mmcblk0p1': No such file or directory
root@j784s4-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $?
1
root@j784s4-evm:~# opkg list-installed | grep ti-test; echo $?
ti-test - 1.0-r0.93
ti-test-extras - 1.0-r0.93
0
root@j784s4-evm:~# export IPERFHOST=192.168.0.1
root@j784s4-evm:~# export NFS_SERVER=192.168.0.1
root@j784s4-evm:~# export NFS_ROOT_PATH=/opt/NFS_exports/linux/j784s4-evm-02
root@j784s4-evm:~# export AP_SSID=
root@j784s4-evm:~# mkdir -p -m 777 /test
root@j784s4-evm:~# cd /test
root@j784s4-evm:/test# cat > test.sh << EOF
> failtest() {
> echo 1 >&3
> }
> timeout=600
>
> # Start of user's script logic
> cd /opt/ltp
> ./runltp -P j784s4-evm -f ddt/adc_ti -s "ADC_S_FUNC_TSCADC_CONTINUOUS_0001 "
> EOF
root@j784s4-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.205 netmask 255.255.255.0 broadcast 192.168.0.255
ether 68:e7:4a:08:40:d2 txqueuelen 1000 (Ethernet)
RX packets 78477 bytes 98248694 (93.6 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 42155 bytes 7508394 (7.1 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
root@j784s4-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.205 netmask 255.255.255.0 broadcast 192.168.0.255
ether 68:e7:4a:08:40:d2 txqueuelen 1000 (Ethernet)
RX packets 78500 bytes 98252648 (93.7 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 42182 bytes 7512780 (7.1 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
root@j784s4-evm:/test# cd /test
root@j784s4-evm:/test# chmod +x test.sh
root@j784s4-evm:/test# ./test.sh 2>&1 3> result.log
INFO: Filtering testscenarios based on j784s4-evm capabilities
awk: cmd. line:1: warning: regexp escape sequence `\&' is not a known regexp operator
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.04"
VERSION_ID=2023.04
PRETTY_NAME="Arago 2023.04"
uname:
Linux j784s4-evm 6.5.0-rc4-next-20230731-00003-g1bd96b7dcce2-dirty #2 SMP PREEMPT Tue Aug 8 18:44:32 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/j784s4-evm-02/autofs/2cd386f61c6d7484704a04da7d116ba2,nolock,v3,tcp,rsize=4096,wsize=4096
Gnu C gcc (GCC) 11.3.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
free reports:
total used free shared buff/cache available
Mem: 32595112 167744 32295672 9676 131696 32126088
Swap: 0 0 0
cpuinfo:
Architecture: aarch64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 8
On-line CPU(s) list: 0-7
Vendor ID: ARM
Model name: Cortex-A72
Model: 0
Thread(s) per core: 1
Core(s) per cluster: 8
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: 256 KiB (8 instances)
L1i: 384 KiB (8 instances)
L2: 4 MiB (2 instances)
NUMA:
NUMA node(s): 1
NUMA node0 CPU(s): 0-7
Vulnerabilities:
Itlb multihit: Not affected
L1tf: Not affected
Mds: Not affected
Meltdown: Not affected
Mmio stale data: Not affected
Retbleed: 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 hugetlbfs mqueue nfs nfs4 pipefs proc pstore ramfs rpc_pipefs securityfs sockfs squashfs sysfs tmpfs vfat
mounted filesystems (/proc/mounts):
192.168.0.1:/opt/NFS_exports/linux/j784s4-evm-02/autofs/2cd386f61c6d7484704a04da7d116ba2 / 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=16276660k,nr_inodes=4069165,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=6519024k,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/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0
cgroup /sys/fs/cgroup/pids cgroup rw,nosuid,nodev,noexec,relatime,pids 0 0
cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0
cgroup /sys/fs/cgroup/hugetlb cgroup rw,nosuid,nodev,noexec,relatime,hugetlb 0 0
cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0
cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0
cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0
cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0
cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 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
configfs /sys/kernel/config configfs rw,nosuid,nodev,noexec,relatime 0 0
tmpfs /media/ram tmpfs rw,relatime,size=16384k 0 0
tmpfs /var/volatile tmpfs rw,relatime,size=51200k 0 0
/dev/mmcblk1p2 /run/media/root-mmcblk1p2 ext4 rw,relatime 0 0
/dev/mmcblk1p1 /run/media/boot-mmcblk1p1 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/mmcblk1p3 /run/media/mmcblk1p3 ext4 rw,relatime 0 0
tmpfs /run/user/0 tmpfs rw,nosuid,nodev,relatime,size=3259508k,nr_inodes=814877,mode=700 0 0
mounted filesystems (df):
Filesystem Type Size Used Avail Use% Mounted on
192.168.0.1:/opt/NFS_exports/linux/j784s4-evm-02/autofs/2cd386f61c6d7484704a04da7d116ba2 nfs 938G 623G 268G 70% /
devtmpfs [ 47.101856] LTP: starting ADC_S_FUNC_TSCADC_CONTINUOUS_0001 (source 'tscadc.sh'; test_continous_mode 100)
devtmpfs 16G 4.0K 16G 1% /dev
tmpfs tmpfs 16G 0 16G 0% /dev/shm
tmpfs tmpfs 6.3G 9.5M 6.3G 1% /run
tmpfs tmpfs 4.0M 0 4.0M 0% /sys/fs/cgroup
tmpfs tmpfs 16G 20K 16G 1% /tmp
tmpfs tmpfs 16M 0 16M 0% /media/ram
tmpfs tmpfs 50M 12K 50M 1% /var/volatile
/dev/mmcblk1p2 ext4 7.2G 4.4G 2.5G 65% /run/media/root-mmcblk1p2
/dev/mmcblk1p1 vfat 128M 24M 104M 19% /run/media/boot-mmcblk1p1
/dev/mmcblk1p3 ext4 7.0G 24K 6.7G 1% /run/media/mmcblk1p3
tmpfs tmpfs 3.2G 0 3.2G 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 738 -n 738 -p -f /tmp/ltp-vUw1z0coLl/alltests -l /tmp/tmp.Uq8oTg3But -C /opt/ltp/output/LTP_RUN_ON-tmp.Uq8oTg3But.failed -T /opt/ltp/output/LTP_RUN_ON-tmp.Uq8oTg3But.tconf
INFO: Restricted to ADC_S_FUNC_TSCADC_CONTINUOUS_0001
LOG File: /tmp/tmp.Uq8oTg3But
FAILED COMMAND File: /opt/ltp/output/LTP_RUN_ON-tmp.Uq8oTg3But.failed
TCONF COMMAND File: /opt/ltp/output/LTP_RUN_ON-tmp.Uq8oTg3But.tconf
Running tests.......
<<<test_start>>>
tag=ADC_S_FUNC_TSCADC_CONTINUOUS_0001 stime=1691500987
cmdline="source 'tscadc.sh'; test_continous_mode 100"
contacts=""
analysis=exit
<<<test_output>>>
incrementing stop
00000000 8a 04 18 08 81 0a 0a 07 59 09 b6 0b 37 0c b6 0c |........Y...7...|
00000010 40 0a dc 0c 72 0e 0b 07 ea 0b 96 0e ef 0e 2d 0f |@...r.........-.|
00000020 99 0e 0e 0f 2e 0f 0c 07 c0 0c ea 0e 4a 0f 4f 0f |............J.O.|
00000030 4b 0f 2e 0f 32 0f 0d 07 e6 0c ee 0e 4a 0f 50 0f |K...2.......J.P.|
00000040 4a 0f 2d 0f 30 0f 0e 07 f5 0c 07 0f 4a 0f 50 0f |J.-.0.......J.P.|
00000050 4d 0f 2e 0f 31 0f 0e 07 f7 0c 08 0f 4a 0f 50 0f |M...1.......J.P.|
00000060 4e 0f 2d 0f 32 0f 0f 07 f5 0c ef 0e 4b 0f 50 0f |N.-.2.......K.P.|
00000070 4d 0f 30 0f 33 0f 10 07 fe 0c 05 0f 4b 0f 51 0f |M.0.3.......K.Q.|
00000080 4d 0f 31 0f 32 0f 11 07 f7 0c ef 0e 4b 0f 52 0f |M.1.2.......K.R.|
00000090 4d 0f 4c 0f 33 0f 12 07 f6 0c 08 0f 4c 0f 52 0f |M.L.3.......L.R.|
000000a0 4e 0f 30 0f 32 0f 13 07 f5 0c 08 0f 4c 0f 51 0f |N.0.2.......L.Q.|
000000b0 4e 0f 31 0f 32 0f 14 07 0b 0d 0a 0f 4c 0f 52 0f |N.1.2.......L.R.|
000000c0 4f 0f 2f 0f 30 0f 15 07 0b 0d 0b 0f 4c 0f 52 0f |O./.0.......L.R.|
000000d0 4e 0f 30 0f 33 0f 15 07 f9 0c 09 0f 4b 0f 52 0f |N.0.3.......K.R.|
000000e0 50 0f 2d 0f 31 0f 16 07 f7 0c f1 0e 4c 0f 52 0f |P.-.1.......L.R.|
000000f0 4d 0f 2e 0f 33 0f 17 07 f5 0c ee 0e 4b 0f 50 0f |M...3.......K.P.|
00000100 4f 0f 2d 0f 31 0f 18 07 f4 0c 06 0f 4b 0f 4f 0f |O.-.1.......K.O.|
00000110 4e 0f 2e 0f 2f 0f 19 07 f8 0c 09 0f 4d 0f 53 0f |N.../.......M.S.|
00000120 4d 0f 2f 0f 32 0f 1a 07 ff 0c 09 0f 4d 0f 53 0f |M./.2.......M.S.|
00000130 4e 0f 30 0f 32 0f 1a 07 ff 0c 08 0f 4d 0f 52 0f |N.0.2.......M.R.|
00000140 4e 0f 30 0f 34 0f 1b 07 f6 0c f0 0e 4e 0f 52 0f |N.0.4.......N.R.|
00000150 4f 0f 2e 0f 34 0f 1c 07 f6 0c 09 0f 4d 0f 52 0f |O...4.......M.R.|
00000160 4e 0f 2f 0f 32 0f 1d 07 f3 0c f0 0e 4b 0f 53 0f |N./.2.......K.S.|
00000170 4f 0f 2d 0f 33 0f 1e 07 f7 0c 08 0f 4d 0f 53 0f |O.-.3.......M.S.|
00000180 4f 0f 2e 0f 4a 0f 1f 07 f6 0c f0 0e 4f 0f 54 0f |O...J.......O.T.|
00000190 4f 0f 2f 0f 34 0f 1f 07 f7 0c 08 0f 4f 0f 53 0f |O./.4.......O.S.|
000001a0 4f 0f 2e 0f 33 0f 20 07 f7 0c f0 0e 4e 0f 52 0f |O...3. .....N.R.|
000001b0 4f 0f 30 0f 33 0f 21 07 f8 0c 0a 0f 4e 0f 51 0f |O.0.3.!.....N.Q.|
000001c0 4f 0f 2d 0f 4a 0f 22 07 fe 0c 08 0f 50 0f 53 0f |O.-.J.".....P.S.|
000001d0 4e 0f 30 0f 34 0f 22 07 fc 0c 08 0f 4c 0f 53 0f |N.0.4.".....L.S.|
000001e0 4f 0f 30 0f 35 0f 23 07 f8 0c 09 0f 4e 0f 53 0f |O.0.5.#.....N.S.|
000001f0 4f 0f 30 0f 33 0f 24 07 ff 0c 09 0f 4f 0f 53 0f |O.0.3.$.....O.S.|
00000200 4f 0f 50 0f 4d 0f 25 07 00 0d f0 0e 4e 0f 55 0f |O.P.M.%.....N.U.|
00000210 4e 0f 4e 0f 4c 0f 26 07 ff 0c 0a 0f 4d 0f 53 0f |N.N.L.&.....M.S.|
00000220 4f 0f 4a 0f 4c 0f 27 07 ff 0c 0b 0f 4e 0f 53 0f |O.J.L.'.....N.S.|
00000230 4f 0f 49 0f 34 0f 27 07 f6 0c 08 0f 4e 0f 54 0f |O.I.4.'.....N.T.|
00000240 4e 0f 33 0f 34 0f 28 07 f6 0c 09 0f 4c 0f 53 0f |N.3.4.(.....L.S.|
00000250 51 0f 33 0f 4d 0f 29 07 0b 0d 0a 0f 4f 0f 54 0f |Q.3.M.).....O.T.|
00000260 50 0f 32 0f 4c 0f 29 07 01 0d 09 0f 4f 0f 5f 0f |P.2.L.).....O._.|
00000270 50 0f 4b 0f 4b 0f 2a 07 f6 0c f1 0e 4f 0f 54 0f |P.K.K.*.....O.T.|
00000280 50 0f 4b 0f 4c 0f 2b 07 00 0d 0b 0f 50 0f 53 0f |P.K.L.+.....P.S.|
00000290 51 0f 4b 0f 4c 0f 2c 07 02 0d 08 0f 4e 0f 52 0f |Q.K.L.,.....N.R.|
000002a0 4f 0f 4b 0f 4d 0f 2d 07 01 0d 0a 0f 4e 0f 53 0f |O.K.M.-.....N.S.|
000002b0 4e 0f 4a 0f 4b 0f 2e 07 ff 0c 09 0f 4e 0f 52 0f |N.J.K.......N.R.|
000002c0 4f 0f 34 0f 32 0f 2e 07 0f 0d 0c 0f 4d 0f 53 0f |O.4.2.......M.S.|
000002d0 4f 0f 33 0f 33 0f 2f 07 fa 0c 0a 0f 4f 0f 53 0f |O.3.3./.....O.S.|
000002e0 50 0f 4b 0f 4d 0f 30 07 fa 0c 0a 0f 4f 0f 54 0f |P.K.M.0.....O.T.|
000002f0 4f 0f 4b 0f 33 0f 31 07 fb 0c 0a 0f 4d 0f 53 0f |O.K.3.1.....M.S.|
00000300 50 0f 33 0f 33 0f 31 07 01 0d 09 0f 4d 0f 53 0f |P.3.3.1.....M.S.|
00000310 4e 0f 33 0f 4c 0f 32 07 01 0d 09 0f 4e 0f 53 0f |N.3.L.2.....N.S.|
00000320 4e 0f 4c 0f 4d 0f 33 07 f8 0c 08 0f 4f 0f 53 0f |N.L.M.3.....O.S.|
00000330 4e 0f 33 0f 35 0f 34 07 fb 0c 09 0f 4f 0f 53 0f |N.3.5.4.....O.S.|
00000340 4f 0f 32 0f 4c 0f 35 07 00 0d 0b 0f 4e 0f 52 0f |O.2.L.5.....N.R.|
00000350 4f 0f 32 0f 4c 0f 35 07 fa 0c f1 0e 4e 0f 53 0f |O.2.L.5.....N.S.|
00000360 4f 0f 31 0f 4d 0f 36 07 fa 0c 0a 0f 4e 0f 54 0f |O.1.M.6.....N.T.|
00000370 51 0f 33 0f 4d 0f 37 07 fc 0c 09 0f 4f 0f 54 0f |Q.3.M.7.....O.T.|
00000380 50 0f 30 0f 34 0f 37 07 0f 0d 0a 0f 4f 0f 54 0f |P.0.4.7.....O.T.|
00000390 4f 0f 30 0f 32 0f 38 07 fa 0c f1 0e 4d 0f 53 0f |O.0.2.8.....M.S.|
000003a0 50 0f 30 0f 4d 0f 39 07 0d 0d 0c 0f 50 0f 61 0f |P.0.M.9.....P.a.|
000003b0 51 0f 33 0f 4d 0f 3a 07 0f 0d 0a 0f 4d 0f 52 0f |Q.3.M.:.....M.R.|
000003c0 4f 0f 2e 0f 32 0f 3b 07 02 0d 0b 0f 4e 0f 53 0f |O...2.;.....N.S.|
000003d0 4e 0f 4e 0f 4b 0f 3c 07 00 0d 08 0f 4f 0f 54 0f |N.N.K.<.....O.T.|
000003e0 4f 0f 4d 0f 4b 0f 3c 07 1b 0d 0b 0f 4f 0f 53 0f |O.M.K.<.....O.S.|
000003f0 50 0f 31 0f 4b 0f 3d 07 03 0d 0b 0f 4e 0f 54 0f |P.1.K.=.....N.T.|
00000400 4f 0f 31 0f 4b 0f 3e 07 04 0d 0a 0f 4e 0f 53 0f |O.1.K.>.....N.S.|
00000410 50 0f 31 0f 33 0f 3f 07 05 0d 0a 0f 4e 0f 52 0f |P.1.3.?.....N.R.|
00000420 4f 0f 31 0f 4c 0f 3f 07 02 0d f1 0e 4d 0f 54 0f |O.1.L.?.....M.T.|
00000430 4f 0f 31 0f 33 0f 40 07 13 0d 0b 0f 4e 0f 54 0f |O.1.3.@.....N.T.|
00000440 4e 0f 31 0f 33 0f 41 07 1d 0d 0c 0f 4e 0f 53 0f |N.1.3.A.....N.S.|
00000450 4f 0f 30 0f 4c 0f 42 07 1c 0d 0a 0f 4e 0f 54 0f |O.0.L.B.....N.T.|
00000460 4f 0f 31 0f 4c 0f 43 07 16 0d 0c 0f 4d 0f 54 0f |O.1.L.C.....M.T.|
00000470 4f 0f 31 0f 4c 0f 43 07 13 0d 0d 0f 4e 0f 53 0f |O.1.L.C.....N.S.|
00000480 4f 0f 30 0f 4c 0f 44 07 11 0d 0a 0f 4e 0f 52 0f |O.0.L.D.....N.R.|
00000490 4f 0f 30 0f 34 0f 45 07 12 0d 0b 0f 4f 0f 54 0f |O.0.4.E.....O.T.|
000004a0 4f 0f 30 0f 34 0f 45 07 12 0d 0b 0f 4d 0f 51 0f |O.0.4.E.....M.Q.|
000004b0 50 0f 30 0f 34 0f 46 07 1c 0d 0c 0f 4f 0f 53 0f |P.0.4.F.....O.S.|
000004c0 51 0f 30 0f 31 0f 47 07 16 0d 0b 0f 4d 0f 51 0f |Q.0.1.G.....M.Q.|
000004d0 4f 0f 2f 0f 32 0f 48 07 15 0d 0a 0f 4e 0f 52 0f |O./.2.H.....N.R.|
000004e0 4d 0f 2f 0f 33 0f 48 07 12 0d 0d 0f 4e 0f 53 0f |M./.3.H.....N.S.|
000004f0 4f 0f 30 0f 33 0f 49 07 11 0d 0b 0f 50 0f 52 0f |O.0.3.I.....P.R.|
00000500 4f 0f 33 0f 35 0f 4a 07 1c 0d 0b 0f 4f 0f 53 0f |O.3.5.J.....O.S.|
00000510 4f 0f 31 0f 4d 0f 4a 07 1d 0d 0c 0f 50 0f 53 0f |O.1.M.J.....P.S.|
00000520 50 0f 32 0f 4c 0f 4b 07 1b 0d 0a 0f 50 0f 54 0f |P.2.L.K.....P.T.|
00000530 50 0f 31 0f 33 0f 4c 07 12 0d 0c 0f 4f 0f 53 0f |P.1.3.L.....O.S.|
00000540 4f 0f 32 0f 33 0f 4d 07 fe 0c 0a 0f 4f 0f 54 0f |O.2.3.M.....O.T.|
00000550 4f 0f 32 0f 33 0f 4e 07 14 0d 0d 0f 4f 0f 54 0f |O.2.3.N.....O.T.|
00000560 50 0f 32 0f 4c 0f 4e 07 1c 0d 0b 0f 4f 0f 52 0f |P.2.L.N.....O.R.|
00000570 51 0f 31 0f 34 0f 4f 07 06 0d 0d 0f 4f 0f 53 0f |Q.1.4.O.....O.S.|
00000580 50 0f 32 0f 4c 0f 50 07 13 0d 0c 0f 50 0f 55 0f |P.2.L.P.....P.U.|
00000590 4f 0f 32 0f 35 0f 51 07 1c 0d 0b 0f 4d 0f 52 0f |O.2.5.Q.....M.R.|
000005a0 50 0f 31 0f 4b 0f 51 07 05 0d 0a 0f 4f 0f 55 0f |P.1.K.Q.....O.U.|
000005b0 4f 0f 2f 0f 34 0f 52 07 10 0d 0d 0f 50 0f 53 0f |O./.4.R.....P.S.|
000005c0 4f 0f 32 0f 34 0f 53 07 1e 0d 0d 0f 4f 0f 54 0f |O.2.4.S.....O.T.|
000005d0 4e 0f 31 0f 34 0f 53 07 05 0d 0b 0f 4f 0f 54 0f |N.1.4.S.....O.T.|
000005e0 51 0f 32 0f 33 0f 54 07 0e 0d 0a 0f 50 0f 55 0f |Q.2.3.T.....P.U.|
000005f0 51 0f 32 0f 4b 0f 55 07 1d 0d 0c 0f 50 0f 55 0f |Q.2.K.U.....P.U.|
00000600 50 0f 32 0f 4e 0f 56 07 1c 0d 0a 0f 4f 0f 53 0f |P.2.N.V.....O.S.|
00000610 52 0f 31 0f 4d 0f 56 07 05 0d 0a 0f 50 0f 55 0f |R.1.M.V.....P.U.|
00000620 4e 0f 30 0f 4c 0f 57 07 1c 0d 0b 0f 4f 0f 52 0f |N.0.L.W.....O.R.|
00000630 4f 0f 32 0f 4c 0f 58 07 1f 0d 0c 0f 4f 0f 52 0f |O.2.L.X.....O.R.|
00000640
<<<execution_status>>>
initiation_status="ok"
duration=12 termination_type=exited termination_id=0 corefile=no
cutime=3 cstime=9
<<<test_end>>>
INFO: ltp-pan reported all tests PASS
LTP Version: 20230127-2655-ge71a22ce4
###############################################################"
Done executing testcases."
LTP Version: 20230127-2655-ge71a22ce4
Result log is in the /tmp/tmp.Uq8oTg3But "
###############################################################"
Test Start Time: Tue Aug 8 13:23:07 2023
-----------------------------------------
Testcase Result Exit Value
-------- ------ ----------
ADC_S_FUNC_TSCADC_CONTINUOUS_0001 PASS 0
-----------------------------------------------
Total Tests: 1
Total Skipped Tests: 0
Total Failures: 0
Kernel Version: 6.5.0-rc4-next-20230731-00003-g1bd96b7dcce2-dirty
Machine Architecture: aarch64
Hostname: j784s4-evm
root@j784s4-evm:/test# echo $?
0
root@j784s4-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.205 netmask 255.255.255.0 broadcast 192.168.0.255
ether 68:e7:4a:08:40:d2 txqueuelen 1000 (Ethernet)
RX packets 88070 bytes 107340069 (102.3 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 48824 bytes 8696223 (8.2 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
root@j784s4-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.205 netmask 255.255.255.0 broadcast 192.168.0.255
ether 68:e7:4a:08:40:d2 txqueuelen 1000 (Ethernet)
RX packets 88090 bytes 107343709 (102.3 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 48848 bytes 8700287 (8.2 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
root@j784s4-evm:/test# cat result.log
root@j784s4-evm:/test# cd /test
root@j784s4-evm:/test#
/*check patch*/
udit@udit-HP-Z2-Tower-G9-Workstation-Desktop-PC:~/workarea/build/linux/linux-next$ ./scripts/checkpatch.pl 0001-arm64-dts-ti-k3-j784s4-evm-Correct-Pin-mux-offset-fo.patch
total: 0 errors, 0 warnings, 43 lines checked
0001-arm64-dts-ti-k3-j784s4-evm-Correct-Pin-mux-offset-fo.patch has no obvious style problems and is ready for submission
/** dtbs_check ***/
udit@udit-HP-Z2-Tower-G9-Workstation-Desktop-PC:~/workarea/build/linux/linux-next$ make dtstree=arch/arm64/boot/dts/ti/ dtbs_check -j 100
DTC_CHK arch/arm64/boot/dts/ti//k3-j784s4-evm.dtb
/** kpv **/
0001-arm64-dts-ti-k3-j784s4-evm-Correct-Pin-mux-offset-fo.patch Tests: Passed(ALL): defconfig btest_kbuild ftest_check_kdoc ftest_check_includes ftest_check_headerdeps btest_basic btest_sparse ptest_am ptest_check ytest_dt_binding_check dtest_build_dtb dtest_build_dtb_to_dts
General Tests: Passed(ALL): btest_mrproper defconfig
***************** DETAILED RESULTS *********
================
::test results START 0001-arm64-dts-ti-k3-j784s4-evm-Correct-Pin-mux-offset-fo.patch ::
================
Subject: Subject: [PATCH] arm64: dts: ti: k3-j784s4-evm: Correct Pin mux offset for ADC
Passed: defconfig btest_kbuild ftest_check_kdoc ftest_check_includes ftest_check_headerdeps btest_basic btest_sparse ptest_am ptest_check ytest_dt_binding_check dtest_build_dtb dtest_build_dtb_to_dts
================
::test results END 0001-arm64-dts-ti-k3-j784s4-evm-Correct-Pin-mux-offset-fo.patch ::
================
================
::Complete test results START::
================
Passed: btest_mrproper defconfig
================
::Complete test results END::
================
================
CPUS used: 20
================
================
Application versions
================
version of perl:
/usr/bin/perl
This is perl 5, version 34, subversion 0 (v5.34.0) built for x86_64-linux-gnu-thread-multi
(with 58 registered patches, see perl -V for more detail)
Copyright 1987-2021, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
version of make:
/usr/bin/make
GNU Make 4.3
Built for x86_64-pc-linux-gnu
Copyright (C) 1988-2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
version of dtc:
/usr/bin/dtc
Version: DTC 1.6.1
version of sparse:
/usr/bin/sparse
0.6.4 (Ubuntu: 0.6.4-2)
version of patch:
/usr/bin/patch
GNU patch 2.7.6
Copyright (C) 2003, 2009-2012 Free Software Foundation, Inc.
Copyright (C) 1988 Larry Wall
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by Larry Wall and Paul Eggert
version of git:
/usr/bin/git
git version 2.34.1
version of realpath:
/usr/bin/realpath
realpath (GNU coreutils) 8.32
Copyright (C) 2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by Padraig Brady.
version of basename:
/usr/bin/basename
basename (GNU coreutils) 8.32
Copyright (C) 2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by David MacKenzie.
version of aarch64-linux-gnu-gcc:
/usr/bin/aarch64-linux-gnu-gcc
aarch64-linux-gnu-gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
version of dtschema python3 package:
dtschema 2023.7
================
================
Test duration: 405 seconds (Started Tuesday 08 August 2023 07:11:19 PM IST, ended Tuesday 08 August 2023 07:18:04 PM IST)
================
/**check for stable build **/
commit 1809a1c6d53946dd314d71b247b5800458a2400c (HEAD -> correct_pinmux_ahp_adc)
Author: Udit Kumar <u-kumar1@ti.com>
Date: Tue Aug 8 16:24:09 2023 +0530
arm64: dts: ti: k3-j784s4-evm: Correct Pin mux offset for ADC
After splitting wkup_pmx pin mux for J784S4 into four regions.
Pin mux offset for ADC nodes were not updated to align with new
regions, due to this while probing ADC driver out of range
error was seen.
Pin mux offsets for ADC nodes are corrected in this patch.
Fixes: 14462bd0b247 ("arm64: dts: ti: k3-j784s4: Fix wakeup pinmux range and pinctrl node offsets")
udit@udit-HP-Z2-Tower-G9-Workstation-Desktop-PC:~/workarea/build/linux/linux-next$ git checkout 14462bd0b247
Updating files: 100% (23695/23695), done.
Note: switching to '14462bd0b247'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at 14462bd0b247 arm64: dts: ti: k3-j784s4: Fix wakeup pinmux range and pinctrl node offsets
udit@udit-HP-Z2-Tower-G9-Workstation-Desktop-PC:~/workarea/build/linux/linux-next$ git cherry-pick 1809a1c6d53946dd314d71b247b5800458a2400c
Auto-merging arch/arm64/boot/dts/ti/k3-j784s4-evm.dts
[detached HEAD 473464bfd1e7] arm64: dts: ti: k3-j784s4-evm: Correct Pin mux offset for ADC
Date: Tue Aug 8 16:24:09 2023 +0530
1 file changed, 16 insertions(+), 16 deletions(-)
/** boot logs **/
#check prompt
J784S4-EVM@QNX:/ti_fs/test# #check prompt
J784S4-EVM@QNX:/ti_fs/test# #check prompt
J784S4-EVM@QNX:/ti_fs/test# #check prompt
J784S4-EVM@QNX:/ti_fs/test#
J784S4-EVM@QNX:/ti_fs/test#
J784S4-EVM@QNX:/ti_fs/test#
U-Boot SPL 2023.04-g756ba776d4 (Jul 13 2023 - 05:36:12 +0000)
ti_i2c_eeprom_am6_get: Ignoring record id 255
ti_i2c_eeprom_am6_get: Ignoring record id 255
ti_i2c_eeprom_am6_get: Ignoring record id 255
ti_i2c_eeprom_am6_get: Ignoring record id 255
ti_i2c_eeprom_am6_get: Ignoring record id 255
ti_i2c_eeprom_am6_get: Ignoring record id 255
ti_i2c_eeprom_am6_get: Ignoring record id 255
ti_i2c_eeprom_am6_get: Ignoring record id 255
ti_i2c_eeprom_am6_get: Ignoring record id 255
ti_i2c_eeprom_am6_get: Ignoring record id 255
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
SPL initial stack usage: 13424 bytes
Trying to boot from MMC2
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
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Loading Environment from nowhere... OK
Starting ATF on ARM64 core...
NOTICE: BL31: v2.8(release):v2.8-226-g2fcd408bb3-dirty
NOTICE: BL31: Built : 00:42:57, Jan 13 2023
I/TC:
I/TC: OP-TEE version: 3.20.0 (gcc version 11.3.0 (GCC)) #1 Fri Jan 20 15:42:54 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.0.6--v09.00.06 (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-g756ba776d4 (Jul 13 2023 - 05:36:12 +0000)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
Trying to boot from MMC2
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
U-Boot 2023.04-g756ba776d4 (Jul 13 2023 - 05:36:12 +0000)
SoC: J784S4 SR1.0 GP
Model: Texas Instruments J784S4 EVM
Board: J784S4X-EVM rev E3
DRAM: 32 GiB
idle-statesCore: 88 devices, 31 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
Unidentified board claims J784S4X-EVM in eeprom header
Net: eth0: ethernet@46000000port@1
Hit any key to stop autoboot: 2 0
=>
=>
=>
=>
=>
=>
=> version
U-Boot 2023.04-g756ba776d4 (Jul 13 2023 - 05:36:12 +0000)
aarch64-oe-linux-gcc (GCC) 11.3.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 ${optargs} earlycon=ns16550a,mmio32,0x02880000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=j784s4
board_name=j784s4
board_rev=E3
board_serial=0498
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_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-j784s4-evm.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=68:e7:4a:08:bd:88
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde99390
fdtoverlay_addr_r=0x89000000
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = am69-sk; then setenv name_fdt ti/k3-am69-sk.dtb; fi; if test $board_name = j784s4; then setenv name_fdt ti/k3-j784s4-evm.dtb; fi; setenv fdtfile ${name_fdt}
finduuid=part uuid ${boot} ${bootpart} uuid
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/dtb/${name_fdt}
get_fdt_ufs=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_ufs=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_ufs=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load scsi ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && fdt apply ${dtboaddr}; done;
get_overlaystring=for overlay in $name_overlays; do; setenv overlaystring ${overlaystring}'#'${overlay}; done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_mmc=run args_all args_mmc
init_ufs=ufs init; scsi scan; run args_ufs
kernel_addr_r=0x82000000
load_efi_dtb=load ${devtype} ${devnum}:${distro_bootpart} ${fdt_addr_r} ${prefix}${efi_fdtfile}
loadaddr=0x82000000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
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
name_fit=fitImage
name_kern=Image
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
rproc_fw_binaries= 2 /lib/firmware/j784s4-main-r5f0_0-fw 3 /lib/firmware/j784s4-main-r5f0_1-fw 4 /lib/firmware/j784s4-main-r5f1_0-fw 5 /lib/firmware/j784s4-main-r5f1_1-fw 6 /lib/firmware/j784s4-main-r5f2_0-fw 7 /lib/firmware/j784s4-main-r5f2_1-fw 8 /lib/firmware/j784s4-c71_0-fw 9 /lib/firmware/j784s4-c71_1-fw 10 /lib/firmware/j784s4-c71_2-fw 11 /lib/firmware/j784s4-c71_3-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#=0000000000000498
serverip=192.168.0.1
soc=k3
splashfile=ti.gz
splashimage=0x82000000
splashpos=m,m
splashsource=mmc
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: 10444/131067 bytes
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled
=> setenv bootargs ''${bootargs}' ip=:::::eth0:dhcp '
=> setenv serverip '192.168.0.1'
=> setenv autoload 'no'
=> dhcp
k3-navss-ringacc ringacc@2b800000: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:328
k3-navss-ringacc ringacc@2b800000: dma-ring-reset-quirk: disabled
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
ethernet@46000000port@1 Waiting for PHY auto negotiation to complete........ done
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.147 (1003 ms)
=> setenv dorprocboot '1'
=> run boot_rprocs
k3_r5f_rproc r5f@41000000: Core 1 is already in use. No rproc commands work
k3_r5f_rproc r5f@41400000: Core 2 is already in use. No rproc commands work
84712 bytes read in 28 ms (2.9 MiB/s)
Load Remote Processor 2 with data@addr=0x82000000 84712 bytes: Success!
84712 bytes read in 28 ms (2.9 MiB/s)
Load Remote Processor 3 with data@addr=0x82000000 84712 bytes: Success!
84712 bytes read in 27 ms (3 MiB/s)
Load Remote Processor 4 with data@addr=0x82000000 84712 bytes: Success!
84712 bytes read in 28 ms (2.9 MiB/s)
Load Remote Processor 5 with data@addr=0x82000000 84712 bytes: Success!
84712 bytes read in 28 ms (2.9 MiB/s)
Load Remote Processor 6 with data@addr=0x82000000 84712 bytes: Success!
84712 bytes read in 28 ms (2.9 MiB/s)
Load Remote Processor 7 with data@addr=0x82000000 84712 bytes: Success!
10489056 bytes read in 36 ms (277.9 MiB/s)
Load Remote Processor 8 with data@addr=0x82000000 10489056 bytes: Success!
10489056 bytes read in 34 ms (294.2 MiB/s)
Load Remote Processor 9 with data@addr=0x82000000 10489056 bytes: Success!
10489056 bytes read in 35 ms (285.8 MiB/s)
Load Remote Processor 10 with data@addr=0x82000000 10489056 bytes: Success!
10489056 bytes read in 34 ms (294.2 MiB/s)
Load Remote Processor 11 with data@addr=0x82000000 10489056 bytes: Success!
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs ${optargs} earlycon=ns16550a,mmio32,0x02880000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=j784s4
board_name=j784s4
board_rev=E3
board_serial=0498
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_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-j784s4-evm.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=68:e7:4a:08:bd:88
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde99390
fdtoverlay_addr_r=0x89000000
fileaddr=82000000
filesize=a00ce0
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = am69-sk; then setenv name_fdt ti/k3-am69-sk.dtb; fi; if test $board_name = j784s4; then setenv name_fdt ti/k3-j784s4-evm.dtb; fi; setenv fdtfile ${name_fdt}
finduuid=part uuid ${boot} ${bootpart} uuid
gatewayip=192.168.0.1
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/dtb/${name_fdt}
get_fdt_ufs=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_ufs=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_ufs=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load scsi ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && fdt apply ${dtboaddr}; done;
get_overlaystring=for overlay in $name_overlays; do; setenv overlaystring ${overlaystring}'#'${overlay}; done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_mmc=run args_all args_mmc
init_ufs=ufs init; scsi scan; run args_ufs
ipaddr=192.168.0.147
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
name_fit=fitImage
name_kern=Image
netmask=255.255.255.0
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
rproc_fw_binaries= 2 /lib/firmware/j784s4-main-r5f0_0-fw 3 /lib/firmware/j784s4-main-r5f0_1-fw 4 /lib/firmware/j784s4-main-r5f1_0-fw 5 /lib/firmware/j784s4-main-r5f1_1-fw 6 /lib/firmware/j784s4-main-r5f2_0-fw 7 /lib/firmware/j784s4-main-r5f2_1-fw 8 /lib/firmware/j784s4-c71_0-fw 9 /lib/firmware/j784s4-c71_1-fw 10 /lib/firmware/j784s4-c71_2-fw 11 /lib/firmware/j784s4-c71_3-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#=0000000000000498
serverip=192.168.0.1
soc=k3
splashfile=ti.gz
splashimage=0x82000000
splashpos=m,m
splashsource=mmc
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: 10609/131067 bytes
=> tftp ${loadaddr} 192.168.0.1:vatf_j784s4-evm/5a3d7ac54c83ac9bad14c8d41201a9de
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.147
Filename 'vatf_j784s4-evm/5a3d7ac54c83ac9bad14c8d41201a9de'.
Load address: 0x82000000
Loading: *################################################## 39.4 MiB
7.4 MiB/s
done
Bytes transferred = 41361920 (2772200 hex)
=> tftp ${fdt_addr_r} 192.168.0.1:vatf_j784s4-evm/cdb0bf71507df505ead84c6d5e385fe9
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.147
Filename 'vatf_j784s4-evm/cdb0bf71507df505ead84c6d5e385fe9'.
Load address: 0x88000000
Loading: *################################################## 59.3 KiB
5.3 MiB/s
done
Bytes transferred = 60677 (ed05 hex)
=> fdt address ${fdt_addr_r}
Working FDT set to 88000000
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
=> setenv bootargs ''${bootargs}' root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j784s4-evm/autofs/2cd386f61c6d7484704a04da7d116ba2,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-g756ba776d4 (Jul 13 2023 - 05:36:12 +0000)
aarch64-oe-linux-gcc (GCC) 11.3.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 = 0x000000077fffffff
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffece000
reloc off = 0x000000007f6ce000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 68:e7:4a:08:bd:88
IP addr = 192.168.0.147
fdt_blob = 0x00000000fde99390
new_fdt = 0x00000000fde99390
fdt_size = 0x0000000000014a20
lmb_dump_all:
memory.cnt = 0x2
memory[0] [0x80000000-0xfffffffe], 0x7fffffff bytes flags: 0
memory[1] [0x880000000-0xffffffffe], 0x77fffffff bytes flags: 0
reserved.cnt = 0x4
reserved[0] [0x9e800000-0xabffffff], 0x0d800000 bytes flags: 4
reserved[1] [0xfce8a000-0xffffffff], 0x03176000 bytes flags: 0
reserved[2] [0xfde94d80-0xfffffffe], 0x0216b27f bytes flags: 0
reserved[3] [0x880000000-0xfffffefff], 0x77ffff000 bytes flags: 0
devicetree = separate
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde99380
sp start = 0x00000000fde99380
Early malloc usage: 2e08 / 8000
=>
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x000000007fffffff
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x000000077fffffff
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffece000
reloc off = 0x000000007f6ce000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 68:e7:4a:08:bd:88
IP addr = 192.168.0.147
fdt_blob = 0x00000000fde99390
new_fdt = 0x00000000fde99390
fdt_size = 0x0000000000014a20
lmb_dump_all:
memory.cnt = 0x2
memory[0] [0x80000000-0xfffffffe], 0x7fffffff bytes flags: 0
memory[1] [0x880000000-0xffffffffe], 0x77fffffff bytes flags: 0
reserved.cnt = 0x4
reserved[0] [0x9e800000-0xabffffff], 0x0d800000 bytes flags: 4
reserved[1] [0xfce8a000-0xffffffff], 0x03176000 bytes flags: 0
reserved[2] [0xfde94d80-0xfffffffe], 0x0216b27f bytes flags: 0
reserved[3] [0x880000000-0xfffffefff], 0x77ffff000 bytes flags: 0
devicetree = separate
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde99380
sp start = 0x00000000fde99380
Early malloc usage: 2e08 / 8000
=> ls mmc 0:1
<DIR> 4096 .
<DIR> 4096 ..
<DIR> 16384 lost+found
1073741824 emmc_TEST.0.0
=> ls mmc 1:1
EFI/
20593152 Image
489985 tiboot3.bin
489985 tiboot3-j784s4-gp-evm.bin
492574 tiboot3-j784s4-hs-fs-evm.bin
999411 tispl.bin
1290751 u-boot.img
574 uEnv.txt
4 ws-calibrate.rules
0 test
9 file(s), 1 dir(s)
=> ext4ls mmc 0:2 /lib/firmware
** Invalid partition 2 **
Couldn't find partition mmc 0:2
=> ext4ls mmc 1:2 /lib/firmware
<DIR> 4096 .
<DIR> 4096 ..
2040 LICENCE.ibt_firmware
2046 LICENCE.iwlwifi_firmware
<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> 66 j784s4-c71_0-fw
<SYM> 66 j784s4-c71_1-fw
<SYM> 66 j784s4-c71_2-fw
<SYM> 66 j784s4-c71_3-fw
<SYM> 68 j784s4-main-r5f0_0-fw
<SYM> 68 j784s4-main-r5f0_1-fw
<SYM> 68 j784s4-main-r5f1_0-fw
<SYM> 68 j784s4-main-r5f1_1-fw
<SYM> 68 j784s4-main-r5f2_0-fw
<SYM> 68 j784s4-main-r5f2_1-fw
<SYM> 66 j784s4-mcu-r5f0_0-fw
<SYM> 73 j784s4-mcu-r5f0_0-fw-sec
<SYM> 68 j784s4-mcu-r5f0_1-fw
4676 regulatory.db
1182 regulatory.db.p7s
151552 rgx.fw.36.53.104.796
383136 rgx.sh.36.53.104.796
<DIR> 4096 ti-connectivity
<DIR> 4096 ti-eth
<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 22 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 000000008ffee000, end 000000008ffffd04 ... OK
Working FDT set to 8ffee000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.5.0-rc4-next-20230731-00003-g1bd96b7dcce2-dirty (udit@udit-HP-Z2-Tower-G9-Workstation-Desktop-PC) (aarch64-linux-gnu-gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #2 SMP PREEMPT Tue Aug 8 18:44:32 IST 2023
[ 0.000000] KASLR disabled due to lack of seed
[ 0.000000] Machine model: Texas Instruments J784S4 EVM
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002880000 (options '')
[ 0.000000] printk: bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] 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 r5f-dma-memory@a6000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a6000000..0x00000000a60fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a6000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a6100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a6100000..0x00000000a6ffffff (15360 KiB) nomap non-reusable r5f-memory@a6100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a7000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a7000000..0x00000000a70fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a7000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a7100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a7100000..0x00000000a7ffffff (15360 KiB) nomap non-reusable r5f-memory@a7100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a8000000..0x00000000a80fffff (1024 KiB) nomap non-reusable c71-dma-memory@a8000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a8100000..0x00000000a8ffffff (15360 KiB) nomap non-reusable c71-memory@a8100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a9000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c71-dma-memory@a9000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a9000000..0x00000000a90fffff (1024 KiB) nomap non-reusable c71-dma-memory@a9000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a9100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c71-memory@a9100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a9100000..0x00000000a9ffffff (15360 KiB) nomap non-reusable c71-memory@a9100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000aa000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c71-dma-memory@aa000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000aa000000..0x00000000aa0fffff (1024 KiB) nomap non-reusable c71-dma-memory@aa000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000aa100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c71-memory@aa100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000aa100000..0x00000000aaffffff (15360 KiB) nomap non-reusable c71-memory@aa100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000ab000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c71-dma-memory@ab000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000ab000000..0x00000000ab0fffff (1024 KiB) nomap non-reusable c71-dma-memory@ab000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000ab100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c71-memory@ab100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000ab100000..0x00000000abffffff (15360 KiB) nomap non-reusable c71-memory@ab100000
[ 0.000000] NUMA: No NUMA configuration found
[ 0.000000] NUMA: Faking a node at [mem 0x0000000080000000-0x0000000fffffefff]
[ 0.000000] NUMA: NODE_DATA [mem 0xffbffc9c0-0xffbffefff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x0000000fffffefff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000009e7fffff]
[ 0.000000] node 0: [mem 0x000000009e800000-0x00000000abffffff]
[ 0.000000] node 0: [mem 0x00000000ac000000-0x00000000ffffefff]
[ 0.000000] node 0: [mem 0x0000000880000000-0x0000000fffffefff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000fffffefff]
[ 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
[ 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.2
[ 0.000000] percpu: Embedded 22 pages/cpu s50536 r8192 d31384 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/j784s4-evm/autofs/2cd386f61c6d7484704a04da7d116ba2,nolock,v3,tcp,rsize=4096,wsize=4096
[ 0.000000] sysrq: sysrq always enabled.
[ 0.000000] Unknown kernel command line parameters "earlyprintk=serial,ttyS2,115200n8", will be passed to user space.
[ 0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.000000] Fallback order for Node 0: 0
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 8257534
[ 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 8.
[ 0.000000] software IO TLB: mapped [mem 0x00000000f9e00000-0x00000000fde00000] (64MB)
[ 0.000000] Memory: 32553312K/33554424K available (16512K kernel code, 4232K rwdata, 10480K rodata, 9024K init, 615K bss, 968344K reserved, 32768K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: [Firmware Bug]: GICR region 0x0000000001900000 has overlapping address
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 960 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: GICv3 features: 16 PPIs
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000
[ 0.000000] ITS [mem 0x01820000-0x0182ffff]
[ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
[ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
[ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x0000000880050000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880060000
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
[ 0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.008829] Console: colour dummy device 80x25
[ 0.013417] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.024089] pid_max: default: 32768 minimum: 301
[ 0.028843] LSM: initializing lsm=capability,integrity
[ 0.034195] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.041993] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.051207] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
[ 0.058463] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
[ 0.066308] rcu: Hierarchical SRCU implementation.
[ 0.071205] rcu: Max phase no-delay instances is 1000.
[ 0.076687] Platform MSI: msi-controller@1820000 domain created
[ 0.082813] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.092106] fsl-mc MSI: msi-controller@1820000 domain created
[ 0.098929] EFI services will not be available.
[ 0.103765] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
I/TC: Secondary CPU 2 initializing
I/TC: Secondary CPU 2 switching to normal world boot
I/TC: Secondary CPU 3 initializing
I/TC: Secondary CPU 3 switching to normal world boot
I/TC: Secondary CPU 2 initializing
I/TC: Secondary CPU 2 switching to normal world boot
I/TC: Secondary CPU 3 initializing
I/TC: Secondary CPU 3 switching to normal world boot
I/TC: Secondary CPU 4 initializing
I/TC: Secondary CPU 4 switching to normal world boot
I/TC: Secondary CPU 5 initializing
I/TC: Secondary CPU 5 switching to normal world boot
[ 0.116864] Detected PIPT I-cache on CPU1
[ 0.116902] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.116915] GICv3: CPU1: using allocated LPI pending table @0x0000000880070000
[ 0.116943] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.125392] Detected PIPT I-cache on CPU2
[ 0.125422] GICv3: CPU2: found redistributor 2 region 0:0x0000000001940000
[ 0.125435] GICv3: CPU2: using allocated LPI pending table @0x0000000880080000
[ 0.125459] CPU2: Booted secondary processor 0x0000000002 [0x411fd080]
[ 0.133882] Detected PIPT I-cache on CPU3
[ 0.133910] GICv3: CPU3: found redistributor 3 region 0:0x0000000001960000
[ 0.133923] GICv3: CPU3: using allocated LPI pending table @0x0000000880090000
[ 0.133946] CPU3: Booted secondary processor 0x0000000003 [0x411fd080]
[ 0.142419] Detected PIPT I-cache on CPU4
[ 0.142473] GICv3: CPU4: found redistributor 100 region 0:0x0000000001980000
[ 0.142487] GICv3: CPU4: using allocated LPI pending table @0x00000008800a0000
[ 0.142519] CPU4: Booted secondary processor 0x0000000100 [0x411fd080]
[ 0.150981] Detected PIPT I-cache on CPU5
[ 0.151015] GICv3: CPU5: found redistributor 101 region 0:0x00000000019a0000
[ 0.151028] GICv3: CPU5: using allocated LPI pending table @0x00000008800b0000
[ 0.151052] CPU5: Booted secondary processor 0x0000000101 [0x411fd080]
[ 0.159481] Detected PIPT I-cache on CPU6
[ 0.159518] GICv3: CPU6: found redistributor 102 region 0:0x00000000019c0000
[ 0.159532] GICv3: CPU6: using allocated LPI pending table @0x00000008800c0000
[ 0.159556] CPU6: Booted secondary processor 0x0000000102 [0x411fd080]
[ 0.167990] Detected PIPT I-cache on CPU7
[ 0.168032] GICv3: CPU7: found redistributor 103 region 0:0x00000000019e0000
[ 0.168045] GICv3: CPU7: using allocated LPI pending table @0x00000008800d0000
[ 0.168070] CPU7: Booted secondary processor 0x0000000103 [0x411fd080]
[ 0.168119] smp: Brought up 1 node, 8 CPUs
[ 0.349098] SMP: Total of 8 processors activated.
[ 0.353905] CPU features: detected: 32-bit EL0 Support
[ 0.359161] CPU features: detected: 32-bit EL1 Support
[ 0.364411] CPU features: detected: CRC32 instructions
[ 0.369715] CPU: All CPU(s) started at EL2
[ 0.373911] alternatives: applying system-wide alternatives
[ 0.380841] devtmpfs: initialized
[ 0.392655] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.402631] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.410180] pinctrl core: initialized pinctrl subsystem
[ 0.416437] DMI not present or invalid.
[ 0.420735] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.427843] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[ 0.435871] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.444605] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.452815] audit: initializing netlink subsys (disabled)
[ 0.458412] audit: type=2000 audit(0.308:1): state=initialized audit_enabled=0 res=1
[ 0.458980] thermal_sys: Registered thermal governor 'step_wise'
[ 0.466336] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.472498] cpuidle: using governor menu
[ 0.483281] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.490311] ASID allocator initialised with 65536 entries
[ 0.496720] Serial: AMBA PL011 UART driver
[ 0.514572] Modules: 22496 pages in range for non-PLT usage
[ 0.514577] Modules: 514016 pages in range for PLT usage
[ 0.520650] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.533014] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.539417] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.546362] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.552764] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.559698] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.566100] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.573039] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.580272] ACPI: Interpreter disabled.
[ 0.585526] k3-chipinfo 43000014.chipid: Family:J784S4 rev:SR1.0 JTAGID[0x0bb8002f] Detected
[ 0.594566] iommu: Default domain type: Translated
[ 0.599462] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.605887] SCSI subsystem initialized
[ 0.609867] usbcore: registered new interface driver usbfs
[ 0.615483] usbcore: registered new interface driver hub
[ 0.620927] usbcore: registered new device driver usb
[ 0.626665] pps_core: LinuxPPS API ver. 1 registered
[ 0.631738] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.641079] PTP clock support registered
[ 0.645167] EDAC MC: Ver: 3.0.0
[ 0.648759] scmi_core: SCMI protocol bus registered
[ 0.654198] FPGA manager framework
[ 0.657702] Advanced Linux Sound Architecture Driver Initialized.
[ 0.664375] vgaarb: loaded
[ 0.667425] clocksource: Switched to clocksource arch_sys_counter
[ 0.673771] VFS: Disk quotas dquot_6.6.0
[ 0.677791] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.684899] pnp: PnP ACPI: disabled
[ 0.691572] NET: Registered PF_INET protocol family
[ 0.696832] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.709578] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 0.718603] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.726537] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.735632] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.744057] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.750915] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.758265] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.766143] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.772206] RPC: Registered named UNIX socket transport module.
[ 0.778264] RPC: Registered udp transport module.
[ 0.783068] RPC: Registered tcp transport module.
[ 0.787870] RPC: Registered tcp-with-tls transport module.
[ 0.793473] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.800060] PCI: CLS 0 bytes, default 64
[ 0.804442] kvm [1]: IPA Size Limit: 44 bits
[ 0.809712] kvm [1]: vgic-v2@6f020000
[ 0.813473] kvm [1]: GIC system register CPU interface enabled
[ 0.819445] kvm [1]: vgic interrupt IRQ9
[ 0.823468] kvm [1]: Hyp mode initialized successfully
[ 0.829458] Initialise system trusted keyrings
[ 0.834100] workingset: timestamp_bits=42 max_order=23 bucket_order=0
[ 0.840853] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.846944] NFS: Registering the id_resolver key type
[ 0.852118] Key type id_resolver registered
[ 0.856389] Key type id_legacy registered
[ 0.860496] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.867345] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.874961] 9p: Installing v9fs 9p2000 file system support
[ 0.893598] Key type asymmetric registered
[ 0.897782] Asymmetric key parser 'x509' registered
[ 0.902788] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.910349] io scheduler mq-deadline registered
[ 0.914975] io scheduler kyber registered
[ 0.919089] io scheduler bfq registered
[ 0.927658] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
[ 0.933623] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
[ 0.939638] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
[ 0.945774] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
[ 0.951575] pinctrl-single 11c000.pinctrl: 72 pins, size 288
[ 0.957508] pinctrl-single 104200.pinctrl: 20 pins, size 80
[ 0.963267] pinctrl-single 104280.pinctrl: 8 pins, size 32
[ 0.973232] EINJ: ACPI disabled.
[ 0.989212] k3-ringacc 2b800000.ringacc: Failed to get MSI domain
[ 0.995483] k3-ringacc 3c000000.ringacc: Failed to get MSI domain
[ 1.006008] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.014168] SuperH (H)SCI(F) driver initialized
[ 1.019132] msm_serial: driver initialized
[ 1.023777] STM32 USART driver initialized
[ 1.032648] loop: module loaded
[ 1.036594] megasas: 07.725.01.00-rc1
[ 1.044000] tun: Universal TUN/TAP device driver, 1.6
[ 1.049746] thunder_xcv, ver 1.0
[ 1.053055] thunder_bgx, ver 1.0
[ 1.056414] nicpf, ver 1.0
[ 1.059943] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 1.067326] hns3: Copyright (c) 2017 Huawei Corporation.
[ 1.072769] hclge is initializing
[ 1.076160] e1000: Intel(R) PRO/1000 Network Driver
[ 1.081141] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 1.087019] e1000e: Intel(R) PRO/1000 Network Driver
[ 1.092093] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.098148] igb: Intel(R) Gigabit Ethernet Network Driver
[ 1.103663] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 1.109367] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 1.115774] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 1.122012] sky2: driver version 1.30
[ 1.126545] VFIO - User Level meta-driver version: 0.3
[ 1.133536] usbcore: registered new interface driver usb-storage
[ 1.141438] i2c_dev: i2c /dev entries driver
[ 1.150235] sdhci: Secure Digital Host Controller Interface driver
[ 1.156558] sdhci: Copyright(c) Pierre Ossman
[ 1.161490] Synopsys Designware Multimedia Card Interface Driver
[ 1.168236] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.175354] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.182031] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.189286] usbcore: registered new interface driver usbhid
[ 1.194981] usbhid: USB HID core driver
[ 1.201288] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 1.210985] 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.215541] optee: revision 3.20 (8e74d476)
[ 1.231964] optee: dynamic shared memory is enabled
[ 1.241637] random: crng init done
[ 1.245171] optee: initialized driver
[ 1.250614] NET: Registered PF_PACKET protocol family
[ 1.255832] 9pnet: Installing 9P2000 support
[ 1.260219] Key type dns_resolver registered
[ 1.268347] registered taskstats version 1
[ 1.272655] Loading compiled-in X.509 certificates
[ 1.287450] k3-ringacc 2b800000.ringacc: Failed to get MSI domain
[ 1.294225] k3-ringacc 3c000000.ringacc: Failed to get MSI domain
[ 1.306069] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
[ 1.363491] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.369716] pca953x 3-0020: supply vcc not found, using dummy regulator
[ 1.376543] pca953x 3-0020: using no AI
[ 1.404040] pca953x 3-0022: supply vcc not found, using dummy regulator
[ 1.410851] pca953x 3-0022: using AI
[ 1.415126] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz
[ 1.420974] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 177 domain created
[ 1.429607] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 10 domain created
[ 1.438960] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 283 domain created
[ 1.447668] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 321 created
[ 1.458085] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:328
[ 1.467981] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.474742] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.484275] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:315
[ 1.494420] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.501178] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.509655] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 186, base_baud = 6000000) is a 8250
[ 1.519666] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 187, base_baud = 3000000) is a 8250
[ 1.528520] printk: console [ttyS2] enabled
[ 1.528520] printk: console [ttyS2] enabled
[ 1.536972] printk: bootconsole [ns16550a0] disabled
[ 1.536972] printk: bootconsole [ns16550a0] disabled
[ 1.560200] ti_tscadc_probe mfd called
[ 1.564802] tiadc_probe called
[ 1.569180] ti_tscadc_probe mfd called
[ 1.573822] tiadc_probe called
[ 1.619428] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.629994] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.638263] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.651110] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.658318] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.666924] mmc0: CQHCI version 5.10
[ 1.670499] ti-udma 285c0000.dma-controller: Channels: 22 (tchan: 11, rchan: 11, gp-rflow: 8)
[ 1.672527] ti-udma 31150000.dma-controller: Channels: 66 (tchan: 33, rchan: 33, gp-rflow: 16)
[ 1.689671] tiadc_probe called
[ 1.695124] tiadc_probe called
[ 1.701456] spi-nor spi0.0: unrecognized JEDEC id bytes: ff ef dc 21 00 00
[ 1.710339] spi-nor spi1.0: mt25qu512a (65536 Kbytes)
[ 1.715690] 7 fixed-partitions partitions found on MTD device 47050000.spi.0
[ 1.720027] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 1.722729] Creating 7 MTD partitions on "47050000.spi.0":
[ 1.735652] 0x000000000000-0x000000080000 : "qspi.tiboot3"
[ 1.741754] 0x000000080000-0x000000280000 : "qspi.tispl"
[ 1.747570] 0x000000280000-0x000000680000 : "qspi.u-boot"
[ 1.753445] 0x000000680000-0x0000006c0000 : "qspi.env"
[ 1.759057] 0x0000006c0000-0x000000700000 : "qspi.env.backup"
[ 1.765272] 0x000000800000-0x000003fc0000 : "qspi.rootfs"
[ 1.771163] 0x000003fc0000-0x000004000000 : "qspi.phypattern"
[ 1.815440] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.823249] mmc0: Command Queue Engine enabled
[ 1.825900] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.827691] mmc0: new HS400 MMC card at address 0001
[ 1.835949] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.841149] mmcblk0: mmc0:0001 G1M15L 29.6 GiB
[ 1.853733] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.860333] mmcblk0: p1
[ 1.865266] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.868009] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB
[ 1.879160] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB
[ 1.884076] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 1.884548] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (234:0)
[ 1.893550] mmc1: CQHCI version 5.10
[ 1.941217] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 1.960892] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 1.970362] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 1.992652] mmc1: new high speed SDHC card at address aaaa
[ 1.998469] mmcblk1: mmc1:aaaa SC32G 29.7 GiB
[ 2.007108] mmcblk1: p1 p2 p3
[ 6.080921] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 6.103427] Sending DHCP requests ., OK
[ 6.123260] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.147
[ 6.130997] IP-Config: Complete:
[ 6.134215] device=eth0, hwaddr=68:e7:4a:08:bd:88, ipaddr=192.168.0.147, mask=255.255.255.0, gw=192.168.0.1
[ 6.144372] host=192.168.0.147, domain=ti.com, nis-domain=(none)
[ 6.150798] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 6.150801] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 6.163485] clk: Disabling unused clocks
[ 6.175239] ALSA device list:
[ 6.178201] No soundcards found.
[ 6.199035] VFS: Mounted root (nfs filesystem) on device 0:21.
[ 6.205244] devtmpfs: mounted
[ 6.211329] Freeing unused kernel memory: 9024K
[ 6.231496] Run /sbin/init as init process
[ 6.656549] systemd[1]: System time before build time, advancing clock.
[ 6.735982] 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.767532] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.04[0m!
[ 6.873640] systemd[1]: Hostname set to <j784s4-evm>.
[ 6.890652] systemd[1]: Initializing machine ID from random generator.
[ 7.059719] systemd-sysv-generator[132]: SysV service '/etc/init.d/inetd.busybox' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 7.088129] systemd-sysv-generator[132]: SysV service '/etc/init.d/sysrepo' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 7.116085] systemd-sysv-generator[132]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 7.144957] systemd-sysv-generator[132]: SysV service '/etc/init.d/docker.init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 7.172091] systemd-sysv-generator[132]: SysV service '/etc/init.d/psplash.sh' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 7.199300] systemd-sysv-generator[132]: SysV service '/etc/init.d/netperf' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 7.223817] systemd-sysv-generator[132]: SysV service '/etc/init.d/netopeer2-server' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 7.252136] systemd-sysv-generator[132]: SysV service '/etc/init.d/dropbear' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 7.276626] systemd-sysv-generator[132]: SysV service '/etc/init.d/telnetd' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 7.318677] systemd[123]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 7.631717] systemd[1]: Binding to IPv6 address not available since kernel does not support IPv6.
[ 7.640609] systemd[1]: Binding to IPv6 address not available since kernel does not support IPv6.
[ 7.685963] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 7.766753] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 7.882217] systemd[1]: Queued start job for default target Graphical Interface.
[ 7.939066] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 7.960988] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 7.984537] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 8.008341] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 8.031601] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[[0;32m OK [0m] Started [0;1;39mDispatch Password ts to Console Directory Watch[0m.
[ 8.055541] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[[0;32m OK [0m] Started [0;1;39mForward Password Ruests to Wall Directory Watch[0m.
[ 8.079588] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 8.095482] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 8.115473] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 8.131491] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 8.166282] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 8.187539] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 8.212123] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 8.235586] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 8.260300] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 8.280120] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 8.303689] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 8.320222] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 8.345256] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 8.367610] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 8.388086] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 8.427677] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 8.445680] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 8.469935] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 8.495697] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 8.512679] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 8.539669] systemd[1]: Create List of Static Device Nodes was skipped because of a failed condition check (ConditionFileNotEmpty=/lib/modules/6.5.0-rc4-next-20230731-00003-g1bd96b7dcce2-dirty/modules.devname).
[ 8.583793] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 8.605696] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 8.629629] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 8.655514] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 8.735984] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 8.756935] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 8.773782] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 8.797368] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 8.818416] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 8.850332] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 8.874546] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 8.899355] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 8.919829] 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;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;1;31mFAILED[0m] Failed to start [0;1;39mLoad Kernel Modules[0m.
See 'systemctl status systemd-modules-load.service' for details.
[[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;39mKernel Configuration File System[0m...
Starting [0;1;39mFlush Journal to Persistent Storage[0m...
Starting [0;1;39mApply Kernel Variables[0m...
[ 9.286612] systemd-journald[145]: Received client request to flush runtime journal.
Starting [0;1;39mCreate System Users[0m...
[[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m.
[[0;32m OK [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m.
[[0;32m OK [0m] Finished [0;1;39mApply Kernel Variables[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate System Users[0m.
Starting [0;1;39mCreate Static Device Nodes in /dev[0m...
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Static Device Nodes in /dev[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Local File Systems[0m.
Mounting [0;1;39m/media/ram[0m...
Mounting [0;1;39m/var/volatile[0m...
[ 9.533763] audit: type=1334 audit(1651167747.876:2): prog-id=5 op=LOAD
[ 9.540455] audit: type=1334 audit(1651167747.884: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] Found device [0;1;39m/dev/ttyS2[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.
[ 11.243550] mmc0: running CQE recovery
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p1[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk0p1[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p1[0m.
Mounting [0;1;39m/run/media/rootfs-mmcblk0p1[0m...
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p3[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p2[0m.
[ 12.592340] EXT4-fs (mmcblk0p1): recovery complete
[ 12.600202] EXT4-fs (mmcblk0p1): mounted filesystem e7fa53fb-9579-4537-b453-ea2b0261b4cf r/w with ordered data mode. Quota mode: none.
Starting [0;1;39mFile System Check on /dev/mmcblk1p2[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p3[0m...
[[0;32m OK [0m] Mounted [0;1;39m/run/media/rootfs-mmcblk0p1[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p2[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p3[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p1[0m.
Mounting [0;1;39m/run/media/mmcblk1p3[0m...
Mounting [0;1;39m/run/media/root-mmcblk1p2[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p1[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p1[0m.
Mounting [0;1;39m/run/media/boot-mmcblk1p1[0m...
[ 12.873663] EXT4-fs (mmcblk1p3): recovery complete
[ 12.878469] EXT4-fs (mmcblk1p3): mounted filesystem 3cf00bfa-a2f5-4400-9e51-c03b448aab62 r/w with ordered data mode. Quota mode: none.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk1p3[0m.
[ 13.358780] EXT4-fs (mmcblk1p2): recovery complete
[ 13.360303] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 13.364713] EXT4-fs (mmcblk1p2): mounted filesystem 09da9e03-45c4-45d4-9fde-a2b7dd9d59ea r/w with ordered data mode. Quota mode: none.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/boot-mmcblk1p1[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/root-mmcblk1p2[0m.
[[0;32m OK [0m] Finished [0;1;39mRebuild Dynamic Linker Cache[0m.
Starting [0;1;39mRun pending postinsts[0m...
Starting [0;1;39mUpdate is Completed[0m...
[[0;32m OK [0m] Finished [0;1;39mUpdate is Completed[0m.
[[0;32m OK [0m] Finished [0;1;39mRun pending postinsts[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Initialization[0m.
[[0;32m OK [0m] Started [0;1;39mDaily rotation of log files[0m.
[[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary Directories[0m.
[[0;32m OK [0m] Reached target [0;1;39mTimer Units[0m.
[[0;32m OK [0m] Listening on [0;1;39mAvahi mDNS/DNS-SD Stack Activation Socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mD-Bus System Message Bus Socket[0m.
Starting [0;1;39mDocker Socket for the API[0m...
[[0;32m OK [0m] Listening on [0;1;39mdropbear.socket[0m.
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] Started [0;1;39mD-Bus System Message Bus[0m.
[ 15.866240] memfd_create() without MFD_EXEC nor MFD_NOEXEC_SEAL, pid=681 'dbus-broker-lau'
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m.
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.
[[0;32m OK [0m] Started [0;1;39mJob spooling tools[0m.
[[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[ 15.998348] audit: type=1334 audit(1651167754.340:4): prog-id=7 op=LOAD
.
[ 16.009750] audit: type=1334 audit(1651167754.352: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;39mtelnetd.service[0m...
[[0;32m OK [0m] Finished [0;1;39mIPv6 Packet Filtering Framework[0m.
[[0;32m OK [0m] Finished [0;1;39mIPv4 Packet Filtering Framework[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m.
Starting [0;1;39mNetwork Configuration[0m...
[[0;32m OK [0m] Started [0;1;39mtelnetd.service[0m.
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
Starting [0;1;39mWait for Network to be Configured[0m...
Starting [0;1;39mNetwork Name Resolution[0m...
[[0;32m OK [0m] Finished [0;1;39mWait for Network to be Configured[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;39mNetwork is Online[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...
Starting [0;1;39mLighttpd Daemon[0m...
Starting [0;1;39mLSB: network benchmark[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.
[[0;32m OK [0m] Started [0;1;39mstrongSwan IPsec IIKEv2 daemon using ipsec.conf[0m.
Starting [0;1;39mPermit User Sessions[0m...
[[0;32m OK [0m] Finished [0;1;39mEnable and configure wl18xx bluetooth stack[0m.
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[[0;32m OK [0m] Started [0;1;39mLSB: network benchmark[0m.
Starting [0;1;39mthermal-zone-init.service[0m...
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m.
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m.
[[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m.
Starting [0;1;39mSynchronize System and HW clocks[0m...
Starting [0;1;39mWeston, a Waylandositor, as a system service[0m...
[[0;32m OK [0m] Started [0;1;39mthermal-zone-init.service[0m.
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mSynchronize System and HW clocks[0m.
See 'systemctl status sync-clocks.service' for details.
[ 17.276419] audit: type=1334 audit(1651167755.620:6): prog-id=9 op=LOAD
[ 17.283156] audit: type=1334 audit(1651167755.624:7): prog-id=10 op=LOAD
Starting [0;1;39mUser Database Manager[0m...
[[0;32m OK [0m] Started [0;1;39mUser Database Manager[0m.
[[0;32m OK [0m] Created slice [0;1;39mUser Slice of UID 1000[0m.
Starting [0;1;39mUser Runtime Directory /run/user/1000[0m...
[[0;32m OK [0m] Finished [0;1;39mUser Runtime Directory /run/user/1000[0m.
Starting [0;1;39mUser Manager for UID 1000[0m...
[ 18.161475] audit: type=1006 audit(1651167756.504:8): pid=762 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 18.174046] audit: type=1300 audit(1651167756.504:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffe10417e8 a2=4 a3=ffff84d6c020 items=0 ppid=1 pid=762 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)
[ 18.200529] audit: type=1327 audit(1651167756.504:8): proctitle="(systemd)"
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtime[0m.
[[0;32m OK [0m] Started [0;1;39mUser Manager for UID 1000[0m.
[[0;32m OK [0m] Started [0;1;39mSession c1 of User wes[ 18.542394] audit: type=1006 audit(1651167756.884:9): pid=743 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
ton[0m.
[ 18.560296] audit: type=1300 audit(1651167756.884:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffe10417e8 a2=4 a3=ffff84d6c020 items=0 ppid=1 pid=743 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)
[ 18.587354] audit: type=1327 audit(1651167756.884: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] Finished [0;1;39mPrint notice about GPLv3 packages[0m.
[[0;32m OK [0m] Reached target [0;1;39mMulti-User System[0m.
[[0;32m OK [0m] Reached target [0;1;39mGraphical Interface[0m.
Starting [0;1;39mRecord Runlevel Change in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord Runlevel Change in UTMP[0m.
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project j784s4-evm -
Arago 2023.04 j784s4-evm -
j784s4-evm login: root
7[r[999;999H[6nroot@j784s4-evm:~# uname -a
Linux j784s4-evm 6.5.0-rc4-next-20230731-00003-g1bd96b7dcce2-dirty #2 SMP PREEMPT Tue Aug 8 18:44:32 IST 2023 aarch64 aarch64 aarch64 GNU/Linux
root@j784s4-evm:~# cat /proc/cmdline
console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j784s4-evm/autofs/2cd386f61c6d7484704a04da7d116ba2,nolock,v3,tcp,rsize=4096,wsize=4096
root@j784s4-evm:~# uname -a
Linux j784s4-evm 6.5.0-rc4-next-20230731-00003-g1bd96b7dcce2-dirty #2 SMP PREEMPT Tue Aug 8 18:44:32 IST 2023 aarch64 aarch64 aarch64 GNU/Linux
root@j784s4-evm:~# cat /proc/mtd
dev: size erasesize name
mtd0: 00080000 00001000 "qspi.tiboot3"
mtd1: 00200000 00001000 "qspi.tispl"
mtd2: 00400000 00001000 "qspi.u-boot"
mtd3: 00040000 00001000 "qspi.env"
mtd4: 00040000 00001000 "qspi.env.backup"
mtd5: 037c0000 00001000 "qspi.rootfs"
mtd6: 00040000 00001000 "qspi.phypattern"
root@j784s4-evm:~# grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/
/pnp /etc/resolv.conf && systemctl restart systemd-resolved
root@j784s4-evm:~# ls -l /lib/firmware; ls -lR /lib/firmware/ipc
total 17584
-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
drwxr-xr-x 2 root root 4096 Mar 9 2018 cadence
drwxr-xr-x 2 root root 4096 Mar 9 2018 cnm
drwxr-xr-x 2 root root 4096 Mar 9 2018 intel
-rw-r--r-- 1 root root 918268 Mar 9 2018 iwlwifi-3160-17.ucode
-rw-r--r-- 1 root root 2448976 Mar 9 2018 iwlwifi-8000C-34.ucode
-rw-r--r-- 1 root root 2428004 Mar 9 2018 iwlwifi-8000C-36.ucode
-rw-r--r-- 1 root root 2440780 Mar 9 2018 iwlwifi-8265-34.ucode
-rw-r--r-- 1 root root 2436632 Mar 9 2018 iwlwifi-8265-36.ucode
-rw-r--r-- 1 root root 2678092 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-34.ucode
-rw-r--r-- 1 root root 2521412 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-38.ucode
-rw-r--r-- 1 root root 1489652 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-46.ucode
lrwxrwxrwx 1 root root 66 Mar 9 2018 j784s4-c71_0-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_c7x_1_release_strip.xe71
lrwxrwxrwx 1 root root 66 Mar 9 2018 j784s4-c71_1-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_c7x_2_release_strip.xe71
lrwxrwxrwx 1 root root 66 Mar 9 2018 j784s4-c71_2-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_c7x_3_release_strip.xe71
lrwxrwxrwx 1 root root 66 Mar 9 2018 j784s4-c71_3-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_c7x_4_release_strip.xe71
lrwxrwxrwx 1 root root 68 Mar 9 2018 j784s4-main-r5f0_0-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu2_0_release_strip.xer5f
lrwxrwxrwx 1 root root 68 Mar 9 2018 j784s4-main-r5f0_1-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu2_1_release_strip.xer5f
lrwxrwxrwx 1 root root 68 Mar 9 2018 j784s4-main-r5f1_0-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu3_0_release_strip.xer5f
lrwxrwxrwx 1 root root 68 Mar 9 2018 j784s4-main-r5f1_1-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu3_1_release_strip.xer5f
lrwxrwxrwx 1 root root 68 Mar 9 2018 j784s4-main-r5f2_0-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu4_0_release_strip.xer5f
lrwxrwxrwx 1 root root 68 Mar 9 2018 j784s4-main-r5f2_1-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu4_1_release_strip.xer5f
lrwxrwxrwx 1 root root 66 Mar 9 2018 j784s4-mcu-r5f0_0-fw -> /lib/firmware/ti-eth/j784s4/app_remoteswitchcfg_server_strip.xer5f
lrwxrwxrwx 1 root root 73 Mar 9 2018 j784s4-mcu-r5f0_0-fw-sec -> /lib/firmware/ti-eth/j784s4/app_remoteswitchcfg_server_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j784s4-mcu-r5f0_1-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu1_1_release_strip.xer5f
-rw-r--r-- 1 root root 4676 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
drwxr-xr-x 2 root root 4096 Mar 9 2018 ti-connectivity
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-eth
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-ipc
lrwxrwxrwx 1 root root 39 Mar 9 2018 wave521c_codec_fw.bin -> /lib/firmware/cnm/wave521c_codec_fw.bin
ls: cannot access '/lib/firmware/ipc': No such file or directory
root@j784s4-evm:~# cat /proc/diskstats
7 0 loop0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 1 loop1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 2 loop2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 3 loop3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 4 loop4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 5 loop5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 6 loop6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 7 loop7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31 0 mtdblock0 22 0 176 8 0 0 0 0 0 20 8 0 0 0 0 0 0
31 1 mtdblock1 28 0 224 12 0 0 0 0 0 20 12 0 0 0 0 0 0
31 2 mtdblock2 58 0 464 50 0 0 0 0 0 56 50 0 0 0 0 0 0
31 3 mtdblock3 10 0 80 3 0 0 0 0 0 8 3 0 0 0 0 0 0
31 4 mtdblock4 30 0 240 20 0 0 0 0 0 36 20 0 0 0 0 0 0
31 5 mtdblock5 70 0 1344 98 0 0 0 0 0 96 98 0 0 0 0 0 0
31 6 mtdblock6 30 0 240 20 0 0 0 0 0 36 20 0 0 0 0 0 0
179 0 mmcblk0 336 2 20567 152 2 0 8 1 0 172 153 0 0 0 0 1 0
179 1 mmcblk0p1 283 2 19279 140 2 0 8 1 0 144 141 0 0 0 0 0 0
179 32 mmcblk0boot0 102 0 2016 116 0 0 0 0 0 44 116 0 0 0 0 0 0
179 64 mmcblk0boot1 35 2 672 4 0 0 0 0 0 8 4 0 0 0 0 0 0
179 96 mmcblk1 745 734 51373 4061 68 513 4648 3138 0 1660 7200 0 0 0 0 0 0
179 97 mmcblk1p1 236 0 14593 1582 0 0 0 0 0 1256 1582 0 0 0 0 0 0
179 98 mmcblk1p2 250 730 20842 1347 67 513 4640 3135 0 1268 4482 0 0 0 0 0 0
179 99 mmcblk1p3 221 4 14738 1061 1 0 8 2 0 756 1064 0 0 0 0 0 0
root@j784s4-evm:~# cat /proc/interrupts
CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 CPU6 CPU7
9: 0 0 0 0 0 0 0 0 GICv3 25 Level vgic
11: 3298 4710 3318 3574 2931 3136 3145 3020 GICv3 30 Level arch_timer
12: 0 0 0 0 0 0 0 0 GICv3 27 Level kvm guest vtimer
14: 0 0 0 0 0 0 0 0 GICv3 23 Level arm-pmu
15: 919 0 0 0 0 0 0 0 GICv3 69 Level 32c00000.mailbox thr_011
36: 0 0 0 0 0 0 0 0 GICv3 928 Level 42120000.i2c
37: 36 0 0 0 0 0 0 0 GICv3 232 Level 2000000.i2c
38: 61250 0 0 0 0 0 0 0 MSI-INTA 21495904 Level 46000000.ethernet-tx0
40: 88334 0 0 0 0 0 0 0 MSI-INTA 21495906 Level 46000000.ethernet
58: 0 0 0 0 0 0 0 0 MSI-INTA 20644718 Level 31150000.dma-controller chan0
59: 0 0 0 0 0 0 0 0 MSI-INTA 20644719 Level 31150000.dma-controller chan1
60: 0 0 0 0 0 0 0 0 MSI-INTA 20644720 Level 31150000.dma-controller chan2
61: 2771 0 0 0 0 0 0 0 MSI-INTA 20644721 Level 31150000.dma-controller chan3
186: 0 0 0 0 0 0 0 0 GICv3 878 Level 40a00000.serial
187: 625 0 0 0 0 0 0 0 GICv3 280 Level 2880000.serial
188: 0 0 0 0 0 0 0 0 GICv3 892 Level TI-am335x-adc.0.auto
189: 0 0 0 0 0 0 0 0 GICv3 893 Level TI-am335x-adc.1.auto
190: 0 0 0 0 0 0 0 0 GICv3 872 Level 47040000.spi
191: 0 0 0 0 0 0 0 0 GICv3 873 Level 47050000.spi
192: 705 0 0 0 0 0 0 0 GICv3 35 Level mmc0
321: 0 0 0 0 0 0 0 0 MSI-INTA 20907012 Edge 31150000.dma-controller chan0
322: 0 0 0 0 0 0 0 0 MSI-INTA 20907013 Edge 31150000.dma-controller chan1
353: 1726 0 0 0 0 0 0 0 GICv3 36 Level mmc1
IPI0: 1133 448 324 376 341 352 340 374 Rescheduling interrupts
IPI1: 7726 26867 26745 26370 22713 25373 26719 22694 Function call interrupts
IPI2: 0 0 0 0 0 0 0 0 CPU stop interrupts
IPI3: 0 0 0 0 0 0 0 0 CPU stop (for crash dump) interrupts
IPI4: 0 0 0 0 0 0 0 0 Timer broadcast interrupts
IPI5: 0 0 0 0 0 0 0 0 IRQ work interrupts
IPI6: 0 0 0 0 0 0 0 0 CPU wake-up interrupts
Err: 0
root@j784s4-evm:~# cat /proc/softirqs
CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 CPU6 CPU7
HI: 0 0 0 0 0 0 0 0
TIMER: 744 708 641 532 461 421 419 528
NET_TX: 149 0 1 1 0 0 1 1
NET_RX: 66053 10 23 0 12 3 2 9
BLOCK: 473 0 0 0 0 0 0 0
IRQ_POLL: 0 0 0 0 0 0 0 0
TASKLET: 5554 0 2 0 0 0 1 0
SCHED: 1393 1270 1075 1031 988 984 1008 953
HRTIMER: 0 0 0 0 0 0 0 0
RCU: 3189 2368 2679 3094 2585 2608 3067 3046
root@j784s4-evm:~# ls -lR /run/media/mmcblk0p1
ls: cannot access '/run/media/mmcblk0p1': No such file or directory
root@j784s4-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $?
1
root@j784s4-evm:~# opkg list-installed | grep ti-test; echo $?
ti-test - 1.0-r0.93
ti-test-extras - 1.0-r0.93
0
root@j784s4-evm:~# export IPERFHOST=192.168.0.1
root@j784s4-evm:~# export NFS_SERVER=192.168.0.1
root@j784s4-evm:~# export NFS_ROOT_PATH=/opt/NFS_exports/linux/j784s4-evm
root@j784s4-evm:~# export AP_SSID=
root@j784s4-evm:~# mkdir -p -m 777 /test
root@j784s4-evm:~# cd /test
root@j784s4-evm:/test# cat > test.sh << EOF
> failtest() {
> echo 1 >&3
> }
> timeout=600
>
> # Start of user's script logic
> cd /opt/ltp
> ./runltp -P j784s4-evm -f ddt/adc_ti -s "ADC_S_FUNC_TSCADC_CONTINUOUS_0001 "
> EOF
root@j784s4-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.147 netmask 255.255.255.0 broadcast 192.168.0.255
ether 68:e7:4a:08:bd:88 txqueuelen 1000 (Ethernet)
RX packets 119431 bytes 153643880 (146.5 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 66879 bytes 12108230 (11.5 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
root@j784s4-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.147 netmask 255.255.255.0 broadcast 192.168.0.255
ether 68:e7:4a:08:bd:88 txqueuelen 1000 (Ethernet)
RX packets 119452 bytes 153647702 (146.5 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 66904 bytes 12112484 (11.5 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
root@j784s4-evm:/test# cd /test
root@j784s4-evm:/test# chmod +x test.sh
root@j784s4-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 j784s4-evm capabilities
awk: cmd. line:1: warning: regexp escape sequence `\&' is not a known regexp operator
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.04"
VERSION_ID=2023.04
PRETTY_NAME="Arago 2023.04"
uname:
Linux j784s4-evm 6.5.0-rc4-next-20230731-00003-g1bd96b7dcce2-dirty #2 SMP PREEMPT Tue Aug 8 18:44:32 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/j784s4-evm/autofs/2cd386f61c6d7484704a04da7d116ba2,nolock,v3,tcp,rsize=4096,wsize=4096
Gnu C gcc (GCC) 11.3.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
free reports:
total used free shared buff/cache available
Mem: 32595104 160916 32241008 9064 193180 32105512
Swap: 0 0 0
cpuinfo:
Architecture: aarch64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 8
On-line CPU(s) list: 0-7
Vendor ID: ARM
Model name: Cortex-A72
Model: 0
Thread(s) per core: 1
Core(s) per cluster: 8
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: 256 KiB (8 instances)
L1i: 384 KiB (8 instances)
L2: 4 MiB (2 instances)
NUMA:
NUMA node(s): 1
NUMA node0 CPU(s): 0-7
Vulnerabilities:
Itlb multihit: Not affected
L1tf: Not affected
Mds: Not affected
Meltdown: Not affected
Mmio stale data: Not affected
Retbleed: 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 hugetlbfs mqueue nfs nfs4 pipefs proc pstore ramfs rpc_pipefs securityfs sockfs squashfs sysfs tmpfs vfat
mounted filesystems (/proc/mounts):
192.168.0.1:/opt/NFS_exports/linux/j784s4-evm/autofs/2cd386f61c6d7484704a04da7d116ba2 / 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=16276656k,nr_inodes=4069164,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=6519024k,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/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0
cgroup /sys/fs/cgroup/hugetlb cgroup rw,nosuid,nodev,noexec,relatime,hugetlb 0 0
cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0
cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0
cgroup /sys/fs/cgroup/pids cgroup rw,nosuid,nodev,noexec,relatime,pids 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/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0
cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0
mqueue /dev/mqueue mqueue rw,nosuid,nodev,noexec,relatime 0 0
hugetlbfs /dev/hugepages hugetlbfs rw,relatime,pagesize=2M 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
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/rootfs-mmcblk0p1 ext4 rw,relatime 0 0
/dev/mmcblk1p3 /run/media/mmcblk1p3 ext4 rw,relatime 0 0
/dev/mmcblk1p1 /run/media/boot-mmcblk1p1 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/mmcblk1p2 /run/media/root-mmcblk1p2 ext4 rw,relatime 0 0
tmpfs /run/user/0 tmpfs rw,nosuid,nodev,relatime,size=3259508k,nr_inodes=814877,mode=700 0 0
mounted filesystems (df):
Filesystem Type Size Used Avail Use% Mounted on
192.168.0.1:/opt/NFS_exports/linux/j784s4-evm/autofs/2cd386f61c6d7484704a04da7d116ba2 nfs 457G 321G 113G 74% /
devtmpfs devtmpfs 16G 4.0K 16G 1% /dev
tmpfs tmpfs 16G 0 16G 0% /dev/shm
tmpfs [ 55.870792] LTP: starting ADC_S_FUNC_TSCADC_CONTINUOUS_0001 (source 'tscadc.sh'; test_continous_mode 100)
tmpfs 6.3G 8.9M 6.3G 1% /run
tmpfs tmpfs 4.0M 0 4.0M 0% /sys/fs/cgroup
tmpfs tmpfs 16G 24K 16G 1% /tmp
tmpfs tmpfs 16M 0 16M 0% /media/ram
tmpfs tmpfs 50M 16K 50M 1% /var/volatile
/dev/mmcblk0p1 ext4 30G 1.1G 27G 4% /run/media/rootfs-mmcblk0p1
/dev/mmcblk1p3 ext4 22G 24K 21G 1% /run/media/mmcblk1p3
/dev/mmcblk1p1 vfat 128M 24M 104M 19% /run/media/boot-mmcblk1p1
/dev/mmcblk1p2 ext4 7.2G 4.4G 2.5G 65% /run/media/root-mmcblk1p2
tmpfs tmpfs 3.2G 0 3.2G 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 843 -n 843 -p -f /tmp/ltp-djKdzlphWn/alltests -l /tmp/tmp.ivoZmUsXkY -C /opt/ltp/output/LTP_RUN_ON-tmp.ivoZmUsXkY.failed -T /opt/ltp/output/LTP_RUN_ON-tmp.ivoZmUsXkY.tconf
INFO: Restricted to ADC_S_FUNC_TSCADC_CONTINUOUS_0001
LOG File: /tmp/tmp.ivoZmUsXkY
FAILED COMMAND File: /opt/ltp/output/LTP_RUN_ON-tmp.ivoZmUsXkY.failed
TCONF COMMAND File: /opt/ltp/output/LTP_RUN_ON-tmp.ivoZmUsXkY.tconf
Running tests.......
<<<test_start>>>
tag=ADC_S_FUNC_TSCADC_CONTINUOUS_0001 stime=1651167794
cmdline="source 'tscadc.sh'; test_continous_mode 100"
contacts=""
analysis=exit
<<<test_output>>>
incrementing stop
00000000 67 04 f4 07 0e 0a 53 07 4b 09 71 0b fd 0b 3a 0c |g.....S.K.q...:.|
00000010 da 09 67 0c c6 0d 54 07 c9 0b 13 0e 56 0e 74 0e |..g...T.....V.t.|
00000020 06 0e 7c 0e 7a 0e 55 07 7b 0c 4d 0e 7d 0e 95 0e |..|.z.U.{.M.}...|
00000030 a4 0e c3 0e 9e 0e 56 07 9b 0c 4f 0e 9a 0e 96 0e |......V...O.....|
00000040 b4 0e c0 0e 96 0e 57 07 98 0c 51 0e 9d 0e 96 0e |......W...Q.....|
00000050 a6 0e b9 0e 9e 0e 57 07 92 0c 4f 0e 97 0e 98 0e |......W...O.....|
00000060 b5 0e c2 0e a1 0e 58 07 7d 0c 50 0e 9a 0e 95 0e |......X.}.P.....|
00000070 a6 0e c3 0e 9a 0e 59 07 79 0c 50 0e 9f 0e 97 0e |......Y.y.P.....|
00000080 bb 0e dd 0e a0 0e 5a 07 98 0c 50 0e 97 0e 97 0e |......Z...P.....|
00000090 be 0e dc 0e 98 0e 5a 07 99 0c 53 0e 9e 0e 98 0e |......Z...S.....|
000000a0 c0 0e de 0e a2 0e 5b 07 83 0c 51 0e 9f 0e 98 0e |......[...Q.....|
000000b0 bd 0e de 0e a4 0e 5c 07 9b 0c 52 0e 93 0e 8f 0e |......\...R.....|
000000c0 a7 0e de 0e a3 0e 5d 07 95 0c 51 0e 96 0e 96 0e |......]...Q.....|
000000d0 b4 0e dd 0e a3 0e 5d 07 9b 0c 51 0e 9e 0e 97 0e |......]...Q.....|
000000e0 bf 0e dc 0e a0 0e 5e 07 9c 0c 52 0e 94 0e a0 0e |......^...R.....|
000000f0 b6 0e d9 0e a1 0e 5f 07 80 0c 4f 0e 98 0e 8d 0e |......_...O.....|
00000100 bc 0e dc 0e a5 0e 5f 07 92 0c 50 0e a0 0e 96 0e |......_...P.....|
00000110 c3 0e e0 0e 9c 0e 61 07 9c 0c 53 0e 95 0e 99 0e |......a...S.....|
00000120 c3 0e d4 0e a1 0e 61 07 9b 0c 50 0e 9a 0e 91 0e |......a...P.....|
00000130 c2 0e d4 0e a1 0e 62 07 92 0c 53 0e a4 0e 97 0e |......b...S.....|
00000140 c1 0e db 0e a2 0e 63 07 98 0c 54 0e 9b 0e 98 0e |......c...T.....|
00000150 be 0e df 0e a2 0e 63 07 9a 0c 51 0e 9a 0e 91 0e |......c...Q.....|
00000160 be 0e dd 0e a4 0e 64 07 99 0c 51 0e a3 0e 98 0e |......d...Q.....|
00000170 be 0e e1 0e a5 0e 65 07 98 0c 54 0e a3 0e a4 0e |......e...T.....|
00000180 c0 0e e2 0e a6 0e 66 07 97 0c 52 0e 98 0e 97 0e |......f...R.....|
00000190 bf 0e de 0e a4 0e 66 07 9b 0c 51 0e 98 0e 97 0e |......f...Q.....|
000001a0 b9 0e e2 0e a5 0e 67 07 9d 0c 56 0e 9f 0e 99 0e |......g...V.....|
000001b0 c2 0e de 0e a2 0e 68 07 9a 0c 53 0e 97 0e 99 0e |......h...S.....|
000001c0 c0 0e e1 0e a4 0e 69 07 90 0c 50 0e a3 0e 99 0e |......i...P.....|
000001d0 b6 0e dd 0e a4 0e 69 07 99 0c 58 0e a5 0e a0 0e |......i...X.....|
000001e0 c1 0e df 0e a3 0e 6a 07 9c 0c 5d 0e a7 0e 9a 0e |......j...].....|
000001f0 cd 0e e1 0e a5 0e 6b 07 a8 0c 6f 0e a6 0e 9d 0e |......k...o.....|
00000200 c3 0e e0 0e a5 0e 6b 07 a6 0c 72 0e bc 0e 9a 0e |......k...r.....|
00000210 c3 0e df 0e a0 0e 6c 07 a3 0c 53 0e 9f 0e 98 0e |......l...S.....|
00000220 c3 0e de 0e a5 0e 6d 07 9f 0c 55 0e a1 0e 98 0e |......m...U.....|
00000230 c1 0e e0 0e a4 0e 6e 07 a5 0c 57 0e 9b 0e 99 0e |......n...W.....|
00000240 c2 0e dd 0e a5 0e 6e 07 a3 0c 58 0e a3 0e 99 0e |......n...X.....|
00000250 ba 0e dd 0e a3 0e 6f 07 a2 0c 54 0e 9d 0e 9a 0e |......o...T.....|
00000260 c1 0e dc 0e 9d 0e 70 07 9d 0c 51 0e a0 0e 9a 0e |......p...Q.....|
00000270 c2 0e de 0e a4 0e 71 07 9c 0c 52 0e 9e 0e 98 0e |......q...R.....|
00000280 c1 0e df 0e a3 0e 71 07 9b 0c 57 0e b4 0e 9a 0e |......q...W.....|
00000290 bf 0e dd 0e a4 0e 72 07 a1 0c 6d 0e 9f 0e 9a 0e |......r...m.....|
000002a0 c1 0e df 0e a5 0e 73 07 9d 0c 58 0e bd 0e 9c 0e |......s...X.....|
000002b0 c2 0e df 0e a4 0e 74 07 9b 0c 54 0e a5 0e 9b 0e |......t...T.....|
000002c0 c4 0e e4 0e a5 0e 74 07 9f 0c 58 0e 9f 0e a2 0e |......t...X.....|
000002d0 c3 0e e0 0e a4 0e 75 07 9b 0c 54 0e a4 0e a0 0e |......u...T.....|
000002e0 c2 0e e0 0e a4 0e 76 07 9f 0c 57 0e 99 0e 97 0e |......v...W.....|
000002f0 c2 0e e1 0e a4 0e 76 07 a3 0c 55 0e a5 0e 98 0e |......v...U.....|
00000300 c1 0e e3 0e a5 0e 77 07 a2 0c 68 0e 98 0e 98 0e |......w...h.....|
00000310 c3 0e de 0e a5 0e 78 07 aa 0c 5a 0e a6 0e 9e 0e |......x...Z.....|
00000320 c3 0e e0 0e 9d 0e 78 07 a3 0c 53 0e a5 0e 97 0e |......x...S.....|
00000330 c2 0e e1 0e a4 0e 79 07 a2 0c 57 0e a0 0e 8f 0e |......y...W.....|
00000340 bf 0e de 0e a4 0e 7a 07 a7 0c 57 0e b5 0e 99 0e |......z...W.....|
00000350 be 0e dd 0e a5 0e 7b 07 a6 0c 53 0e 97 0e 98 0e |......{...S.....|
00000360 c3 0e dd 0e a7 0e 7b 07 9d 0c 50 0e 99 0e 97 0e |......{...P.....|
00000370 ce 0e d6 0e a5 0e 7c 07 9c 0c 51 0e a0 0e 98 0e |......|...Q.....|
00000380 c3 0e de 0e a6 0e 7d 07 a4 0c 4d 0e a4 0e 99 0e |......}...M.....|
00000390 c0 0e e0 0e a5 0e 7d 07 a0 0c 54 0e 99 0e 9a 0e |......}...T.....|
000003a0 bf 0e d8 0e a5 0e 7e 07 9d 0c 55 0e a2 0e 9f 0e |......~...U.....|
000003b0 c3 0e e3 0e a6 0e 7f 07 a6 0c 58 0e a2 0e a2 0e |..........X.....|
000003c0 c3 0e e2 0e a6 0e 80 07 a4 0c 54 0e a3 0e 99 0e |..........T.....|
000003d0 c0 0e df 0e a4 0e 81 07 9c 0c 6d 0e be 0e a3 0e |..........m.....|
000003e0 c5 0e e1 0e a3 0e 81 07 9e 0c 56 0e b5 0e a2 0e |..........V.....|
000003f0 c3 0e e0 0e a5 0e 82 07 a1 0c 5d 0e bd 0e 9b 0e |..........].....|
00000400 c3 0e e1 0e a4 0e 83 07 9f 0c 52 0e a4 0e 9b 0e |..........R.....|
00000410 bf 0e e0 0e a5 0e 84 07 a1 0c 53 0e 9e 0e 9b 0e |..........S.....|
00000420 c4 0e df 0e a5 0e 85 07 9f 0c 58 0e bc 0e 9a 0e |..........X.....|
00000430 c1 0e df 0e a5 0e 85 07 a0 0c 51 0e a3 0e 9a 0e |..........Q.....|
00000440 bf 0e e2 0e a4 0e 86 07 a5 0c 5b 0e a7 0e 99 0e |..........[.....|
00000450 c3 0e e0 0e a6 0e 87 07 aa 0c 5d 0e a7 0e 99 0e |..........].....|
00000460 c4 0e e0 0e a7 0e 88 07 a4 0c 54 0e 9f 0e 99 0e |..........T.....|
00000470 c3 0e e1 0e 9f 0e 89 07 9e 0c 51 0e 9c 0e 9a 0e |..........Q.....|
00000480 c4 0e e1 0e a2 0e 89 07 a8 0c 55 0e 98 0e 9a 0e |..........U.....|
00000490 c3 0e e0 0e b0 0e 8a 07 aa 0c 55 0e 9c 0e 9b 0e |..........U.....|
000004a0 c0 0e dd 0e a3 0e 8b 07 ac 0c 68 0e a0 0e 9c 0e |..........h.....|
000004b0 c4 0e e1 0e a3 0e 8c 07 a9 0c 64 0e a5 0e 9c 0e |..........d.....|
000004c0 d0 0e e5 0e a6 0e 8d 07 a8 0c 6d 0e bb 0e 9b 0e |..........m.....|
000004d0 c4 0e e2 0e a3 0e 8e 07 aa 0c 6d 0e bf 0e b4 0e |..........m.....|
000004e0 c4 0e e1 0e a7 0e 8e 07 a8 0c 68 0e a1 0e 99 0e |..........h.....|
000004f0 bf 0e de 0e a3 0e 8f 07 ab 0c 64 0e 9c 0e 99 0e |..........d.....|
00000500 c2 0e df 0e a5 0e 90 07 a7 0c 56 0e 9e 0e a0 0e |..........V.....|
00000510 c5 0e df 0e a4 0e 91 07 a0 0c 54 0e 9e 0e a3 0e |..........T.....|
00000520 c3 0e e5 0e ac 0e 91 07 9f 0c 59 0e a8 0e 9a 0e |..........Y.....|
00000530 c5 0e e2 0e a6 0e 92 07 a3 0c 58 0e bb 0e 9c 0e |..........X.....|
00000540 c4 0e e0 0e a4 0e 93 07 9f 0c 55 0e 9a 0e a3 0e |..........U.....|
00000550 c4 0e e1 0e a5 0e 94 07 a1 0c 53 0e a2 0e 9b 0e |..........S.....|
00000560 c3 0e e1 0e a4 0e 94 07 a7 0c 59 0e bb 0e a2 0e |..........Y.....|
00000570 c4 0e e1 0e a6 0e 95 07 ab 0c 5f 0e a7 0e 9c 0e |.........._.....|
00000580 c5 0e e0 0e a4 0e 96 07 ad 0c 6a 0e 9d 0e a4 0e |..........j.....|
00000590 d1 0e e1 0e a6 0e 97 07 ae 0c 73 0e bc 0e 9c 0e |..........s.....|
000005a0 c5 0e df 0e b0 0e 98 07 a6 0c 58 0e b6 0e 99 0e |..........X.....|
000005b0 c3 0e e1 0e a4 0e 98 07 a8 0c 59 0e 9a 0e 9a 0e |..........Y.....|
000005c0 c3 0e e0 0e a5 0e 99 07 a8 0c 56 0e a4 0e 99 0e |..........V.....|
000005d0 c3 0e e2 0e a6 0e 9a 07 a7 0c 56 0e 9e 0e 9a 0e |..........V.....|
000005e0 c0 0e df 0e a5 0e 9b 07 a0 0c 55 0e a2 0e 9b 0e |..........U.....|
000005f0 c4 0e e5 0e a5 0e 9c 07 a4 0c 53 0e a6 0e a1 0e |..........S.....|
00000600 c1 0e e0 0e a5 0e 9c 07 9f 0c 52 0e a2 0e 9a 0e |..........R.....|
00000610 c2 0e df 0e a5 0e 9d 07 9f 0c 52 0e a2 0e 9a 0e |..........R.....|
00000620 c0 0e e3 0e a6 0e 9e 07 a9 0c 58 0e a2 0e 9b 0e |..........X.....|
00000630 c3 0e e0 0e a6 0e 9f 07 ad 0c 5b 0e a7 0e a2 0e |..........[.....|
00000640
<<<execution_status>>>
initiation_status="ok"
duration=12 termination_type=exited termination_id=0 corefile=no
cutime=5 cstime=8
<<<test_end>>>
INFO: ltp-pan reported all tests PASS
LTP Version: 20230127-2655-ge71a22ce4
###############################################################"
Done executing testcases."
LTP Version: 20230127-2655-ge71a22ce4
Result log is in the /tmp/tmp.ivoZmUsXkY "
###############################################################"
Test Start Time: Thu Apr 28 17:43:14 2022
-----------------------------------------
Testcase Result Exit Value
-------- ------ ----------
ADC_S_FUNC_TSCADC_CONTINUOUS_0001 PASS 0
-----------------------------------------------
Total Tests: 1
Total Skipped Tests: 0
Total Failures: 0
Kernel Version: 6.5.0-rc4-next-20230731-00003-g1bd96b7dcce2-dirty
Machine Architecture: aarch64
Hostname: j784s4-evm
root@j784s4-evm:/test# echo $?
0
root@j784s4-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.147 netmask 255.255.255.0 broadcast 192.168.0.255
ether 68:e7:4a:08:bd:88 txqueuelen 1000 (Ethernet)
RX packets 128090 bytes 161315991 (153.8 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 73089 bytes 13217873 (12.6 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
root@j784s4-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.147 netmask 255.255.255.0 broadcast 192.168.0.255
ether 68:e7:4a:08:bd:88 txqueuelen 1000 (Ethernet)
RX packets 128111 bytes 161319697 (153.8 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 73113 bytes 13221937 (12.6 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
root@j784s4-evm:/test# cat result.log
root@j784s4-evm:/test# cd /test
root@j784s4-evm:/test#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment