Skip to content

Instantly share code, notes, and snippets.

@nehamalcom
Last active May 27, 2024 12:19
Show Gist options
  • Save nehamalcom/1a288f534d730e8af43c48a175919b19 to your computer and use it in GitHub Desktop.
Save nehamalcom/1a288f534d730e8af43c48a175919b19 to your computer and use it in GitHub Desktop.
v2: arm64: ti: Add tps6287 nodes
U-Boot SPL 2023.04-ti-gf9b966c67473 (Mar 19 2024 - 20:31:40 +0000)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
EEPROM not available at 0x50, trying to read at 0x51
SPL initial stack usage: 13472 bytes
Trying to boot from UART
CLoaded 1092191 bytes
Loading Environment from nowhere... OK
init_env from device 7 not supported!
Starting ATF on ARM64 core...
NOTICE: BL31: v2.10.0(release):v2.10.0-367-g00f1ec6b87-dirty
NOTICE: BL31: Built : 16:09:05, Feb 9 2024
I/TC:
I/TC: OP-TEE version: 4.1.0-51-g012cdca49 (gcc version 11.4.0 (GCC)) #1 Tue Jan 30 10:48:03 UTC 2024 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: GIC redistributor base address not provided
I/TC: Assuming default GIC group status and modifier
I/TC: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (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-ti-gf9b966c67473 (Mar 19 2024 - 20:31:40 +0000)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
Trying to boot from UART
CLoaded 1338635 bytes
U-Boot 2023.04-ti-gf9b966c67473 (Mar 19 2024 - 20:31:40 +0000)
SoC: J721S2 SR1.0 HS-FS
Model: Texas Instruments AM68 SK
Board: AM68-SK-SOM rev E1
DRAM: 2 GiB (effective 16 GiB)
Core: 74 devices, 32 uclasses, devicetree: separate
Flash: 0 Bytes
MMC: mmc@4fb0000: 1
Loading Environment from nowhere... OK
In: serial@2880000
Out: serial@2880000
Err: serial@2880000
am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA02102 cpsw_ver: 0x6BA82102 ale_ver: 0x00293904 Ports:1 mdio_freq:1000000
Net: eth0: ethernet@46000000port@1
Hit any key to stop autoboot: 2 0
=>
=>
=>
=>
=>
=>
=>
=>
=> version
U-Boot 2023.04-ti-gf9b966c67473 (Mar 19 2024 - 20:31:40 +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 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=am68-sk
board_rev=E1
board_serial=0052
board_software_revision=01
boot=mmc
boot_a_script=load ${devtype} ${devnum}:${distro_bootpart} ${scriptaddr} ${prefix}${script}; source ${scriptaddr}
boot_efi_binary=load ${devtype} ${devnum}:${distro_bootpart} ${kernel_addr_r} efi/boot/bootaa64.efi; if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r};else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi
boot_efi_bootmgr=if fdt addr -q ${fdt_addr_r}; then bootefi bootmgr ${fdt_addr_r};else bootefi bootmgr;fi
boot_extlinux=sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} ${prefix}${boot_syslinux_conf}
boot_fdt=try
boot_fit=0
boot_net_usb_start=usb start
boot_prefixes=/ /boot/
boot_rprocs=if test ${dorprocboot} -eq 1 && test ${boot} = mmc; then rproc init; run boot_rprocs_mmc; fi;
boot_rprocs_mmc=env set rproc_id; env set rproc_fw; 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}; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1; then run main_cpsw0_qsgmii_phyinit; fi; run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootcmd_usb0=devnum=0; run usb_boot
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
default_device_tree=ti/k3-j721s2-common-proc-board.dtb
dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1; rootfs part 0 1; 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:84:8f:92
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde724d0
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#=0000000000000052
serverip=10.24.51.160
soc=k3
stderr=serial@2880000
stdin=serial@2880000
stdout=serial@2880000
ubifs_boot=if ubi part ${bootubipart} ${bootubioff} && ubifsmount ubi0:${bootubivol}; then devtype=ubi; devnum=ubi0; bootfstype=ubifs; distro_bootpart=${bootubivol}; run scan_dev_for_boot; ubifsumount; fi
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
usb_boot=usb start; if usb dev ${devnum}; then devtype=usb; run scan_dev_for_boot_part; fi
vendor=ti
Environment size: 11549/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:272
k3-navss-ringacc ringacc@2b800000: dma-ring-reset-quirk: disabled
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 100, full duplex
BOOTP broadcast 1
BOOTP broadcast 2
BOOTP broadcast 3
DHCP client bound to address 192.168.0.249 (1008 ms)
=> setenv dorprocboot '1'
=> run boot_rprocs
k3_r5f_rproc r5f@41000000: Core 1 is already in use. No rproc commands work
76504 bytes read in 6 ms (12.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 1 with data@addr=0x82000000 76504 bytes: Success!
76504 bytes read in 6 ms (12.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 2 with data@addr=0x82000000 76504 bytes: Success!
76504 bytes read in 5 ms (14.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 3 with data@addr=0x82000000 76504 bytes: Success!
76504 bytes read in 6 ms (12.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 4 with data@addr=0x82000000 76504 bytes: Success!
76504 bytes read in 6 ms (12.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 5 with data@addr=0x82000000 76504 bytes: Success!
10488888 bytes read in 114 ms (87.7 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 10488888 bytes: Success!
10488888 bytes read in 113 ms (88.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 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=am68-sk
board_rev=E1
board_serial=0052
board_software_revision=01
boot=mmc
boot_a_script=load ${devtype} ${devnum}:${distro_bootpart} ${scriptaddr} ${prefix}${script}; source ${scriptaddr}
boot_efi_binary=load ${devtype} ${devnum}:${distro_bootpart} ${kernel_addr_r} efi/boot/bootaa64.efi; if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r};else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi
boot_efi_bootmgr=if fdt addr -q ${fdt_addr_r}; then bootefi bootmgr ${fdt_addr_r};else bootefi bootmgr;fi
boot_extlinux=sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} ${prefix}${boot_syslinux_conf}
boot_fdt=try
boot_fit=0
boot_net_usb_start=usb start
boot_prefixes=/ /boot/
boot_rprocs=if test ${dorprocboot} -eq 1 && test ${boot} = mmc; then rproc init; run boot_rprocs_mmc; fi;
boot_rprocs_mmc=env set rproc_id; env set rproc_fw; 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}; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1; then run main_cpsw0_qsgmii_phyinit; fi; run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootcmd_usb0=devnum=0; run usb_boot
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
default_device_tree=ti/k3-j721s2-common-proc-board.dtb
dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1; rootfs part 0 1; 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:84:8f:92
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde724d0
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.249
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#=0000000000000052
serverip=192.168.0.1
soc=k3
stderr=serial@2880000
stdin=serial@2880000
stdout=serial@2880000
ubifs_boot=if ubi part ${bootubipart} ${bootubioff} && ubifsmount ubi0:${bootubivol}; then devtype=ubi; devnum=ubi0; bootfstype=ubifs; distro_bootpart=${bootubivol}; run scan_dev_for_boot; ubifsumount; fi
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
usb_boot=usb start; if usb dev ${devnum}; then devtype=usb; run scan_dev_for_boot_part; fi
vendor=ti
Environment size: 11713/262139 bytes
=> tftp ${loadaddr} 10.24.51.160:vatf_am68_sk-fs-04/48afbc06f0f6081b251aed2b61594e16
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.249; sending through gateway 192.168.0.1
Filename 'vatf_am68_sk-fs-04/48afbc06f0f6081b251aed2b61594e16'.
Load address: 0x82000000
Loading: *################################################## 42.8 MiB
1.3 MiB/s
done
Bytes transferred = 44874240 (2acba00 hex)
=> tftp ${fdt_addr_r} 10.24.51.160:vatf_am68_sk-fs-04/834a384ad79861d9a028995ca8a9a689
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.249; sending through gateway 192.168.0.1
Filename 'vatf_am68_sk-fs-04/834a384ad79861d9a028995ca8a9a689'.
Load address: 0x88000000
Loading: *################################################## 92.2 KiB
1.6 MiB/s
done
Bytes transferred = 94376 (170a8 hex)
=> fdt address ${fdt_addr_r}
Working FDT set to 88000000
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
=> setenv bootargs ''${bootargs}' root=/dev/nfs rw nfsroot=10.24.51.160:/opt/NFS_exports/linux/am68_sk-fs-04/autofs/47cfe16e82bffc117c8ac0f7a7fa57f3,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-ti-gf9b966c67473 (Mar 19 2024 - 20:31:40 +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 = 0x0000000380000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffec4000
reloc off = 0x000000007f6c4000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 34:08:e1:84:8f:92
IP addr = 192.168.0.249
fdt_blob = 0x00000000fde724d0
new_fdt = 0x00000000fde724d0
fdt_size = 0x00000000000118e0
lmb_dump_all:
memory.cnt = 0x2
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0
memory[1] [0x880000000-0xbffffffff], 0x380000000 bytes flags: 0
reserved.cnt = 0x3
reserved[0] [0x9e800000-0x9fffffff], 0x01800000 bytes flags: 4
reserved[1] [0xfce63000-0xffffffff], 0x0319d000 bytes flags: 0
reserved[2] [0x880000000-0xbffffffff], 0x380000000 bytes flags: 0
devicetree = separate
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde724c0
sp start = 0x00000000fde724c0
Early malloc usage: 2688 / 8000
=>
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x0000000380000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffec4000
reloc off = 0x000000007f6c4000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 34:08:e1:84:8f:92
IP addr = 192.168.0.249
fdt_blob = 0x00000000fde724d0
new_fdt = 0x00000000fde724d0
fdt_size = 0x00000000000118e0
lmb_dump_all:
memory.cnt = 0x2
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0
memory[1] [0x880000000-0xbffffffff], 0x380000000 bytes flags: 0
reserved.cnt = 0x3
reserved[0] [0x9e800000-0x9fffffff], 0x01800000 bytes flags: 4
reserved[1] [0xfce63000-0xffffffff], 0x0319d000 bytes flags: 0
reserved[2] [0x880000000-0xbffffffff], 0x380000000 bytes flags: 0
devicetree = separate
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde724c0
sp start = 0x00000000fde724c0
Early malloc usage: 2688 / 8000
=> ls mmc 0:1
** Bad device specification mmc 0 **
Couldn't find partition mmc 0:1
=> ls mmc 1:1
EFI/
19376640 Image
486814 tiboot3.bin
484225 tiboot3-j721s2-gp-evm.bin
486814 tiboot3-j721s2-hs-evm.bin
486814 tiboot3-j721s2-hs-fs-evm.bin
1092191 tispl.bin
1338635 u-boot.img
574 uEnv.txt
4 ws-calibrate.rules
9 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
482656 bl32.bin
4324112 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
155648 rgx.fw.36.53.104.796
383136 rgx.sh.36.53.104.796
28 tee-header_v2.bin
0 tee-pageable_v2.bin
482656 tee-pager_v2.bin
482656 tee-raw.bin
482684 tee.bin
4324112 tee.elf
<DIR> 4096 ti-connectivity
<DIR> 4096 ti-ipc
<SYM> 39 wave521c_codec_fw.bin
=> 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 2 ms (2 KiB/s)
=> boot
## Checking Image at 82000000 ...
Unknown image format!
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Working FDT set to 88000000
Loading Device Tree to 000000008ffe5000, end 000000008ffff0a7 ... OK
Working FDT set to 8ffe5000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.9.0-next-20240523-00003-gb58c7f93ca2b (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) #8 SMP PREEMPT Mon May 27 16:41:27 IST 2024
[ 0.000000] KASLR disabled due to lack of seed
[ 0.000000] Machine model: Texas Instruments AM68 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 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-0x0000000bffffffff]
[ 0.000000] NUMA: NODE_DATA [mem 0xbfdfe29c0-0xbfdfe4fff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x0000000bffffffff]
[ 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-0x00000000ffffffff]
[ 0.000000] node 0: [mem 0x0000000880000000-0x0000000bffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000bffffffff]
[ 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 24 pages/cpu s59752 r8192 d30360 u98304
[ 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/am68_sk-fs-04/autofs/47cfe16e82bffc117c8ac0f7a7fa57f3,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: 4194304
[ 0.000000] Policy zone: Normal
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off, mlocked free:off
[ 0.000000] software IO TLB: area num 2.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fa000000-0x00000000fe000000] (64MB)
[ 0.000000] Memory: 16128272K/16777216K available (17088K kernel code, 4846K rwdata, 11552K rodata, 10176K init, 748K bss, 616176K 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=512 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] RCU Tasks: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
[ 0.000000] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
[ 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.009031] Console: colour dummy device 80x25
[ 0.013627] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.024302] pid_max: default: 32768 minimum: 301
[ 0.029051] LSM: initializing lsm=capability
[ 0.033494] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.041272] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.050650] rcu: Hierarchical SRCU implementation.
[ 0.055568] rcu: Max phase no-delay instances is 1000.
[ 0.061171] Platform MSI: msi-controller@1820000 domain created
[ 0.067401] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.076758] fsl-mc MSI: msi-controller@1820000 domain created
[ 0.084033] EFI services will not be available.
[ 0.088787] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.101885] Detected PIPT I-cache on CPU1
[ 0.101937] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.101951] GICv3: CPU1: using allocated LPI pending table @0x0000000880060000
[ 0.101989] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.102077] smp: Brought up 1 node, 2 CPUs
[ 0.131430] SMP: Total of 2 processors activated.
[ 0.136234] CPU: All CPU(s) started at EL2
[ 0.140437] CPU features: detected: 32-bit EL0 Support
[ 0.145686] CPU features: detected: 32-bit EL1 Support
[ 0.150934] CPU features: detected: CRC32 instructions
[ 0.156203] alternatives: applying system-wide alternatives
[ 0.163267] devtmpfs: initialized
[ 0.174413] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.184421] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.191707] 21600 pages in range for non-PLT usage
[ 0.191714] 513120 pages in range for PLT usage
[ 0.196765] pinctrl core: initialized pinctrl subsystem
[ 0.207999] DMI not present or invalid.
[ 0.213615] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.220364] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[ 0.228052] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.236440] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.244671] audit: initializing netlink subsys (disabled)
[ 0.250346] audit: type=2000 audit(0.160:1): state=initialized audit_enabled=0 res=1
[ 0.251288] thermal_sys: Registered thermal governor 'step_wise'
[ 0.258279] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.264466] cpuidle: using governor menu
[ 0.275288] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.282262] ASID allocator initialised with 65536 entries
[ 0.288975] Serial: AMBA PL011 UART driver
[ 0.309492] platform 2910000.pcie: Fixed dependency cycle(s) with /bus@100000/pcie@2910000/interrupt-controller
[ 0.323502] platform connector-hdmi: Fixed dependency cycle(s) with /bridge-dvi
[ 0.331028] platform 4a00000.dss: Fixed dependency cycle(s) with /bridge-dvi
[ 0.338255] platform bridge-dvi: Fixed dependency cycle(s) with /connector-hdmi
[ 0.345749] platform bridge-dvi: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
[ 0.354809] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.361761] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.368166] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.375101] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.381503] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.388437] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.394838] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.401772] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.408430] Demotion targets for Node 0: null
[ 0.413809] ACPI: Interpreter disabled.
[ 0.419326] k3-chipinfo 43000014.chipid: Family:J721S2 rev:SR1.0 JTAGID[0x0bb7502f] Detected
[ 0.428633] iommu: Default domain type: Translated
[ 0.433542] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.440036] SCSI subsystem initialized
[ 0.444082] usbcore: registered new interface driver usbfs
[ 0.449710] usbcore: registered new interface driver hub
[ 0.455159] usbcore: registered new device driver usb
[ 0.461127] pps_core: LinuxPPS API ver. 1 registered
[ 0.466206] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.475545] PTP clock support registered
[ 0.479662] EDAC MC: Ver: 3.0.0
[ 0.483252] scmi_core: SCMI protocol bus registered
[ 0.489111] FPGA manager framework
[ 0.492653] Advanced Linux Sound Architecture Driver Initialized.
[ 0.499449] vgaarb: loaded
[ 0.502539] clocksource: Switched to clocksource arch_sys_counter
[ 0.508926] VFS: Disk quotas dquot_6.6.0
[ 0.512948] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.520112] pnp: PnP ACPI: disabled
[ 0.527097] NET: Registered PF_INET protocol family
[ 0.532448] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.545248] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.554165] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.562100] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.570796] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.579375] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.586273] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.593404] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.601059] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.607217] RPC: Registered named UNIX socket transport module.
[ 0.613282] RPC: Registered udp transport module.
[ 0.618086] RPC: Registered tcp transport module.
[ 0.622888] RPC: Registered tcp-with-tls transport module.
[ 0.628499] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.635088] PCI: CLS 0 bytes, default 64
[ 0.640724] kvm [1]: nv: 477 coarse grained trap handlers
[ 0.646461] kvm [1]: IPA Size Limit: 44 bits
[ 0.651802] kvm [1]: vgic-v2@6f020000
[ 0.655571] kvm [1]: GIC system register CPU interface enabled
[ 0.661556] kvm [1]: vgic interrupt IRQ9
[ 0.665579] kvm [1]: Hyp nVHE mode initialized successfully
[ 0.672167] Initialise system trusted keyrings
[ 0.676891] workingset: timestamp_bits=42 max_order=22 bucket_order=0
[ 0.683677] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.689811] NFS: Registering the id_resolver key type
[ 0.694992] Key type id_resolver registered
[ 0.699264] Key type id_legacy registered
[ 0.703367] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.710216] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.717887] 9p: Installing v9fs 9p2000 file system support
[ 0.744565] Key type asymmetric registered
[ 0.748752] Asymmetric key parser 'x509' registered
[ 0.753773] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.761340] io scheduler mq-deadline registered
[ 0.765967] io scheduler kyber registered
[ 0.770086] io scheduler bfq registered
[ 0.780424] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
[ 0.786405] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
[ 0.792382] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
[ 0.798631] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
[ 0.804498] pinctrl-single 11c000.pinctrl: 72 pins, size 288
[ 0.810655] pinctrl-single 104200.pinctrl: 20 pins, size 80
[ 0.816422] pinctrl-single 104280.pinctrl: 8 pins, size 32
[ 0.850228] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.859392] msm_serial: driver initialized
[ 0.863889] SuperH (H)SCI(F) driver initialized
[ 0.868653] STM32 USART driver initialized
[ 0.877550] loop: module loaded
[ 0.881716] megasas: 07.727.03.00-rc1
[ 0.890320] tun: Universal TUN/TAP device driver, 1.6
[ 0.896303] thunder_xcv, ver 1.0
[ 0.899636] thunder_bgx, ver 1.0
[ 0.902959] nicpf, ver 1.0
[ 0.906664] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 0.914051] hns3: Copyright (c) 2017 Huawei Corporation.
[ 0.919497] hclge is initializing
[ 0.922910] e1000: Intel(R) PRO/1000 Network Driver
[ 0.927894] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.933778] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.938850] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.944912] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.950428] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.956132] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.962538] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.968856] sky2: driver version 1.30
[ 0.973689] VFIO - User Level meta-driver version: 0.3
[ 0.981289] usbcore: registered new interface driver usb-storage
[ 0.989646] i2c_dev: i2c /dev entries driver
[ 0.999655] sdhci: Secure Digital Host Controller Interface driver
[ 1.005994] sdhci: Copyright(c) Pierre Ossman
[ 1.011141] Synopsys Designware Multimedia Card Interface Driver
[ 1.018026] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.025395] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.032142] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.039613] usbcore: registered new interface driver usbhid
[ 1.045319] usbhid: USB HID core driver
[ 1.051945] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 1.061984] 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.066563] optee: revision 4.1 (012cdca4)
[ 1.083058] optee: dynamic shared memory is enabled
[ 1.092717] random: crng init done
[ 1.096265] optee: initialized driver
[ 1.103315] NET: Registered PF_PACKET protocol family
[ 1.108558] 9pnet: Installing 9P2000 support
[ 1.112963] Key type dns_resolver registered
[ 1.121943] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[ 1.130295] registered taskstats version 1
[ 1.134584] Loading compiled-in X.509 certificates
[ 1.143101] Demotion targets for Node 0: null
[ 1.161534] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
[ 1.255952] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.262572] omap_i2c 40b00000.i2c: bus 1 rev0.12 at 400 kHz
[ 1.269180] pca953x 2-0020: supply vcc not found, using dummy regulator
[ 1.276020] pca953x 2-0020: using no AI
[ 1.303429] omap_i2c 40b10000.i2c: bus 2 rev0.12 at 100 kHz
[ 1.310132] pca953x 3-0021: supply vcc not found, using dummy regulator
[ 1.316972] pca953x 3-0021: using no AI
[ 1.343153] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz
[ 1.349746] pca953x 4-0020: supply vcc not found, using dummy regulator
[ 1.356595] pca953x 4-0020: using no AI
[ 1.383535] pca954x 4-0070: supply vdd not found, using dummy regulator
[ 1.390736] i2c i2c-4: Added multiplexed i2c bus 5
[ 1.395744] i2c i2c-4: Added multiplexed i2c bus 6
[ 1.400648] pca954x 4-0070: registered 2 multiplexed busses for I2C switch pca9543
[ 1.408413] omap_i2c 2010000.i2c: bus 4 rev0.12 at 100 kHz
[ 1.414912] omap_i2c 2040000.i2c: bus 7 rev0.12 at 400 kHz
[ 1.420915] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 125 domain created
[ 1.429649] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 148 domain created
[ 1.439186] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 227 domain created
[ 1.448033] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 265 created
[ 1.459367] ti-udma 311a0000.dma-controller: Number of rings: 48
[ 1.466369] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8, rchan: 16)
[ 1.476493] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:272
[ 1.486417] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.493183] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.503320] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:259
[ 1.513500] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.520265] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.529301] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 238, base_baud = 6000000) is a 8250
[ 1.540070] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 239, base_baud = 3000000) is a 8250
[ 1.548939] printk: legacy console [ttyS2] enabled
[ 1.548939] printk: legacy console [ttyS2] enabled
[ 1.558620] printk: legacy bootconsole [ns16550a0] disabled
[ 1.558620] printk: legacy bootconsole [ns16550a0] disabled
[ 1.572852] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.618540] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.628470] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.636755] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.649577] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.656784] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.672403] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[ 1.683501] ti-udma 31150000.dma-controller: Channels: 60 (tchan: 30, rchan: 30, gp-rflow: 16)
[ 1.695655] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.742546] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.752476] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.760759] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.773586] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.780795] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.791236] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 1.802958] mmc1: CQHCI version 5.10
[ 1.845119] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 1.863343] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 1.872843] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 1.899810] mmc1: new ultra high speed SDR104 SDHC card at address 0001
[ 1.906856] mmcblk1: mmc1:0001 EB1QT 29.8 GiB
[ 1.912568] mmcblk1: p1 p2 p3
[ 4.940678] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 100Mbps/Full - flow control off
[ 4.970538] Sending DHCP requests ., OK
[ 4.994380] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.249
[ 5.002111] IP-Config: Complete:
[ 5.005327] device=eth0, hwaddr=34:08:e1:84:8f:92, ipaddr=192.168.0.249, mask=255.255.255.0, gw=192.168.0.1
[ 5.015480] host=192.168.0.249, domain=ti.com, nis-domain=(none)
[ 5.021904] bootserver=192.168.0.1, rootserver=10.24.51.160, rootpath=
[ 5.021907] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 5.034698] clk: Disabling unused clocks
[ 5.048049] PM: genpd: Disabling unused power domains
[ 5.053171] ALSA device list:
[ 5.056195] No soundcards found.
[ 5.072263] VFS: Mounted root (nfs filesystem) on device 0:22.
[ 5.078523] devtmpfs: mounted
[ 5.085461] Freeing unused kernel memory: 10176K
[ 5.090169] Run /sbin/init as init process
[ 5.783726] systemd[1]: System time before build time, advancing clock.
[ 5.879214] 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)
[ 5.910754] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.10[0m!
[ 5.985269] systemd[1]: Hostname set to <j721s2-evm>.
[ 6.157143] systemd[74]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 6.168453] systemd-sysv-generator[83]: 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.724779] systemd[1]: Binding to IPv6 address not available since kernel does not support IPv6.
[ 6.733687] systemd[1]: Binding to IPv6 address not available since kernel does not support IPv6.
[ 6.788164] 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.886351] 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.016880] systemd[1]: Queued start job for default target Graphical Interface.
[ 7.059091] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 7.080098] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 7.103980] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 7.127695] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 7.150780] 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.174699] 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.198754] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 7.214615] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 7.234592] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 7.250606] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 7.293749] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 7.314773] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 7.342596] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 7.362834] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 7.388324] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 7.411685] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 7.434970] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 7.455618] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 7.481211] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 7.502874] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 7.523702] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 7.570847] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 7.593976] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 7.617512] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 7.638908] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 7.660159] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 7.682918] systemd[1]: Create List of Static Device Nodes was skipped because of a failed condition check (ConditionFileNotEmpty=/lib/modules/6.9.0-next-20240523-00003-gb58c7f93ca2b/modules.devname).
[ 7.731028] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 7.761409] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 7.789409] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 7.843038] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 7.883454] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 7.912510] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 7.943518] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 7.991875] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 8.018190] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 8.048219] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 8.067383] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 8.088445] systemd[1]: Mounted Huge Pages File System.
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[0m.
[ 8.111130] systemd[1]: Mounted POSIX Message Queue File System.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[ 8.126626] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[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 Static Device Nodes in /dev[0m...
[[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m.
[ 8.669094] systemd-journald[95]: Received client request to flush runtime journal.
[[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 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.981228] audit: type=1334 audit(1651167748.200:2): prog-id=5 op=LOAD
[ 8.988425] audit: type=1334 audit(1651167748.208: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;39mCreate Volatile Files and Directories[0m...
[[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m.
[[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m.
Starting [0;1;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.679783] systemd-journald[95]: Oldest entry in /run/log/journal/3c5663a9621140588350798b22e9a210/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[ 9.697923] systemd-journald[95]: /run/log/journal/3c5663a9621140588350798b22e9a210/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] Reached target [0;1;39mSocket Units[0m.
[[0;32m OK [0m] Finished [0;1;39mReboot and dump vmcore via kexec[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[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.478352] audit: type=1334 audit(1716808879.513:4): prog-id=7 op=LOAD
Starting [0;1;39mUser Login Management[0m...[ 10.489761] audit: type=1334 audit(1716808879.513:5): prog-id=8 op=LOAD
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[0m.
Starting [0;1;39mTelnet Server[0m...
[[0;32m OK [0m] Finished [0;1;39mIPv6 Packet Filtering Framework[0m.
[[0;32m OK [0m] Finished [0;1;39mIPv4 Packet Filtering Framework[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m.
Starting [0;1;39mNetwork Configuration[0m...
[[0;32m OK [0m] Finished [0;1;39mTelnet Server[0m.
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[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;32m OK [0m] Finished [0;1;39mEnable and configure wl18xx bluetooth stack[0m.
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m.
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m.
[[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m.
Starting [0;1;39mSynchronize System and HW clocks[0m...
Starting [0;1;39mWeston, a Waylandositor, as a system service[0m...
[[0;1;31mFAILED[0m] Failed to start [0;1;39mSynchronize System and HW clocks[0m.
See 'systemctl status sync-clocks.service' for details.
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[ 15.627855] audit: type=1334 audit(1716808884.665:6): prog-id=9 op=LOAD
[ 15.635371] audit: type=1334 audit(1716808884.673:7): prog-id=10 op=LOAD
Starting [0;1;39mUser Database Manager[0m...
[[0;32m OK [0m] Started [0;1;39mUser Database Manager[0m.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
[[0;32m OK [0m] Created slice [0;1;39mUser Slice of UID 1000[0m.
Starting [0;1;39mUser Runtime Directory /run/user/1000[0m...
[[0;32m OK [0m] Finished [0;1;39mUser Runtime Directory /run/user/1000[0m.
Starting [0;1;39mUser Manager for UID 1000[0m...
[ 18.215150] audit: type=1006 audit(1716808887.253:8): pid=431 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 18.228080] audit: type=1300 audit(1716808887.253:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffd896fb08 a2=4 a3=ffff9dbc1020 items=0 ppid=1 pid=431 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[ 18.255387] audit: type=1327 audit(1716808887.253:8): proctitle="(systemd)"
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project j721s2-evm -
Arago 2023.10 j721s2-evm -
j721s2-evm login: root
[ 19.113306] EXT4-fs (mmcblk1p2): mounted filesystem 70b89f7c-ce6c-478f-9392-e906b0603b23 r/w with ordered data mode. Quota mode: none.
[ 19.128791] EXT4-fs (mmcblk1p3): mounted filesystem 2c74ad3f-4514-483c-bb6c-921421fa7745 r/w with ordered data mode. Quota mode: none.
[ 19.136749] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 20.335428] audit: type=1006 audit(1716808889.373:9): pid=496 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=2 res=1
[ 20.348750] audit: type=1300 audit(1716808889.373:9): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffd896fb08 a2=1 a3=ffff9dbc1020 items=0 ppid=1 pid=496 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[ 20.375231] audit: type=1327 audit(1716808889.373:9): proctitle="(systemd)"
[ 20.506594] audit: type=1334 audit(1716808889.541:10): prog-id=11 op=LOAD
[ 20.513741] audit: type=1300 audit(1716808889.541:10): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffc7505d60 a2=78 a3=0 items=0 ppid=1 pid=496 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/lib/systemd/systemd" key=(null)
7[r[999;999H[6nroot@j721s2-evm:~# ***************************************************************
***************************************************************
NOTICE: This file system contains the following GPL-3.0 packages:
adwaita-icon-theme-symbolic
autoconf
bash
bc
binutils
cifs-utils
coreutils-stdbuf
coreutils
cpio
cpp-symlinks
cpp
dosfstools
elfutils
g++-symlinks
g++
gawk
gcc-symlinks
gcc
gdb
gdbserver
gettext
glmark2
gnu-config
grub-common
grub-editenv
grub-efi
gzip
less
libasm1
libatomic-dev
libatomic1
libbfd
libdebuginfod1
libdw1
libelf1
libgcc-s-dev
libgcc1
libgdbm-compat4
libgdbm6
libgettextlib
libgettextsrc
libgmp10
libidn2-0
libmpc3
libmpfr6
libopcodes
libqt5charts-examples
libqt5charts-plugins
libqt5charts-qmlplugins
libqt5charts5
libqt5sensors-plugins
libqt5sensors-qmlplugins
libqt5sensors5
libqt5serialport-examples
libqt5serialport-plugins
libqt5serialport-qmlplugins
libqt5serialport5
libqt5svg-examples
libqt5svg-plugins
libqt5svg-qmlplugins
libqt5svg5
libqt5virtualkeyboard-plugins
libqt5virtualkeyboard-qmlplugins
libqt5virtualkeyboard5
libqt5webchannel-plugins
libqt5webchannel-qmlplugins
libqt5webchannel5
libreadline8
libstdc++-dev
libstdc++6
libunistring2
m4
make
nettle
parted
piglit
qt3d-plugins
qt3d-qmlplugins
qt3d
qtbase-examples
qtbase-plugins
qtbase-qmlplugins
qtbase
qtconnectivity-plugins
qtconnectivity-qmlplugins
qtconnectivity
qtdeclarative-plugins
qtdeclarative-qmlplugins
qtdeclarative-tools
qtdeclarative
qtgraphicaleffects-qmlplugins
qtlocation-examples
qtlocation-plugins
qtlocation-qmlplugins
qtlocation
qtmultimedia-examples
qtmultimedia-plugins
qtmultimedia-qmlplugins
qtmultimedia
qtquics-qmlplugins.control
qtquics2-plugins.control
qtquics2-qmlplugins.control
qtquics2.control
qtscript-examples
qtscript-plugins
qtscript-qmlplugins
qtscript
qtwayland-examples
qtwayland-plugins
qtwayland-qmlplugins
qtwayland
tar
which
If you do not wish to distribute GPL-3.0 components please remove
the above packages prior to distribution. This can be done using
the opkg remove command. i.e.:
opkg remove <package>
Where <package> is the name printed in the list above
NOTE: If the package is a dependency of another package you
will be notified of the dependent packages. You should
use the --force-removal-of-dependent-packages option to
also remove the dependent packages as well
***************************************************************
***************************************************************
uname -a
Linux j721s2-evm 6.9.0-next-20240523-00003-gb58c7f93ca2b #8 SMP PREEMPT Mon May 27 16:41:27 IST 2024 aarch64 aarch64 aarch64 GNU/Linux
root@j721s2-evm:~# cat /proc/cmdline
console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=10.24.51.160:/opt/NFS_exports/linux/am68_sk-fs-04/autofs/47cfe16e82bffc117c8ac0f7a7fa57f3,nolock,v3,tcp,rsize=4096,wsize=4096
root@j721s2-evm:~# uname -a
Linux j721s2-evm 6.9.0-next-20240523-00003-gb58c7f93ca2b #8 SMP PREEMPT Mon May 27 16:41:27 IST 2024 aarch64 aarch64 aarch64 GNU/Linux
root@j721s2-evm:~# cat /proc/mtd
dev: size erasesize name
root@j721s2-evm:~# grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/
/pnp /etc/resolv.conf && systemctl restart systemd-resolved
root@j721s2-evm:~# ls -l /lib/firmware; ls -lR /lib/firmware/ipc
total 27928
-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 482656 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4324112 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 155648 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 482656 Mar 9 2018 tee-pager_v2.bin
-rw-r--r-- 1 root root 482656 Mar 9 2018 tee-raw.bin
-rw-r--r-- 1 root root 482684 Mar 9 2018 tee.bin
-rw-r--r-- 1 root root 4324112 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 mmcblk1 699 42 45703 1120 2 0 16 17 0 444 1137 0 0 0 0 0 0
179 1 mmcblk1p1 236 0 14593 340 0 0 0 0 0 248 340 0 0 0 0 0 0
179 2 mmcblk1p2 206 34 15116 346 1 0 8 1 0 244 347 0 0 0 0 0 0
179 3 mmcblk1p3 219 8 14794 346 1 0 8 16 0 232 362 0 0 0 0 0 0
root@j721s2-evm:~# cat /proc/interrupts
CPU0 CPU1
9: 0 0 GICv3 25 Level vgic
11: 6736 7717 GICv3 30 Level arch_timer
12: 0 0 GICv3 27 Level kvm guest vtimer
14: 0 0 GICv3 23 Level arm-pmu
15: 1570 0 GICv3 69 Level 32c00000.mailbox thr_011
36: 0 0 GICv3 928 Level 42120000.i2c
37: 0 0 GICv3 884 Level 40b00000.i2c
38: 6 0 GICv3 885 Level 40b10000.i2c
39: 22 0 GICv3 232 Level 2000000.i2c
40: 8 0 GICv3 233 Level 2010000.i2c
41: 0 0 GICv3 236 Level 2040000.i2c
90: 3 0 MSI-INTA 17825888 Level 46000000.ethernet-tx0
91: 0 0 MSI-INTA 17825889 Level 46000000.ethernet-tx1
92: 56200 0 MSI-INTA 17825890 Level 46000000.ethernet-tx2
93: 14 0 MSI-INTA 17825891 Level 46000000.ethernet-tx3
94: 0 0 MSI-INTA 17825892 Level 46000000.ethernet-tx4
95: 5 0 MSI-INTA 17825893 Level 46000000.ethernet-tx5
96: 7 0 MSI-INTA 17825894 Level 46000000.ethernet-tx6
97: 13 0 MSI-INTA 17825895 Level 46000000.ethernet-tx7
99: 74804 0 MSI-INTA 17825897 Level 46000000.ethernet
238: 0 0 GICv3 878 Level 40a00000.serial
239: 592 0 GICv3 280 Level 2880000.serial
493: 1494 0 GICv3 36 Level mmc1
IPI0: 2723 6597 Rescheduling interrupts
IPI1: 22872 38878 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: 2157 2851
NET_TX: 25 1
NET_RX: 114471 20
BLOCK: 0 0
IRQ_POLL: 0 0
TASKLET: 2061 3
SCHED: 5418 5323
HRTIMER: 0 0
RCU: 7353 6977
root@j721s2-evm:~# ls -lR /run/media/mmcblk0p1
ls: cannot access '/run/media/mmcblk0p1': No such file or directory
root@j721s2-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $?
1
root@j721s2-evm:~# opkg list-installed | grep ti-test; echo $?
ti-test - 1.0-r0.121
ti-test-extras - 1.0-r0.121
0
root@j721s2-evm:~# lsmod
Module Size Used by
root@j721s2-evm:~# depmod -a
depmod: ERROR: could not open directory /lib/modules/6.9.0-next-20240523-00003-gb58c7f93ca2b: 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-ti-gf9b966c67473 (Mar 19 2024 - 20:31:40 +0000)
EEPROM not available at 0x50, trying to read at 0x51
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
SPL initial stack usage: 13456 bytes
Trying to boot from UART
CLoaded 1093355 bytes
Loading Environment from nowhere... OK
init_env from device 7 not supported!
Starting ATF on ARM64 core...
NOTICE: BL31: v2.10.0(release):v2.10.0-367-g00f1ec6b87-dirty
NOTICE: BL31: Built : 16:09:05, Feb 9 2024
I/TC:
I/TC: OP-TEE version: 4.1.0-51-g012cdca49 (gcc version 11.4.0 (GCC)) #1 Tue Jan 30 10:48:03 UTC 2024 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: GIC redistributor base address not provided
I/TC: Assuming default GIC group status and modifier
I/TC: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (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-ti-gf9b966c67473 (Mar 19 2024 - 20:31:40 +0000)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
Trying to boot from UART
CLoaded 1335547 bytes
U-Boot 2023.04-ti-gf9b966c67473 (Mar 19 2024 - 20:31:40 +0000)
SoC: J784S4 SR1.0 HS-FS
Model: Texas Instruments AM69 SK
Board: AM69-SK rev E2
DRAM: 2 GiB (effective 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-ti-gf9b966c67473 (Mar 19 2024 - 20:31:40 +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}; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1; then run main_cpsw0_qsgmii_phyinit; fi; run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootcmd_usb0=devnum=0; run usb_boot
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
default_device_tree=ti/k3-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=fde73b90
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: 12108/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.143 (1009 ms)
=> setenv dorprocboot '1'
=> run boot_rprocs
k3_r5f_rproc r5f@41000000: Core 1 is already in use. No rproc commands work
82136 bytes read in 88 ms (911.1 KiB/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 82136 bytes: Success!
82136 bytes read in 89 ms (900.4 KiB/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 82136 bytes: Success!
82136 bytes read in 88 ms (911.1 KiB/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 82136 bytes: Success!
82136 bytes read in 89 ms (900.4 KiB/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 82136 bytes: Success!
82136 bytes read in 89 ms (900.4 KiB/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 82136 bytes: Success!
82136 bytes read in 89 ms (900.4 KiB/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 82136 bytes: Success!
82136 bytes read in 90 ms (890.6 KiB/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 82136 bytes: Success!
10489056 bytes read in 94 ms (106.4 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 95 ms (105.3 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 95 ms (105.3 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 98 ms (102.1 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}; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1; then run main_cpsw0_qsgmii_phyinit; fi; run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootcmd_usb0=devnum=0; run usb_boot
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
default_device_tree=ti/k3-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=fde73b90
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.143
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: 12272/262139 bytes
=> tftp ${loadaddr} 10.24.51.160:vatf_am69_sk-fs-01/48afbc06f0f6081b251aed2b61594e16
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.143; sending through gateway 192.168.0.1
Filename 'vatf_am69_sk-fs-01/48afbc06f0f6081b251aed2b61594e16'.
Load address: 0x82000000
Loading: *################################################## 42.8 MiB
1.4 MiB/s
done
Bytes transferred = 44874240 (2acba00 hex)
=> tftp ${fdt_addr_r} 10.24.51.160:vatf_am69_sk-fs-01/749399cc62663a5d443722cb6f8438dd
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.143; sending through gateway 192.168.0.1
Filename 'vatf_am69_sk-fs-01/749399cc62663a5d443722cb6f8438dd'.
Load address: 0x88000000
Loading: *################################################## 97.5 KiB
1.5 MiB/s
done
Bytes transferred = 99887 (1862f 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/ce6bdb366bdc8134f3291638ca7ae054,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-ti-gf9b966c67473 (Mar 19 2024 - 20:31:40 +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 = 0x0000000780000000
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.143
fdt_blob = 0x00000000fde73b90
new_fdt = 0x00000000fde73b90
fdt_size = 0x0000000000012220
lmb_dump_all:
memory.cnt = 0x2
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0
memory[1] [0x880000000-0xfffffffff], 0x780000000 bytes flags: 0
reserved.cnt = 0x3
reserved[0] [0x9e800000-0x9fffffff], 0x01800000 bytes flags: 4
reserved[1] [0xfce64000-0xffffffff], 0x0319c000 bytes flags: 0
reserved[2] [0x880000000-0xfffffffff], 0x780000000 bytes flags: 0
devicetree = separate
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde73b80
sp start = 0x00000000fde73b80
Early malloc usage: 2c88 / 8000
=>
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x0000000780000000
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.143
fdt_blob = 0x00000000fde73b90
new_fdt = 0x00000000fde73b90
fdt_size = 0x0000000000012220
lmb_dump_all:
memory.cnt = 0x2
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0
memory[1] [0x880000000-0xfffffffff], 0x780000000 bytes flags: 0
reserved.cnt = 0x3
reserved[0] [0x9e800000-0x9fffffff], 0x01800000 bytes flags: 4
reserved[1] [0xfce64000-0xffffffff], 0x0319c000 bytes flags: 0
reserved[2] [0x880000000-0xfffffffff], 0x780000000 bytes flags: 0
devicetree = separate
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde73b80
sp start = 0x00000000fde73b80
Early malloc usage: 2c88 / 8000
=> ls mmc 0:1
0 file(s), 0 dir(s)
=> ls mmc 1:1
EFI/
19001856 Image
388946 tiboot3.bin
388946 tiboot3-j784s4-hs-evm.bin
388946 tiboot3-j784s4-hs-fs-evm.bin
958127 tispl.bin
922587 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> 40960 ..
2040 LICENCE.ibt_firmware
2046 LICENCE.iwlwifi_firmware
482656 bl32.bin
4426528 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
1490508 iwlwifi-9260-th-b0-jf-b0-46.ucode
<SYM> 70 j784s4-c71_0-fw
<SYM> 77 j784s4-c71_0-fw-sec
<SYM> 70 j784s4-c71_1-fw
<SYM> 77 j784s4-c71_1-fw-sec
<SYM> 70 j784s4-c71_2-fw
<SYM> 77 j784s4-c71_2-fw-sec
<SYM> 70 j784s4-c71_3-fw
<SYM> 77 j784s4-c71_3-fw-sec
<SYM> 72 j784s4-main-r5f0_0-fw
<SYM> 79 j784s4-main-r5f0_0-fw-sec
<SYM> 72 j784s4-main-r5f0_1-fw
<SYM> 79 j784s4-main-r5f0_1-fw-sec
<SYM> 72 j784s4-main-r5f1_0-fw
<SYM> 79 j784s4-main-r5f1_0-fw-sec
<SYM> 72 j784s4-main-r5f1_1-fw
<SYM> 79 j784s4-main-r5f1_1-fw-sec
<SYM> 72 j784s4-main-r5f2_0-fw
<SYM> 79 j784s4-main-r5f2_0-fw-sec
<SYM> 72 j784s4-main-r5f2_1-fw
<SYM> 79 j784s4-main-r5f2_1-fw-sec
<SYM> 72 j784s4-mcu-r5f0_1-fw
<SYM> 79 j784s4-mcu-r5f0_1-fw-sec
4896 regulatory.db
1085 regulatory.db.p7s
143360 rgx.fw.36.53.104.796
383128 rgx.sh.36.53.104.796
28 tee-header_v2.bin
0 tee-pageable_v2.bin
482656 tee-pager_v2.bin
482656 tee-raw.bin
482684 tee.bin
4426528 tee.elf
<DIR> 4096 ti-connectivity
<DIR> 4096 ti-eth
<DIR> 4096 ti-ipc
<SYM> 46 wave521c_k3_codec_fw.bin
=> mmc rescan; echo $?
0
=> fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4
4 bytes written in 17 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 000000008ffe4000, end 000000008ffff62e ... OK
Working FDT set to 8ffe4000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.9.0-next-20240523-00003-gb58c7f93ca2b (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) #8 SMP PREEMPT Mon May 27 16:41:27 IST 2024
[ 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] Reserved memory: created CMA memory pool at 0x0000000f90000000, size 1792 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x0000000f90000000..0x0000000fffffffff (1835008 KiB) map reusable linux,cma
[ 0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
[ 0.000000] NUMA: No NUMA configuration found
[ 0.000000] NUMA: Faking a node at [mem 0x0000000080000000-0x0000000fffffffff]
[ 0.000000] NUMA: NODE_DATA [mem 0xf8bf7c9c0-0xf8bf7efff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x0000000fffffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000009e7fffff]
[ 0.000000] node 0: [mem 0x000000009e800000-0x000000009fffffff]
[ 0.000000] node 0: [mem 0x00000000a0000000-0x00000000ffffffff]
[ 0.000000] node 0: [mem 0x0000000880000000-0x0000000fffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000fffffffff]
[ 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 24 pages/cpu s59752 r8192 d30360 u98304
[ 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/ce6bdb366bdc8134f3291638ca7ae054,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: 8388608
[ 0.000000] Policy zone: Normal
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off, mlocked free:off
[ 0.000000] software IO TLB: area num 8.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
[ 0.000000] Memory: 30942504K/33554432K available (17088K kernel code, 4846K rwdata, 11552K rodata, 10176K init, 748K bss, 776920K reserved, 1835008K 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=512 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] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
[ 0.000000] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
[ 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 @0x0000000880070000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880080000
[ 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.009026] Console: colour dummy device 80x25
[ 0.013621] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.024293] pid_max: default: 32768 minimum: 301
[ 0.029050] LSM: initializing lsm=capability
[ 0.033513] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.041309] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.050738] rcu: Hierarchical SRCU implementation.
[ 0.055648] rcu: Max phase no-delay instances is 1000.
[ 0.061204] Platform MSI: msi-controller@1820000 domain created
[ 0.067379] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.076700] fsl-mc MSI: msi-controller@1820000 domain created
[ 0.083914] EFI services will not be available.
[ 0.088756] 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 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
I/TC: Secondary CPU 6 initializing
I/TC: Secondary CPU 6 switching to normal world boot
I/TC: Secondary CPU 7 initializing
I/TC: Secondary CPU 7 switching to normal world boot
[ 0.101835] Detected PIPT I-cache on CPU1
[ 0.101879] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.101893] GICv3: CPU1: using allocated LPI pending table @0x0000000880090000
[ 0.101925] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.110399] Detected PIPT I-cache on CPU2
[ 0.110429] GICv3: CPU2: found redistributor 2 region 0:0x0000000001940000
[ 0.110442] GICv3: CPU2: using allocated LPI pending table @0x00000008800a0000
[ 0.110467] CPU2: Booted secondary processor 0x0000000002 [0x411fd080]
[ 0.118915] Detected PIPT I-cache on CPU3
[ 0.118946] GICv3: CPU3: found redistributor 3 region 0:0x0000000001960000
[ 0.118959] GICv3: CPU3: using allocated LPI pending table @0x00000008800b0000
[ 0.118984] CPU3: Booted secondary processor 0x0000000003 [0x411fd080]
[ 0.127466] Detected PIPT I-cache on CPU4
[ 0.127527] GICv3: CPU4: found redistributor 100 region 0:0x0000000001980000
[ 0.127541] GICv3: CPU4: using allocated LPI pending table @0x00000008800c0000
[ 0.127575] CPU4: Booted secondary processor 0x0000000100 [0x411fd080]
[ 0.136067] Detected PIPT I-cache on CPU5
[ 0.136107] GICv3: CPU5: found redistributor 101 region 0:0x00000000019a0000
[ 0.136120] GICv3: CPU5: using allocated LPI pending table @0x00000008800d0000
[ 0.136145] CPU5: Booted secondary processor 0x0000000101 [0x411fd080]
[ 0.144596] Detected PIPT I-cache on CPU6
[ 0.144636] GICv3: CPU6: found redistributor 102 region 0:0x00000000019c0000
[ 0.144649] GICv3: CPU6: using allocated LPI pending table @0x00000008800e0000
[ 0.144674] CPU6: Booted secondary processor 0x0000000102 [0x411fd080]
[ 0.153142] Detected PIPT I-cache on CPU7
[ 0.153184] GICv3: CPU7: found redistributor 103 region 0:0x00000000019e0000
[ 0.153197] GICv3: CPU7: using allocated LPI pending table @0x00000008800f0000
[ 0.153221] CPU7: Booted secondary processor 0x0000000103 [0x411fd080]
[ 0.153293] smp: Brought up 1 node, 8 CPUs
[ 0.334278] SMP: Total of 8 processors activated.
[ 0.339085] CPU: All CPU(s) started at EL2
[ 0.343285] CPU features: detected: 32-bit EL0 Support
[ 0.348535] CPU features: detected: 32-bit EL1 Support
[ 0.353790] CPU features: detected: CRC32 instructions
[ 0.359071] alternatives: applying system-wide alternatives
[ 0.366123] devtmpfs: initialized
[ 0.380071] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.390053] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.416921] 21600 pages in range for non-PLT usage
[ 0.416935] 513120 pages in range for PLT usage
[ 0.422021] pinctrl core: initialized pinctrl subsystem
[ 0.433479] DMI not present or invalid.
[ 0.438974] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.446288] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[ 0.454294] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.462997] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.471320] audit: initializing netlink subsys (disabled)
[ 0.476956] audit: type=2000 audit(0.324:1): state=initialized audit_enabled=0 res=1
[ 0.477700] thermal_sys: Registered thermal governor 'step_wise'
[ 0.484886] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.491053] cpuidle: using governor menu
[ 0.501837] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.508867] ASID allocator initialised with 65536 entries
[ 0.515531] Serial: AMBA PL011 UART driver
[ 0.532620] platform 2900000.pcie: Fixed dependency cycle(s) with /bus@100000/pcie@2900000/interrupt-controller
[ 0.543113] platform 2910000.pcie: Fixed dependency cycle(s) with /bus@100000/pcie@2910000/interrupt-controller
[ 0.553607] platform 2930000.pcie: Fixed dependency cycle(s) with /bus@100000/pcie@2930000/interrupt-controller
[ 0.564380] platform a000000.dp-bridge: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
[ 0.573507] platform a000000.dp-bridge: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
[ 0.582341] platform 4a00000.dss: Fixed dependency cycle(s) with /bus@100000/dp-bridge@a000000
[ 0.594715] platform a000000.dp-bridge: Fixed dependency cycle(s) with /connector
[ 0.602396] platform connector: Fixed dependency cycle(s) with /bus@100000/dp-bridge@a000000
[ 0.611390] platform hdmi-connector: Fixed dependency cycle(s) with /dvi-bridge
[ 0.618889] platform 4a00000.dss: Fixed dependency cycle(s) with /dvi-bridge
[ 0.626115] platform dvi-bridge: Fixed dependency cycle(s) with /hdmi-connector
[ 0.633619] platform dvi-bridge: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
[ 0.642400] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.649345] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.655749] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.662685] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.669088] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.676023] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.682425] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.689359] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.695987] Demotion targets for Node 0: null
[ 0.701212] ACPI: Interpreter disabled.
[ 0.706530] k3-chipinfo 43000014.chipid: Family:J784S4 rev:SR1.0 JTAGID[0x0bb8002f] Detected
[ 0.715615] iommu: Default domain type: Translated
[ 0.720514] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.727162] SCSI subsystem initialized
[ 0.731156] usbcore: registered new interface driver usbfs
[ 0.736777] usbcore: registered new interface driver hub
[ 0.742221] usbcore: registered new device driver usb
[ 0.748012] pps_core: LinuxPPS API ver. 1 registered
[ 0.753086] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.762425] PTP clock support registered
[ 0.766520] EDAC MC: Ver: 3.0.0
[ 0.770009] scmi_core: SCMI protocol bus registered
[ 0.775612] FPGA manager framework
[ 0.779124] Advanced Linux Sound Architecture Driver Initialized.
[ 0.785848] vgaarb: loaded
[ 0.788840] clocksource: Switched to clocksource arch_sys_counter
[ 0.795211] VFS: Disk quotas dquot_6.6.0
[ 0.799232] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.806379] pnp: PnP ACPI: disabled
[ 0.813217] NET: Registered PF_INET protocol family
[ 0.818485] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.831141] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 0.840173] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.848110] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.857190] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.865585] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.872452] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.879801] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.887685] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.893765] RPC: Registered named UNIX socket transport module.
[ 0.899822] RPC: Registered udp transport module.
[ 0.904627] RPC: Registered tcp transport module.
[ 0.909437] RPC: Registered tcp-with-tls transport module.
[ 0.915040] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.921629] PCI: CLS 0 bytes, default 64
[ 0.927294] kvm [1]: nv: 477 coarse grained trap handlers
[ 0.932955] kvm [1]: IPA Size Limit: 44 bits
[ 0.938321] kvm [1]: vgic-v2@6f020000
[ 0.942083] kvm [1]: GIC system register CPU interface enabled
[ 0.948058] kvm [1]: vgic interrupt IRQ9
[ 0.952081] kvm [1]: Hyp nVHE mode initialized successfully
[ 0.958628] Initialise system trusted keyrings
[ 0.963307] workingset: timestamp_bits=42 max_order=23 bucket_order=0
[ 0.970063] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.976163] NFS: Registering the id_resolver key type
[ 0.981337] Key type id_resolver registered
[ 0.985609] Key type id_legacy registered
[ 0.989711] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.996560] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 1.004196] 9p: Installing v9fs 9p2000 file system support
[ 1.030866] Key type asymmetric registered
[ 1.035054] Asymmetric key parser 'x509' registered
[ 1.040065] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 1.047628] io scheduler mq-deadline registered
[ 1.052255] io scheduler kyber registered
[ 1.056369] io scheduler bfq registered
[ 1.066071] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
[ 1.072045] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
[ 1.078008] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
[ 1.084184] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
[ 1.090029] pinctrl-single 11c000.pinctrl: 72 pins, size 288
[ 1.120819] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.129372] msm_serial: driver initialized
[ 1.133793] SuperH (H)SCI(F) driver initialized
[ 1.138531] STM32 USART driver initialized
[ 1.147905] loop: module loaded
[ 1.151857] megasas: 07.727.03.00-rc1
[ 1.159688] tun: Universal TUN/TAP device driver, 1.6
[ 1.165492] thunder_xcv, ver 1.0
[ 1.168794] thunder_bgx, ver 1.0
[ 1.172103] nicpf, ver 1.0
[ 1.175667] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 1.183050] hns3: Copyright (c) 2017 Huawei Corporation.
[ 1.188490] hclge is initializing
[ 1.191893] e1000: Intel(R) PRO/1000 Network Driver
[ 1.196877] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 1.202757] e1000e: Intel(R) PRO/1000 Network Driver
[ 1.207828] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.213885] igb: Intel(R) Gigabit Ethernet Network Driver
[ 1.219399] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 1.225103] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 1.231506] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 1.237761] sky2: driver version 1.30
[ 1.242423] VFIO - User Level meta-driver version: 0.3
[ 1.249623] usbcore: registered new interface driver usb-storage
[ 1.257769] i2c_dev: i2c /dev entries driver
[ 1.267054] sdhci: Secure Digital Host Controller Interface driver
[ 1.273376] sdhci: Copyright(c) Pierre Ossman
[ 1.278343] Synopsys Designware Multimedia Card Interface Driver
[ 1.285131] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.292317] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.298938] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.306095] usbcore: registered new interface driver usbhid
[ 1.311790] usbhid: USB HID core driver
[ 1.318032] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 1.327840] 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.332399] optee: revision 4.1 (012cdca4)
[ 1.348827] optee: dynamic shared memory is enabled
[ 1.358403] random: crng init done
[ 1.361934] optee: initialized driver
[ 1.367988] NET: Registered PF_PACKET protocol family
[ 1.373212] 9pnet: Installing 9P2000 support
[ 1.377600] Key type dns_resolver registered
[ 1.386401] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[ 1.394810] registered taskstats version 1
[ 1.399130] Loading compiled-in X.509 certificates
[ 1.407620] Demotion targets for Node 0: null
[ 1.424182] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
[ 1.481648] omap_i2c 40b00000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.487845] omap_i2c 40b10000.i2c: bus 3 rev0.12 at 100 kHz
[ 1.494159] pca953x 0-0021: supply vcc not found, using dummy regulator
[ 1.500986] pca953x 0-0021: using no AI
[ 1.529458] omap_i2c 2000000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.535602] pca953x 1-0021: supply vcc not found, using dummy regulator
[ 1.542419] pca953x 1-0021: using no AI
[ 1.569245] pca954x 1-0070: supply vdd not found, using dummy regulator
[ 1.576246] i2c i2c-1: Added multiplexed i2c bus 4
[ 1.581256] i2c i2c-1: Added multiplexed i2c bus 5
[ 1.586157] pca954x 1-0070: registered 2 multiplexed busses for I2C switch pca9543
[ 1.593920] omap_i2c 2010000.i2c: bus 1 rev0.12 at 400 kHz
[ 1.599780] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 177 domain created
[ 1.608431] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 10 domain created
[ 1.617797] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 283 domain created
[ 1.626568] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 321 created
[ 1.636878] ti-udma 311a0000.dma-controller: Number of rings: 48
[ 1.644424] ti-udma 311a0000.dma-controller: Channels: 48 (bchan: 0, tchan: 16, rchan: 32)
[ 1.654859] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:328
[ 1.664758] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.671525] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.681240] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:315
[ 1.691426] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.698211] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.706645] printk: legacy console [ttyS2] disabled
[ 1.711784] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 264, base_baud = 3000000) is a 8250
[ 1.720647] printk: legacy console [ttyS2] enabled
[ 1.720647] printk: legacy console [ttyS2] enabled
[ 1.730335] printk: legacy bootconsole [ns16550a0] disabled
[ 1.730335] printk: legacy bootconsole [ns16550a0] disabled
[ 1.746203] cadence-qspi 47040000.spi: error -ENODEV: No Rx DMA available
[ 1.754303] 7 fixed-partitions partitions found on MTD device 47040000.spi.0
[ 1.761347] Creating 7 MTD partitions on "47040000.spi.0":
[ 1.766822] 0x000000000000-0x000000100000 : "ospi.tiboot3"
[ 1.772968] 0x000000100000-0x000000300000 : "ospi.tispl"
[ 1.778780] 0x000000300000-0x000000700000 : "ospi.u-boot"
[ 1.784667] 0x000000700000-0x000000740000 : "ospi.env"
[ 1.790283] 0x000000740000-0x000000780000 : "ospi.env.backup"
[ 1.796520] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 1.802402] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[ 1.848844] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.859639] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.867908] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.880717] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.887923] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.896654] mmc0: CQHCI version 5.10
[ 1.906884] ti-udma 285c0000.dma-controller: Channels: 22 (tchan: 11, rchan: 11, gp-rflow: 8)
[ 1.917621] ti-udma 31150000.dma-controller: Channels: 66 (tchan: 33, rchan: 33, gp-rflow: 16)
[ 1.939430] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 1.968843] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.979629] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.987900] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 2.000711] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 2.007920] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 2.020038] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 2.027648] mmc0: Command Queue Engine enabled
[ 2.032096] mmc0: new HS200 MMC card at address 0001
[ 2.037390] mmcblk0: mmc0:0001 G1M15L 29.6 GiB
[ 2.042799] mmcblk0: p1 p2 p3
[ 2.046278] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB
[ 2.046313] mmc1: CQHCI version 5.10
[ 2.051754] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB
[ 2.060157] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (234:0)
[ 2.095416] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 2.116743] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 2.126238] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 2.164856] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
[ 2.171885] mmcblk1: mmc1:aaaa SL32G 29.7 GiB
[ 2.180439] mmcblk1: p1 p2 p3
[ 5.211954] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 100Mbps/Full - flow control off
[ 5.236842] Sending DHCP requests ., OK
[ 5.256678] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.143
[ 5.264413] IP-Config: Complete:
[ 5.267630] device=eth0, hwaddr=3c:e0:64:62:bd:0e, ipaddr=192.168.0.143, mask=255.255.255.0, gw=192.168.0.1
[ 5.277785] host=192.168.0.143, domain=ti.com, nis-domain=(none)
[ 5.284209] bootserver=192.168.0.1, rootserver=10.24.51.160, rootpath=
[ 5.284213] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 5.296983] clk: Disabling unused clocks
[ 5.308919] PM: genpd: Disabling unused power domains
[ 5.314035] ALSA device list:
[ 5.317015] No soundcards found.
[ 5.331540] VFS: Mounted root (nfs filesystem) on device 0:22.
[ 5.337676] devtmpfs: mounted
[ 5.344190] Freeing unused kernel memory: 10176K
[ 5.348892] Run /sbin/init as init process
[ 6.082342] systemd[1]: System time before build time, advancing clock.
[ 6.159179] 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.190672] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.10[0m!
[ 6.275371] systemd[1]: Hostname set to <j784s4-evm>.
[ 6.462994] systemd[123]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 6.465505] systemd-sysv-generator[132]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 6.931798] systemd[1]: Binding to IPv6 address not available since kernel does not support IPv6.
[ 6.940691] systemd[1]: Binding to IPv6 address not available since kernel does not support IPv6.
[ 6.987120] 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.077790] 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.190717] systemd[1]: Queued start job for default target Graphical Interface.
[ 7.259123] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 7.282015] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 7.305890] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 7.329715] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 7.352996] 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.376953] 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.400995] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 7.416900] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 7.436891] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 7.452906] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 7.495332] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 7.520952] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 7.548872] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 7.569000] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 7.595989] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 7.619364] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 7.641089] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 7.658567] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 7.684876] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 7.705019] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 7.725432] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 7.773073] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 7.791036] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 7.815124] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 7.833091] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 7.862766] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 7.877108] systemd[1]: Create List of Static Device Nodes was skipped because of a failed condition check (ConditionFileNotEmpty=/lib/modules/6.9.0-next-20240523-00003-gb58c7f93ca2b/modules.devname).
[ 7.897107] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 7.918898] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 7.934978] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 7.967971] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 8.006731] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 8.043851] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 8.097284] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 8.145663] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 8.172060] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 8.203790] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 8.231671] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 8.257323] systemd[1]: Mounted Huge Pages File System.
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[0m.
[ 8.277223] systemd[1]: Mounted POSIX Message Queue File System.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[ 8.301264] systemd[1]: Mounted Kernel Debug File System.
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m.
[ 8.325342] systemd[1]: Mounted Temporary Directory /tmp.
[[0;32m OK [0m] Mounted [0;1;39mTemporary Directory /tmp[0m.
[ 8.345661] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 8.353454] systemd[1]: Finished Load Kernel Module configfs.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
[ 8.382512] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 8.390177] systemd[1]: Finished Load Kernel Module drm.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m.
[ 8.417232] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module 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] Started [0;1;39mRPC Bind[0m.
[[0;32m OK [0m] Finished [0;1;39mGenerate network units from Kernel command line[0m.
[[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m.
Mounting [0;1;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 Static Device Nodes in /dev[0m...
[[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m.
[ 8.740763] systemd-journald[145]: Received client request to flush runtime journal.
[[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.971013] audit: type=1334 audit(1651167747.892:2): prog-id=5 op=LOAD
[ 8.977663] audit: type=1334 audit(1651167747.900: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] Finished [0;1;39mLoad/Save Random Seed[0m.
[[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m.
Starting [0;1;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.
[ 11.025958] systemd-journald[145]: Oldest entry in /run/log/journal/d19f17d5c60b4ddfabcd13ee1a9341f8/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[ 11.043780] systemd-journald[145]: /run/log/journal/d19f17d5c60b4ddfabcd13ee1a9341f8/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] Reached target [0;1;39mSocket Units[0m.
[[0;32m OK [0m] Finished [0;1;39mReboot and dump vmcore via kexec[0m.
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m.
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.
[[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 [ 12.128177] audit: type=1334 audit(1716808883.897:4): prog-id=7 op=LOAD
daemon using ipsec.conf[0m.
[ 12.140068] audit: type=1334 audit(1716808883.909:5): prog-id=8 op=LOAD
Starting [0;1;39mUser Login Management[0m...
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[0m.
Starting [0;1;39mTelnet Server[0m...
[[0;32m OK [0m] Finished [0;1;39mTelnet Server[0m.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
[[0;32m OK [0m] Finished [0;1;39mIPv6 Packet Filtering Framework[0m.
[[0;32m OK [0m] Finished [0;1;39mIPv4 Packet Filtering Framework[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m.
Starting [0;1;39mNetwork Configuration[0m...
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[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/mmcblk1p2[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p1[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk0p1[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p2[0m...
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p2[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk0p2[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/mmcblk1p1[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p3[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/mmcblk0p1[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p2[0m.
Mounting [0;1;39m/run/media/mmcblk0p1[0m...
Mounting [0;1;39m/run/media/mmcblk0p3[0m...
Mounting [0;1;39m/run/media/root-mmcblk1p2[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p2[0m.
Mounting [0;1;39m/run/media/mmcblk0p2[0m...
[ 13.990599] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 13.994842] FAT-fs (mmcblk0p2): 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] Finished [0;1;39mFile System Check on /dev/mmcblk1p1[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p3[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p2[0m.
Mounting [0;1;39m/run/media/boot-mmcblk1p1[0m...
Mounting [0;1;39m/run/media/mmcblk1p3[0m...
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
Starting [0;1;39mNetwork Name Resolution[0m...
[ 14.060697] EXT4-fs (mmcblk0p3): mounted filesystem 76165dab-4a9b-486d-87b4-f43b598493de r/w with ordered data mode. Quota mode: none.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p3[0m.
[ 14.171687] FAT-fs (mmcblk1p3): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk1p3[0m.
[ 14.194645] 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.
[ 14.231414] EXT4-fs (mmcblk1p2): mounted filesystem f0c9e0bf-3b51-4728-ac14-cbef587c8a76 r/w with ordered data mode. Quota mode: none.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/root-mmcblk1p2[0m.
[[0;32m OK [0m] Started [0;1;39mNetwork Name Resolution[0m.
[[0;32m OK [0m] Reached target [0;1;39mNetwork[0m.
[[0;32m OK [0m] Reached target [0;1;39mHost and Network Name Lookups[0m.
Starting [0;1;39mAvahi mDNS/DNS-SD Stack[0m...
Starting [0;1;39mEnable and configure wl18xx bluetooth stack[0m...
Starting [0;1;39mcontainerd container runtime[0m...
[[0;32m OK [0m] Started [0;1;39mNetperf Benchmark Server[0m.
[[0;32m OK [0m] Started [0;1;39mNFS status monitor for NFSv2/3 locking.[0m.
Starting [0;1;39mPermit User Sessions[0m...
[[0;32m OK [0m] Finished [0;1;39mEnable and configure wl18xx bluetooth stack[0m.
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m.
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m.
[[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m.
Starting [0;1;39mSynchronize System and HW clocks[0m...
Starting [0;1;39mWeston, a Waylandositor, as a system service[0m...
[[0;1;31mFAILED[0m] Failed to start [0;1;39mSynchronize System and HW clocks[0m.
See 'systemctl status sync-clocks.service' for details.
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[ 18.888101] audit: type=1334 audit(1716808890.657:6): prog-id=9 op=LOAD
[ 18.894747] audit: type=1334 audit(1716808890.665: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...
[ 20.735007] audit: type=1006 audit(1716808892.505:8): pid=875 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 20.747532] audit: type=1300 audit(1716808892.505:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffe640e058 a2=4 a3=ffff9f426020 items=0 ppid=1 pid=875 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)
[ 20.773999] audit: type=1327 audit(1716808892.505:8): proctitle="(systemd)"
[ 21.489281] audit: type=1006 audit(1716808893.261:9): pid=845 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[ 21.501638] audit: type=1300 audit(1716808893.261:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffe640e058 a2=4 a3=ffff9f426020 items=0 ppid=1 pid=845 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)
[ 21.527848] audit: type=1327 audit(1716808893.261:9): proctitle="(weston)"
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project j784s4-evm -
Arago 2023.10 j784s4-evm -
j784s4-evm login: root
[ 22.538127] audit: type=1006 audit(1716808894.309:10): pid=889 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 22.550589] audit: type=1300 audit(1716808894.309:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffe640e058 a2=1 a3=ffff9f426020 items=0 ppid=1 pid=889 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[6n***************************************************************
***************************************************************
NOTICE: This file system contains the following GPL-3.0 packages:
adwaita-icon-theme-symbolic
autoconf
bash
bc
binutils
cifs-utils
coreutils-stdbuf
coreutils
cpio
cpp-symlinks
cpp
dosfstools
elfutils
g++-symlinks
g++
gawk
gcc-symlinks
gcc
gdb
gdbserver
gettext
glmark2
gnu-config
grub-common
grub-editenv
grub-efi
gzip
less
libasm1
libatomic-dev
libatomic1
libbfd
libdebuginfod1
libdw1
libelf1
libgcc-s-dev
libgcc1
libgdbm-compat4
libgdbm6
libgettextlib
libgettextsrc
libgmp10
libidn2-0
libmpc3
libmpfr6
libopcodes
libqt5charts-examples
libqt5charts-plugins
libqt5charts-qmlplugins
libqt5charts5
libqt5sensors-plugins
libqt5sensors-qmlplugins
libqt5sensors5
libqt5serialport-examples
libqt5serialport-plugins
libqt5serialport-qmlplugins
libqt5serialport5
libqt5svg-examples
libqt5svg-plugins
libqt5svg-qmlplugins
libqt5svg5
libqt5virtualkeyboard-plugins
libqt5virtualkeyboard-qmlplugins
libqt5virtualkeyboard5
libqt5webchannel-plugins
libqt5webchannel-qmlplugins
libqt5webchannel5
libreadline8
libstdc++-dev
libstdc++6
libunistring2
m4
make
nettle
parted
piglit
qt3d-plugins
qt3d-qmlplugins
qt3d
qtbase-examples
qtbase-plugins
qtbase-qmlplugins
qtbase
qtconnectivity-plugins
qtconnectivity-qmlplugins
qtconnectivity
qtdeclarative-plugins
qtdeclarative-qmlplugins
qtdeclarative-tools
qtdeclarative
qtgraphicaleffects-qmlplugins
qtlocation-examples
qtlocation-plugins
qtlocation-qmlplugins
qtlocation
qtmultimedia-examples
qtmultimedia-plugins
qtmultimedia-qmlplugins
qtmultimedia
qtquics-qmlplugins.control
qtquics2-plugins.control
qtquics2-qmlplugins.control
qtquics2.control
qtscript-examples
qtscript-plugins
qtscript-qmlplugins
qtscript
qtwayland-examples
qtwayland-plugins
qtwayland-qmlplugins
qtwayland
tar
which
If you do not wish to distribute GPL-3.0 components please remove
the above packages prior to distribution. This can be done using
the opkg remove command. i.e.:
opkg remove <package>
Where <package> is the name printed in the list above
NOTE: If the package is a dependency of another package you
will be notified of the dependent packages. You should
use the --force-removal-of-dependent-packages option to
also remove the dependent packages as well
***************************************************************
***************************************************************
root@j784s4-evm:~# uname -a
Linux j784s4-evm 6.9.0-next-20240523-00003-gb58c7f93ca2b #8 SMP PREEMPT Mon May 27 16:41:27 IST 2024 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/ce6bdb366bdc8134f3291638ca7ae054,nolock,v3,tcp,rsize=4096,wsize=4096
root@j784s4-evm:~# uname -a
Linux j784s4-evm 6.9.0-next-20240523-00003-gb58c7f93ca2b #8 SMP PREEMPT Mon May 27 16:41:27 IST 2024 aarch64 aarch64 aarch64 GNU/Linux
root@j784s4-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@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 27964
-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 482656 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4324112 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 155648 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 482656 Mar 9 2018 tee-pager_v2.bin
-rw-r--r-- 1 root root 482656 Mar 9 2018 tee-raw.bin
-rw-r--r-- 1 root root 482684 Mar 9 2018 tee.bin
-rw-r--r-- 1 root root 4324112 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 13 0 104 0 0 0 0 0 0 16 0 0 0 0 0 0 0
31 1 mtdblock1 28 0 224 0 0 0 0 0 0 28 0 0 0 0 0 0 0
31 2 mtdblock2 29 0 232 0 0 0 0 0 0 32 0 0 0 0 0 0 0
31 3 mtdblock3 10 0 80 0 0 0 0 0 0 12 0 0 0 0 0 0 0
31 4 mtdblock4 10 0 80 0 0 0 0 0 0 12 0 0 0 0 0 0 0
31 5 mtdblock5 52 0 416 0 0 0 0 0 0 56 0 0 0 0 0 0 0
31 6 mtdblock6 10 0 80 1 0 0 0 0 0 12 1 0 0 0 0 0 0
179 0 mmcblk0 1413 40 55577 697 1 0 8 0 0 268 697 0 0 0 0 0 0
179 1 mmcblk0p1 261 1 16716 153 0 0 0 0 0 108 153 0 0 0 0 0 0
179 2 mmcblk0p2 313 23 16723 207 0 0 0 0 0 128 207 0 0 0 0 0 0
179 3 mmcblk0p3 801 16 20938 319 1 0 8 0 0 180 320 0 0 0 0 0 0
179 32 mmcblk0boot0 45 4 672 12 0 0 0 0 0 0 12 0 0 0 0 0 0
179 64 mmcblk0boot1 38 1 672 11 0 0 0 0 0 8 11 0 0 0 0 0 0
179 96 mmcblk1 1336 159 56030 1723 1 0 8 2 0 740 1726 0 0 0 0 0 0
179 97 mmcblk1p1 281 57 16673 548 0 0 0 0 0 380 548 0 0 0 0 0 0
179 98 mmcblk1p2 770 38 21218 667 1 0 8 2 0 540 670 0 0 0 0 0 0
179 99 mmcblk1p3 246 64 16931 470 0 0 0 0 0 308 470 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: 4913 4322 4395 4424 4451 5125 4983 4202 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: 1196 0 0 0 0 0 0 0 GICv3 69 Level 32c00000.mailbox thr_011
16: 0 0 0 0 0 0 0 0 GICv3 884 Level 40b00000.i2c
17: 0 0 0 0 0 0 0 0 GICv3 885 Level 40b10000.i2c
18: 22 0 0 0 0 0 0 0 GICv3 232 Level 2000000.i2c
19: 8 0 0 0 0 0 0 0 GICv3 233 Level 2010000.i2c
116: 18 0 0 0 0 0 0 0 MSI-INTA 21495904 Level 46000000.ethernet-tx0
117: 2 0 0 0 0 0 0 0 MSI-INTA 21495905 Level 46000000.ethernet-tx1
118: 1 0 0 0 0 0 0 0 MSI-INTA 21495906 Level 46000000.ethernet-tx2
119: 0 0 0 0 0 0 0 0 MSI-INTA 21495907 Level 46000000.ethernet-tx3
120: 12 0 0 0 0 0 0 0 MSI-INTA 21495908 Level 46000000.ethernet-tx4
121: 0 0 0 0 0 0 0 0 MSI-INTA 21495909 Level 46000000.ethernet-tx5
122: 4 0 0 0 0 0 0 0 MSI-INTA 21495910 Level 46000000.ethernet-tx6
123: 49184 0 0 0 0 0 0 0 MSI-INTA 21495911 Level 46000000.ethernet-tx7
125: 75366 0 0 0 0 0 0 0 MSI-INTA 21495913 Level 46000000.ethernet
264: 645 0 0 0 0 0 0 0 GICv3 280 Level 2880000.serial
265: 2 0 0 0 0 0 0 0 GICv3 872 Level 47040000.spi
266: 1618 0 0 0 0 0 0 0 GICv3 35 Level mmc0
522: 2770 0 0 0 0 0 0 0 GICv3 36 Level mmc1
IPI0: 245 190 197 207 194 180 327 203 Rescheduling interrupts
IPI1: 11516 22355 21624 21585 26167 21363 24981 23847 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: 1402 906 749 616 683 970 717 595
NET_TX: 20 1 0 0 1 0 1 0
NET_RX: 113654 0 0 6 0 1 2 12
BLOCK: 1496 0 0 0 0 0 0 0
IRQ_POLL: 0 0 0 0 0 0 0 0
TASKLET: 2052 0 1 0 0 0 2 0
SCHED: 1742 1435 1339 1262 1294 1375 1332 1249
HRTIMER: 0 0 0 0 0 0 0 0
RCU: 3311 2630 2879 3155 2920 3029 2867 2760
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.121
ti-test-extras - 1.0-r0.121
0
root@j784s4-evm:~# lsmod
Module Size Used by
root@j784s4-evm:~# depmod -a
depmod: ERROR: could not open directory /lib/modules/6.9.0-next-20240523-00003-gb58c7f93ca2b: 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-ti-gf9b966c67473 (Mar 19 2024 - 20:31:40 +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.2.4--v09.02.04 (Kool Koala)')
SPL initial stack usage: 13456 bytes
Trying to boot from UART
Ce 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 1093355 bytes
Loading Environment from nowhere... OK
init_env from device 7 not supported!
Starting ATF on ARM64 core...
NOTICE: BL31: v2.10.0(release):v2.10.0-367-g00f1ec6b87-dirty
NOTICE: BL31: Built : 16:09:05, Feb 9 2024
I/TC:
I/TC: OP-TEE version: 4.1.0-51-g012cdca49 (gcc version 11.4.0 (GCC)) #1 Tue Jan 30 10:48:03 UTC 2024 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: GIC redistributor base address not provided
I/TC: Assuming default GIC group status and modifier
I/TC: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (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-ti-gf9b966c67473 (Mar 19 2024 - 20:31:40 +0000)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (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
Loaded 1335547 bytes
U-Boot 2023.04-ti-gf9b966c67473 (Mar 19 2024 - 20:31:40 +0000)
SoC: J784S4 SR1.0 GP
Model: Texas Instruments J784S4 EVM
Board: J784S4X-EVM rev E3
DRAM: 2 GiB (effective 32 GiB)
idle-statesCore: 91 devices, 33 uclasses, devicetree: separate
Flash: spi_nand nand@0: Winbond SPI NAND was found.
spi_nand nand@0: 128 MiB, block size: 256 KiB, page size: 4096, OOB size: 128
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-ti-gf9b966c67473 (Mar 19 2024 - 20:31:40 +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=E3
board_serial=0498
board_software_revision=01
boot=mmc
boot_a_script=load ${devtype} ${devnum}:${distro_bootpart} ${scriptaddr} ${prefix}${script}; source ${scriptaddr}
boot_efi_binary=load ${devtype} ${devnum}:${distro_bootpart} ${kernel_addr_r} efi/boot/bootaa64.efi; if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r};else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi
boot_efi_bootmgr=if fdt addr -q ${fdt_addr_r}; then bootefi bootmgr ${fdt_addr_r};else bootefi bootmgr;fi
boot_extlinux=sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} ${prefix}${boot_syslinux_conf}
boot_fdt=try
boot_fit=0
boot_net_usb_start=usb start
boot_prefixes=/ /boot/
boot_rprocs=if test ${dorprocboot} -eq 1 && test ${boot} = mmc; then rproc init; run boot_rprocs_mmc; fi;
boot_rprocs_mmc=env set rproc_id; env set rproc_fw; env set secure_suffix; if test ${secure_rprocs} -eq 1; then env set secure_suffix -sec; fi; for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i; else env set rproc_fw $i${secure_suffix}; run rproc_load_and_boot_one; env set rproc_id; env set rproc_fw; fi; done
boot_script_dhcp=boot.scr.uimg
boot_scripts=boot.scr.uimg boot.scr
boot_syslinux_conf=extlinux/extlinux.conf
boot_targets=ti_mmc mmc0 mmc1 usb0 pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled
bootcmd=
bootcmd_dhcp=devtype=dhcp; run boot_net_usb_start; if dhcp ${scriptaddr} ${boot_script_dhcp}; then source ${scriptaddr}; fi;setenv efi_fdtfile ${fdtfile}; setenv efi_old_vci ${bootp_vci};setenv efi_old_arch ${bootp_arch};setenv bootp_vci PXEClient:Arch:00011:UNDI:003000;setenv bootp_arch 0xb;if dhcp ${kernel_addr_r}; then tftpboot ${fdt_addr_r} dtb/${efi_fdtfile};if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r}; else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi;fi;setenv bootp_vci ${efi_old_vci};setenv bootp_arch ${efi_old_arch};setenv efi_fdtfile;setenv efi_old_arch;setenv efi_old_vci;
bootcmd_mmc0=devnum=0; run mmc_boot
bootcmd_mmc1=devnum=1; run mmc_boot
bootcmd_pxe=run boot_net_usb_start; dhcp; if pxe get; then pxe boot; fi
bootcmd_ti_mmc=run findfdt; run init_${boot}; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1; then run main_cpsw0_qsgmii_phyinit; fi; run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootcmd_usb0=devnum=0; run usb_boot
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
default_device_tree=ti/k3-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:bd:88
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde70b90
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#=0000000000000498
serverip=192.168.0.1
soc=k3
splashfile=ti.gz
splashimage=0x82000000
splashpos=m,m
splashsource=mmc
stderr=serial@2880000
stdin=serial@2880000
stdout=serial@2880000
ubifs_boot=if ubi part ${bootubipart} ${bootubioff} && ubifsmount ubi0:${bootubivol}; then devtype=ubi; devnum=ubi0; bootfstype=ubifs; distro_bootpart=${bootubivol}; run scan_dev_for_boot; ubifsumount; fi
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
usb_boot=usb start; if usb dev ${devnum}; then devtype=usb; run scan_dev_for_boot_part; fi
vendor=ti
Environment size: 12106/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.78 (1211 ms)
=> setenv dorprocboot '1'
=> run boot_rprocs
k3_r5f_rproc r5f@41000000: Core 1 is already in use. No rproc commands work
82136 bytes read in 72 ms (1.1 MiB/s)
Load Remote Processor 1 with data@addr=0x82000000 82136 bytes: Success!
82136 bytes read in 72 ms (1.1 MiB/s)
Load Remote Processor 2 with data@addr=0x82000000 82136 bytes: Success!
82136 bytes read in 72 ms (1.1 MiB/s)
Load Remote Processor 3 with data@addr=0x82000000 82136 bytes: Success!
82136 bytes read in 72 ms (1.1 MiB/s)
Load Remote Processor 4 with data@addr=0x82000000 82136 bytes: Success!
82136 bytes read in 72 ms (1.1 MiB/s)
Load Remote Processor 5 with data@addr=0x82000000 82136 bytes: Success!
82136 bytes read in 73 ms (1.1 MiB/s)
Load Remote Processor 6 with data@addr=0x82000000 82136 bytes: Success!
82136 bytes read in 73 ms (1.1 MiB/s)
Load Remote Processor 7 with data@addr=0x82000000 82136 bytes: Success!
10489056 bytes read in 78 ms (128.2 MiB/s)
Load Remote Processor 8 with data@addr=0x82000000 10489056 bytes: Success!
10489056 bytes read in 79 ms (126.6 MiB/s)
Load Remote Processor 9 with data@addr=0x82000000 10489056 bytes: Success!
10489056 bytes read in 79 ms (126.6 MiB/s)
Load Remote Processor 10 with data@addr=0x82000000 10489056 bytes: Success!
10489056 bytes read in 79 ms (126.6 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=E3
board_serial=0498
board_software_revision=01
boot=mmc
boot_a_script=load ${devtype} ${devnum}:${distro_bootpart} ${scriptaddr} ${prefix}${script}; source ${scriptaddr}
boot_efi_binary=load ${devtype} ${devnum}:${distro_bootpart} ${kernel_addr_r} efi/boot/bootaa64.efi; if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r};else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi
boot_efi_bootmgr=if fdt addr -q ${fdt_addr_r}; then bootefi bootmgr ${fdt_addr_r};else bootefi bootmgr;fi
boot_extlinux=sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} ${prefix}${boot_syslinux_conf}
boot_fdt=try
boot_fit=0
boot_net_usb_start=usb start
boot_prefixes=/ /boot/
boot_rprocs=if test ${dorprocboot} -eq 1 && test ${boot} = mmc; then rproc init; run boot_rprocs_mmc; fi;
boot_rprocs_mmc=env set rproc_id; env set rproc_fw; env set secure_suffix; if test ${secure_rprocs} -eq 1; then env set secure_suffix -sec; fi; for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i; else env set rproc_fw $i${secure_suffix}; run rproc_load_and_boot_one; env set rproc_id; env set rproc_fw; fi; done
boot_script_dhcp=boot.scr.uimg
boot_scripts=boot.scr.uimg boot.scr
boot_syslinux_conf=extlinux/extlinux.conf
boot_targets=ti_mmc mmc0 mmc1 usb0 pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
bootcmd=
bootcmd_dhcp=devtype=dhcp; run boot_net_usb_start; if dhcp ${scriptaddr} ${boot_script_dhcp}; then source ${scriptaddr}; fi;setenv efi_fdtfile ${fdtfile}; setenv efi_old_vci ${bootp_vci};setenv efi_old_arch ${bootp_arch};setenv bootp_vci PXEClient:Arch:00011:UNDI:003000;setenv bootp_arch 0xb;if dhcp ${kernel_addr_r}; then tftpboot ${fdt_addr_r} dtb/${efi_fdtfile};if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r}; else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi;fi;setenv bootp_vci ${efi_old_vci};setenv bootp_arch ${efi_old_arch};setenv efi_fdtfile;setenv efi_old_arch;setenv efi_old_vci;
bootcmd_mmc0=devnum=0; run mmc_boot
bootcmd_mmc1=devnum=1; run mmc_boot
bootcmd_pxe=run boot_net_usb_start; dhcp; if pxe get; then pxe boot; fi
bootcmd_ti_mmc=run findfdt; run init_${boot}; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1; then run main_cpsw0_qsgmii_phyinit; fi; run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootcmd_usb0=devnum=0; run usb_boot
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
default_device_tree=ti/k3-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:bd:88
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde70b90
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.78
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#=0000000000000498
serverip=192.168.0.1
soc=k3
splashfile=ti.gz
splashimage=0x82000000
splashpos=m,m
splashsource=mmc
stderr=serial@2880000
stdin=serial@2880000
stdout=serial@2880000
ubifs_boot=if ubi part ${bootubipart} ${bootubioff} && ubifsmount ubi0:${bootubivol}; then devtype=ubi; devnum=ubi0; bootfstype=ubifs; distro_bootpart=${bootubivol}; run scan_dev_for_boot; ubifsumount; fi
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
usb_boot=usb start; if usb dev ${devnum}; then devtype=usb; run scan_dev_for_boot_part; fi
vendor=ti
Environment size: 12270/262139 bytes
=> tftp ${loadaddr} 192.168.0.1:vatf_j784s4-evm/48afbc06f0f6081b251aed2b61594e16
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.78
Filename 'vatf_j784s4-evm/48afbc06f0f6081b251aed2b61594e16'.
Load address: 0x82000000
Loading: *################################################## 42.8 MiB
7.8 MiB/s
done
Bytes transferred = 44874240 (2acba00 hex)
=> tftp ${fdt_addr_r} 192.168.0.1:vatf_j784s4-evm/61336cd8c3f3712f9241a476aa9720c3
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.78
Filename 'vatf_j784s4-evm/61336cd8c3f3712f9241a476aa9720c3'.
Load address: 0x88000000
Loading: *################################################## 75.6 KiB
1.6 MiB/s
done
Bytes transferred = 77394 (12e52 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/ce6bdb366bdc8134f3291638ca7ae054,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-ti-gf9b966c67473 (Mar 19 2024 - 20:31:40 +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 = 0x0000000780000000
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:bd:88
IP addr = 192.168.0.78
fdt_blob = 0x00000000fde70b90
new_fdt = 0x00000000fde70b90
fdt_size = 0x0000000000015220
lmb_dump_all:
memory.cnt = 0x2
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0
memory[1] [0x880000000-0xfffffffff], 0x780000000 bytes flags: 0
reserved.cnt = 0x3
reserved[0] [0x9e800000-0xabffffff], 0x0d800000 bytes flags: 4
reserved[1] [0xfce61000-0xffffffff], 0x0319f000 bytes flags: 0
reserved[2] [0x880000000-0xfffffffff], 0x780000000 bytes flags: 0
devicetree = separate
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde70b80
sp start = 0x00000000fde70b80
Early malloc usage: 3048 / 8000
=>
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x0000000780000000
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:bd:88
IP addr = 192.168.0.78
fdt_blob = 0x00000000fde70b90
new_fdt = 0x00000000fde70b90
fdt_size = 0x0000000000015220
lmb_dump_all:
memory.cnt = 0x2
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0
memory[1] [0x880000000-0xfffffffff], 0x780000000 bytes flags: 0
reserved.cnt = 0x3
reserved[0] [0x9e800000-0xabffffff], 0x0d800000 bytes flags: 4
reserved[1] [0xfce61000-0xffffffff], 0x0319f000 bytes flags: 0
reserved[2] [0x880000000-0xfffffffff], 0x780000000 bytes flags: 0
devicetree = separate
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde70b80
sp start = 0x00000000fde70b80
Early malloc usage: 3048 / 8000
=> ls mmc 0:1
<DIR> 4096 .
<DIR> 4096 ..
<DIR> 16384 lost+found
=> ls mmc 1:1
EFI/
19001856 Image
388689 tiboot3.bin
388689 tiboot3-j784s4-gp-evm.bin
391278 tiboot3-j784s4-hs-evm.bin
391278 tiboot3-j784s4-hs-fs-evm.bin
960555 tispl.bin
932819 u-boot.img
574 uEnv.txt
4 ws-calibrate.rules
9 file(s), 1 dir(s)
=> ext4ls mmc 0:2 /lib/firmware
** Invalid partition 2 **
Couldn't find partition mmc 0:2
=> ext4ls mmc 1:2 /lib/firmware
<DIR> 4096 .
<DIR> 40960 ..
2040 LICENCE.ibt_firmware
2046 LICENCE.iwlwifi_firmware
482656 bl32.bin
4426544 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
1490508 iwlwifi-9260-th-b0-jf-b0-46.ucode
<SYM> 70 j784s4-c71_0-fw
<SYM> 77 j784s4-c71_0-fw-sec
<SYM> 70 j784s4-c71_1-fw
<SYM> 77 j784s4-c71_1-fw-sec
<SYM> 70 j784s4-c71_2-fw
<SYM> 77 j784s4-c71_2-fw-sec
<SYM> 70 j784s4-c71_3-fw
<SYM> 77 j784s4-c71_3-fw-sec
<SYM> 72 j784s4-main-r5f0_0-fw
<SYM> 79 j784s4-main-r5f0_0-fw-sec
<SYM> 72 j784s4-main-r5f0_1-fw
<SYM> 79 j784s4-main-r5f0_1-fw-sec
<SYM> 72 j784s4-main-r5f1_0-fw
<SYM> 79 j784s4-main-r5f1_0-fw-sec
<SYM> 72 j784s4-main-r5f1_1-fw
<SYM> 79 j784s4-main-r5f1_1-fw-sec
<SYM> 72 j784s4-main-r5f2_0-fw
<SYM> 79 j784s4-main-r5f2_0-fw-sec
<SYM> 72 j784s4-main-r5f2_1-fw
<SYM> 79 j784s4-main-r5f2_1-fw-sec
<SYM> 72 j784s4-mcu-r5f0_1-fw
<SYM> 79 j784s4-mcu-r5f0_1-fw-sec
4896 regulatory.db
1085 regulatory.db.p7s
143360 rgx.fw.36.53.104.796
383128 rgx.sh.36.53.104.796
28 tee-header_v2.bin
0 tee-pageable_v2.bin
482656 tee-pager_v2.bin
482656 tee-raw.bin
482684 tee.bin
4426544 tee.elf
<DIR> 4096 ti-connectivity
<DIR> 4096 ti-eth
<DIR> 4096 ti-ipc
<SYM> 46 wave521c_k3_codec_fw.bin
=> mmc rescan; echo $?
0
=> fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4
4 bytes written in 20 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 000000008ffea000, end 000000008ffffe51 ... OK
Working FDT set to 8ffea000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.9.0-next-20240523-00003-gb58c7f93ca2b (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) #8 SMP PREEMPT Mon May 27 16:41:27 IST 2024
[ 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] NUMA: No NUMA configuration found
[ 0.000000] NUMA: Faking a node at [mem 0x0000000080000000-0x0000000fffffffff]
[ 0.000000] NUMA: NODE_DATA [mem 0xffbfe99c0-0xffbfebfff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x0000000fffffffff]
[ 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-0x00000000ffffffff]
[ 0.000000] node 0: [mem 0x0000000880000000-0x0000000fffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000fffffffff]
[ 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 24 pages/cpu s59752 r8192 d30360 u98304
[ 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/ce6bdb366bdc8134f3291638ca7ae054,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: 8388608
[ 0.000000] Policy zone: Normal
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off, mlocked free:off
[ 0.000000] software IO TLB: area num 8.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fa000000-0x00000000fe000000] (64MB)
[ 0.000000] Memory: 32548596K/33554432K available (17088K kernel code, 4846K rwdata, 11552K rodata, 10176K init, 748K bss, 973068K 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=512 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] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
[ 0.000000] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
[ 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 @0x0000000880070000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880080000
[ 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.009024] Console: colour dummy device 80x25
[ 0.013618] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.024292] pid_max: default: 32768 minimum: 301
[ 0.029050] LSM: initializing lsm=capability
[ 0.033515] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.041313] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.050742] rcu: Hierarchical SRCU implementation.
[ 0.055651] rcu: Max phase no-delay instances is 1000.
[ 0.061206] Platform MSI: msi-controller@1820000 domain created
[ 0.067360] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.076677] fsl-mc MSI: msi-controller@1820000 domain created
[ 0.083831] EFI services will not be available.
[ 0.088663] 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 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
I/TC: Secondary CPU 6 initializing
I/TC: Secondary CPU 6 switching to normal world boot
I/TC: Secondary CPU 7 initializing
I/TC: Secondary CPU 7 switching to normal world boot
[ 0.101741] Detected PIPT I-cache on CPU1
[ 0.101785] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.101799] GICv3: CPU1: using allocated LPI pending table @0x0000000880090000
[ 0.101828] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.110298] Detected PIPT I-cache on CPU2
[ 0.110328] GICv3: CPU2: found redistributor 2 region 0:0x0000000001940000
[ 0.110341] GICv3: CPU2: using allocated LPI pending table @0x00000008800a0000
[ 0.110366] CPU2: Booted secondary processor 0x0000000002 [0x411fd080]
[ 0.118805] Detected PIPT I-cache on CPU3
[ 0.118836] GICv3: CPU3: found redistributor 3 region 0:0x0000000001960000
[ 0.118849] GICv3: CPU3: using allocated LPI pending table @0x00000008800b0000
[ 0.118873] CPU3: Booted secondary processor 0x0000000003 [0x411fd080]
[ 0.127351] Detected PIPT I-cache on CPU4
[ 0.127409] GICv3: CPU4: found redistributor 100 region 0:0x0000000001980000
[ 0.127423] GICv3: CPU4: using allocated LPI pending table @0x00000008800c0000
[ 0.127458] CPU4: Booted secondary processor 0x0000000100 [0x411fd080]
[ 0.135947] Detected PIPT I-cache on CPU5
[ 0.135986] GICv3: CPU5: found redistributor 101 region 0:0x00000000019a0000
[ 0.135999] GICv3: CPU5: using allocated LPI pending table @0x00000008800d0000
[ 0.136024] CPU5: Booted secondary processor 0x0000000101 [0x411fd080]
[ 0.144471] Detected PIPT I-cache on CPU6
[ 0.144510] GICv3: CPU6: found redistributor 102 region 0:0x00000000019c0000
[ 0.144523] GICv3: CPU6: using allocated LPI pending table @0x00000008800e0000
[ 0.144549] CPU6: Booted secondary processor 0x0000000102 [0x411fd080]
[ 0.153004] Detected PIPT I-cache on CPU7
[ 0.153047] GICv3: CPU7: found redistributor 103 region 0:0x00000000019e0000
[ 0.153060] GICv3: CPU7: using allocated LPI pending table @0x00000008800f0000
[ 0.153085] CPU7: Booted secondary processor 0x0000000103 [0x411fd080]
[ 0.153157] smp: Brought up 1 node, 8 CPUs
[ 0.334141] SMP: Total of 8 processors activated.
[ 0.338947] CPU: All CPU(s) started at EL2
[ 0.343148] CPU features: detected: 32-bit EL0 Support
[ 0.348398] CPU features: detected: 32-bit EL1 Support
[ 0.353654] CPU features: detected: CRC32 instructions
[ 0.358938] alternatives: applying system-wide alternatives
[ 0.365961] devtmpfs: initialized
[ 0.379290] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.389272] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.396716] 21600 pages in range for non-PLT usage
[ 0.396720] 513120 pages in range for PLT usage
[ 0.401734] pinctrl core: initialized pinctrl subsystem
[ 0.412933] DMI not present or invalid.
[ 0.418392] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.425524] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[ 0.433573] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.442323] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.450538] audit: initializing netlink subsys (disabled)
[ 0.456149] audit: type=2000 audit(0.308:1): state=initialized audit_enabled=0 res=1
[ 0.456823] thermal_sys: Registered thermal governor 'step_wise'
[ 0.464076] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.470245] cpuidle: using governor menu
[ 0.481025] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.488050] ASID allocator initialised with 65536 entries
[ 0.494730] Serial: AMBA PL011 UART driver
[ 0.517152] platform a000000.bridge: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
[ 0.526027] platform a000000.bridge: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
[ 0.534596] platform 4a00000.dss: Fixed dependency cycle(s) with /bus@100000/bridge@a000000
[ 0.544214] platform a000000.bridge: Fixed dependency cycle(s) with /connector-dp0
[ 0.551982] platform connector-dp0: Fixed dependency cycle(s) with /bus@100000/bridge@a000000
[ 0.561255] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.568204] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.574608] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.581543] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.587946] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.594881] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.601284] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.608218] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.614839] Demotion targets for Node 0: null
[ 0.620092] ACPI: Interpreter disabled.
[ 0.625555] k3-chipinfo 43000014.chipid: Family:J784S4 rev:SR1.0 JTAGID[0x0bb8002f] Detected
[ 0.634658] iommu: Default domain type: Translated
[ 0.639558] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.646174] SCSI subsystem initialized
[ 0.650182] usbcore: registered new interface driver usbfs
[ 0.655801] usbcore: registered new interface driver hub
[ 0.661251] usbcore: registered new device driver usb
[ 0.667095] pps_core: LinuxPPS API ver. 1 registered
[ 0.672167] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.681505] PTP clock support registered
[ 0.685609] EDAC MC: Ver: 3.0.0
[ 0.689082] scmi_core: SCMI protocol bus registered
[ 0.694739] FPGA manager framework
[ 0.698254] Advanced Linux Sound Architecture Driver Initialized.
[ 0.704964] vgaarb: loaded
[ 0.707961] clocksource: Switched to clocksource arch_sys_counter
[ 0.714325] VFS: Disk quotas dquot_6.6.0
[ 0.718347] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.725495] pnp: PnP ACPI: disabled
[ 0.732320] NET: Registered PF_INET protocol family
[ 0.737585] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.750245] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 0.759277] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.767213] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.776296] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.784693] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.791559] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.798912] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.806788] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.812866] RPC: Registered named UNIX socket transport module.
[ 0.818923] RPC: Registered udp transport module.
[ 0.823727] RPC: Registered tcp transport module.
[ 0.828531] RPC: Registered tcp-with-tls transport module.
[ 0.834134] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.840721] PCI: CLS 0 bytes, default 64
[ 0.846337] kvm [1]: nv: 477 coarse grained trap handlers
[ 0.852000] kvm [1]: IPA Size Limit: 44 bits
[ 0.857358] kvm [1]: vgic-v2@6f020000
[ 0.861118] kvm [1]: GIC system register CPU interface enabled
[ 0.867095] kvm [1]: vgic interrupt IRQ9
[ 0.871125] kvm [1]: Hyp nVHE mode initialized successfully
[ 0.877665] Initialise system trusted keyrings
[ 0.882342] workingset: timestamp_bits=42 max_order=23 bucket_order=0
[ 0.889094] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.895196] NFS: Registering the id_resolver key type
[ 0.900377] Key type id_resolver registered
[ 0.904649] Key type id_legacy registered
[ 0.908753] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.915602] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.923231] 9p: Installing v9fs 9p2000 file system support
[ 0.949938] Key type asymmetric registered
[ 0.954123] Asymmetric key parser 'x509' registered
[ 0.959134] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.966699] io scheduler mq-deadline registered
[ 0.971326] io scheduler kyber registered
[ 0.975440] io scheduler bfq registered
[ 0.985241] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
[ 0.991224] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
[ 0.997267] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
[ 1.003400] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
[ 1.009211] pinctrl-single 11c000.pinctrl: 72 pins, size 288
[ 1.015211] pinctrl-single 104200.pinctrl: 20 pins, size 80
[ 1.020973] pinctrl-single 104280.pinctrl: 8 pins, size 32
[ 1.052911] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.061570] msm_serial: driver initialized
[ 1.066013] SuperH (H)SCI(F) driver initialized
[ 1.070765] STM32 USART driver initialized
[ 1.080316] loop: module loaded
[ 1.084326] megasas: 07.727.03.00-rc1
[ 1.092411] tun: Universal TUN/TAP device driver, 1.6
[ 1.098227] thunder_xcv, ver 1.0
[ 1.101542] thunder_bgx, ver 1.0
[ 1.104848] nicpf, ver 1.0
[ 1.108450] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 1.115833] hns3: Copyright (c) 2017 Huawei Corporation.
[ 1.121272] hclge is initializing
[ 1.124674] e1000: Intel(R) PRO/1000 Network Driver
[ 1.129656] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 1.135535] e1000e: Intel(R) PRO/1000 Network Driver
[ 1.140605] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.146661] igb: Intel(R) Gigabit Ethernet Network Driver
[ 1.152175] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 1.157877] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 1.164279] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 1.170552] sky2: driver version 1.30
[ 1.175304] VFIO - User Level meta-driver version: 0.3
[ 1.182645] usbcore: registered new interface driver usb-storage
[ 1.190850] i2c_dev: i2c /dev entries driver
[ 1.200534] sdhci: Secure Digital Host Controller Interface driver
[ 1.206855] sdhci: Copyright(c) Pierre Ossman
[ 1.211874] Synopsys Designware Multimedia Card Interface Driver
[ 1.218716] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.226022] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.232652] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.240015] usbcore: registered new interface driver usbhid
[ 1.245709] usbhid: USB HID core driver
[ 1.252171] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 1.262042] 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.266598] optee: revision 4.1 (012cdca4)
[ 1.283024] optee: dynamic shared memory is enabled
[ 1.292612] random: crng init done
[ 1.296145] optee: initialized driver
[ 1.302318] NET: Registered PF_PACKET protocol family
[ 1.307541] 9pnet: Installing 9P2000 support
[ 1.311932] Key type dns_resolver registered
[ 1.320762] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[ 1.329175] registered taskstats version 1
[ 1.333502] Loading compiled-in X.509 certificates
[ 1.341908] Demotion targets for Node 0: null
[ 1.358965] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
[ 1.452347] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.458741] pca953x 3-0020: supply vcc not found, using dummy regulator
[ 1.465565] pca953x 3-0020: using no AI
[ 1.492614] pca953x 3-0022: supply vcc not found, using dummy regulator
[ 1.499429] pca953x 3-0022: using AI
[ 1.503714] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz
[ 1.509917] pca953x 4-0020: supply vcc not found, using dummy regulator
[ 1.516731] pca953x 4-0020: using no AI
[ 1.544273] omap_i2c 2040000.i2c: bus 4 rev0.12 at 400 kHz
[ 1.550415] pca953x 5-0020: supply vcc not found, using dummy regulator
[ 1.557228] pca953x 5-0020: using no AI
[ 1.584272] omap_i2c 2050000.i2c: bus 5 rev0.12 at 400 kHz
[ 1.590127] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 177 domain created
[ 1.598775] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 10 domain created
[ 1.608151] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 283 domain created
[ 1.616880] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 321 created
[ 1.627181] ti-udma 311a0000.dma-controller: Number of rings: 48
[ 1.634759] ti-udma 311a0000.dma-controller: Channels: 48 (bchan: 0, tchan: 16, rchan: 32)
[ 1.645113] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:328
[ 1.655015] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.661781] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.671527] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:315
[ 1.681688] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.688460] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.696995] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 284, base_baud = 6000000) is a 8250
[ 1.707205] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 285, base_baud = 3000000) is a 8250
[ 1.716071] printk: legacy console [ttyS2] enabled
[ 1.716071] printk: legacy console [ttyS2] enabled
[ 1.725795] printk: legacy bootconsole [ns16550a0] disabled
[ 1.725795] printk: legacy bootconsole [ns16550a0] disabled
[ 1.738394] cadence-qspi 47040000.spi: error -ENODEV: No Rx DMA available
[ 1.746106] cadence-qspi 47050000.spi: error -ENODEV: No Rx DMA available
[ 1.753697] 7 fixed-partitions partitions found on MTD device 47050000.spi.0
[ 1.760744] Creating 7 MTD partitions on "47050000.spi.0":
[ 1.766224] 0x000000000000-0x000000080000 : "qspi.tiboot3"
[ 1.772429] 0x000000080000-0x000000280000 : "qspi.tispl"
[ 1.778305] 0x000000280000-0x000000680000 : "qspi.u-boot"
[ 1.784219] 0x000000680000-0x0000006c0000 : "qspi.env"
[ 1.789855] 0x0000006c0000-0x000000700000 : "qspi.env.backup"
[ 1.796110] 0x000000800000-0x000003fc0000 : "qspi.rootfs"
[ 1.802012] 0x000003fc0000-0x000004000000 : "qspi.phypattern"
[ 1.847962] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.858747] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.867019] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.879872] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.887083] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.895785] mmc0: CQHCI version 5.10
[ 1.902665] ti-udma 285c0000.dma-controller: Channels: 22 (tchan: 11, rchan: 11, gp-rflow: 8)
[ 1.913417] ti-udma 31150000.dma-controller: Channels: 66 (tchan: 33, rchan: 33, gp-rflow: 16)
[ 1.938537] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 1.963967] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.974772] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.983052] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.995912] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 2.003128] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 2.013179] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 2.024386] mmc1: CQHCI version 5.10
[ 2.053252] mmc0: Command Queue Engine enabled
[ 2.057695] mmc0: new HS400 MMC card at address 0001
[ 2.062914] mmcblk0: mmc0:0001 G1M15L 29.6 GiB
[ 2.063999] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 2.076113] mmcblk0: p1
[ 2.078948] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB
[ 2.084427] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB
[ 2.088481] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 2.089897] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (234:0)
[ 2.098774] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 2.122806] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
[ 2.129799] mmcblk1: mmc1:aaaa SC32G 29.7 GiB
[ 2.138291] mmcblk1: p1 p2 p3
[ 6.195076] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 6.223960] Sending DHCP requests ., OK
[ 6.247801] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.78
[ 6.255447] IP-Config: Complete:
[ 6.258665] device=eth0, hwaddr=68:e7:4a:08:bd:88, ipaddr=192.168.0.78, mask=255.255.255.0, gw=192.168.0.1
[ 6.268731] host=192.168.0.78, domain=ti.com, nis-domain=(none)
[ 6.275069] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 6.275071] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 6.287750] clk: Disabling unused clocks
[ 6.303639] PM: genpd: Disabling unused power domains
[ 6.308772] ALSA device list:
[ 6.311729] No soundcards found.
[ 6.320865] VFS: Mounted root (nfs filesystem) on device 0:22.
[ 6.326918] devtmpfs: mounted
[ 6.333387] Freeing unused kernel memory: 10176K
[ 6.338087] Run /sbin/init as init process
[ 7.194718] systemd[1]: System time before build time, advancing clock.
[ 7.422056] 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.453703] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.10[0m!
[ 7.636143] systemd[1]: Hostname set to <j784s4-evm>.
[ 8.048005] systemd-sysv-generator[134]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 8.186997] systemd[125]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 13.174970] systemd[1]: Binding to IPv6 address not available since kernel does not support IPv6.
[ 13.183857] systemd[1]: Binding to IPv6 address not available since kernel does not support IPv6.
[ 13.654007] 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.
[ 14.542327] 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.
[ 14.983866] systemd[1]: Queued start job for default target Graphical Interface.
[ 15.050305] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 15.073134] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 15.097034] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 15.120824] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 15.144118] 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.
[ 15.168075] 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.
[ 15.192133] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 15.208016] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 15.228008] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 15.244019] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 15.346779] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 15.372052] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 15.402291] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 15.424127] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 15.448488] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 15.468387] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 15.488205] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 15.504500] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 15.529201] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 15.552138] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 15.572475] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 15.620183] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 15.638270] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 15.662387] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 15.680217] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 15.760195] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 15.776255] systemd[1]: Create List of Static Device Nodes was skipped because of a failed condition check (ConditionFileNotEmpty=/lib/modules/6.9.0-next-20240523-00003-gb58c7f93ca2b/modules.devname).
[ 15.796289] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 15.818131] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 15.834092] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 16.844311] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 16.980396] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 17.123668] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 17.168363] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 17.636495] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 17.654712] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 17.686566] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 17.711223] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 17.734107] systemd[1]: Mounted Huge Pages File System.
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[0m.
[ 17.756518] systemd[1]: Mounted POSIX Message Queue File System.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[ 17.780263] 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] Started [0;1;39mRPC Bind[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 Static Device Nodes in /dev[0m...
[[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m.
[ 19.021299] systemd-journald[146]: Received client request to flush runtime journal.
[[0;32m OK [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m.
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[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...
[ 19.906233] audit: type=1334 audit(1651167757.708:2): prog-id=5 op=LOAD
[ 19.912907] audit: type=1334 audit(1651167757.716: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;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;39mNetwork Time Synchronization[0m...
Starting [0;1;39mRecord System Boot/Shutdown in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord System Boot/Shutdow[ 20.704317] systemd-journald[146]: Oldest entry in /run/log/journal/283a0e53b1c04e6eb7980a6292423159/system.journal is older than the configured file retention duration (1month), suggesting rotation.
n in UTMP[0m.
[ 20.725746] systemd-journald[146]: /run/log/journal/283a0e53b1c04e6eb7980a6292423159/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 Time Set[0m.
[[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[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] Found device [0;1;39m/dev/ttyS2[0m.
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m.
[[0;32m OK [0m] Finished [0;1;39mReboot and dump vmcore via kexec[0m.
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m.
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.
[[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 [ 24.386465] audit: type=1334 audit(1716808883.180:4): prog-id=7 op=LOAD
daemon using ipsec.conf[0m.
[ 24.398474] audit: type=1334 audit(1716808883.192: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;32m OK [0m] Finished [0;1;39mTelnet Server[0m.
[[0;32m OK [0m] Finished [0;1;39mIPv6 Packet Filtering Framework[0m.
[[0;32m OK [0m] Finished [0;1;39mIPv4 Packet Filtering Framework[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m.
Starting [0;1;39mNetwork Configuration[0m...
[[0;32m OK [0m] Finished [0;1;39mRotate log files[0m.
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
Starting [0;1;39mNetwork Name Resolution[0m...
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p3[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p1[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p2[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk0p1[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] Found device [0;1;39m/dev/mmcblk1p1[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk1p1[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/mmcblk1p2[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p3[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p1[0m.
Mounting [0;1;39m/run/media/boot-mmcblk1p1[0m...
Mounting [0;1;39m/run/media/mmcblk1p3[0m...
Mounting [0;1;39m/run/media/root-mmcblk1p2[0m...
Mounting [0;1;39m/run/media/rootfs-mmcblk0p1[0m...
[ 28.531289] EXT4-fs (mmcblk0p1): mounting ext2 file system using the ext4 subsystem
[ 28.540161] EXT4-fs (mmcblk0p1): warning: mounting unchecked fs, running e2fsck is recommended
[ 28.550107] EXT4-fs (mmcblk0p1): mounted filesystem baf0d4f9-0001-447d-b921-a6c7996e5fcc r/w without journal. Quota mode: none.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/rootfs-mmcblk0p1[0m.
[ 28.585791] EXT4-fs (mmcblk1p3): mounting ext3 file system using the ext4 subsystem
[ 28.644478] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 28.651640] EXT4-fs (mmcblk1p3): mounted filesystem 260a6c39-59c2-4139-9145-fbf534d12959 r/w with ordered data mode. Quota mode: none.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/boot-mmcblk1p1[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk1p3[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.
[ 28.817055] EXT4-fs (mmcblk1p2): mounted filesystem 707d1ef1-c55d-474f-a575-e081ae25bcc0 r/w with ordered data mode. Quota mode: none.
[[0;32m OK [0m] Started [0;1;39mNFS status monitor for NFSv2/3 locking.[0m.
Starting [0;1;39mPermit User Sessions[0m...
[[0;32m OK [0m] Mounted [0;1;39m/run/media/root-mmcblk1p2[0m.
[[0;32m OK [0m] Finished [0;1;39mEnable and configure wl18xx bluetooth stack[0m.
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m.
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m.
[[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m.
Starting [0;1;39mSynchronize System and HW clocks[0m...
Starting [0;1;39mWeston, a Waylandositor, as a system service[0m...
[[0;1;31mFAILED[0m] Failed to start [0;1;39mSynchronize System and HW clocks[0m.
See 'systemctl status sync-clocks.service' for details.
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[ 33.137569] audit: type=1334 audit(1716808891.932:6): prog-id=9 op=LOAD
[ 33.144204] audit: type=1334 audit(1716808891.940:7): prog-id=10 op=LOAD
Starting [0;1;39mUser Database Manager[0m...
[[0;32m OK [0m] Started [0;1;39mUser Database Manager[0m.
[ 35.296013] audit: type=1006 audit(1716808894.088:8): pid=739 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 35.308563] audit: type=1300 audit(1716808894.088:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffffe58b7f8 a2=4 a3=0 items=0 ppid=1 pid=739 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)
[ 35.334088] audit: type=1327 audit(1716808894.088:8): proctitle="(systemd)"
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project j784s4-evm -
Arago 2023.10 j784s4-evm -
j784s4-evm login: root
[ 37.460187] audit: type=1006 audit(1716808896.256:9): pid=755 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=2 res=1
[ 37.472464] audit: type=1300 audit(1716808896.256:9): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=fffffe58b7f8 a2=1 a3=0 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=2 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[ 37.497726] audit: type=1327 audit(1716808896.256:9): proctitle="(systemd)"
[ 37.504688] audit: type=1334 audit(1716808896.268:10): prog-id=11 op=LOAD
[ 37.511480] audit: type=1300 audit(1716808896.268:10): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffc14b63d0 a2=78 a3=0 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=2 comm="systemd" exe="/lib/systemd/systemd" key=(null)
7[r[999;999H[6nroot@j784s4-evm:~# uname -a
Linux j784s4-evm 6.9.0-next-20240523-00003-gb58c7f93ca2b #8 SMP PREEMPT Mon May 27 16:41:27 IST 2024 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/ce6bdb366bdc8134f3291638ca7ae054,nolock,v3,tcp,rsize=4096,wsize=4096
root@j784s4-evm:~# uname -a
Linux j784s4-evm 6.9.0-next-20240523-00003-gb58c7f93ca2b #8 SMP PREEMPT Mon May 27 16:41:27 IST 2024 aarch64 aarch64 aarch64 GNU/Linux
root@j784s4-evm:~# cat /proc/mtd
dev: size erasesize name
mtd0: 00080000 00001000 "qspi.tiboot3"
mtd1: 00200000 00001000 "qspi.tispl"
mtd2: 00400000 00001000 "qspi.u-boot"
mtd3: 00040000 00001000 "qspi.env"
mtd4: 00040000 00001000 "qspi.env.backup"
mtd5: 037c0000 00001000 "qspi.rootfs"
mtd6: 00040000 00001000 "qspi.phypattern"
root@j784s4-evm:~# grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/
/pnp /etc/resolv.conf && systemctl restart systemd-resolved
root@j784s4-evm:~# ls -l /lib/firmware; ls -lR /lib/firmware/ipc
total 27964
-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 482656 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4324112 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 155648 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 482656 Mar 9 2018 tee-pager_v2.bin
-rw-r--r-- 1 root root 482656 Mar 9 2018 tee-raw.bin
-rw-r--r-- 1 root root 482684 Mar 9 2018 tee.bin
-rw-r--r-- 1 root root 4324112 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 33 0 264 0 0 0 0 0 0 36 0 0 0 0 0 0 0
31 1 mtdblock1 84 0 672 0 0 0 0 0 0 104 0 0 0 0 0 0 0
31 2 mtdblock2 87 0 696 0 0 0 0 0 0 120 0 0 0 0 0 0 0
31 3 mtdblock3 30 0 240 0 0 0 0 0 0 40 0 0 0 0 0 0 0
31 4 mtdblock4 30 0 240 0 0 0 0 0 0 44 0 0 0 0 0 0 0
31 5 mtdblock5 105 0 2016 0 0 0 0 0 0 320 0 0 0 0 0 0 0
31 6 mtdblock6 30 0 240 1 0 0 0 0 0 36 1 0 0 0 0 0 0
179 0 mmcblk0 486 31 18301 930 1 0 8 0 0 144 930 0 0 0 0 0 0
179 1 mmcblk0p1 433 31 17013 909 1 0 8 0 0 116 909 0 0 0 0 0 0
179 32 mmcblk0boot0 105 0 2016 22 0 0 0 0 0 8 22 0 0 0 0 0 0
179 64 mmcblk0boot1 105 0 2016 20 0 0 0 0 0 12 20 0 0 0 0 0 0
179 96 mmcblk1 1397 66 51403 2812 2 0 16 9 0 728 2822 0 0 0 0 0 0
179 97 mmcblk1p1 236 0 14593 538 0 0 0 0 0 376 538 0 0 0 0 0 0
179 98 mmcblk1p2 721 35 19160 655 1 0 8 5 0 504 660 0 0 0 0 0 0
179 99 mmcblk1p3 402 31 16450 1578 1 0 8 4 0 372 1582 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: 4586 6906 5648 4585 6477 4734 4659 6204 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: 1842 0 0 0 0 0 0 0 GICv3 69 Level 32c00000.mailbox thr_011
36: 0 0 0 0 0 0 0 0 GICv3 928 Level 42120000.i2c
37: 36 0 0 0 0 0 0 0 GICv3 232 Level 2000000.i2c
38: 14 0 0 0 0 0 0 0 GICv3 236 Level 2040000.i2c
39: 6 0 0 0 0 0 0 0 GICv3 237 Level 2050000.i2c
136: 13 0 0 0 0 0 0 0 MSI-INTA 21495904 Level 46000000.ethernet-tx0
137: 2 0 0 0 0 0 0 0 MSI-INTA 21495905 Level 46000000.ethernet-tx1
138: 1 0 0 0 0 0 0 0 MSI-INTA 21495906 Level 46000000.ethernet-tx2
139: 0 0 0 0 0 0 0 0 MSI-INTA 21495907 Level 46000000.ethernet-tx3
140: 40603 0 0 0 0 0 0 0 MSI-INTA 21495908 Level 46000000.ethernet-tx4
141: 6 0 0 0 0 0 0 0 MSI-INTA 21495909 Level 46000000.ethernet-tx5
142: 2 0 0 0 0 0 0 0 MSI-INTA 21495910 Level 46000000.ethernet-tx6
143: 16 0 0 0 0 0 0 0 MSI-INTA 21495911 Level 46000000.ethernet-tx7
145: 62389 0 0 0 0 0 0 0 MSI-INTA 21495913 Level 46000000.ethernet
284: 0 0 0 0 0 0 0 0 GICv3 878 Level 40a00000.serial
285: 571 0 0 0 0 0 0 0 GICv3 280 Level 2880000.serial
286: 0 0 0 0 0 0 0 0 GICv3 872 Level 47040000.spi
287: 0 0 0 0 0 0 0 0 GICv3 873 Level 47050000.spi
288: 844 0 0 0 0 0 0 0 GICv3 35 Level mmc0
544: 2895 0 0 0 0 0 0 0 GICv3 36 Level mmc1
IPI0: 191 190 156 142 166 141 155 172 Rescheduling interrupts
IPI1: 5741 21310 18301 14870 19455 17500 17735 16702 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: 1202 921 1254 613 1276 798 535 924
NET_TX: 17 0 0 0 0 0 0 0
NET_RX: 51113 0 1 10 0 0 1 4
BLOCK: 697 0 0 0 0 0 0 0
IRQ_POLL: 0 0 0 0 0 0 0 0
TASKLET: 1742 1 0 1 1 0 0 0
SCHED: 1776 2161 1752 1284 1793 1356 1259 1756
HRTIMER: 0 0 0 0 0 0 0 0
RCU: 2690 3544 2970 2750 3099 2781 2552 3473
root@j784s4-evm:~# ls -lR /run/media/mmcblk0p1
ls: cannot access '/run/media/mmcblk0p1': No such file or directory
root@j784s4-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $?
1
root@j784s4-evm:~# ***************************************************************
***************************************************************
NOTICE: This file system contains the following GPL-3.0 packages:
adwaita-icon-theme-symbolic
autoconf
bash
bc
binutils
cifs-utils
coreutils-stdbuf
coreutils
cpio
cpp-symlinks
cpp
dosfstools
elfutils
g++-symlinks
g++
gawk
gcc-symlinks
gcc
gdb
gdbserver
gettext
glmark2
gnu-config
grub-common
grub-editenv
grub-efi
gzip
less
libasm1
libatomic-dev
libatomic1
libbfd
libdebuginfod1
libdw1
libelf1
libgcc-s-dev
libgcc1
libgdbm-compat4
libgdbm6
libgettextlib
libgettextsrc
libgmp10
libidn2-0
libmpc3
libmpfr6
libopcodes
libqt5charts-examples
libqt5charts-plugins
libqt5charts-qmlplugins
libqt5charts5
libqt5sensors-plugins
libqt5sensors-qmlplugins
libqt5sensors5
libqt5serialport-examples
libqt5serialport-plugins
libqt5serialport-qmlplugins
libqt5serialport5
libqt5svg-examples
libqt5svg-plugins
libqt5svg-qmlplugins
libqt5svg5
libqt5virtualkeyboard-plugins
libqt5virtualkeyboard-qmlplugins
libqt5virtualkeyboard5
libqt5webchannel-plugins
libqt5webchannel-qmlplugins
libqt5webchannel5
libreadline8
libstdc++-dev
libstdc++6
libunistring2
m4
make
nettle
parted
piglit
qt3d-plugins
qt3d-qmlplugins
qt3d
qtbase-examples
qtbase-plugins
qtbase-qmlplugins
qtbase
qtconnectivity-plugins
qtconnectivity-qmlplugins
qtconnectivity
qtdeclarative-plugins
qtdeclarative-qmlplugins
qtdeclarative-tools
qtdeclarative
qtgraphicaleffects-qmlplugins
qtlocation-examples
qtlocation-plugins
qtlocation-qmlplugins
qtlocation
qtmultimedia-examples
qtmultimedia-plugins
qtmultimedia-qmlplugins
qtmultimedia
qtquics-qmlplugins.control
qtquics2-plugins.control
qtquics2-qmlplugins.control
qtquics2.control
qtscript-examples
qtscript-plugins
qtscript-qmlplugins
qtscript
qtwayland-examples
qtwayland-plugins
qtwayland-qmlplugins
qtwayland
tar
which
If you do not wish to distribute GPL-3.0 components please remove
the above packages prior to distribution. This can be done using
the opkg remove command. i.e.:
opkg remove <package>
Where <package> is the name printed in the list above
NOTE: If the package is a dependency of another package you
will be notified of the dependent packages. You should
use the --force-removal-of-dependent-packages option to
also remove the dependent packages as well
***************************************************************
***************************************************************
opkg list-installed | grep ti-test; echo $?
ti-test - 1.0-r0.121
ti-test-extras - 1.0-r0.121
0
root@j784s4-evm:~# lsmod
Module Size Used by
root@j784s4-evm:~# depmod -a
depmod: ERROR: could not open directory /lib/modules/6.9.0-next-20240523-00003-gb58c7f93ca2b: 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