Skip to content

Instantly share code, notes, and snippets.

@nehamalcom
Last active December 7, 2023 06:46
Show Gist options
  • Save nehamalcom/f47fcd6183360ed8a146c9ba456202c3 to your computer and use it in GitHub Desktop.
Save nehamalcom/f47fcd6183360ed8a146c9ba456202c3 to your computer and use it in GitHub Desktop.
Add TPS6594 PMIC support on several boards: CONFIG_MFD_TPS6594_I2C enabled
U-Boot SPL 2023.04-g4c358e4785 (Oct 26 2023 - 22:04:09 +0000)
EEPROM not available at 0x50, trying to read at 0x51
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
SPL initial stack usage: 13424 bytes
Trying to boot from UART
CLoaded 1000031 bytes
Loading Environment from nowhere... OK
init_env from device 7 not supported!
Starting ATF on ARM64 core...
NOTICE: BL31: v2.9(release):v2.9.0-614-gd7a7135d32-dirty
NOTICE: BL31: Built : 09:34:15, Aug 24 2023
I/TC:
I/TC: OP-TEE version: 3.20.0 (gcc version 11.4.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.1.2--v09.01.02 (Kool Koala)')
I/TC: HUK Initialized
I/TC: Activated SA2UL device
I/TC: Enabled firewalls for SA2UL TRNG device
I/TC: SA2UL TRNG initialized
I/TC: SA2UL Drivers initialized
I/TC: Primary CPU switching to normal world boot
U-Boot SPL 2023.04-g4c358e4785 (Oct 26 2023 - 22:04:09 +0000)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
Trying to boot from UART
CLoaded 1326363 bytes
U-Boot 2023.04-g4c358e4785 (Oct 26 2023 - 22:04:09 +0000)
SoC: J784S4 SR1.0 HS-FS
Model: Texas Instruments AM69 SK
Board: AM69-SK rev E2
DRAM: 32 GiB
Core: 86 devices, 32 uclasses, devicetree: separate
Flash: 0 Bytes
MMC: mmc@4f80000: 0, mmc@4fb0000: 1
Loading Environment from nowhere... OK
In: serial@2880000
Out: serial@2880000
Err: serial@2880000
am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA02102 cpsw_ver: 0x6BA82102 ale_ver: 0x00293904 Ports:1 mdio_freq:1000000
Net: eth0: ethernet@46000000port@1
Hit any key to stop autoboot: 2 0
=>
=>
=>
=>
=>
=>
=> version
U-Boot 2023.04-g4c358e4785 (Oct 26 2023 - 22:04:09 +0000)
aarch64-oe-linux-gcc (GCC) 11.4.0
GNU ld (GNU Binutils) 2.38.20220708
=> setenv bootargs 'console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled '
=> setenv bootcmd ''
=> setenv autoload 'no'
=> setenv serverip '10.24.51.160'
=> 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_ospi_nand=setenv bootargs console=${console} ${optargs} ubi.mtd=${ospi_nand_bootpart} root=${ospi_nand_bootvolume} rootfstype=ubifs
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=j784s4
board_name=am69-sk
board_rev=E2
board_serial=0020
board_software_revision=01
boot=mmc
boot_a_script=load ${devtype} ${devnum}:${distro_bootpart} ${scriptaddr} ${prefix}${script}; source ${scriptaddr}
boot_efi_binary=load ${devtype} ${devnum}:${distro_bootpart} ${kernel_addr_r} efi/boot/bootaa64.efi; if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r};else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi
boot_efi_bootmgr=if fdt addr -q ${fdt_addr_r}; then bootefi bootmgr ${fdt_addr_r};else bootefi bootmgr;fi
boot_extlinux=sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} ${prefix}${boot_syslinux_conf}
boot_fdt=try
boot_fit=0
boot_net_usb_start=usb start
boot_prefixes=/ /boot/
boot_rprocs=if test ${dorprocboot} -eq 1 && test ${boot} = mmc; then rproc init; run boot_rprocs_mmc; fi;
boot_rprocs_mmc=env set rproc_id; env set rproc_fw; env set secure_suffix; if test ${secure_rprocs} -eq 1; then env set secure_suffix -sec; fi; for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i; else env set rproc_fw $i${secure_suffix}; run rproc_load_and_boot_one; env set rproc_id; env set rproc_fw; fi; done
boot_script_dhcp=boot.scr.uimg
boot_scripts=boot.scr.uimg boot.scr
boot_syslinux_conf=extlinux/extlinux.conf
boot_targets=ti_mmc mmc0 mmc1 usb0 pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled
bootcmd=
bootcmd_dhcp=devtype=dhcp; run boot_net_usb_start; if dhcp ${scriptaddr} ${boot_script_dhcp}; then source ${scriptaddr}; fi;setenv efi_fdtfile ${fdtfile}; setenv efi_old_vci ${bootp_vci};setenv efi_old_arch ${bootp_arch};setenv bootp_vci PXEClient:Arch:00011:UNDI:003000;setenv bootp_arch 0xb;if dhcp ${kernel_addr_r}; then tftpboot ${fdt_addr_r} dtb/${efi_fdtfile};if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r}; else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi;fi;setenv bootp_vci ${efi_old_vci};setenv bootp_arch ${efi_old_arch};setenv efi_fdtfile;setenv efi_old_arch;setenv efi_old_vci;
bootcmd_mmc0=devnum=0; run mmc_boot
bootcmd_mmc1=devnum=1; run mmc_boot
bootcmd_pxe=run boot_net_usb_start; dhcp; if pxe get; then pxe boot; fi
bootcmd_ti_mmc=run findfdt; run init_${boot}; run main_cpsw0_qsgmii_phyinit; run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootcmd_usb0=devnum=0; run usb_boot
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
default_device_tree=ti/k3-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
do_main_cpsw0_qsgmii_phyinit=1
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=3c:e0:64:62:bd:0e
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde74450
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_ospi_nand=ubifsload ${fdtaddr} ${bootdir}/dtb/${fdtfile};
get_fdt_ufs=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_fit_ospi_nand=ubifsload ${addr_fit} ${bootdir}/${name_fit}
get_fit_overlaystring=for overlay in $name_overlays; do; setexpr name_fit_overlay gsub / _ conf-${overlay}; setenv overlaystring ${overlaystring}'#'${name_fit_overlay}; done;
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_ospi_nand=ubifsload ${loadaddr} ${bootdir}/${name_kern}
get_kern_ufs=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/ti/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_ospi_nand=fdt address ${fdtaddr} fdt resize 0x100000; for overlay in $name_overlays; do; ubifsload ${dtboaddr} ${bootdir}/dtb/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_ufs=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load scsi ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && fdt apply ${dtboaddr}; done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_main_cpsw0_qsgmii_phy=gpio set gpio@22_17; gpio clear gpio@22_16
init_mmc=run args_all args_mmc
init_ospi_nand=run args_all args_ospi_nand ospi_nand_ubi_init
init_ufs=ufs init; scsi scan; run args_ufs
kernel_addr_r=0x82000000
load_efi_dtb=load ${devtype} ${devnum}:${distro_bootpart} ${fdt_addr_r} ${prefix}${efi_fdtfile}
loadaddr=0x82000000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
loadbootscript=load mmc ${mmcdev} ${loadaddr} boot.scr
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/dtb/${fdtfile}
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
main_cpsw0_qsgmii_phyinit=if test $board_name = j784s4; then do_main_cpsw0_qsgmii_phyinit=1; else do_main_cpsw0_qsgmii_phyinit=0; fi; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1 && test ${dorprocboot} -eq 1 && test ${boot} = mmc; then run init_main_cpsw0_qsgmii_phy; fi;
mmc_boot=if mmc dev ${devnum}; then devtype=mmc; run scan_dev_for_boot_part; fi
mmcboot=mmc dev ${mmcdev}; devnum=${mmcdev}; devtype=mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadimage; then run args_mmc; if test ${boot_fit} -eq 1; then run run_fit; else run mmcloados; fi; fi; fi;
mmcdev=1
mmcloados=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run get_fdt_mmc; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;
mmcrootfstype=ext4 rootwait
mtdids=nor0=47040000.spi.0,nand0=spi-nand0
mtdparts=mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern)
name_fit=fitImage
name_kern=Image
ospi_nand_bootpart=ospi_nand.rootfs
ospi_nand_bootvolume=ubi0:rootfs
ospi_nand_ubi_init=ubi part ${ospi_nand_bootpart}; ubifsmount ${ospi_nand_bootvolume};
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
rproc_fw_binaries= 1 /lib/firmware/j784s4-mcu-r5f0_1-fw 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#=0000000000000020
serverip=10.24.51.160
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: 12052/262139 bytes
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled
=> setenv bootargs ''${bootargs}' ip=:::::eth0:dhcp '
=> setenv serverip '10.24.51.160'
=> setenv autoload 'no'
=> dhcp
k3-navss-ringacc ringacc@2b800000: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:328
k3-navss-ringacc ringacc@2b800000: dma-ring-reset-quirk: disabled
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 100, full duplex
BOOTP broadcast 1
BOOTP broadcast 2
BOOTP broadcast 3
DHCP client bound to address 192.168.0.90 (1008 ms)
=> setenv dorprocboot '1'
=> run boot_rprocs
k3_r5f_rproc r5f@41000000: Core 1 is already in use. No rproc commands work
80600 bytes read in 8 ms (9.6 MiB/s)
Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
Load Remote Processor 1 with data@addr=0x82000000 80600 bytes: Success!
80600 bytes read in 8 ms (9.6 MiB/s)
Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
Load Remote Processor 2 with data@addr=0x82000000 80600 bytes: Success!
80600 bytes read in 9 ms (8.5 MiB/s)
Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
Load Remote Processor 3 with data@addr=0x82000000 80600 bytes: Success!
80600 bytes read in 9 ms (8.5 MiB/s)
Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
Load Remote Processor 4 with data@addr=0x82000000 80600 bytes: Success!
80600 bytes read in 9 ms (8.5 MiB/s)
Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
Load Remote Processor 5 with data@addr=0x82000000 80600 bytes: Success!
80600 bytes read in 8 ms (9.6 MiB/s)
Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
Load Remote Processor 6 with data@addr=0x82000000 80600 bytes: Success!
80600 bytes read in 8 ms (9.6 MiB/s)
Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
Load Remote Processor 7 with data@addr=0x82000000 80600 bytes: Success!
10489056 bytes read in 16 ms (625.2 MiB/s)
Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
Load Remote Processor 8 with data@addr=0x82000000 10489056 bytes: Success!
10489056 bytes read in 16 ms (625.2 MiB/s)
Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
Load Remote Processor 9 with data@addr=0x82000000 10489056 bytes: Success!
10489056 bytes read in 16 ms (625.2 MiB/s)
Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
Load Remote Processor 10 with data@addr=0x82000000 10489056 bytes: Success!
10489056 bytes read in 16 ms (625.2 MiB/s)
Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
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_ospi_nand=setenv bootargs console=${console} ${optargs} ubi.mtd=${ospi_nand_bootpart} root=${ospi_nand_bootvolume} rootfstype=ubifs
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=j784s4
board_name=am69-sk
board_rev=E2
board_serial=0020
board_software_revision=01
boot=mmc
boot_a_script=load ${devtype} ${devnum}:${distro_bootpart} ${scriptaddr} ${prefix}${script}; source ${scriptaddr}
boot_efi_binary=load ${devtype} ${devnum}:${distro_bootpart} ${kernel_addr_r} efi/boot/bootaa64.efi; if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r};else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi
boot_efi_bootmgr=if fdt addr -q ${fdt_addr_r}; then bootefi bootmgr ${fdt_addr_r};else bootefi bootmgr;fi
boot_extlinux=sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} ${prefix}${boot_syslinux_conf}
boot_fdt=try
boot_fit=0
boot_net_usb_start=usb start
boot_prefixes=/ /boot/
boot_rprocs=if test ${dorprocboot} -eq 1 && test ${boot} = mmc; then rproc init; run boot_rprocs_mmc; fi;
boot_rprocs_mmc=env set rproc_id; env set rproc_fw; env set secure_suffix; if test ${secure_rprocs} -eq 1; then env set secure_suffix -sec; fi; for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i; else env set rproc_fw $i${secure_suffix}; run rproc_load_and_boot_one; env set rproc_id; env set rproc_fw; fi; done
boot_script_dhcp=boot.scr.uimg
boot_scripts=boot.scr.uimg boot.scr
boot_syslinux_conf=extlinux/extlinux.conf
boot_targets=ti_mmc mmc0 mmc1 usb0 pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
bootcmd=
bootcmd_dhcp=devtype=dhcp; run boot_net_usb_start; if dhcp ${scriptaddr} ${boot_script_dhcp}; then source ${scriptaddr}; fi;setenv efi_fdtfile ${fdtfile}; setenv efi_old_vci ${bootp_vci};setenv efi_old_arch ${bootp_arch};setenv bootp_vci PXEClient:Arch:00011:UNDI:003000;setenv bootp_arch 0xb;if dhcp ${kernel_addr_r}; then tftpboot ${fdt_addr_r} dtb/${efi_fdtfile};if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r}; else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi;fi;setenv bootp_vci ${efi_old_vci};setenv bootp_arch ${efi_old_arch};setenv efi_fdtfile;setenv efi_old_arch;setenv efi_old_vci;
bootcmd_mmc0=devnum=0; run mmc_boot
bootcmd_mmc1=devnum=1; run mmc_boot
bootcmd_pxe=run boot_net_usb_start; dhcp; if pxe get; then pxe boot; fi
bootcmd_ti_mmc=run findfdt; run init_${boot}; run main_cpsw0_qsgmii_phyinit; run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootcmd_usb0=devnum=0; run usb_boot
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
default_device_tree=ti/k3-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
do_main_cpsw0_qsgmii_phyinit=1
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=3c:e0:64:62:bd:0e
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde74450
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_ospi_nand=ubifsload ${fdtaddr} ${bootdir}/dtb/${fdtfile};
get_fdt_ufs=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_fit_ospi_nand=ubifsload ${addr_fit} ${bootdir}/${name_fit}
get_fit_overlaystring=for overlay in $name_overlays; do; setexpr name_fit_overlay gsub / _ conf-${overlay}; setenv overlaystring ${overlaystring}'#'${name_fit_overlay}; done;
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_ospi_nand=ubifsload ${loadaddr} ${bootdir}/${name_kern}
get_kern_ufs=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/ti/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_ospi_nand=fdt address ${fdtaddr} fdt resize 0x100000; for overlay in $name_overlays; do; ubifsload ${dtboaddr} ${bootdir}/dtb/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_ufs=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load scsi ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && fdt apply ${dtboaddr}; done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_main_cpsw0_qsgmii_phy=gpio set gpio@22_17; gpio clear gpio@22_16
init_mmc=run args_all args_mmc
init_ospi_nand=run args_all args_ospi_nand ospi_nand_ubi_init
init_ufs=ufs init; scsi scan; run args_ufs
ipaddr=192.168.0.90
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}
main_cpsw0_qsgmii_phyinit=if test $board_name = j784s4; then do_main_cpsw0_qsgmii_phyinit=1; else do_main_cpsw0_qsgmii_phyinit=0; fi; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1 && test ${dorprocboot} -eq 1 && test ${boot} = mmc; then run init_main_cpsw0_qsgmii_phy; fi;
mmc_boot=if mmc dev ${devnum}; then devtype=mmc; run scan_dev_for_boot_part; fi
mmcboot=mmc dev ${mmcdev}; devnum=${mmcdev}; devtype=mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadimage; then run args_mmc; if test ${boot_fit} -eq 1; then run run_fit; else run mmcloados; fi; fi; fi;
mmcdev=1
mmcloados=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run get_fdt_mmc; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;
mmcrootfstype=ext4 rootwait
mtdids=nor0=47040000.spi.0,nand0=spi-nand0
mtdparts=mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern)
name_fit=fitImage
name_kern=Image
netmask=255.255.255.0
ospi_nand_bootpart=ospi_nand.rootfs
ospi_nand_bootvolume=ubi0:rootfs
ospi_nand_ubi_init=ubi part ${ospi_nand_bootpart}; ubifsmount ${ospi_nand_bootvolume};
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
rproc_fw_binaries= 1 /lib/firmware/j784s4-mcu-r5f0_1-fw 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#=0000000000000020
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: 12215/262139 bytes
=> tftp ${loadaddr} 10.24.51.160:vatf_am69_sk-fs-01/1fcb281724b16115285217f157d5493c
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 100, full duplex
Using ethernet@46000000port@1 device
TFTP from server 10.24.51.160; our IP address is 192.168.0.90; sending through gateway 192.168.0.1
Filename 'vatf_am69_sk-fs-01/1fcb281724b16115285217f157d5493c'.
Load address: 0x82000000
Loading: *################################################## 40.5 MiB
1.6 MiB/s
done
Bytes transferred = 42461696 (287ea00 hex)
=> tftp ${fdt_addr_r} 10.24.51.160:vatf_am69_sk-fs-01/17039feaf9e02312cf1531f364c196d1
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 100, full duplex
Using ethernet@46000000port@1 device
TFTP from server 10.24.51.160; our IP address is 192.168.0.90; sending through gateway 192.168.0.1
Filename 'vatf_am69_sk-fs-01/17039feaf9e02312cf1531f364c196d1'.
Load address: 0x88000000
Loading: *################################################## 70.2 KiB
1.5 MiB/s
done
Bytes transferred = 71839 (1189f hex)
=> fdt address ${fdt_addr_r}
Working FDT set to 88000000
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
=> setenv bootargs ''${bootargs}' root=/dev/nfs rw nfsroot=10.24.51.160:/opt/NFS_exports/linux/am69_sk-fs-01/autofs/bb5db8368343d23b37b2cc55731e15dc,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-g4c358e4785 (Oct 26 2023 - 22:04:09 +0000)
aarch64-oe-linux-gcc (GCC) 11.4.0
GNU ld (GNU Binutils) 2.38.20220708
=> bdinfo
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x000000007fffffff
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x000000077fffffff
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffec6000
reloc off = 0x000000007f6c6000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 3c:e0:64:62:bd:0e
IP addr = 192.168.0.90
fdt_blob = 0x00000000fde74450
new_fdt = 0x00000000fde74450
fdt_size = 0x0000000000011960
lmb_dump_all:
memory.cnt = 0x2
memory[0] [0x80000000-0xfffffffe], 0x7fffffff bytes flags: 0
memory[1] [0x880000000-0xffffffffe], 0x77fffffff bytes flags: 0
reserved.cnt = 0x3
reserved[0] [0x9e800000-0x9fffffff], 0x01800000 bytes flags: 4
reserved[1] [0xfce65000-0xfffffffe], 0x0319afff bytes flags: 0
reserved[2] [0x880000000-0xfffffefff], 0x77ffff000 bytes flags: 0
devicetree = separate
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde74440
sp start = 0x00000000fde74440
Early malloc usage: 2c88 / 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 = 0x00000000ffec6000
reloc off = 0x000000007f6c6000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 3c:e0:64:62:bd:0e
IP addr = 192.168.0.90
fdt_blob = 0x00000000fde74450
new_fdt = 0x00000000fde74450
fdt_size = 0x0000000000011960
lmb_dump_all:
memory.cnt = 0x2
memory[0] [0x80000000-0xfffffffe], 0x7fffffff bytes flags: 0
memory[1] [0x880000000-0xffffffffe], 0x77fffffff bytes flags: 0
reserved.cnt = 0x3
reserved[0] [0x9e800000-0x9fffffff], 0x01800000 bytes flags: 4
reserved[1] [0xfce65000-0xfffffffe], 0x0319afff bytes flags: 0
reserved[2] [0x880000000-0xfffffefff], 0x77ffff000 bytes flags: 0
devicetree = separate
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde74440
sp start = 0x00000000fde74440
Early malloc usage: 2c88 / 8000
=> ls mmc 0:1
0 file(s), 0 dir(s)
=> ls mmc 1:1
EFI/
20367872 Image
519926 tiboot3.bin
517337 tiboot3-j784s4-gp-evm.bin
519926 tiboot3-j784s4-hs-fs-evm.bin
1078267 tispl.bin
1326443 u-boot.img
574 uEnv.txt
4 ws-calibrate.rules
0 test
9 file(s), 1 dir(s)
=> ext4ls mmc 0:2 /lib/firmware
=> ext4ls mmc 1:2 /lib/firmware
<DIR> 4096 .
<DIR> 4096 ..
2040 LICENCE.ibt_firmware
2046 LICENCE.iwlwifi_firmware
478552 bl32.bin
4295688 bl32.elf
<DIR> 4096 cadence
<DIR> 4096 cnm
<DIR> 4096 intel
918268 iwlwifi-3160-17.ucode
2448976 iwlwifi-8000C-34.ucode
2428004 iwlwifi-8000C-36.ucode
2440780 iwlwifi-8265-34.ucode
2436632 iwlwifi-8265-36.ucode
2678092 iwlwifi-9260-th-b0-jf-b0-34.ucode
2521412 iwlwifi-9260-th-b0-jf-b0-38.ucode
1489652 iwlwifi-9260-th-b0-jf-b0-46.ucode
<SYM> 66 j784s4-c71_0-fw
<SYM> 73 j784s4-c71_0-fw-sec
<SYM> 66 j784s4-c71_1-fw
<SYM> 73 j784s4-c71_1-fw-sec
<SYM> 66 j784s4-c71_2-fw
<SYM> 73 j784s4-c71_2-fw-sec
<SYM> 66 j784s4-c71_3-fw
<SYM> 73 j784s4-c71_3-fw-sec
<SYM> 68 j784s4-main-r5f0_0-fw
<SYM> 75 j784s4-main-r5f0_0-fw-sec
<SYM> 68 j784s4-main-r5f0_1-fw
<SYM> 75 j784s4-main-r5f0_1-fw-sec
<SYM> 68 j784s4-main-r5f1_0-fw
<SYM> 75 j784s4-main-r5f1_0-fw-sec
<SYM> 68 j784s4-main-r5f1_1-fw
<SYM> 75 j784s4-main-r5f1_1-fw-sec
<SYM> 68 j784s4-main-r5f2_0-fw
<SYM> 75 j784s4-main-r5f2_0-fw-sec
<SYM> 68 j784s4-main-r5f2_1-fw
<SYM> 75 j784s4-main-r5f2_1-fw-sec
<SYM> 68 j784s4-mcu-r5f0_1-fw
<SYM> 75 j784s4-mcu-r5f0_1-fw-sec
4728 regulatory.db
1182 regulatory.db.p7s
151552 rgx.fw.36.53.104.796
383136 rgx.sh.36.53.104.796
28 tee-header_v2.bin
0 tee-pageable_v2.bin
478552 tee-pager_v2.bin
478552 tee-raw.bin
478580 tee.bin
4295688 tee.elf
<DIR> 4096 ti-connectivity
<DIR> 4096 ti-eth
<DIR> 4096 ti-ipc
<SYM> 39 wave521c_codec_fw.bin
=> mmc rescan; echo $?
0
=> fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4
4 bytes written in 22 ms (0 Bytes/s)
=> boot
## Checking Image at 82000000 ...
Unknown image format!
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Working FDT set to 88000000
Loading Device Tree to 000000008ffeb000, end 000000008ffff89e ... OK
Working FDT set to 8ffeb000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.7.0-rc1-next-20231116-00007-gde41c01b7848 (a0497641@a0497641-HP-Z2-Tower-G9-Workstation-Desktop-PC) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 10.3.1 20210621, GNU ld (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 2.36.1.20210621) #1 SMP PREEMPT Thu Dec 7 11:19:05 IST 2023
[ 0.000000] KASLR disabled due to lack of seed
[ 0.000000] Machine model: Texas Instruments AM69 SK
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002880000 (options '')
[ 0.000000] printk: legacy bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a0000000..0x00000000a00fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a0000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a0100000..0x00000000a0ffffff (15360 KiB) nomap non-reusable r5f-memory@a0100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a1000000..0x00000000a10fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a1000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a1100000..0x00000000a1ffffff (15360 KiB) nomap non-reusable r5f-memory@a1100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a2000000..0x00000000a20fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a2000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a2100000..0x00000000a2ffffff (15360 KiB) nomap non-reusable r5f-memory@a2100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a3000000..0x00000000a30fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a3000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a3100000..0x00000000a3ffffff (15360 KiB) nomap non-reusable r5f-memory@a3100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a4000000..0x00000000a40fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a4000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a4100000..0x00000000a4ffffff (15360 KiB) nomap non-reusable r5f-memory@a4100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a5000000..0x00000000a50fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a5000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a5100000..0x00000000a5ffffff (15360 KiB) nomap non-reusable r5f-memory@a5100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node 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 0xffbfe89c0-0xffbfeafff]
[ 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 on node -1
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.4
[ 0.000000] percpu: Embedded 22 pages/cpu s50728 r8192 d31192 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=10.24.51.160:/opt/NFS_exports/linux/am69_sk-fs-01/autofs/bb5db8368343d23b37b2cc55731e15dc,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: 32552196K/33554424K available (16704K kernel code, 4346K rwdata, 10840K rodata, 9408K init, 606K bss, 969460K 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 @0x0000000880060000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880070000
[ 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.008844] Console: colour dummy device 80x25
[ 0.013436] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.024109] pid_max: default: 32768 minimum: 301
[ 0.028863] LSM: initializing lsm=capability,integrity
[ 0.034216] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.042014] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.051210] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
[ 0.058466] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
[ 0.066323] rcu: Hierarchical SRCU implementation.
[ 0.071220] rcu: Max phase no-delay instances is 1000.
[ 0.076705] Platform MSI: msi-controller@1820000 domain created
[ 0.082853] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.092158] fsl-mc MSI: msi-controller@1820000 domain created
[ 0.099194] EFI services will not be available.
[ 0.104028] 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.117089] Detected PIPT I-cache on CPU1
[ 0.117130] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.117143] GICv3: CPU1: using allocated LPI pending table @0x0000000880080000
[ 0.117175] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.125619] Detected PIPT I-cache on CPU2
[ 0.125649] GICv3: CPU2: found redistributor 2 region 0:0x0000000001940000
[ 0.125661] GICv3: CPU2: using allocated LPI pending table @0x0000000880090000
[ 0.125685] CPU2: Booted secondary processor 0x0000000002 [0x411fd080]
[ 0.134097] Detected PIPT I-cache on CPU3
[ 0.134126] GICv3: CPU3: found redistributor 3 region 0:0x0000000001960000
[ 0.134138] GICv3: CPU3: using allocated LPI pending table @0x00000008800a0000
[ 0.134163] CPU3: Booted secondary processor 0x0000000003 [0x411fd080]
[ 0.142620] Detected PIPT I-cache on CPU4
[ 0.142676] GICv3: CPU4: found redistributor 100 region 0:0x0000000001980000
[ 0.142690] GICv3: CPU4: using allocated LPI pending table @0x00000008800b0000
[ 0.142722] CPU4: Booted secondary processor 0x0000000100 [0x411fd080]
[ 0.151184] Detected PIPT I-cache on CPU5
[ 0.151220] GICv3: CPU5: found redistributor 101 region 0:0x00000000019a0000
[ 0.151233] GICv3: CPU5: using allocated LPI pending table @0x00000008800c0000
[ 0.151258] CPU5: Booted secondary processor 0x0000000101 [0x411fd080]
[ 0.159678] Detected PIPT I-cache on CPU6
[ 0.159716] GICv3: CPU6: found redistributor 102 region 0:0x00000000019c0000
[ 0.159729] GICv3: CPU6: using allocated LPI pending table @0x00000008800d0000
[ 0.159753] CPU6: Booted secondary processor 0x0000000102 [0x411fd080]
[ 0.168186] Detected PIPT I-cache on CPU7
[ 0.168226] GICv3: CPU7: found redistributor 103 region 0:0x00000000019e0000
[ 0.168238] GICv3: CPU7: using allocated LPI pending table @0x00000008800e0000
[ 0.168263] CPU7: Booted secondary processor 0x0000000103 [0x411fd080]
[ 0.168317] smp: Brought up 1 node, 8 CPUs
[ 0.349302] SMP: Total of 8 processors activated.
[ 0.354108] CPU features: detected: 32-bit EL0 Support
[ 0.359363] CPU features: detected: 32-bit EL1 Support
[ 0.364614] CPU features: detected: CRC32 instructions
[ 0.587268] CPU: All CPU(s) started at EL2
[ 0.591492] alternatives: applying system-wide alternatives
[ 0.598525] devtmpfs: initialized
[ 0.611897] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.621874] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.629497] pinctrl core: initialized pinctrl subsystem
[ 0.636130] DMI not present or invalid.
[ 0.640537] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.647642] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[ 0.655685] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.664438] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.672651] audit: initializing netlink subsys (disabled)
[ 0.678249] audit: type=2000 audit(0.312:1): state=initialized audit_enabled=0 res=1
[ 0.678957] thermal_sys: Registered thermal governor 'step_wise'
[ 0.686176] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.692340] cpuidle: using governor menu
[ 0.703113] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.710137] ASID allocator initialised with 65536 entries
[ 0.716749] Serial: AMBA PL011 UART driver
[ 0.736434] platform 4a00000.dss: Fixed dependency cycle(s) with /bus@100000/bridge@a000000/ports/port@0/endpoint
[ 0.747972] platform connector-dp0: Fixed dependency cycle(s) with /bus@100000/bridge@a000000/ports/port@4/endpoint
[ 0.758959] platform bridge-dvi: Fixed dependency cycle(s) with /connector-hdmi/port/endpoint
[ 0.767691] platform bridge-dvi: Fixed dependency cycle(s) with /bus@100000/dss@4a00000/ports/port@1/endpoint
[ 0.778295] Modules: 22240 pages in range for non-PLT usage
[ 0.778299] Modules: 513760 pages in range for PLT usage
[ 0.784381] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.796745] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.803149] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.810087] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.816490] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.823425] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.829827] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.836761] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.844081] ACPI: Interpreter disabled.
[ 0.849535] k3-chipinfo 43000014.chipid: Family:J784S4 rev:SR1.0 JTAGID[0x0bb8002f] Detected
[ 0.858644] iommu: Default domain type: Translated
[ 0.863542] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.869977] SCSI subsystem initialized
[ 0.873958] usbcore: registered new interface driver usbfs
[ 0.879575] usbcore: registered new interface driver hub
[ 0.885019] usbcore: registered new device driver usb
[ 0.890850] pps_core: LinuxPPS API ver. 1 registered
[ 0.895923] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.905262] PTP clock support registered
[ 0.909364] EDAC MC: Ver: 3.0.0
[ 0.912912] scmi_core: SCMI protocol bus registered
[ 0.918516] FPGA manager framework
[ 0.922038] Advanced Linux Sound Architecture Driver Initialized.
[ 0.928725] vgaarb: loaded
[ 0.931845] clocksource: Switched to clocksource arch_sys_counter
[ 0.938198] VFS: Disk quotas dquot_6.6.0
[ 0.942219] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.949328] pnp: PnP ACPI: disabled
[ 0.956059] NET: Registered PF_INET protocol family
[ 0.961322] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.973975] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 0.983004] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.990941] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 1.000025] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 1.008414] TCP: Hash tables configured (established 262144 bind 65536)
[ 1.015277] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 1.022625] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 1.030501] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 1.036574] RPC: Registered named UNIX socket transport module.
[ 1.042632] RPC: Registered udp transport module.
[ 1.047435] RPC: Registered tcp transport module.
[ 1.052238] RPC: Registered tcp-with-tls transport module.
[ 1.057841] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.064430] PCI: CLS 0 bytes, default 64
[ 1.068822] kvm [1]: IPA Size Limit: 44 bits
[ 1.074088] kvm [1]: vgic-v2@6f020000
[ 1.077852] kvm [1]: GIC system register CPU interface enabled
[ 1.083823] kvm [1]: vgic interrupt IRQ9
[ 1.087853] kvm [1]: Hyp mode initialized successfully
[ 1.093882] Initialise system trusted keyrings
[ 1.098521] workingset: timestamp_bits=42 max_order=23 bucket_order=0
[ 1.105283] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 1.111380] NFS: Registering the id_resolver key type
[ 1.116554] Key type id_resolver registered
[ 1.120825] Key type id_legacy registered
[ 1.124928] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.131776] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 1.139409] 9p: Installing v9fs 9p2000 file system support
[ 1.166277] Key type asymmetric registered
[ 1.170460] Asymmetric key parser 'x509' registered
[ 1.175470] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 1.183032] io scheduler mq-deadline registered
[ 1.187659] io scheduler kyber registered
[ 1.191773] io scheduler bfq registered
[ 1.201216] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
[ 1.207161] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
[ 1.213130] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
[ 1.219321] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
[ 1.225154] pinctrl-single 11c000.pinctrl: 72 pins, size 288
[ 1.231207] pinctrl-single 104200.pinctrl: 20 pins, size 80
[ 1.236970] pinctrl-single 104280.pinctrl: 8 pins, size 32
[ 1.247824] EINJ: ACPI disabled.
[ 1.270666] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.279278] msm_serial: driver initialized
[ 1.283726] SuperH (H)SCI(F) driver initialized
[ 1.288473] STM32 USART driver initialized
[ 1.298004] loop: module loaded
[ 1.302141] megasas: 07.727.03.00-rc1
[ 1.310155] tun: Universal TUN/TAP device driver, 1.6
[ 1.316020] thunder_xcv, ver 1.0
[ 1.319322] thunder_bgx, ver 1.0
[ 1.322628] nicpf, ver 1.0
[ 1.326237] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 1.333620] hns3: Copyright (c) 2017 Huawei Corporation.
[ 1.339060] hclge is initializing
[ 1.342464] e1000: Intel(R) PRO/1000 Network Driver
[ 1.347446] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 1.353327] e1000e: Intel(R) PRO/1000 Network Driver
[ 1.358397] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.364453] igb: Intel(R) Gigabit Ethernet Network Driver
[ 1.369967] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 1.375670] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 1.382072] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 1.388345] sky2: driver version 1.30
[ 1.393007] VFIO - User Level meta-driver version: 0.3
[ 1.400326] usbcore: registered new interface driver usb-storage
[ 1.408565] i2c_dev: i2c /dev entries driver
[ 1.418085] sdhci: Secure Digital Host Controller Interface driver
[ 1.424408] sdhci: Copyright(c) Pierre Ossman
[ 1.429425] Synopsys Designware Multimedia Card Interface Driver
[ 1.436268] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.443558] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.450227] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.457556] usbcore: registered new interface driver usbhid
[ 1.463250] usbhid: USB HID core driver
[ 1.469705] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 1.479596] 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.484153] optee: revision 3.20 (8e74d476)
[ 1.500570] optee: dynamic shared memory is enabled
[ 1.510234] random: crng init done
[ 1.513767] optee: initialized driver
[ 1.517647] mmio-mux 104080.mux-controller: failed to get regmap: -19
[ 1.525993] NET: Registered PF_PACKET protocol family
[ 1.531208] 9pnet: Installing 9P2000 support
[ 1.535596] Key type dns_resolver registered
[ 1.544076] registered taskstats version 1
[ 1.548393] Loading compiled-in X.509 certificates
[ 1.567552] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
[ 1.635199] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.641498] omap_i2c 40b00000.i2c: bus 4 rev0.12 at 400 kHz
[ 1.647642] omap_i2c 40b10000.i2c: bus 5 rev0.12 at 100 kHz
[ 1.653907] pca953x 3-0021: supply vcc not found, using dummy regulator
[ 1.660743] pca953x 3-0021: using no AI
[ 1.688417] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz
[ 1.694255] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 177 domain created
[ 1.702895] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 10 domain created
[ 1.712259] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 283 domain created
[ 1.720962] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 321 created
[ 1.731414] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:328
[ 1.741309] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.748069] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.757779] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:315
[ 1.767939] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.774699] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.783176] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 188, base_baud = 6000000) is a 8250
[ 1.793218] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 189, base_baud = 3000000) is a 8250
[ 1.802072] printk: legacy console [ttyS2] enabled
[ 1.802072] printk: legacy console [ttyS2] enabled
[ 1.811747] printk: legacy bootconsole [ns16550a0] disabled
[ 1.811747] printk: legacy bootconsole [ns16550a0] disabled
[ 1.863854] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.874839] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.883109] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.895920] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.903126] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.911713] mmc0: CQHCI version 5.10
[ 1.954424] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 2.043105] mmc0: Command Queue Engine enabled
[ 2.047548] mmc0: new HS400 MMC card at address 0001
[ 2.052815] mmcblk0: mmc0:0001 G1M15L 29.6 GiB
[ 2.058222] mmcblk0: p1 p2 p3
[ 2.061594] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB
[ 2.067054] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB
[ 2.072453] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (234:0)
[ 2.108102] ti-udma 285c0000.dma-controller: Channels: 22 (tchan: 11, rchan: 11, gp-rflow: 8)
[ 2.118727] ti-udma 31150000.dma-controller: Channels: 66 (tchan: 33, rchan: 33, gp-rflow: 16)
[ 2.167847] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 2.178849] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 2.187119] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 2.199927] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 2.207133] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 2.214007] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 2.223263] mmc1: CQHCI version 5.10
[ 2.266413] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 2.286062] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 2.295538] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 2.311376] mmc1: new high speed SDHC card at address aaaa
[ 2.317218] mmcblk1: mmc1:aaaa SL32G 29.7 GiB
[ 2.326299] mmcblk1: p1 p2 p3
[ 5.361304] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 100Mbps/Full - flow control off
[ 5.387848] Sending DHCP requests ., OK
[ 5.407687] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.90
[ 5.415342] IP-Config: Complete:
[ 5.418562] device=eth0, hwaddr=3c:e0:64:62:bd:0e, ipaddr=192.168.0.90, mask=255.255.255.0, gw=192.168.0.1
[ 5.428633] host=192.168.0.90, domain=ti.com, nis-domain=(none)
[ 5.434971] bootserver=192.168.0.1, rootserver=10.24.51.160, rootpath=
[ 5.434974] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 5.447768] clk: Disabling unused clocks
[ 5.462496] ALSA device list:
[ 5.465460] No soundcards found.
[ 5.487576] VFS: Mounted root (nfs filesystem) on device 0:21.
[ 5.493750] devtmpfs: mounted
[ 5.499999] Freeing unused kernel memory: 9408K
[ 5.511925] Run /sbin/init as init process
[ 6.202309] systemd[1]: System time before build time, advancing clock.
[ 6.279500] 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.311348] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.04[0m!
[ 6.373770] systemd[1]: Hostname set to <j784s4-evm>.
[ 6.388566] systemd[1]: Initializing machine ID from random generator.
[ 6.574269] systemd[121]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 6.578651] 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.609802] 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.637630] 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.
[ 7.103320] systemd[1]: Binding to IPv6 address not available since kernel does not support IPv6.
[ 7.112209] systemd[1]: Binding to IPv6 address not available since kernel does not support IPv6.
[ 7.165366] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 7.259721] 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.372343] systemd[1]: Queued start job for default target Graphical Interface.
[ 7.426859] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 7.449025] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 7.472881] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 7.496739] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 7.519998] 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.543950] 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.568031] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 7.583900] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 7.603891] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 7.619902] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 7.654255] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 7.679954] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 7.704674] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 7.728000] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 7.752552] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 7.773439] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 7.796078] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 7.812493] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 7.839652] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 7.860020] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 7.880744] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 7.920071] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 7.938213] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 7.962109] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 7.980055] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 8.028072] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 8.044098] systemd[1]: Create List of Static Device Nodes was skipped because of a failed condition check (ConditionFileNotEmpty=/lib/modules/6.7.0-rc1-next-20231116-00007-gde41c01b7848/modules.devname).
[ 8.064296] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 8.081980] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 8.098043] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 8.119098] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 8.192326] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 8.211716] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 8.227669] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 8.304321] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 8.326556] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 8.354490] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 8.378588] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 8.403311] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 8.416792] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m.
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mTemporary Directory /tmp[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mStart psplash boot splash screen[0m.
See 'systemctl status psplash-start.service' for details.
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mStarprogress communication helper[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mLoad Kernel Modules[0m.
See 'systemctl status systemd-modules-load.service' for details.
[[0;32m OK [0m] Finished [0;1;39mGenerate network units from Kernel command line[0m.
[[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m.
Mounting [0;1;39mKernel Configuration File System[0m...
Starting [0;1;39mFlush Journal to Persistent Storage[0m...
Starting [0;1;39mApply Kernel Variables[0m...
Starting [0;1;39mCreate System Users[0m...
[ 8.765910] systemd-journald[142]: Received client request to flush runtime journal.
[[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m.
[[0;32m OK [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m.
[[0;32m OK [0m] Finished [0;1;39mApply Kernel Variables[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate System Users[0m.
Starting [0;1;39mCreate Static Device Nodes in /dev[0m...
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Static Device Nodes in /dev[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Local File Systems[0m.
Mounting [0;1;39m/media/ram[0m...
Mounting [0;1;39m/var/volatile[0m...
[ 9.061992] audit: type=1334 audit(1651167747.864:2): prog-id=5 op=LOAD
[ 9.068636] audit: type=1334 audit(1651167747.872:3): prog-id=6 op=LOAD
Starting [0;1;39mRule-based Managefor Device Events and Files[0m...
[[0;32m OK [0m] Mounted [0;1;39m/media/ram[0m.
[[0;32m OK [0m] Mounted [0;1;39m/var/volatile[0m.
Starting [0;1;39mLoad/Save Random Seed[0m...
[[0;32m OK [0m] Reached target [0;1;39mLocal File Systems[0m.
Starting [0;1;39mRebuild Dynamic Linker Cache[0m...
Starting [0;1;39mCreate Volatile Files and Directories[0m...
[[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m.
[[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[ 9.631749] mmc0: running CQE recovery
[[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m.
Starting [0;1;39mRebuild Journal Catalog[0m...
[ 10.247472] mmc0: running CQE recovery
Starting [0;1;39mNetwork Time Synchronization[0m...
Starting [0;1;39mRecord System Boot/Shutdown in UTMP[[ 10.272331] mmc0: running CQE recovery
0m...
[[0;32m OK [0m] Finished [0;1;39mRecord System Boot/Shutdown in UTMP[0m.
[[0;32m OK [0m] Finished [0;1;39mRebuild Journal Catalog[0m.
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p3[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk0p3[0m...
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p2[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p1[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p3[0m.
Mounting [0;1;39m/run/media/mmcblk0p3[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk0p1[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk0p2[[ 12.459390] mmc0: running CQE recovery
0m...
[ 12.473028] mmc0: mmc_hs400_to_hs200 failed, error -84
[ 12.478339] I/O error, dev mmcblk0, sector 62160768 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 2
[ 12.488125] mmc0: running CQE recovery
[ 12.492831] mmc0: running CQE recovery
[ 12.497244] mmc0: running CQE recovery
[ 12.501931] I/O error, dev mmcblk0, sector 62160768 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2
[ 12.511066] Buffer I/O error on dev mmcblk0p3, logical block 7487216, async page read
[ 12.539470] mmc0: running CQE recovery
[ 12.544047] mmc0: running CQE recovery
[ 12.548375] mmc0: running CQE recovery
[ 12.552700] I/O error, dev mmcblk0, sector 2263042 op 0x0:(READ) flags 0x1000 phys_seg 1 prio class 2
[ 12.561974] EXT4-fs (mmcblk0p3): unable to read superblock
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p1[0m.
[[0;1;31mFAILED[0m] Failed to mount [0;1;39m/run/media/mmcblk0p3[0m.
See 'systemctl status run-media-mmcblk0p3.mount' for details.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p2[0m.
Mounting [0;1;39m/run/media/mmcblk0p1[0m...
Mounting [0;1;39m/run/media/mmcblk0p2[0m...
[ 12.701880] mmc0: running CQE recovery
[ 12.715383] mmc0: running CQE recovery
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p3[0m.
[ 12.720959] mmc0: running CQE recovery
[ 12.729476] I/O error, dev mmcblk0, sector 163712 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 2
[ 12.740216] mmc0: running CQE recovery
[ 12.744527] mmc0: running CQE recovery
[ 12.749293] mmc0: running CQE recovery
[ 12.753803] mmc0: running CQE recovery
[ 12.758247] I/O error, dev mmcblk0, sector 163712 op 0x0:(READ) flags 0x0 phys_seg 8 prio class 2
[ 12.767291] Buffer I/O error on dev mmcblk0p1, logical block 161664, async page read
[ 12.775149] Buffer I/O error on dev mmcblk0p1, logical block 161665, async page read
[ 12.782987] Buffer I/O error on dev mmcblk0p1, logical block 161666, async page read
[ 12.782994] Buffer I/O error on dev mmcblk0p1, logical block 161667, async page read
Starting [0;1;39mFile System Check on /dev/mmcblk1p3[[ 12.782998] Buffer I/O error on dev mmcblk0p1, logical block 161668, async page read
0m...
[ 12.811913] Buffer I/O error on dev mmcblk0p1, logical block 161669, async page read
[ 12.820198] Buffer I/O error on dev mmcblk0p1, logical block 161670, async page read
[ 12.827984] Buffer I/O error on dev mmcblk0p1, logical block 161671, async page read
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p2[0m.
[ 12.836178] mmc0: running CQE recovery
[ 12.836405] ext3: Unknown parameter 'umask'
[ 12.845966] mmc0: running CQE recovery
[ 12.853492] ext4: Unknown parameter 'umask'
[ 12.854218] I/O error, dev mmcblk0, sector 2260864 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 2
Starting [0;1;39mFile System Check on /dev/mmcblk1p2[[ 12.867494] mmc0: running CQE recovery
0m...
[ 12.878384] mmc0: running CQE recovery
[ 12.884165] mmc0: running CQE recovery
[ 12.888583] mmc0: running CQE recovery
[ 12.892998] mmc0: running CQE recovery
[ 12.897286] mmc0: running CQE recovery
[ 12.901750] mmc0: running CQE recovery
[ 12.906337] mmc0: running CQE recovery
[ 12.913012] mmc0: running CQE recovery
[ 12.918537] I/O error, dev mmcblk0, sector 2260866 op 0x0:(READ) flags 0x0 phys_seg 6 prio class 2
[ 12.927660] Buffer I/O error on dev mmcblk0p2, logical block 2094978, async page read
[ 12.935813] mmc0: running CQE recovery
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/[ 12.942400] I/O error, dev mmcblk0, sector 2050 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2
mmcblk1p3[0m.
[ 12.954818] EXT2-fs (mmcblk0p1): error: unable to read superblock
[ 12.954887] mmc0: running CQE recovery
[ 12.966110] squashfs: Unknown parameter 'umask'
[ 12.966491] I/O error, dev mmcblk0, sector 2260865 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2
[ 12.979870] mmc0: running CQE recovery
[ 12.984182] I/O error, dev mmcblk0, sector 2260864 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2
[ 12.993243] mmc0: running CQE recovery
[ 12.993492] ext3: Unknown parameter 'umask'
[ 12.997852] mmc0: running CQE recovery
[ 13.001226] ext4: Unknown parameter 'umask'
[ 13.015824] mmc0: running CQE recovery
[ 13.020266] mmc0: running CQE recovery
Mounting [0;1;39m/run/media/mmcblk1p3[0m...
[ 13.025271] mmc0: running CQE recovery
[ 13.033592] EXT2-fs (mmcblk0p2): error: unable to read superblock
[ 13.033673] mmc0: running CQE recovery
[ 13.039856] squashfs: Unknown parameter 'umask'
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/[ 13.050245] FAT-fs (mmcblk0p1): unable to read boot sector
mmcblk1p2[0m.
[ 13.050312] mmc0: running CQE recovery
[ 13.066123] mmc0: running CQE recovery
[ 13.071328] mmc0: running CQE recovery
[ 13.076233] FAT-fs (mmcblk0p2): unable to read boot sector
[[0;1;31mFAILED[0m] Failed to mount [0;1;39m/run/media/mmcblk0p1[0m.
See 'systemctl status run-media-mmcblk0p1.mount' for details.
[[0;1;31mFAILED[0m] Failed to mount [0;1;39m/run/media/mmcblk0p2[0m.
See 'systemctl status run-media-mmcblk0p2.mount' for details.
[ 13.133181] EXT4-fs (mmcblk1p3): mounted filesystem b21ff27b-4d9b-4d3f-8e7b-2082d4ec17e4 r/w with ordered data mode. Quota mode: none.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk1p3[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p1[0m.
Mounting [0;1;39m/run/media/root-mmcblk1p2[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p1[0m...
[ 13.297745] EXT4-fs (mmcblk1p2): mounted filesystem 32fc4ffb-1488-4bc8-bf14-477a4e22c5a8 r/w with ordered data mode. Quota mode: none.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/root-mmcblk1p2[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p1[0m.
Mounting [0;1;39m/run/media/boot-mmcblk1p1[0m...
[ 13.497524] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/boot-mmcblk1p1[0m.
[[0m[0;31m* [0m] A start job is running for Rebuild namic Linker Cache (8s / no limit)
M
[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild namic Linker Cache (8s / no limit)
M
[K[[0;32m OK [0m] Finished [0;1;39mRebuild Dynamic Linker Cache[0m.
[K Starting [0;1;39mRun pending postinsts[0m...
Starting [0;1;39mUpdate is Completed[0m...
[[0;32m OK [0m] Finished [0;1;39mUpdate is Completed[0m.
[[0;32m OK [0m] Finished [0;1;39mRun pending postinsts[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Initialization[0m.
[[0;32m OK [0m] Started [0;1;39mDaily rotation of log files[0m.
[[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary Directories[0m.
[[0;32m OK [0m] Reached target [0;1;39mTimer Units[0m.
[[0;32m OK [0m] Listening on [0;1;39mAvahi mDNS/DNS-SD Stack Activation Socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mD-Bus System Message Bus Socket[0m.
Starting [0;1;39mDocker Socket for the API[0m...
[[0;32m OK [0m] Listening on [0;1;39mdropbear.socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mPC/SC Smart Card Daemon Activation Socket[0m.
Starting [0;1;39mWeston socket[0m...
Starting [0;1;39mD-Bus System Message Bus[0m...
Starting [0;1;39mReboot and dump vmcore via kexec[0m...
[[0;32m OK [0m] Listening on [0;1;39mDocker Socket for the API[0m.
[[0;32m OK [0m] Listening on [0;1;39mWeston socket[0m.
[[0;32m OK [0m] Finished [0;1;39mReboot and dump vmcore via kexec[0m.
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m.
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m.
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.
[[0;32m OK [0m] Started [0;1;39mJob spooling tools[0m.
[[0;32m OK [0m] Started [0;1;39mPeriodic Command Scheduler[0m.
Starting [0;1;39mPrint notice about GPLv3 packages[0m...
Starting [0;1;39mIPv6 Packet Filtering Framework[0m...
Starting [0;1;39mIPv4 Packet Filtering Framework[0m...
[[0;32m OK [0m] Started [0;1;39mirqbalance daemon[0m.
Starting [0;1;39mLighttpd Daemon[0m...
[[0;32m OK [0m] Started [0;1;39mstrongSwan IPsec IIKEv2 daemon using ipsec.conf[0m.
[ 17.787599] audit: type=1334 audit(1651167756.588:4): prog-id=7 op=LOAD
[ 17.794252] audit: type=1334 audit(1651167756.596:5): prog-id=8 op=LOAD
Starting [0;1;39mUser Login Management[0m...
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[0m.
Starting [0;1;39mTelnet Server[0m...
[[0;1;31mFAILED[0m] Failed to start [0;1;39mPrint notice about GPLv3 packages[0m.
See 'systemctl status gplv3-notice.service' for details.
[[0;32m OK [0m] Finished [0;1;39mIPv6 Packet Filtering Framework[0m.
[[0;32m OK [0m] Finished [0;1;39mIPv4 Packet Filtering Framework[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m.
Starting [0;1;39mNetwork Configuration[0m...
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.
[[0;32m OK [0m] Finished [0;1;39mTelnet Server[0m.
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
Starting [0;1;39mNetwork Name Resolution[0m...
[[0;32m OK [0m] Started [0;1;39mNetwork Name Resolution[0m.
[[0;32m OK [0m] Reached target [0;1;39mNetwork[0m.
[[0;32m OK [0m] Reached target [0;1;39mHost and Network Name Lookups[0m.
Starting [0;1;39mAvahi mDNS/DNS-SD Stack[0m...
Starting [0;1;39mEnable and configure wl18xx bluetooth stack[0m...
Starting [0;1;39mcontainerd container runtime[0m...
[[0;32m OK [0m] Started [0;1;39mNetperf Benchmark Server[0m.
[[0;32m OK [0m] Started [0;1;39mNFS status monitor for NFSv2/3 locking.[0m.
Starting [0;1;39mPermit User Sessions[0m...
[[0;1;31mFAILED[0m] Failed to start [0;1;39mEnable andfigure wl18xx bluetooth stack[0m.
See 'systemctl status bt-enable.service' for details.
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m.
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m.
[[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m.
Starting [0;1;39mSynchronize System and HW clocks[0m...
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.
[ 21.292794] audit: type=1334 audit(1651167760.096:6): prog-id=9 op=LOAD
[ 21.299442] audit: type=1334 audit(1651167760.100: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...
[ 23.191243] audit: type=1006 audit(1651167761.992:8): pid=812 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 23.203780] audit: type=1300 audit(1651167761.992:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffd69a3bd8 a2=4 a3=ffffbbf5e020 items=0 ppid=1 pid=812 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)
[ 23.230261] audit: type=1327 audit(1651167761.992:8): proctitle="(systemd)"
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtime[0m.
[[0;32m OK [0m] Started [0;1;39mUser Manager for UID 1000[0m.
[[0;32m OK [0m] Started [0;1;39mSession c1 of User weston[0m.
[ 23.920858] audit: type=1006 audit(1651167762.724:9): pid=796 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[ 23.933216] audit: type=1300 audit(1651167762.724:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffd69a3bd8 a2=4 a3=ffffbbf5e020 items=0 ppid=1 pid=796 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=2 comm="(weston)" exe="/lib/systemd/systemd" key=(null)
[ 23.959420] audit: type=1327 audit(1651167762.724:9): proctitle="(weston)"
[[0;1;31mFAILED[0m] Failed to start [0;1;39mWeston, a mpositor, as a system service[0m.
See 'systemctl status weston.service' for details.
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mMatrix GUI[0m.
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project j784s4-evm -
Arago 2023.04 j784s4-evm -
j784s4-evm login: root
[ 25.574170] audit: type=1006 audit(1651167764.376:10): pid=826 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 25.586529] audit: type=1300 audit(1651167764.376:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffd69a3bd8 a2=1 a3=ffffbbf5e020 items=0 ppid=1 pid=826 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[ 25.612833] audit: type=1327 audit(1651167764.376:10): proctitle="(systemd)"
[ 25.619885] audit: type=1334 audit(1651167764.400:11): prog-id=11 op=LOAD
7[r[999;999H[6nroot@j784s4-evm:~# uname -a
Linux j784s4-evm 6.7.0-rc1-next-20231116-00007-gde41c01b7848 #1 SMP PREEMPT Thu Dec 7 11:19:05 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=10.24.51.160:/opt/NFS_exports/linux/am69_sk-fs-01/autofs/bb5db8368343d23b37b2cc55731e15dc,nolock,v3,tcp,rsize=4096,wsize=4096
root@j784s4-evm:~# uname -a
Linux j784s4-evm 6.7.0-rc1-next-20231116-00007-gde41c01b7848 #1 SMP PREEMPT Thu Dec 7 11:19:05 IST 2023 aarch64 aarch64 aarch64 GNU/Linux
root@j784s4-evm:~# cat /proc/mtd
dev: size erasesize name
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 26920
-rw-r--r-- 1 root root 2040 Mar 9 2018 LICENCE.ibt_firmware
-rw-r--r-- 1 root root 2046 Mar 9 2018 LICENCE.iwlwifi_firmware
-rw-r--r-- 1 root root 432248 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4105416 Mar 9 2018 bl32.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 cadence
drwxr-xr-x 2 root root 4096 Mar 9 2018 cnm
drwxr-xr-x 2 root root 4096 Mar 9 2018 intel
-rw-r--r-- 1 root root 918268 Mar 9 2018 iwlwifi-3160-17.ucode
-rw-r--r-- 1 root root 2448976 Mar 9 2018 iwlwifi-8000C-34.ucode
-rw-r--r-- 1 root root 2428004 Mar 9 2018 iwlwifi-8000C-36.ucode
-rw-r--r-- 1 root root 2440780 Mar 9 2018 iwlwifi-8265-34.ucode
-rw-r--r-- 1 root root 2436632 Mar 9 2018 iwlwifi-8265-36.ucode
-rw-r--r-- 1 root root 2678092 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-34.ucode
-rw-r--r-- 1 root root 2521412 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-38.ucode
-rw-r--r-- 1 root root 1489652 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-46.ucode
lrwxrwxrwx 1 root root 66 Mar 9 2018 j784s4-c71_0-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_c7x_1_release_strip.xe71
lrwxrwxrwx 1 root root 73 Mar 9 2018 j784s4-c71_0-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_c7x_1_release_strip.xe71.signed
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 73 Mar 9 2018 j784s4-c71_1-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_c7x_2_release_strip.xe71.signed
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 73 Mar 9 2018 j784s4-c71_2-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_c7x_3_release_strip.xe71.signed
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 73 Mar 9 2018 j784s4-c71_3-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_c7x_4_release_strip.xe71.signed
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 75 Mar 9 2018 j784s4-main-r5f0_0-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu2_0_release_strip.xer5f.signed
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 75 Mar 9 2018 j784s4-main-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu2_1_release_strip.xer5f.signed
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 75 Mar 9 2018 j784s4-main-r5f1_0-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu3_0_release_strip.xer5f.signed
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 75 Mar 9 2018 j784s4-main-r5f1_1-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu3_1_release_strip.xer5f.signed
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 75 Mar 9 2018 j784s4-main-r5f2_0-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu4_0_release_strip.xer5f.signed
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 75 Mar 9 2018 j784s4-main-r5f2_1-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu4_1_release_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
lrwxrwxrwx 1 root root 75 Mar 9 2018 j784s4-mcu-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu1_1_release_strip.xer5f.signed
-rw-r--r-- 1 root root 4728 Mar 9 2018 regulatory.db
-rw-r--r-- 1 root root 1182 Mar 9 2018 regulatory.db.p7s
-rw-r--r-- 1 root root 151552 Mar 9 2018 rgx.fw.36.53.104.796
-rw-r--r-- 1 root root 383136 Mar 9 2018 rgx.sh.36.53.104.796
-rw-r--r-- 1 root root 28 Mar 9 2018 tee-header_v2.bin
-rw-r--r-- 1 root root 0 Mar 9 2018 tee-pageable_v2.bin
-rw-r--r-- 1 root root 432248 Mar 9 2018 tee-pager_v2.bin
-rw-r--r-- 1 root root 432276 Mar 9 2018 tee.bin
-rw-r--r-- 1 root root 4105416 Mar 9 2018 tee.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 ti-connectivity
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-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
179 0 mmcblk0 810 19 51312 1526 0 0 0 0 0 768 1526 0 0 0 0 0 0
179 1 mmcblk0p1 258 8 16731 453 0 0 0 0 0 480 453 0 0 0 0 0 0
179 2 mmcblk0p2 268 5 16731 679 0 0 0 0 0 520 679 0 0 0 0 0 0
179 3 mmcblk0p3 247 6 16658 365 0 0 0 0 0 280 365 0 0 0 0 0 0
179 32 mmcblk0boot0 107 1 2016 25 0 0 0 0 0 36 25 0 0 0 0 0 0
179 64 mmcblk0boot1 68 0 1344 7 0 0 0 0 0 16 7 0 0 0 0 0 0
179 96 mmcblk1 785 47 51965 3621 2 0 16 3 0 1496 3625 0 0 0 0 0 0
179 97 mmcblk1p1 269 5 16673 1380 0 0 0 0 0 948 1380 0 0 0 0 0 0
179 98 mmcblk1p2 228 36 17274 1054 1 0 8 0 0 940 1055 0 0 0 0 0 0
179 99 mmcblk1p3 249 6 16810 1112 1 0 8 2 0 880 1114 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: 4060 4372 4955 4263 4425 4064 4087 3846 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: 1124 0 0 0 0 0 0 0 GICv3 69 Level 32c00000.mailbox thr_011
36: 3535 0 0 0 0 0 0 0 GICv3 928 Level 42120000.i2c
37: 0 0 0 0 0 0 0 0 GICv3 884 Level 40b00000.i2c
38: 0 0 0 0 0 0 0 0 GICv3 885 Level 40b10000.i2c
39: 22 0 0 0 0 0 0 0 GICv3 232 Level 2000000.i2c
40: 65147 0 0 0 0 0 0 0 MSI-INTA 21495904 Level 46000000.ethernet-tx0
42: 108840 0 0 0 0 0 0 0 MSI-INTA 21495906 Level 46000000.ethernet
188: 0 0 0 0 0 0 0 0 GICv3 878 Level 40a00000.serial
189: 695 0 0 0 0 0 0 0 GICv3 280 Level 2880000.serial
190: 2029 0 0 0 0 0 0 0 GICv3 35 Level mmc0
236: 0 0 0 0 0 0 0 0 GPIO 39 Edge -davinci_gpio tps6594-0-0x48
357: 0 0 0 0 0 0 0 0 tps6594-0-0x48 0 Edge buck1_ov
358: 0 0 0 0 0 0 0 0 tps6594-0-0x48 1 Edge buck1_uv
359: 0 0 0 0 0 0 0 0 tps6594-0-0x48 2 Edge buck1_sc
360: 0 0 0 0 0 0 0 0 tps6594-0-0x48 3 Edge buck1_ilim
361: 0 0 0 0 0 0 0 0 tps6594-0-0x48 4 Edge buck2_ov
362: 0 0 0 0 0 0 0 0 tps6594-0-0x48 5 Edge buck2_uv
363: 0 0 0 0 0 0 0 0 tps6594-0-0x48 6 Edge buck2_sc
364: 0 0 0 0 0 0 0 0 tps6594-0-0x48 7 Edge buck2_ilim
365: 0 0 0 0 0 0 0 0 tps6594-0-0x48 8 Edge buck3_ov
366: 0 0 0 0 0 0 0 0 tps6594-0-0x48 9 Edge buck3_uv
367: 0 0 0 0 0 0 0 0 tps6594-0-0x48 10 Edge buck3_sc
368: 0 0 0 0 0 0 0 0 tps6594-0-0x48 11 Edge buck3_ilim
369: 0 0 0 0 0 0 0 0 tps6594-0-0x48 12 Edge buck4_ov
370: 0 0 0 0 0 0 0 0 tps6594-0-0x48 13 Edge buck4_uv
371: 0 0 0 0 0 0 0 0 tps6594-0-0x48 14 Edge buck4_sc
372: 0 0 0 0 0 0 0 0 tps6594-0-0x48 15 Edge buck4_ilim
373: 0 0 0 0 0 0 0 0 tps6594-0-0x48 16 Edge buck5_ov
374: 0 0 0 0 0 0 0 0 tps6594-0-0x48 17 Edge buck5_uv
375: 0 0 0 0 0 0 0 0 tps6594-0-0x48 18 Edge buck5_sc
376: 0 0 0 0 0 0 0 0 tps6594-0-0x48 19 Edge buck5_ilim
377: 0 0 0 0 0 0 0 0 tps6594-0-0x48 20 Edge ldo1_ov
378: 0 0 0 0 0 0 0 0 tps6594-0-0x48 21 Edge ldo1_uv
379: 0 0 0 0 0 0 0 0 tps6594-0-0x48 22 Edge ldo1_sc
380: 0 0 0 0 0 0 0 0 tps6594-0-0x48 23 Edge ldo1_ilim
381: 0 0 0 0 0 0 0 0 tps6594-0-0x48 24 Edge ldo2_ov
382: 0 0 0 0 0 0 0 0 tps6594-0-0x48 25 Edge ldo2_uv
383: 0 0 0 0 0 0 0 0 tps6594-0-0x48 26 Edge ldo2_sc
384: 0 0 0 0 0 0 0 0 tps6594-0-0x48 27 Edge ldo2_ilim
385: 0 0 0 0 0 0 0 0 tps6594-0-0x48 28 Edge ldo3_ov
386: 0 0 0 0 0 0 0 0 tps6594-0-0x48 29 Edge ldo3_uv
387: 0 0 0 0 0 0 0 0 tps6594-0-0x48 30 Edge ldo3_sc
388: 0 0 0 0 0 0 0 0 tps6594-0-0x48 31 Edge ldo3_ilim
389: 0 0 0 0 0 0 0 0 tps6594-0-0x48 32 Edge ldo4_ov
390: 0 0 0 0 0 0 0 0 tps6594-0-0x48 33 Edge ldo4_uv
391: 0 0 0 0 0 0 0 0 tps6594-0-0x48 34 Edge ldo4_sc
392: 0 0 0 0 0 0 0 0 tps6594-0-0x48 35 Edge ldo4_ilim
393: 0 0 0 0 0 0 0 0 tps6594-0-0x48 36 Edge vcca_ov
394: 0 0 0 0 0 0 0 0 tps6594-0-0x48 37 Edge vcca_uv
412: 0 0 0 0 0 0 0 0 tps6594-0-0x48 55 Edge npwron_start
413: 0 0 0 0 0 0 0 0 tps6594-0-0x48 56 Edge enable
414: 0 0 0 0 0 0 0 0 tps6594-0-0x48 57 Edge fsd
415: 0 0 0 0 0 0 0 0 tps6594-0-0x48 58 Edge soft_reboot
416: 0 0 0 0 0 0 0 0 tps6594-0-0x48 59 Edge bist_pass
417: 0 0 0 0 0 0 0 0 tps6594-0-0x48 60 Edge ext_clk
418: 0 0 0 0 0 0 0 0 tps6594-0-0x48 61 Edge twarn
419: 0 0 0 0 0 0 0 0 tps6594-0-0x48 62 Edge tsd_ord
420: 0 0 0 0 0 0 0 0 tps6594-0-0x48 63 Edge bist_fail
421: 0 0 0 0 0 0 0 0 tps6594-0-0x48 64 Edge reg_crc_err
422: 0 0 0 0 0 0 0 0 tps6594-0-0x48 65 Edge recov_cnt
423: 0 0 0 0 0 0 0 0 tps6594-0-0x48 66 Edge spmi_err
424: 0 0 0 0 0 0 0 0 tps6594-0-0x48 67 Edge npwron_long
425: 0 0 0 0 0 0 0 0 tps6594-0-0x48 68 Edge nint_readback
426: 0 0 0 0 0 0 0 0 tps6594-0-0x48 69 Edge nrstout_readback
427: 0 0 0 0 0 0 0 0 tps6594-0-0x48 70 Edge tsd_imm
428: 0 0 0 0 0 0 0 0 tps6594-0-0x48 71 Edge vcca_ovp
429: 0 0 0 0 0 0 0 0 tps6594-0-0x48 72 Edge pfsm_err
430: 0 0 0 0 0 0 0 0 tps6594-0-0x48 73 Edge imm_shutdown
431: 0 0 0 0 0 0 0 0 tps6594-0-0x48 74 Edge ord_shutdown
432: 0 0 0 0 0 0 0 0 tps6594-0-0x48 75 Edge mcu_pwr_err
433: 0 0 0 0 0 0 0 0 tps6594-0-0x48 76 Edge soc_pwr_err
434: 0 0 0 0 0 0 0 0 tps6594-0-0x48 77 Edge comm_frm_err
435: 0 0 0 0 0 0 0 0 tps6594-0-0x48 78 Edge comm_crc_err
436: 0 0 0 0 0 0 0 0 tps6594-0-0x48 79 Edge comm_adr_err
437: 0 0 0 0 0 0 0 0 tps6594-0-0x48 82 Edge en_drv_readback
438: 0 0 0 0 0 0 0 0 tps6594-0-0x48 83 Edge nrstout_soc_readback
439: 0 0 0 0 0 0 0 0 tps6594-0-0x48 84 Edge esm_soc_pin
440: 0 0 0 0 0 0 0 0 tps6594-0-0x48 85 Edge esm_soc_fail
441: 0 0 0 0 0 0 0 0 tps6594-0-0x48 86 Edge esm_soc_rst
534: 1607 0 0 0 0 0 0 0 GICv3 36 Level mmc1
IPI0: 997 247 282 298 236 227 255 218 Rescheduling interrupts
IPI1: 13728 31792 29296 27888 29770 30076 30631 29409 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
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: 964 652 653 629 985 894 685 637
NET_TX: 126 0 2 1 1 1 0 1
NET_RX: 155012 0 1 12 0 30 14 1
BLOCK: 966 0 0 0 0 0 0 0
IRQ_POLL: 0 0 0 0 0 0 0 0
TASKLET: 3208 2 0 0 1 0 0 0
SCHED: 1735 1452 1285 1274 1384 1250 1268 1158
HRTIMER: 0 0 0 0 0 0 0 0
RCU: 2605 2906 2918 2846 2838 2579 2860 2572
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.119
ti-test-extras - 1.0-r0.119
0
root@j784s4-evm:~# depmod -a
depmod: ERROR: could not open directory /lib/modules/6.7.0-rc1-next-20231116-00007-gde41c01b7848: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
root@j784s4-evm:~# lsmod
Module Size Used by
root@j784s4-evm:~# echo 'hello world'
hello world
root@j784s4-evm:~#
U-Boot SPL 2023.04-g4c358e4785 (Oct 26 2023 - 22:04:09 +0000)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
Trying to boot from UART
CWarning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Loaded 938099 bytes
Loading Environment from nowhere... OK
init_env from device 7 not supported!
Starting ATF on ARM64 core...
NOTICE: BL31: v2.9(release):v2.9.0-614-gd7a7135d32-dirty
NOTICE: BL31: Built : 09:34:15, Aug 24 2023
I/TC:
I/TC: OP-TEE version: 3.20.0 (gcc version 11.4.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.1.2--v09.01.02 (Kool Koala)')
I/TC: HUK Initialized
I/TC: Activated SA2UL device
I/TC: Fixing SA2UL firewall owner for GP device
I/TC: Enabled firewalls for SA2UL TRNG device
I/TC: SA2UL TRNG initialized
I/TC: SA2UL Drivers initialized
I/TC: Primary CPU switching to normal world boot
U-Boot SPL 2023.04-g4c358e4785 (Oct 26 2023 - 22:04:09 +0000)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
Detected: J7X-BASE-CPB rev E3
Detected: J7X-VSC8514-ETH rev E2
Trying to boot from UART
ertificate 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 1184347 bytes
U-Boot 2023.04-g4c358e4785 (Oct 26 2023 - 22:04:09 +0000)
SoC: J7200 SR2.0 GP
Model: Texas Instruments K3 J7200 SoC
Board: J7200X-PM2-SOM rev E7
DRAM: 4 GiB
Core: 85 devices, 32 uclasses, devicetree: separate
Flash: 0 Bytes
MMC: mmc@4f80000: 0, mmc@4fb0000: 1
Loading Environment from nowhere... OK
In: serial@2800000
Out: serial@2800000
Err: serial@2800000
am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA02102 cpsw_ver: 0x6BA82102 ale_ver: 0x00293904 Ports:1 mdio_freq:1000000
Detected: J7X-BASE-CPB rev E3
Detected: J7X-VSC8514-ETH rev E2
Net: eth0: ethernet@46000000port@1
Hit any key to stop autoboot: 2 0
=>
=>
=>
=>
=>
=> version
U-Boot 2023.04-g4c358e4785 (Oct 26 2023 - 22:04:09 +0000)
aarch64-oe-linux-gcc (GCC) 11.4.0
GNU ld (GNU Binutils) 2.38.20220708
=> setenv bootargs 'console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled '
=> setenv bootcmd ''
=> setenv autoload 'no'
=> setenv serverip '192.168.0.1'
=> setenv _initramfs -
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=j721e
board_name=j7200
board_rev=E7
board_serial=0032
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,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled
bootcmd=
bootcmd_dhcp=devtype=dhcp; run boot_net_usb_start; if dhcp ${scriptaddr} ${boot_script_dhcp}; then source ${scriptaddr}; fi;setenv efi_fdtfile ${fdtfile}; setenv efi_old_vci ${bootp_vci};setenv efi_old_arch ${bootp_arch};setenv bootp_vci PXEClient:Arch:00011:UNDI:003000;setenv bootp_arch 0xb;if dhcp ${kernel_addr_r}; then tftpboot ${fdt_addr_r} dtb/${efi_fdtfile};if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r}; else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi;fi;setenv bootp_vci ${efi_old_vci};setenv bootp_arch ${efi_old_arch};setenv efi_fdtfile;setenv efi_old_arch;setenv efi_old_vci;
bootcmd_mmc0=devnum=0; run mmc_boot
bootcmd_mmc1=devnum=1; run mmc_boot
bootcmd_pxe=run boot_net_usb_start; dhcp; if pxe get; then pxe boot; fi
bootcmd_ti_mmc=run findfdt; run init_${boot}; run main_cpsw0_qsgmii_phyinit; run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootcmd_usb0=devnum=0; run usb_boot
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
default_device_tree=ti/k3-j721e-common-proc-board.dtb
dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1; rootfs part 0 1; tiboot3.bin.raw raw 0x0 0x800 mmcpart 1; tispl.bin.raw raw 0x800 0x1000 mmcpart 1; u-boot.img.raw raw 0x1800 0x2000 mmcpart 1; u-env.raw raw 0x3400 0x100 mmcpart 1
dfu_alt_info_mmc=boot part 1 1; rootfs part 1 2; tiboot3.bin fat 1 1; tispl.bin fat 1 1; u-boot.img fat 1 1; uEnv.txt fat 1 1; sysfw.itb fat 1 1
dfu_alt_info_ospi=tiboot3.bin raw 0x0 0x100000; tispl.bin raw 0x100000 0x200000; u-boot.img raw 0x300000 0x400000; u-boot-env raw 0x700000 0x020000; rootfs raw 0x800000 0x3800000
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x200000; u-boot.img ram 0x81000000 0x400000
distro_bootcmd=scsi_need_init=; for target in ${boot_targets}; do run bootcmd_${target}; done
do_main_cpsw0_qsgmii_phyinit=1
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;
eth1addr=70:ff:76:1d:8c:e4
eth2addr=70:ff:76:1d:8c:e5
eth3addr=70:ff:76:1d:8c:e6
eth4addr=70:ff:76:1d:8c:e7
ethaddr=f4:84:4c:fc:28:09
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fdea05f0
fdtoverlay_addr_r=0x89000000
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = j721e; then setenv name_fdt ti/k3-j721e-common-proc-board.dtb; fi; if test $board_name = BBONEAI-64-B0-; then setenv name_fdt k3-j721e-beagleboneai64.dtb; fi; if test $board_name = j7200; then setenv name_fdt ti/k3-j7200-common-proc-board.dtb; fi; if test $board_name = j721e-eaik || test $board_name = j721e-sk; then setenv name_fdt ti/k3-j721e-sk.dtb; fi; setenv fdtfile ${name_fdt}
finduuid=part uuid ${boot} ${bootpart} uuid
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/dtb/${name_fdt}
get_fdt_ufs=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_fit_overlaystring=for overlay in $name_overlays; do; setexpr name_fit_overlay gsub / _ conf-${overlay}; setenv overlaystring ${overlaystring}'#'${name_fit_overlay}; done;
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_ufs=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/ti/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_ufs=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load scsi ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && fdt apply ${dtboaddr}; done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_main_cpsw0_qsgmii_phy=gpio set gpio@22_17; gpio clear gpio@22_16
init_mmc=run args_all args_mmc
init_ufs=ufs init; scsi scan; run args_ufs
kernel_addr_r=0x82000000
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}
main_cpsw0_qsgmii_phyinit=if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1 && test ${dorprocboot} -eq 1 && test ${boot} = mmc; then run init_main_cpsw0_qsgmii_phy; fi;
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= 1 /lib/firmware/j7200-mcu-r5f0_1-fw 2 /lib/firmware/j7200-main-r5f0_0-fw 3 /lib/firmware/j7200-main-r5f0_1-fw
rproc_load_and_boot_one=if load mmc ${bootpart} $loadaddr ${rproc_fw}; then if rproc load ${rproc_id} ${loadaddr} ${filesize}; then rproc start ${rproc_id}; fi; fi
run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
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#=0000000000000032
serverip=192.168.0.1
soc=k3
stderr=serial@2800000
stdin=serial@2800000
stdout=serial@2800000
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: 10322/131067 bytes
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled
=> setenv bootargs ''${bootargs}' ip=:::::eth0:dhcp '
=> setenv serverip '192.168.0.1'
=> setenv autoload 'no'
=> dhcp
k3-navss-ringacc ringacc@2b800000: Ring Accelerator probed rings:286, gp-rings[96,32] sci-dev-id:235
k3-navss-ringacc ringacc@2b800000: dma-ring-reset-quirk: disabled
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 1000, full duplex
BOOTP broadcast 1
DHCP client bound to address 192.168.0.23 (3 ms)
=> setenv dorprocboot '1'
=> run boot_rprocs
k3_r5f_rproc r5f@41000000: Core 1 is already in use. No rproc commands work
73624 bytes read in 12 ms (5.9 MiB/s)
Load Remote Processor 1 with data@addr=0x82000000 73624 bytes: Success!
73624 bytes read in 11 ms (6.4 MiB/s)
Load Remote Processor 2 with data@addr=0x82000000 73624 bytes: Success!
73624 bytes read in 11 ms (6.4 MiB/s)
Load Remote Processor 3 with data@addr=0x82000000 73624 bytes: Success!
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=j721e
board_name=j7200
board_rev=E7
board_serial=0032
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,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
bootcmd=
bootcmd_dhcp=devtype=dhcp; run boot_net_usb_start; if dhcp ${scriptaddr} ${boot_script_dhcp}; then source ${scriptaddr}; fi;setenv efi_fdtfile ${fdtfile}; setenv efi_old_vci ${bootp_vci};setenv efi_old_arch ${bootp_arch};setenv bootp_vci PXEClient:Arch:00011:UNDI:003000;setenv bootp_arch 0xb;if dhcp ${kernel_addr_r}; then tftpboot ${fdt_addr_r} dtb/${efi_fdtfile};if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r}; else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi;fi;setenv bootp_vci ${efi_old_vci};setenv bootp_arch ${efi_old_arch};setenv efi_fdtfile;setenv efi_old_arch;setenv efi_old_vci;
bootcmd_mmc0=devnum=0; run mmc_boot
bootcmd_mmc1=devnum=1; run mmc_boot
bootcmd_pxe=run boot_net_usb_start; dhcp; if pxe get; then pxe boot; fi
bootcmd_ti_mmc=run findfdt; run init_${boot}; run main_cpsw0_qsgmii_phyinit; run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootcmd_usb0=devnum=0; run usb_boot
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
default_device_tree=ti/k3-j721e-common-proc-board.dtb
dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1; rootfs part 0 1; tiboot3.bin.raw raw 0x0 0x800 mmcpart 1; tispl.bin.raw raw 0x800 0x1000 mmcpart 1; u-boot.img.raw raw 0x1800 0x2000 mmcpart 1; u-env.raw raw 0x3400 0x100 mmcpart 1
dfu_alt_info_mmc=boot part 1 1; rootfs part 1 2; tiboot3.bin fat 1 1; tispl.bin fat 1 1; u-boot.img fat 1 1; uEnv.txt fat 1 1; sysfw.itb fat 1 1
dfu_alt_info_ospi=tiboot3.bin raw 0x0 0x100000; tispl.bin raw 0x100000 0x200000; u-boot.img raw 0x300000 0x400000; u-boot-env raw 0x700000 0x020000; rootfs raw 0x800000 0x3800000
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x200000; u-boot.img ram 0x81000000 0x400000
distro_bootcmd=scsi_need_init=; for target in ${boot_targets}; do run bootcmd_${target}; done
dnsip=192.0.2.2
do_main_cpsw0_qsgmii_phyinit=1
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;
eth1addr=70:ff:76:1d:8c:e4
eth2addr=70:ff:76:1d:8c:e5
eth3addr=70:ff:76:1d:8c:e6
eth4addr=70:ff:76:1d:8c:e7
ethact=ethernet@46000000port@1
ethaddr=f4:84:4c:fc:28:09
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fdea05f0
fdtoverlay_addr_r=0x89000000
fileaddr=82000000
filesize=11f98
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = j721e; then setenv name_fdt ti/k3-j721e-common-proc-board.dtb; fi; if test $board_name = BBONEAI-64-B0-; then setenv name_fdt k3-j721e-beagleboneai64.dtb; fi; if test $board_name = j7200; then setenv name_fdt ti/k3-j7200-common-proc-board.dtb; fi; if test $board_name = j721e-eaik || test $board_name = j721e-sk; then setenv name_fdt ti/k3-j721e-sk.dtb; fi; setenv fdtfile ${name_fdt}
finduuid=part uuid ${boot} ${bootpart} uuid
gatewayip=192.168.0.1
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/dtb/${name_fdt}
get_fdt_ufs=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_fit_overlaystring=for overlay in $name_overlays; do; setexpr name_fit_overlay gsub / _ conf-${overlay}; setenv overlaystring ${overlaystring}'#'${name_fit_overlay}; done;
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_ufs=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/ti/${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;
hostname=j7200-evm3
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_main_cpsw0_qsgmii_phy=gpio set gpio@22_17; gpio clear gpio@22_16
init_mmc=run args_all args_mmc
init_ufs=ufs init; scsi scan; run args_ufs
ipaddr=192.168.0.23
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}
main_cpsw0_qsgmii_phyinit=if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1 && test ${dorprocboot} -eq 1 && test ${boot} = mmc; then run init_main_cpsw0_qsgmii_phy; fi;
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= 1 /lib/firmware/j7200-mcu-r5f0_1-fw 2 /lib/firmware/j7200-main-r5f0_0-fw 3 /lib/firmware/j7200-main-r5f0_1-fw
rproc_load_and_boot_one=if load mmc ${bootpart} $loadaddr ${rproc_fw}; then if rproc load ${rproc_id} ${loadaddr} ${filesize}; then rproc start ${rproc_id}; fi; fi
run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
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#=0000000000000032
serverip=192.168.0.1
soc=k3
stderr=serial@2800000
stdin=serial@2800000
stdout=serial@2800000
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: 10505/131067 bytes
=> tftp ${loadaddr} 192.168.0.1:vatf_j7200-evm3/bbd1aa93c0fd900a99d3f0b24edfe868
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.23
Filename 'vatf_j7200-evm3/bbd1aa93c0fd900a99d3f0b24edfe868'.
Load address: 0x82000000
Loading: *################################################## 40.5 MiB
9.7 MiB/s
done
Bytes transferred = 42461696 (287ea00 hex)
=> tftp ${fdt_addr_r} 192.168.0.1:vatf_j7200-evm3/5e641da9c499557e7c3354f7fbbddaee
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.23
Filename 'vatf_j7200-evm3/5e641da9c499557e7c3354f7fbbddaee'.
Load address: 0x88000000
Loading: *################################################## 67.3 KiB
5.1 MiB/s
done
Bytes transferred = 68922 (10d3a hex)
=> fdt address ${fdt_addr_r}
Working FDT set to 88000000
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
=> setenv bootargs ''${bootargs}' root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j7200-evm3/autofs/73bc8e71646c28e1cc799a21af4332b6,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-g4c358e4785 (Oct 26 2023 - 22:04:09 +0000)
aarch64-oe-linux-gcc (GCC) 11.4.0
GNU ld (GNU Binutils) 2.38.20220708
=> bdinfo
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x0000000080000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffed0000
reloc off = 0x000000007f6d0000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = f4:84:4c:fc:28:09
IP addr = 192.168.0.23
fdt_blob = 0x00000000fdea05f0
new_fdt = 0x00000000fdea05f0
fdt_size = 0x000000000000f7c0
lmb_dump_all:
memory.cnt = 0x2
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0
memory[1] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0
reserved.cnt = 0x3
reserved[0] [0x9e800000-0xa47fffff], 0x06000000 bytes flags: 4
reserved[1] [0xfce91000-0xffffffff], 0x0316f000 bytes flags: 0
reserved[2] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0
devicetree = separate
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fdea05e0
sp start = 0x00000000fdea05e0
Early malloc usage: 2dc0 / 8000
=>
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x0000000080000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffed0000
reloc off = 0x000000007f6d0000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = f4:84:4c:fc:28:09
IP addr = 192.168.0.23
fdt_blob = 0x00000000fdea05f0
new_fdt = 0x00000000fdea05f0
fdt_size = 0x000000000000f7c0
lmb_dump_all:
memory.cnt = 0x2
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0
memory[1] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0
reserved.cnt = 0x3
reserved[0] [0x9e800000-0xa47fffff], 0x06000000 bytes flags: 4
reserved[1] [0xfce91000-0xffffffff], 0x0316f000 bytes flags: 0
reserved[2] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0
devicetree = separate
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fdea05e0
sp start = 0x00000000fdea05e0
Early malloc usage: 2dc0 / 8000
=> ls mmc 0:1
0 file(s), 0 dir(s)
=> ls mmc 1:1
EFI/
20367872 Image
532078 tiboot3.bin
532078 tiboot3-j7200-gp-evm.bin
534667 tiboot3-j7200_sr2-hs-evm.bin
534667 tiboot3-j7200_sr2-hs-fs-evm.bin
1017855 tispl.bin
1184747 u-boot.img
574 uEnv.txt
4 ws-calibrate.rules
9 file(s), 1 dir(s)
=> ext4ls mmc 0:2 /lib/firmware
=> ext4ls mmc 1:2 /lib/firmware
<DIR> 4096 .
<DIR> 4096 ..
2040 LICENCE.ibt_firmware
2046 LICENCE.iwlwifi_firmware
478552 bl32.bin
4295864 bl32.elf
<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> 67 j7200-main-r5f0_0-fw
<SYM> 74 j7200-main-r5f0_0-fw-sec
<SYM> 67 j7200-main-r5f0_1-fw
<SYM> 74 j7200-main-r5f0_1-fw-sec
<SYM> 67 j7200-mcu-r5f0_1-fw
<SYM> 74 j7200-mcu-r5f0_1-fw-sec
4728 regulatory.db
1182 regulatory.db.p7s
28 tee-header_v2.bin
0 tee-pageable_v2.bin
478552 tee-pager_v2.bin
478552 tee-raw.bin
478580 tee.bin
4295864 tee.elf
<DIR> 4096 ti-connectivity
<DIR> 4096 ti-eth
<DIR> 4096 ti-ipc
=> mmc rescan; echo $?
0
=> fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4
4 bytes written in 4 ms (1000 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 000000008ffec000, end 000000008ffffd39 ... OK
Working FDT set to 8ffec000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.7.0-rc1-next-20231116-00007-gfa2d2325fbcf (a0497641@a0497641-HP-Z2-Tower-G9-Workstation-Desktop-PC) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 10.3.1 20210621, GNU ld (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 2.36.1.20210621) #10 SMP PREEMPT Tue Nov 28 10:14:33 IST 2023
[ 0.000000] KASLR disabled due to lack of seed
[ 0.000000] Machine model: Texas Instruments J7200 EVM
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
[ 0.000000] printk: legacy bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a0000000..0x00000000a00fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a0000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a0100000..0x00000000a0ffffff (15360 KiB) nomap non-reusable r5f-memory@a0100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a1000000..0x00000000a10fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a1000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a1100000..0x00000000a1ffffff (15360 KiB) nomap non-reusable r5f-memory@a1100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a2000000..0x00000000a20fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a2000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a2100000..0x00000000a2ffffff (15360 KiB) nomap non-reusable r5f-memory@a2100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a3000000..0x00000000a30fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a3000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a3100000..0x00000000a3ffffff (15360 KiB) nomap non-reusable r5f-memory@a3100000
[ 0.000000] OF: reserved mem: 0x00000000a4000000..0x00000000a47fffff (8192 KiB) nomap non-reusable ipc-memories@a4000000
[ 0.000000] NUMA: No NUMA configuration found
[ 0.000000] NUMA: Faking a node at [mem 0x0000000080000000-0x00000008ffffffff]
[ 0.000000] NUMA: NODE_DATA [mem 0x8ff7da9c0-0x8ff7dcfff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x00000008ffffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000009e7fffff]
[ 0.000000] node 0: [mem 0x000000009e800000-0x00000000a47fffff]
[ 0.000000] node 0: [mem 0x00000000a4800000-0x00000000ffffffff]
[ 0.000000] node 0: [mem 0x0000000880000000-0x00000008ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
[ 0.000000] cma: Reserved 32 MiB at 0x00000000fe000000 on node -1
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.4
[ 0.000000] percpu: Embedded 22 pages/cpu s50728 r8192 d31192 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,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j7200-evm3/autofs/73bc8e71646c28e1cc799a21af4332b6,nolock,v3,tcp,rsize=4096,wsize=4096
[ 0.000000] sysrq: sysrq always enabled.
[ 0.000000] Unknown kernel command line parameters "earlyprintk=serial,ttyS2,115200n8", will be passed to user space.
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] Fallback order for Node 0: 0
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1032192
[ 0.000000] Policy zone: Normal
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 2.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fa000000-0x00000000fe000000] (64MB)
[ 0.000000] Memory: 3874544K/4194304K available (16704K kernel code, 4346K rwdata, 10840K rodata, 9408K init, 606K bss, 286992K reserved, 32768K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 960 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: GICv3 features: 16 PPIs
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000
[ 0.000000] ITS [mem 0x01820000-0x0182ffff]
[ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
[ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
[ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x0000000880040000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880050000
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
[ 0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.008764] Console: colour dummy device 80x25
[ 0.013345] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.024019] pid_max: default: 32768 minimum: 301
[ 0.028767] LSM: initializing lsm=capability,integrity
[ 0.034079] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.041657] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.050574] RCU Tasks: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
[ 0.057843] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
[ 0.065722] rcu: Hierarchical SRCU implementation.
[ 0.070622] rcu: Max phase no-delay instances is 1000.
[ 0.076141] Platform MSI: msi-controller@1820000 domain created
[ 0.082302] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.091618] fsl-mc MSI: msi-controller@1820000 domain created
[ 0.098483] EFI services will not be available.
[ 0.103226] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.116384] Detected PIPT I-cache on CPU1
[ 0.116429] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.116444] GICv3: CPU1: using allocated LPI pending table @0x0000000880060000
[ 0.116478] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.116534] smp: Brought up 1 node, 2 CPUs
[ 0.145884] SMP: Total of 2 processors activated.
[ 0.150688] CPU features: detected: 32-bit EL0 Support
[ 0.155942] CPU features: detected: 32-bit EL1 Support
[ 0.161192] CPU features: detected: CRC32 instructions
[ 0.197178] CPU: All CPU(s) started at EL2
[ 0.201410] alternatives: applying system-wide alternatives
[ 0.208551] devtmpfs: initialized
[ 0.217016] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.226993] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.234594] pinctrl core: initialized pinctrl subsystem
[ 0.240957] DMI not present or invalid.
[ 0.245292] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.251875] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.259196] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.267236] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.275364] audit: initializing netlink subsys (disabled)
[ 0.280990] audit: type=2000 audit(0.176:1): state=initialized audit_enabled=0 res=1
[ 0.281677] thermal_sys: Registered thermal governor 'step_wise'
[ 0.288920] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.295095] cpuidle: using governor menu
[ 0.305894] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.312863] ASID allocator initialised with 65536 entries
[ 0.319431] Serial: AMBA PL011 UART driver
[ 0.338224] Modules: 22240 pages in range for non-PLT usage
[ 0.338232] Modules: 513760 pages in range for PLT usage
[ 0.344398] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.356767] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.363169] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.370103] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.376505] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.383439] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.389842] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.396776] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.404205] ACPI: Interpreter disabled.
[ 0.409472] k3-chipinfo 43000014.chipid: Family:J7200 rev:SR2.0 JTAGID[0x1bb6d02f] Detected
[ 0.418586] iommu: Default domain type: Translated
[ 0.423490] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.429943] SCSI subsystem initialized
[ 0.433959] usbcore: registered new interface driver usbfs
[ 0.439580] usbcore: registered new interface driver hub
[ 0.445020] usbcore: registered new device driver usb
[ 0.450814] pps_core: LinuxPPS API ver. 1 registered
[ 0.455888] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.465225] PTP clock support registered
[ 0.469321] EDAC MC: Ver: 3.0.0
[ 0.472932] scmi_core: SCMI protocol bus registered
[ 0.478534] FPGA manager framework
[ 0.482051] Advanced Linux Sound Architecture Driver Initialized.
[ 0.488768] vgaarb: loaded
[ 0.491942] clocksource: Switched to clocksource arch_sys_counter
[ 0.498314] VFS: Disk quotas dquot_6.6.0
[ 0.502337] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.509457] pnp: PnP ACPI: disabled
[ 0.516306] NET: Registered PF_INET protocol family
[ 0.521563] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.530532] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.539386] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.547319] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.555543] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.564277] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.571111] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.578038] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.585482] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.591584] RPC: Registered named UNIX socket transport module.
[ 0.597645] RPC: Registered udp transport module.
[ 0.602448] RPC: Registered tcp transport module.
[ 0.607250] RPC: Registered tcp-with-tls transport module.
[ 0.612856] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.619447] PCI: CLS 0 bytes, default 64
[ 0.623671] kvm [1]: IPA Size Limit: 44 bits
[ 0.628948] kvm [1]: vgic-v2@6f020000
[ 0.632712] kvm [1]: GIC system register CPU interface enabled
[ 0.638687] kvm [1]: vgic interrupt IRQ9
[ 0.642709] kvm [1]: Hyp mode initialized successfully
[ 0.648673] Initialise system trusted keyrings
[ 0.653386] workingset: timestamp_bits=42 max_order=20 bucket_order=0
[ 0.660138] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.666250] NFS: Registering the id_resolver key type
[ 0.671425] Key type id_resolver registered
[ 0.675697] Key type id_legacy registered
[ 0.679800] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.686649] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.694294] 9p: Installing v9fs 9p2000 file system support
[ 0.720958] Key type asymmetric registered
[ 0.725143] Asymmetric key parser 'x509' registered
[ 0.730155] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.737718] io scheduler mq-deadline registered
[ 0.742345] io scheduler kyber registered
[ 0.746459] io scheduler bfq registered
[ 0.755436] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
[ 0.761471] pinctrl-single 4301c038.pinctrl: 2 pins, size 8
[ 0.767273] pinctrl-single 4301c068.pinctrl: 59 pins, size 236
[ 0.773373] pinctrl-single 4301c174.pinctrl: 8 pins, size 32
[ 0.779292] pinctrl-single 104200.pinctrl: 20 pins, size 80
[ 0.785043] pinctrl-single 104280.pinctrl: 8 pins, size 32
[ 0.790749] pinctrl-single 11c000.pinctrl: 67 pins, size 268
[ 0.796757] pinctrl-single 11c11c.pinctrl: 3 pins, size 12
[ 0.807033] EINJ: ACPI disabled.
[ 0.828183] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.836964] msm_serial: driver initialized
[ 0.841400] SuperH (H)SCI(F) driver initialized
[ 0.846136] STM32 USART driver initialized
[ 0.854739] loop: module loaded
[ 0.858850] megasas: 07.727.03.00-rc1
[ 0.866781] tun: Universal TUN/TAP device driver, 1.6
[ 0.872635] thunder_xcv, ver 1.0
[ 0.875957] thunder_bgx, ver 1.0
[ 0.879267] nicpf, ver 1.0
[ 0.882830] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 0.890219] hns3: Copyright (c) 2017 Huawei Corporation.
[ 0.895665] hclge is initializing
[ 0.899068] e1000: Intel(R) PRO/1000 Network Driver
[ 0.904050] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.909935] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.915005] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.921066] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.926581] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.932284] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.938687] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.944964] sky2: driver version 1.30
[ 0.949650] VFIO - User Level meta-driver version: 0.3
[ 0.956877] usbcore: registered new interface driver usb-storage
[ 0.964943] i2c_dev: i2c /dev entries driver
[ 0.974021] sdhci: Secure Digital Host Controller Interface driver
[ 0.980364] sdhci: Copyright(c) Pierre Ossman
[ 0.985389] Synopsys Designware Multimedia Card Interface Driver
[ 0.992165] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.999214] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.005884] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.013224] usbcore: registered new interface driver usbhid
[ 1.018925] usbhid: USB HID core driver
[ 1.025236] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 1.035034] 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.039601] optee: revision 3.20 (8e74d476)
[ 1.056079] optee: dynamic shared memory is enabled
[ 1.065788] random: crng init done
[ 1.069335] optee: initialized driver
[ 1.075584] NET: Registered PF_PACKET protocol family
[ 1.080819] 9pnet: Installing 9P2000 support
[ 1.085216] Key type dns_resolver registered
[ 1.093752] registered taskstats version 1
[ 1.098011] Loading compiled-in X.509 certificates
[ 1.119686] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
[ 1.202163] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.208829] pca953x 1-0021: supply vcc not found, using dummy regulator
[ 1.215664] pca953x 1-0021: using no AI
[ 1.240365] pca953x 1-0020: supply vcc not found, using dummy regulator
[ 1.247189] pca953x 1-0020: using no AI
[ 1.251749] pca953x 1-0022: supply vcc not found, using dummy regulator
[ 1.258563] pca953x 1-0022: using AI
[ 1.262858] omap_i2c 2000000.i2c: bus 1 rev0.12 at 400 kHz
[ 1.269265] pca953x 2-0020: supply vcc not found, using dummy regulator
[ 1.276109] pca953x 2-0020: using no AI
[ 1.304269] omap_i2c 2010000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.310225] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 137 domain created
[ 1.318914] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 131 domain created
[ 1.328365] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 213 domain created
[ 1.337081] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 209 created
[ 1.348445] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,32] sci-dev-id:235
[ 1.358330] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.365093] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.376185] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[120,200] sci-dev-id:211
[ 1.386341] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.393100] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.401312] pinctrl-single 4301c000.pinctrl: mux offset out of range: 0xf4 (0x34)
[ 1.408974] pinctrl-single 4301c000.pinctrl: could not add functions for mcu-uart0-default-pins 244x
[ 1.418910] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 271, base_baud = 6000000) is a 8250
[ 1.429405] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 272, base_baud = 3000000) is a 8250
[ 1.438266] printk: legacy console [ttyS2] enabled
[ 1.438266] printk: legacy console [ttyS2] enabled
[ 1.447940] printk: legacy bootconsole [ns16550a0] disabled
[ 1.447940] printk: legacy bootconsole [ns16550a0] disabled
[ 1.461294] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 273, base_baud = 3000000) is a 8250
[ 1.471265] 2830000.serial: ttyS0 at MMIO 0x2830000 (irq = 274, base_baud = 3000000) is a 8250
[ 1.483268] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.527948] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.537943] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.546225] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.559079] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.566288] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.576190] mmc0: CQHCI version 5.10
[ 1.618547] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 1.711110] mmc0: Command Queue Engine enabled
[ 1.715570] mmc0: new HS400 MMC card at address 0001
[ 1.720987] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 1.726739] mmcblk0: p1 p2 p3
[ 1.730300] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[ 1.736125] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[ 1.741761] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (234:0)
[ 1.841627] vdd_core_0v85: Bringing 800000uV into 850000-850000uV
[ 1.956936] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[ 1.967799] ti-udma 31150000.dma-controller: Channels: 50 (tchan: 25, rchan: 25, gp-rflow: 8)
[ 1.981079] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[ 1.986328] 7 fixed-partitions partitions found on MTD device 47040000.spi.0
[ 1.993374] Creating 7 MTD partitions on "47040000.spi.0":
[ 1.998849] 0x000000000000-0x000000100000 : "ospi.tiboot3"
[ 2.004974] 0x000000100000-0x000000300000 : "ospi.tispl"
[ 2.010788] 0x000000300000-0x000000700000 : "ospi.u-boot"
[ 2.016675] 0x000000700000-0x000000740000 : "ospi.env"
[ 2.022295] 0x000000740000-0x000000780000 : "ospi.env.backup"
[ 2.028521] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 2.034396] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[ 2.042539] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 2.087980] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 2.097978] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 2.106260] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 2.119119] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 2.126329] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 2.133187] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 2.142027] debugfs: Directory 'pd:49' with parent 'pm_genpd' already present!
[ 2.143013] mmc1: CQHCI version 5.10
[ 2.149530] debugfs: Directory 'pd:240' with parent 'pm_genpd' already present!
[ 2.160857] debugfs: Directory 'pd:35' with parent 'pm_genpd' already present!
[ 2.190538] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 2.206165] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 2.215641] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 2.249412] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
[ 2.256483] mmcblk1: mmc1:aaaa SP32G 29.7 GiB
[ 2.263870] mmcblk1: p1 p2 p3
[ 6.312926] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 6.343941] Sending DHCP requests ., OK
[ 6.363780] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.23
[ 6.371431] IP-Config: Complete:
[ 6.374649] device=eth0, hwaddr=f4:84:4c:fc:28:09, ipaddr=192.168.0.23, mask=255.255.255.0, gw=192.168.0.1
[ 6.384719] host=j7200-evm3, domain=eptf.internal.ti.com, nis-domain=(none)
[ 6.392096] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 6.392099] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 6.404796] clk: Disabling unused clocks
[ 6.420919] ALSA device list:
[ 6.423879] No soundcards found.
[ 6.451542] VFS: Mounted root (nfs filesystem) on device 0:21.
[ 6.457607] devtmpfs: mounted
[ 6.468642] Freeing unused kernel memory: 9408K
[ 6.473298] Run /sbin/init as init process
[ 7.990560] systemd[1]: System time before build time, advancing clock.
[ 8.103069] systemd[1]: systemd 250.5+ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)
[ 8.134534] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.04[0m!
[ 8.382083] systemd[1]: Hostname set to <j7200-evm>.
[ 8.398996] systemd[1]: Initializing machine ID from random generator.
[ 8.725008] systemd-sysv-generator[82]: SysV service '/etc/init.d/netopeer2-server' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 8.750242] systemd-sysv-generator[82]: SysV service '/etc/init.d/sysrepo' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 8.774491] systemd-sysv-generator[82]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 9.016544] systemd[73]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 9.673942] systemd[1]: Binding to IPv6 address not available since kernel does not support IPv6.
[ 9.682838] systemd[1]: Binding to IPv6 address not available since kernel does not support IPv6.
[ 9.805299] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 9.986384] 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.
[ 10.227599] systemd[1]: Queued start job for default target Graphical Interface.
[ 10.267878] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 10.289364] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 10.313292] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 10.337023] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 10.360167] 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.
[ 10.384094] 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.
[ 10.408164] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 10.424010] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 10.443998] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 10.460000] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 10.494957] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 10.516092] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 10.662310] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 10.684207] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 10.708764] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 10.728696] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 10.752296] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 10.768788] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 10.793689] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 10.816226] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 10.836541] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 10.880213] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 10.898618] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 10.922827] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 10.940275] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 10.958102] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 10.980281] systemd[1]: Create List of Static Device Nodes was skipped because of a failed condition check (ConditionFileNotEmpty=/lib/modules/6.7.0-rc1-next-20231116-00007-gfa2d2325fbcf/modules.devname).
[ 11.028390] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 11.050466] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 11.070499] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 11.304398] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 11.320487] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 11.336800] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 11.380491] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 11.399030] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 11.428929] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 11.472948] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 11.495579] systemd[1]: Mounted Huge Pages File System.
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[0m.
[ 11.521177] systemd[1]: Mounted POSIX Message Queue File System.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[ 11.544325] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[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;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...
[ 11.776761] systemd-journald[93]: Received client request to flush runtime journal.
Starting [0;1;39mApply Kernel Variables[0m...
Starting [0;1;39mCreate System Users[0m...
[[0;32m OK [0m] Started [0;1;39mRPC Bind[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;39mColdplug All udev Devices[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate System Users[0m.
Starting [0;1;39mCreate Static Device Nodes in /dev[0m...
[[0;32m OK [0m] Finished [0;1;39mCreate Static Device Nodes in /dev[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Local File Systems[0m.
Mounting [0;1;39m/media/ram[0m...
Mounting [0;1;39m/var/volatile[0m...
[ 12.574439] audit: type=1334 audit(1651167749.580:2): prog-id=5 op=LOAD
[ 12.581487] audit: type=1334 audit(1651167749.588:3): prog-id=6 op=LOAD
Starting [0;1;39mRule-based Managefor Device Events and Files[0m...
[[0;32m OK [0m] Mounted [0;1;39m/media/ram[0m.
[[0;32m OK [0m] Mounted [0;1;39m/var/volatile[0m.
Starting [0;1;39mLoad/Save Random Seed[0m...
[[0;32m OK [0m] Reached target [0;1;39mLocal File Systems[0m.
Starting [0;1;39mRebuild Dynamic Linker Cache[0m...
Starting [0;1;39mCreate Volatile Files and Directories[0m...
[[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m.
Starting [0;1;39mRebuild Journal Catalog[0m...
Starting [0;1;39mNetwork Time Synchronization[0m...
Starting [0;1;39mRecord System Boot/Shutdown in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRebuild Journal Catalog[0m.
[[0;32m OK [0m] Finished [0;1;39mRecord System Boot/Shutdown in UTMP[0m.
[[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m.
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[[0m[0;31m* [0m] A start job is running for Rebuild namic Linker Cache (6s / no limit)
M
[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild namic Linker Cache (7s / no limit)
M
[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild namic Linker Cache (8s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild namic Linker Cache (8s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild namic Linker Cache (8s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Rebuild namic Linker Cache (9s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m] A start job is running for Rebuild namic Linker Cache (9s / no limit)
M
[K[ [0;31m*[0m] A start job is running for Rebuild amic Linker Cache (10s / no limit)
M
[K[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
[K[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p2[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p2[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/mmcblk1p3[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p1[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk0p1[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk0p2[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk0p3[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p1[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p2[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p3[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/mmcblk0p1[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p3[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p1[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p2[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p3[0m.
Mounting [0;1;39m/run/media/boot-mmcblk1p1[0m...
Mounting [0;1;39m/run/media/mmcblk0p1[0m...
Mounting [0;1;39m/run/media/mmcblk0p2[0m...
Mounting [0;1;39m/run/media/mmcblk0p3[0m...
Mounting [0;1;39m/run/media/mmcblk1p3[0m...
Mounting [0;1;39m/run/media/root-mmcblk1p2[0m...
[ 22.937688] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 22.947732] FAT-fs (mmcblk0p2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 22.947836] FAT-fs (mmcblk0p3): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p1[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p2[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p3[0m.
[ 23.016241] EXT4-fs (mmcblk1p2): mounted filesystem 1e94cd57-d1b1-42f6-bdde-4f9035e53502 r/w with ordered data mode. Quota mode: none.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk1p3[0m.
[ 23.034345] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/boot-mmcblk1p1[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/root-mmcblk1p2[0m.
[ [0;31m*[0;1;31m*[0m] A start job is running for Rebuild amic Linker Cache (14s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Rebuild amic Linker Cache (15s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild amic Linker Cache (15s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild amic Linker Cache (16s / no limit)
M
[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild amic Linker Cache (16s / no limit)
M
[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild amic Linker Cache (17s / no limit)
M
[K[[0m[0;31m* [0m] A start job is running for Rebuild amic Linker Cache (17s / no limit)
M
[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild amic Linker Cache (18s / no limit)
M
[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild amic Linker Cache (18s / no limit)
M
[K[[0;32m OK [0m] Finished [0;1;39mRebuild Dynamic Linker Cache[0m.
[K Starting [0;1;39mRun pending postinsts[0m...
Starting [0;1;39mUpdate is Completed[0m...
[[0;32m OK [0m] Finished [0;1;39mUpdate is Completed[0m.
[[0;32m OK [0m] Finished [0;1;39mRun pending postinsts[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Initialization[0m.
[[0;32m OK [0m] Started [0;1;39mDaily rotation of log files[0m.
[[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary Directories[0m.
[[0;32m OK [0m] Reached target [0;1;39mTimer Units[0m.
[[0;32m OK [0m] Listening on [0;1;39mAvahi mDNS/DNS-SD Stack Activation Socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mD-Bus System Message Bus Socket[0m.
Starting [0;1;39mDocker Socket for the API[0m...
[[0;32m OK [0m] Listening on [0;1;39mdropbear.socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mPC/SC Smart Card Daemon Activation Socket[0m.
Starting [0;1;39mWeston socket[0m...
Starting [0;1;39mD-Bus System Message Bus[0m...
Starting [0;1;39mReboot and dump vmcore via kexec[0m...
[[0;32m OK [0m] Listening on [0;1;39mDocker Socket for the API[0m.
[[0;32m OK [0m] Listening on [0;1;39mWeston socket[0m.
[[0;32m OK [0m] Finished [0;1;39mReboot and dump vmcore via kexec[0m.
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m.
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m.
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.
[[0;32m OK [0m] Started [0;1;39mJob spooling tools[0m.
[[0;32m OK [0m] Started [0;1;39mPeriodic Command Scheduler[0m.
Starting [0;1;39mPrint notice about GPLv3 packages[0m...
Starting [0;1;39mIPv6 Packet Filtering Framework[0m...
Starting [0;1;39mIPv4 Packet Filtering Framework[0m...
[[0;32m OK [0m] Started [0;1;39mirqbalance daemon[0m.
Starting [0;1;39mLighttpd Daemon[0m...
[[0;32m OK [0m] Started [0;1;39mstrongSwan IPsec IIKEv2 daemon using ipsec.conf[0m.
[ 30.790498] audit: type=1334 audit(1651167767.796:4): prog-id=7 op=LOAD
[ 30.797884] audit: type=1334 audit(1651167767.804:5): prog-id=8 op=LOAD
Starting [0;1;39mUser Login Management[0m...
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[0m.
Starting [0;1;39mTelnet Server[0m...
[[0;1;31mFAILED[0m] Failed to start [0;1;39mPrint notice about GPLv3 packages[0m.
See 'systemctl status gplv3-notice.service' for details.
[[0;32m OK [0m] Finished [0;1;39mIPv6 Packet Filtering Framework[0m.
[[0;32m OK [0m] Finished [0;1;39mIPv4 Packet Filtering Framework[0m.
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.
[[0;32m OK [0m] Finished [0;1;39mTelnet Server[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m.
Starting [0;1;39mNetwork Configuration[0m...
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
Starting [0;1;39mNetwork Name Resolution[0m...
[ 31.301750] audit: type=1334 audit(1651167768.308:6): prog-id=9 op=LOAD
[ 31.308813] audit: type=1334 audit(1651167768.308:7): prog-id=10 op=LOAD
Starting [0;1;39mHostname Service[0m...
[[0;32m OK [0m] Started [0;1;39mNetwork Name Resolution[0m.
[[0;32m OK [0m] Reached target [0;1;39mNetwork[0m.
[[0;32m OK [0m] Reached target [0;1;39mHost and Network Name Lookups[0m.
Starting [0;1;39mAvahi mDNS/DNS-SD Stack[0m...
Starting [0;1;39mEnable and configure wl18xx bluetooth stack[0m...
Starting [0;1;39mcontainerd container runtime[0m...
[[0;32m OK [0m] Started [0;1;39mNetperf Benchmark Server[0m.
[[0;32m OK [0m] Started [0;1;39mNFS status monitor for NFSv2/3 locking.[0m.
Starting [0;1;39mPermit User Sessions[0m...
[[0;1;31mFAILED[0m] Failed to start [0;1;39mEnable andfigure wl18xx bluetooth stack[0m.
See 'systemctl status bt-enable.service' for details.
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Started [0;1;39mHostname Service[0m.
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m.
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m.
[[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m.
Starting [0;1;39mSynchronize System and HW clocks[0m...
Starting [0;1;39mWeston, a Waylandositor, as a system service[0m...
[[0;1;31mFAILED[0m] Failed to start [0;1;39mSynchronize System and HW clocks[0m.
See 'systemctl status sync-clocks.service' for details.
[ 32.224306] audit: type=1334 audit(1651167769.232:8): prog-id=11 op=LOAD
[ 32.231368] audit: type=1334 audit(1651167769.240:9): prog-id=12 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...
[ 32.801676] audit: type=1006 audit(1651167769.808:10): pid=781 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 32.814475] audit: type=1300 audit(1651167769.808:10): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffc1ffafc8 a2=4 a3=ffffba590020 items=0 ppid=1 pid=781 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[ 32.841402] audit: type=1327 audit(1651167769.808:10): proctitle="(systemd)"
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtime[0m.
[[0;32m OK [0m] Started [0;1;39mUser Manager for UID 1000[0m.
[[0;32m OK [0m] Started [0;1;39mSession c1 of User weston[0m.
[ 33.216530] audit: type=1006 audit(1651167770.224:11): pid=770 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[[0;1;31mFAILED[0m] Failed to start [0;1;39mWeston, a mpositor, as a system service[0m.
See 'systemctl status weston.service' for details.
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mMatrix GUI[0m.
[[0;32m OK [0m] Reached target [0;1;39mMulti-User System[0m.
[[0;32m OK [0m] Reached target [0;1;39mGraphical Interface[0m.
Starting [0;1;39mRecord Runlevel Change in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord Runlevel Change in UTMP[0m.
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project j7200-evm -
Arago 2023.04 j7200-evm -
j7200-evm login: root
7[r[999;999H[6nroot@j7200-evm:~# uname -a
Linux j7200-evm 6.7.0-rc1-next-20231116-00007-gfa2d2325fbcf #10 SMP PREEMPT Tue Nov 28 10:14:33 IST 2023 aarch64 aarch64 aarch64 GNU/Linux
root@j7200-evm:~# cat /proc/cmdline
console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j7200-evm3/autofs/73bc8e71646c28e1cc799a21af4332b6,nolock,v3,tcp,rsize=4096,wsize=4096
root@j7200-evm:~# uname -a
Linux j7200-evm 6.7.0-rc1-next-20231116-00007-gfa2d2325fbcf #10 SMP PREEMPT Tue Nov 28 10:14:33 IST 2023 aarch64 aarch64 aarch64 GNU/Linux
root@j7200-evm:~# cat /proc/mtd
dev: size erasesize name
mtd0: 00100000 00040000 "ospi.tiboot3"
mtd1: 00200000 00040000 "ospi.tispl"
mtd2: 00400000 00040000 "ospi.u-boot"
mtd3: 00040000 00040000 "ospi.env"
mtd4: 00040000 00040000 "ospi.env.backup"
mtd5: 037c0000 00040000 "ospi.rootfs"
mtd6: 00040000 00040000 "ospi.phypattern"
root@j7200-evm:~# grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/p
pnp /etc/resolv.conf && systemctl restart systemd-resolved
root@j7200-evm:~# ls -l /lib/firmware; ls -lR /lib/firmware/ipc
total 26324
-rw-r--r-- 1 root root 2040 Mar 9 2018 LICENCE.ibt_firmware
-rw-r--r-- 1 root root 2046 Mar 9 2018 LICENCE.iwlwifi_firmware
-rw-r--r-- 1 root root 432248 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4105600 Mar 9 2018 bl32.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 intel
-rw-r--r-- 1 root root 918268 Mar 9 2018 iwlwifi-3160-17.ucode
-rw-r--r-- 1 root root 2448976 Mar 9 2018 iwlwifi-8000C-34.ucode
-rw-r--r-- 1 root root 2428004 Mar 9 2018 iwlwifi-8000C-36.ucode
-rw-r--r-- 1 root root 2440780 Mar 9 2018 iwlwifi-8265-34.ucode
-rw-r--r-- 1 root root 2436632 Mar 9 2018 iwlwifi-8265-36.ucode
-rw-r--r-- 1 root root 2678092 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-34.ucode
-rw-r--r-- 1 root root 2521412 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-38.ucode
-rw-r--r-- 1 root root 1489652 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-46.ucode
lrwxrwxrwx 1 root root 67 Mar 9 2018 j7200-main-r5f0_0-fw -> /lib/firmware/ti-ipc/j7200/ipc_echo_test_mcu2_0_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7200-main-r5f0_0-fw-sec -> /lib/firmware/ti-ipc/j7200/ipc_echo_test_mcu2_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 67 Mar 9 2018 j7200-main-r5f0_1-fw -> /lib/firmware/ti-ipc/j7200/ipc_echo_test_mcu2_1_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7200-main-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j7200/ipc_echo_test_mcu2_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 67 Mar 9 2018 j7200-mcu-r5f0_1-fw -> /lib/firmware/ti-ipc/j7200/ipc_echo_test_mcu1_1_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7200-mcu-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j7200/ipc_echo_test_mcu1_1_release_strip.xer5f.signed
-rw-r--r-- 1 root root 4728 Mar 9 2018 regulatory.db
-rw-r--r-- 1 root root 1182 Mar 9 2018 regulatory.db.p7s
-rw-r--r-- 1 root root 28 Mar 9 2018 tee-header_v2.bin
-rw-r--r-- 1 root root 0 Mar 9 2018 tee-pageable_v2.bin
-rw-r--r-- 1 root root 432248 Mar 9 2018 tee-pager_v2.bin
-rw-r--r-- 1 root root 432276 Mar 9 2018 tee.bin
-rw-r--r-- 1 root root 4105600 Mar 9 2018 tee.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 ti-connectivity
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-eth
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-ipc
ls: cannot access '/lib/firmware/ipc': No such file or directory
root@j7200-evm:~# cat /proc/diskstats
7 0 loop0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 1 loop1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 2 loop2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 3 loop3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 4 loop4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 5 loop5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 6 loop6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 7 loop7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
179 0 mmcblk0 796 1 51426 555 0 0 0 0 0 316 555 0 0 0 0 0 0
179 1 mmcblk0p1 244 0 16716 118 0 0 0 0 0 196 118 0 0 0 0 0 0
179 2 mmcblk0p2 263 1 16723 161 0 0 0 0 0 192 161 0 0 0 0 0 0
179 3 mmcblk0p3 251 0 16787 260 0 0 0 0 0 212 260 0 0 0 0 0 0
179 32 mmcblk0boot0 68 0 1344 36 0 0 0 0 0 44 36 0 0 0 0 0 0
179 64 mmcblk0boot1 34 0 672 8 0 0 0 0 0 12 8 0 0 0 0 0 0
31 0 mtdblock0 26 0 208 8 0 0 0 0 0 16 8 0 0 0 0 0 0
31 1 mtdblock1 28 0 224 9 0 0 0 0 0 16 9 0 0 0 0 0 0
31 2 mtdblock2 58 0 464 27 0 0 0 0 0 36 27 0 0 0 0 0 0
31 3 mtdblock3 10 0 80 6 0 0 0 0 0 12 6 0 0 0 0 0 0
31 4 mtdblock4 30 0 240 31 0 0 0 0 0 40 31 0 0 0 0 0 0
31 5 mtdblock5 52 0 416 22 0 0 0 0 0 32 22 0 0 0 0 0 0
31 6 mtdblock6 30 0 240 28 0 0 0 0 0 36 28 0 0 0 0 0 0
179 96 mmcblk1 682 62 45760 1403 2 0 9 1 0 688 1405 0 0 0 0 0 0
179 97 mmcblk1p1 240 1 14593 475 0 0 0 0 0 452 475 0 0 0 0 0 0
179 98 mmcblk1p2 201 32 15148 458 1 0 8 0 0 396 458 0 0 0 0 0 0
179 99 mmcblk1p3 203 29 14819 436 1 0 1 0 0 432 437 0 0 0 0 0 0
root@j7200-evm:~# cat /proc/interrupts
CPU0 CPU1
9: 0 0 GICv3 25 Level vgic
11: 6512 6957 GICv3 30 Level arch_timer
12: 0 0 GICv3 27 Level kvm guest vtimer
14: 0 0 GICv3 23 Level arm-pmu
15: 1386 0 GICv3 69 Level 32c00000.mailbox thr_011
36: 6565 0 GICv3 928 Level 42120000.i2c
37: 41 0 GICv3 232 Level 2000000.i2c
38: 6 0 GICv3 233 Level 2010000.i2c
39: 64994 0 MSI-INTA 15401056 Level 46000000.ethernet-tx0
41: 84149 0 MSI-INTA 15401058 Level 46000000.ethernet
71: 1879 0 MSI-INTA 13828216 Level 31150000.dma-controller chan0
271: 0 0 GICv3 878 Level 40a00000.serial
272: 744 0 GICv3 224 Level 2800000.serial
273: 0 0 GICv3 225 Level 2810000.serial
274: 0 0 GICv3 227 Level 2830000.serial
275: 2 0 GICv3 872 Level 47040000.spi
276: 1063 0 GICv3 35 Level mmc0
367: 0 0 GPIO 84 Edge -davinci_gpio tps6594-0-0x48, tps6594-2-0x4c
442: 0 0 tps6594-0-0x48 0 Edge buck1_ov
443: 0 0 tps6594-0-0x48 1 Edge buck1_uv
444: 0 0 tps6594-0-0x48 2 Edge buck1_sc
445: 0 0 tps6594-0-0x48 3 Edge buck1_ilim
446: 0 0 tps6594-0-0x48 4 Edge buck2_ov
447: 0 0 tps6594-0-0x48 5 Edge buck2_uv
448: 0 0 tps6594-0-0x48 6 Edge buck2_sc
449: 0 0 tps6594-0-0x48 7 Edge buck2_ilim
450: 0 0 tps6594-0-0x48 8 Edge buck3_ov
451: 0 0 tps6594-0-0x48 9 Edge buck3_uv
452: 0 0 tps6594-0-0x48 10 Edge buck3_sc
453: 0 0 tps6594-0-0x48 11 Edge buck3_ilim
454: 0 0 tps6594-0-0x48 12 Edge buck4_ov
455: 0 0 tps6594-0-0x48 13 Edge buck4_uv
456: 0 0 tps6594-0-0x48 14 Edge buck4_sc
457: 0 0 tps6594-0-0x48 15 Edge buck4_ilim
458: 0 0 tps6594-0-0x48 16 Edge buck5_ov
459: 0 0 tps6594-0-0x48 17 Edge buck5_uv
460: 0 0 tps6594-0-0x48 18 Edge buck5_sc
461: 0 0 tps6594-0-0x48 19 Edge buck5_ilim
462: 0 0 tps6594-0-0x48 20 Edge ldo1_ov
463: 0 0 tps6594-0-0x48 21 Edge ldo1_uv
464: 0 0 tps6594-0-0x48 22 Edge ldo1_sc
465: 0 0 tps6594-0-0x48 23 Edge ldo1_ilim
466: 0 0 tps6594-0-0x48 24 Edge ldo2_ov
467: 0 0 tps6594-0-0x48 25 Edge ldo2_uv
468: 0 0 tps6594-0-0x48 26 Edge ldo2_sc
469: 0 0 tps6594-0-0x48 27 Edge ldo2_ilim
470: 0 0 tps6594-0-0x48 28 Edge ldo3_ov
471: 0 0 tps6594-0-0x48 29 Edge ldo3_uv
472: 0 0 tps6594-0-0x48 30 Edge ldo3_sc
473: 0 0 tps6594-0-0x48 31 Edge ldo3_ilim
474: 0 0 tps6594-0-0x48 32 Edge ldo4_ov
475: 0 0 tps6594-0-0x48 33 Edge ldo4_uv
476: 0 0 tps6594-0-0x48 34 Edge ldo4_sc
477: 0 0 tps6594-0-0x48 35 Edge ldo4_ilim
478: 0 0 tps6594-0-0x48 36 Edge vcca_ov
479: 0 0 tps6594-0-0x48 37 Edge vcca_uv
497: 0 0 tps6594-0-0x48 55 Edge npwron_start
498: 0 0 tps6594-0-0x48 56 Edge enable
499: 0 0 tps6594-0-0x48 57 Edge fsd
500: 0 0 tps6594-0-0x48 58 Edge soft_reboot
501: 0 0 tps6594-0-0x48 59 Edge bist_pass
502: 0 0 tps6594-0-0x48 60 Edge ext_clk
503: 0 0 tps6594-0-0x48 61 Edge twarn
504: 0 0 tps6594-0-0x48 62 Edge tsd_ord
505: 0 0 tps6594-0-0x48 63 Edge bist_fail
506: 0 0 tps6594-0-0x48 64 Edge reg_crc_err
507: 0 0 tps6594-0-0x48 65 Edge recov_cnt
508: 0 0 tps6594-0-0x48 66 Edge spmi_err
509: 0 0 tps6594-0-0x48 67 Edge npwron_long
510: 0 0 tps6594-0-0x48 68 Edge nint_readback
511: 0 0 tps6594-0-0x48 69 Edge nrstout_readback
512: 0 0 tps6594-0-0x48 70 Edge tsd_imm
513: 0 0 tps6594-0-0x48 71 Edge vcca_ovp
514: 0 0 tps6594-0-0x48 72 Edge pfsm_err
515: 0 0 tps6594-0-0x48 73 Edge imm_shutdown
516: 0 0 tps6594-0-0x48 74 Edge ord_shutdown
517: 0 0 tps6594-0-0x48 75 Edge mcu_pwr_err
518: 0 0 tps6594-0-0x48 76 Edge soc_pwr_err
519: 0 0 tps6594-0-0x48 77 Edge comm_frm_err
520: 0 0 tps6594-0-0x48 78 Edge comm_crc_err
521: 0 0 tps6594-0-0x48 79 Edge comm_adr_err
522: 0 0 tps6594-0-0x48 82 Edge en_drv_readback
523: 0 0 tps6594-0-0x48 83 Edge nrstout_soc_readback
524: 0 0 tps6594-0-0x48 84 Edge esm_soc_pin
525: 0 0 tps6594-0-0x48 85 Edge esm_soc_fail
526: 0 0 tps6594-0-0x48 86 Edge esm_soc_rst
530: 0 0 tps6594-2-0x4c 0 Edge buck1_ov
531: 0 0 tps6594-2-0x4c 1 Edge buck1_uv
532: 0 0 tps6594-2-0x4c 2 Edge buck1_sc
533: 0 0 tps6594-2-0x4c 3 Edge buck1_ilim
534: 0 0 tps6594-2-0x4c 4 Edge buck2_ov
535: 0 0 tps6594-2-0x4c 5 Edge buck2_uv
536: 0 0 tps6594-2-0x4c 6 Edge buck2_sc
537: 0 0 tps6594-2-0x4c 7 Edge buck2_ilim
538: 0 0 tps6594-2-0x4c 8 Edge buck3_ov
539: 0 0 tps6594-2-0x4c 9 Edge buck3_uv
540: 0 0 tps6594-2-0x4c 10 Edge buck3_sc
541: 0 0 tps6594-2-0x4c 11 Edge buck3_ilim
542: 0 0 tps6594-2-0x4c 12 Edge buck4_ov
543: 0 0 tps6594-2-0x4c 13 Edge buck4_uv
544: 0 0 tps6594-2-0x4c 14 Edge buck4_sc
545: 0 0 tps6594-2-0x4c 15 Edge buck4_ilim
566: 0 0 tps6594-2-0x4c 36 Edge vcca_ov
567: 0 0 tps6594-2-0x4c 37 Edge vcca_uv
568: 0 0 tps6594-2-0x4c 38 Edge vmon1_ov
569: 0 0 tps6594-2-0x4c 39 Edge vmon1_uv
570: 0 0 tps6594-2-0x4c 40 Edge vmon1_rv
571: 0 0 tps6594-2-0x4c 41 Edge vmon2_ov
572: 0 0 tps6594-2-0x4c 42 Edge vmon2_uv
573: 0 0 tps6594-2-0x4c 43 Edge vmon2_rv
585: 0 0 tps6594-2-0x4c 55 Edge npwron_start
586: 0 0 tps6594-2-0x4c 56 Edge enable
587: 0 0 tps6594-2-0x4c 57 Edge fsd
588: 0 0 tps6594-2-0x4c 58 Edge soft_reboot
589: 0 0 tps6594-2-0x4c 59 Edge bist_pass
590: 0 0 tps6594-2-0x4c 60 Edge ext_clk
591: 0 0 tps6594-2-0x4c 61 Edge twarn
592: 0 0 tps6594-2-0x4c 62 Edge tsd_ord
593: 0 0 tps6594-2-0x4c 63 Edge bist_fail
594: 0 0 tps6594-2-0x4c 64 Edge reg_crc_err
595: 0 0 tps6594-2-0x4c 65 Edge recov_cnt
596: 0 0 tps6594-2-0x4c 66 Edge spmi_err
597: 0 0 tps6594-2-0x4c 67 Edge npwron_long
598: 0 0 tps6594-2-0x4c 68 Edge nint_readback
599: 0 0 tps6594-2-0x4c 69 Edge nrstout_readback
600: 0 0 tps6594-2-0x4c 70 Edge tsd_imm
601: 0 0 tps6594-2-0x4c 71 Edge vcca_ovp
602: 0 0 tps6594-2-0x4c 72 Edge pfsm_err
603: 0 0 tps6594-2-0x4c 73 Edge imm_shutdown
604: 0 0 tps6594-2-0x4c 74 Edge ord_shutdown
605: 0 0 tps6594-2-0x4c 75 Edge mcu_pwr_err
606: 0 0 tps6594-2-0x4c 76 Edge soc_pwr_err
607: 0 0 tps6594-2-0x4c 77 Edge comm_frm_err
608: 0 0 tps6594-2-0x4c 78 Edge comm_crc_err
609: 0 0 tps6594-2-0x4c 79 Edge comm_adr_err
610: 0 0 tps6594-2-0x4c 82 Edge en_drv_readback
611: 0 0 tps6594-2-0x4c 83 Edge nrstout_soc_readback
612: 0 0 tps6594-2-0x4c 84 Edge esm_soc_pin
613: 0 0 tps6594-2-0x4c 85 Edge esm_soc_fail
614: 0 0 tps6594-2-0x4c 86 Edge esm_soc_rst
692: 1464 0 GICv3 36 Level mmc1
IPI0: 2228 5233 Rescheduling interrupts
IPI1: 9018 27511 Function call interrupts
IPI2: 0 0 CPU stop interrupts
IPI3: 0 0 CPU stop (for crash dump) interrupts
IPI4: 0 0 Timer broadcast interrupts
IPI5: 0 0 IRQ work interrupts
Err: 0
root@j7200-evm:~# cat /proc/softirqs
CPU0 CPU1
HI: 0 0
TIMER: 2197 2535
NET_TX: 80 2
NET_RX: 75159 40
BLOCK: 875 0
IRQ_POLL: 0 0
TASKLET: 5511 1
SCHED: 4878 4791
HRTIMER: 1 0
RCU: 6853 7726
root@j7200-evm:~# ls -lR /run/media/mmcblk0p1
/run/media/mmcblk0p1:
total 0
root@j7200-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $?
1
root@j7200-evm:~# [ 61.552232] kauditd_printk_skb: 17 callbacks suppressed
[ 61.552239] audit: type=1334 audit(1651167798.560:17): prog-id=10 op=UNLOAD
[ 61.564462] audit: type=1334 audit(1651167798.560:18): prog-id=9 op=UNLOAD
opkg list-installed | grep ti-test; echo $?
ti-test - 1.0-r0.120
ti-test-extras - 1.0-r0.120
0
root@j7200-evm:~# depmod -a
depmod: ERROR: could not open directory /lib/modules/6.7.0-rc1-next-20231116-00007-gfa2d2325fbcf: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
root@j7200-evm:~# lsmod
Module Size Used by
root@j7200-evm:~# echo 'hello world'
hello world
root@j7200-evm:~#
U-Boot SPL 2023.04-g4c358e4785 (Oct 26 2023 - 22:04:09 +0000)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
Trying to boot from UART
Cte 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 987183 bytes
Loading Environment from nowhere... OK
init_env from device 7 not supported!
Starting ATF on ARM64 core...
NOTICE: BL31: v2.9(release):v2.9.0-614-gd7a7135d32-dirty
NOTICE: BL31: Built : 09:34:15, Aug 24 2023
I/TC:
I/TC: OP-TEE version: 3.20.0 (gcc version 11.4.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.1.2--v09.01.02 (Kool Koala)')
I/TC: HUK Initialized
I/TC: Activated SA2UL device
I/TC: Fixing SA2UL firewall owner for GP device
I/TC: Enabled firewalls for SA2UL TRNG device
I/TC: SA2UL TRNG initialized
I/TC: SA2UL Drivers initialized
I/TC: Primary CPU switching to normal world boot
U-Boot SPL 2023.04-g4c358e4785 (Oct 26 2023 - 22:04:09 +0000)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
Detected: J7X-BASE-CPB rev E3
Detected: J7X-GESI-EXP rev E3
Detected: J7X-VSC8514-ETH rev E2
Trying to boot from UART
Cificate 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 1319011 bytes
U-Boot 2023.04-g4c358e4785 (Oct 26 2023 - 22:04:09 +0000)
SoC: J721E SR1.0 GP
Model: Texas Instruments K3 J721E SoC
Board: J721EX-PM2-SOM rev E7
DRAM: 4 GiB
Core: 124 devices, 35 uclasses, devicetree: separate
Flash: 0 Bytes
MMC: mmc@4f80000: 0, mmc@4fb0000: 1
Loading Environment from nowhere... OK
In: serial@2800000
Out: serial@2800000
Err: serial@2800000
am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA00101 cpsw_ver: 0x6BA80100 ale_ver: 0x00293904 Ports:1 mdio_freq:1000000
Detected: J7X-BASE-CPB rev E3
Detected: J7X-GESI-EXP rev E3
Detected: J7X-VSC8514-ETH rev E2
cdns,sierra serdes@5000000: sierra probed
Net: eth0: ethernet@46000000port@1
Hit any key to stop autoboot: 2 0
=>
=>
=>
=>
=>
=>
=>
=> version
U-Boot 2023.04-g4c358e4785 (Oct 26 2023 - 22:04:09 +0000)
aarch64-oe-linux-gcc (GCC) 11.4.0
GNU ld (GNU Binutils) 2.38.20220708
=> setenv bootargs 'console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled '
=> setenv bootcmd ''
=> setenv autoload 'no'
=> setenv serverip '192.168.0.1'
=> setenv _initramfs -
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=j721e
board_name=j721e
board_rev=E7
board_serial=0253
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,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled
bootcmd=
bootcmd_dhcp=devtype=dhcp; run boot_net_usb_start; if dhcp ${scriptaddr} ${boot_script_dhcp}; then source ${scriptaddr}; fi;setenv efi_fdtfile ${fdtfile}; setenv efi_old_vci ${bootp_vci};setenv efi_old_arch ${bootp_arch};setenv bootp_vci PXEClient:Arch:00011:UNDI:003000;setenv bootp_arch 0xb;if dhcp ${kernel_addr_r}; then tftpboot ${fdt_addr_r} dtb/${efi_fdtfile};if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r}; else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi;fi;setenv bootp_vci ${efi_old_vci};setenv bootp_arch ${efi_old_arch};setenv efi_fdtfile;setenv efi_old_arch;setenv efi_old_vci;
bootcmd_mmc0=devnum=0; run mmc_boot
bootcmd_mmc1=devnum=1; run mmc_boot
bootcmd_pxe=run boot_net_usb_start; dhcp; if pxe get; then pxe boot; fi
bootcmd_ti_mmc=run findfdt; run init_${boot}; run main_cpsw0_qsgmii_phyinit; run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootcmd_usb0=devnum=0; run usb_boot
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
default_device_tree=ti/k3-j721e-common-proc-board.dtb
dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1; rootfs part 0 1; tiboot3.bin.raw raw 0x0 0x400 mmcpart 1; tispl.bin.raw raw 0x400 0x1000 mmcpart 1; u-boot.img.raw raw 0x1400 0x2000 mmcpart 1; u-env.raw raw 0x3400 0x100 mmcpart 1; sysfw.itb.raw raw 0x3600 0x800 mmcpart 1
dfu_alt_info_mmc=boot part 1 1; rootfs part 1 2; tiboot3.bin fat 1 1; tispl.bin fat 1 1; u-boot.img fat 1 1; uEnv.txt fat 1 1; sysfw.itb fat 1 1
dfu_alt_info_nand=NAND.tiboot3 part 0 1; NAND.tispl part 0 2; NAND.tiboot3.backup part 0 3; NAND.u-boot part 0 4; NAND.u-boot-env part 0 5; NAND.u-boot-env.backup part 0 6; NAND.file-system part 0 7
dfu_alt_info_ospi=tiboot3.bin raw 0x0 0x080000; tispl.bin raw 0x080000 0x200000; u-boot.img raw 0x280000 0x400000; u-boot-env raw 0x680000 0x020000; sysfw.itb raw 0x6c0000 0x100000; rootfs raw 0x800000 0x3800000
dfu_alt_info_ospi_nand=ospi_nand.tiboot3 part 1; ospi_nand.tispl part 2; ospi_nand.u-boot part 3; ospi_nand.env part 4; ospi_nand.env.backup part 5; ospi_nand.rootfs part 6; ospi_nand.phypattern part 7
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x200000; u-boot.img ram 0x81000000 0x400000
distro_bootcmd=scsi_need_init=; for target in ${boot_targets}; do run bootcmd_${target}; done
dorprocboot=1
dtboaddr=0x89000000
efi_dtb_prefixes=/ /dtb/ /dtb/current/
envboot=mmc dev ${mmcdev}; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadbootscript; then run bootscript; else if run loadbootenv; then echo Loaded env from ${bootenvfile}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi; fi; fi;
eth1addr=70:ff:76:1d:8c:10
eth2addr=70:ff:76:1d:8c:11
eth3addr=70:ff:76:1d:8c:12
eth4addr=70:ff:76:1d:8c:13
eth5addr=70:ff:76:1d:94:51
eth6addr=70:ff:76:1d:94:52
eth7addr=70:ff:76:1d:94:53
eth8addr=70:ff:76:1d:94:54
eth9addr=70:ff:76:1d:94:55
ethaddr=78:db:2f:e5:74:98
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde98430
fdtoverlay_addr_r=0x89000000
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = j721e; then setenv name_fdt ti/k3-j721e-common-proc-board.dtb; fi; if test $board_name = BBONEAI-64-B0-; then setenv name_fdt k3-j721e-beagleboneai64.dtb; fi; if test $board_name = j7200; then setenv name_fdt ti/k3-j7200-common-proc-board.dtb; fi; if test $board_name = j721e-eaik || test $board_name = j721e-sk; then setenv name_fdt ti/k3-j721e-sk.dtb; fi; setenv fdtfile ${name_fdt}
finduuid=part uuid ${boot} ${bootpart} uuid
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/dtb/${name_fdt}
get_fdt_ufs=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_fit_overlaystring=for overlay in $name_overlays; do; setexpr name_fit_overlay gsub / _ conf-${overlay}; setenv overlaystring ${overlaystring}'#'${name_fit_overlay}; done;
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_ufs=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/ti/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_ufs=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load scsi ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && fdt apply ${dtboaddr}; done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_main_cpsw0_qsgmii_phy=gpio set gpio@22_17; gpio clear gpio@22_16
init_mmc=run args_all args_mmc
init_ufs=ufs init; scsi scan; run args_ufs
kernel_addr_r=0x82000000
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}
main_cpsw0_qsgmii_phyinit=if test $board_name = J721EX-PM1-SOM || test $board_name = J721EX-PM2-SOM || test $board_name = j721e; then do_main_cpsw0_qsgmii_phyinit=1; else do_main_cpsw0_qsgmii_phyinit=0; fi; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1 && test ${dorprocboot} -eq 1 && test ${boot} = mmc; then run init_main_cpsw0_qsgmii_phy; fi;
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= 1 /lib/firmware/j7-mcu-r5f0_1-fw 2 /lib/firmware/j7-main-r5f0_0-fw 3 /lib/firmware/j7-main-r5f0_1-fw 4 /lib/firmware/j7-main-r5f1_0-fw 5 /lib/firmware/j7-main-r5f1_1-fw 6 /lib/firmware/j7-c66_0-fw 7 /lib/firmware/j7-c66_1-fw 8 /lib/firmware/j7-c71_0-fw
rproc_load_and_boot_one=if load mmc ${bootpart} $loadaddr ${rproc_fw}; then if rproc load ${rproc_id} ${loadaddr} ${filesize}; then rproc start ${rproc_id}; fi; fi
run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
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#=0000000000000253
serverip=192.168.0.1
soc=k3
stderr=serial@2800000
stdin=serial@2800000
stdout=serial@2800000
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: 11226/131067 bytes
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled
=> setenv bootargs ''${bootargs}' ip=:::::eth0:dhcp '
=> setenv serverip '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:235
k3-navss-ringacc ringacc@2b800000: dma-ring-reset-quirk: disabled
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 1000, full duplex
BOOTP broadcast 1
BOOTP broadcast 2
BOOTP broadcast 3
DHCP client bound to address 192.168.0.147 (1037 ms)
=> setenv dorprocboot '1'
=> run boot_rprocs
k3_r5f_rproc r5f@41000000: Core 1 is already in use. No rproc commands work
88152 bytes read in 30 ms (2.8 MiB/s)
Load Remote Processor 1 with data@addr=0x82000000 88152 bytes: Success!
88152 bytes read in 30 ms (2.8 MiB/s)
Load Remote Processor 2 with data@addr=0x82000000 88152 bytes: Success!
88152 bytes read in 30 ms (2.8 MiB/s)
Load Remote Processor 3 with data@addr=0x82000000 88152 bytes: Success!
88152 bytes read in 29 ms (2.9 MiB/s)
Load Remote Processor 4 with data@addr=0x82000000 88152 bytes: Success!
88152 bytes read in 30 ms (2.8 MiB/s)
Load Remote Processor 5 with data@addr=0x82000000 88152 bytes: Success!
145604 bytes read in 31 ms (4.5 MiB/s)
Load Remote Processor 6 with data@addr=0x82000000 145604 bytes: Success!
145604 bytes read in 32 ms (4.3 MiB/s)
Load Remote Processor 7 with data@addr=0x82000000 145604 bytes: Success!
10489000 bytes read in 38 ms (263.2 MiB/s)
Load Remote Processor 8 with data@addr=0x82000000 10489000 bytes: Success!
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=j721e
board_name=j721e
board_rev=E7
board_serial=0253
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,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
bootcmd=
bootcmd_dhcp=devtype=dhcp; run boot_net_usb_start; if dhcp ${scriptaddr} ${boot_script_dhcp}; then source ${scriptaddr}; fi;setenv efi_fdtfile ${fdtfile}; setenv efi_old_vci ${bootp_vci};setenv efi_old_arch ${bootp_arch};setenv bootp_vci PXEClient:Arch:00011:UNDI:003000;setenv bootp_arch 0xb;if dhcp ${kernel_addr_r}; then tftpboot ${fdt_addr_r} dtb/${efi_fdtfile};if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r}; else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi;fi;setenv bootp_vci ${efi_old_vci};setenv bootp_arch ${efi_old_arch};setenv efi_fdtfile;setenv efi_old_arch;setenv efi_old_vci;
bootcmd_mmc0=devnum=0; run mmc_boot
bootcmd_mmc1=devnum=1; run mmc_boot
bootcmd_pxe=run boot_net_usb_start; dhcp; if pxe get; then pxe boot; fi
bootcmd_ti_mmc=run findfdt; run init_${boot}; run main_cpsw0_qsgmii_phyinit; run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootcmd_usb0=devnum=0; run usb_boot
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
default_device_tree=ti/k3-j721e-common-proc-board.dtb
dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1; rootfs part 0 1; tiboot3.bin.raw raw 0x0 0x400 mmcpart 1; tispl.bin.raw raw 0x400 0x1000 mmcpart 1; u-boot.img.raw raw 0x1400 0x2000 mmcpart 1; u-env.raw raw 0x3400 0x100 mmcpart 1; sysfw.itb.raw raw 0x3600 0x800 mmcpart 1
dfu_alt_info_mmc=boot part 1 1; rootfs part 1 2; tiboot3.bin fat 1 1; tispl.bin fat 1 1; u-boot.img fat 1 1; uEnv.txt fat 1 1; sysfw.itb fat 1 1
dfu_alt_info_nand=NAND.tiboot3 part 0 1; NAND.tispl part 0 2; NAND.tiboot3.backup part 0 3; NAND.u-boot part 0 4; NAND.u-boot-env part 0 5; NAND.u-boot-env.backup part 0 6; NAND.file-system part 0 7
dfu_alt_info_ospi=tiboot3.bin raw 0x0 0x080000; tispl.bin raw 0x080000 0x200000; u-boot.img raw 0x280000 0x400000; u-boot-env raw 0x680000 0x020000; sysfw.itb raw 0x6c0000 0x100000; rootfs raw 0x800000 0x3800000
dfu_alt_info_ospi_nand=ospi_nand.tiboot3 part 1; ospi_nand.tispl part 2; ospi_nand.u-boot part 3; ospi_nand.env part 4; ospi_nand.env.backup part 5; ospi_nand.rootfs part 6; ospi_nand.phypattern part 7
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x200000; u-boot.img ram 0x81000000 0x400000
distro_bootcmd=scsi_need_init=; for target in ${boot_targets}; do run bootcmd_${target}; done
dnsip=192.0.2.2
dorprocboot=1
dtboaddr=0x89000000
efi_dtb_prefixes=/ /dtb/ /dtb/current/
envboot=mmc dev ${mmcdev}; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadbootscript; then run bootscript; else if run loadbootenv; then echo Loaded env from ${bootenvfile}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi; fi; fi;
eth1addr=70:ff:76:1d:8c:10
eth2addr=70:ff:76:1d:8c:11
eth3addr=70:ff:76:1d:8c:12
eth4addr=70:ff:76:1d:8c:13
eth5addr=70:ff:76:1d:94:51
eth6addr=70:ff:76:1d:94:52
eth7addr=70:ff:76:1d:94:53
eth8addr=70:ff:76:1d:94:54
eth9addr=70:ff:76:1d:94:55
ethact=ethernet@46000000port@1
ethaddr=78:db:2f:e5:74:98
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde98430
fdtoverlay_addr_r=0x89000000
fileaddr=82000000
filesize=a00ca8
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = j721e; then setenv name_fdt ti/k3-j721e-common-proc-board.dtb; fi; if test $board_name = BBONEAI-64-B0-; then setenv name_fdt k3-j721e-beagleboneai64.dtb; fi; if test $board_name = j7200; then setenv name_fdt ti/k3-j7200-common-proc-board.dtb; fi; if test $board_name = j721e-eaik || test $board_name = j721e-sk; then setenv name_fdt ti/k3-j721e-sk.dtb; fi; setenv fdtfile ${name_fdt}
finduuid=part uuid ${boot} ${bootpart} uuid
gatewayip=192.168.0.1
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/dtb/${name_fdt}
get_fdt_ufs=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_fit_overlaystring=for overlay in $name_overlays; do; setexpr name_fit_overlay gsub / _ conf-${overlay}; setenv overlaystring ${overlaystring}'#'${name_fit_overlay}; done;
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_ufs=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/ti/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_ufs=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load scsi ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && fdt apply ${dtboaddr}; done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_main_cpsw0_qsgmii_phy=gpio set gpio@22_17; gpio clear gpio@22_16
init_mmc=run args_all args_mmc
init_ufs=ufs init; scsi scan; run args_ufs
ipaddr=192.168.0.147
kernel_addr_r=0x82000000
load_efi_dtb=load ${devtype} ${devnum}:${distro_bootpart} ${fdt_addr_r} ${prefix}${efi_fdtfile}
loadaddr=0x82000000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
loadbootscript=load mmc ${mmcdev} ${loadaddr} boot.scr
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/dtb/${fdtfile}
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
main_cpsw0_qsgmii_phyinit=if test $board_name = J721EX-PM1-SOM || test $board_name = J721EX-PM2-SOM || test $board_name = j721e; then do_main_cpsw0_qsgmii_phyinit=1; else do_main_cpsw0_qsgmii_phyinit=0; fi; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1 && test ${dorprocboot} -eq 1 && test ${boot} = mmc; then run init_main_cpsw0_qsgmii_phy; fi;
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= 1 /lib/firmware/j7-mcu-r5f0_1-fw 2 /lib/firmware/j7-main-r5f0_0-fw 3 /lib/firmware/j7-main-r5f0_1-fw 4 /lib/firmware/j7-main-r5f1_0-fw 5 /lib/firmware/j7-main-r5f1_1-fw 6 /lib/firmware/j7-c66_0-fw 7 /lib/firmware/j7-c66_1-fw 8 /lib/firmware/j7-c71_0-fw
rproc_load_and_boot_one=if load mmc ${bootpart} $loadaddr ${rproc_fw}; then if rproc load ${rproc_id} ${loadaddr} ${filesize}; then rproc start ${rproc_id}; fi; fi
run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
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#=0000000000000253
serverip=192.168.0.1
soc=k3
stderr=serial@2800000
stdin=serial@2800000
stdout=serial@2800000
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: 11391/131067 bytes
=> tftp ${loadaddr} 192.168.0.1:vatf_j721e-idk-gw/bbd1aa93c0fd900a99d3f0b24edfe868
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 1000, full duplex
Using ethernet@46000000port@1 device
TFTP from server 192.168.0.1; our IP address is 192.168.0.147
Filename 'vatf_j721e-idk-gw/bbd1aa93c0fd900a99d3f0b24edfe868'.
Load address: 0x82000000
Loading: *################################################## 40.5 MiB
10.1 MiB/s
done
Bytes transferred = 42461696 (287ea00 hex)
=> tftp ${fdt_addr_r} 192.168.0.1:vatf_j721e-idk-gw/b7c340a0d30455af75f5507a818986a7
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 1000, full duplex
Using ethernet@46000000port@1 device
TFTP from server 192.168.0.1; our IP address is 192.168.0.147
Filename 'vatf_j721e-idk-gw/b7c340a0d30455af75f5507a818986a7'.
Load address: 0x88000000
Loading: *################################################## 114.4 KiB
8 MiB/s
done
Bytes transferred = 117174 (1c9b6 hex)
=> fdt address ${fdt_addr_r}
Working FDT set to 88000000
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
=> setenv bootargs ''${bootargs}' root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j721e-idk-gw/autofs/1f8d76b580ac320b118dabdd17d3c033,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-g4c358e4785 (Oct 26 2023 - 22:04:09 +0000)
aarch64-oe-linux-gcc (GCC) 11.4.0
GNU ld (GNU Binutils) 2.38.20220708
=> bdinfo
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x0000000080000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffed2000
reloc off = 0x000000007f6d2000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 78:db:2f:e5:74:98
IP addr = 192.168.0.147
fdt_blob = 0x00000000fde98430
new_fdt = 0x00000000fde98430
fdt_size = 0x0000000000019980
multi_dtb_fit= 0x0000000000000000
lmb_dump_all:
memory.cnt = 0x2
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0
memory[1] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0
reserved.cnt = 0x4
reserved[0] [0x9e800000-0xa8ffffff], 0x0a800000 bytes flags: 4
reserved[1] [0xaa000000-0xabbfffff], 0x01c00000 bytes flags: 4
reserved[2] [0xfce89000-0xffffffff], 0x03177000 bytes flags: 0
reserved[3] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0
devicetree = separate
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde98420
sp start = 0x00000000fde98420
Early malloc usage: 31f8 / 8000
=>
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x0000000080000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffed2000
reloc off = 0x000000007f6d2000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 78:db:2f:e5:74:98
IP addr = 192.168.0.147
fdt_blob = 0x00000000fde98430
new_fdt = 0x00000000fde98430
fdt_size = 0x0000000000019980
multi_dtb_fit= 0x0000000000000000
lmb_dump_all:
memory.cnt = 0x2
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0
memory[1] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0
reserved.cnt = 0x4
reserved[0] [0x9e800000-0xa8ffffff], 0x0a800000 bytes flags: 4
reserved[1] [0xaa000000-0xabbfffff], 0x01c00000 bytes flags: 4
reserved[2] [0xfce89000-0xffffffff], 0x03177000 bytes flags: 0
reserved[3] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0
devicetree = separate
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde98420
sp start = 0x00000000fde98420
Early malloc usage: 31f8 / 8000
=> ls mmc 0:1
986060 tispl.bin
1265868 u-boot.img
291404 tiboot3.bin
269002 sysfw.itb
33 secondary_bootloader.md5
5 file(s), 0 dir(s)
=> ls mmc 1:1
EFI/
20367872 Image
268978 sysfw.itb
268978 sysfw-j721e-gp-evm.itb
278254 sysfw-j721e_sr1_1-hs-evm.itb
269718 sysfw-j721e_sr2-hs-fs-evm.itb
294385 tiboot3.bin
294385 tiboot3-j721e-gp-evm.bin
295160 tiboot3-j721e_sr1_1-hs-evm.bin
295160 tiboot3-j721e_sr2-hs-fs-evm.bin
1077291 tispl.bin
1319091 u-boot.img
574 uEnv.txt
4 ws-calibrate.rules
13 file(s), 1 dir(s)
=> ext4ls mmc 0:2 /lib/firmware
=> ext4ls mmc 1:2 /lib/firmware
<DIR> 4096 .
<DIR> 4096 ..
2040 LICENCE.ibt_firmware
2046 LICENCE.iwlwifi_firmware
478552 bl32.bin
4295864 bl32.elf
<DIR> 4096 cadence
<DIR> 4096 intel
918268 iwlwifi-3160-17.ucode
2448976 iwlwifi-8000C-34.ucode
2428004 iwlwifi-8000C-36.ucode
2440780 iwlwifi-8265-34.ucode
2436632 iwlwifi-8265-36.ucode
2678092 iwlwifi-9260-th-b0-jf-b0-34.ucode
2521412 iwlwifi-9260-th-b0-jf-b0-38.ucode
1489652 iwlwifi-9260-th-b0-jf-b0-46.ucode
<SYM> 69 j7-c66_0-fw
<SYM> 76 j7-c66_0-fw-sec
<SYM> 69 j7-c66_1-fw
<SYM> 76 j7-c66_1-fw-sec
<SYM> 65 j7-c71_0-fw
<SYM> 72 j7-c71_0-fw-sec
<SYM> 67 j7-main-r5f0_0-fw
<SYM> 74 j7-main-r5f0_0-fw-sec
<SYM> 67 j7-main-r5f0_1-fw
<SYM> 74 j7-main-r5f0_1-fw-sec
<SYM> 67 j7-main-r5f1_0-fw
<SYM> 74 j7-main-r5f1_0-fw-sec
<SYM> 67 j7-main-r5f1_1-fw
<SYM> 74 j7-main-r5f1_1-fw-sec
<SYM> 67 j7-mcu-r5f0_1-fw
<SYM> 74 j7-mcu-r5f0_1-fw-sec
<SYM> 49 j7-pru0_0-fw
<SYM> 49 j7-pru0_1-fw
<SYM> 49 j7-pru1_0-fw
<SYM> 49 j7-pru1_1-fw
<SYM> 49 j7-rtu0_0-fw
<SYM> 49 j7-rtu0_1-fw
<SYM> 49 j7-rtu1_0-fw
<SYM> 49 j7-rtu1_1-fw
<SYM> 35 j7-txpru0_0-fw
<SYM> 35 j7-txpru0_1-fw
<SYM> 35 j7-txpru1_0-fw
<SYM> 35 j7-txpru1_1-fw
<DIR> 4096 pru
247469 pvdec_full_bin.fw
4728 regulatory.db
1182 regulatory.db.p7s
131072 rgx.fw.22.104.208.318
131072 rgx.fw.22.104.208.318.64k
382744 rgx.sh.22.104.208.318
28 tee-header_v2.bin
0 tee-pageable_v2.bin
478552 tee-pager_v2.bin
478552 tee-raw.bin
478580 tee.bin
4295864 tee.elf
<DIR> 4096 ti-connectivity
<DIR> 4096 ti-eth
<DIR> 4096 ti-ipc
=> mmc rescan; echo $?
0
=> fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4
4 bytes written in 6 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 000000008ffe0000, end 000000008ffff9b5 ... OK
Working FDT set to 8ffe0000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.7.0-rc1-next-20231116-00007-gfa2d2325fbcf (a0497641@a0497641-HP-Z2-Tower-G9-Workstation-Desktop-PC) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 10.3.1 20210621, GNU ld (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 2.36.1.20210621) #10 SMP PREEMPT Tue Nov 28 10:14:33 IST 2023
[ 0.000000] KASLR disabled due to lack of seed
[ 0.000000] Machine model: Texas Instruments J721e EVM
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
[ 0.000000] printk: legacy bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a0000000..0x00000000a00fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a0000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a0100000..0x00000000a0ffffff (15360 KiB) nomap non-reusable r5f-memory@a0100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a1000000..0x00000000a10fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a1000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a1100000..0x00000000a1ffffff (15360 KiB) nomap non-reusable r5f-memory@a1100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a2000000..0x00000000a20fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a2000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a2100000..0x00000000a2ffffff (15360 KiB) nomap non-reusable r5f-memory@a2100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a3000000..0x00000000a30fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a3000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a3100000..0x00000000a3ffffff (15360 KiB) nomap non-reusable r5f-memory@a3100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a4000000..0x00000000a40fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a4000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a4100000..0x00000000a4ffffff (15360 KiB) nomap non-reusable r5f-memory@a4100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a5000000..0x00000000a50fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a5000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a5100000..0x00000000a5ffffff (15360 KiB) nomap non-reusable r5f-memory@a5100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c66-dma-memory@a6000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a6000000..0x00000000a60fffff (1024 KiB) nomap non-reusable c66-dma-memory@a6000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c66-memory@a6100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a6100000..0x00000000a6ffffff (15360 KiB) nomap non-reusable c66-memory@a6100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c66-dma-memory@a7000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a7000000..0x00000000a70fffff (1024 KiB) nomap non-reusable c66-dma-memory@a7000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c66-memory@a7100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a7100000..0x00000000a7ffffff (15360 KiB) nomap non-reusable c66-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] OF: reserved mem: 0x00000000aa000000..0x00000000abbfffff (28672 KiB) nomap non-reusable ipc-memories@aa000000
[ 0.000000] NUMA: No NUMA configuration found
[ 0.000000] NUMA: Faking a node at [mem 0x0000000080000000-0x00000008ffffffff]
[ 0.000000] NUMA: NODE_DATA [mem 0x8ff7d59c0-0x8ff7d7fff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x00000008ffffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000009e7fffff]
[ 0.000000] node 0: [mem 0x000000009e800000-0x00000000a8ffffff]
[ 0.000000] node 0: [mem 0x00000000a9000000-0x00000000a9ffffff]
[ 0.000000] node 0: [mem 0x00000000aa000000-0x00000000abbfffff]
[ 0.000000] node 0: [mem 0x00000000abc00000-0x00000000ffffffff]
[ 0.000000] node 0: [mem 0x0000000880000000-0x00000008ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
[ 0.000000] cma: Reserved 32 MiB at 0x00000000fe000000 on node -1
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.4
[ 0.000000] percpu: Embedded 22 pages/cpu s50728 r8192 d31192 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,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j721e-idk-gw/autofs/1f8d76b580ac320b118dabdd17d3c033,nolock,v3,tcp,rsize=4096,wsize=4096
[ 0.000000] sysrq: sysrq always enabled.
[ 0.000000] Unknown kernel command line parameters "earlyprintk=serial,ttyS2,115200n8", will be passed to user space.
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] Fallback order for Node 0: 0
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1032192
[ 0.000000] Policy zone: Normal
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 2.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fa000000-0x00000000fe000000] (64MB)
[ 0.000000] Memory: 3772080K/4194304K available (16704K kernel code, 4346K rwdata, 10840K rodata, 9408K init, 606K bss, 389456K reserved, 32768K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 960 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: GICv3 features: 16 PPIs
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000
[ 0.000000] ITS [mem 0x01820000-0x0182ffff]
[ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
[ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
[ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x0000000880040000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880050000
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
[ 0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.009179] Console: colour dummy device 80x25
[ 0.013760] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.024432] pid_max: default: 32768 minimum: 301
[ 0.029179] LSM: initializing lsm=capability,integrity
[ 0.034486] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.042057] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.050913] RCU Tasks: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
[ 0.058174] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
[ 0.066028] rcu: Hierarchical SRCU implementation.
[ 0.070924] rcu: Max phase no-delay instances is 1000.
[ 0.076449] Platform MSI: msi-controller@1820000 domain created
[ 0.082688] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.092017] fsl-mc MSI: msi-controller@1820000 domain created
[ 0.099479] EFI services will not be available.
[ 0.104208] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.117407] Detected PIPT I-cache on CPU1
[ 0.117452] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.117464] GICv3: CPU1: using allocated LPI pending table @0x0000000880060000
[ 0.117494] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.117546] smp: Brought up 1 node, 2 CPUs
[ 0.146892] SMP: Total of 2 processors activated.
[ 0.151696] CPU features: detected: 32-bit EL0 Support
[ 0.156949] CPU features: detected: 32-bit EL1 Support
[ 0.162198] CPU features: detected: CRC32 instructions
[ 0.198172] CPU: All CPU(s) started at EL2
[ 0.202399] alternatives: applying system-wide alternatives
[ 0.209414] devtmpfs: initialized
[ 0.219727] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.229703] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.237236] pinctrl core: initialized pinctrl subsystem
[ 0.243871] DMI not present or invalid.
[ 0.248193] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.254713] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.262026] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.270066] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.278189] audit: initializing netlink subsys (disabled)
[ 0.283794] audit: type=2000 audit(0.180:1): state=initialized audit_enabled=0 res=1
[ 0.284638] thermal_sys: Registered thermal governor 'step_wise'
[ 0.291723] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.297896] cpuidle: using governor menu
[ 0.308688] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.315651] ASID allocator initialised with 65536 entries
[ 0.322342] Serial: AMBA PL011 UART driver
[ 0.344424] platform 4a00000.dss: Fixed dependency cycle(s) with /bus@100000/dp-bridge@a000000/ports/port@0/endpoint
[ 0.358988] platform connector: Fixed dependency cycle(s) with /bus@100000/dp-bridge@a000000/ports/port@4/endpoint
[ 0.369852] Modules: 22240 pages in range for non-PLT usage
[ 0.369856] Modules: 513760 pages in range for PLT usage
[ 0.375949] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.388312] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.394713] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.401647] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.408049] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.414985] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.421387] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.428321] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.435706] ACPI: Interpreter disabled.
[ 0.441336] k3-chipinfo 43000014.chipid: Family:J721E rev:SR1.0 JTAGID[0x0bb6402f] Detected
[ 0.450529] iommu: Default domain type: Translated
[ 0.455430] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.461863] SCSI subsystem initialized
[ 0.465860] usbcore: registered new interface driver usbfs
[ 0.471480] usbcore: registered new interface driver hub
[ 0.476921] usbcore: registered new device driver usb
[ 0.482890] pps_core: LinuxPPS API ver. 1 registered
[ 0.487963] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.497301] PTP clock support registered
[ 0.501415] EDAC MC: Ver: 3.0.0
[ 0.505082] scmi_core: SCMI protocol bus registered
[ 0.510817] FPGA manager framework
[ 0.514338] Advanced Linux Sound Architecture Driver Initialized.
[ 0.521047] vgaarb: loaded
[ 0.524221] clocksource: Switched to clocksource arch_sys_counter
[ 0.530581] VFS: Disk quotas dquot_6.6.0
[ 0.534600] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.541714] pnp: PnP ACPI: disabled
[ 0.548460] NET: Registered PF_INET protocol family
[ 0.553589] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.562499] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.571331] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.579258] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.587457] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.595947] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.602713] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.609625] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.617077] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.623161] RPC: Registered named UNIX socket transport module.
[ 0.629217] RPC: Registered udp transport module.
[ 0.634021] RPC: Registered tcp transport module.
[ 0.638824] RPC: Registered tcp-with-tls transport module.
[ 0.644427] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.651014] PCI: CLS 0 bytes, default 64
[ 0.655190] kvm [1]: IPA Size Limit: 44 bits
[ 0.660420] kvm [1]: vgic-v2@6f020000
[ 0.664170] kvm [1]: GIC system register CPU interface enabled
[ 0.670148] kvm [1]: vgic interrupt IRQ9
[ 0.674166] kvm [1]: Hyp mode initialized successfully
[ 0.680057] Initialise system trusted keyrings
[ 0.684721] workingset: timestamp_bits=42 max_order=20 bucket_order=0
[ 0.691464] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.697557] NFS: Registering the id_resolver key type
[ 0.702737] Key type id_resolver registered
[ 0.707009] Key type id_legacy registered
[ 0.711110] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.717963] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.725611] 9p: Installing v9fs 9p2000 file system support
[ 0.752496] Key type asymmetric registered
[ 0.756680] Asymmetric key parser 'x509' registered
[ 0.761685] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.769246] io scheduler mq-deadline registered
[ 0.773876] io scheduler kyber registered
[ 0.777990] io scheduler bfq registered
[ 0.788509] pinctrl-single 4301c000.pinctrl: 94 pins, size 376
[ 0.794903] pinctrl-single 11c000.pinctrl: 173 pins, size 692
[ 0.801246] pinctrl-single 104200.pinctrl: 20 pins, size 80
[ 0.806999] pinctrl-single 104280.pinctrl: 8 pins, size 32
[ 0.818545] EINJ: ACPI disabled.
[ 0.843616] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.852520] msm_serial: driver initialized
[ 0.856986] SuperH (H)SCI(F) driver initialized
[ 0.861756] STM32 USART driver initialized
[ 0.867811] arm-smmu-v3 36600000.iommu: ias 48-bit, oas 48-bit (features 0x00001faf)
[ 0.875987] arm-smmu-v3 36600000.iommu: allocated 65536 entries for cmdq
[ 0.883018] arm-smmu-v3 36600000.iommu: allocated 32768 entries for evtq
[ 0.890687] arm-smmu-v3 36600000.iommu: msi_domain absent - falling back to wired irqs
[ 0.901906] loop: module loaded
[ 0.906068] megasas: 07.727.03.00-rc1
[ 0.914489] tun: Universal TUN/TAP device driver, 1.6
[ 0.920441] thunder_xcv, ver 1.0
[ 0.923751] thunder_bgx, ver 1.0
[ 0.927059] nicpf, ver 1.0
[ 0.930747] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 0.938133] hns3: Copyright (c) 2017 Huawei Corporation.
[ 0.943582] hclge is initializing
[ 0.946984] e1000: Intel(R) PRO/1000 Network Driver
[ 0.951965] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.957853] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.962923] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.968980] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.974520] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.980231] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.986635] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.992954] sky2: driver version 1.30
[ 0.997769] VFIO - User Level meta-driver version: 0.3
[ 1.005400] usbcore: registered new interface driver usb-storage
[ 1.013819] i2c_dev: i2c /dev entries driver
[ 1.023865] sdhci: Secure Digital Host Controller Interface driver
[ 1.030210] sdhci: Copyright(c) Pierre Ossman
[ 1.035341] Synopsys Designware Multimedia Card Interface Driver
[ 1.042267] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.049623] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.056378] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.063774] usbcore: registered new interface driver usbhid
[ 1.069474] usbhid: USB HID core driver
[ 1.076081] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 1.086152] 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.090715] optee: revision 3.20 (8e74d476)
[ 1.107151] optee: dynamic shared memory is enabled
[ 1.116829] random: crng init done
[ 1.120364] optee: initialized driver
[ 1.124351] mmio-mux 47000004.mux-controller: failed to get regmap: -19
[ 1.133536] NET: Registered PF_PACKET protocol family
[ 1.138759] 9pnet: Installing 9P2000 support
[ 1.143154] Key type dns_resolver registered
[ 1.151622] registered taskstats version 1
[ 1.155871] Loading compiled-in X.509 certificates
[ 1.179323] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
[ 1.301280] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.307838] pca953x 1-0020: supply vcc not found, using dummy regulator
[ 1.314669] pca953x 1-0020: using no AI
[ 1.340908] pca953x 1-0022: supply vcc not found, using dummy regulator
[ 1.347726] pca953x 1-0022: using AI
[ 1.352529] omap_i2c 2000000.i2c: bus 1 rev0.12 at 400 kHz
[ 1.358965] omap_i2c 2010000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.365381] pca953x 3-0020: supply vcc not found, using dummy regulator
[ 1.372223] pca953x 3-0020: using no AI
[ 1.396709] omap_i2c 2030000.i2c: bus 3 rev0.12 at 400 kHz
[ 1.403124] pca953x 4-0020: supply vcc not found, using dummy regulator
[ 1.409952] pca953x 4-0020: using no AI
[ 1.436538] omap_i2c 2060000.i2c: bus 4 rev0.12 at 400 kHz
[ 1.442480] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 137 domain created
[ 1.451169] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 131 domain created
[ 1.460630] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 213 domain created
[ 1.469363] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created
[ 1.481081] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235
[ 1.490984] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.497747] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[ 1.507970] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211
[ 1.518144] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.524903] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[ 1.533683] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 213, base_baud = 6000000) is a 8250
[ 1.543992] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 214, base_baud = 3000000) is a 8250
[ 1.552882] printk: legacy console [ttyS2] enabled
[ 1.552882] printk: legacy console [ttyS2] enabled
[ 1.562582] printk: legacy bootconsole [ns16550a0] disabled
[ 1.562582] printk: legacy bootconsole [ns16550a0] disabled
[ 1.577535] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 215, base_baud = 3000000) is a 8250
[ 1.587469] 2820000.serial: ttyS0 at MMIO 0x2820000 (irq = 216, base_baud = 3000000) is a 8250
[ 1.597113] omap8250 2840000.serial: unable to register 8250 port
[ 1.603281] omap8250: probe of 2840000.serial failed with error -28
[ 1.613255] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.656223] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.665769] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.674044] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
[ 1.686859] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.694069] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.703100] mmc0: CQHCI version 5.10
[ 1.746810] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 1.838278] mmc0: Command Queue Engine enabled
[ 1.842726] mmc0: new HS200 MMC card at address 0001
[ 1.848048] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 1.855185] mmcblk0: p1 p2 p3
[ 1.858617] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[ 1.864098] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[ 1.869547] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (234:0)
[ 1.894235] tps6594-esm tps6594-esm.3.auto: error -ENODEV: ESM not supported for revision 1 PMIC
[ 2.059152] tps6594-esm tps6594-esm.8.auto: error -ENODEV: ESM not supported for revision 1 PMIC
[ 2.068680] pca953x 2-0020: supply vcc not found, using dummy regulator
[ 2.075370] pca953x 2-0020: using no AI
[ 2.102086] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[ 2.113933] ti-udma 31150000.dma-controller: Channels: 122 (tchan: 61, rchan: 61, gp-rflow: 16)
[ 2.128805] spi-nor spi0.0: mt35xu512aba (65536 Kbytes)
[ 2.134299] 8 fixed-partitions partitions found on MTD device 47040000.spi.0
[ 2.141376] Creating 8 MTD partitions on "47040000.spi.0":
[ 2.146875] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[ 2.152921] 0x000000080000-0x000000280000 : "ospi.tispl"
[ 2.158666] 0x000000280000-0x000000680000 : "ospi.u-boot"
[ 2.164527] 0x000000680000-0x0000006a0000 : "ospi.env"
[ 2.170116] 0x0000006a0000-0x0000006c0000 : "ospi.env.backup"
[ 2.176310] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw"
[ 2.182064] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 2.187904] 0x000003fe0000-0x000004000000 : "ospi.phypattern"
[ 2.196024] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 2.240233] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 2.249745] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 2.258020] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
[ 2.270830] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 2.278037] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 2.284978] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 2.294987] mmc1: CQHCI version 5.10
[ 2.297589] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[ 2.338804] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 2.353293] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 2.362768] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 2.412923] mmc1: new ultra high speed DDR50 SDHC card at address aaaa
[ 2.419849] mmcblk1: mmc1:aaaa SH32G 29.7 GiB
[ 2.425574] mmcblk1: p1 p2 p3
[ 6.476999] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 6.504221] Sending DHCP requests ., OK
[ 6.524051] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.147
[ 6.531786] IP-Config: Complete:
[ 6.535005] device=eth0, hwaddr=78:db:2f:e5:74:98, ipaddr=192.168.0.147, mask=255.255.255.0, gw=192.168.0.1
[ 6.545160] host=192.168.0.147, domain=ti.com, nis-domain=(none)
[ 6.551584] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 6.551587] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 6.564285] clk: Disabling unused clocks
[ 6.593855] ALSA device list:
[ 6.596821] No soundcards found.
[ 6.624069] VFS: Mounted root (nfs filesystem) on device 0:21.
[ 6.630186] devtmpfs: mounted
[ 6.637411] Freeing unused kernel memory: 9408K
[ 6.648303] Run /sbin/init as init process
[ 6.953704] systemd[1]: System time before build time, advancing clock.
[ 7.031970] systemd[1]: systemd 250.5+ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)
[ 7.063379] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.04[0m!
[ 7.137032] systemd[1]: Hostname set to <j721e-evm>.
[ 7.145403] systemd[1]: Initializing machine ID from random generator.
[ 7.290763] systemd-sysv-generator[88]: SysV service '/etc/init.d/netopeer2-server' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 7.315951] systemd-sysv-generator[88]: SysV service '/etc/init.d/sysrepo' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 7.340344] systemd-sysv-generator[88]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 7.366340] systemd[79]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 7.620532] systemd[1]: Binding to IPv6 address not available since kernel does not support IPv6.
[ 7.629420] systemd[1]: Binding to IPv6 address not available since kernel does not support IPv6.
[ 7.660454] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 7.732258] 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.796733] systemd[1]: Queued start job for default target Graphical Interface.
[ 7.837107] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 7.861534] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 7.885540] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 7.909245] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 7.932424] 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.956344] 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.980401] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 7.996276] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 8.016274] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 8.032277] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 8.066995] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 8.092350] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 8.115867] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 8.136461] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 8.160942] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 8.180850] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 8.204560] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 8.220968] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 8.245487] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 8.268501] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 8.288736] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 8.332499] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 8.350699] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 8.374672] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 8.392482] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 8.432500] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 8.448488] systemd[1]: Create List of Static Device Nodes was skipped because of a failed condition check (ConditionFileNotEmpty=/lib/modules/6.7.0-rc1-next-20231116-00007-gfa2d2325fbcf/modules.devname).
[ 8.468982] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 8.486473] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 8.502629] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 8.523798] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 8.548756] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 8.564878] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 8.604735] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 8.648951] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 8.668526] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 8.695441] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 8.720376] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 8.739841] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 8.752671] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m.
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mTemporary Directory /tmp[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mStart psplash boot splash screen[0m.
See 'systemctl status psplash-start.service' for details.
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mStarprogress communication helper[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mLoad Kernel Modules[0m.
See 'systemctl status systemd-modules-load.service' for details.
[[0;32m OK [0m] Finished [0;1;39mGenerate network units from Kernel command line[0m.
[[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m.
Mounting [0;1;39mKernel Configuration File System[0m...
Starting [0;1;39mFlush Journal to Persistent Storage[0m...
Starting [0;1;39mApply Kernel Variables[0m...
Starting [0;1;39mCreate System Users[0m...
[ 9.092899] systemd-journald[100]: Received client request to flush runtime journal.
[[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m.
[[0;32m OK [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m.
[[0;32m OK [0m] Finished [0;1;39mApply Kernel Variables[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate System Users[0m.
Starting [0;1;39mCreate Static Device Nodes in /dev[0m...
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Static Device Nodes in /dev[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Local File Systems[0m.
Mounting [0;1;39m/media/ram[0m...
Mounting [0;1;39m/var/volatile[0m...
[ 9.326592] audit: type=1334 audit(1651167747.372:2): prog-id=5 op=LOAD
[ 9.333797] audit: type=1334 audit(1651167747.380:3): prog-id=6 op=LOAD
Starting [0;1;39mRule-based Managefor Device Events and Files[0m...
[[0;32m OK [0m] Mounted [0;1;39m/media/ram[0m.
[[0;32m OK [0m] Mounted [0;1;39m/var/volatile[0m.
Starting [0;1;39mLoad/Save Random Seed[0m...
[[0;32m OK [0m] Reached target [0;1;39mLocal File Systems[0m.
Starting [0;1;39mRebuild Dynamic Linker Cache[0m...
Starting [0;1;39mCreate Volatile Files and Directories[0m...
[[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m.
Starting [0;1;39mRebuild Journal Catalog[0m...
Starting [0;1;39mNetwork Time Synchronization[0m...
Starting [0;1;39mRecord System Boot/Shutdown in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord System Boot/Shutdown in UTMP[0m.
[[0;32m OK [0m] Finished [0;1;39mRebuild Journal Catalog[0m.
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[[0;32m OK [0m] Finished [0;1;39mRebuild Dynamic Linker Cache[0m.
Starting [0;1;39mRun pending postinsts[0m...
Starting [0;1;39mUpdate is Completed[0m...
[[0;32m OK [0m] Finished [0;1;39mUpdate is Completed[0m.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
[[0;32m OK [0m] Finished [0;1;39mRun pending postinsts[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Initialization[0m.
[[0;32m OK [0m] Started [0;1;39mDaily rotation of log files[0m.
[[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary Directories[0m.
[[0;32m OK [0m] Reached target [0;1;39mTimer Units[0m.
[[0;32m OK [0m] Listening on [0;1;39mAvahi mDNS/DNS-SD Stack Activation Socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mD-Bus System Message Bus Socket[0m.
Starting [0;1;39mDocker Socket for the API[0m...
[[0;32m OK [0m] Listening on [0;1;39mdropbear.socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mPC/SC Smart Card Daemon Activation Socket[0m.
Starting [0;1;39mWeston socket[0m...
Starting [0;1;39mD-Bus System Message Bus[0m...
Starting [0;1;39mReboot and dump vmcore via kexec[0m...
[[0;32m OK [0m] Listening on [0;1;39mDocker Socket for the API[0m.
[[0;32m OK [0m] Listening on [0;1;39mWeston socket[0m.
[[0;32m OK [0m] Finished [0;1;39mReboot and dump vmcore via kexec[0m.
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p1[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p3[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p2[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p2[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p1[0m.
[[0;32m OK [0m] 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.
Starting [0;1;39mLighttpd Daemon[0m...
[[0;32m OK [0m] Started [0;1;39mstrongSwan IPsec IIKEv2 daemon using ipsec.conf[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk0p1[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk0p2[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk0p3[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p1[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p2[0m...
[ 14.191789] audit: type=1334 audit(1651167752.236:4): prog-id=7 op=LOAD
[ 14.198704] audit: type=1334 audit(1651167752.244:5): prog-id=8 op=LOAD
Starting [0;1;39mUser Login Management[0m...
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[0m.
Starting [0;1;39mTelnet Server[0m...
[[0;1;31mFAILED[0m] Failed to start [0;1;39mPrint notice about GPLv3 packages[0m.
See 'systemctl status gplv3-notice.service' for details.
[[0;32m OK [0m] Finished [0;1;39mIPv6 Packet Filtering Framework[0m.
[[0;32m OK [0m] Finished [0;1;39mIPv4 Packet Filtering Framework[0m.
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p1[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p2[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p3[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p1[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p2[0m.
[[0;32m OK [0m] Finished [0;1;39mTelnet Server[0m.
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m.
Mounting [0;1;39m/run/media/boot-mmcblk1p1[0m...
Mounting [0;1;39m/run/media/mmcblk0p1[0m...
Mounting [0;1;39m/run/media/mmcblk0p2[0m...
[ 14.599128] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 14.620541] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 14.632872] FAT-fs (mmcblk0p2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Mounting [0;1;39m/run/media/mmcblk0p3[0m...
Mounting [0;1;39m/run/media/root-mmcblk1p2[0m...[ 14.658808] FAT-fs (mmcblk0p3): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Starting [0;1;39mNetwork Configuration[0m...
[[0;32m OK [0m] Mounted [0;1;39m/run/media/boot-mmcblk1p1[0m.
[ 14.724897] EXT4-fs (mmcblk1p2): mounted filesystem 5dbeaae8-8e9c-42d5-aaba-919d1dbb3514 r/w with ordered data mode. Quota mode: none.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p1[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p2[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p3[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/root-mmcblk1p2[0m.
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
Starting [0;1;39mNetwork Name Resolution[0m...
[[0;32m OK [0m] Started [0;1;39mNetwork Name Resolution[0m.
[[0;32m OK [0m] Reached target [0;1;39mNetwork[0m.
[[0;32m OK [0m] Reached target [0;1;39mHost and Network Name Lookups[0m.
Starting [0;1;39mAvahi mDNS/DNS-SD Stack[0m...
Starting [0;1;39mEnable and configure wl18xx bluetooth stack[0m...
Starting [0;1;39mcontainerd container runtime[0m...
[[0;32m OK [0m] Started [0;1;39mNetperf Benchmark Server[0m.
[[0;32m OK [0m] Started [0;1;39mNFS status monitor for NFSv2/3 locking.[0m.
Starting [0;1;39mPermit User Sessions[0m...
[[0;1;31mFAILED[0m] Failed to start [0;1;39mEnable andfigure wl18xx bluetooth stack[0m.
See 'systemctl status bt-enable.service' for details.
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m.
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m.
[[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m.
Starting [0;1;39mSynchronize System and HW clocks[0m...
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.
[ 15.858007] audit: type=1334 audit(1651167753.904:6): prog-id=9 op=LOAD
[ 15.865082] audit: type=1334 audit(1651167753.912: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...
[ 16.469087] audit: type=1006 audit(1651167754.516:8): pid=743 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 16.481823] audit: type=1300 audit(1651167754.516:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffe0544558 a2=4 a3=ffff8029e020 items=0 ppid=1 pid=743 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[ 16.509018] audit: type=1327 audit(1651167754.516:8): proctitle="(systemd)"
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtime[0m.
[[0;32m OK [0m] Started [0;1;39mUser Manager for UID 1000[0m.
[[0;32m OK [0m] Started [0;1;39mSession c1 of User weston[0m.
[ 16.868642] audit: type=1006 audit(1651167754.916:9): pid=731 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[ 16.881071] audit: type=1300 audit(1651167754.916:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffe0544558 a2=4 a3=ffff8029e020 items=0 ppid=1 pid=731 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=2 comm="(weston)" exe="/lib/systemd/systemd" key=(null)
[ 16.907339] audit: type=1327 audit(1651167754.916:9): proctitle="(weston)"
[[0;1;31mFAILED[0m] Failed to start [0;1;39mWeston, a mpositor, as a system service[0m.
See 'systemctl status weston.service' for details.
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mMatrix GUI[0m.
[[0;32m OK [0m] Reached target [0;1;39mMulti-User System[0m.
[[0;32m OK [0m] Reached target [0;1;39mGraphical Interface[0m.
Starting [0;1;39mRecord Runlevel Change in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord Runlevel Change in UTMP[0m.
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project j721e-evm -
Arago 2023.04 j721e-evm -
j721e-evm login: root
[ 18.569729] audit: type=1006 audit(1651167756.616:10): pid=755 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 18.582663] audit: type=1300 audit(1651167756.616:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffe0544558 a2=1 a3=ffff8029e020 items=0 ppid=1 pid=755 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
7[r[999;999H[6nroot@j721e-evm:~# uname -a
Linux j721e-evm 6.7.0-rc1-next-20231116-00007-gfa2d2325fbcf #10 SMP PREEMPT Tue Nov 28 10:14:33 IST 2023 aarch64 aarch64 aarch64 GNU/Linux
root@j721e-evm:~# cat /proc/cmdline
console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j721e-idk-gw/autofs/1f8d76b580ac320b118dabdd17d3c033,nolock,v3,tcp,rsize=4096,wsize=4096
root@j721e-evm:~# uname -a
Linux j721e-evm 6.7.0-rc1-next-20231116-00007-gfa2d2325fbcf #10 SMP PREEMPT Tue Nov 28 10:14:33 IST 2023 aarch64 aarch64 aarch64 GNU/Linux
root@j721e-evm:~# cat /proc/mtd
dev: size erasesize name
mtd0: 00080000 00001000 "ospi.tiboot3"
mtd1: 00200000 00001000 "ospi.tispl"
mtd2: 00400000 00001000 "ospi.u-boot"
mtd3: 00020000 00001000 "ospi.env"
mtd4: 00020000 00001000 "ospi.env.backup"
mtd5: 00100000 00001000 "ospi.sysfw"
mtd6: 037c0000 00001000 "ospi.rootfs"
mtd7: 00020000 00001000 "ospi.phypattern"
root@j721e-evm:~# grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/p
pnp /etc/resolv.conf && systemctl restart systemd-resolved
root@j721e-evm:~# ls -l /lib/firmware; ls -lR /lib/firmware/ipc
total 27228
-rw-r--r-- 1 root root 2040 Mar 9 2018 LICENCE.ibt_firmware
-rw-r--r-- 1 root root 2046 Mar 9 2018 LICENCE.iwlwifi_firmware
-rw-r--r-- 1 root root 432248 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4105600 Mar 9 2018 bl32.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 cadence
drwxr-xr-x 2 root root 4096 Mar 9 2018 intel
-rw-r--r-- 1 root root 918268 Mar 9 2018 iwlwifi-3160-17.ucode
-rw-r--r-- 1 root root 2448976 Mar 9 2018 iwlwifi-8000C-34.ucode
-rw-r--r-- 1 root root 2428004 Mar 9 2018 iwlwifi-8000C-36.ucode
-rw-r--r-- 1 root root 2440780 Mar 9 2018 iwlwifi-8265-34.ucode
-rw-r--r-- 1 root root 2436632 Mar 9 2018 iwlwifi-8265-36.ucode
-rw-r--r-- 1 root root 2678092 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-34.ucode
-rw-r--r-- 1 root root 2521412 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-38.ucode
-rw-r--r-- 1 root root 1489652 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-46.ucode
lrwxrwxrwx 1 root root 69 Mar 9 2018 j7-c66_0-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c66xdsp_1_release_strip.xe66
lrwxrwxrwx 1 root root 76 Mar 9 2018 j7-c66_0-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c66xdsp_1_release_strip.xe66.signed
lrwxrwxrwx 1 root root 69 Mar 9 2018 j7-c66_1-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c66xdsp_2_release_strip.xe66
lrwxrwxrwx 1 root root 76 Mar 9 2018 j7-c66_1-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c66xdsp_2_release_strip.xe66.signed
lrwxrwxrwx 1 root root 65 Mar 9 2018 j7-c71_0-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c7x_1_release_strip.xe71
lrwxrwxrwx 1 root root 72 Mar 9 2018 j7-c71_0-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c7x_1_release_strip.xe71.signed
lrwxrwxrwx 1 root root 67 Mar 9 2018 j7-main-r5f0_0-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu2_0_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7-main-r5f0_0-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu2_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 67 Mar 9 2018 j7-main-r5f0_1-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu2_1_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7-main-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu2_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 67 Mar 9 2018 j7-main-r5f1_0-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu3_0_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7-main-r5f1_0-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu3_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 67 Mar 9 2018 j7-main-r5f1_1-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu3_1_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7-main-r5f1_1-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu3_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 67 Mar 9 2018 j7-mcu-r5f0_1-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu1_1_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7-mcu-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu1_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-pru0_0-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt0_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-pru0_1-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt0_1.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-pru1_0-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-pru1_1-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1_1.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-rtu0_0-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt0_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-rtu0_1-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt0_1.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-rtu1_0-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt1_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-rtu1_1-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt1_1.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 j7-txpru0_0-fw -> /lib/firmware/pru/TX_PRU_Halt_0.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 j7-txpru0_1-fw -> /lib/firmware/pru/TX_PRU_Halt_1.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 j7-txpru1_0-fw -> /lib/firmware/pru/TX_PRU_Halt_0.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 j7-txpru1_1-fw -> /lib/firmware/pru/TX_PRU_Halt_1.out
drwxr-xr-x 2 root root 4096 Mar 9 2018 pru
-rw-r--r-- 1 root root 247469 Mar 9 2018 pvdec_full_bin.fw
-rw-r--r-- 1 root root 4728 Mar 9 2018 regulatory.db
-rw-r--r-- 1 root root 1182 Mar 9 2018 regulatory.db.p7s
-rw-r--r-- 1 root root 122880 Mar 9 2018 rgx.fw.22.104.208.318
-rw-r--r-- 1 root root 118784 Mar 9 2018 rgx.fw.22.104.208.318.64k
-rw-r--r-- 1 root root 382744 Mar 9 2018 rgx.sh.22.104.208.318
-rw-r--r-- 1 root root 28 Mar 9 2018 tee-header_v2.bin
-rw-r--r-- 1 root root 0 Mar 9 2018 tee-pageable_v2.bin
-rw-r--r-- 1 root root 432248 Mar 9 2018 tee-pager_v2.bin
-rw-r--r-- 1 root root 432276 Mar 9 2018 tee.bin
-rw-r--r-- 1 root root 4105600 Mar 9 2018 tee.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 ti-connectivity
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-eth
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-ipc
ls: cannot access '/lib/firmware/ipc': No such file or directory
root@j721e-evm:~# cat /proc/diskstats
7 0 loop0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 1 loop1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 2 loop2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 3 loop3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 4 loop4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 5 loop5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 6 loop6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 7 loop7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
179 0 mmcblk0 802 0 52370 432 0 0 0 0 0 572 432 0 0 0 0 0 0
179 1 mmcblk0p1 244 0 16716 129 0 0 0 0 0 236 129 0 0 0 0 0 0
179 2 mmcblk0p2 259 0 16723 137 0 0 0 0 0 280 137 0 0 0 0 0 0
179 3 mmcblk0p3 243 0 17099 134 0 0 0 0 0 264 134 0 0 0 0 0 0
179 32 mmcblk0boot0 34 0 672 54 0 0 0 0 0 60 54 0 0 0 0 0 0
179 64 mmcblk0boot1 34 0 672 12 0 0 0 0 0 16 12 0 0 0 0 0 0
31 0 mtdblock0 11 0 88 7 0 0 0 0 0 12 7 0 0 0 0 0 0
31 1 mtdblock1 28 0 224 17 0 0 0 0 0 20 17 0 0 0 0 0 0
31 2 mtdblock2 29 0 232 18 0 0 0 0 0 20 18 0 0 0 0 0 0
31 3 mtdblock3 9 0 72 9 0 0 0 0 0 16 9 0 0 0 0 0 0
31 4 mtdblock4 18 0 144 38 0 0 0 0 0 48 38 0 0 0 0 0 0
31 5 mtdblock5 13 0 104 9 0 0 0 0 0 12 9 0 0 0 0 0 0
31 6 mtdblock6 52 0 416 81 0 0 0 0 0 96 81 0 0 0 0 0 0
31 7 mtdblock7 9 0 72 8 0 0 0 0 0 12 8 0 0 0 0 0 0
179 96 mmcblk1 536 33 35047 1355 1 0 8 3 0 912 1358 0 0 0 0 1 0
179 97 mmcblk1p1 236 0 14593 473 0 0 0 0 0 488 473 0 0 0 0 0 0
179 98 mmcblk1p2 205 33 15086 597 1 0 8 3 0 580 600 0 0 0 0 0 0
179 99 mmcblk1p3 56 0 4160 228 0 0 0 0 0 200 228 0 0 0 0 0 0
root@j721e-evm:~# cat /proc/interrupts
CPU0 CPU1
9: 0 0 GICv3 25 Level vgic
11: 4160 4755 GICv3 30 Level arch_timer
12: 0 0 GICv3 27 Level kvm guest vtimer
14: 0 0 GICv3 804 Edge arm-smmu-v3-evtq
15: 0 0 GICv3 800 Edge arm-smmu-v3-gerror
16: 0 0 GICv3 23 Level arm-pmu
17: 2067 0 GICv3 69 Level 32c00000.mailbox thr_011
38: 6894 0 GICv3 928 Level 42120000.i2c
39: 48 0 GICv3 232 Level 2000000.i2c
40: 17 0 GICv3 233 Level 2010000.i2c
41: 6 0 GICv3 235 Level 2030000.i2c
42: 6 0 GICv3 238 Level 2060000.i2c
43: 64962 0 MSI-INTA 15401056 Level 46000000.ethernet-tx0
45: 93140 0 MSI-INTA 15401058 Level 46000000.ethernet
63: 1355 0 MSI-INTA 13828536 Level 31150000.dma-controller chan0
213: 0 0 GICv3 878 Level 40a00000.serial
214: 716 0 GICv3 224 Level 2800000.serial
215: 0 0 GICv3 225 Level 2810000.serial
216: 0 0 GICv3 226 Level 2820000.serial
218: 2 0 GICv3 872 Level 47040000.spi
219: 1002 0 GICv3 35 Level mmc0
233: 0 0 GPIO 7 Edge -davinci_gpio GPIO Key USER2
235: 0 0 GPIO 9 Edge -davinci_gpio tps6594-0-0x48, tps6594-0-0x4c
318: 0 0 GPIO 0 Edge -davinci_gpio GPIO Key USER1
460: 0 0 GPIO 11 Edge -davinci_gpio 2-0020
485: 0 0 tps6594-0-0x48 0 Edge buck1_ov
486: 0 0 tps6594-0-0x48 1 Edge buck1_uv
487: 0 0 tps6594-0-0x48 2 Edge buck1_sc
488: 0 0 tps6594-0-0x48 3 Edge buck1_ilim
489: 0 0 tps6594-0-0x48 4 Edge buck2_ov
490: 0 0 tps6594-0-0x48 5 Edge buck2_uv
491: 0 0 tps6594-0-0x48 6 Edge buck2_sc
492: 0 0 tps6594-0-0x48 7 Edge buck2_ilim
493: 0 0 tps6594-0-0x48 8 Edge buck3_ov
494: 0 0 tps6594-0-0x48 9 Edge buck3_uv
495: 0 0 tps6594-0-0x48 10 Edge buck3_sc
496: 0 0 tps6594-0-0x48 11 Edge buck3_ilim
497: 0 0 tps6594-0-0x48 12 Edge buck4_ov
498: 0 0 tps6594-0-0x48 13 Edge buck4_uv
499: 0 0 tps6594-0-0x48 14 Edge buck4_sc
500: 0 0 tps6594-0-0x48 15 Edge buck4_ilim
501: 0 0 tps6594-0-0x48 16 Edge buck5_ov
502: 0 0 tps6594-0-0x48 17 Edge buck5_uv
503: 0 0 tps6594-0-0x48 18 Edge buck5_sc
504: 0 0 tps6594-0-0x48 19 Edge buck5_ilim
505: 0 0 tps6594-0-0x48 20 Edge ldo1_ov
506: 0 0 tps6594-0-0x48 21 Edge ldo1_uv
507: 0 0 tps6594-0-0x48 22 Edge ldo1_sc
508: 0 0 tps6594-0-0x48 23 Edge ldo1_ilim
509: 0 0 tps6594-0-0x48 24 Edge ldo2_ov
510: 0 0 tps6594-0-0x48 25 Edge ldo2_uv
511: 0 0 tps6594-0-0x48 26 Edge ldo2_sc
512: 0 0 tps6594-0-0x48 27 Edge ldo2_ilim
513: 0 0 tps6594-0-0x48 28 Edge ldo3_ov
514: 0 0 tps6594-0-0x48 29 Edge ldo3_uv
515: 0 0 tps6594-0-0x48 30 Edge ldo3_sc
516: 0 0 tps6594-0-0x48 31 Edge ldo3_ilim
517: 0 0 tps6594-0-0x48 32 Edge ldo4_ov
518: 0 0 tps6594-0-0x48 33 Edge ldo4_uv
519: 0 0 tps6594-0-0x48 34 Edge ldo4_sc
520: 0 0 tps6594-0-0x48 35 Edge ldo4_ilim
521: 0 0 tps6594-0-0x48 36 Edge vcca_ov
522: 0 0 tps6594-0-0x48 37 Edge vcca_uv
540: 0 0 tps6594-0-0x48 55 Edge npwron_start
541: 0 0 tps6594-0-0x48 56 Edge enable
542: 0 0 tps6594-0-0x48 57 Edge fsd
543: 0 0 tps6594-0-0x48 58 Edge soft_reboot
544: 0 0 tps6594-0-0x48 59 Edge bist_pass
545: 0 0 tps6594-0-0x48 60 Edge ext_clk
546: 0 0 tps6594-0-0x48 61 Edge twarn
547: 0 0 tps6594-0-0x48 62 Edge tsd_ord
548: 0 0 tps6594-0-0x48 63 Edge bist_fail
549: 0 0 tps6594-0-0x48 64 Edge reg_crc_err
550: 0 0 tps6594-0-0x48 65 Edge recov_cnt
551: 0 0 tps6594-0-0x48 66 Edge spmi_err
552: 0 0 tps6594-0-0x48 67 Edge npwron_long
553: 0 0 tps6594-0-0x48 68 Edge nint_readback
554: 0 0 tps6594-0-0x48 69 Edge nrstout_readback
555: 0 0 tps6594-0-0x48 70 Edge tsd_imm
556: 0 0 tps6594-0-0x48 71 Edge vcca_ovp
557: 0 0 tps6594-0-0x48 72 Edge pfsm_err
558: 0 0 tps6594-0-0x48 73 Edge imm_shutdown
559: 0 0 tps6594-0-0x48 74 Edge ord_shutdown
560: 0 0 tps6594-0-0x48 75 Edge mcu_pwr_err
561: 0 0 tps6594-0-0x48 76 Edge soc_pwr_err
562: 0 0 tps6594-0-0x48 77 Edge comm_frm_err
563: 0 0 tps6594-0-0x48 78 Edge comm_crc_err
564: 0 0 tps6594-0-0x48 79 Edge comm_adr_err
565: 0 0 tps6594-0-0x48 82 Edge en_drv_readback
566: 0 0 tps6594-0-0x48 83 Edge nrstout_soc_readback
573: 0 0 tps6594-0-0x4c 0 Edge buck1_ov
574: 0 0 tps6594-0-0x4c 1 Edge buck1_uv
575: 0 0 tps6594-0-0x4c 2 Edge buck1_sc
576: 0 0 tps6594-0-0x4c 3 Edge buck1_ilim
577: 0 0 tps6594-0-0x4c 4 Edge buck2_ov
578: 0 0 tps6594-0-0x4c 5 Edge buck2_uv
579: 0 0 tps6594-0-0x4c 6 Edge buck2_sc
580: 0 0 tps6594-0-0x4c 7 Edge buck2_ilim
581: 0 0 tps6594-0-0x4c 8 Edge buck3_ov
582: 0 0 tps6594-0-0x4c 9 Edge buck3_uv
583: 0 0 tps6594-0-0x4c 10 Edge buck3_sc
584: 0 0 tps6594-0-0x4c 11 Edge buck3_ilim
585: 0 0 tps6594-0-0x4c 12 Edge buck4_ov
586: 0 0 tps6594-0-0x4c 13 Edge buck4_uv
587: 0 0 tps6594-0-0x4c 14 Edge buck4_sc
588: 0 0 tps6594-0-0x4c 15 Edge buck4_ilim
589: 0 0 tps6594-0-0x4c 16 Edge buck5_ov
590: 0 0 tps6594-0-0x4c 17 Edge buck5_uv
591: 0 0 tps6594-0-0x4c 18 Edge buck5_sc
592: 0 0 tps6594-0-0x4c 19 Edge buck5_ilim
593: 0 0 tps6594-0-0x4c 20 Edge ldo1_ov
594: 0 0 tps6594-0-0x4c 21 Edge ldo1_uv
595: 0 0 tps6594-0-0x4c 22 Edge ldo1_sc
596: 0 0 tps6594-0-0x4c 23 Edge ldo1_ilim
597: 0 0 tps6594-0-0x4c 24 Edge ldo2_ov
598: 0 0 tps6594-0-0x4c 25 Edge ldo2_uv
599: 0 0 tps6594-0-0x4c 26 Edge ldo2_sc
600: 0 0 tps6594-0-0x4c 27 Edge ldo2_ilim
601: 0 0 tps6594-0-0x4c 28 Edge ldo3_ov
602: 0 0 tps6594-0-0x4c 29 Edge ldo3_uv
603: 0 0 tps6594-0-0x4c 30 Edge ldo3_sc
604: 0 0 tps6594-0-0x4c 31 Edge ldo3_ilim
605: 0 0 tps6594-0-0x4c 32 Edge ldo4_ov
606: 0 0 tps6594-0-0x4c 33 Edge ldo4_uv
607: 0 0 tps6594-0-0x4c 34 Edge ldo4_sc
608: 0 0 tps6594-0-0x4c 35 Edge ldo4_ilim
609: 0 0 tps6594-0-0x4c 36 Edge vcca_ov
610: 0 0 tps6594-0-0x4c 37 Edge vcca_uv
628: 0 0 tps6594-0-0x4c 55 Edge npwron_start
629: 0 0 tps6594-0-0x4c 56 Edge enable
630: 0 0 tps6594-0-0x4c 57 Edge fsd
631: 0 0 tps6594-0-0x4c 58 Edge soft_reboot
632: 0 0 tps6594-0-0x4c 59 Edge bist_pass
633: 0 0 tps6594-0-0x4c 60 Edge ext_clk
634: 0 0 tps6594-0-0x4c 61 Edge twarn
635: 0 0 tps6594-0-0x4c 62 Edge tsd_ord
636: 0 0 tps6594-0-0x4c 63 Edge bist_fail
637: 0 0 tps6594-0-0x4c 64 Edge reg_crc_err
638: 0 0 tps6594-0-0x4c 65 Edge recov_cnt
639: 0 0 tps6594-0-0x4c 66 Edge spmi_err
640: 0 0 tps6594-0-0x4c 67 Edge npwron_long
641: 0 0 tps6594-0-0x4c 68 Edge nint_readback
642: 0 0 tps6594-0-0x4c 69 Edge nrstout_readback
643: 0 0 tps6594-0-0x4c 70 Edge tsd_imm
644: 0 0 tps6594-0-0x4c 71 Edge vcca_ovp
645: 0 0 tps6594-0-0x4c 72 Edge pfsm_err
646: 0 0 tps6594-0-0x4c 73 Edge imm_shutdown
647: 0 0 tps6594-0-0x4c 74 Edge ord_shutdown
648: 0 0 tps6594-0-0x4c 75 Edge mcu_pwr_err
649: 0 0 tps6594-0-0x4c 76 Edge soc_pwr_err
650: 0 0 tps6594-0-0x4c 77 Edge comm_frm_err
651: 0 0 tps6594-0-0x4c 78 Edge comm_crc_err
652: 0 0 tps6594-0-0x4c 79 Edge comm_adr_err
653: 0 0 tps6594-0-0x4c 82 Edge en_drv_readback
654: 0 0 tps6594-0-0x4c 83 Edge nrstout_soc_readback
810: 1182 0 GICv3 36 Level mmc1
IPI0: 2799 9181 Rescheduling interrupts
IPI1: 4860 16052 Function call interrupts
IPI2: 0 0 CPU stop interrupts
IPI3: 0 0 CPU stop (for crash dump) interrupts
IPI4: 0 0 Timer broadcast interrupts
IPI5: 0 0 IRQ work interrupts
Err: 0
root@j721e-evm:~# cat /proc/softirqs
CPU0 CPU1
HI: 0 0
TIMER: 1473 1868
NET_TX: 60 1
NET_RX: 89501 18
BLOCK: 870 0
IRQ_POLL: 0 0
TASKLET: 4583 3
SCHED: 2273 2363
HRTIMER: 0 0
RCU: 6951 7298
root@j721e-evm:~# ls -lR /run/media/mmcblk0p1
/run/media/mmcblk0p1:
total 2748
-rwxrwx--- 1 root disk 33 Jun 12 2022 secondary_bootloader.md5
-rwxrwx--- 1 root disk 269002 Jun 12 2022 sysfw.itb
-rwxrwx--- 1 root disk 291404 Jun 12 2022 tiboot3.bin
-rwxrwx--- 1 root disk 986060 Jun 12 2022 tispl.bin
-rwxrwx--- 1 root disk 1265868 Jun 12 2022 u-boot.img
root@j721e-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $?
1
root@j721e-evm:~# opkg list-installed | grep ti-test; echo $?
ti-test - 1.0-r0.121
ti-test-extras - 1.0-r0.121
0
root@j721e-evm:~# depmod -a
depmod: ERROR: could not open directory /lib/modules/6.7.0-rc1-next-20231116-00007-gfa2d2325fbcf: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
root@j721e-evm:~# lsmod
Module Size Used by
root@j721e-evm:~# echo 'hello world'
hello world
root@j721e-evm:~#
U-Boot SPL 2023.04-g4c358e4785 (Oct 26 2023 - 22:04:09 +0000)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
Trying to boot from UART
Cmage 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 987183 bytes
Loading Environment from nowhere... OK
init_env from device 7 not supported!
Starting ATF on ARM64 core...
NOTICE: BL31: v2.9(release):v2.9.0-614-gd7a7135d32-dirty
NOTICE: BL31: Built : 09:34:15, Aug 24 2023
I/TC:
I/TC: OP-TEE version: 3.20.0 (gcc version 11.4.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.1.2--v09.01.02 (Kool Koala)')
I/TC: HUK Initialized
I/TC: Activated SA2UL device
I/TC: Fixing SA2UL firewall owner for GP device
I/TC: Enabled firewalls for SA2UL TRNG device
I/TC: SA2UL TRNG initialized
I/TC: SA2UL Drivers initialized
I/TC: Primary CPU switching to normal world boot
U-Boot SPL 2023.04-g4c358e4785 (Oct 26 2023 - 22:04:09 +0000)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
Trying to boot from UART
CWarning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Loaded 1319011 bytes
U-Boot 2023.04-g4c358e4785 (Oct 26 2023 - 22:04:09 +0000)
SoC: J721E SR1.1 GP
Model: Texas Instruments J721E SK A72
Board: J721EX-EAIK rev E2
DRAM: 4 GiB
Core: 102 devices, 34 uclasses, devicetree: separate
Flash: 0 Bytes
MMC: mmc@4fb0000: 1
Loading Environment from nowhere... OK
In: serial@2800000
Out: serial@2800000
Err: serial@2800000
am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA00101 cpsw_ver: 0x6BA80100 ale_ver: 0x00293904 Ports:1 mdio_freq:1000000
Net: eth0: ethernet@46000000port@1
Hit any key to stop autoboot: 2 0
=>
=>
=>
=>
=>
=>
=>
=>
=>
=>
=> version
U-Boot 2023.04-g4c358e4785 (Oct 26 2023 - 22:04:09 +0000)
aarch64-oe-linux-gcc (GCC) 11.4.0
GNU ld (GNU Binutils) 2.38.20220708
=> setenv bootargs 'console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled '
=> setenv bootcmd ''
=> setenv autoload 'no'
=> setenv serverip '10.24.68.106'
=> setenv _initramfs -
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=j721e
board_name=j721e-sk
board_rev=E2
board_serial=0166
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,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled
bootcmd=
bootcmd_dhcp=devtype=dhcp; run boot_net_usb_start; if dhcp ${scriptaddr} ${boot_script_dhcp}; then source ${scriptaddr}; fi;setenv efi_fdtfile ${fdtfile}; setenv efi_old_vci ${bootp_vci};setenv efi_old_arch ${bootp_arch};setenv bootp_vci PXEClient:Arch:00011:UNDI:003000;setenv bootp_arch 0xb;if dhcp ${kernel_addr_r}; then tftpboot ${fdt_addr_r} dtb/${efi_fdtfile};if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r}; else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi;fi;setenv bootp_vci ${efi_old_vci};setenv bootp_arch ${efi_old_arch};setenv efi_fdtfile;setenv efi_old_arch;setenv efi_old_vci;
bootcmd_mmc0=devnum=0; run mmc_boot
bootcmd_mmc1=devnum=1; run mmc_boot
bootcmd_pxe=run boot_net_usb_start; dhcp; if pxe get; then pxe boot; fi
bootcmd_ti_mmc=run findfdt; run init_${boot}; run main_cpsw0_qsgmii_phyinit; run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootcmd_usb0=devnum=0; run usb_boot
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
default_device_tree=ti/k3-j721e-common-proc-board.dtb
dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1; rootfs part 0 1; tiboot3.bin.raw raw 0x0 0x400 mmcpart 1; tispl.bin.raw raw 0x400 0x1000 mmcpart 1; u-boot.img.raw raw 0x1400 0x2000 mmcpart 1; u-env.raw raw 0x3400 0x100 mmcpart 1; sysfw.itb.raw raw 0x3600 0x800 mmcpart 1
dfu_alt_info_mmc=boot part 1 1; rootfs part 1 2; tiboot3.bin fat 1 1; tispl.bin fat 1 1; u-boot.img fat 1 1; uEnv.txt fat 1 1; sysfw.itb fat 1 1
dfu_alt_info_nand=NAND.tiboot3 part 0 1; NAND.tispl part 0 2; NAND.tiboot3.backup part 0 3; NAND.u-boot part 0 4; NAND.u-boot-env part 0 5; NAND.u-boot-env.backup part 0 6; NAND.file-system part 0 7
dfu_alt_info_ospi=tiboot3.bin raw 0x0 0x080000; tispl.bin raw 0x080000 0x200000; u-boot.img raw 0x280000 0x400000; u-boot-env raw 0x680000 0x020000; sysfw.itb raw 0x6c0000 0x100000; rootfs raw 0x800000 0x3800000
dfu_alt_info_ospi_nand=ospi_nand.tiboot3 part 1; ospi_nand.tispl part 2; ospi_nand.u-boot part 3; ospi_nand.env part 4; ospi_nand.env.backup part 5; ospi_nand.rootfs part 6; ospi_nand.phypattern part 7
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x200000; u-boot.img ram 0x81000000 0x400000
distro_bootcmd=scsi_need_init=; for target in ${boot_targets}; do run bootcmd_${target}; done
dorprocboot=1
dtboaddr=0x89000000
efi_dtb_prefixes=/ /dtb/ /dtb/current/
envboot=mmc dev ${mmcdev}; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadbootscript; then run bootscript; else if run loadbootenv; then echo Loaded env from ${bootenvfile}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi; fi; fi;
ethaddr=24:76:25:96:41:a1
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde9a430
fdtoverlay_addr_r=0x89000000
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = j721e; then setenv name_fdt ti/k3-j721e-common-proc-board.dtb; fi; if test $board_name = BBONEAI-64-B0-; then setenv name_fdt k3-j721e-beagleboneai64.dtb; fi; if test $board_name = j7200; then setenv name_fdt ti/k3-j7200-common-proc-board.dtb; fi; if test $board_name = j721e-eaik || test $board_name = j721e-sk; then setenv name_fdt ti/k3-j721e-sk.dtb; fi; setenv fdtfile ${name_fdt}
finduuid=part uuid ${boot} ${bootpart} uuid
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/dtb/${name_fdt}
get_fdt_ufs=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_fit_overlaystring=for overlay in $name_overlays; do; setexpr name_fit_overlay gsub / _ conf-${overlay}; setenv overlaystring ${overlaystring}'#'${name_fit_overlay}; done;
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_ufs=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/ti/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_ufs=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load scsi ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && fdt apply ${dtboaddr}; done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_main_cpsw0_qsgmii_phy=gpio set gpio@22_17; gpio clear gpio@22_16
init_mmc=run args_all args_mmc
init_ufs=ufs init; scsi scan; run args_ufs
kernel_addr_r=0x82000000
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}
main_cpsw0_qsgmii_phyinit=if test $board_name = J721EX-PM1-SOM || test $board_name = J721EX-PM2-SOM || test $board_name = j721e; then do_main_cpsw0_qsgmii_phyinit=1; else do_main_cpsw0_qsgmii_phyinit=0; fi; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1 && test ${dorprocboot} -eq 1 && test ${boot} = mmc; then run init_main_cpsw0_qsgmii_phy; fi;
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= 1 /lib/firmware/j7-mcu-r5f0_1-fw 2 /lib/firmware/j7-main-r5f0_0-fw 3 /lib/firmware/j7-main-r5f0_1-fw 4 /lib/firmware/j7-main-r5f1_0-fw 5 /lib/firmware/j7-main-r5f1_1-fw 6 /lib/firmware/j7-c66_0-fw 7 /lib/firmware/j7-c66_1-fw 8 /lib/firmware/j7-c71_0-fw
rproc_load_and_boot_one=if load mmc ${bootpart} $loadaddr ${rproc_fw}; then if rproc load ${rproc_id} ${loadaddr} ${filesize}; then rproc start ${rproc_id}; fi; fi
run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
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#=0000000000000166
serverip=10.24.68.106
soc=k3
stderr=serial@2800000
stdin=serial@2800000
stdout=serial@2800000
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: 10987/131067 bytes
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled
=> setenv bootargs ''${bootargs}' ip=:::::eth0:dhcp '
=> setenv serverip '10.24.68.106'
=> setenv autoload 'no'
=> dhcp
k3-navss-ringacc ringacc@2b800000: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235
k3-navss-ringacc ringacc@2b800000: dma-ring-reset-quirk: disabled
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 1000, full duplex
BOOTP broadcast 1
BOOTP broadcast 2
BOOTP broadcast 3
DHCP client bound to address 10.24.69.6 (1088 ms)
=> setenv dorprocboot '1'
=> run boot_rprocs
k3_r5f_rproc r5f@41000000: Core 1 is already in use. No rproc commands work
79356 bytes read in 26 ms (2.9 MiB/s)
Load Remote Processor 1 with data@addr=0x82000000 79356 bytes: Success!
79356 bytes read in 27 ms (2.8 MiB/s)
Load Remote Processor 2 with data@addr=0x82000000 79356 bytes: Success!
79356 bytes read in 27 ms (2.8 MiB/s)
Load Remote Processor 3 with data@addr=0x82000000 79356 bytes: Success!
79356 bytes read in 27 ms (2.8 MiB/s)
Load Remote Processor 4 with data@addr=0x82000000 79356 bytes: Success!
79356 bytes read in 27 ms (2.8 MiB/s)
Load Remote Processor 5 with data@addr=0x82000000 79356 bytes: Success!
145604 bytes read in 28 ms (5 MiB/s)
Load Remote Processor 6 with data@addr=0x82000000 145604 bytes: Success!
145604 bytes read in 28 ms (5 MiB/s)
Load Remote Processor 7 with data@addr=0x82000000 145604 bytes: Success!
10489000 bytes read in 35 ms (285.8 MiB/s)
Load Remote Processor 8 with data@addr=0x82000000 10489000 bytes: Success!
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=j721e
board_name=j721e-sk
board_rev=E2
board_serial=0166
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,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
bootcmd=
bootcmd_dhcp=devtype=dhcp; run boot_net_usb_start; if dhcp ${scriptaddr} ${boot_script_dhcp}; then source ${scriptaddr}; fi;setenv efi_fdtfile ${fdtfile}; setenv efi_old_vci ${bootp_vci};setenv efi_old_arch ${bootp_arch};setenv bootp_vci PXEClient:Arch:00011:UNDI:003000;setenv bootp_arch 0xb;if dhcp ${kernel_addr_r}; then tftpboot ${fdt_addr_r} dtb/${efi_fdtfile};if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r}; else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi;fi;setenv bootp_vci ${efi_old_vci};setenv bootp_arch ${efi_old_arch};setenv efi_fdtfile;setenv efi_old_arch;setenv efi_old_vci;
bootcmd_mmc0=devnum=0; run mmc_boot
bootcmd_mmc1=devnum=1; run mmc_boot
bootcmd_pxe=run boot_net_usb_start; dhcp; if pxe get; then pxe boot; fi
bootcmd_ti_mmc=run findfdt; run init_${boot}; run main_cpsw0_qsgmii_phyinit; run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootcmd_usb0=devnum=0; run usb_boot
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
default_device_tree=ti/k3-j721e-common-proc-board.dtb
dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1; rootfs part 0 1; tiboot3.bin.raw raw 0x0 0x400 mmcpart 1; tispl.bin.raw raw 0x400 0x1000 mmcpart 1; u-boot.img.raw raw 0x1400 0x2000 mmcpart 1; u-env.raw raw 0x3400 0x100 mmcpart 1; sysfw.itb.raw raw 0x3600 0x800 mmcpart 1
dfu_alt_info_mmc=boot part 1 1; rootfs part 1 2; tiboot3.bin fat 1 1; tispl.bin fat 1 1; u-boot.img fat 1 1; uEnv.txt fat 1 1; sysfw.itb fat 1 1
dfu_alt_info_nand=NAND.tiboot3 part 0 1; NAND.tispl part 0 2; NAND.tiboot3.backup part 0 3; NAND.u-boot part 0 4; NAND.u-boot-env part 0 5; NAND.u-boot-env.backup part 0 6; NAND.file-system part 0 7
dfu_alt_info_ospi=tiboot3.bin raw 0x0 0x080000; tispl.bin raw 0x080000 0x200000; u-boot.img raw 0x280000 0x400000; u-boot-env raw 0x680000 0x020000; sysfw.itb raw 0x6c0000 0x100000; rootfs raw 0x800000 0x3800000
dfu_alt_info_ospi_nand=ospi_nand.tiboot3 part 1; ospi_nand.tispl part 2; ospi_nand.u-boot part 3; ospi_nand.env part 4; ospi_nand.env.backup part 5; ospi_nand.rootfs part 6; ospi_nand.phypattern part 7
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x200000; u-boot.img ram 0x81000000 0x400000
distro_bootcmd=scsi_need_init=; for target in ${boot_targets}; do run bootcmd_${target}; done
dnsip=192.0.2.2
dorprocboot=1
dtboaddr=0x89000000
efi_dtb_prefixes=/ /dtb/ /dtb/current/
envboot=mmc dev ${mmcdev}; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadbootscript; then run bootscript; else if run loadbootenv; then echo Loaded env from ${bootenvfile}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi; fi; fi;
ethact=ethernet@46000000port@1
ethaddr=24:76:25:96:41:a1
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde9a430
fdtoverlay_addr_r=0x89000000
fileaddr=82000000
filesize=a00ca8
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = j721e; then setenv name_fdt ti/k3-j721e-common-proc-board.dtb; fi; if test $board_name = BBONEAI-64-B0-; then setenv name_fdt k3-j721e-beagleboneai64.dtb; fi; if test $board_name = j7200; then setenv name_fdt ti/k3-j7200-common-proc-board.dtb; fi; if test $board_name = j721e-eaik || test $board_name = j721e-sk; then setenv name_fdt ti/k3-j721e-sk.dtb; fi; setenv fdtfile ${name_fdt}
finduuid=part uuid ${boot} ${bootpart} uuid
gatewayip=10.24.68.1
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/dtb/${name_fdt}
get_fdt_ufs=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_fit_overlaystring=for overlay in $name_overlays; do; setexpr name_fit_overlay gsub / _ conf-${overlay}; setenv overlaystring ${overlaystring}'#'${name_fit_overlay}; done;
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_ufs=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/ti/${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;
hostname=dhcp-10-24-69-6
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_main_cpsw0_qsgmii_phy=gpio set gpio@22_17; gpio clear gpio@22_16
init_mmc=run args_all args_mmc
init_ufs=ufs init; scsi scan; run args_ufs
ipaddr=10.24.69.6
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}
main_cpsw0_qsgmii_phyinit=if test $board_name = J721EX-PM1-SOM || test $board_name = J721EX-PM2-SOM || test $board_name = j721e; then do_main_cpsw0_qsgmii_phyinit=1; else do_main_cpsw0_qsgmii_phyinit=0; fi; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1 && test ${dorprocboot} -eq 1 && test ${boot} = mmc; then run init_main_cpsw0_qsgmii_phy; fi;
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.254.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= 1 /lib/firmware/j7-mcu-r5f0_1-fw 2 /lib/firmware/j7-main-r5f0_0-fw 3 /lib/firmware/j7-main-r5f0_1-fw 4 /lib/firmware/j7-main-r5f1_0-fw 5 /lib/firmware/j7-main-r5f1_1-fw 6 /lib/firmware/j7-c66_0-fw 7 /lib/firmware/j7-c66_1-fw 8 /lib/firmware/j7-c71_0-fw
rproc_load_and_boot_one=if load mmc ${bootpart} $loadaddr ${rproc_fw}; then if rproc load ${rproc_id} ${loadaddr} ${filesize}; then rproc start ${rproc_id}; fi; fi
run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
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#=0000000000000166
serverip=10.24.68.106
soc=k3
stderr=serial@2800000
stdin=serial@2800000
stdout=serial@2800000
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: 11173/131067 bytes
=> tftp ${loadaddr} 10.24.68.106:vatf_j721e-sk-01/bbd1aa93c0fd900a99d3f0b24edfe868
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 10.24.68.106; our IP address is 10.24.69.6
Filename 'vatf_j721e-sk-01/bbd1aa93c0fd900a99d3f0b24edfe868'.
Load address: 0x82000000
Loading: *################################################## 40.5 MiB
9.9 MiB/s
done
Bytes transferred = 42461696 (287ea00 hex)
=> tftp ${fdt_addr_r} 10.24.68.106:vatf_j721e-sk-01/10a866fbe4e4bc1dd4243de3699e41c7
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 10.24.68.106; our IP address is 10.24.69.6
Filename 'vatf_j721e-sk-01/10a866fbe4e4bc1dd4243de3699e41c7'.
Load address: 0x88000000
Loading: *################################################## 80.9 KiB
6.1 MiB/s
done
Bytes transferred = 82794 (1436a hex)
=> fdt address ${fdt_addr_r}
Working FDT set to 88000000
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
=> setenv bootargs ''${bootargs}' root=/dev/nfs rw nfsroot=10.24.68.106:/opt/NFS_exports/linux/j721e-sk-01/autofs/1f8d76b580ac320b118dabdd17d3c033,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-g4c358e4785 (Oct 26 2023 - 22:04:09 +0000)
aarch64-oe-linux-gcc (GCC) 11.4.0
GNU ld (GNU Binutils) 2.38.20220708
=> bdinfo
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x0000000080000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffed2000
reloc off = 0x000000007f6d2000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 24:76:25:96:41:a1
IP addr = 10.24.69.6
fdt_blob = 0x00000000fde9a430
new_fdt = 0x00000000fde9a430
fdt_size = 0x0000000000017980
multi_dtb_fit= 0x0000000000000000
lmb_dump_all:
memory.cnt = 0x2
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0
memory[1] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0
reserved.cnt = 0x4
reserved[0] [0x9e800000-0xa8ffffff], 0x0a800000 bytes flags: 4
reserved[1] [0xaa000000-0xabbfffff], 0x01c00000 bytes flags: 4
reserved[2] [0xfce8b000-0xffffffff], 0x03175000 bytes flags: 0
reserved[3] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0
devicetree = separate
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde9a420
sp start = 0x00000000fde9a420
Early malloc usage: 2990 / 8000
=>
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x0000000080000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffed2000
reloc off = 0x000000007f6d2000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 24:76:25:96:41:a1
IP addr = 10.24.69.6
fdt_blob = 0x00000000fde9a430
new_fdt = 0x00000000fde9a430
fdt_size = 0x0000000000017980
multi_dtb_fit= 0x0000000000000000
lmb_dump_all:
memory.cnt = 0x2
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0
memory[1] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0
reserved.cnt = 0x4
reserved[0] [0x9e800000-0xa8ffffff], 0x0a800000 bytes flags: 4
reserved[1] [0xaa000000-0xabbfffff], 0x01c00000 bytes flags: 4
reserved[2] [0xfce8b000-0xffffffff], 0x03175000 bytes flags: 0
reserved[3] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0
devicetree = separate
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde9a420
sp start = 0x00000000fde9a420
Early malloc usage: 2990 / 8000
=> ls mmc 0:1
** Bad device specification mmc 0 **
Couldn't find partition mmc 0:1
=> ls mmc 1:1
EFI/
21582336 Image
268978 sysfw.itb
268978 sysfw-j721e-gp-evm.itb
278254 sysfw-j721e_sr1_1-hs-evm.itb
269718 sysfw-j721e_sr2-hs-fs-evm.itb
294385 tiboot3.bin
294385 tiboot3-j721e-gp-evm.bin
295160 tiboot3-j721e_sr1_1-hs-evm.bin
295160 tiboot3-j721e_sr2-hs-fs-evm.bin
1077291 tispl.bin
1319011 u-boot.img
574 uEnv.txt
4 ws-calibrate.rules
13 file(s), 1 dir(s)
=> ext4ls mmc 0:2 /lib/firmware
** Bad device specification mmc 0 **
Couldn't find partition mmc 0:2
=> ext4ls mmc 1:2 /lib/firmware
<DIR> 4096 .
<DIR> 4096 ..
2040 LICENCE.ibt_firmware
2046 LICENCE.iwlwifi_firmware
478552 bl32.bin
4295864 bl32.elf
<DIR> 4096 cadence
<DIR> 4096 intel
918268 iwlwifi-3160-17.ucode
2448976 iwlwifi-8000C-34.ucode
2428004 iwlwifi-8000C-36.ucode
2440780 iwlwifi-8265-34.ucode
2436632 iwlwifi-8265-36.ucode
2678092 iwlwifi-9260-th-b0-jf-b0-34.ucode
2521412 iwlwifi-9260-th-b0-jf-b0-38.ucode
1489652 iwlwifi-9260-th-b0-jf-b0-46.ucode
<SYM> 69 j7-c66_0-fw
<SYM> 76 j7-c66_0-fw-sec
<SYM> 69 j7-c66_1-fw
<SYM> 76 j7-c66_1-fw-sec
<SYM> 65 j7-c71_0-fw
<SYM> 72 j7-c71_0-fw-sec
<SYM> 67 j7-main-r5f0_0-fw
<SYM> 74 j7-main-r5f0_0-fw-sec
<SYM> 67 j7-main-r5f0_1-fw
<SYM> 74 j7-main-r5f0_1-fw-sec
<SYM> 67 j7-main-r5f1_0-fw
<SYM> 74 j7-main-r5f1_0-fw-sec
<SYM> 67 j7-main-r5f1_1-fw
<SYM> 74 j7-main-r5f1_1-fw-sec
<SYM> 67 j7-mcu-r5f0_1-fw
<SYM> 74 j7-mcu-r5f0_1-fw-sec
<SYM> 49 j7-pru0_0-fw
<SYM> 49 j7-pru0_1-fw
<SYM> 49 j7-pru1_0-fw
<SYM> 49 j7-pru1_1-fw
<SYM> 49 j7-rtu0_0-fw
<SYM> 49 j7-rtu0_1-fw
<SYM> 49 j7-rtu1_0-fw
<SYM> 49 j7-rtu1_1-fw
<SYM> 35 j7-txpru0_0-fw
<SYM> 35 j7-txpru0_1-fw
<SYM> 35 j7-txpru1_0-fw
<SYM> 35 j7-txpru1_1-fw
<DIR> 4096 pru
247469 pvdec_full_bin.fw
4728 regulatory.db
1182 regulatory.db.p7s
131072 rgx.fw.22.104.208.318
131072 rgx.fw.22.104.208.318.64k
382744 rgx.sh.22.104.208.318
28 tee-header_v2.bin
0 tee-pageable_v2.bin
478552 tee-pager_v2.bin
478552 tee-raw.bin
478580 tee.bin
4295864 tee.elf
<DIR> 4096 ti-connectivity
<DIR> 4096 ti-eth
<DIR> 4096 ti-ipc
=> mmc rescan; echo $?
MMC Device 0 not found
no mmc device at slot 0
1
=> 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 000000008ffe8000, end 000000008ffff369 ... OK
Working FDT set to 8ffe8000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.7.0-rc1-next-20231116-00007-gfa2d2325fbcf (a0497641@a0497641-HP-Z2-Tower-G9-Workstation-Desktop-PC) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 10.3.1 20210621, GNU ld (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 2.36.1.20210621) #10 SMP PREEMPT Tue Nov 28 10:14:33 IST 2023
[ 0.000000] KASLR disabled due to lack of seed
[ 0.000000] Machine model: Texas Instruments J721E SK
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
[ 0.000000] printk: legacy bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a0000000..0x00000000a00fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a0000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a0100000..0x00000000a0ffffff (15360 KiB) nomap non-reusable r5f-memory@a0100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a1000000..0x00000000a10fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a1000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a1100000..0x00000000a1ffffff (15360 KiB) nomap non-reusable r5f-memory@a1100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a2000000..0x00000000a20fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a2000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a2100000..0x00000000a2ffffff (15360 KiB) nomap non-reusable r5f-memory@a2100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a3000000..0x00000000a30fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a3000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a3100000..0x00000000a3ffffff (15360 KiB) nomap non-reusable r5f-memory@a3100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a4000000..0x00000000a40fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a4000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a4100000..0x00000000a4ffffff (15360 KiB) nomap non-reusable r5f-memory@a4100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a5000000..0x00000000a50fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a5000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a5100000..0x00000000a5ffffff (15360 KiB) nomap non-reusable r5f-memory@a5100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c66-dma-memory@a6000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a6000000..0x00000000a60fffff (1024 KiB) nomap non-reusable c66-dma-memory@a6000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c66-memory@a6100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a6100000..0x00000000a6ffffff (15360 KiB) nomap non-reusable c66-memory@a6100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c66-dma-memory@a7000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a7000000..0x00000000a70fffff (1024 KiB) nomap non-reusable c66-dma-memory@a7000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c66-memory@a7100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a7100000..0x00000000a7ffffff (15360 KiB) nomap non-reusable c66-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] OF: reserved mem: 0x00000000aa000000..0x00000000abbfffff (28672 KiB) nomap non-reusable ipc-memories@aa000000
[ 0.000000] NUMA: No NUMA configuration found
[ 0.000000] NUMA: Faking a node at [mem 0x0000000080000000-0x00000008ffffffff]
[ 0.000000] NUMA: NODE_DATA [mem 0x8ff7ec9c0-0x8ff7eefff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x00000008ffffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000009e7fffff]
[ 0.000000] node 0: [mem 0x000000009e800000-0x00000000a8ffffff]
[ 0.000000] node 0: [mem 0x00000000a9000000-0x00000000a9ffffff]
[ 0.000000] node 0: [mem 0x00000000aa000000-0x00000000abbfffff]
[ 0.000000] node 0: [mem 0x00000000abc00000-0x00000000ffffffff]
[ 0.000000] node 0: [mem 0x0000000880000000-0x00000008ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
[ 0.000000] cma: Reserved 32 MiB at 0x00000000fe000000 on node -1
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.4
[ 0.000000] percpu: Embedded 22 pages/cpu s50728 r8192 d31192 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,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=10.24.68.106:/opt/NFS_exports/linux/j721e-sk-01/autofs/1f8d76b580ac320b118dabdd17d3c033,nolock,v3,tcp,rsize=4096,wsize=4096
[ 0.000000] sysrq: sysrq always enabled.
[ 0.000000] Unknown kernel command line parameters "earlyprintk=serial,ttyS2,115200n8", will be passed to user space.
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] Fallback order for Node 0: 0
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1032192
[ 0.000000] Policy zone: Normal
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 2.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fa000000-0x00000000fe000000] (64MB)
[ 0.000000] Memory: 3772204K/4194304K available (16704K kernel code, 4346K rwdata, 10840K rodata, 9408K init, 606K bss, 389332K reserved, 32768K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 960 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: GICv3 features: 16 PPIs
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000
[ 0.000000] ITS [mem 0x01820000-0x0182ffff]
[ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
[ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
[ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x0000000880040000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880050000
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
[ 0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.008995] Console: colour dummy device 80x25
[ 0.013576] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.024247] pid_max: default: 32768 minimum: 301
[ 0.028994] LSM: initializing lsm=capability,integrity
[ 0.034300] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.041870] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.050730] RCU Tasks: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
[ 0.057987] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
[ 0.065846] rcu: Hierarchical SRCU implementation.
[ 0.070742] rcu: Max phase no-delay instances is 1000.
[ 0.076252] Platform MSI: msi-controller@1820000 domain created
[ 0.082460] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.091777] fsl-mc MSI: msi-controller@1820000 domain created
[ 0.098940] EFI services will not be available.
[ 0.103664] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.116858] Detected PIPT I-cache on CPU1
[ 0.116903] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.116915] GICv3: CPU1: using allocated LPI pending table @0x0000000880060000
[ 0.116946] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.116999] smp: Brought up 1 node, 2 CPUs
[ 0.146345] SMP: Total of 2 processors activated.
[ 0.151149] CPU features: detected: 32-bit EL0 Support
[ 0.156402] CPU features: detected: 32-bit EL1 Support
[ 0.161651] CPU features: detected: CRC32 instructions
[ 0.196682] CPU: All CPU(s) started at EL2
[ 0.200906] alternatives: applying system-wide alternatives
[ 0.207868] devtmpfs: initialized
[ 0.217180] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.227155] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.234673] pinctrl core: initialized pinctrl subsystem
[ 0.241141] DMI not present or invalid.
[ 0.245452] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.251977] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.259291] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.267330] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.275453] audit: initializing netlink subsys (disabled)
[ 0.281052] audit: type=2000 audit(0.180:1): state=initialized audit_enabled=0 res=1
[ 0.281818] thermal_sys: Registered thermal governor 'step_wise'
[ 0.288979] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.295151] cpuidle: using governor menu
[ 0.305940] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.312904] ASID allocator initialised with 65536 entries
[ 0.319523] Serial: AMBA PL011 UART driver
[ 0.339314] platform 4a00000.dss: Fixed dependency cycle(s) with /bus@100000/dp-bridge@a000000/ports/port@0/endpoint
[ 0.352421] platform connector: Fixed dependency cycle(s) with /bus@100000/dp-bridge@a000000/ports/port@4/endpoint
[ 0.363351] platform dvi-bridge: Fixed dependency cycle(s) with /hdmi-connector/port/endpoint
[ 0.372086] platform dvi-bridge: Fixed dependency cycle(s) with /bus@100000/dss@4a00000/ports/port@1/endpoint
[ 0.382466] Modules: 22240 pages in range for non-PLT usage
[ 0.382470] Modules: 513760 pages in range for PLT usage
[ 0.388573] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.400937] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.407339] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.414273] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.420675] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.427609] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.434011] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.440944] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.448306] ACPI: Interpreter disabled.
[ 0.453742] k3-chipinfo 43000014.chipid: Family:J721E rev:SR2.0 JTAGID[0x1bb6402f] Detected
[ 0.462810] iommu: Default domain type: Translated
[ 0.467711] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.474151] SCSI subsystem initialized
[ 0.478148] usbcore: registered new interface driver usbfs
[ 0.483767] usbcore: registered new interface driver hub
[ 0.489206] usbcore: registered new device driver usb
[ 0.495094] pps_core: LinuxPPS API ver. 1 registered
[ 0.500167] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.509505] PTP clock support registered
[ 0.513610] EDAC MC: Ver: 3.0.0
[ 0.517233] scmi_core: SCMI protocol bus registered
[ 0.522896] FPGA manager framework
[ 0.526420] Advanced Linux Sound Architecture Driver Initialized.
[ 0.533122] vgaarb: loaded
[ 0.536286] clocksource: Switched to clocksource arch_sys_counter
[ 0.542638] VFS: Disk quotas dquot_6.6.0
[ 0.546660] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.553783] pnp: PnP ACPI: disabled
[ 0.560539] NET: Registered PF_INET protocol family
[ 0.565663] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.574581] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.583342] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.591264] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.599467] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.607972] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.614747] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.621661] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.629092] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.635170] RPC: Registered named UNIX socket transport module.
[ 0.641228] RPC: Registered udp transport module.
[ 0.646031] RPC: Registered tcp transport module.
[ 0.650833] RPC: Registered tcp-with-tls transport module.
[ 0.656444] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.663033] PCI: CLS 0 bytes, default 64
[ 0.667235] kvm [1]: IPA Size Limit: 44 bits
[ 0.672481] kvm [1]: vgic-v2@6f020000
[ 0.676231] kvm [1]: GIC system register CPU interface enabled
[ 0.682208] kvm [1]: vgic interrupt IRQ9
[ 0.686230] kvm [1]: Hyp mode initialized successfully
[ 0.692116] Initialise system trusted keyrings
[ 0.696782] workingset: timestamp_bits=42 max_order=20 bucket_order=0
[ 0.703550] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.709647] NFS: Registering the id_resolver key type
[ 0.714825] Key type id_resolver registered
[ 0.719096] Key type id_legacy registered
[ 0.723196] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.730045] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.737677] 9p: Installing v9fs 9p2000 file system support
[ 0.764335] Key type asymmetric registered
[ 0.768519] Asymmetric key parser 'x509' registered
[ 0.773526] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.781085] io scheduler mq-deadline registered
[ 0.785715] io scheduler kyber registered
[ 0.789827] io scheduler bfq registered
[ 0.799673] pinctrl-single 4301c000.pinctrl: 94 pins, size 376
[ 0.806040] pinctrl-single 11c000.pinctrl: 173 pins, size 692
[ 0.812350] pinctrl-single 104200.pinctrl: 20 pins, size 80
[ 0.818099] pinctrl-single 104280.pinctrl: 8 pins, size 32
[ 0.829030] EINJ: ACPI disabled.
[ 0.852106] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.860873] msm_serial: driver initialized
[ 0.865315] SuperH (H)SCI(F) driver initialized
[ 0.870068] STM32 USART driver initialized
[ 0.875945] arm-smmu-v3 36600000.iommu: ias 48-bit, oas 48-bit (features 0x00001faf)
[ 0.884121] arm-smmu-v3 36600000.iommu: allocated 65536 entries for cmdq
[ 0.891149] arm-smmu-v3 36600000.iommu: allocated 32768 entries for evtq
[ 0.898823] arm-smmu-v3 36600000.iommu: msi_domain absent - falling back to wired irqs
[ 0.909977] loop: module loaded
[ 0.914068] megasas: 07.727.03.00-rc1
[ 0.922120] tun: Universal TUN/TAP device driver, 1.6
[ 0.928006] thunder_xcv, ver 1.0
[ 0.931322] thunder_bgx, ver 1.0
[ 0.934632] nicpf, ver 1.0
[ 0.938236] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 0.945620] hns3: Copyright (c) 2017 Huawei Corporation.
[ 0.951060] hclge is initializing
[ 0.954466] e1000: Intel(R) PRO/1000 Network Driver
[ 0.959448] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.965332] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.970401] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.976457] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.981971] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.987685] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.994093] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 1.000394] sky2: driver version 1.30
[ 1.005127] VFIO - User Level meta-driver version: 0.3
[ 1.012545] usbcore: registered new interface driver usb-storage
[ 1.020795] i2c_dev: i2c /dev entries driver
[ 1.030360] sdhci: Secure Digital Host Controller Interface driver
[ 1.036699] sdhci: Copyright(c) Pierre Ossman
[ 1.041725] Synopsys Designware Multimedia Card Interface Driver
[ 1.048589] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.055805] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.062499] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.069860] usbcore: registered new interface driver usbhid
[ 1.075561] usbhid: USB HID core driver
[ 1.081981] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 1.091892] 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.096451] optee: revision 3.20 (8e74d476)
[ 1.112887] optee: dynamic shared memory is enabled
[ 1.122569] random: crng init done
[ 1.126102] optee: initialized driver
[ 1.130070] mmio-mux 47000004.mux-controller: failed to get regmap: -19
[ 1.139021] NET: Registered PF_PACKET protocol family
[ 1.144247] 9pnet: Installing 9P2000 support
[ 1.148640] Key type dns_resolver registered
[ 1.157133] registered taskstats version 1
[ 1.161384] Loading compiled-in X.509 certificates
[ 1.182809] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
[ 1.291347] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.297925] pca954x 1-0071: supply vdd not found, using dummy regulator
[ 1.328474] i2c i2c-1: Added multiplexed i2c bus 2
[ 1.333471] i2c i2c-1: Added multiplexed i2c bus 3
[ 1.338370] pca954x 1-0071: registered 2 multiplexed busses for I2C switch pca9543
[ 1.346131] omap_i2c 2000000.i2c: bus 1 rev0.12 at 400 kHz
[ 1.352432] omap_i2c 2010000.i2c: bus 4 rev0.12 at 100 kHz
[ 1.358756] pca954x 5-0070: supply vdd not found, using dummy regulator
[ 1.388462] i2c i2c-5: Added multiplexed i2c bus 6
[ 1.393456] i2c i2c-5: Added multiplexed i2c bus 7
[ 1.398355] pca954x 5-0070: registered 2 multiplexed busses for I2C switch pca9543
[ 1.406116] omap_i2c 2030000.i2c: bus 5 rev0.12 at 400 kHz
[ 1.412407] omap_i2c 2050000.i2c: bus 8 rev0.12 at 400 kHz
[ 1.418341] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 137 domain created
[ 1.427001] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 131 domain created
[ 1.436455] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 213 domain created
[ 1.445173] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created
[ 1.456846] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235
[ 1.466736] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.473499] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[ 1.483714] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211
[ 1.493887] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.500645] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[ 1.509443] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 213, base_baud = 6000000) is a 8250
[ 1.519798] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 214, base_baud = 3000000) is a 8250
[ 1.528654] printk: legacy console [ttyS2] enabled
[ 1.528654] printk: legacy console [ttyS2] enabled
[ 1.538332] printk: legacy bootconsole [ns16550a0] disabled
[ 1.538332] printk: legacy bootconsole [ns16550a0] disabled
[ 1.553578] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 215, base_baud = 3000000) is a 8250
[ 1.565743] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.612289] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.621842] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.630117] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
[ 1.642930] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.650137] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 2.019638] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[ 2.031481] ti-udma 31150000.dma-controller: Channels: 122 (tchan: 61, rchan: 61, gp-rflow: 16)
[ 2.046822] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[ 2.052051] 8 fixed-partitions partitions found on MTD device 47040000.spi.0
[ 2.059126] Creating 8 MTD partitions on "47040000.spi.0":
[ 2.064624] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[ 2.070666] 0x000000080000-0x000000280000 : "ospi.tispl"
[ 2.076441] 0x000000280000-0x000000680000 : "ospi.u-boot"
[ 2.082277] 0x000000680000-0x0000006c0000 : "ospi.env"
[ 2.087855] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw"
[ 2.093608] 0x0000007c0000-0x000000800000 : "ospi.env.backup"
[ 2.099789] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 2.105630] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[ 2.113771] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 2.160291] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 2.169820] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 2.178095] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
[ 2.190908] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 2.198115] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 2.205166] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 2.215027] mmc1: CQHCI version 5.10
[ 2.254859] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 2.269317] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 2.278796] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 2.331387] mmc1: new ultra high speed DDR50 SDHC card at address aaaa
[ 2.338312] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
[ 2.346940] mmcblk1: p1 p2 p3
[ 6.393064] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 6.420287] Sending DHCP requests ., OK
[ 6.480122] IP-Config: Got DHCP answer from 10.24.68.2, my address is 10.24.69.6
[ 6.487511] IP-Config: Complete:
[ 6.490729] device=eth0, hwaddr=24:76:25:96:41:a1, ipaddr=10.24.69.6, mask=255.255.254.0, gw=10.24.68.1
[ 6.500537] host=dhcp-10-24-69-6, domain=dhcp.ti.com, nis-domain=(none)
[ 6.507568] bootserver=0.0.0.0, rootserver=10.24.68.106, rootpath=
[ 6.507571] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 6.520039] clk: Disabling unused clocks
[ 6.546022] ALSA device list:
[ 6.548988] No soundcards found.
[ 6.562913] VFS: Mounted root (nfs filesystem) on device 0:21.
[ 6.569043] devtmpfs: mounted
[ 6.576189] Freeing unused kernel memory: 9408K
[ 6.600361] Run /sbin/init as init process
[ 6.727144] systemd[1]: System time before build time, advancing clock.
[ 6.759637] 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.791125] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.04[0m!
[ 6.849360] systemd[1]: Hostname set to <j721e-evm>.
[ 6.956647] systemd-sysv-generator[86]: 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.981118] systemd-sysv-generator[86]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 7.008176] systemd-sysv-generator[86]: SysV service '/etc/init.d/netopeer2-server' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 7.038003] systemd[77]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 7.239909] systemd[1]: Binding to IPv6 address not available since kernel does not support IPv6.
[ 7.248801] systemd[1]: Binding to IPv6 address not available since kernel does not support IPv6.
[ 7.279187] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 7.335997] 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.403929] systemd[1]: Queued start job for default target Graphical Interface.
[ 7.441070] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 7.465615] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 7.489558] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 7.513358] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 7.536487] 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.560426] 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.584498] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 7.600353] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 7.620335] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 7.636350] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 7.675071] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 7.700416] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 7.724596] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 7.744526] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 7.769041] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 7.789154] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 7.812626] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 7.829251] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 7.854496] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 7.876563] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 7.896963] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 7.940555] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 7.958803] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 7.982708] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 8.004579] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 8.036541] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 8.056637] systemd[1]: Create List of Static Device Nodes was skipped because of a failed condition check (ConditionFileNotEmpty=/lib/modules/6.7.0-rc1-next-20231116-00007-gfa2d2325fbcf/modules.devname).
[ 8.077194] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 8.094569] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 8.118628] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 8.140172] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 8.168470] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 8.185986] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 8.216817] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 8.242648] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 8.292898] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 8.319184] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 8.360860] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 8.384862] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 8.404756] 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.711898] systemd-journald[99]: 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.918621] audit: type=1334 audit(1651167747.188:2): prog-id=5 op=LOAD
[ 8.925650] audit: type=1334 audit(1651167747.196:3): prog-id=6 op=LOAD
Starting [0;1;39mRule-based Managefor Device Events and Files[0m...
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[0m.
[[0;32m OK [0m] Mounted [0;1;39m/media/ram[0m.
[[0;32m OK [0m] Mounted [0;1;39m/var/volatile[0m.
Starting [0;1;39mLoad/Save Random Seed[0m...
[[0;32m OK [0m] Reached target [0;1;39mLocal File Systems[0m.
Starting [0;1;39mCreate Volatile Files and Directories[0m...
[[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m.
Starting [0;1;39mNetwork Time Synchronization[0m...
Starting [0;1;39mRecord System Boot/Shutdown in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord System Boot/Shutdown in UTMP[0m.
[ 9.468968] systemd-journald[99]: Oldest entry in /run/log/journal/3a3baf7c68144bbcbef14c655f9d88f8/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[ 9.503992] systemd-journald[99]: /run/log/journal/3a3baf7c68144bbcbef14c655f9d88f8/system.journal: Journal header limits reached or header out-of-date, rotating.
[[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.
[[0;32m OK [0m] Listening on [0;1;39mPC/SC Smart Card Daemon Activation Socket[0m.
Starting [0;1;39mWeston socket[0m...
Starting [0;1;39mD-Bus System Message Bus[0m...
Starting [0;1;39mReboot and dump vmcore via kexec[0m...
[[0;32m OK [0m] Listening on [0;1;39mDocker Socket for the API[0m.
[[0;32m OK [0m] Listening on [0;1;39mWeston socket[0m.
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[[0;32m OK [0m] Finished [0;1;39mReboot and dump vmcore via kexec[0m.
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m.
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.
[[0;32m OK [0m] Started [0;1;39mJob spooling tools[0m.
[[0;32m OK [0m] Started [0;1;39mPeriodic Command Scheduler[0m.
Starting [0;1;39mPrint notice about GPLv3 packages[0m...
Starting [0;1;39mIPv6 Packet Filtering Framework[0m...
Starting [0;1;39mIPv4 Packet Filtering Framework[0m...
[[0;32m OK [0m] Started [0;1;39mirqbalance daemon[0m.
Starting [0;1;39mLighttpd Daemon[0m...
[[0;32m OK [0m] Started [0;1;39mstrongSwan IPsec IIKEv2 daemon using ipsec.conf[0m.
[ 10.164166] audit: type=1334 audit(1701147604.115:4): prog-id=7 op=LOAD
[ 10.185046] audit: type=1334 audit(1701147604.115:5): prog-id=8 op=LOAD
Starting [0;1;39mUser Login Management[0m...
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[0m.
Starting [0;1;39mTelnet Server[0m...
Starting [0;1;39mRotate log files[0m...
[[0;1;31mFAILED[0m] Failed to start [0;1;39mPrint notice about GPLv3 packages[0m.
See 'systemctl status gplv3-notice.service' for details.
[[0;32m OK [0m] Finished [0;1;39mIPv6 Packet Filtering Framework[0m.
[[0;32m OK [0m] Finished [0;1;39mIPv4 Packet Filtering Framework[0m.
[[0;32m OK [0m] Finished [0;1;39mTelnet Server[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m.
Starting [0;1;39mNetwork Configuration[0m...
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[[0;32m OK [0m] Finished [0;1;39mRotate log files[0m.
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
Starting [0;1;39mNetwork Name Resolution[0m...
[ 11.003518] audit: type=1334 audit(1701147604.955:6): prog-id=9 op=LOAD
[ 11.015781] audit: type=1334 audit(1701147604.963:7): prog-id=10 op=LOAD
Starting [0;1;39mHostname Service[0m...
[[0;32m OK [0m] Started [0;1;39mNetwork Name Resolution[0m.
[[0;32m OK [0m] Started [0;1;39mHostname Service[0m.
[[0;32m OK [0m] Reached target [0;1;39mNetwork[0m.
[[0;32m OK [0m] Reached target [0;1;39mHost and Network Name Lookups[0m.
Starting [0;1;39mAvahi mDNS/DNS-SD Stack[0m...
Starting [0;1;39mEnable and configure wl18xx bluetooth stack[0m...
Starting [0;1;39mcontainerd container runtime[0m...
[[0;32m OK [0m] Started [0;1;39mNetperf Benchmark Server[0m.
[[0;32m OK [0m] Started [0;1;39mNFS status monitor for NFSv2/3 locking.[0m.
Starting [0;1;39mPermit User Sessions[0m...
[[0;1;31mFAILED[0m] Failed to start [0;1;39mEnable andfigure wl18xx bluetooth stack[0m.
See 'systemctl status bt-enable.service' for details.
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m.
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m.
[[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m.
Starting [0;1;39mSynchronize System and HW clocks[0m...
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.
[ 11.910860] audit: type=1334 audit(1701147605.863:8): prog-id=11 op=LOAD
[ 11.918103] audit: type=1334 audit(1701147605.863:9): prog-id=12 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...
[ 12.474899] audit: type=1006 audit(1701147606.427:10): pid=452 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 12.489904] audit: type=1300 audit(1701147606.427:10): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffffac00eb8 a2=4 a3=0 items=0 ppid=1 pid=452 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] Started [0;1;39mcontainerd container runtime[0m.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
[[0;32m OK [0m] Started [0;1;39mUser Manager for UID 1000[0m.
[[0;32m OK [0m] Started [0;1;39mSession c1 of User weston[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p1[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p2[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk1p1[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p2[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p1[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mWeston, a mpositor, as a system service[0m.
See 'systemctl status weston.service' for details.
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mMatrix GUI[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p2[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p3[0m.
[[0;32m OK [0m] Reached target [0;1;39mMulti-User System[0m.
[[0;32m OK [0m] Reached target [0;1;39mGraphical Interface[0m.
Mounting [0;1;39m/run/media/boot-mmcblk1p1[0m...
Mounting [0;1;39m/run/media/root-mmcblk1p2[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p3[0m...
Starting [0;1;39mRecord Runlevel Change in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p3[0m.
[ 13.321231] EXT4-fs (mmcblk1p2): mounted filesystem 62331353-c8ba-442e-85e0-58340be048a2 r/w with ordered data mode. Quota mode: none.
[ 13.336784] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Mounting [0;1;39m/run/media/mmcblk1p3[0m...
[[0;32m OK [0m] Mounted [0;1;39m/run/media/boot-mmcblk1p1[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/root-mmcblk1p2[[ 13.394821] EXT4-fs (mmcblk1p3): mounting ext3 file system using the ext4 subsystem
0m.
[[0;32m OK [0m] Finished [0;1;39mRecord Runlevel Change in [ 13.416398] EXT4-fs (mmcblk1p3): mounted filesystem 527ced84-6741-4201-98f5-eb86568e6704 r/w with ordered data mode. Quota mode: none.
UTMP[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk1p3[0m.
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project j721e-evm -
Arago 2023.04 j721e-evm -
j721e-evm login: root
[ 14.792466] kauditd_printk_skb: 4 callbacks suppressed
[ 14.792472] audit: type=1006 audit(1701147608.747:12): pid=560 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 14.810348] audit: type=1300 audit(1701147608.747:12): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=fffffac00eb8 a2=1 a3=0 items=0 ppid=1 pid=560 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[ 14.835712] audit: type=1327 audit(1701147608.747:12): proctitle="(systemd)"
[ 14.842983] audit: type=1334 audit(1701147608.767:13): prog-id=13 op=LOAD
[ 14.850435] audit: type=1300 audit(1701147608.767:13): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffd6a8c970 a2=78 a3=0 items=0 ppid=1 pid=560 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/lib/systemd/systemd" key=(null)
[ 14.875940] audit: type=1327 audit(1701147608.767:13): proctitle="(systemd)"
[ 14.883034] audit: type=1334 audit(1701147608.787:14): prog-id=13 op=UNLOAD
[ 14.890010] audit: type=1300 audit(1701147608.787:14): arch=c00000b7 syscall=57 success=yes exit=0 a0=8 a1=ffff854f2020 a2=0 a3=ffff854f27e0 items=0 ppid=1 pid=560 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/lib/systemd/systemd" key=(null)
[ 14.916150] audit: type=1327 audit(1701147608.787:14): proctitle="(systemd)"
[ 14.923197] audit: type=1334 audit(1701147608.787:15): prog-id=14 op=LOAD
7[r[999;999H[6nroot@j721e-evm:~# uname -a
Linux j721e-evm 6.7.0-rc1-next-20231116-00007-gfa2d2325fbcf #10 SMP PREEMPT Tue Nov 28 10:14:33 IST 2023 aarch64 aarch64 aarch64 GNU/Linux
root@j721e-evm:~# cat /proc/cmdline
console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=10.24.68.106:/opt/NFS_exports/linux/j721e-sk-01/autofs/1f8d76b580ac320b118dabdd17d3c033,nolock,v3,tcp,rsize=4096,wsize=4096
root@j721e-evm:~# uname -a
Linux j721e-evm 6.7.0-rc1-next-20231116-00007-gfa2d2325fbcf #10 SMP PREEMPT Tue Nov 28 10:14:33 IST 2023 aarch64 aarch64 aarch64 GNU/Linux
root@j721e-evm:~# cat /proc/mtd
dev: size erasesize name
mtd0: 00080000 00040000 "ospi.tiboot3"
mtd1: 00200000 00040000 "ospi.tispl"
mtd2: 00400000 00040000 "ospi.u-boot"
mtd3: 00040000 00040000 "ospi.env"
mtd4: 00100000 00040000 "ospi.sysfw"
mtd5: 00040000 00040000 "ospi.env.backup"
mtd6: 037c0000 00040000 "ospi.rootfs"
mtd7: 00040000 00040000 "ospi.phypattern"
root@j721e-evm:~# grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/p
pnp /etc/resolv.conf && systemctl restart systemd-resolved
root@j721e-evm:~# ls -l /lib/firmware; ls -lR /lib/firmware/ipc
total 27228
-rw-r--r-- 1 root root 2040 Mar 9 2018 LICENCE.ibt_firmware
-rw-r--r-- 1 root root 2046 Mar 9 2018 LICENCE.iwlwifi_firmware
-rw-r--r-- 1 root root 432248 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4105600 Mar 9 2018 bl32.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 cadence
drwxr-xr-x 2 root root 4096 Mar 9 2018 intel
-rw-r--r-- 1 root root 918268 Mar 9 2018 iwlwifi-3160-17.ucode
-rw-r--r-- 1 root root 2448976 Mar 9 2018 iwlwifi-8000C-34.ucode
-rw-r--r-- 1 root root 2428004 Mar 9 2018 iwlwifi-8000C-36.ucode
-rw-r--r-- 1 root root 2440780 Mar 9 2018 iwlwifi-8265-34.ucode
-rw-r--r-- 1 root root 2436632 Mar 9 2018 iwlwifi-8265-36.ucode
-rw-r--r-- 1 root root 2678092 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-34.ucode
-rw-r--r-- 1 root root 2521412 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-38.ucode
-rw-r--r-- 1 root root 1489652 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-46.ucode
lrwxrwxrwx 1 root root 69 Mar 9 2018 j7-c66_0-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c66xdsp_1_release_strip.xe66
lrwxrwxrwx 1 root root 76 Mar 9 2018 j7-c66_0-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c66xdsp_1_release_strip.xe66.signed
lrwxrwxrwx 1 root root 69 Mar 9 2018 j7-c66_1-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c66xdsp_2_release_strip.xe66
lrwxrwxrwx 1 root root 76 Mar 9 2018 j7-c66_1-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c66xdsp_2_release_strip.xe66.signed
lrwxrwxrwx 1 root root 65 Mar 9 2018 j7-c71_0-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c7x_1_release_strip.xe71
lrwxrwxrwx 1 root root 72 Mar 9 2018 j7-c71_0-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c7x_1_release_strip.xe71.signed
lrwxrwxrwx 1 root root 67 Mar 9 2018 j7-main-r5f0_0-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu2_0_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7-main-r5f0_0-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu2_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 67 Mar 9 2018 j7-main-r5f0_1-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu2_1_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7-main-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu2_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 67 Mar 9 2018 j7-main-r5f1_0-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu3_0_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7-main-r5f1_0-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu3_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 67 Mar 9 2018 j7-main-r5f1_1-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu3_1_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7-main-r5f1_1-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu3_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 67 Mar 9 2018 j7-mcu-r5f0_1-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu1_1_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7-mcu-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu1_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-pru0_0-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt0_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-pru0_1-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt0_1.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-pru1_0-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-pru1_1-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1_1.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-rtu0_0-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt0_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-rtu0_1-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt0_1.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-rtu1_0-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt1_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-rtu1_1-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt1_1.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 j7-txpru0_0-fw -> /lib/firmware/pru/TX_PRU_Halt_0.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 j7-txpru0_1-fw -> /lib/firmware/pru/TX_PRU_Halt_1.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 j7-txpru1_0-fw -> /lib/firmware/pru/TX_PRU_Halt_0.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 j7-txpru1_1-fw -> /lib/firmware/pru/TX_PRU_Halt_1.out
drwxr-xr-x 2 root root 4096 Mar 9 2018 pru
-rw-r--r-- 1 root root 247469 Mar 9 2018 pvdec_full_bin.fw
-rw-r--r-- 1 root root 4728 Mar 9 2018 regulatory.db
-rw-r--r-- 1 root root 1182 Mar 9 2018 regulatory.db.p7s
-rw-r--r-- 1 root root 122880 Mar 9 2018 rgx.fw.22.104.208.318
-rw-r--r-- 1 root root 118784 Mar 9 2018 rgx.fw.22.104.208.318.64k
-rw-r--r-- 1 root root 382744 Mar 9 2018 rgx.sh.22.104.208.318
-rw-r--r-- 1 root root 28 Mar 9 2018 tee-header_v2.bin
-rw-r--r-- 1 root root 0 Mar 9 2018 tee-pageable_v2.bin
-rw-r--r-- 1 root root 432248 Mar 9 2018 tee-pager_v2.bin
-rw-r--r-- 1 root root 432276 Mar 9 2018 tee.bin
-rw-r--r-- 1 root root 4105600 Mar 9 2018 tee.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 ti-connectivity
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-eth
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-ipc
ls: cannot access '/lib/firmware/ipc': No such file or directory
root@j721e-evm:~# cat /proc/diskstats
7 0 loop0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 1 loop1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 2 loop2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 3 loop3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 4 loop4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 5 loop5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 6 loop6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 7 loop7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31 0 mtdblock0 11 0 88 21 0 0 0 0 0 24 21 0 0 0 0 0 0
31 1 mtdblock1 28 0 224 18 0 0 0 0 0 24 18 0 0 0 0 0 0
31 2 mtdblock2 29 0 232 63 0 0 0 0 0 60 63 0 0 0 0 0 0
31 3 mtdblock3 10 0 80 16 0 0 0 0 0 20 16 0 0 0 0 0 0
31 4 mtdblock4 13 0 104 50 0 0 0 0 0 56 50 0 0 0 0 0 0
31 5 mtdblock5 10 0 80 18 0 0 0 0 0 24 18 0 0 0 0 0 0
31 6 mtdblock6 36 0 672 182 0 0 0 0 0 152 182 0 0 0 0 0 0
31 7 mtdblock7 10 0 80 4 0 0 0 0 0 8 4 0 0 0 0 0 0
179 0 mmcblk1 750 64 46309 3140 2 0 16 2 0 1296 3143 0 0 0 0 0 0
179 1 mmcblk1p1 236 0 14593 939 0 0 0 0 0 904 939 0 0 0 0 0 0
179 2 mmcblk1p2 198 33 15058 854 1 0 8 1 0 808 856 0 0 0 0 0 0
179 3 mmcblk1p3 278 31 15458 1306 1 0 8 0 0 848 1306 0 0 0 0 0 0
root@j721e-evm:~# cat /proc/interrupts
CPU0 CPU1
9: 0 0 GICv3 25 Level vgic
11: 3334 3973 GICv3 30 Level arch_timer
12: 0 0 GICv3 27 Level kvm guest vtimer
14: 0 0 GICv3 804 Edge arm-smmu-v3-evtq
15: 0 0 GICv3 800 Edge arm-smmu-v3-gerror
16: 0 0 GICv3 23 Level arm-pmu
17: 1791 0 GICv3 69 Level 32c00000.mailbox thr_011
38: 7028 0 GICv3 928 Level 42120000.i2c
39: 2 0 GICv3 232 Level 2000000.i2c
40: 0 0 GICv3 233 Level 2010000.i2c
41: 2 0 GICv3 235 Level 2030000.i2c
42: 0 0 GICv3 237 Level 2050000.i2c
43: 37059 0 MSI-INTA 15401056 Level 46000000.ethernet-tx0
45: 59860 0 MSI-INTA 15401058 Level 46000000.ethernet
63: 1567 0 MSI-INTA 13828536 Level 31150000.dma-controller chan0
213: 0 0 GICv3 878 Level 40a00000.serial
214: 682 0 GICv3 224 Level 2800000.serial
215: 0 0 GICv3 225 Level 2810000.serial
216: 2 0 GICv3 872 Level 47040000.spi
232: 0 0 GPIO 9 Edge -davinci_gpio tps6594-0-0x48, tps6594-0-0x4c
482: 0 0 tps6594-0-0x48 0 Edge buck1_ov
483: 0 0 tps6594-0-0x48 1 Edge buck1_uv
484: 0 0 tps6594-0-0x48 2 Edge buck1_sc
485: 0 0 tps6594-0-0x48 3 Edge buck1_ilim
486: 0 0 tps6594-0-0x48 4 Edge buck2_ov
487: 0 0 tps6594-0-0x48 5 Edge buck2_uv
488: 0 0 tps6594-0-0x48 6 Edge buck2_sc
489: 0 0 tps6594-0-0x48 7 Edge buck2_ilim
490: 0 0 tps6594-0-0x48 8 Edge buck3_ov
491: 0 0 tps6594-0-0x48 9 Edge buck3_uv
492: 0 0 tps6594-0-0x48 10 Edge buck3_sc
493: 0 0 tps6594-0-0x48 11 Edge buck3_ilim
494: 0 0 tps6594-0-0x48 12 Edge buck4_ov
495: 0 0 tps6594-0-0x48 13 Edge buck4_uv
496: 0 0 tps6594-0-0x48 14 Edge buck4_sc
497: 0 0 tps6594-0-0x48 15 Edge buck4_ilim
498: 0 0 tps6594-0-0x48 16 Edge buck5_ov
499: 0 0 tps6594-0-0x48 17 Edge buck5_uv
500: 0 0 tps6594-0-0x48 18 Edge buck5_sc
501: 0 0 tps6594-0-0x48 19 Edge buck5_ilim
502: 0 0 tps6594-0-0x48 20 Edge ldo1_ov
503: 0 0 tps6594-0-0x48 21 Edge ldo1_uv
504: 0 0 tps6594-0-0x48 22 Edge ldo1_sc
505: 0 0 tps6594-0-0x48 23 Edge ldo1_ilim
506: 0 0 tps6594-0-0x48 24 Edge ldo2_ov
507: 0 0 tps6594-0-0x48 25 Edge ldo2_uv
508: 0 0 tps6594-0-0x48 26 Edge ldo2_sc
509: 0 0 tps6594-0-0x48 27 Edge ldo2_ilim
510: 0 0 tps6594-0-0x48 28 Edge ldo3_ov
511: 0 0 tps6594-0-0x48 29 Edge ldo3_uv
512: 0 0 tps6594-0-0x48 30 Edge ldo3_sc
513: 0 0 tps6594-0-0x48 31 Edge ldo3_ilim
514: 0 0 tps6594-0-0x48 32 Edge ldo4_ov
515: 0 0 tps6594-0-0x48 33 Edge ldo4_uv
516: 0 0 tps6594-0-0x48 34 Edge ldo4_sc
517: 0 0 tps6594-0-0x48 35 Edge ldo4_ilim
518: 0 0 tps6594-0-0x48 36 Edge vcca_ov
519: 0 0 tps6594-0-0x48 37 Edge vcca_uv
537: 0 0 tps6594-0-0x48 55 Edge npwron_start
538: 0 0 tps6594-0-0x48 56 Edge enable
539: 0 0 tps6594-0-0x48 57 Edge fsd
540: 0 0 tps6594-0-0x48 58 Edge soft_reboot
541: 0 0 tps6594-0-0x48 59 Edge bist_pass
542: 0 0 tps6594-0-0x48 60 Edge ext_clk
543: 0 0 tps6594-0-0x48 61 Edge twarn
544: 0 0 tps6594-0-0x48 62 Edge tsd_ord
545: 0 0 tps6594-0-0x48 63 Edge bist_fail
546: 0 0 tps6594-0-0x48 64 Edge reg_crc_err
547: 0 0 tps6594-0-0x48 65 Edge recov_cnt
548: 0 0 tps6594-0-0x48 66 Edge spmi_err
549: 0 0 tps6594-0-0x48 67 Edge npwron_long
550: 0 0 tps6594-0-0x48 68 Edge nint_readback
551: 0 0 tps6594-0-0x48 69 Edge nrstout_readback
552: 0 0 tps6594-0-0x48 70 Edge tsd_imm
553: 0 0 tps6594-0-0x48 71 Edge vcca_ovp
554: 0 0 tps6594-0-0x48 72 Edge pfsm_err
555: 0 0 tps6594-0-0x48 73 Edge imm_shutdown
556: 0 0 tps6594-0-0x48 74 Edge ord_shutdown
557: 0 0 tps6594-0-0x48 75 Edge mcu_pwr_err
558: 0 0 tps6594-0-0x48 76 Edge soc_pwr_err
559: 0 0 tps6594-0-0x48 77 Edge comm_frm_err
560: 0 0 tps6594-0-0x48 78 Edge comm_crc_err
561: 0 0 tps6594-0-0x48 79 Edge comm_adr_err
562: 0 0 tps6594-0-0x48 82 Edge en_drv_readback
563: 0 0 tps6594-0-0x48 83 Edge nrstout_soc_readback
564: 0 0 tps6594-0-0x48 84 Edge esm_soc_pin
565: 0 0 tps6594-0-0x48 85 Edge esm_soc_fail
566: 0 0 tps6594-0-0x48 86 Edge esm_soc_rst
570: 0 0 tps6594-0-0x4c 0 Edge buck1_ov
571: 0 0 tps6594-0-0x4c 1 Edge buck1_uv
572: 0 0 tps6594-0-0x4c 2 Edge buck1_sc
573: 0 0 tps6594-0-0x4c 3 Edge buck1_ilim
574: 0 0 tps6594-0-0x4c 4 Edge buck2_ov
575: 0 0 tps6594-0-0x4c 5 Edge buck2_uv
576: 0 0 tps6594-0-0x4c 6 Edge buck2_sc
577: 0 0 tps6594-0-0x4c 7 Edge buck2_ilim
578: 0 0 tps6594-0-0x4c 8 Edge buck3_ov
579: 0 0 tps6594-0-0x4c 9 Edge buck3_uv
580: 0 0 tps6594-0-0x4c 10 Edge buck3_sc
581: 0 0 tps6594-0-0x4c 11 Edge buck3_ilim
582: 0 0 tps6594-0-0x4c 12 Edge buck4_ov
583: 0 0 tps6594-0-0x4c 13 Edge buck4_uv
584: 0 0 tps6594-0-0x4c 14 Edge buck4_sc
585: 0 0 tps6594-0-0x4c 15 Edge buck4_ilim
586: 0 0 tps6594-0-0x4c 16 Edge buck5_ov
587: 0 0 tps6594-0-0x4c 17 Edge buck5_uv
588: 0 0 tps6594-0-0x4c 18 Edge buck5_sc
589: 0 0 tps6594-0-0x4c 19 Edge buck5_ilim
590: 0 0 tps6594-0-0x4c 20 Edge ldo1_ov
591: 0 0 tps6594-0-0x4c 21 Edge ldo1_uv
592: 0 0 tps6594-0-0x4c 22 Edge ldo1_sc
593: 0 0 tps6594-0-0x4c 23 Edge ldo1_ilim
594: 0 0 tps6594-0-0x4c 24 Edge ldo2_ov
595: 0 0 tps6594-0-0x4c 25 Edge ldo2_uv
596: 0 0 tps6594-0-0x4c 26 Edge ldo2_sc
597: 0 0 tps6594-0-0x4c 27 Edge ldo2_ilim
598: 0 0 tps6594-0-0x4c 28 Edge ldo3_ov
599: 0 0 tps6594-0-0x4c 29 Edge ldo3_uv
600: 0 0 tps6594-0-0x4c 30 Edge ldo3_sc
601: 0 0 tps6594-0-0x4c 31 Edge ldo3_ilim
602: 0 0 tps6594-0-0x4c 32 Edge ldo4_ov
603: 0 0 tps6594-0-0x4c 33 Edge ldo4_uv
604: 0 0 tps6594-0-0x4c 34 Edge ldo4_sc
605: 0 0 tps6594-0-0x4c 35 Edge ldo4_ilim
606: 0 0 tps6594-0-0x4c 36 Edge vcca_ov
607: 0 0 tps6594-0-0x4c 37 Edge vcca_uv
625: 0 0 tps6594-0-0x4c 55 Edge npwron_start
626: 0 0 tps6594-0-0x4c 56 Edge enable
627: 0 0 tps6594-0-0x4c 57 Edge fsd
628: 0 0 tps6594-0-0x4c 58 Edge soft_reboot
629: 0 0 tps6594-0-0x4c 59 Edge bist_pass
630: 0 0 tps6594-0-0x4c 60 Edge ext_clk
631: 0 0 tps6594-0-0x4c 61 Edge twarn
632: 0 0 tps6594-0-0x4c 62 Edge tsd_ord
633: 0 0 tps6594-0-0x4c 63 Edge bist_fail
634: 0 0 tps6594-0-0x4c 64 Edge reg_crc_err
635: 0 0 tps6594-0-0x4c 65 Edge recov_cnt
636: 0 0 tps6594-0-0x4c 66 Edge spmi_err
637: 0 0 tps6594-0-0x4c 67 Edge npwron_long
638: 0 0 tps6594-0-0x4c 68 Edge nint_readback
639: 0 0 tps6594-0-0x4c 69 Edge nrstout_readback
640: 0 0 tps6594-0-0x4c 70 Edge tsd_imm
641: 0 0 tps6594-0-0x4c 71 Edge vcca_ovp
642: 0 0 tps6594-0-0x4c 72 Edge pfsm_err
643: 0 0 tps6594-0-0x4c 73 Edge imm_shutdown
644: 0 0 tps6594-0-0x4c 74 Edge ord_shutdown
645: 0 0 tps6594-0-0x4c 75 Edge mcu_pwr_err
646: 0 0 tps6594-0-0x4c 76 Edge soc_pwr_err
647: 0 0 tps6594-0-0x4c 77 Edge comm_frm_err
648: 0 0 tps6594-0-0x4c 78 Edge comm_crc_err
649: 0 0 tps6594-0-0x4c 79 Edge comm_adr_err
650: 0 0 tps6594-0-0x4c 82 Edge en_drv_readback
651: 0 0 tps6594-0-0x4c 83 Edge nrstout_soc_readback
652: 0 0 tps6594-0-0x4c 84 Edge esm_soc_pin
653: 0 0 tps6594-0-0x4c 85 Edge esm_soc_fail
654: 0 0 tps6594-0-0x4c 86 Edge esm_soc_rst
807: 1597 0 GICv3 36 Level mmc1
IPI0: 1861 6659 Rescheduling interrupts
IPI1: 3314 10159 Function call interrupts
IPI2: 0 0 CPU stop interrupts
IPI3: 0 0 CPU stop (for crash dump) interrupts
IPI4: 0 0 Timer broadcast interrupts
IPI5: 0 0 IRQ work interrupts
Err: 0
root@j721e-evm:~# cat /proc/softirqs
CPU0 CPU1
HI: 0 0
TIMER: 1281 1255
NET_TX: 5 1
NET_RX: 63083 18
BLOCK: 0 0
IRQ_POLL: 0 0
TASKLET: 3870 4
SCHED: 1849 1661
HRTIMER: 0 0
RCU: 4880 6380
root@j721e-evm:~# ls -lR /run/media/mmcblk0p1
ls: cannot access '/run/media/mmcblk0p1': No such file or directory
root@j721e-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $?
1
root@j721e-evm:~# [ 41.332594] kauditd_printk_skb: 5 callbacks suppressed
[ 41.332601] audit: type=1334 audit(1701147635.287:17): prog-id=10 op=UNLOAD
[ 41.344693] audit: type=1334 audit(1701147635.287:18): prog-id=9 op=UNLOAD
opkg list-installed | grep ti-test; echo $?
ti-test - 1.0-r0.121
ti-test-extras - 1.0-r0.121
0
root@j721e-evm:~# depmod -a
depmod: ERROR: could not open directory /lib/modules/6.7.0-rc1-next-20231116-00007-gfa2d2325fbcf: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
root@j721e-evm:~# lsmod
Module Size Used by
root@j721e-evm:~# echo 'hello world'
hello world
root@j721e-evm:~#
U-Boot SPL 2023.04-g4c358e4785 (Oct 26 2023 - 22:04:09 +0000)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
SPL initial stack usage: 13424 bytes
Trying to boot from UART
C 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 1002255 bytes
Loading Environment from nowhere... OK
init_env from device 7 not supported!
Starting ATF on ARM64 core...
NOTICE: BL31: v2.9(release):v2.9.0-614-gd7a7135d32-dirty
NOTICE: BL31: Built : 09:34:15, Aug 24 2023
I/TC:
I/TC: OP-TEE version: 3.20.0 (gcc version 11.4.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.1.2--v09.01.02 (Kool Koala)')
I/TC: HUK Initialized
I/TC: Activated SA2UL device
I/TC: Fixing SA2UL firewall owner for GP device
I/TC: Enabled firewalls for SA2UL TRNG device
I/TC: SA2UL TRNG initialized
I/TC: SA2UL Drivers initialized
I/TC: Primary CPU switching to normal world boot
U-Boot SPL 2023.04-g4c358e4785 (Oct 26 2023 - 22:04:09 +0000)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
Trying to boot from UART
Crtificate 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 1329403 bytes
U-Boot 2023.04-g4c358e4785 (Oct 26 2023 - 22:04:09 +0000)
SoC: J721S2 SR1.0 GP
Model: Texas Instruments J721S2 EVM
Board: J721S2X-PM1-SOM rev E3
DRAM: 16 GiB
Core: 89 devices, 32 uclasses, devicetree: separate
Flash: 0 Bytes
MMC: mmc@4f80000: 0, mmc@4fb0000: 1
Loading Environment from nowhere... OK
In: serial@2880000
Out: serial@2880000
Err: serial@2880000
am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA02102 cpsw_ver: 0x6BA82102 ale_ver: 0x00293904 Ports:1 mdio_freq:1000000
Net: eth0: ethernet@46000000port@1
Hit any key to stop autoboot: 2 0
=>
=>
=>
=>
=>
=> version
U-Boot 2023.04-g4c358e4785 (Oct 26 2023 - 22:04:09 +0000)
aarch64-oe-linux-gcc (GCC) 11.4.0
GNU ld (GNU Binutils) 2.38.20220708
=> setenv bootargs 'console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled '
=> setenv bootcmd ''
=> setenv autoload 'no'
=> setenv serverip '192.168.0.1'
=> setenv _initramfs -
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02880000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ospi_nand=setenv bootargs console=${console} ${optargs} ubi.mtd=${ospi_nand_bootpart} root=${ospi_nand_bootvolume} rootfstype=ubifs
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=j721s2
board_name=j721s2
board_rev=E3
board_serial=0176
board_software_revision=01
boot=mmc
boot_a_script=load ${devtype} ${devnum}:${distro_bootpart} ${scriptaddr} ${prefix}${script}; source ${scriptaddr}
boot_efi_binary=load ${devtype} ${devnum}:${distro_bootpart} ${kernel_addr_r} efi/boot/bootaa64.efi; if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r};else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi
boot_efi_bootmgr=if fdt addr -q ${fdt_addr_r}; then bootefi bootmgr ${fdt_addr_r};else bootefi bootmgr;fi
boot_extlinux=sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} ${prefix}${boot_syslinux_conf}
boot_fdt=try
boot_fit=0
boot_net_usb_start=usb start
boot_prefixes=/ /boot/
boot_rprocs=if test ${dorprocboot} -eq 1 && test ${boot} = mmc; then rproc init; run boot_rprocs_mmc; fi;
boot_rprocs_mmc=env set rproc_id; env set rproc_fw; env set secure_suffix; if test ${secure_rprocs} -eq 1; then env set secure_suffix -sec; fi; for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i; else env set rproc_fw $i${secure_suffix}; run rproc_load_and_boot_one; env set rproc_id; env set rproc_fw; fi; done
boot_script_dhcp=boot.scr.uimg
boot_scripts=boot.scr.uimg boot.scr
boot_syslinux_conf=extlinux/extlinux.conf
boot_targets=ti_mmc mmc0 mmc1 usb0 pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled
bootcmd=
bootcmd_dhcp=devtype=dhcp; run boot_net_usb_start; if dhcp ${scriptaddr} ${boot_script_dhcp}; then source ${scriptaddr}; fi;setenv efi_fdtfile ${fdtfile}; setenv efi_old_vci ${bootp_vci};setenv efi_old_arch ${bootp_arch};setenv bootp_vci PXEClient:Arch:00011:UNDI:003000;setenv bootp_arch 0xb;if dhcp ${kernel_addr_r}; then tftpboot ${fdt_addr_r} dtb/${efi_fdtfile};if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r}; else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi;fi;setenv bootp_vci ${efi_old_vci};setenv bootp_arch ${efi_old_arch};setenv efi_fdtfile;setenv efi_old_arch;setenv efi_old_vci;
bootcmd_mmc0=devnum=0; run mmc_boot
bootcmd_mmc1=devnum=1; run mmc_boot
bootcmd_pxe=run boot_net_usb_start; dhcp; if pxe get; then pxe boot; fi
bootcmd_ti_mmc=run findfdt; run init_${boot}; run main_cpsw0_qsgmii_phyinit; run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootcmd_usb0=devnum=0; run usb_boot
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
default_device_tree=ti/k3-j721s2-common-proc-board.dtb
dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1; rootfs part 0 1; tiboot3.bin.raw raw 0x0 0x400 mmcpart 1; tispl.bin.raw raw 0x400 0x1000 mmcpart 1; u-boot.img.raw raw 0x1400 0x2000 mmcpart 1; u-env.raw raw 0x3400 0x100 mmcpart 1; sysfw.itb.raw raw 0x3600 0x800 mmcpart 1
dfu_alt_info_mmc=boot part 1 1; rootfs part 1 2; tiboot3.bin fat 1 1; tispl.bin fat 1 1; u-boot.img fat 1 1; uEnv.txt fat 1 1; sysfw.itb fat 1 1
dfu_alt_info_nand=NAND.tiboot3 part 0 1; NAND.tispl part 0 2; NAND.tiboot3.backup part 0 3; NAND.u-boot part 0 4; NAND.u-boot-env part 0 5; NAND.u-boot-env.backup part 0 6; NAND.file-system part 0 7
dfu_alt_info_ospi=tiboot3.bin raw 0x0 0x080000; tispl.bin raw 0x080000 0x200000; u-boot.img raw 0x280000 0x400000; u-boot-env raw 0x680000 0x020000; sysfw.itb raw 0x6c0000 0x100000; rootfs raw 0x800000 0x3800000
dfu_alt_info_ospi_nand=ospi_nand.tiboot3 part 1; ospi_nand.tispl part 2; ospi_nand.u-boot part 3; ospi_nand.env part 4; ospi_nand.env.backup part 5; ospi_nand.rootfs part 6; ospi_nand.phypattern part 7
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x200000; u-boot.img ram 0x81000000 0x400000
distro_bootcmd=scsi_need_init=; for target in ${boot_targets}; do run bootcmd_${target}; done
dorprocboot=1
dtboaddr=0x89000000
efi_dtb_prefixes=/ /dtb/ /dtb/current/
envboot=mmc dev ${mmcdev}; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadbootscript; then run bootscript; else if run loadbootenv; then echo Loaded env from ${bootenvfile}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi; fi; fi;
ethaddr=34:08:e1:77:ed:bb
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde70d90
fdtoverlay_addr_r=0x89000000
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = j721s2; then setenv name_fdt ti/k3-j721s2-common-proc-board.dtb; fi; if test $board_name = am68-sk; then setenv name_fdt ti/k3-am68-sk-base-board.dtb; fi; setenv fdtfile ${name_fdt}
finduuid=part uuid ${boot} ${bootpart} uuid
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/dtb/${name_fdt}
get_fdt_ospi_nand=ubifsload ${fdtaddr} ${bootdir}/dtb/${fdtfile};
get_fdt_ufs=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_fit_ospi_nand=ubifsload ${addr_fit} ${bootdir}/${name_fit}
get_fit_overlaystring=for overlay in $name_overlays; do; setexpr name_fit_overlay gsub / _ conf-${overlay}; setenv overlaystring ${overlaystring}'#'${name_fit_overlay}; done;
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_ospi_nand=ubifsload ${loadaddr} ${bootdir}/${name_kern}
get_kern_ufs=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/ti/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_ospi_nand=fdt address ${fdtaddr} fdt resize 0x100000; for overlay in $name_overlays; do; ubifsload ${dtboaddr} ${bootdir}/dtb/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_ufs=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load scsi ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && fdt apply ${dtboaddr}; done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_mmc=run args_all args_mmc
init_ospi_nand=run args_all args_ospi_nand ospi_nand_ubi_init
init_ufs=ufs init; scsi scan; run args_ufs
kernel_addr_r=0x82000000
load_efi_dtb=load ${devtype} ${devnum}:${distro_bootpart} ${fdt_addr_r} ${prefix}${efi_fdtfile}
loadaddr=0x82000000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
loadbootscript=load mmc ${mmcdev} ${loadaddr} boot.scr
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/dtb/${fdtfile}
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
mmc_boot=if mmc dev ${devnum}; then devtype=mmc; run scan_dev_for_boot_part; fi
mmcboot=mmc dev ${mmcdev}; devnum=${mmcdev}; devtype=mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadimage; then run args_mmc; if test ${boot_fit} -eq 1; then run run_fit; else run mmcloados; fi; fi; fi;
mmcdev=1
mmcloados=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run get_fdt_mmc; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;
mmcrootfstype=ext4 rootwait
mtdids=nor0=47040000.spi.0,nand0=spi-nand0
mtdparts=mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern)
name_fit=fitImage
name_kern=Image
ospi_nand_bootpart=ospi_nand.rootfs
ospi_nand_bootvolume=ubi0:rootfs
ospi_nand_ubi_init=ubi part ${ospi_nand_bootpart}; ubifsmount ${ospi_nand_bootvolume};
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
rproc_fw_binaries= 1 /lib/firmware/j721s2-mcu-r5f0_1-fw 2 /lib/firmware/j721s2-main-r5f0_0-fw 3 /lib/firmware/j721s2-main-r5f0_1-fw 4 /lib/firmware/j721s2-main-r5f1_0-fw 5 /lib/firmware/j721s2-main-r5f1_1-fw 6 /lib/firmware/j721s2-c71_0-fw 7 /lib/firmware/j721s2-c71_1-fw
rproc_load_and_boot_one=if load mmc ${bootpart} $loadaddr ${rproc_fw}; then if rproc load ${rproc_id} ${loadaddr} ${filesize}; then rproc start ${rproc_id}; fi; fi
run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
scan_dev_for_boot=echo Scanning ${devtype} ${devnum}:${distro_bootpart}...; for prefix in ${boot_prefixes}; do run scan_dev_for_extlinux; run scan_dev_for_scripts; done;run scan_dev_for_efi;
scan_dev_for_boot_part=part list ${devtype} ${devnum} -bootable devplist; env exists devplist || setenv devplist 1; for distro_bootpart in ${devplist}; do if fstype ${devtype} ${devnum}:${distro_bootpart} bootfstype; then part uuid ${devtype} ${devnum}:${distro_bootpart} distro_bootpart_uuid ; run scan_dev_for_boot; fi; done; setenv devplist
scan_dev_for_efi=setenv efi_fdtfile ${fdtfile}; for prefix in ${efi_dtb_prefixes}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${efi_fdtfile}; then run load_efi_dtb; fi;done;run boot_efi_bootmgr;if test -e ${devtype} ${devnum}:${distro_bootpart} efi/boot/bootaa64.efi; then echo Found EFI removable media binary efi/boot/bootaa64.efi; run boot_efi_binary; echo EFI LOAD FAILED: continuing...; fi; setenv efi_fdtfile
scan_dev_for_extlinux=if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${boot_syslinux_conf}; then echo Found ${prefix}${boot_syslinux_conf}; run boot_extlinux; echo EXTLINUX FAILED: continuing...; fi
scan_dev_for_scripts=for script in ${boot_scripts}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${script}; then echo Found U-Boot script ${prefix}${script}; run boot_a_script; echo SCRIPT FAILED: continuing...; fi; done
scriptaddr=0x80000000
scsi_boot=run scsi_init; if scsi dev ${devnum}; then devtype=scsi; run scan_dev_for_boot_part; fi
scsi_init=if ${scsi_need_init}; then scsi_need_init=false; scsi scan; fi
scsirootfstype=ext4 rootwait
secure_rprocs=0
serial#=0000000000000176
serverip=192.168.0.1
soc=k3
stderr=serial@2880000
stdin=serial@2880000
stdout=serial@2880000
ubifs_boot=if ubi part ${bootubipart} ${bootubioff} && ubifsmount ubi0:${bootubivol}; then devtype=ubi; devnum=ubi0; bootfstype=ubifs; distro_bootpart=${bootubivol}; run scan_dev_for_boot; ubifsumount; fi
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
usb_boot=usb start; if usb dev ${devnum}; then devtype=usb; run scan_dev_for_boot_part; fi
vendor=ti
Environment size: 11491/262139 bytes
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled
=> setenv bootargs ''${bootargs}' ip=:::::eth0:dhcp '
=> setenv serverip '192.168.0.1'
=> setenv autoload 'no'
=> dhcp
k3-navss-ringacc ringacc@2b800000: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:272
k3-navss-ringacc ringacc@2b800000: dma-ring-reset-quirk: disabled
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 1000, full duplex
BOOTP broadcast 1
BOOTP broadcast 2
BOOTP broadcast 3
DHCP client bound to address 192.168.0.166 (1011 ms)
=> setenv dorprocboot '1'
=> run boot_rprocs
k3_r5f_rproc r5f@41000000: Core 1 is already in use. No rproc commands work
76376 bytes read in 20 ms (3.6 MiB/s)
Load Remote Processor 1 with data@addr=0x82000000 76376 bytes: Success!
76376 bytes read in 21 ms (3.5 MiB/s)
Load Remote Processor 2 with data@addr=0x82000000 76376 bytes: Success!
76376 bytes read in 20 ms (3.6 MiB/s)
Load Remote Processor 3 with data@addr=0x82000000 76376 bytes: Success!
76376 bytes read in 21 ms (3.5 MiB/s)
Load Remote Processor 4 with data@addr=0x82000000 76376 bytes: Success!
76376 bytes read in 20 ms (3.6 MiB/s)
Load Remote Processor 5 with data@addr=0x82000000 76376 bytes: Success!
10488888 bytes read in 27 ms (370.5 MiB/s)
Load Remote Processor 6 with data@addr=0x82000000 10488888 bytes: Success!
10488888 bytes read in 27 ms (370.5 MiB/s)
Load Remote Processor 7 with data@addr=0x82000000 10488888 bytes: Success!
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02880000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ospi_nand=setenv bootargs console=${console} ${optargs} ubi.mtd=${ospi_nand_bootpart} root=${ospi_nand_bootvolume} rootfstype=ubifs
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=j721s2
board_name=j721s2
board_rev=E3
board_serial=0176
board_software_revision=01
boot=mmc
boot_a_script=load ${devtype} ${devnum}:${distro_bootpart} ${scriptaddr} ${prefix}${script}; source ${scriptaddr}
boot_efi_binary=load ${devtype} ${devnum}:${distro_bootpart} ${kernel_addr_r} efi/boot/bootaa64.efi; if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r};else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi
boot_efi_bootmgr=if fdt addr -q ${fdt_addr_r}; then bootefi bootmgr ${fdt_addr_r};else bootefi bootmgr;fi
boot_extlinux=sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} ${prefix}${boot_syslinux_conf}
boot_fdt=try
boot_fit=0
boot_net_usb_start=usb start
boot_prefixes=/ /boot/
boot_rprocs=if test ${dorprocboot} -eq 1 && test ${boot} = mmc; then rproc init; run boot_rprocs_mmc; fi;
boot_rprocs_mmc=env set rproc_id; env set rproc_fw; env set secure_suffix; if test ${secure_rprocs} -eq 1; then env set secure_suffix -sec; fi; for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i; else env set rproc_fw $i${secure_suffix}; run rproc_load_and_boot_one; env set rproc_id; env set rproc_fw; fi; done
boot_script_dhcp=boot.scr.uimg
boot_scripts=boot.scr.uimg boot.scr
boot_syslinux_conf=extlinux/extlinux.conf
boot_targets=ti_mmc mmc0 mmc1 usb0 pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
bootcmd=
bootcmd_dhcp=devtype=dhcp; run boot_net_usb_start; if dhcp ${scriptaddr} ${boot_script_dhcp}; then source ${scriptaddr}; fi;setenv efi_fdtfile ${fdtfile}; setenv efi_old_vci ${bootp_vci};setenv efi_old_arch ${bootp_arch};setenv bootp_vci PXEClient:Arch:00011:UNDI:003000;setenv bootp_arch 0xb;if dhcp ${kernel_addr_r}; then tftpboot ${fdt_addr_r} dtb/${efi_fdtfile};if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r}; else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi;fi;setenv bootp_vci ${efi_old_vci};setenv bootp_arch ${efi_old_arch};setenv efi_fdtfile;setenv efi_old_arch;setenv efi_old_vci;
bootcmd_mmc0=devnum=0; run mmc_boot
bootcmd_mmc1=devnum=1; run mmc_boot
bootcmd_pxe=run boot_net_usb_start; dhcp; if pxe get; then pxe boot; fi
bootcmd_ti_mmc=run findfdt; run init_${boot}; run main_cpsw0_qsgmii_phyinit; run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootcmd_usb0=devnum=0; run usb_boot
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
default_device_tree=ti/k3-j721s2-common-proc-board.dtb
dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1; rootfs part 0 1; tiboot3.bin.raw raw 0x0 0x400 mmcpart 1; tispl.bin.raw raw 0x400 0x1000 mmcpart 1; u-boot.img.raw raw 0x1400 0x2000 mmcpart 1; u-env.raw raw 0x3400 0x100 mmcpart 1; sysfw.itb.raw raw 0x3600 0x800 mmcpart 1
dfu_alt_info_mmc=boot part 1 1; rootfs part 1 2; tiboot3.bin fat 1 1; tispl.bin fat 1 1; u-boot.img fat 1 1; uEnv.txt fat 1 1; sysfw.itb fat 1 1
dfu_alt_info_nand=NAND.tiboot3 part 0 1; NAND.tispl part 0 2; NAND.tiboot3.backup part 0 3; NAND.u-boot part 0 4; NAND.u-boot-env part 0 5; NAND.u-boot-env.backup part 0 6; NAND.file-system part 0 7
dfu_alt_info_ospi=tiboot3.bin raw 0x0 0x080000; tispl.bin raw 0x080000 0x200000; u-boot.img raw 0x280000 0x400000; u-boot-env raw 0x680000 0x020000; sysfw.itb raw 0x6c0000 0x100000; rootfs raw 0x800000 0x3800000
dfu_alt_info_ospi_nand=ospi_nand.tiboot3 part 1; ospi_nand.tispl part 2; ospi_nand.u-boot part 3; ospi_nand.env part 4; ospi_nand.env.backup part 5; ospi_nand.rootfs part 6; ospi_nand.phypattern part 7
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x200000; u-boot.img ram 0x81000000 0x400000
distro_bootcmd=scsi_need_init=; for target in ${boot_targets}; do run bootcmd_${target}; done
dnsip=192.0.2.2
dorprocboot=1
dtboaddr=0x89000000
efi_dtb_prefixes=/ /dtb/ /dtb/current/
envboot=mmc dev ${mmcdev}; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadbootscript; then run bootscript; else if run loadbootenv; then echo Loaded env from ${bootenvfile}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi; fi; fi;
ethact=ethernet@46000000port@1
ethaddr=34:08:e1:77:ed:bb
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde70d90
fdtoverlay_addr_r=0x89000000
fileaddr=82000000
filesize=a00c38
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = j721s2; then setenv name_fdt ti/k3-j721s2-common-proc-board.dtb; fi; if test $board_name = am68-sk; then setenv name_fdt ti/k3-am68-sk-base-board.dtb; fi; setenv fdtfile ${name_fdt}
finduuid=part uuid ${boot} ${bootpart} uuid
gatewayip=192.168.0.1
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/dtb/${name_fdt}
get_fdt_ospi_nand=ubifsload ${fdtaddr} ${bootdir}/dtb/${fdtfile};
get_fdt_ufs=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_fit_ospi_nand=ubifsload ${addr_fit} ${bootdir}/${name_fit}
get_fit_overlaystring=for overlay in $name_overlays; do; setexpr name_fit_overlay gsub / _ conf-${overlay}; setenv overlaystring ${overlaystring}'#'${name_fit_overlay}; done;
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_ospi_nand=ubifsload ${loadaddr} ${bootdir}/${name_kern}
get_kern_ufs=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/ti/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_ospi_nand=fdt address ${fdtaddr} fdt resize 0x100000; for overlay in $name_overlays; do; ubifsload ${dtboaddr} ${bootdir}/dtb/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_ufs=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load scsi ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && fdt apply ${dtboaddr}; done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_mmc=run args_all args_mmc
init_ospi_nand=run args_all args_ospi_nand ospi_nand_ubi_init
init_ufs=ufs init; scsi scan; run args_ufs
ipaddr=192.168.0.166
kernel_addr_r=0x82000000
load_efi_dtb=load ${devtype} ${devnum}:${distro_bootpart} ${fdt_addr_r} ${prefix}${efi_fdtfile}
loadaddr=0x82000000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
loadbootscript=load mmc ${mmcdev} ${loadaddr} boot.scr
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/dtb/${fdtfile}
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
mmc_boot=if mmc dev ${devnum}; then devtype=mmc; run scan_dev_for_boot_part; fi
mmcboot=mmc dev ${mmcdev}; devnum=${mmcdev}; devtype=mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadimage; then run args_mmc; if test ${boot_fit} -eq 1; then run run_fit; else run mmcloados; fi; fi; fi;
mmcdev=1
mmcloados=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run get_fdt_mmc; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;
mmcrootfstype=ext4 rootwait
mtdids=nor0=47040000.spi.0,nand0=spi-nand0
mtdparts=mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern)
name_fit=fitImage
name_kern=Image
netmask=255.255.255.0
ospi_nand_bootpart=ospi_nand.rootfs
ospi_nand_bootvolume=ubi0:rootfs
ospi_nand_ubi_init=ubi part ${ospi_nand_bootpart}; ubifsmount ${ospi_nand_bootvolume};
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
rproc_fw_binaries= 1 /lib/firmware/j721s2-mcu-r5f0_1-fw 2 /lib/firmware/j721s2-main-r5f0_0-fw 3 /lib/firmware/j721s2-main-r5f0_1-fw 4 /lib/firmware/j721s2-main-r5f1_0-fw 5 /lib/firmware/j721s2-main-r5f1_1-fw 6 /lib/firmware/j721s2-c71_0-fw 7 /lib/firmware/j721s2-c71_1-fw
rproc_load_and_boot_one=if load mmc ${bootpart} $loadaddr ${rproc_fw}; then if rproc load ${rproc_id} ${loadaddr} ${filesize}; then rproc start ${rproc_id}; fi; fi
run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
scan_dev_for_boot=echo Scanning ${devtype} ${devnum}:${distro_bootpart}...; for prefix in ${boot_prefixes}; do run scan_dev_for_extlinux; run scan_dev_for_scripts; done;run scan_dev_for_efi;
scan_dev_for_boot_part=part list ${devtype} ${devnum} -bootable devplist; env exists devplist || setenv devplist 1; for distro_bootpart in ${devplist}; do if fstype ${devtype} ${devnum}:${distro_bootpart} bootfstype; then part uuid ${devtype} ${devnum}:${distro_bootpart} distro_bootpart_uuid ; run scan_dev_for_boot; fi; done; setenv devplist
scan_dev_for_efi=setenv efi_fdtfile ${fdtfile}; for prefix in ${efi_dtb_prefixes}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${efi_fdtfile}; then run load_efi_dtb; fi;done;run boot_efi_bootmgr;if test -e ${devtype} ${devnum}:${distro_bootpart} efi/boot/bootaa64.efi; then echo Found EFI removable media binary efi/boot/bootaa64.efi; run boot_efi_binary; echo EFI LOAD FAILED: continuing...; fi; setenv efi_fdtfile
scan_dev_for_extlinux=if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${boot_syslinux_conf}; then echo Found ${prefix}${boot_syslinux_conf}; run boot_extlinux; echo EXTLINUX FAILED: continuing...; fi
scan_dev_for_scripts=for script in ${boot_scripts}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${script}; then echo Found U-Boot script ${prefix}${script}; run boot_a_script; echo SCRIPT FAILED: continuing...; fi; done
scriptaddr=0x80000000
scsi_boot=run scsi_init; if scsi dev ${devnum}; then devtype=scsi; run scan_dev_for_boot_part; fi
scsi_init=if ${scsi_need_init}; then scsi_need_init=false; scsi scan; fi
scsirootfstype=ext4 rootwait
secure_rprocs=0
serial#=0000000000000176
serverip=192.168.0.1
soc=k3
stderr=serial@2880000
stdin=serial@2880000
stdout=serial@2880000
ubifs_boot=if ubi part ${bootubipart} ${bootubioff} && ubifsmount ubi0:${bootubivol}; then devtype=ubi; devnum=ubi0; bootfstype=ubifs; distro_bootpart=${bootubivol}; run scan_dev_for_boot; ubifsumount; fi
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
usb_boot=usb start; if usb dev ${devnum}; then devtype=usb; run scan_dev_for_boot_part; fi
vendor=ti
Environment size: 11656/262139 bytes
=> tftp ${loadaddr} 192.168.0.1:vatf_j721s2-evm3/bbd1aa93c0fd900a99d3f0b24edfe868
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.166
Filename 'vatf_j721s2-evm3/bbd1aa93c0fd900a99d3f0b24edfe868'.
Load address: 0x82000000
Loading: *################################################## 40.5 MiB
13.3 MiB/s
done
Bytes transferred = 42461696 (287ea00 hex)
=> tftp ${fdt_addr_r} 192.168.0.1:vatf_j721s2-evm3/f4db6054867188d397ac72a09001bf64
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.166
Filename 'vatf_j721s2-evm3/f4db6054867188d397ac72a09001bf64'.
Load address: 0x88000000
Loading: *################################################## 90.4 KiB
8 MiB/s
done
Bytes transferred = 92582 (169a6 hex)
=> fdt address ${fdt_addr_r}
Working FDT set to 88000000
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
=> setenv bootargs ''${bootargs}' root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j721s2-evm3/autofs/9f4ea228818d776413fb59498a628176,nolock,v3,tcp,rsize=4096,wsize=4096 '
=> printenv bootcmd
bootcmd=
=> setenv bootcmd ''${bootcmd}' if iminfo ${loadaddr}; then bootm ${loadaddr} ${_initramfs} ${fdt_addr_r}; else booti ${loadaddr} ${_initramfs} ${fdt_addr_r}; fi'
=> version
U-Boot 2023.04-g4c358e4785 (Oct 26 2023 - 22:04:09 +0000)
aarch64-oe-linux-gcc (GCC) 11.4.0
GNU ld (GNU Binutils) 2.38.20220708
=> bdinfo
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x000000007fffffff
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x000000037fffffff
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffec5000
reloc off = 0x000000007f6c5000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 34:08:e1:77:ed:bb
IP addr = 192.168.0.166
fdt_blob = 0x00000000fde70d90
new_fdt = 0x00000000fde70d90
fdt_size = 0x0000000000014020
lmb_dump_all:
memory.cnt = 0x2
memory[0] [0x80000000-0xfffffffe], 0x7fffffff bytes flags: 0
memory[1] [0x880000000-0xbfffffffe], 0x37fffffff bytes flags: 0
reserved.cnt = 0x3
reserved[0] [0x9e800000-0xa9bfffff], 0x0b400000 bytes flags: 4
reserved[1] [0xfce61000-0xfffffffe], 0x0319efff bytes flags: 0
reserved[2] [0x880000000-0xbffffefff], 0x37ffff000 bytes flags: 0
devicetree = separate
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde70d80
sp start = 0x00000000fde70d80
Early malloc usage: 2e08 / 8000
=>
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x000000007fffffff
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x000000037fffffff
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffec5000
reloc off = 0x000000007f6c5000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 34:08:e1:77:ed:bb
IP addr = 192.168.0.166
fdt_blob = 0x00000000fde70d90
new_fdt = 0x00000000fde70d90
fdt_size = 0x0000000000014020
lmb_dump_all:
memory.cnt = 0x2
memory[0] [0x80000000-0xfffffffe], 0x7fffffff bytes flags: 0
memory[1] [0x880000000-0xbfffffffe], 0x37fffffff bytes flags: 0
reserved.cnt = 0x3
reserved[0] [0x9e800000-0xa9bfffff], 0x0b400000 bytes flags: 4
reserved[1] [0xfce61000-0xfffffffe], 0x0319efff bytes flags: 0
reserved[2] [0x880000000-0xbffffefff], 0x37ffff000 bytes flags: 0
devicetree = separate
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde70d80
sp start = 0x00000000fde70d80
Early malloc usage: 2e08 / 8000
=> ls mmc 0:1
0 file(s), 0 dir(s)
=> ls mmc 1:1
EFI/
20367872 Image
480317 tiboot3.bin
480317 tiboot3-j721s2-gp-evm.bin
482906 tiboot3-j721s2-hs-fs-evm.bin
1049179 tispl.bin
1329483 u-boot.img
574 uEnv.txt
4 ws-calibrate.rules
8 file(s), 1 dir(s)
=> ext4ls mmc 0:2 /lib/firmware
=> ext4ls mmc 1:2 /lib/firmware
<DIR> 4096 .
<DIR> 4096 ..
2040 LICENCE.ibt_firmware
2046 LICENCE.iwlwifi_firmware
478552 bl32.bin
4295688 bl32.elf
<DIR> 4096 cadence
<DIR> 4096 cnm
<DIR> 4096 intel
918268 iwlwifi-3160-17.ucode
2448976 iwlwifi-8000C-34.ucode
2428004 iwlwifi-8000C-36.ucode
2440780 iwlwifi-8265-34.ucode
2436632 iwlwifi-8265-36.ucode
2678092 iwlwifi-9260-th-b0-jf-b0-34.ucode
2521412 iwlwifi-9260-th-b0-jf-b0-38.ucode
1489652 iwlwifi-9260-th-b0-jf-b0-46.ucode
<SYM> 66 j721s2-c71_0-fw
<SYM> 73 j721s2-c71_0-fw-sec
<SYM> 66 j721s2-c71_1-fw
<SYM> 73 j721s2-c71_1-fw-sec
<SYM> 68 j721s2-main-r5f0_0-fw
<SYM> 75 j721s2-main-r5f0_0-fw-sec
<SYM> 68 j721s2-main-r5f0_1-fw
<SYM> 75 j721s2-main-r5f0_1-fw-sec
<SYM> 68 j721s2-main-r5f1_0-fw
<SYM> 75 j721s2-main-r5f1_0-fw-sec
<SYM> 68 j721s2-main-r5f1_1-fw
<SYM> 75 j721s2-main-r5f1_1-fw-sec
<SYM> 68 j721s2-mcu-r5f0_1-fw
<SYM> 75 j721s2-mcu-r5f0_1-fw-sec
4728 regulatory.db
1182 regulatory.db.p7s
151552 rgx.fw.36.53.104.796
383136 rgx.sh.36.53.104.796
28 tee-header_v2.bin
0 tee-pageable_v2.bin
478552 tee-pager_v2.bin
478552 tee-raw.bin
478580 tee.bin
4295688 tee.elf
<DIR> 4096 ti-connectivity
<DIR> 4096 ti-ipc
<SYM> 39 wave521c_codec_fw.bin
=> mmc rescan; echo $?
0
=> fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4
4 bytes written in 9 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 000000008ffe6000, end 000000008ffff9a5 ... OK
Working FDT set to 8ffe6000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.7.0-rc1-next-20231116-00007-gfa2d2325fbcf (a0497641@a0497641-HP-Z2-Tower-G9-Workstation-Desktop-PC) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 10.3.1 20210621, GNU ld (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 2.36.1.20210621) #10 SMP PREEMPT Tue Nov 28 10:14:33 IST 2023
[ 0.000000] KASLR disabled due to lack of seed
[ 0.000000] Machine model: Texas Instruments J721S2 EVM
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002880000 (options '')
[ 0.000000] printk: legacy bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a0000000..0x00000000a00fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a0000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a0100000..0x00000000a0ffffff (15360 KiB) nomap non-reusable r5f-memory@a0100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a1000000..0x00000000a10fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a1000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a1100000..0x00000000a1ffffff (15360 KiB) nomap non-reusable r5f-memory@a1100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a2000000..0x00000000a20fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a2000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a2100000..0x00000000a2ffffff (15360 KiB) nomap non-reusable r5f-memory@a2100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a3000000..0x00000000a30fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a3000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a3100000..0x00000000a3ffffff (15360 KiB) nomap non-reusable r5f-memory@a3100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a4000000..0x00000000a40fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a4000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a4100000..0x00000000a4ffffff (15360 KiB) nomap non-reusable r5f-memory@a4100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a5000000..0x00000000a50fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a5000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a5100000..0x00000000a5ffffff (15360 KiB) nomap non-reusable r5f-memory@a5100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c71-dma-memory@a6000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a6000000..0x00000000a60fffff (1024 KiB) nomap non-reusable c71-dma-memory@a6000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c71-memory@a6100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a6100000..0x00000000a6ffffff (15360 KiB) nomap non-reusable c71-memory@a6100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c71-dma-memory@a7000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a7000000..0x00000000a70fffff (1024 KiB) nomap non-reusable c71-dma-memory@a7000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c71-memory@a7100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a7100000..0x00000000a7ffffff (15360 KiB) nomap non-reusable c71-memory@a7100000
[ 0.000000] OF: reserved mem: 0x00000000a8000000..0x00000000a9bfffff (28672 KiB) nomap non-reusable ipc-memories@a8000000
[ 0.000000] NUMA: No NUMA configuration found
[ 0.000000] NUMA: Faking a node at [mem 0x0000000080000000-0x0000000bffffefff]
[ 0.000000] NUMA: NODE_DATA [mem 0xbfdfde9c0-0xbfdfe0fff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x0000000bffffefff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000009e7fffff]
[ 0.000000] node 0: [mem 0x000000009e800000-0x00000000a9bfffff]
[ 0.000000] node 0: [mem 0x00000000a9c00000-0x00000000ffffefff]
[ 0.000000] node 0: [mem 0x0000000880000000-0x0000000bffffefff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000bffffefff]
[ 0.000000] On node 0, zone Normal: 1 pages in unavailable ranges
[ 0.000000] On node 0, zone Normal: 1 pages in unavailable ranges
[ 0.000000] cma: Reserved 32 MiB at 0x00000000fde00000 on node -1
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.4
[ 0.000000] percpu: Embedded 22 pages/cpu s50728 r8192 d31192 u90112
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: Spectre-v3a
[ 0.000000] CPU features: detected: Spectre-BHB
[ 0.000000] CPU features: detected: ARM erratum 1742098
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Kernel command line: console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j721s2-evm3/autofs/9f4ea228818d776413fb59498a628176,nolock,v3,tcp,rsize=4096,wsize=4096
[ 0.000000] sysrq: sysrq always enabled.
[ 0.000000] Unknown kernel command line parameters "earlyprintk=serial,ttyS2,115200n8", will be passed to user space.
[ 0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.000000] Fallback order for Node 0: 0
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 4128766
[ 0.000000] Policy zone: Normal
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 2.
[ 0.000000] software IO TLB: mapped [mem 0x00000000f9e00000-0x00000000fde00000] (64MB)
[ 0.000000] Memory: 16131812K/16777208K available (16704K kernel code, 4346K rwdata, 10840K rodata, 9408K init, 606K bss, 612628K reserved, 32768K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 960 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: GICv3 features: 16 PPIs
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000
[ 0.000000] ITS [mem 0x01820000-0x0182ffff]
[ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
[ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
[ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x0000000880040000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880050000
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
[ 0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.009064] Console: colour dummy device 80x25
[ 0.013653] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.024327] pid_max: default: 32768 minimum: 301
[ 0.029078] LSM: initializing lsm=capability,integrity
[ 0.034411] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.042189] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.051357] RCU Tasks: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
[ 0.058623] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
[ 0.066492] rcu: Hierarchical SRCU implementation.
[ 0.071392] rcu: Max phase no-delay instances is 1000.
[ 0.076931] Platform MSI: msi-controller@1820000 domain created
[ 0.083147] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.092484] fsl-mc MSI: msi-controller@1820000 domain created
[ 0.099636] EFI services will not be available.
[ 0.104383] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.117474] Detected PIPT I-cache on CPU1
[ 0.117526] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.117540] GICv3: CPU1: using allocated LPI pending table @0x0000000880060000
[ 0.117576] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.117639] smp: Brought up 1 node, 2 CPUs
[ 0.146989] SMP: Total of 2 processors activated.
[ 0.151793] CPU features: detected: 32-bit EL0 Support
[ 0.157047] CPU features: detected: 32-bit EL1 Support
[ 0.162296] CPU features: detected: CRC32 instructions
[ 0.293515] CPU: All CPU(s) started at EL2
[ 0.297743] alternatives: applying system-wide alternatives
[ 0.304762] devtmpfs: initialized
[ 0.315955] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.325935] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.333455] pinctrl core: initialized pinctrl subsystem
[ 0.339988] DMI not present or invalid.
[ 0.344357] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.351162] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[ 0.358849] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.367236] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.375463] audit: initializing netlink subsys (disabled)
[ 0.381097] audit: type=2000 audit(0.180:1): state=initialized audit_enabled=0 res=1
[ 0.381892] thermal_sys: Registered thermal governor 'step_wise'
[ 0.389030] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.395211] cpuidle: using governor menu
[ 0.406015] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.412986] ASID allocator initialised with 65536 entries
[ 0.419657] Serial: AMBA PL011 UART driver
[ 0.441608] Modules: 22240 pages in range for non-PLT usage
[ 0.441617] Modules: 513760 pages in range for PLT usage
[ 0.447846] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.460213] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.466616] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.473550] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.479952] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.486886] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.493288] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.500222] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.507745] ACPI: Interpreter disabled.
[ 0.513209] k3-chipinfo 43000014.chipid: Family:J721S2 rev:SR1.0 JTAGID[0x0bb7502f] Detected
[ 0.522543] iommu: Default domain type: Translated
[ 0.527449] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.533918] SCSI subsystem initialized
[ 0.537948] usbcore: registered new interface driver usbfs
[ 0.543568] usbcore: registered new interface driver hub
[ 0.549009] usbcore: registered new device driver usb
[ 0.554931] pps_core: LinuxPPS API ver. 1 registered
[ 0.560007] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.569346] PTP clock support registered
[ 0.573454] EDAC MC: Ver: 3.0.0
[ 0.577108] scmi_core: SCMI protocol bus registered
[ 0.582821] FPGA manager framework
[ 0.586354] Advanced Linux Sound Architecture Driver Initialized.
[ 0.593141] vgaarb: loaded
[ 0.596385] clocksource: Switched to clocksource arch_sys_counter
[ 0.602770] VFS: Disk quotas dquot_6.6.0
[ 0.606797] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.613923] pnp: PnP ACPI: disabled
[ 0.620810] NET: Registered PF_INET protocol family
[ 0.626154] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.638989] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.647900] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.655837] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.664536] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.673124] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.680016] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.687142] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.694804] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.700964] RPC: Registered named UNIX socket transport module.
[ 0.707031] RPC: Registered udp transport module.
[ 0.711836] RPC: Registered tcp transport module.
[ 0.716639] RPC: Registered tcp-with-tls transport module.
[ 0.722242] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.728831] PCI: CLS 0 bytes, default 64
[ 0.733041] kvm [1]: IPA Size Limit: 44 bits
[ 0.738349] kvm [1]: vgic-v2@6f020000
[ 0.742113] kvm [1]: GIC system register CPU interface enabled
[ 0.748091] kvm [1]: vgic interrupt IRQ9
[ 0.752112] kvm [1]: Hyp mode initialized successfully
[ 0.758123] Initialise system trusted keyrings
[ 0.762818] workingset: timestamp_bits=42 max_order=22 bucket_order=0
[ 0.769603] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.775739] NFS: Registering the id_resolver key type
[ 0.780919] Key type id_resolver registered
[ 0.785191] Key type id_legacy registered
[ 0.789295] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.796145] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.803800] 9p: Installing v9fs 9p2000 file system support
[ 0.830503] Key type asymmetric registered
[ 0.834688] Asymmetric key parser 'x509' registered
[ 0.839699] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.847259] io scheduler mq-deadline registered
[ 0.851886] io scheduler kyber registered
[ 0.856001] io scheduler bfq registered
[ 0.865790] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
[ 0.871785] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
[ 0.877815] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
[ 0.884059] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
[ 0.889896] pinctrl-single 11c000.pinctrl: 72 pins, size 288
[ 0.895939] pinctrl-single 104200.pinctrl: 20 pins, size 80
[ 0.901702] pinctrl-single 104280.pinctrl: 8 pins, size 32
[ 0.912724] EINJ: ACPI disabled.
[ 0.936395] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.945447] msm_serial: driver initialized
[ 0.949918] SuperH (H)SCI(F) driver initialized
[ 0.954681] STM32 USART driver initialized
[ 0.963513] loop: module loaded
[ 0.967765] megasas: 07.727.03.00-rc1
[ 0.976176] tun: Universal TUN/TAP device driver, 1.6
[ 0.982185] thunder_xcv, ver 1.0
[ 0.985511] thunder_bgx, ver 1.0
[ 0.988816] nicpf, ver 1.0
[ 0.992565] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 0.999950] hns3: Copyright (c) 2017 Huawei Corporation.
[ 1.005397] hclge is initializing
[ 1.008800] e1000: Intel(R) PRO/1000 Network Driver
[ 1.013781] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 1.019662] e1000e: Intel(R) PRO/1000 Network Driver
[ 1.024735] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.030793] igb: Intel(R) Gigabit Ethernet Network Driver
[ 1.036308] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 1.042014] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 1.048418] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 1.054743] sky2: driver version 1.30
[ 1.059540] VFIO - User Level meta-driver version: 0.3
[ 1.067024] usbcore: registered new interface driver usb-storage
[ 1.075370] i2c_dev: i2c /dev entries driver
[ 1.085262] sdhci: Secure Digital Host Controller Interface driver
[ 1.091603] sdhci: Copyright(c) Pierre Ossman
[ 1.096749] Synopsys Designware Multimedia Card Interface Driver
[ 1.103617] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.110864] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.117618] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.125024] usbcore: registered new interface driver usbhid
[ 1.130727] usbhid: USB HID core driver
[ 1.137353] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 1.147393] 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.151972] optee: revision 3.20 (8e74d476)
[ 1.168470] optee: dynamic shared memory is enabled
[ 1.178226] random: crng init done
[ 1.181770] optee: initialized driver
[ 1.188322] NET: Registered PF_PACKET protocol family
[ 1.193568] 9pnet: Installing 9P2000 support
[ 1.197972] Key type dns_resolver registered
[ 1.206565] registered taskstats version 1
[ 1.210828] Loading compiled-in X.509 certificates
[ 1.233586] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
[ 1.309176] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.315988] pca953x 1-0021: supply vcc not found, using dummy regulator
[ 1.322827] pca953x 1-0021: using no AI
[ 1.348832] pca953x 1-0020: supply vcc not found, using dummy regulator
[ 1.355652] pca953x 1-0020: using no AI
[ 1.360253] pca953x 1-0022: supply vcc not found, using dummy regulator
[ 1.367075] pca953x 1-0022: using AI
[ 1.371391] omap_i2c 2000000.i2c: bus 1 rev0.12 at 400 kHz
[ 1.377404] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 125 domain created
[ 1.386116] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 148 domain created
[ 1.395595] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 227 domain created
[ 1.404410] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 265 created
[ 1.416032] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:272
[ 1.425949] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.432712] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.442792] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:259
[ 1.452992] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.459753] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.468720] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 186, base_baud = 6000000) is a 8250
[ 1.479330] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 187, base_baud = 3000000) is a 8250
[ 1.488201] printk: legacy console [ttyS2] enabled
[ 1.488201] printk: legacy console [ttyS2] enabled
[ 1.497878] printk: legacy bootconsole [ns16550a0] disabled
[ 1.497878] printk: legacy bootconsole [ns16550a0] disabled
[ 1.517881] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.564390] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.574461] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.582748] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.595616] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.602828] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.612942] mmc0: CQHCI version 5.10
[ 1.655007] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 1.749963] mmc0: Command Queue Engine enabled
[ 1.754419] mmc0: new HS400 MMC card at address 0001
[ 1.759808] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 1.765294] mmcblk0: p1 p2 p3
[ 1.768784] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[ 1.774326] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[ 1.779799] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (234:0)
[ 2.125234] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[ 2.136311] ti-udma 31150000.dma-controller: Channels: 60 (tchan: 30, rchan: 30, gp-rflow: 16)
[ 2.149755] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[ 2.158398] spi-nor spi1.0: mt25qu512a (65536 Kbytes)
[ 2.166583] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 2.212385] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 2.222403] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 2.230688] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 2.243566] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 2.250776] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 2.257420] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 2.267459] mmc1: CQHCI version 5.10
[ 2.310970] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 2.327800] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 2.337291] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 2.387874] mmc1: new ultra high speed DDR50 SDHC card at address aaaa
[ 2.394806] mmcblk1: mmc1:aaaa SH32G 29.7 GiB
[ 2.400602] mmcblk1: p1 p2 p3
[ 6.441366] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 6.468386] Sending DHCP requests ., OK
[ 6.488219] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.166
[ 6.495958] IP-Config: Complete:
[ 6.499178] device=eth0, hwaddr=34:08:e1:77:ed:bb, ipaddr=192.168.0.166, mask=255.255.255.0, gw=192.168.0.1
[ 6.509332] host=192.168.0.166, domain=ti.com, nis-domain=(none)
[ 6.515756] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 6.515759] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 6.528473] clk: Disabling unused clocks
[ 6.541390] ALSA device list:
[ 6.544348] No soundcards found.
[ 6.586617] VFS: Mounted root (nfs filesystem) on device 0:21.
[ 6.592734] devtmpfs: mounted
[ 6.599403] Freeing unused kernel memory: 9408K
[ 6.608474] Run /sbin/init as init process
[ 6.737230] systemd[1]: System time before build time, advancing clock.
[ 6.767744] 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.799237] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.04[0m!
[ 6.849402] systemd[1]: Hostname set to <j721s2-evm>.
[ 6.857671] systemd[1]: Initializing machine ID from random generator.
[ 6.971241] systemd[75]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 6.971603] systemd-sysv-generator[84]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 7.008772] systemd-sysv-generator[84]: SysV service '/etc/init.d/sysrepo' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 7.033141] systemd-sysv-generator[84]: SysV service '/etc/init.d/netopeer2-server' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 7.226956] systemd[1]: Binding to IPv6 address not available since kernel does not support IPv6.
[ 7.235865] systemd[1]: Binding to IPv6 address not available since kernel does not support IPv6.
[ 7.264353] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 7.315775] 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.378212] systemd[1]: Queued start job for default target Graphical Interface.
[ 7.424833] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 7.445884] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 7.469822] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 7.493514] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 7.516629] 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.540545] 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.564621] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 7.584466] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 7.604451] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 7.620450] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 7.655630] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 7.680551] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 7.704317] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 7.724681] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 7.749248] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 7.773138] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 7.796779] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 7.813247] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 7.837789] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 7.860687] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 7.881110] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 7.924719] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 7.943260] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 7.984686] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 8.004771] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 8.021792] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 8.044806] systemd[1]: Create List of Static Device Nodes was skipped because of a failed condition check (ConditionFileNotEmpty=/lib/modules/6.7.0-rc1-next-20231116-00007-gfa2d2325fbcf/modules.devname).
[ 8.084867] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 8.107349] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 8.131307] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 8.152677] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 8.188986] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 8.206173] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 8.223517] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 8.261104] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 8.280734] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 8.324974] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 8.354389] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 8.376493] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 8.393103] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m.
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mTemporary Directory /tmp[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mStart psplash boot splash screen[0m.
See 'systemctl status psplash-start.service' for details.
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mStarprogress communication helper[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mLoad Kernel Modules[0m.
See 'systemctl status systemd-modules-load.service' for details.
[[0;32m OK [0m] Finished [0;1;39mGenerate network units from Kernel command line[0m.
[[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m.
Mounting [0;1;39mKernel Configuration File System[0m...
Starting [0;1;39mFlush Journal to Persistent Storage[0m...
Starting [0;1;39mApply Kernel Variables[0m...
Starting [0;1;39mCreate System Users[0m...[ 8.757341] systemd-journald[98]: Received client request to flush runtime journal.
[[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m.
[[0;32m OK [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m.
[[0;32m OK [0m] Finished [0;1;39mApply Kernel Variables[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate System Users[0m.
Starting [0;1;39mCreate Static Device Nodes in /dev[0m...
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Static Device Nodes in /dev[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Local File Systems[0m.
Mounting [0;1;39m/media/ram[0m...
Mounting [0;1;39m/var/volatile[0m...
[ 9.019085] audit: type=1334 audit(1651167747.280:2): prog-id=5 op=LOAD
[ 9.026169] audit: type=1334 audit(1651167747.288:3): prog-id=6 op=LOAD
Starting [0;1;39mRule-based Managefor Device Events and Files[0m...
[[0;32m OK [0m] Mounted [0;1;39m/media/ram[0m.
[[0;32m OK [0m] Mounted [0;1;39m/var/volatile[0m.
Starting [0;1;39mLoad/Save Random Seed[0m...
[[0;32m OK [0m] Reached target [0;1;39mLocal File Systems[0m.
Starting [0;1;39mRebuild Dynamic Linker Cache[0m...
Starting [0;1;39mCreate Volatile Files and Directories[0m...
[[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m.
Starting [0;1;39mRebuild Journal Catalog[0m...
Starting [0;1;39mNetwork Time Synchronization[0m...
Starting [0;1;39mRecord System Boot/Shutdown in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord System Boot/Shutdown in UTMP[0m.
[[0;32m OK [0m] Finished [0;1;39mRebuild Journal Catalog[0m.
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[[0;32m OK [0m] Finished [0;1;39mRebuild Dynamic Linker Cache[0m.
Starting [0;1;39mRun pending postinsts[0m...
Starting [0;1;39mUpdate is Completed[0m...
[[0;32m OK [0m] Finished [0;1;39mUpdate is Completed[0m.
[[0m[0;31m* [0m] A start job is running for Run pending postinsts (6s / no limit)
M
[K[[0;32m OK [0m] Finished [0;1;39mRun pending postinsts[0m.
[K[[0;32m OK [0m] Reached target [0;1;39mSystem Initialization[0m.
[[0;32m OK [0m] Started [0;1;39mDaily rotation of log files[0m.
[[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary Directories[0m.
[[0;32m OK [0m] Reached target [0;1;39mTimer Units[0m.
[[0;32m OK [0m] Listening on [0;1;39mAvahi mDNS/DNS-SD Stack Activation Socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mD-Bus System Message Bus Socket[0m.
Starting [0;1;39mDocker Socket for the API[0m...
[[0;32m OK [0m] Listening on [0;1;39mdropbear.socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mPC/SC Smart Card Daemon Activation Socket[0m.
Starting [0;1;39mWeston socket[0m...
Starting [0;1;39mD-Bus System Message Bus[0m...
Starting [0;1;39mReboot and dump vmcore via kexec[0m...
[[0;32m OK [0m] Listening on [0;1;39mDocker Socket for the API[0m.
[[0;32m OK [0m] Listening on [0;1;39mWeston socket[0m.
[[0;32m OK [0m] Finished [0;1;39mReboot and dump vmcore via kexec[0m.
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[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.
Starting [0;1;39mLighttpd Daemon[0m...
[[0;32m OK [0m] Started [0;1;39mstrongSwan IPsec IIKEv2 daemon using ipsec.conf[0m.
[ 14.274151] audit: type=1334 audit(1651167752.532:4): prog-id=7 op=LOAD
[ 14.288769] audit: type=1334 audit(1651167752.544:5): prog-id=8 op=LOAD
Starting [0;1;39mUser Login Management[0m...
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[0m.
Starting [0;1;39mTelnet Server[0m...
[[0;1;31mFAILED[0m] Failed to start [0;1;39mPrint notice about GPLv3 packages[0m.
See 'systemctl status gplv3-notice.service' for details.
[[0;32m OK [0m] Finished [0;1;39mIPv6 Packet Filtering Framework[0m.
[[0;32m OK [0m] Finished [0;1;39mIPv4 Packet Filtering Framework[0m.
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.
[[0;32m OK [0m] Finished [0;1;39mTelnet Server[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m.
Starting [0;1;39mNetwork Configuration[0m...
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p1[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk0p1[0m...
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p1[0m.
Mounting [0;1;39m/run/media/mmcblk0p1[0m...
[ 14.762960] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p2[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p1[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p3[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p3[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p2[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk0p2[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk0p3[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p2[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p3[0m...
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p2[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p3[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p2[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p3[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p1[0m.
Mounting [0;1;39m/run/media/mmcblk0p2[0m...
Mounting [0;1;39m/run/media/mmcblk0p3[0m...[ 15.137953] FAT-fs (mmcblk0p2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 15.154416] EXT4-fs (mmcblk0p3): mounted filesystem 38cfc6f8-520f-41fc-b223-65d6a2b4b415 r/w with ordered data mode. Quota mode: none.
Mounting [0;1;39m/run/media/mmcblk1p3[0m...
Mounting [0;1;39m/run/media/root-mmcblk1p2[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p1[0m...
Starting [0;1;39mNetwork Name Resolution[0m...
[ 15.227309] EXT4-fs (mmcblk1p3): mounted filesystem 1d4e668f-0828-4817-87e7-9c8103ec3097 r/w with ordered data mode. Quota mode: none.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p2[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p3[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk1p3[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/[ 15.286730] EXT4-fs (mmcblk1p2): mounted filesystem bac709e8-97fd-46bd-85ee-e70a7df68b1a r/w with ordered data mode. Quota mode: none.
mmcblk1p1[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/root-mmcblk1p2[0m.
Mounting [0;1;39m/run/media/boot-mmcblk1p1[0m...
[[0;32m OK [0m] Started [0;1;39mNetwork Name Resolution[0m.
[ 15.411485] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/boot-mmcblk1p1[0m.
[[0;32m OK [0m] Reached target [0;1;39mNetwork[0m.
[[0;32m OK [0m] Reached target [0;1;39mHost and Network Name Lookups[0m.
Starting [0;1;39mAvahi mDNS/DNS-SD Stack[0m...
Starting [0;1;39mEnable and configure wl18xx bluetooth stack[0m...
Starting [0;1;39mcontainerd container runtime[0m...
[[0;32m OK [0m] Started [0;1;39mNetperf Benchmark Server[0m.
[[0;32m OK [0m] Started [0;1;39mNFS status monitor for NFSv2/3 locking.[0m.
Starting [0;1;39mPermit User Sessions[0m...
[[0;1;31mFAILED[0m] Failed to start [0;1;39mEnable andfigure wl18xx bluetooth stack[0m.
See 'systemctl status bt-enable.service' for details.
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m.
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m.
[[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m.
Starting [0;1;39mSynchronize System and HW clocks[0m...
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.
[ 16.059596] audit: type=1334 audit(1651167754.320:6): prog-id=9 op=LOAD
[ 16.066365] audit: type=1334 audit(1651167754.320: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...
[ 16.544209] audit: type=1006 audit(1651167754.804:8): pid=729 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 16.561701] audit: type=1300 audit(1651167754.804:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffe905bdd8 a2=4 a3=ffffa3018020 items=0 ppid=1 pid=729 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[ 16.588796] audit: type=1327 audit(1651167754.804:8): proctitle="(systemd)"
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtime[0m.
[[0;32m OK [0m] Started [0;1;39mUser Manager for UID 1000[0m.
[[0;32m OK [0m] Started [0;1;39mSession c1 of User weston[0m.
[ 16.965503] audit: type=1006 audit(1651167755.228:9): pid=716 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[ 16.977914] audit: type=1300 audit(1651167755.228:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffe905bdd8 a2=4 a3=ffffa3018020 items=0 ppid=1 pid=716 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=2 comm="(weston)" exe="/lib/systemd/systemd" key=(null)
[ 17.004603] audit: type=1327 audit(1651167755.228:9): proctitle="(weston)"
[[0;1;31mFAILED[0m] Failed to start [0;1;39mWeston, a mpositor, as a system service[0m.
See 'systemctl status weston.service' for details.
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mMatrix GUI[0m.
[[0;32m OK [0m] Reached target [0;1;39mMulti-User System[0m.
[[0;32m OK [0m] Reached target [0;1;39mGraphical Interface[0m.
Starting [0;1;39mRecord Runlevel Change in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord Runlevel Change in UTMP[0m.
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project j721s2-evm -
Arago 2023.04 j721s2-evm -
j721s2-evm login: root
7[r[999;999H[6nroot@j721s2-evm:~# uname -a
Linux j721s2-evm 6.7.0-rc1-next-20231116-00007-gfa2d2325fbcf #10 SMP PREEMPT Tue Nov 28 10:14:33 IST 2023 aarch64 aarch64 aarch64 GNU/Linux
root@j721s2-evm:~# cat /proc/cmdline
console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j721s2-evm3/autofs/9f4ea228818d776413fb59498a628176,nolock,v3,tcp,rsize=4096,wsize=4096
root@j721s2-evm:~# uname -a
Linux j721s2-evm 6.7.0-rc1-next-20231116-00007-gfa2d2325fbcf #10 SMP PREEMPT Tue Nov 28 10:14:33 IST 2023 aarch64 aarch64 aarch64 GNU/Linux
root@j721s2-evm:~# cat /proc/mtd
dev: size erasesize name
mtd0: 04000000 00040000 "47040000.spi.0"
mtd1: 04000000 00001000 "47050000.spi.0"
root@j721s2-evm:~# grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/
/pnp /etc/resolv.conf && systemctl restart systemd-resolved
root@j721s2-evm:~# ls -l /lib/firmware; ls -lR /lib/firmware/ipc
total 26884
-rw-r--r-- 1 root root 2040 Mar 9 2018 LICENCE.ibt_firmware
-rw-r--r-- 1 root root 2046 Mar 9 2018 LICENCE.iwlwifi_firmware
-rw-r--r-- 1 root root 432248 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4105416 Mar 9 2018 bl32.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 cadence
drwxr-xr-x 2 root root 4096 Mar 9 2018 cnm
drwxr-xr-x 2 root root 4096 Mar 9 2018 intel
-rw-r--r-- 1 root root 918268 Mar 9 2018 iwlwifi-3160-17.ucode
-rw-r--r-- 1 root root 2448976 Mar 9 2018 iwlwifi-8000C-34.ucode
-rw-r--r-- 1 root root 2428004 Mar 9 2018 iwlwifi-8000C-36.ucode
-rw-r--r-- 1 root root 2440780 Mar 9 2018 iwlwifi-8265-34.ucode
-rw-r--r-- 1 root root 2436632 Mar 9 2018 iwlwifi-8265-36.ucode
-rw-r--r-- 1 root root 2678092 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-34.ucode
-rw-r--r-- 1 root root 2521412 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-38.ucode
-rw-r--r-- 1 root root 1489652 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-46.ucode
lrwxrwxrwx 1 root root 66 Mar 9 2018 j721s2-c71_0-fw -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_c7x_1_release_strip.xe71
lrwxrwxrwx 1 root root 73 Mar 9 2018 j721s2-c71_0-fw-sec -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_c7x_1_release_strip.xe71.signed
lrwxrwxrwx 1 root root 66 Mar 9 2018 j721s2-c71_1-fw -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_c7x_2_release_strip.xe71
lrwxrwxrwx 1 root root 73 Mar 9 2018 j721s2-c71_1-fw-sec -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_c7x_2_release_strip.xe71.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j721s2-main-r5f0_0-fw -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu2_0_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 j721s2-main-r5f0_0-fw-sec -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu2_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j721s2-main-r5f0_1-fw -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu2_1_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 j721s2-main-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu2_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j721s2-main-r5f1_0-fw -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu3_0_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 j721s2-main-r5f1_0-fw-sec -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu3_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j721s2-main-r5f1_1-fw -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu3_1_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 j721s2-main-r5f1_1-fw-sec -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu3_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j721s2-mcu-r5f0_1-fw -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu1_1_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 j721s2-mcu-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu1_1_release_strip.xer5f.signed
-rw-r--r-- 1 root root 4728 Mar 9 2018 regulatory.db
-rw-r--r-- 1 root root 1182 Mar 9 2018 regulatory.db.p7s
-rw-r--r-- 1 root root 151552 Mar 9 2018 rgx.fw.36.53.104.796
-rw-r--r-- 1 root root 383136 Mar 9 2018 rgx.sh.36.53.104.796
-rw-r--r-- 1 root root 28 Mar 9 2018 tee-header_v2.bin
-rw-r--r-- 1 root root 0 Mar 9 2018 tee-pageable_v2.bin
-rw-r--r-- 1 root root 432248 Mar 9 2018 tee-pager_v2.bin
-rw-r--r-- 1 root root 432276 Mar 9 2018 tee.bin
-rw-r--r-- 1 root root 4105416 Mar 9 2018 tee.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 ti-connectivity
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-ipc
lrwxrwxrwx 1 root root 39 Mar 9 2018 wave521c_codec_fw.bin -> /lib/firmware/cnm/wave521c_codec_fw.bin
ls: cannot access '/lib/firmware/ipc': No such file or directory
root@j721s2-evm:~# cat /proc/diskstats
7 0 loop0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 1 loop1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 2 loop2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 3 loop3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 4 loop4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 5 loop5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 6 loop6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 7 loop7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
179 0 mmcblk0 778 1 51385 395 1 0 8 0 0 596 395 0 0 0 0 0 0
179 1 mmcblk0p1 244 0 16716 117 0 0 0 0 0 288 117 0 0 0 0 0 0
179 2 mmcblk0p2 259 0 16723 112 0 0 0 0 0 276 112 0 0 0 0 0 0
179 3 mmcblk0p3 238 1 16754 150 1 0 8 0 0 284 151 0 0 0 0 0 0
179 32 mmcblk0boot0 68 0 1344 23 0 0 0 0 0 36 23 0 0 0 0 0 0
179 64 mmcblk0boot1 34 0 672 11 0 0 0 0 0 16 11 0 0 0 0 0 0
31 0 mtdblock0 52 0 2088 151 0 0 0 0 0 112 151 0 0 0 0 0 0
31 1 mtdblock1 52 0 2088 179 0 0 0 0 0 140 179 0 0 0 0 0 0
179 96 mmcblk1 687 40 45697 1854 2 0 16 7 0 1100 1862 0 0 0 0 2 0
179 97 mmcblk1p1 236 0 14593 577 0 0 0 0 0 624 577 0 0 0 0 0 0
179 98 mmcblk1p2 198 33 15142 576 1 0 8 1 0 636 577 0 0 0 0 0 0
179 99 mmcblk1p3 215 7 14762 650 1 0 8 6 0 604 656 0 0 0 0 0 0
root@j721s2-evm:~# cat /proc/interrupts
CPU0 CPU1
9: 0 0 GICv3 25 Level vgic
11: 4417 4527 GICv3 30 Level arch_timer
12: 0 0 GICv3 27 Level kvm guest vtimer
14: 0 0 GICv3 23 Level arm-pmu
15: 1100 0 GICv3 69 Level 32c00000.mailbox thr_011
36: 9994 0 GICv3 928 Level 42120000.i2c
37: 42 0 GICv3 232 Level 2000000.i2c
38: 65893 0 MSI-INTA 17825888 Level 46000000.ethernet-tx0
40: 73221 0 MSI-INTA 17825890 Level 46000000.ethernet
58: 2095 0 MSI-INTA 16974702 Level 31150000.dma-controller chan0
59: 2091 0 MSI-INTA 16974703 Level 31150000.dma-controller chan1
186: 0 0 GICv3 878 Level 40a00000.serial
187: 720 0 GICv3 280 Level 2880000.serial
188: 2 0 GICv3 872 Level 47040000.spi
189: 0 0 GICv3 873 Level 47050000.spi
190: 1046 0 GICv3 35 Level mmc0
236: 0 0 GPIO 39 Edge -davinci_gpio tps6594-0-0x48, tps6594-0-0x4c, tps6594-2-0x58
357: 0 0 tps6594-0-0x48 0 Edge buck1_ov
358: 0 0 tps6594-0-0x48 1 Edge buck1_uv
359: 0 0 tps6594-0-0x48 2 Edge buck1_sc
360: 0 0 tps6594-0-0x48 3 Edge buck1_ilim
361: 0 0 tps6594-0-0x48 4 Edge buck2_ov
362: 0 0 tps6594-0-0x48 5 Edge buck2_uv
363: 0 0 tps6594-0-0x48 6 Edge buck2_sc
364: 0 0 tps6594-0-0x48 7 Edge buck2_ilim
365: 0 0 tps6594-0-0x48 8 Edge buck3_ov
366: 0 0 tps6594-0-0x48 9 Edge buck3_uv
367: 0 0 tps6594-0-0x48 10 Edge buck3_sc
368: 0 0 tps6594-0-0x48 11 Edge buck3_ilim
369: 0 0 tps6594-0-0x48 12 Edge buck4_ov
370: 0 0 tps6594-0-0x48 13 Edge buck4_uv
371: 0 0 tps6594-0-0x48 14 Edge buck4_sc
372: 0 0 tps6594-0-0x48 15 Edge buck4_ilim
373: 0 0 tps6594-0-0x48 16 Edge buck5_ov
374: 0 0 tps6594-0-0x48 17 Edge buck5_uv
375: 0 0 tps6594-0-0x48 18 Edge buck5_sc
376: 0 0 tps6594-0-0x48 19 Edge buck5_ilim
377: 0 0 tps6594-0-0x48 20 Edge ldo1_ov
378: 0 0 tps6594-0-0x48 21 Edge ldo1_uv
379: 0 0 tps6594-0-0x48 22 Edge ldo1_sc
380: 0 0 tps6594-0-0x48 23 Edge ldo1_ilim
381: 0 0 tps6594-0-0x48 24 Edge ldo2_ov
382: 0 0 tps6594-0-0x48 25 Edge ldo2_uv
383: 0 0 tps6594-0-0x48 26 Edge ldo2_sc
384: 0 0 tps6594-0-0x48 27 Edge ldo2_ilim
385: 0 0 tps6594-0-0x48 28 Edge ldo3_ov
386: 0 0 tps6594-0-0x48 29 Edge ldo3_uv
387: 0 0 tps6594-0-0x48 30 Edge ldo3_sc
388: 0 0 tps6594-0-0x48 31 Edge ldo3_ilim
389: 0 0 tps6594-0-0x48 32 Edge ldo4_ov
390: 0 0 tps6594-0-0x48 33 Edge ldo4_uv
391: 0 0 tps6594-0-0x48 34 Edge ldo4_sc
392: 0 0 tps6594-0-0x48 35 Edge ldo4_ilim
393: 0 0 tps6594-0-0x48 36 Edge vcca_ov
394: 0 0 tps6594-0-0x48 37 Edge vcca_uv
412: 0 0 tps6594-0-0x48 55 Edge npwron_start
413: 0 0 tps6594-0-0x48 56 Edge enable
414: 0 0 tps6594-0-0x48 57 Edge fsd
415: 0 0 tps6594-0-0x48 58 Edge soft_reboot
416: 0 0 tps6594-0-0x48 59 Edge bist_pass
417: 0 0 tps6594-0-0x48 60 Edge ext_clk
418: 0 0 tps6594-0-0x48 61 Edge twarn
419: 0 0 tps6594-0-0x48 62 Edge tsd_ord
420: 0 0 tps6594-0-0x48 63 Edge bist_fail
421: 0 0 tps6594-0-0x48 64 Edge reg_crc_err
422: 0 0 tps6594-0-0x48 65 Edge recov_cnt
423: 0 0 tps6594-0-0x48 66 Edge spmi_err
424: 0 0 tps6594-0-0x48 67 Edge npwron_long
425: 0 0 tps6594-0-0x48 68 Edge nint_readback
426: 0 0 tps6594-0-0x48 69 Edge nrstout_readback
427: 0 0 tps6594-0-0x48 70 Edge tsd_imm
428: 0 0 tps6594-0-0x48 71 Edge vcca_ovp
429: 0 0 tps6594-0-0x48 72 Edge pfsm_err
430: 0 0 tps6594-0-0x48 73 Edge imm_shutdown
431: 0 0 tps6594-0-0x48 74 Edge ord_shutdown
432: 0 0 tps6594-0-0x48 75 Edge mcu_pwr_err
433: 0 0 tps6594-0-0x48 76 Edge soc_pwr_err
434: 0 0 tps6594-0-0x48 77 Edge comm_frm_err
435: 0 0 tps6594-0-0x48 78 Edge comm_crc_err
436: 0 0 tps6594-0-0x48 79 Edge comm_adr_err
437: 0 0 tps6594-0-0x48 82 Edge en_drv_readback
438: 0 0 tps6594-0-0x48 83 Edge nrstout_soc_readback
439: 0 0 tps6594-0-0x48 84 Edge esm_soc_pin
440: 0 0 tps6594-0-0x48 85 Edge esm_soc_fail
441: 0 0 tps6594-0-0x48 86 Edge esm_soc_rst
445: 0 0 tps6594-0-0x4c 0 Edge buck1_ov
446: 0 0 tps6594-0-0x4c 1 Edge buck1_uv
447: 0 0 tps6594-0-0x4c 2 Edge buck1_sc
448: 0 0 tps6594-0-0x4c 3 Edge buck1_ilim
449: 0 0 tps6594-0-0x4c 4 Edge buck2_ov
450: 0 0 tps6594-0-0x4c 5 Edge buck2_uv
451: 0 0 tps6594-0-0x4c 6 Edge buck2_sc
452: 0 0 tps6594-0-0x4c 7 Edge buck2_ilim
453: 0 0 tps6594-0-0x4c 8 Edge buck3_ov
454: 0 0 tps6594-0-0x4c 9 Edge buck3_uv
455: 0 0 tps6594-0-0x4c 10 Edge buck3_sc
456: 0 0 tps6594-0-0x4c 11 Edge buck3_ilim
457: 0 0 tps6594-0-0x4c 12 Edge buck4_ov
458: 0 0 tps6594-0-0x4c 13 Edge buck4_uv
459: 0 0 tps6594-0-0x4c 14 Edge buck4_sc
460: 0 0 tps6594-0-0x4c 15 Edge buck4_ilim
461: 0 0 tps6594-0-0x4c 16 Edge buck5_ov
462: 0 0 tps6594-0-0x4c 17 Edge buck5_uv
463: 0 0 tps6594-0-0x4c 18 Edge buck5_sc
464: 0 0 tps6594-0-0x4c 19 Edge buck5_ilim
465: 0 0 tps6594-0-0x4c 20 Edge ldo1_ov
466: 0 0 tps6594-0-0x4c 21 Edge ldo1_uv
467: 0 0 tps6594-0-0x4c 22 Edge ldo1_sc
468: 0 0 tps6594-0-0x4c 23 Edge ldo1_ilim
469: 0 0 tps6594-0-0x4c 24 Edge ldo2_ov
470: 0 0 tps6594-0-0x4c 25 Edge ldo2_uv
471: 0 0 tps6594-0-0x4c 26 Edge ldo2_sc
472: 0 0 tps6594-0-0x4c 27 Edge ldo2_ilim
473: 0 0 tps6594-0-0x4c 28 Edge ldo3_ov
474: 0 0 tps6594-0-0x4c 29 Edge ldo3_uv
475: 0 0 tps6594-0-0x4c 30 Edge ldo3_sc
476: 0 0 tps6594-0-0x4c 31 Edge ldo3_ilim
477: 0 0 tps6594-0-0x4c 32 Edge ldo4_ov
478: 0 0 tps6594-0-0x4c 33 Edge ldo4_uv
479: 0 0 tps6594-0-0x4c 34 Edge ldo4_sc
480: 0 0 tps6594-0-0x4c 35 Edge ldo4_ilim
481: 0 0 tps6594-0-0x4c 36 Edge vcca_ov
482: 0 0 tps6594-0-0x4c 37 Edge vcca_uv
500: 0 0 tps6594-0-0x4c 55 Edge npwron_start
501: 0 0 tps6594-0-0x4c 56 Edge enable
502: 0 0 tps6594-0-0x4c 57 Edge fsd
503: 0 0 tps6594-0-0x4c 58 Edge soft_reboot
504: 0 0 tps6594-0-0x4c 59 Edge bist_pass
505: 0 0 tps6594-0-0x4c 60 Edge ext_clk
506: 0 0 tps6594-0-0x4c 61 Edge twarn
507: 0 0 tps6594-0-0x4c 62 Edge tsd_ord
508: 0 0 tps6594-0-0x4c 63 Edge bist_fail
509: 0 0 tps6594-0-0x4c 64 Edge reg_crc_err
510: 0 0 tps6594-0-0x4c 65 Edge recov_cnt
511: 0 0 tps6594-0-0x4c 66 Edge spmi_err
512: 0 0 tps6594-0-0x4c 67 Edge npwron_long
513: 0 0 tps6594-0-0x4c 68 Edge nint_readback
514: 0 0 tps6594-0-0x4c 69 Edge nrstout_readback
515: 0 0 tps6594-0-0x4c 70 Edge tsd_imm
516: 0 0 tps6594-0-0x4c 71 Edge vcca_ovp
517: 0 0 tps6594-0-0x4c 72 Edge pfsm_err
518: 0 0 tps6594-0-0x4c 73 Edge imm_shutdown
519: 0 0 tps6594-0-0x4c 74 Edge ord_shutdown
520: 0 0 tps6594-0-0x4c 75 Edge mcu_pwr_err
521: 0 0 tps6594-0-0x4c 76 Edge soc_pwr_err
522: 0 0 tps6594-0-0x4c 77 Edge comm_frm_err
523: 0 0 tps6594-0-0x4c 78 Edge comm_crc_err
524: 0 0 tps6594-0-0x4c 79 Edge comm_adr_err
525: 0 0 tps6594-0-0x4c 82 Edge en_drv_readback
526: 0 0 tps6594-0-0x4c 83 Edge nrstout_soc_readback
527: 0 0 tps6594-0-0x4c 84 Edge esm_soc_pin
528: 0 0 tps6594-0-0x4c 85 Edge esm_soc_fail
529: 0 0 tps6594-0-0x4c 86 Edge esm_soc_rst
533: 0 0 tps6594-2-0x58 0 Edge buck1_ov
534: 0 0 tps6594-2-0x58 1 Edge buck1_uv
535: 0 0 tps6594-2-0x58 2 Edge buck1_sc
536: 0 0 tps6594-2-0x58 3 Edge buck1_ilim
537: 0 0 tps6594-2-0x58 4 Edge buck2_ov
538: 0 0 tps6594-2-0x58 5 Edge buck2_uv
539: 0 0 tps6594-2-0x58 6 Edge buck2_sc
540: 0 0 tps6594-2-0x58 7 Edge buck2_ilim
541: 0 0 tps6594-2-0x58 8 Edge buck3_ov
542: 0 0 tps6594-2-0x58 9 Edge buck3_uv
543: 0 0 tps6594-2-0x58 10 Edge buck3_sc
544: 0 0 tps6594-2-0x58 11 Edge buck3_ilim
545: 0 0 tps6594-2-0x58 12 Edge buck4_ov
546: 0 0 tps6594-2-0x58 13 Edge buck4_uv
547: 0 0 tps6594-2-0x58 14 Edge buck4_sc
548: 0 0 tps6594-2-0x58 15 Edge buck4_ilim
569: 0 0 tps6594-2-0x58 36 Edge vcca_ov
570: 0 0 tps6594-2-0x58 37 Edge vcca_uv
571: 0 0 tps6594-2-0x58 38 Edge vmon1_ov
572: 0 0 tps6594-2-0x58 39 Edge vmon1_uv
573: 0 0 tps6594-2-0x58 40 Edge vmon1_rv
574: 0 0 tps6594-2-0x58 41 Edge vmon2_ov
575: 0 0 tps6594-2-0x58 42 Edge vmon2_uv
576: 0 0 tps6594-2-0x58 43 Edge vmon2_rv
588: 0 0 tps6594-2-0x58 55 Edge npwron_start
589: 0 0 tps6594-2-0x58 56 Edge enable
590: 0 0 tps6594-2-0x58 57 Edge fsd
591: 0 0 tps6594-2-0x58 58 Edge soft_reboot
592: 0 0 tps6594-2-0x58 59 Edge bist_pass
593: 0 0 tps6594-2-0x58 60 Edge ext_clk
594: 0 0 tps6594-2-0x58 61 Edge twarn
595: 0 0 tps6594-2-0x58 62 Edge tsd_ord
596: 0 0 tps6594-2-0x58 63 Edge bist_fail
597: 0 0 tps6594-2-0x58 64 Edge reg_crc_err
598: 0 0 tps6594-2-0x58 65 Edge recov_cnt
599: 0 0 tps6594-2-0x58 66 Edge spmi_err
600: 0 0 tps6594-2-0x58 67 Edge npwron_long
601: 0 0 tps6594-2-0x58 68 Edge nint_readback
602: 0 0 tps6594-2-0x58 69 Edge nrstout_readback
603: 0 0 tps6594-2-0x58 70 Edge tsd_imm
604: 0 0 tps6594-2-0x58 71 Edge vcca_ovp
605: 0 0 tps6594-2-0x58 72 Edge pfsm_err
606: 0 0 tps6594-2-0x58 73 Edge imm_shutdown
607: 0 0 tps6594-2-0x58 74 Edge ord_shutdown
608: 0 0 tps6594-2-0x58 75 Edge mcu_pwr_err
609: 0 0 tps6594-2-0x58 76 Edge soc_pwr_err
610: 0 0 tps6594-2-0x58 77 Edge comm_frm_err
611: 0 0 tps6594-2-0x58 78 Edge comm_crc_err
612: 0 0 tps6594-2-0x58 79 Edge comm_adr_err
613: 0 0 tps6594-2-0x58 82 Edge en_drv_readback
614: 0 0 tps6594-2-0x58 83 Edge nrstout_soc_readback
615: 0 0 tps6594-2-0x58 84 Edge esm_soc_pin
616: 0 0 tps6594-2-0x58 85 Edge esm_soc_fail
617: 0 0 tps6594-2-0x58 86 Edge esm_soc_rst
705: 1491 0 GICv3 36 Level mmc1
IPI0: 2449 8137 Rescheduling interrupts
IPI1: 3630 11711 Function call interrupts
IPI2: 0 0 CPU stop interrupts
IPI3: 0 0 CPU stop (for crash dump) interrupts
IPI4: 0 0 Timer broadcast interrupts
IPI5: 0 0 IRQ work interrupts
Err: 0
root@j721s2-evm:~# cat /proc/softirqs
CPU0 CPU1
HI: 0 0
TIMER: 1624 1777
NET_TX: 13 1
NET_RX: 63898 56
BLOCK: 877 0
IRQ_POLL: 0 0
TASKLET: 7334 3
SCHED: 2154 1908
HRTIMER: 0 0
RCU: 7674 7373
root@j721s2-evm:~# ls -lR /run/media/mmcblk0p1
/run/media/mmcblk0p1:
total 0
root@j721s2-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $?
1
root@j721s2-evm:~# opkg list-installed | grep ti-test; echo $?
ti-test - 1.0-r0.121
ti-test-extras - 1.0-r0.121
0
root@j721s2-evm:~# depmod -a
depmod: ERROR: could not open directory /lib/modules/6.7.0-rc1-next-20231116-00007-gfa2d2325fbcf: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
root@j721s2-evm:~# lsmod
Module Size Used by
root@j721s2-evm:~# echo 'hello world'
hello world
root@j721s2-evm:~#
U-Boot SPL 2023.04-g4c358e4785 (Oct 26 2023 - 22:04:09 +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.1.2--v09.01.02 (Kool Koala)')
SPL initial stack usage: 13424 bytes
Trying to boot from UART
Cn 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 1000031 bytes
Loading Environment from nowhere... OK
init_env from device 7 not supported!
Starting ATF on ARM64 core...
NOTICE: BL31: v2.9(release):v2.9.0-614-gd7a7135d32-dirty
NOTICE: BL31: Built : 09:34:15, Aug 24 2023
I/TC:
I/TC: OP-TEE version: 3.20.0 (gcc version 11.4.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.1.2--v09.01.02 (Kool Koala)')
I/TC: HUK Initialized
I/TC: Activated SA2UL device
I/TC: Fixing SA2UL firewall owner for GP device
I/TC: Enabled firewalls for SA2UL TRNG device
I/TC: SA2UL TRNG initialized
I/TC: SA2UL Drivers initialized
I/TC: Primary CPU switching to normal world boot
U-Boot SPL 2023.04-g4c358e4785 (Oct 26 2023 - 22:04:09 +0000)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
Trying to boot from UART
Cate 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 1326363 bytes
U-Boot 2023.04-g4c358e4785 (Oct 26 2023 - 22:04:09 +0000)
SoC: J784S4 SR1.0 GP
Model: Texas Instruments J784S4 EVM
Board: J784S4X-EVM rev E2
DRAM: 32 GiB
idle-statesCore: 91 devices, 32 uclasses, devicetree: separate
Flash: 0 Bytes
MMC: mmc@4f80000: 0, mmc@4fb0000: 1
Loading Environment from nowhere... OK
In: serial@2880000
Out: serial@2880000
Err: serial@2880000
am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA02102 cpsw_ver: 0x6BA82102 ale_ver: 0x00293904 Ports:1 mdio_freq:1000000
Net: eth0: ethernet@46000000port@1
Hit any key to stop autoboot: 2 0
=>
=>
=>
=>
=>
=>
=> version
U-Boot 2023.04-g4c358e4785 (Oct 26 2023 - 22:04:09 +0000)
aarch64-oe-linux-gcc (GCC) 11.4.0
GNU ld (GNU Binutils) 2.38.20220708
=> setenv bootargs 'console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled '
=> setenv bootcmd ''
=> setenv autoload 'no'
=> setenv serverip '192.168.0.1'
=> setenv _initramfs -
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs ${optargs} earlycon=ns16550a,mmio32,0x02880000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ospi_nand=setenv bootargs console=${console} ${optargs} ubi.mtd=${ospi_nand_bootpart} root=${ospi_nand_bootvolume} rootfstype=ubifs
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=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_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootcmd_usb0=devnum=0; run usb_boot
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
default_device_tree=ti/k3-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
do_main_cpsw0_qsgmii_phyinit=1
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=fde71450
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_ospi_nand=ubifsload ${fdtaddr} ${bootdir}/dtb/${fdtfile};
get_fdt_ufs=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_fit_ospi_nand=ubifsload ${addr_fit} ${bootdir}/${name_fit}
get_fit_overlaystring=for overlay in $name_overlays; do; setexpr name_fit_overlay gsub / _ conf-${overlay}; setenv overlaystring ${overlaystring}'#'${name_fit_overlay}; done;
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_ospi_nand=ubifsload ${loadaddr} ${bootdir}/${name_kern}
get_kern_ufs=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/ti/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_ospi_nand=fdt address ${fdtaddr} fdt resize 0x100000; for overlay in $name_overlays; do; ubifsload ${dtboaddr} ${bootdir}/dtb/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_ufs=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load scsi ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && fdt apply ${dtboaddr}; done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_main_cpsw0_qsgmii_phy=gpio set gpio@22_17; gpio clear gpio@22_16
init_mmc=run args_all args_mmc
init_ospi_nand=run args_all args_ospi_nand ospi_nand_ubi_init
init_ufs=ufs init; scsi scan; run args_ufs
kernel_addr_r=0x82000000
load_efi_dtb=load ${devtype} ${devnum}:${distro_bootpart} ${fdt_addr_r} ${prefix}${efi_fdtfile}
loadaddr=0x82000000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
loadbootscript=load mmc ${mmcdev} ${loadaddr} boot.scr
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/dtb/${fdtfile}
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
main_cpsw0_qsgmii_phyinit=if test $board_name = j784s4; then do_main_cpsw0_qsgmii_phyinit=1; else do_main_cpsw0_qsgmii_phyinit=0; fi; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1 && test ${dorprocboot} -eq 1 && test ${boot} = mmc; then run init_main_cpsw0_qsgmii_phy; fi;
mmc_boot=if mmc dev ${devnum}; then devtype=mmc; run scan_dev_for_boot_part; fi
mmcboot=mmc dev ${mmcdev}; devnum=${mmcdev}; devtype=mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadimage; then run args_mmc; if test ${boot_fit} -eq 1; then run run_fit; else run mmcloados; fi; fi; fi;
mmcdev=1
mmcloados=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run get_fdt_mmc; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;
mmcrootfstype=ext4 rootwait
mtdids=nor0=47040000.spi.0,nand0=spi-nand0
mtdparts=mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern)
name_fit=fitImage
name_kern=Image
ospi_nand_bootpart=ospi_nand.rootfs
ospi_nand_bootvolume=ubi0:rootfs
ospi_nand_ubi_init=ubi part ${ospi_nand_bootpart}; ubifsmount ${ospi_nand_bootvolume};
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
rproc_fw_binaries= 1 /lib/firmware/j784s4-mcu-r5f0_1-fw 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: 12050/262139 bytes
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled
=> setenv bootargs ''${bootargs}' ip=:::::eth0:dhcp '
=> setenv serverip '192.168.0.1'
=> setenv autoload 'no'
=> dhcp
k3-navss-ringacc ringacc@2b800000: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:328
k3-navss-ringacc ringacc@2b800000: dma-ring-reset-quirk: disabled
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 1000, full duplex
BOOTP broadcast 1
BOOTP broadcast 2
BOOTP broadcast 3
DHCP client bound to address 192.168.0.168 (1008 ms)
=> setenv dorprocboot '1'
=> run boot_rprocs
k3_r5f_rproc r5f@41000000: Core 1 is already in use. No rproc commands work
80600 bytes read in 31 ms (2.5 MiB/s)
Load Remote Processor 1 with data@addr=0x82000000 80600 bytes: Success!
80600 bytes read in 32 ms (2.4 MiB/s)
Load Remote Processor 2 with data@addr=0x82000000 80600 bytes: Success!
80600 bytes read in 32 ms (2.4 MiB/s)
Load Remote Processor 3 with data@addr=0x82000000 80600 bytes: Success!
80600 bytes read in 31 ms (2.5 MiB/s)
Load Remote Processor 4 with data@addr=0x82000000 80600 bytes: Success!
80600 bytes read in 31 ms (2.5 MiB/s)
Load Remote Processor 5 with data@addr=0x82000000 80600 bytes: Success!
80600 bytes read in 31 ms (2.5 MiB/s)
Load Remote Processor 6 with data@addr=0x82000000 80600 bytes: Success!
80600 bytes read in 31 ms (2.5 MiB/s)
Load Remote Processor 7 with data@addr=0x82000000 80600 bytes: Success!
10489056 bytes read in 38 ms (263.2 MiB/s)
Load Remote Processor 8 with data@addr=0x82000000 10489056 bytes: Success!
10489056 bytes read in 38 ms (263.2 MiB/s)
Load Remote Processor 9 with data@addr=0x82000000 10489056 bytes: Success!
10489056 bytes read in 39 ms (256.5 MiB/s)
Load Remote Processor 10 with data@addr=0x82000000 10489056 bytes: Success!
10489056 bytes read in 39 ms (256.5 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_ospi_nand=setenv bootargs console=${console} ${optargs} ubi.mtd=${ospi_nand_bootpart} root=${ospi_nand_bootvolume} rootfstype=ubifs
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=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_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootcmd_usb0=devnum=0; run usb_boot
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
default_device_tree=ti/k3-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
do_main_cpsw0_qsgmii_phyinit=1
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=fde71450
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_ospi_nand=ubifsload ${fdtaddr} ${bootdir}/dtb/${fdtfile};
get_fdt_ufs=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_fit_ospi_nand=ubifsload ${addr_fit} ${bootdir}/${name_fit}
get_fit_overlaystring=for overlay in $name_overlays; do; setexpr name_fit_overlay gsub / _ conf-${overlay}; setenv overlaystring ${overlaystring}'#'${name_fit_overlay}; done;
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_ospi_nand=ubifsload ${loadaddr} ${bootdir}/${name_kern}
get_kern_ufs=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/ti/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_ospi_nand=fdt address ${fdtaddr} fdt resize 0x100000; for overlay in $name_overlays; do; ubifsload ${dtboaddr} ${bootdir}/dtb/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_ufs=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load scsi ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && fdt apply ${dtboaddr}; done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_main_cpsw0_qsgmii_phy=gpio set gpio@22_17; gpio clear gpio@22_16
init_mmc=run args_all args_mmc
init_ospi_nand=run args_all args_ospi_nand ospi_nand_ubi_init
init_ufs=ufs init; scsi scan; run args_ufs
ipaddr=192.168.0.168
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}
main_cpsw0_qsgmii_phyinit=if test $board_name = j784s4; then do_main_cpsw0_qsgmii_phyinit=1; else do_main_cpsw0_qsgmii_phyinit=0; fi; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1 && test ${dorprocboot} -eq 1 && test ${boot} = mmc; then run init_main_cpsw0_qsgmii_phy; fi;
mmc_boot=if mmc dev ${devnum}; then devtype=mmc; run scan_dev_for_boot_part; fi
mmcboot=mmc dev ${mmcdev}; devnum=${mmcdev}; devtype=mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadimage; then run args_mmc; if test ${boot_fit} -eq 1; then run run_fit; else run mmcloados; fi; fi; fi;
mmcdev=1
mmcloados=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run get_fdt_mmc; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;
mmcrootfstype=ext4 rootwait
mtdids=nor0=47040000.spi.0,nand0=spi-nand0
mtdparts=mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern)
name_fit=fitImage
name_kern=Image
netmask=255.255.255.0
ospi_nand_bootpart=ospi_nand.rootfs
ospi_nand_bootvolume=ubi0:rootfs
ospi_nand_ubi_init=ubi part ${ospi_nand_bootpart}; ubifsmount ${ospi_nand_bootvolume};
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
rproc_fw_binaries= 1 /lib/firmware/j784s4-mcu-r5f0_1-fw 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: 12215/262139 bytes
=> tftp ${loadaddr} 192.168.0.1:vatf_j784s4-evm/ddbfb9db45cc797ec4913208c3add362
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.168
Filename 'vatf_j784s4-evm/ddbfb9db45cc797ec4913208c3add362'.
Load address: 0x82000000
Loading: *################################################## 20.9 MiB
21.8 MiB/s
done
Bytes transferred = 21926400 (14e9200 hex)
=> tftp ${fdt_addr_r} 192.168.0.1:vatf_j784s4-evm/cfdbf6d682bdb830a665044c8cd86f13
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.168
Filename 'vatf_j784s4-evm/cfdbf6d682bdb830a665044c8cd86f13'.
Load address: 0x88000000
Loading: *################################################## 71.5 KiB
14 MiB/s
done
Bytes transferred = 73215 (11dff 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/bb5db8368343d23b37b2cc55731e15dc,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-g4c358e4785 (Oct 26 2023 - 22:04:09 +0000)
aarch64-oe-linux-gcc (GCC) 11.4.0
GNU ld (GNU Binutils) 2.38.20220708
=> bdinfo
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x000000007fffffff
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x000000077fffffff
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffec6000
reloc off = 0x000000007f6c6000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 68:e7:4a:08:40:77
IP addr = 192.168.0.168
fdt_blob = 0x00000000fde71450
new_fdt = 0x00000000fde71450
fdt_size = 0x0000000000014960
lmb_dump_all:
memory.cnt = 0x2
memory[0] [0x80000000-0xfffffffe], 0x7fffffff bytes flags: 0
memory[1] [0x880000000-0xffffffffe], 0x77fffffff bytes flags: 0
reserved.cnt = 0x3
reserved[0] [0x9e800000-0xabffffff], 0x0d800000 bytes flags: 4
reserved[1] [0xfce62000-0xfffffffe], 0x0319dfff bytes flags: 0
reserved[2] [0x880000000-0xfffffefff], 0x77ffff000 bytes flags: 0
devicetree = separate
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde71440
sp start = 0x00000000fde71440
Early malloc usage: 3008 / 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 = 0x00000000ffec6000
reloc off = 0x000000007f6c6000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 68:e7:4a:08:40:77
IP addr = 192.168.0.168
fdt_blob = 0x00000000fde71450
new_fdt = 0x00000000fde71450
fdt_size = 0x0000000000014960
lmb_dump_all:
memory.cnt = 0x2
memory[0] [0x80000000-0xfffffffe], 0x7fffffff bytes flags: 0
memory[1] [0x880000000-0xffffffffe], 0x77fffffff bytes flags: 0
reserved.cnt = 0x3
reserved[0] [0x9e800000-0xabffffff], 0x0d800000 bytes flags: 4
reserved[1] [0xfce62000-0xfffffffe], 0x0319dfff bytes flags: 0
reserved[2] [0x880000000-0xfffffefff], 0x77ffff000 bytes flags: 0
devicetree = separate
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde71440
sp start = 0x00000000fde71440
Early malloc usage: 3008 / 8000
=> ls mmc 0:1
0 file(s), 0 dir(s)
=> ls mmc 1:1
EFI/
20367872 Image
517337 tiboot3.bin
517337 tiboot3-j784s4-gp-evm.bin
519926 tiboot3-j784s4-hs-fs-evm.bin
1078267 tispl.bin
1326443 u-boot.img
574 uEnv.txt
4 ws-calibrate.rules
8 file(s), 1 dir(s)
=> ext4ls mmc 0:2 /lib/firmware
=> ext4ls mmc 1:2 /lib/firmware
<DIR> 4096 .
<DIR> 4096 ..
2040 LICENCE.ibt_firmware
2046 LICENCE.iwlwifi_firmware
478552 bl32.bin
4295688 bl32.elf
<DIR> 4096 cadence
<DIR> 4096 cnm
<DIR> 4096 intel
918268 iwlwifi-3160-17.ucode
2448976 iwlwifi-8000C-34.ucode
2428004 iwlwifi-8000C-36.ucode
2440780 iwlwifi-8265-34.ucode
2436632 iwlwifi-8265-36.ucode
2678092 iwlwifi-9260-th-b0-jf-b0-34.ucode
2521412 iwlwifi-9260-th-b0-jf-b0-38.ucode
1489652 iwlwifi-9260-th-b0-jf-b0-46.ucode
<SYM> 66 j784s4-c71_0-fw
<SYM> 73 j784s4-c71_0-fw-sec
<SYM> 66 j784s4-c71_1-fw
<SYM> 73 j784s4-c71_1-fw-sec
<SYM> 66 j784s4-c71_2-fw
<SYM> 73 j784s4-c71_2-fw-sec
<SYM> 66 j784s4-c71_3-fw
<SYM> 73 j784s4-c71_3-fw-sec
<SYM> 68 j784s4-main-r5f0_0-fw
<SYM> 75 j784s4-main-r5f0_0-fw-sec
<SYM> 68 j784s4-main-r5f0_1-fw
<SYM> 75 j784s4-main-r5f0_1-fw-sec
<SYM> 68 j784s4-main-r5f1_0-fw
<SYM> 75 j784s4-main-r5f1_0-fw-sec
<SYM> 68 j784s4-main-r5f1_1-fw
<SYM> 75 j784s4-main-r5f1_1-fw-sec
<SYM> 68 j784s4-main-r5f2_0-fw
<SYM> 75 j784s4-main-r5f2_0-fw-sec
<SYM> 68 j784s4-main-r5f2_1-fw
<SYM> 75 j784s4-main-r5f2_1-fw-sec
<SYM> 68 j784s4-mcu-r5f0_1-fw
<SYM> 75 j784s4-mcu-r5f0_1-fw-sec
4728 regulatory.db
1182 regulatory.db.p7s
151552 rgx.fw.36.53.104.796
383136 rgx.sh.36.53.104.796
28 tee-header_v2.bin
0 tee-pageable_v2.bin
478552 tee-pager_v2.bin
478552 tee-raw.bin
478580 tee.bin
4295688 tee.elf
<DIR> 4096 ti-connectivity
<DIR> 4096 ti-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 54 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 000000008ffeb000, end 000000008ffffdfe ... OK
Working FDT set to 8ffeb000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.7.0-rc1-next-20231116-00004-g3e504d2927ed (a0497641@a0497641-HP-Z2-Tower-G9-Workstation-Desktop-PC) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 10.3.1 20210621, GNU ld (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 2.36.1.20210621) #2 SMP PREEMPT Wed Nov 22 15:37:46 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: legacy bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a0000000..0x00000000a00fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a0000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a0100000..0x00000000a0ffffff (15360 KiB) nomap non-reusable r5f-memory@a0100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a1000000..0x00000000a10fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a1000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a1100000..0x00000000a1ffffff (15360 KiB) nomap non-reusable r5f-memory@a1100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a2000000..0x00000000a20fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a2000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a2100000..0x00000000a2ffffff (15360 KiB) nomap non-reusable r5f-memory@a2100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a3000000..0x00000000a30fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a3000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a3100000..0x00000000a3ffffff (15360 KiB) nomap non-reusable r5f-memory@a3100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a4000000..0x00000000a40fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a4000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a4100000..0x00000000a4ffffff (15360 KiB) nomap non-reusable r5f-memory@a4100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a5000000..0x00000000a50fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a5000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a5100000..0x00000000a5ffffff (15360 KiB) nomap non-reusable r5f-memory@a5100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node 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] 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 on node -1
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.4
[ 0.000000] percpu: Embedded 20 pages/cpu s43304 r8192 d30424 u81920
[ 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/bb5db8368343d23b37b2cc55731e15dc,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] Built 1 zonelists, mobility grouping on. Total pages: 8257534
[ 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: 32572404K/33554424K available (12608K kernel code, 1252K rwdata, 4652K rodata, 2752K init, 500K bss, 949252K 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 @0x0000000880060000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880070000
[ 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.008485] Console: colour dummy device 80x25
[ 0.013054] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023726] pid_max: default: 32768 minimum: 301
[ 0.028484] LSM: initializing lsm=capability,integrity
[ 0.033836] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.041632] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.050831] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
[ 0.058083] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
[ 0.065934] rcu: Hierarchical SRCU implementation.
[ 0.070831] rcu: Max phase no-delay instances is 1000.
[ 0.076314] Platform MSI: msi-controller@1820000 domain created
[ 0.082457] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.091836] EFI services will not be available.
[ 0.096660] 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.109718] Detected PIPT I-cache on CPU1
[ 0.109759] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.109772] GICv3: CPU1: using allocated LPI pending table @0x0000000880080000
[ 0.109803] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.118251] Detected PIPT I-cache on CPU2
[ 0.118279] GICv3: CPU2: found redistributor 2 region 0:0x0000000001940000
[ 0.118292] GICv3: CPU2: using allocated LPI pending table @0x0000000880090000
[ 0.118315] CPU2: Booted secondary processor 0x0000000002 [0x411fd080]
[ 0.126730] Detected PIPT I-cache on CPU3
[ 0.126759] GICv3: CPU3: found redistributor 3 region 0:0x0000000001960000
[ 0.126772] GICv3: CPU3: using allocated LPI pending table @0x00000008800a0000
[ 0.126797] CPU3: Booted secondary processor 0x0000000003 [0x411fd080]
[ 0.135254] Detected PIPT I-cache on CPU4
[ 0.135310] GICv3: CPU4: found redistributor 100 region 0:0x0000000001980000
[ 0.135324] GICv3: CPU4: using allocated LPI pending table @0x00000008800b0000
[ 0.135356] CPU4: Booted secondary processor 0x0000000100 [0x411fd080]
[ 0.143806] Detected PIPT I-cache on CPU5
[ 0.143841] GICv3: CPU5: found redistributor 101 region 0:0x00000000019a0000
[ 0.143853] GICv3: CPU5: using allocated LPI pending table @0x00000008800c0000
[ 0.143878] CPU5: Booted secondary processor 0x0000000101 [0x411fd080]
[ 0.152300] Detected PIPT I-cache on CPU6
[ 0.152337] GICv3: CPU6: found redistributor 102 region 0:0x00000000019c0000
[ 0.152350] GICv3: CPU6: using allocated LPI pending table @0x00000008800d0000
[ 0.152376] CPU6: Booted secondary processor 0x0000000102 [0x411fd080]
[ 0.160805] Detected PIPT I-cache on CPU7
[ 0.160846] GICv3: CPU7: found redistributor 103 region 0:0x00000000019e0000
[ 0.160859] GICv3: CPU7: using allocated LPI pending table @0x00000008800e0000
[ 0.160884] CPU7: Booted secondary processor 0x0000000103 [0x411fd080]
[ 0.160933] smp: Brought up 1 node, 8 CPUs
[ 0.341920] SMP: Total of 8 processors activated.
[ 0.346725] CPU features: detected: 32-bit EL0 Support
[ 0.351981] CPU features: detected: CRC32 instructions
[ 0.557985] CPU: All CPU(s) started at EL2
[ 0.562188] alternatives: applying system-wide alternatives
[ 0.568933] devtmpfs: initialized
[ 0.581071] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.591048] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.598600] pinctrl core: initialized pinctrl subsystem
[ 0.604136] DMI not present or invalid.
[ 0.608475] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.615556] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[ 0.623601] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.632352] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.640558] audit: initializing netlink subsys (disabled)
[ 0.646157] audit: type=2000 audit(0.304:1): state=initialized audit_enabled=0 res=1
[ 0.646347] thermal_sys: Registered thermal governor 'step_wise'
[ 0.654084] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.660236] cpuidle: using governor menu
[ 0.670982] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.677999] ASID allocator initialised with 65536 entries
[ 0.692729] platform 4a00000.dss: Fixed dependency cycle(s) with /bus@100000/bridge@a000000/ports/port@0/endpoint
[ 0.703738] platform connector-dp0: Fixed dependency cycle(s) with /bus@100000/bridge@a000000/ports/port@4/endpoint
[ 0.714723] Modules: 27280 pages in range for non-PLT usage
[ 0.714726] Modules: 518800 pages in range for PLT usage
[ 0.720793] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.733155] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.739559] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.746493] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.752895] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.759829] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.766231] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.773168] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.780421] k3-chipinfo 43000014.chipid: Family:J784S4 rev:SR1.0 JTAGID[0x0bb8002f] Detected
[ 0.789352] iommu: Default domain type: Translated
[ 0.794248] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.800679] SCSI subsystem initialized
[ 0.804660] usbcore: registered new interface driver usbfs
[ 0.810278] usbcore: registered new interface driver hub
[ 0.815719] usbcore: registered new device driver usb
[ 0.821149] pps_core: LinuxPPS API ver. 1 registered
[ 0.826221] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.835560] PTP clock support registered
[ 0.839579] EDAC MC: Ver: 3.0.0
[ 0.842999] scmi_core: SCMI protocol bus registered
[ 0.848155] FPGA manager framework
[ 0.851657] Advanced Linux Sound Architecture Driver Initialized.
[ 0.858270] vgaarb: loaded
[ 0.861170] clocksource: Switched to clocksource arch_sys_counter
[ 0.867516] VFS: Disk quotas dquot_6.6.0
[ 0.871539] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.881651] NET: Registered PF_INET protocol family
[ 0.886913] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.899731] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 0.908759] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.916694] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.925772] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.934164] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.941023] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.948378] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.956253] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.962311] RPC: Registered named UNIX socket transport module.
[ 0.968371] RPC: Registered udp transport module.
[ 0.973175] RPC: Registered tcp transport module.
[ 0.977977] RPC: Registered tcp-with-tls transport module.
[ 0.983580] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.990168] PCI: CLS 0 bytes, default 64
[ 0.995107] Initialise system trusted keyrings
[ 0.999745] workingset: timestamp_bits=46 max_order=23 bucket_order=0
[ 1.006491] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 1.012581] NFS: Registering the id_resolver key type
[ 1.017756] Key type id_resolver registered
[ 1.022028] Key type id_legacy registered
[ 1.026131] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.032980] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 1.040597] 9p: Installing v9fs 9p2000 file system support
[ 1.067308] Key type asymmetric registered
[ 1.071493] Asymmetric key parser 'x509' registered
[ 1.076498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[ 1.084058] io scheduler mq-deadline registered
[ 1.088684] io scheduler kyber registered
[ 1.092796] io scheduler bfq registered
[ 1.098158] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
[ 1.104125] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
[ 1.110170] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
[ 1.116296] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
[ 1.122104] pinctrl-single 11c000.pinctrl: 72 pins, size 288
[ 1.128079] pinctrl-single 104200.pinctrl: 20 pins, size 80
[ 1.133840] pinctrl-single 104280.pinctrl: 8 pins, size 32
[ 1.143497] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.151132] STM32 USART driver initialized
[ 1.159117] loop: module loaded
[ 1.162763] megasas: 07.727.03.00-rc1
[ 1.168402] tun: Universal TUN/TAP device driver, 1.6
[ 1.173950] thunder_xcv, ver 1.0
[ 1.177258] thunder_bgx, ver 1.0
[ 1.180557] nicpf, ver 1.0
[ 1.183584] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 1.190965] hns3: Copyright (c) 2017 Huawei Corporation.
[ 1.196404] hclge is initializing
[ 1.199804] e1000: Intel(R) PRO/1000 Network Driver
[ 1.204785] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 1.210664] e1000e: Intel(R) PRO/1000 Network Driver
[ 1.215736] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.221795] igb: Intel(R) Gigabit Ethernet Network Driver
[ 1.227309] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 1.233008] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 1.239411] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 1.245527] sky2: driver version 1.30
[ 1.249743] VFIO - User Level meta-driver version: 0.3
[ 1.255668] usbcore: registered new interface driver usb-storage
[ 1.262363] i2c_dev: i2c /dev entries driver
[ 1.267810] sdhci: Secure Digital Host Controller Interface driver
[ 1.274128] sdhci: Copyright(c) Pierre Ossman
[ 1.278890] Synopsys Designware Multimedia Card Interface Driver
[ 1.285325] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.291768] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.298079] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.305133] usbcore: registered new interface driver usbhid
[ 1.310827] usbhid: USB HID core driver
[ 1.315666] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 1.324325] 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.328881] optee: revision 3.20 (8e74d476)
[ 1.345282] optee: dynamic shared memory is enabled
[ 1.354939] random: crng init done
[ 1.358467] optee: initialized driver
[ 1.362323] mmio-mux 104080.mux-controller: failed to get regmap: -19
[ 1.369590] NET: Registered PF_PACKET protocol family
[ 1.374805] 9pnet: Installing 9P2000 support
[ 1.379190] Key type dns_resolver registered
[ 1.386902] registered taskstats version 1
[ 1.391207] Loading compiled-in X.509 certificates
[ 1.401640] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
[ 1.458893] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.465144] pca953x 3-0020: supply vcc not found, using dummy regulator
[ 1.471969] pca953x 3-0020: using no AI
[ 1.497790] pca953x 3-0022: supply vcc not found, using dummy regulator
[ 1.504595] pca953x 3-0022: using AI
[ 1.508869] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz
[ 1.514911] pca953x 4-0020: supply vcc not found, using dummy regulator
[ 1.521727] pca953x 4-0020: using no AI
[ 1.549473] omap_i2c 2040000.i2c: bus 4 rev0.12 at 400 kHz
[ 1.555184] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 177 domain created
[ 1.563719] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 10 domain created
[ 1.572982] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 283 domain created
[ 1.581587] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 321 created
[ 1.590632] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:328
[ 1.600512] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.607272] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.616592] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:315
[ 1.626743] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.633506] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.641539] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 187, base_baud = 6000000) is a 8250
[ 1.651106] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 188, base_baud = 3000000) is a 8250
[ 1.659955] printk: legacy console [ttyS2] enabled
[ 1.659955] printk: legacy console [ttyS2] enabled
[ 1.669630] printk: legacy bootconsole [ns16550a0] disabled
[ 1.669630] printk: legacy bootconsole [ns16550a0] disabled
[ 1.725175] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.736086] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.744355] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.757209] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.764415] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.771477] mmc0: CQHCI version 5.10
[ 1.806252] ti-udma 285c0000.dma-controller: Channels: 22 (tchan: 11, rchan: 11, gp-rflow: 8)
[ 1.816026] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 1.816436] ti-udma 31150000.dma-controller: Channels: 66 (tchan: 33, rchan: 33, gp-rflow: 16)
[ 1.835932] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[ 1.841250] 7 fixed-partitions partitions found on MTD device 47040000.spi.0
[ 1.848289] Creating 7 MTD partitions on "47040000.spi.0":
[ 1.853779] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[ 1.859894] 0x000000080000-0x000000280000 : "ospi.tispl"
[ 1.865714] 0x000000280000-0x000000680000 : "ospi.u-boot"
[ 1.871641] 0x000000680000-0x0000006c0000 : "ospi.env"
[ 1.877301] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
[ 1.883538] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 1.889420] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[ 1.897475] spi-nor spi1.0: mt25qu512a (65536 Kbytes)
[ 1.902944] 7 fixed-partitions partitions found on MTD device 47050000.spi.0
[ 1.909986] Creating 7 MTD partitions on "47050000.spi.0":
[ 1.910135] mmc0: Command Queue Engine enabled
[ 1.915461] 0x000000000000-0x000000080000 : "qspi.tiboot3"
[ 1.919894] mmc0: new HS400 MMC card at address 0001
[ 1.925924] 0x000000080000-0x000000280000 : "qspi.tispl"
[ 1.930580] mmcblk0: mmc0:0001 G1M15L 29.6 GiB
[ 1.936148] 0x000000280000-0x000000680000 : "qspi.u-boot"
[ 1.940916] mmcblk0: p1 p2 p3
[ 1.945940] 0x000000680000-0x0000006c0000 : "qspi.env"
[ 1.948752] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB
[ 1.954096] 0x0000006c0000-0x000000700000 : "qspi.env.backup"
[ 1.959013] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB
[ 1.964724] 0x000000800000-0x000003fc0000 : "qspi.rootfs"
[ 1.969577] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (240:0)
[ 1.975001] 0x000003fc0000-0x000004000000 : "qspi.phypattern"
[ 2.025182] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 2.036040] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 2.044310] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 2.057163] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 2.064376] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 2.071016] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 2.078993] mmc1: CQHCI version 5.10
[ 2.119727] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 2.139233] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 2.148710] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 2.165178] mmc1: new high speed SDHC card at address aaaa
[ 2.170976] mmcblk1: mmc1:aaaa SL32G 29.7 GiB
[ 2.180040] mmcblk1: p1 p2 p3
[ 6.250635] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 6.281172] Sending DHCP requests ., OK
[ 6.301009] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.168
[ 6.308741] IP-Config: Complete:
[ 6.311960] device=eth0, hwaddr=68:e7:4a:08:40:77, ipaddr=192.168.0.168, mask=255.255.255.0, gw=192.168.0.1
[ 6.322116] host=192.168.0.168, domain=ti.com, nis-domain=(none)
[ 6.328541] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 6.328544] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 6.341237] clk: Disabling unused clocks
[ 6.356053] ALSA device list:
[ 6.359015] No soundcards found.
[ 6.372634] VFS: Mounted root (nfs filesystem) on device 0:21.
[ 6.378620] devtmpfs: mounted
[ 6.382505] Freeing unused kernel memory: 2752K
[ 6.393259] Run /sbin/init as init process
[ 6.500551] systemd[1]: System time before build time, advancing clock.
[ 6.525399] 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.556932] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.04[0m!
[ 6.605953] systemd[1]: Hostname set to <j784s4-evm>.
[ 6.686203] systemd-sysv-generator[131]: 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.711332] systemd-sysv-generator[131]: 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.735441] systemd-sysv-generator[131]: 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.764367] systemd[122]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 6.906301] systemd[1]: Binding to IPv6 address not available since kernel does not support IPv6.
[ 6.915199] systemd[1]: Binding to IPv6 address not available since kernel does not support IPv6.
[ 6.940501] 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.986745] 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.040966] systemd[1]: Queued start job for default target Graphical Interface.
[ 7.087329] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 7.110378] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 7.134234] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 7.158056] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 7.181322] 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.205280] 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.229350] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 7.245240] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 7.265224] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 7.281232] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 7.315681] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 7.341282] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 7.364532] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 7.385330] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 7.409695] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 7.429593] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 7.449454] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 7.465658] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 7.489937] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 7.509341] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 7.529471] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 7.569387] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 7.587382] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 7.611301] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 7.625366] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 7.640881] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 7.657419] systemd[1]: Create List of Static Device Nodes was skipped because of a failed condition check (ConditionFileNotEmpty=/lib/modules/6.7.0-rc1-next-20231116-00004-g3e504d2927ed/modules.devname).
[ 7.697501] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 7.715324] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 7.731208] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 7.748175] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 7.772611] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 7.785984] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 7.802259] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 7.821327] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 7.839884] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 7.868061] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 7.892006] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 7.913034] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 7.929500] 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.232638] systemd-journald[146]: 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.451349] audit: type=1334 audit(1651167746.948:2): prog-id=5 op=LOAD
[ 8.458021] audit: type=1334 audit(1651167746.956: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.
[ 9.087481] systemd-journald[146]: Oldest entry in /run/log/journal/49263ea6359a42b4a3a93bd28b566457/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[ 9.105281] systemd-journald[146]: /run/log/journal/49263ea6359a42b4a3a93bd28b566457/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.
[[0;32m OK [0m] Listening on [0;1;39mPC/SC Smart Card Daemon Activation Socket[0m.
Starting [0;1;39mWeston socket[0m...
Starting [0;1;39mD-Bus System Message Bus[0m...
Starting [0;1;39mReboot and dump vmcore via kexec[0m...
[[0;32m OK [0m] Listening on [0;1;39mDocker Socket for the API[0m.
[[0;32m OK [0m] Listening on [0;1;39mWeston socket[0m.
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[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.
Starting [0;1;39mLighttpd Daemon[0m...
[[0;32m OK [0m] Started [0;1;39mstrongSwan IPsec IIKEv2 daemon using ipsec.conf[0m.
[ 9.624892] audit: type=1334 audit(1701147669.576:4): prog-id=7 op=LOAD
[ 9.631645] audit: type=1334 audit(1701147669.584:5): prog-id=8 op=LOAD
Starting [0;1;39mUser Login Management[0m...
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[0m.
Starting [0;1;39mTelnet Server[0m...
Starting [0;1;39mRotate log files[0m...
[[0;1;31mFAILED[0m] Failed to start [0;1;39mPrint notice about GPLv3 packages[0m.
See 'systemctl status gplv3-notice.service' for details.
[[0;32m OK [0m] Finished [0;1;39mIPv6 Packet Filtering Framework[0m.
[[0;32m OK [0m] Finished [0;1;39mIPv4 Packet Filtering Framework[0m.
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.
[[0;32m OK [0m] Finished [0;1;39mTelnet Server[0m.
[[0;32m OK [0m] Finished [0;1;39mRotate log files[0m.
[[0;32m OK [0m] Started [0;1;39mUser Login Management[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] 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.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p1[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p2[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p3[0m.
Mounting [0;1;39m/run/media/mmcblk0p1[0m...
[ 10.207491] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Mounting [0;1;39m/run/media/mmcblk0p2[0m...
[ 10.223318] FAT-fs (mmcblk0p2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Mounting [0;1;39m/run/media/mmcblk0p3[0m...
[ 10.252199] EXT4-fs (mmcblk0p3): mounted filesystem 86529f9d-4f90-4f89-9567-771e85bcd8a5 r/w with ordered data mode. Quota mode: none.
Starting [0;1;39mNetwork Name Resolution[0m...
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p1[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p2[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p3[0m.
[[0;32m OK [0m] Started [0;1;39mNetwork Name Resolution[0m.
[[0;32m OK [0m] Reached target [0;1;39mNetwork[0m.
[[0;32m OK [0m] Reached target [0;1;39mHost and Network Name Lookups[0m.
Starting [0;1;39mAvahi mDNS/DNS-SD Stack[0m...
Starting [0;1;39mEnable and configure wl18xx bluetooth stack[0m...
Starting [0;1;39mcontainerd container runtime[0m...
[[0;32m OK [0m] Started [0;1;39mNetperf Benchmark Server[0m.
[[0;32m OK [0m] Started [0;1;39mNFS status monitor for NFSv2/3 locking.[0m.
Starting [0;1;39mPermit User Sessions[0m...
[[0;1;31mFAILED[0m] Failed to start [0;1;39mEnable andfigure wl18xx bluetooth stack[0m.
See 'systemctl status bt-enable.service' for details.
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p1[0m.
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p2[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p3[0m.
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m.
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m.
[[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m.
Starting [0;1;39mSynchronize System and HW clocks[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p1[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p2[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p3[0m...
Starting [0;1;39mWeston, a Waylandositor, as a system service[0m...
[[0;1;31mFAILED[0m] Failed to start [0;1;39mSynchronize System and HW clocks[0m.
See 'systemctl status sync-clocks.service' for details.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p1[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p2[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p3[0m.
Mounting [0;1;39m/run/media/boot-mmcblk1p1[0m...
Mounting [0;1;39m/run/media/mmcblk1p3[0m...
Mounting [0;1;39m/run/media/root-mmcblk1p2[0m...
[ 11.096082] audit: type=1334 audit(1701147671.048:6): prog-id=9 op=LOAD
[ 11.102860] audit: type=1334 audit(1701147671.056: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.
[ 11.238379] EXT4-fs (mmcblk1p3): mounted filesystem 11e2d3f5-f733-48d7-a837-a8543a8cc96c r/w with ordered data mode. Quota mode: none.
[ 11.248091] EXT4-fs (mmcblk1p2): mounted filesystem 32fc4ffb-1488-4bc8-bf14-477a4e22c5a8 r/w with ordered data mode. Quota mode: none.
[ 11.250387] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Starting [0;1;39mUser Runtime Directory /run/user/1000[0m...
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtime[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/boot-mmcblk1p1[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk1p3[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/root-mmcblk1p2[0m.
[[0;32m OK [0m] Finished [0;1;39mUser Runtime Directory /run/user/1000[0m.
Starting [0;1;39mUser Manager for UID 1000[0m...
[ 11.443030] audit: type=1006 audit(1701147671.396:8): pid=916 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 11.455583] audit: type=1300 audit(1701147671.396:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffd8f0cb68 a2=4 a3=0 items=0 ppid=1 pid=916 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)
[ 11.481106] audit: type=1327 audit(1701147671.396:8): proctitle="(systemd)"
[[0;32m OK [0m] Started [0;1;39mUser Manager for UID 1000[0m.
[[0;32m OK [0m] Started [0;1;39mSession c1 of User weston[0m.
[ 11.816986] audit: type=1006 audit(1701147671.768:9): pid=891 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[[0;1;31mFAILED[0m] Failed to start [0;1;39mWeston, a mpositor, as a system service[0m.
See 'systemctl status weston.service' for details.
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mMatrix GUI[0m.
[[0;32m OK [0m] Reached target [0;1;39mMulti-User System[0m.
[[0;32m OK [0m] Reached target [0;1;39mGraphical Interface[0m.
Starting [0;1;39mRecord Runlevel Change in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord Runlevel Change in UTMP[0m.
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
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.7.0-rc1-next-20231116-00004-g3e504d2927ed #2 SMP PREEMPT Wed Nov 22 15:37:46 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/bb5db8368343d23b37b2cc55731e15dc,nolock,v3,tcp,rsize=4096,wsize=4096
root@j784s4-evm:~# uname -a
Linux j784s4-evm 6.7.0-rc1-next-20231116-00004-g3e504d2927ed #2 SMP PREEMPT Wed Nov 22 15:37:46 IST 2023 aarch64 aarch64 aarch64 GNU/Linux
root@j784s4-evm:~# cat /proc/mtd
dev: size erasesize name
mtd0: 00080000 00040000 "ospi.tiboot3"
mtd1: 00200000 00040000 "ospi.tispl"
mtd2: 00400000 00040000 "ospi.u-boot"
mtd3: 00040000 00040000 "ospi.env"
mtd4: 00040000 00040000 "ospi.env.backup"
mtd5: 037c0000 00040000 "ospi.rootfs"
mtd6: 00040000 00040000 "ospi.phypattern"
mtd7: 00080000 00001000 "qspi.tiboot3"
mtd8: 00200000 00001000 "qspi.tispl"
mtd9: 00400000 00001000 "qspi.u-boot"
mtd10: 00040000 00001000 "qspi.env"
mtd11: 00040000 00001000 "qspi.env.backup"
mtd12: 037c0000 00001000 "qspi.rootfs"
mtd13: 00040000 00001000 "qspi.phypattern"
root@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 26920
-rw-r--r-- 1 root root 2040 Mar 9 2018 LICENCE.ibt_firmware
-rw-r--r-- 1 root root 2046 Mar 9 2018 LICENCE.iwlwifi_firmware
-rw-r--r-- 1 root root 432248 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4105416 Mar 9 2018 bl32.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 cadence
drwxr-xr-x 2 root root 4096 Mar 9 2018 cnm
drwxr-xr-x 2 root root 4096 Mar 9 2018 intel
-rw-r--r-- 1 root root 918268 Mar 9 2018 iwlwifi-3160-17.ucode
-rw-r--r-- 1 root root 2448976 Mar 9 2018 iwlwifi-8000C-34.ucode
-rw-r--r-- 1 root root 2428004 Mar 9 2018 iwlwifi-8000C-36.ucode
-rw-r--r-- 1 root root 2440780 Mar 9 2018 iwlwifi-8265-34.ucode
-rw-r--r-- 1 root root 2436632 Mar 9 2018 iwlwifi-8265-36.ucode
-rw-r--r-- 1 root root 2678092 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-34.ucode
-rw-r--r-- 1 root root 2521412 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-38.ucode
-rw-r--r-- 1 root root 1489652 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-46.ucode
lrwxrwxrwx 1 root root 66 Mar 9 2018 j784s4-c71_0-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_c7x_1_release_strip.xe71
lrwxrwxrwx 1 root root 73 Mar 9 2018 j784s4-c71_0-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_c7x_1_release_strip.xe71.signed
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 73 Mar 9 2018 j784s4-c71_1-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_c7x_2_release_strip.xe71.signed
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 73 Mar 9 2018 j784s4-c71_2-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_c7x_3_release_strip.xe71.signed
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 73 Mar 9 2018 j784s4-c71_3-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_c7x_4_release_strip.xe71.signed
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 75 Mar 9 2018 j784s4-main-r5f0_0-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu2_0_release_strip.xer5f.signed
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 75 Mar 9 2018 j784s4-main-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu2_1_release_strip.xer5f.signed
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 75 Mar 9 2018 j784s4-main-r5f1_0-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu3_0_release_strip.xer5f.signed
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 75 Mar 9 2018 j784s4-main-r5f1_1-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu3_1_release_strip.xer5f.signed
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 75 Mar 9 2018 j784s4-main-r5f2_0-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu4_0_release_strip.xer5f.signed
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 75 Mar 9 2018 j784s4-main-r5f2_1-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu4_1_release_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
lrwxrwxrwx 1 root root 75 Mar 9 2018 j784s4-mcu-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu1_1_release_strip.xer5f.signed
-rw-r--r-- 1 root root 4728 Mar 9 2018 regulatory.db
-rw-r--r-- 1 root root 1182 Mar 9 2018 regulatory.db.p7s
-rw-r--r-- 1 root root 151552 Mar 9 2018 rgx.fw.36.53.104.796
-rw-r--r-- 1 root root 383136 Mar 9 2018 rgx.sh.36.53.104.796
-rw-r--r-- 1 root root 28 Mar 9 2018 tee-header_v2.bin
-rw-r--r-- 1 root root 0 Mar 9 2018 tee-pageable_v2.bin
-rw-r--r-- 1 root root 432248 Mar 9 2018 tee-pager_v2.bin
-rw-r--r-- 1 root root 432276 Mar 9 2018 tee.bin
-rw-r--r-- 1 root root 4105416 Mar 9 2018 tee.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 ti-connectivity
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-eth
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-ipc
lrwxrwxrwx 1 root root 39 Mar 9 2018 wave521c_codec_fw.bin -> /lib/firmware/cnm/wave521c_codec_fw.bin
ls: cannot access '/lib/firmware/ipc': No such file or directory
root@j784s4-evm:~# cat /proc/diskstats
7 0 loop0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 1 loop1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 2 loop2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 3 loop3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 4 loop4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 5 loop5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 6 loop6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 7 loop7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31 0 mtdblock0 22 0 176 6 0 0 0 0 0 16 6 0 0 0 0 0 0
31 1 mtdblock1 56 0 448 14 0 0 0 0 0 24 14 0 0 0 0 0 0
31 2 mtdblock2 58 0 464 15 0 0 0 0 0 24 15 0 0 0 0 0 0
31 3 mtdblock3 20 0 160 5 0 0 0 0 0 16 5 0 0 0 0 0 0
31 4 mtdblock4 20 0 160 5 0 0 0 0 0 16 5 0 0 0 0 0 0
31 5 mtdblock5 104 0 832 30 0 0 0 0 0 48 30 0 0 0 0 0 0
31 6 mtdblock6 20 0 160 8 0 0 0 0 0 20 8 0 0 0 0 0 0
31 7 mtdblock7 22 0 176 13 0 0 0 0 0 24 13 0 0 0 0 0 0
31 8 mtdblock8 56 0 448 36 0 0 0 0 0 48 36 0 0 0 0 0 0
179 0 mmcblk0 1023 18 64021 505 1 0 8 0 0 352 506 0 0 0 0 0 0
179 1 mmcblk0p1 322 4 20894 118 0 0 0 0 0 168 118 0 0 0 0 0 0
179 2 mmcblk0p2 344 3 20901 150 0 0 0 0 0 164 150 0 0 0 0 0 0
179 3 mmcblk0p3 318 11 21018 221 1 0 8 0 0 192 222 0 0 0 0 0 0
31 9 mtdblock9 58 0 464 29 0 0 0 0 0 40 29 0 0 0 0 0 0
31 10 mtdblock10 20 0 160 8 0 0 0 0 0 28 8 0 0 0 0 0 0
179 32 mmcblk0boot0 70 3 1344 9 0 0 0 0 0 16 9 0 0 0 0 0 0
31 11 mtdblock11 20 0 160 8 0 0 0 0 0 16 8 0 0 0 0 0 0
179 64 mmcblk0boot1 69 0 1344 12 0 0 0 0 0 20 12 0 0 0 0 0 0
31 12 mtdblock12 70 0 1344 76 0 0 0 0 0 72 76 0 0 0 0 0 0
31 13 mtdblock13 20 0 160 12 0 0 0 0 0 20 12 0 0 0 0 0 0
179 96 mmcblk1 803 44 53989 4134 2 0 16 3 0 1540 4138 0 0 0 0 0 0
179 97 mmcblk1p1 267 7 16673 1226 0 0 0 0 0 1064 1226 0 0 0 0 0 0
179 98 mmcblk1p2 226 33 17242 1255 1 0 8 0 0 1120 1256 0 0 0 0 0 0
179 99 mmcblk1p3 272 4 18874 1574 1 0 8 2 0 1184 1577 0 0 0 0 0 0
root@j784s4-evm:~# cat /proc/interrupts
CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 CPU6 CPU7
11: 1884 1915 1870 2074 1637 1844 1528 2194 GICv3 30 Level arch_timer
14: 0 0 0 0 0 0 0 0 GICv3 23 Level arm-pmu
15: 1246 0 0 0 0 0 0 0 GICv3 69 Level 32c00000.mailbox thr_011
36: 84 0 0 0 0 0 0 0 GICv3 928 Level 42120000.i2c
37: 35 0 0 0 0 0 0 0 GICv3 232 Level 2000000.i2c
38: 14 0 0 0 0 0 0 0 GICv3 236 Level 2040000.i2c
39: 34395 0 0 0 0 0 0 0 MSI-INTA 21495904 Level 46000000.ethernet-tx0
41: 51448 0 0 0 0 0 0 0 MSI-INTA 21495906 Level 46000000.ethernet
59: 2407 0 0 0 0 0 0 0 MSI-INTA 20644718 Level 31150000.dma-controller chan0
60: 2915 0 0 0 0 0 0 0 MSI-INTA 20644719 Level 31150000.dma-controller chan1
187: 0 0 0 0 0 0 0 0 GICv3 878 Level 40a00000.serial
188: 698 0 0 0 0 0 0 0 GICv3 280 Level 2880000.serial
189: 2 0 0 0 0 0 0 0 GICv3 872 Level 47040000.spi
190: 0 0 0 0 0 0 0 0 GICv3 873 Level 47050000.spi
191: 1303 0 0 0 0 0 0 0 GICv3 35 Level mmc0
237: 0 0 0 0 0 0 0 0 GPIO 39 Edge -davinci_gpio tps6594-0-0x48
535: 1644 0 0 0 0 0 0 0 GICv3 36 Level mmc1
IPI0: 864 569 495 526 596 319 488 814 Rescheduling interrupts
IPI1: 4055 16233 15035 16354 16326 15111 16570 15262 Function call interrupts
IPI2: 0 0 0 0 0 0 0 0 CPU stop interrupts
IPI3: 0 0 0 0 0 0 0 0 CPU stop (for crash dump) interrupts
IPI4: 0 0 0 0 0 0 0 0 Timer broadcast interrupts
IPI5: 1 0 0 0 0 0 0 0 IRQ work interrupts
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: 423 368 473 471 342 285 313 273
NET_TX: 7 0 0 1 0 0 0 0
NET_RX: 34564 3 9 0 15 11 3 0
BLOCK: 1143 0 0 0 0 0 0 0
IRQ_POLL: 0 0 0 0 0 0 0 0
TASKLET: 6950 1 0 0 0 2 0 0
SCHED: 850 713 663 678 540 551 505 539
HRTIMER: 0 0 0 0 0 0 0 0
RCU: 1329 1886 1430 1649 1688 1580 1631 2018
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.119
ti-test-extras - 1.0-r0.119
0
root@j784s4-evm:~# depmod -a
depmod: ERROR: could not open directory /lib/modules/6.7.0-rc1-next-20231116-00004-g3e504d2927ed: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
root@j784s4-evm:~# lsmod
Module Size Used by
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