Skip to content

Instantly share code, notes, and snippets.

@uditkumarti
Created August 1, 2023 14:17
Show Gist options
  • Save uditkumarti/29b424d0a1527e77947f72d2e8a38f01 to your computer and use it in GitHub Desktop.
Save uditkumarti/29b424d0a1527e77947f72d2e8a38f01 to your computer and use it in GitHub Desktop.
withpatch_j784s4_logs
#check prompt
/test # #check prompt
/test # #check prompt
/test # #check prompt
/test #
U-Boot SPL 2023.04-gf3f8ddb2dd (Jul 28 2023 - 15:23:30 +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 UART
Cficate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Loaded 983035 bytes
Loading Environment from nowhere... OK
init_env from device 7 not supported!
Starting ATF on ARM64 core...
NOTICE: BL31: v2.9(release):v2.9.0-dirty
NOTICE: BL31: Built : 14:12:59, May 22 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-gf3f8ddb2dd (Jul 28 2023 - 15:23:30 +0000)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
Trying to boot from UART
Cg certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Loaded 1290767 bytes
U-Boot 2023.04-gf3f8ddb2dd (Jul 28 2023 - 15:23:30 +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-gf3f8ddb2dd (Jul 28 2023 - 15:23:30 +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=0082
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:77
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#=0000000000000082
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.178 (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 26 ms (3.1 MiB/s)
Load Remote Processor 2 with data@addr=0x82000000 84712 bytes: Success!
84712 bytes read in 26 ms (3.1 MiB/s)
Load Remote Processor 3 with data@addr=0x82000000 84712 bytes: Success!
84712 bytes read in 26 ms (3.1 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 26 ms (3.1 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 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=E2
board_serial=0082
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:77
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.178
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#=0000000000000082
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/40bf00d28598a5a8fd43e95dd9ec88c1
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.178
Filename 'vatf_j784s4-evm/40bf00d28598a5a8fd43e95dd9ec88c1'.
Load address: 0x82000000
Loading: *################################################## 39.3 MiB
22.3 MiB/s
done
Bytes transferred = 41163264 (2741a00 hex)
=> tftp ${fdt_addr_r} 192.168.0.1:vatf_j784s4-evm/599e57f1c4076696a1c147de1d08db93
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.178
Filename 'vatf_j784s4-evm/599e57f1c4076696a1c147de1d08db93'.
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/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-gf3f8ddb2dd (Jul 28 2023 - 15:23:30 +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:77
IP addr = 192.168.0.178
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:77
IP addr = 192.168.0.178
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
0 file(s), 0 dir(s)
=> 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
=> 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-00001-gbe45f3405d9a-dirty (udit@udit-HP-Z2-Tower-G9-Workstation-Desktop-PC) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 9.2.1 20191025, GNU ld (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 2.33.1.20191209) #2 SMP PREEMPT Tue Aug 1 17:42:47 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: 32553512K/33554424K available (16256K kernel code, 4230K rwdata, 10540K rodata, 9024K init, 615K bss, 968144K 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.008972] Console: colour dummy device 80x25
[ 0.013560] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.024234] pid_max: default: 32768 minimum: 301
[ 0.028987] LSM: initializing lsm=capability,integrity
[ 0.034338] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.042134] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.051320] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
[ 0.058575] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
[ 0.066417] rcu: Hierarchical SRCU implementation.
[ 0.071313] rcu: Max phase no-delay instances is 1000.
[ 0.076795] Platform MSI: msi-controller@1820000 domain created
[ 0.082925] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.092224] fsl-mc MSI: msi-controller@1820000 domain created
[ 0.099247] EFI services will not be available.
[ 0.104082] 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.117182] Detected PIPT I-cache on CPU1
[ 0.117220] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.117234] GICv3: CPU1: using allocated LPI pending table @0x0000000880070000
[ 0.117264] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.125712] Detected PIPT I-cache on CPU2
[ 0.125740] GICv3: CPU2: found redistributor 2 region 0:0x0000000001940000
[ 0.125752] GICv3: CPU2: using allocated LPI pending table @0x0000000880080000
[ 0.125776] CPU2: Booted secondary processor 0x0000000002 [0x411fd080]
[ 0.134199] Detected PIPT I-cache on CPU3
[ 0.134228] GICv3: CPU3: found redistributor 3 region 0:0x0000000001960000
[ 0.134241] GICv3: CPU3: using allocated LPI pending table @0x0000000880090000
[ 0.134264] CPU3: Booted secondary processor 0x0000000003 [0x411fd080]
[ 0.142739] Detected PIPT I-cache on CPU4
[ 0.142794] GICv3: CPU4: found redistributor 100 region 0:0x0000000001980000
[ 0.142808] GICv3: CPU4: using allocated LPI pending table @0x00000008800a0000
[ 0.142839] CPU4: Booted secondary processor 0x0000000100 [0x411fd080]
[ 0.151305] Detected PIPT I-cache on CPU5
[ 0.151339] GICv3: CPU5: found redistributor 101 region 0:0x00000000019a0000
[ 0.151352] GICv3: CPU5: using allocated LPI pending table @0x00000008800b0000
[ 0.151376] CPU5: Booted secondary processor 0x0000000101 [0x411fd080]
[ 0.159813] Detected PIPT I-cache on CPU6
[ 0.159850] GICv3: CPU6: found redistributor 102 region 0:0x00000000019c0000
[ 0.159862] GICv3: CPU6: using allocated LPI pending table @0x00000008800c0000
[ 0.159886] CPU6: Booted secondary processor 0x0000000102 [0x411fd080]
[ 0.168324] Detected PIPT I-cache on CPU7
[ 0.168366] GICv3: CPU7: found redistributor 103 region 0:0x00000000019e0000
[ 0.168379] GICv3: CPU7: using allocated LPI pending table @0x00000008800d0000
[ 0.168403] CPU7: Booted secondary processor 0x0000000103 [0x411fd080]
[ 0.168454] smp: Brought up 1 node, 8 CPUs
[ 0.349426] SMP: Total of 8 processors activated.
[ 0.354237] CPU features: detected: 32-bit EL0 Support
[ 0.359492] CPU features: detected: 32-bit EL1 Support
[ 0.364742] CPU features: detected: CRC32 instructions
[ 0.370041] CPU: All CPU(s) started at EL2
[ 0.374237] alternatives: applying system-wide alternatives
[ 0.381190] devtmpfs: initialized
[ 0.393210] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.403187] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.410727] pinctrl core: initialized pinctrl subsystem
[ 0.417083] DMI not present or invalid.
[ 0.421385] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.428547] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[ 0.436583] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.445316] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.453523] audit: initializing netlink subsys (disabled)
[ 0.459123] audit: type=2000 audit(0.308:1): state=initialized audit_enabled=0 res=1
[ 0.459700] thermal_sys: Registered thermal governor 'step_wise'
[ 0.467050] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.473214] cpuidle: using governor menu
[ 0.484036] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.491070] ASID allocator initialised with 65536 entries
[ 0.497555] Serial: AMBA PL011 UART driver
[ 0.516483] Modules: 22544 pages in range for non-PLT usage
[ 0.516488] Modules: 514064 pages in range for PLT usage
[ 0.522562] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.534924] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.541328] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.548263] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.554665] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.561600] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.568003] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.574941] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.582197] ACPI: Interpreter disabled.
[ 0.587520] k3-chipinfo 43000014.chipid: Family:J784S4 rev:SR1.0 JTAGID[0x0bb8002f] Detected
[ 0.596572] iommu: Default domain type: Translated
[ 0.601469] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.607897] SCSI subsystem initialized
[ 0.611878] usbcore: registered new interface driver usbfs
[ 0.617496] usbcore: registered new interface driver hub
[ 0.622939] usbcore: registered new device driver usb
[ 0.628708] pps_core: LinuxPPS API ver. 1 registered
[ 0.633780] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.643122] PTP clock support registered
[ 0.647214] EDAC MC: Ver: 3.0.0
[ 0.650819] scmi_core: SCMI protocol bus registered
[ 0.656262] FPGA manager framework
[ 0.659765] Advanced Linux Sound Architecture Driver Initialized.
[ 0.666459] vgaarb: loaded
[ 0.669546] clocksource: Switched to clocksource arch_sys_counter
[ 0.675888] VFS: Disk quotas dquot_6.6.0
[ 0.679909] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.687017] pnp: PnP ACPI: disabled
[ 0.693660] NET: Registered PF_INET protocol family
[ 0.698920] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.711743] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 0.720773] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.728706] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.737788] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.746193] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.753050] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.760404] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.768278] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.774339] RPC: Registered named UNIX socket transport module.
[ 0.780397] RPC: Registered udp transport module.
[ 0.785200] RPC: Registered tcp transport module.
[ 0.790003] RPC: Registered tcp-with-tls transport module.
[ 0.795605] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.802193] PCI: CLS 0 bytes, default 64
[ 0.806639] kvm [1]: IPA Size Limit: 44 bits
[ 0.811928] kvm [1]: vgic-v2@6f020000
[ 0.815689] kvm [1]: GIC system register CPU interface enabled
[ 0.821661] kvm [1]: vgic interrupt IRQ9
[ 0.825685] kvm [1]: Hyp mode initialized successfully
[ 0.831697] Initialise system trusted keyrings
[ 0.836357] workingset: timestamp_bits=42 max_order=23 bucket_order=0
[ 0.843115] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.849195] NFS: Registering the id_resolver key type
[ 0.854369] Key type id_resolver registered
[ 0.858640] Key type id_legacy registered
[ 0.862747] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.869596] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.877210] 9p: Installing v9fs 9p2000 file system support
[ 0.892415] Key type asymmetric registered
[ 0.896598] Asymmetric key parser 'x509' registered
[ 0.901607] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.909168] io scheduler mq-deadline registered
[ 0.913794] io scheduler kyber registered
[ 0.917909] io scheduler bfq registered
[ 0.926831] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
[ 0.932799] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
[ 0.938812] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
[ 0.944953] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
[ 0.950753] pinctrl-single 11c000.pinctrl: 72 pins, size 288
[ 0.956686] pinctrl-single 104200.pinctrl: 20 pins, size 80
[ 0.962448] pinctrl-single 104280.pinctrl: 8 pins, size 32
[ 0.972866] EINJ: ACPI disabled.
[ 0.989479] k3-ringacc 2b800000.ringacc: Failed to get MSI domain
[ 0.995756] k3-ringacc 3c000000.ringacc: Failed to get MSI domain
[ 1.006435] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.014682] SuperH (H)SCI(F) driver initialized
[ 1.019655] msm_serial: driver initialized
[ 1.024322] STM32 USART driver initialized
[ 1.033275] loop: module loaded
[ 1.037198] megasas: 07.725.01.00-rc1
[ 1.044994] tun: Universal TUN/TAP device driver, 1.6
[ 1.050759] thunder_xcv, ver 1.0
[ 1.054072] thunder_bgx, ver 1.0
[ 1.057372] nicpf, ver 1.0
[ 1.061010] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 1.068395] hns3: Copyright (c) 2017 Huawei Corporation.
[ 1.073837] hclge is initializing
[ 1.077223] e1000: Intel(R) PRO/1000 Network Driver
[ 1.082206] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 1.088087] e1000e: Intel(R) PRO/1000 Network Driver
[ 1.093158] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.099216] igb: Intel(R) Gigabit Ethernet Network Driver
[ 1.104731] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 1.110432] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 1.116839] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 1.123097] sky2: driver version 1.30
[ 1.127682] VFIO - User Level meta-driver version: 0.3
[ 1.134774] usbcore: registered new interface driver usb-storage
[ 1.142770] i2c_dev: i2c /dev entries driver
[ 1.151731] sdhci: Secure Digital Host Controller Interface driver
[ 1.158053] sdhci: Copyright(c) Pierre Ossman
[ 1.163009] Synopsys Designware Multimedia Card Interface Driver
[ 1.169796] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.176971] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.183681] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.191014] usbcore: registered new interface driver usbhid
[ 1.196709] usbhid: USB HID core driver
[ 1.203024] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 1.212771] 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.217327] optee: revision 3.20 (8e74d476)
[ 1.233747] optee: dynamic shared memory is enabled
[ 1.243410] random: crng init done
[ 1.246941] optee: initialized driver
[ 1.252389] NET: Registered PF_PACKET protocol family
[ 1.257610] 9pnet: Installing 9P2000 support
[ 1.261998] Key type dns_resolver registered
[ 1.270218] registered taskstats version 1
[ 1.274527] Loading compiled-in X.509 certificates
[ 1.289662] k3-ringacc 2b800000.ringacc: Failed to get MSI domain
[ 1.296477] k3-ringacc 3c000000.ringacc: Failed to get MSI domain
[ 1.308082] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
[ 1.365485] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.371734] pca953x 3-0020: supply vcc not found, using dummy regulator
[ 1.378558] pca953x 3-0020: using no AI
[ 1.406170] pca953x 3-0022: supply vcc not found, using dummy regulator
[ 1.412974] pca953x 3-0022: using AI
[ 1.417260] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz
[ 1.423105] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 177 domain created
[ 1.431742] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 10 domain created
[ 1.441097] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 283 domain created
[ 1.449803] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 321 created
[ 1.460232] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:328
[ 1.470128] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.476890] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.486465] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:315
[ 1.496611] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.503370] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.511831] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 186, base_baud = 6000000) is a 8250
[ 1.521818] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 187, base_baud = 3000000) is a 8250
[ 1.530675] printk: console [ttyS2] enabled
[ 1.530675] printk: console [ttyS2] enabled
[ 1.539124] printk: bootconsole [ns16550a0] disabled
[ 1.539124] printk: bootconsole [ns16550a0] disabled
[ 1.554464] Udit cqspi_probe called
[ 1.559232] Udit cqspi_probe called
[ 1.601557] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.612146] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.620418] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.633294] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.640502] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.649138] mmc0: CQHCI version 5.10
[ 1.652859] ti-udma 285c0000.dma-controller: Channels: 22 (tchan: 11, rchan: 11, gp-rflow: 8)
[ 1.663431] ti-udma 31150000.dma-controller: Channels: 66 (tchan: 33, rchan: 33, gp-rflow: 16)
[ 1.674016] Udit cqspi_probe called
[ 1.679120] spi-nor spi0.0: unrecognized JEDEC id bytes: ff ef dc 21 00 00
[ 1.686012] Udit probe successful
[ 1.689554] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 1.690057] Udit cqspi_probe called
[ 1.701964] spi-nor spi1.0: mt25qu512a (65536 Kbytes)
[ 1.707277] 7 fixed-partitions partitions found on MTD device 47050000.spi.0
[ 1.714318] Creating 7 MTD partitions on "47050000.spi.0":
[ 1.719790] 0x000000000000-0x000000080000 : "qspi.tiboot3"
[ 1.725912] 0x000000080000-0x000000280000 : "qspi.tispl"
[ 1.731710] 0x000000280000-0x000000680000 : "qspi.u-boot"
[ 1.737583] 0x000000680000-0x0000006c0000 : "qspi.env"
[ 1.743187] 0x0000006c0000-0x000000700000 : "qspi.env.backup"
[ 1.749416] 0x000000800000-0x000003fc0000 : "qspi.rootfs"
[ 1.755288] 0x000003fc0000-0x000004000000 : "qspi.phypattern"
[ 1.761585] Udit probe successful
[ 1.781013] mmc0: Command Queue Engine enabled
[ 1.785463] mmc0: new HS400 MMC card at address 0001
[ 1.790721] mmcblk0: mmc0:0001 G1M15L 29.6 GiB
[ 1.796100] mmcblk0: p1 p2 p3
[ 1.799448] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB
[ 1.804899] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB
[ 1.805570] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.810289] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (234:0)
[ 1.820284] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.831938] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.844802] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.852009] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.858715] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 1.868095] mmc1: CQHCI version 5.10
[ 1.912561] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 1.932214] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 1.941684] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 1.957913] mmc1: new high speed SDHC card at address aaaa
[ 1.963709] mmcblk1: mmc1:aaaa SL32G 29.7 GiB
[ 1.972439] mmcblk1: p1 p2 p3
[ 6.051026] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 6.073549] Sending DHCP requests ., OK
[ 6.093380] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.178
[ 6.101116] IP-Config: Complete:
[ 6.104335] device=eth0, hwaddr=68:e7:4a:08:40:77, ipaddr=192.168.0.178, mask=255.255.255.0, gw=192.168.0.1
[ 6.114489] host=192.168.0.178, domain=ti.com, nis-domain=(none)
[ 6.120915] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 6.120918] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 6.133615] clk: Disabling unused clocks
[ 6.145513] ALSA device list:
[ 6.148477] No soundcards found.
[ 6.162735] VFS: Mounted root (nfs filesystem) on device 0:21.
[ 6.168841] devtmpfs: mounted
[ 6.175011] Freeing unused kernel memory: 9024K
[ 6.185579] Run /sbin/init as init process
[ 6.278593] systemd[1]: System time before build time, advancing clock.
[ 6.302648] 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.334162] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.04[0m!
[ 6.402562] systemd[1]: Hostname set to <j784s4-evm>.
[ 6.493612] systemd-sysv-generator[130]: 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.519014] systemd-sysv-generator[130]: 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.544205] systemd-sysv-generator[130]: 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.572181] systemd-sysv-generator[130]: 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.603546] systemd-sysv-generator[130]: 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.632424] systemd-sysv-generator[130]: 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.657377] systemd-sysv-generator[130]: 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.687583] systemd-sysv-generator[130]: 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.712833] systemd-sysv-generator[130]: 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.748771] systemd[121]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 6.887975] systemd[1]: Binding to IPv6 address not available since kernel does not support IPv6.
[ 6.896923] systemd[1]: Binding to IPv6 address not available since kernel does not support IPv6.
[ 6.920866] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 6.965016] 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.015870] systemd[1]: Queued start job for default target Graphical Interface.
[ 7.072533] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 7.095103] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 7.118641] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 7.142454] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 7.165715] 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.189665] 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.213715] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 7.229606] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 7.249630] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 7.265613] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 7.300005] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 7.321655] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 7.345557] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 7.365728] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 7.390237] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 7.410105] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 7.433785] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 7.450375] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 7.475091] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 7.497723] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 7.518153] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 7.557763] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 7.575893] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 7.599820] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 7.617780] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 7.634225] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 7.649818] 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-00001-gbe45f3405d9a-dirty/modules.devname).
[ 7.670644] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 7.687810] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 7.703834] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 7.725174] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 7.749248] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 7.765948] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 7.782051] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 7.802270] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 7.820217] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 7.848411] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 7.872427] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 7.893689] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 7.909881] 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.226722] systemd-journald[145]: 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.419803] audit: type=1334 audit(1651167747.136:2): prog-id=5 op=LOAD
[ 8.426448] audit: type=1334 audit(1651167747.144: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.
[[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[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] 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.960578] systemd-journald[145]: Oldest entry in /run/log/journal/21877eb60b7c413c8e24150a5eb2849a/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[ 8.978451] systemd-journald[145]: /run/log/journal/21877eb60b7c413c8e24150a5eb2849a/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] Started [0;1;39mD-Bus System Message Bus[0m.
[ 9.262727] memfd_create() without MFD_EXEC nor MFD_NOEXEC_SEAL, pid=514 'dbus-broker-lau'
[[0;32m OK [0m] Listening on [0;1;39mWeston socket[0m.
[[0;32m OK [0m] Finished [0;1;39mReboot and dump vmcore via kexec[0m.
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m.
[[0;32m OK [0m] 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.431550] audit: type=1334 audit(1690899111.178:4): prog-id=7 op=LOAD
.
[ 9.440613] audit: type=1334 audit(1690899111.178:5): prog-id=8 op=LOAD
Starting [0;1;39mUser Login Management[0m...
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[0m.
Starting [0;1;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] Started [0;1;39mtelnetd.service[0m.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m.
Starting [0;1;39mNetwork Configuration[0m...
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p3[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p1[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p2[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk0p1[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk0p2[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk0p3[0m...
[[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;39mFile System Check on /dev/mmcblk0p1[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p2[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p3[ 9.679210] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[0m.
Mounting [0;1;39m/run/media/mmcblk0p1[0m...
[ 9.681400] FAT-fs (mmcblk0p2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Mounting [0;1;39m/run/media/mmcblk0p2[0m...
Mounting [0;1;39m/run/media/mmcblk0p3[0m...
[[0;32m OK [0m[ 9.714970] EXT4-fs (mmcblk0p3): recovery complete
] Mounted [0;1;39m/run/media/mmcblk0p1[0m.
[[0;32m OK [0m[ 9.723526] EXT4-fs (mmcblk0p3): mounted filesystem a50db4bf-2a48-4904-b9b2-7bb25e33d691 r/w with ordered data mode. Quota mode: none.
] Mounted [0;1;39m/run/media/mmcblk0p2[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p3[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.
[ 10.055958] audit: type=1334 audit(1690899111.802:6): prog-id=9 op=LOAD
[ 10.062830] audit: type=1334 audit(1690899111.810: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...
[ 10.359689] audit: type=1006 audit(1690899112.106:8): pid=784 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 10.372405] audit: type=1300 audit(1690899112.106:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffffcc9e278 a2=4 a3=ffffb9bd8020 items=0 ppid=1 pid=784 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)
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p2[0m.
[ 10.398911] audit: type=1327 audit(1690899112.106:8): proctitle="(systemd)"
Starting [0;1;39mFile System Check on /dev/mmcblk1p2[0m...
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p3[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.
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.549132] EXT4-fs (mmcblk1p2): recovery complete
[ 10.553972] 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.
[ 10.658180] EXT4-fs (mmcblk1p3): recovery complete
[ 10.663078] EXT4-fs (mmcblk1p3): mounted filesystem 5e213913-3210-4de8-8b01-42a7dfca7693 r/w with ordered data mode. Quota mode: none.
[ 10.664382] 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/mmcblk1p3[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/boot-mmcblk1p1[0m.
[[0;32m OK [0m] Started [0;1;39mUser Manager for UID 1[ 10.698772] audit: type=1006 audit(1690899112.446:9): pid=725 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
000[0m.
[[0;32m OK [0m] Started [0;1;39mSession c1 of User weston[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;39mthermal-zone-init.service[0m.
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[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;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-00001-gbe45f3405d9a-dirty #2 SMP PREEMPT Tue Aug 1 17:42:47 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-00001-gbe45f3405d9a-dirty #2 SMP PREEMPT Tue Aug 1 17:42:47 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 33 0 264 18 0 0 0 0 0 32 18 0 0 0 0 0 0
31 1 mtdblock1 56 0 448 22 0 0 0 0 0 28 22 0 0 0 0 0 0
31 2 mtdblock2 87 0 696 47 0 0 0 0 0 56 47 0 0 0 0 0 0
31 3 mtdblock3 20 0 160 8 0 0 0 0 0 16 8 0 0 0 0 0 0
31 4 mtdblock4 30 0 240 12 0 0 0 0 0 24 12 0 0 0 0 0 0
31 5 mtdblock5 71 0 1344 105 0 0 0 0 0 96 105 0 0 0 0 0 0
31 6 mtdblock6 30 0 240 12 0 0 0 0 0 28 12 0 0 0 0 0 0
179 0 mmcblk0 1007 15 64013 563 1 0 8 0 0 348 564 0 0 0 0 0 0
179 1 mmcblk0p1 327 5 20894 152 0 0 0 0 0 176 152 0 0 0 0 0 0
179 2 mmcblk0p2 320 7 20901 165 0 0 0 0 0 176 165 0 0 0 0 0 0
179 3 mmcblk0p3 322 3 21018 232 1 0 8 0 0 208 233 0 0 0 0 0 0
179 32 mmcblk0boot0 102 0 2016 21 0 0 0 0 0 32 21 0 0 0 0 0 0
179 64 mmcblk0boot1 68 0 1344 9 0 0 0 0 0 16 9 0 0 0 0 0 0
179 96 mmcblk1 818 45 53869 4449 2 0 16 3 0 1628 4453 0 0 0 0 0 0
179 97 mmcblk1p1 267 1 16673 1514 0 0 0 0 0 1140 1514 0 0 0 0 0 0
179 98 mmcblk1p2 238 36 17098 1247 1 0 8 2 0 948 1250 0 0 0 0 0 0
179 99 mmcblk1p3 275 8 18898 1607 1 0 8 0 0 1188 1608 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: 1484 3137 1447 1494 1646 1614 1606 1440 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: 873 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: 39011 0 0 0 0 0 0 0 MSI-INTA 21495904 Level 46000000.ethernet-tx0
40: 54212 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: 3395 0 0 0 0 0 0 0 MSI-INTA 20644719 Level 31150000.dma-controller chan1
186: 0 0 0 0 0 0 0 0 GICv3 878 Level 40a00000.serial
187: 570 0 0 0 0 0 0 0 GICv3 280 Level 2880000.serial
188: 0 0 0 0 0 0 0 0 GICv3 872 Level 47040000.spi
189: 0 0 0 0 0 0 0 0 GICv3 873 Level 47050000.spi
190: 1385 0 0 0 0 0 0 0 GICv3 35 Level mmc0
351: 1674 0 0 0 0 0 0 0 GICv3 36 Level mmc1
IPI0: 1155 728 970 914 645 742 839 672 Rescheduling interrupts
IPI1: 4752 16142 15042 15874 18625 16557 16644 17369 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: 302 665 237 208 248 317 230 339
NET_TX: 7 0 0 0 0 0 0 0
NET_RX: 41590 0 0 7 4 0 0 3
BLOCK: 1173 0 0 0 0 0 0 0
IRQ_POLL: 0 0 0 0 0 0 0 0
TASKLET: 5170 0 3 0 0 0 0 0
SCHED: 773 831 562 544 555 553 570 584
HRTIMER: 0 0 0 0 0 0 0 0
RCU: 1535 2251 2325 3231 2265 2268 3571 2656
root@j784s4-evm:~# ls -lR /run/media/mmcblk0p1
/run/media/mmcblk0p1:
total 0
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:~# echo 'hello world'
hello world
root@j784s4-evm:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment