Skip to content

Instantly share code, notes, and snippets.

@uditkumarti
Created September 21, 2023 07:57
Show Gist options
  • Save uditkumarti/bab0ec09eadb4b167ec1ab93e08637a8 to your computer and use it in GitHub Desktop.
Save uditkumarti/bab0ec09eadb4b167ec1ab93e08637a8 to your computer and use it in GitHub Desktop.
V4_clk_patch
#check prompt
=> #check prompt
=> #check prompt
=> #check prompt
=>
U-Boot SPL 2023.10-rc4-00049-gd7f93eef7a (Sep 21 2023 - 13:13:47 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
Trying to boot from UART
CLoaded 969171 bytes
Loading Environment from nowhere... OK
init_env from device 7 not supported!
Starting ATF on ARM64 core...
NOTICE: BL31: v2.8(release):v2.8-226-g2fcd408bb3-dirty
NOTICE: BL31: Built : 00:42:57, Jan 13 2023
I/TC:
I/TC: OP-TEE version: 3.20.0 (gcc version 11.3.0 (GCC)) #1 Fri Jan 20 15:42:54 UTC 2023 aarch64
I/TC: WARNING: This OP-TEE configuration might be insecure!
I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
I/TC: Primary CPU initializing
I/TC: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
I/TC: HUK Initialized
I/TC: Activated SA2UL device
I/TC: 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.10-rc4-00049-gd7f93eef7a (Sep 21 2023 - 13:13:59 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
Detected: J7X-BASE-CPB rev E3
Detected: J7X-VSC8514-ETH rev E2
error getting GPIO lookup name: -22
Trying to boot from UART
CLoaded 1164155 bytes
U-Boot 2023.10-rc4-00049-gd7f93eef7a (Sep 21 2023 - 13:13:59 +0530)
SoC: J7200 SR2.0 HS-SE
Model: Texas Instruments K3 J7200 SoC
Board: J7200X-PM2-SOM rev E8
DRAM: 4 GiB
Core: 84 devices, 32 uclasses, devicetree: separate
Flash: 0 Bytes
MMC: mmc@4f80000: 0, mmc@4fb0000: 1
Loading Environment from nowhere... OK
In: serial@2800000
Out: serial@2800000
Err: serial@2800000
am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA02102 cpsw_ver: 0x6BA82102 ale_ver: 0x00293904 Ports:1 mdio_freq:1000000
Detected: J7X-BASE-CPB rev E3
Detected: J7X-VSC8514-ETH rev E2
Net: eth0: ethernet@46000000port@1
Hit any key to stop autoboot: 2 0
=>
=>
=>
=>
=>
=>
=>
=>
=> version
U-Boot 2023.10-rc4-00049-gd7f93eef7a (Sep 21 2023 - 13:13:59 +0530)
aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 9.2.1 20191025
GNU ld (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 2.33.1.20191209
=> setenv bootargs 'console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled '
=> setenv bootcmd ''
=> setenv autoload 'no'
=> setenv serverip '192.168.0.1'
=> setenv _initramfs -
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=j721e
board_name=j7200
board_rev=E8
board_serial=0134
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=1
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; for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i; else env set rproc_fw $i; run rproc_load_and_boot_one; env set rproc_id; env set rproc_fw; fi; done
boot_script_dhcp=boot.scr.uimg
boot_scripts=boot.scr.uimg boot.scr
boot_syslinux_conf=extlinux/extlinux.conf
boot_targets=ti_mmc mmc0 mmc1 usb0 pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled
bootcmd=
bootcmd_dhcp=devtype=dhcp; run boot_net_usb_start; if dhcp ${scriptaddr} ${boot_script_dhcp}; then source ${scriptaddr}; fi;setenv efi_fdtfile ${fdtfile}; setenv efi_old_vci ${bootp_vci};setenv efi_old_arch ${bootp_arch};setenv bootp_vci PXEClient:Arch:00011:UNDI:003000;setenv bootp_arch 0xb;if dhcp ${kernel_addr_r}; then tftpboot ${fdt_addr_r} dtb/${efi_fdtfile};if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r}; else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi;fi;setenv bootp_vci ${efi_old_vci};setenv bootp_arch ${efi_old_arch};setenv efi_fdtfile;setenv efi_old_arch;setenv efi_old_vci;
bootcmd_mmc0=devnum=0; run mmc_boot
bootcmd_mmc1=devnum=1; run mmc_boot
bootcmd_pxe=run boot_net_usb_start; dhcp; if pxe get; then pxe boot; fi
bootcmd_ti_mmc=run findfdt; run init_${boot}; run main_cpsw0_qsgmii_phyinit; run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootcmd_usb0=devnum=0; run usb_boot
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
default_device_tree=ti/k3-j721e-common-proc-board.dtb
dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1; rootfs part 0 1 mmcpart 0; 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_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_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=0
dtboaddr=0x89000000
efi_dtb_prefixes=/ /dtb/ /dtb/current/
envboot=mmc dev ${mmcdev}; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadbootscript; then run bootscript; else if run loadbootenv; then echo Loaded env from ${bootenvfile}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi; fi; fi;
eth1addr=70:ff:76:1e:49:e4
eth2addr=70:ff:76:1e:49:e5
eth3addr=70:ff:76:1e:49:e6
eth4addr=70:ff:76:1e:49:e7
ethaddr=f4:84:4c:fc:6f:b2
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fdea4a50
fdtoverlay_addr_r=0x89000000
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = j721e; then setenv name_fdt ti/k3-j721e-common-proc-board.dtb; fi; if test $board_name = j7200; then setenv name_fdt ti/k3-j7200-common-proc-board.dtb; fi; if test $board_name = j721e-eaik || test $board_name = j721e-sk; then setenv name_fdt ti/k3-j721e-sk.dtb; fi; setenv fdtfile ${name_fdt}
finduuid=part uuid ${boot} ${bootpart} uuid
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/dtb/${name_fdt}
get_fdt_ufs=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_ufs=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_ufs=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load scsi ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && fdt apply ${dtboaddr}; done;
get_overlaystring=for overlay in $name_overlays; do; setenv overlaystring ${overlaystring}'#'${overlay}; done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_main_cpsw0_qsgmii_phy=gpio set gpio@22_17; gpio clear gpio@22_16
init_mmc=run args_all args_mmc
init_ufs=ufs init; scsi scan; run args_ufs
kernel_addr_r=0x82000000
load_efi_dtb=load ${devtype} ${devnum}:${distro_bootpart} ${fdt_addr_r} ${prefix}${efi_fdtfile}
loadaddr=0x82000000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
loadbootscript=load mmc ${mmcdev} ${loadaddr} boot.scr
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/dtb/${fdtfile}
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
main_cpsw0_qsgmii_phyinit=if test $board_name = J721EX-PM1-SOM || test $board_name = J721EX-PM2-SOM || test $board_name = j721e; then do_main_cpsw0_qsgmii_phyinit=1; else do_main_cpsw0_qsgmii_phyinit=0; fi; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1 && test ${dorprocboot} -eq 1 && test ${boot} = mmc; then run init_main_cpsw0_qsgmii_phy; fi;
mmc_boot=if mmc dev ${devnum}; then devtype=mmc; run scan_dev_for_boot_part; fi
mmcboot=mmc dev ${mmcdev}; devnum=${mmcdev}; devtype=mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadimage; then run args_mmc; if test ${boot_fit} -eq 1; then run run_fit; else run mmcloados; fi; fi; fi;
mmcdev=1
mmcloados=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run get_fdt_mmc; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;
mmcrootfstype=ext4 rootwait
mtdids=nor0=47040000.spi.0,nor0=47034000.hyperbus
mtdparts=mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),128k(ospi.env),128k(ospi.env.backup),1m(ospi.sysfw),-@8m(ospi.rootfs);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(hbmc.sysfw),-@8m(hbmc.rootfs)
name_fit=fitImage
name_kern=Image
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
rproc_fw_binaries=2 /lib/firmware/j7-main-r5f0_0-fw 3 /lib/firmware/j7-main-r5f0_1-fw 4 /lib/firmware/j7-main-r5f1_0-fw 5 /lib/firmware/j7-main-r5f1_1-fw 6 /lib/firmware/j7-c66_0-fw 7 /lib/firmware/j7-c66_1-fw 8 /lib/firmware/j7-c71_0-fw
rproc_load_and_boot_one=if load mmc ${bootpart} $loadaddr ${rproc_fw}; then if rproc load ${rproc_id} ${loadaddr} ${filesize}; then rproc start ${rproc_id}; fi; fi
run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
scan_dev_for_boot=echo Scanning ${devtype} ${devnum}:${distro_bootpart}...; for prefix in ${boot_prefixes}; do run scan_dev_for_extlinux; run scan_dev_for_scripts; done;run scan_dev_for_efi;
scan_dev_for_boot_part=part list ${devtype} ${devnum} -bootable devplist; env exists devplist || setenv devplist 1; for distro_bootpart in ${devplist}; do if fstype ${devtype} ${devnum}:${distro_bootpart} bootfstype; then part uuid ${devtype} ${devnum}:${distro_bootpart} distro_bootpart_uuid ; run scan_dev_for_boot; fi; done; setenv devplist
scan_dev_for_efi=setenv efi_fdtfile ${fdtfile}; for prefix in ${efi_dtb_prefixes}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${efi_fdtfile}; then run load_efi_dtb; fi;done;run boot_efi_bootmgr;if test -e ${devtype} ${devnum}:${distro_bootpart} efi/boot/bootaa64.efi; then echo Found EFI removable media binary efi/boot/bootaa64.efi; run boot_efi_binary; echo EFI LOAD FAILED: continuing...; fi; setenv efi_fdtfile
scan_dev_for_extlinux=if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${boot_syslinux_conf}; then echo Found ${prefix}${boot_syslinux_conf}; run boot_extlinux; echo EXTLINUX FAILED: continuing...; fi
scan_dev_for_scripts=for script in ${boot_scripts}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${script}; then echo Found U-Boot script ${prefix}${script}; run boot_a_script; echo SCRIPT FAILED: continuing...; fi; done
scriptaddr=0x80000000
scsi_boot=run scsi_init; if scsi dev ${devnum}; then devtype=scsi; run scan_dev_for_boot_part; fi
scsi_init=if ${scsi_need_init}; then scsi_need_init=false; scsi scan; fi
scsirootfstype=ext4 rootwait
serial#=0000000000000134
serverip=192.168.0.1
soc=k3
stderr=serial@2800000
stdin=serial@2800000
stdout=serial@2800000
ubifs_boot=if ubi part ${bootubipart} ${bootubioff} && ubifsmount ubi0:${bootubivol}; then devtype=ubi; devnum=ubi0; bootfstype=ubifs; distro_bootpart=${bootubivol}; run scan_dev_for_boot; ubifsumount; fi
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
usb_boot=usb start; if usb dev ${devnum}; then devtype=usb; run scan_dev_for_boot_part; fi
vendor=ti
Environment size: 10698/131067 bytes
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled
=> setenv bootargs ''${bootargs}' ip=:::::eth0:dhcp '
=> setenv serverip '192.168.0.1'
=> setenv autoload 'no'
=> dhcp
k3-navss-ringacc ringacc@2b800000: Ring Accelerator probed rings:286, gp-rings[96,32] sci-dev-id:235
k3-navss-ringacc ringacc@2b800000: dma-ring-reset-quirk: disabled
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 1000, full duplex
BOOTP broadcast 1
BOOTP broadcast 2
BOOTP broadcast 3
DHCP client bound to address 192.168.0.218 (1007 ms)
=> setenv dorprocboot '1'
=> run boot_rprocs
k3_r5f_rproc r5f@41000000: Core 1 is already in use. No rproc commands work
k3_r5f_rproc r5f@41400000: Core 2 is already in use. No rproc commands work
Failed to load '/lib/firmware/j7-main-r5f0_0-fw'
Failed to load '/lib/firmware/j7-main-r5f0_1-fw'
Failed to load '/lib/firmware/j7-main-r5f1_0-fw'
Failed to load '/lib/firmware/j7-main-r5f1_1-fw'
Failed to load '/lib/firmware/j7-c66_0-fw'
Failed to load '/lib/firmware/j7-c66_1-fw'
Failed to load '/lib/firmware/j7-c71_0-fw'
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=j721e
board_name=j7200
board_rev=E8
board_serial=0134
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=1
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; for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i; else env set rproc_fw $i; run rproc_load_and_boot_one; env set rproc_id; env set rproc_fw; fi; done
boot_script_dhcp=boot.scr.uimg
boot_scripts=boot.scr.uimg boot.scr
boot_syslinux_conf=extlinux/extlinux.conf
boot_targets=ti_mmc mmc0 mmc1 usb0 pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
bootcmd=
bootcmd_dhcp=devtype=dhcp; run boot_net_usb_start; if dhcp ${scriptaddr} ${boot_script_dhcp}; then source ${scriptaddr}; fi;setenv efi_fdtfile ${fdtfile}; setenv efi_old_vci ${bootp_vci};setenv efi_old_arch ${bootp_arch};setenv bootp_vci PXEClient:Arch:00011:UNDI:003000;setenv bootp_arch 0xb;if dhcp ${kernel_addr_r}; then tftpboot ${fdt_addr_r} dtb/${efi_fdtfile};if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r}; else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi;fi;setenv bootp_vci ${efi_old_vci};setenv bootp_arch ${efi_old_arch};setenv efi_fdtfile;setenv efi_old_arch;setenv efi_old_vci;
bootcmd_mmc0=devnum=0; run mmc_boot
bootcmd_mmc1=devnum=1; run mmc_boot
bootcmd_pxe=run boot_net_usb_start; dhcp; if pxe get; then pxe boot; fi
bootcmd_ti_mmc=run findfdt; run init_${boot}; run main_cpsw0_qsgmii_phyinit; run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootcmd_usb0=devnum=0; run usb_boot
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
default_device_tree=ti/k3-j721e-common-proc-board.dtb
dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1; rootfs part 0 1 mmcpart 0; 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_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_ram=tispl.bin ram 0x80080000 0x200000; u-boot.img ram 0x81000000 0x400000
distro_bootcmd=scsi_need_init=; for target in ${boot_targets}; do run bootcmd_${target}; done
dnsip=192.0.2.2
dorprocboot=1
dtboaddr=0x89000000
efi_dtb_prefixes=/ /dtb/ /dtb/current/
envboot=mmc dev ${mmcdev}; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadbootscript; then run bootscript; else if run loadbootenv; then echo Loaded env from ${bootenvfile}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi; fi; fi;
eth1addr=70:ff:76:1e:49:e4
eth2addr=70:ff:76:1e:49:e5
eth3addr=70:ff:76:1e:49:e6
eth4addr=70:ff:76:1e:49:e7
ethact=ethernet@46000000port@1
ethaddr=f4:84:4c:fc:6f:b2
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fdea4a50
fdtoverlay_addr_r=0x89000000
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = j721e; then setenv name_fdt ti/k3-j721e-common-proc-board.dtb; fi; if test $board_name = j7200; then setenv name_fdt ti/k3-j7200-common-proc-board.dtb; fi; if test $board_name = j721e-eaik || test $board_name = j721e-sk; then setenv name_fdt ti/k3-j721e-sk.dtb; fi; setenv fdtfile ${name_fdt}
finduuid=part uuid ${boot} ${bootpart} uuid
gatewayip=192.168.0.1
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/dtb/${name_fdt}
get_fdt_ufs=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_ufs=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_ufs=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load scsi ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && fdt apply ${dtboaddr}; done;
get_overlaystring=for overlay in $name_overlays; do; setenv overlaystring ${overlaystring}'#'${overlay}; done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_main_cpsw0_qsgmii_phy=gpio set gpio@22_17; gpio clear gpio@22_16
init_mmc=run args_all args_mmc
init_ufs=ufs init; scsi scan; run args_ufs
ipaddr=192.168.0.218
kernel_addr_r=0x82000000
load_efi_dtb=load ${devtype} ${devnum}:${distro_bootpart} ${fdt_addr_r} ${prefix}${efi_fdtfile}
loadaddr=0x82000000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
loadbootscript=load mmc ${mmcdev} ${loadaddr} boot.scr
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/dtb/${fdtfile}
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
main_cpsw0_qsgmii_phyinit=if test $board_name = J721EX-PM1-SOM || test $board_name = J721EX-PM2-SOM || test $board_name = j721e; then do_main_cpsw0_qsgmii_phyinit=1; else do_main_cpsw0_qsgmii_phyinit=0; fi; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1 && test ${dorprocboot} -eq 1 && test ${boot} = mmc; then run init_main_cpsw0_qsgmii_phy; fi;
mmc_boot=if mmc dev ${devnum}; then devtype=mmc; run scan_dev_for_boot_part; fi
mmcboot=mmc dev ${mmcdev}; devnum=${mmcdev}; devtype=mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadimage; then run args_mmc; if test ${boot_fit} -eq 1; then run run_fit; else run mmcloados; fi; fi; fi;
mmcdev=1
mmcloados=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run get_fdt_mmc; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;
mmcrootfstype=ext4 rootwait
mtdids=nor0=47040000.spi.0,nor0=47034000.hyperbus
mtdparts=mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),128k(ospi.env),128k(ospi.env.backup),1m(ospi.sysfw),-@8m(ospi.rootfs);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(hbmc.sysfw),-@8m(hbmc.rootfs)
name_fit=fitImage
name_kern=Image
netmask=255.255.255.0
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
rproc_fw_binaries=2 /lib/firmware/j7-main-r5f0_0-fw 3 /lib/firmware/j7-main-r5f0_1-fw 4 /lib/firmware/j7-main-r5f1_0-fw 5 /lib/firmware/j7-main-r5f1_1-fw 6 /lib/firmware/j7-c66_0-fw 7 /lib/firmware/j7-c66_1-fw 8 /lib/firmware/j7-c71_0-fw
rproc_load_and_boot_one=if load mmc ${bootpart} $loadaddr ${rproc_fw}; then if rproc load ${rproc_id} ${loadaddr} ${filesize}; then rproc start ${rproc_id}; fi; fi
run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
scan_dev_for_boot=echo Scanning ${devtype} ${devnum}:${distro_bootpart}...; for prefix in ${boot_prefixes}; do run scan_dev_for_extlinux; run scan_dev_for_scripts; done;run scan_dev_for_efi;
scan_dev_for_boot_part=part list ${devtype} ${devnum} -bootable devplist; env exists devplist || setenv devplist 1; for distro_bootpart in ${devplist}; do if fstype ${devtype} ${devnum}:${distro_bootpart} bootfstype; then part uuid ${devtype} ${devnum}:${distro_bootpart} distro_bootpart_uuid ; run scan_dev_for_boot; fi; done; setenv devplist
scan_dev_for_efi=setenv efi_fdtfile ${fdtfile}; for prefix in ${efi_dtb_prefixes}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${efi_fdtfile}; then run load_efi_dtb; fi;done;run boot_efi_bootmgr;if test -e ${devtype} ${devnum}:${distro_bootpart} efi/boot/bootaa64.efi; then echo Found EFI removable media binary efi/boot/bootaa64.efi; run boot_efi_binary; echo EFI LOAD FAILED: continuing...; fi; setenv efi_fdtfile
scan_dev_for_extlinux=if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${boot_syslinux_conf}; then echo Found ${prefix}${boot_syslinux_conf}; run boot_extlinux; echo EXTLINUX FAILED: continuing...; fi
scan_dev_for_scripts=for script in ${boot_scripts}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${script}; then echo Found U-Boot script ${prefix}${script}; run boot_a_script; echo SCRIPT FAILED: continuing...; fi; done
scriptaddr=0x80000000
scsi_boot=run scsi_init; if scsi dev ${devnum}; then devtype=scsi; run scan_dev_for_boot_part; fi
scsi_init=if ${scsi_need_init}; then scsi_need_init=false; scsi scan; fi
scsirootfstype=ext4 rootwait
serial#=0000000000000134
serverip=192.168.0.1
soc=k3
stderr=serial@2800000
stdin=serial@2800000
stdout=serial@2800000
ubifs_boot=if ubi part ${bootubipart} ${bootubioff} && ubifsmount ubi0:${bootubivol}; then devtype=ubi; devnum=ubi0; bootfstype=ubifs; distro_bootpart=${bootubivol}; run scan_dev_for_boot; ubifsumount; fi
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
usb_boot=usb start; if usb dev ${devnum}; then devtype=usb; run scan_dev_for_boot_part; fi
vendor=ti
Environment size: 10829/131067 bytes
=> tftp ${loadaddr} 192.168.0.1:vatf_j7200-hsevm/cc1a237c3626d8b62c13733e4153fcad
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.218
Filename 'vatf_j7200-hsevm/cc1a237c3626d8b62c13733e4153fcad'.
Load address: 0x82000000
Loading: *################################################## 20 MiB
13.8 MiB/s
done
Bytes transferred = 20920832 (13f3a00 hex)
=> tftp ${fdt_addr_r} 192.168.0.1:vatf_j7200-hsevm/c721a44518f7ca1595163b34c73a0f1d
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.218
Filename 'vatf_j7200-hsevm/c721a44518f7ca1595163b34c73a0f1d'.
Load address: 0x88000000
Loading: *################################################## 57.6 KiB
6.3 MiB/s
done
Bytes transferred = 59013 (e685 hex)
=> fdt address ${fdt_addr_r}
Working FDT set to 88000000
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
=> setenv bootargs ''${bootargs}' root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j7200-hsevm/autofs/934e62538d5715769c6cef2d4d9965ea,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.10-rc4-00049-gd7f93eef7a (Sep 21 2023 - 13:13:59 +0530)
aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 9.2.1 20191025
GNU ld (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 2.33.1.20191209
=> bdinfo
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x0000000080000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffed3000
reloc off = 0x000000007f6d3000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = f4:84:4c:fc:6f:b2
IP addr = 192.168.0.218
fdt_blob = 0x00000000fdea4a50
new_fdt = 0x00000000fdea4a50
fdt_size = 0x000000000000e360
lmb_dump_all:
memory.cnt = 0x2 / max = 0x10
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0
memory[1] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0
reserved.cnt = 0x4 / max = 0x10
reserved[0] [0x9e800000-0xa47fffff], 0x06000000 bytes flags: 4
reserved[1] [0xfce95000-0xffffffff], 0x0316b000 bytes flags: 0
reserved[2] [0xfdea0440-0xffffffff], 0x0215fbc0 bytes flags: 0
reserved[3] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002800000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fdea4a40
sp start = 0x00000000fdea4a40
Early malloc usage: 29d8 / 8000
=>
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x0000000080000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffed3000
reloc off = 0x000000007f6d3000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = f4:84:4c:fc:6f:b2
IP addr = 192.168.0.218
fdt_blob = 0x00000000fdea4a50
new_fdt = 0x00000000fdea4a50
fdt_size = 0x000000000000e360
lmb_dump_all:
memory.cnt = 0x2 / max = 0x10
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0
memory[1] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0
reserved.cnt = 0x4 / max = 0x10
reserved[0] [0x9e800000-0xa47fffff], 0x06000000 bytes flags: 4
reserved[1] [0xfce95000-0xffffffff], 0x0316b000 bytes flags: 0
reserved[2] [0xfdea0440-0xffffffff], 0x0215fbc0 bytes flags: 0
reserved[3] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002800000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fdea4a40
sp start = 0x00000000fdea4a40
Early malloc usage: 29d8 / 8000
=> ls mmc 0:1
0 file(s), 0 dir(s)
=> ls mmc 1:1
EFI/
20591104 Image
531113 tiboot3.bin
976003 tispl.bin
1180291 u-boot.img
574 uEnv.txt
4 ws-calibrate.rules
6 file(s), 1 dir(s)
=> ext4ls mmc 0:2 /lib/firmware
=> ext4ls mmc 1:2 /lib/firmware
<DIR> 4096 .
<DIR> 4096 ..
2040 LICENCE.ibt_firmware
2046 LICENCE.iwlwifi_firmware
<DIR> 4096 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> 65 j7200-main-r5f0_0-fw
<SYM> 72 j7200-main-r5f0_0-fw-sec
<SYM> 67 j7200-main-r5f0_1-fw
<SYM> 74 j7200-main-r5f0_1-fw-sec
<SYM> 67 j7200-mcu-r5f0_1-fw
4676 regulatory.db
1182 regulatory.db.p7s
<DIR> 4096 ti-connectivity
<DIR> 4096 ti-eth
<DIR> 4096 ti-ipc
=> mmc rescan; echo $?
0
=> fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4
4 bytes written in 4 ms (1000 Bytes/s)
=> boot
## Checking Image at 82000000 ...
Unknown image format!
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Working FDT set to 88000000
Loading Device Tree to 000000008ffee000, end 000000008ffff684 ... OK
Working FDT set to 8ffee000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.1.46-gf8110d9ce8 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Mon Sep 4 04:45:34 UTC 2023
[ 0.000000] Machine model: Texas Instruments J7200 EVM
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
[ 0.000000] printk: bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 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] 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] 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] 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] 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] 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] 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] 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] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x00000008ffffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000009e7fffff]
[ 0.000000] node 0: [mem 0x000000009e800000-0x00000000a47fffff]
[ 0.000000] node 0: [mem 0x00000000a4800000-0x00000000ffffffff]
[ 0.000000] node 0: [mem 0x0000000880000000-0x00000008ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
[ 0.000000] cma: Reserved 32 MiB at 0x00000000fe000000
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.2
[ 0.000000] percpu: Embedded 19 pages/cpu s38376 r8192 d31256 u77824
[ 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] Built 1 zonelists, mobility grouping on. Total pages: 1032192
[ 0.000000] Kernel command line: console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j7200-hsevm/autofs/934e62538d5715769c6cef2d4d9965ea,nolock,v3,tcp,rsize=4096,wsize=4096
[ 0.000000] sysrq: sysrq always enabled.
[ 0.000000] Unknown kernel command line parameters "earlyprintk=serial,ttyS2,115200n8", will be passed to user space.
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 2.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fa000000-0x00000000fe000000] (64MB)
[ 0.000000] Memory: 3895748K/4194304K available (12480K kernel code, 1294K rwdata, 4356K rodata, 2176K init, 498K bss, 265788K reserved, 32768K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 960 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: GICv3 features: 16 PPIs
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000
[ 0.000000] ITS [mem 0x01820000-0x0182ffff]
[ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
[ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
[ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x0000000880030000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880040000
[ 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.008334] Console: colour dummy device 80x25
[ 0.012897] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023568] pid_max: default: 32768 minimum: 301
[ 0.028306] LSM: Security Framework initializing
[ 0.033084] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.040662] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.049481] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.056884] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.063149] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.070535] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.076853] rcu: Hierarchical SRCU implementation.
[ 0.081752] rcu: Max phase no-delay instances is 1000.
[ 0.087259] Platform MSI: msi-controller@1820000 domain created
[ 0.093412] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.102933] EFI services will not be available.
[ 0.107672] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.120830] Detected PIPT I-cache on CPU1
[ 0.120896] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.120911] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
[ 0.120942] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.120994] smp: Brought up 1 node, 2 CPUs
[ 0.150343] SMP: Total of 2 processors activated.
[ 0.155148] CPU features: detected: 32-bit EL0 Support
[ 0.160402] CPU features: detected: CRC32 instructions
[ 0.165686] CPU: All CPU(s) started at EL2
[ 0.169868] alternatives: applying system-wide alternatives
[ 0.176444] devtmpfs: initialized
[ 0.184007] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.193982] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.201567] pinctrl core: initialized pinctrl subsystem
[ 0.207235] DMI not present or invalid.
[ 0.211485] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.218096] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.225413] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.233451] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.241577] audit: initializing netlink subsys (disabled)
[ 0.247172] audit: type=2000 audit(0.160:1): state=initialized audit_enabled=0 res=1
[ 0.247376] thermal_sys: Registered thermal governor 'step_wise'
[ 0.255096] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.261250] cpuidle: using governor menu
[ 0.272005] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.278968] ASID allocator initialised with 65536 entries
[ 0.290632] KASLR disabled due to lack of seed
[ 0.298230] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.305192] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.311597] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.318543] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.324972] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.331907] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.338309] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.345243] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.352528] k3-chipinfo 43000014.chipid: Family:J7200 rev:SR2.0 JTAGID[0x1bb6d02f] Detected
[ 0.361674] iommu: Default domain type: Translated
[ 0.366667] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.373202] SCSI subsystem initialized
[ 0.377213] usbcore: registered new interface driver usbfs
[ 0.382837] usbcore: registered new interface driver hub
[ 0.388273] usbcore: registered new device driver usb
[ 0.393637] pps_core: LinuxPPS API ver. 1 registered
[ 0.398709] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.408048] PTP clock support registered
[ 0.412117] EDAC MC: Ver: 3.0.0
[ 0.415784] FPGA manager framework
[ 0.419299] Advanced Linux Sound Architecture Driver Initialized.
[ 0.425950] clocksource: Switched to clocksource arch_sys_counter
[ 0.432307] VFS: Disk quotas dquot_6.6.0
[ 0.436336] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.446356] NET: Registered PF_INET protocol family
[ 0.451707] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.460723] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.469499] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.477429] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.485657] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.494427] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.501273] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.508198] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.515638] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.521714] RPC: Registered named UNIX socket transport module.
[ 0.527780] RPC: Registered udp transport module.
[ 0.532582] RPC: Registered tcp transport module.
[ 0.537384] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.543966] NET: Registered PF_XDP protocol family
[ 0.548867] PCI: CLS 0 bytes, default 64
[ 0.553220] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.562246] Initialise system trusted keyrings
[ 0.566909] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.576244] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.582585] NFS: Registering the id_resolver key type
[ 0.587774] Key type id_resolver registered
[ 0.592046] Key type id_legacy registered
[ 0.596173] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.603023] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.610699] 9p: Installing v9fs 9p2000 file system support
[ 0.635568] Key type asymmetric registered
[ 0.639754] Asymmetric key parser 'x509' registered
[ 0.644766] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.652417] io scheduler mq-deadline registered
[ 0.657052] io scheduler kyber registered
[ 0.662792] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
[ 0.668807] pinctrl-single 4301c038.pinctrl: 2 pins, size 8
[ 0.674603] pinctrl-single 4301c068.pinctrl: 59 pins, size 236
[ 0.680644] pinctrl-single 4301c174.pinctrl: 8 pins, size 32
[ 0.686570] pinctrl-single 11c000.pinctrl: 67 pins, size 268
[ 0.692426] pinctrl-single 11c11c.pinctrl: 3 pins, size 12
[ 0.698468] pinctrl-single a40000.pinctrl: 512 pins, size 2048
[ 0.707996] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.718240] loop: module loaded
[ 0.722069] megasas: 07.719.03.00-rc1
[ 0.727620] tun: Universal TUN/TAP device driver, 1.6
[ 0.733075] thunder_xcv, ver 1.0
[ 0.736397] thunder_bgx, ver 1.0
[ 0.739704] nicpf, ver 1.0
[ 0.742654] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 0.750038] hns3: Copyright (c) 2017 Huawei Corporation.
[ 0.755490] hclge is initializing
[ 0.758881] e1000: Intel(R) PRO/1000 Network Driver
[ 0.763861] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.769744] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.774813] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.780874] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.786389] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.792090] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.798492] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.804598] sky2: driver version 1.30
[ 0.808658] VFIO - User Level meta-driver version: 0.3
[ 0.814280] usbcore: registered new interface driver usb-storage
[ 0.820798] i2c_dev: i2c /dev entries driver
[ 0.825957] sdhci: Secure Digital Host Controller Interface driver
[ 0.832282] sdhci: Copyright(c) Pierre Ossman
[ 0.836920] Synopsys Designware Multimedia Card Interface Driver
[ 0.843236] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.849378] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.855604] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.862307] usbcore: registered new interface driver usbhid
[ 0.868003] usbhid: USB HID core driver
[ 0.872568] 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
[ 0.877130] optee: revision 3.20 (8e74d476)
[ 0.893562] optee: dynamic shared memory is enabled
[ 0.903038] optee: initialized driver
[ 0.907825] Initializing XFRM netlink socket
[ 0.912217] NET: Registered PF_PACKET protocol family
[ 0.917451] 9pnet: Installing 9P2000 support
[ 0.921850] Key type dns_resolver registered
[ 0.926412] registered taskstats version 1
[ 0.930617] Loading compiled-in X.509 certificates
[ 0.940311] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
[ 0.963255] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 0.969618] pca953x 1-0021: supply vcc not found, using dummy regulator
[ 0.976496] pca953x 1-0021: using no AI
[ 1.002366] pca953x 1-0020: supply vcc not found, using dummy regulator
[ 1.009182] pca953x 1-0020: using no AI
[ 1.013740] pca953x 1-0022: supply vcc not found, using dummy regulator
[ 1.020555] pca953x 1-0022: using AI
[ 1.024838] omap_i2c 2000000.i2c: bus 1 rev0.12 at 400 kHz
[ 1.030964] pca953x 2-0020: supply vcc not found, using dummy regulator
[ 1.037784] pca953x 2-0020: using no AI
[ 1.062268] omap_i2c 2010000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.068036] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 137 domain created
[ 1.076575] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 131 domain created
[ 1.085907] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 213 domain created
[ 1.094504] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 209 created
[ 1.104290] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,32] sci-dev-id:235
[ 1.114185] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.120945] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.130617] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[120,200] sci-dev-id:211
[ 1.140770] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.147528] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.155138] pinctrl-single 4301c000.pinctrl: mux offset out of range: 0xf8 (0x34)
[ 1.162792] pinctrl-single 4301c000.pinctrl: could not add functions for mcu-uart0-pins-default 248x
[ 1.172511] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 251, base_baud = 6000000) is a 8250
[ 1.182018] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 252, base_baud = 3000000) is a 8250
[ 1.190872] printk: console [ttyS2] enabled
[ 1.190872] printk: console [ttyS2] enabled
[ 1.199314] printk: bootconsole [ns16550a0] disabled
[ 1.199314] printk: bootconsole [ns16550a0] disabled
[ 1.209765] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 253, base_baud = 3000000) is a 8250
[ 1.219693] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.265953] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.274509] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.282786] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.295630] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.302839] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.309034] pps pps0: new PPS source ptp0
[ 1.313186] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
[ 1.323594] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0
[ 1.333395] mmc0: CQHCI version 5.10
[ 1.374572] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 1.469182] mmc0: Command Queue Engine enabled
[ 1.473643] mmc0: new HS400 MMC card at address 0001
[ 1.479084] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 1.484888] mmcblk0: p1 p2 p3
[ 1.488479] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[ 1.494435] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[ 1.500199] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
[ 1.566513] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
[ 1.573206] tps6594-rtc tps6594-rtc.4.auto: setting system clock to 2023-09-21T07:51:33 UTC (1695282693)
[ 1.719263] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc8900
[ 1.726174] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc8900
[ 1.733885] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[ 1.743812] ti-udma 31150000.dma-controller: Channels: 50 (tchan: 25, rchan: 25, gp-rflow: 8)
[ 1.756348] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[ 1.761362] 7 fixed-partitions partitions found on MTD device 47040000.spi.0
[ 1.768401] Creating 7 MTD partitions on "47040000.spi.0":
[ 1.773872] 0x000000000000-0x000000100000 : "ospi.tiboot3"
[ 1.779935] 0x000000100000-0x000000300000 : "ospi.tispl"
[ 1.785748] 0x000000300000-0x000000700000 : "ospi.u-boot"
[ 1.791602] 0x000000700000-0x000000740000 : "ospi.env"
[ 1.797214] 0x000000740000-0x000000780000 : "ospi.env.backup"
[ 1.803478] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 1.809339] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[ 1.819726] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.865964] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.874564] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.882840] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.895688] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.902898] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.909123] pps pps0: new PPS source ptp1
[ 1.913324] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
[ 1.923550] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 1.931653] debugfs: Directory 'pd:240' with parent 'pm_genpd' already present!
[ 1.931929] mmc1: CQHCI version 5.10
[ 1.980560] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 1.996104] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 2.005601] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 2.039736] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
[ 2.046831] mmcblk1: mmc1:aaaa SL16G 14.8 GiB
[ 2.056541] mmcblk1: p1 p2 p3
[ 6.102960] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 6.125963] Sending DHCP requests ., OK
[ 6.145788] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.218
[ 6.153524] IP-Config: Complete:
[ 6.156741] device=eth0, hwaddr=f4:84:4c:fc:6f:b2, ipaddr=192.168.0.218, mask=255.255.255.0, gw=192.168.0.1
[ 6.166897] host=192.168.0.218, domain=ti.com, nis-domain=(none)
[ 6.173320] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 6.173323] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 6.188536] ALSA device list:
[ 6.191505] No soundcards found.
[ 6.218785] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 6.224933] devtmpfs: mounted
[ 6.229374] Freeing unused kernel memory: 2176K
[ 6.238030] Run /sbin/init as init process
[ 6.434015] random: crng init done
[ 6.448502] NET: Registered PF_INET6 protocol family
[ 6.454985] Segment Routing with IPv6
[ 6.458660] In-situ OAM (IOAM) with IPv6
[ 6.485322] 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.516826] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.04[0m!
[ 6.587033] systemd[1]: Hostname set to <j7200-hs-evm>.
[ 6.695328] systemd-sysv-generator[140]: SysV service '/etc/init.d/telnetd' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 6.720005] systemd-sysv-generator[140]: SysV service '/etc/init.d/sysrepo' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 6.744496] systemd-sysv-generator[140]: 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.769671] systemd-sysv-generator[140]: SysV service '/etc/init.d/netopeer2-server' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 6.800337] systemd[131]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 6.984341] 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.040630] 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.103164] systemd[1]: Queued start job for default target Graphical Interface.
[ 7.160130] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 7.183454] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 7.207347] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 7.231139] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 7.254181] 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.278112] 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.302151] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 7.322021] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 7.342008] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 7.362004] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 7.404602] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 7.426163] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 7.451637] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 7.474203] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 7.498830] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 7.522718] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 7.546322] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 7.566861] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 7.591887] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 7.614266] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 7.634747] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 7.674270] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 7.696814] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 7.720776] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 7.742258] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 7.774257] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 7.797705] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 7.828662] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 7.870428] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 7.919907] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 7.949367] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 7.963461] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 7.983081] fuse: init (API version 7.37)
[ 7.994607] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 8.015894] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 8.041074] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 8.062990] cryptodev: loading out-of-tree module taints kernel.
[ 8.071470] cryptodev: driver 1.12 loaded.
[ 8.072846] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 8.101163] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 8.130149] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 8.155211] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m.
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mTemporary Directory /tmp[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate List of Static Device Nodes[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m.
[[0;32m OK [0m] Finished [0;1;39mGenerate network units from Kernel command line[0m.
[[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m.
Mounting [0;1;39mFUSE Control File System[0m...
Mounting [0;1;39mKernel Configuration File System[0m...
Starting [0;1;39mFlush Journal to Persistent Storage[0m...
[ 8.451201] systemd-journald[154]: Received client request to flush runtime journal.
Starting [0;1;39mApply Kernel Variables[0m...
Starting [0;1;39mCreate Static Device Nodes in /dev[0m...
[[0;32m OK [0m] Mounted [0;1;39mFUSE Control File System[0m.
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m.
[[0;32m OK [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m.
[[0;32m OK [0m] Finished [0;1;39mApply Kernel Variables[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Static Device Nodes in /dev[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Local File Systems[0m.
Mounting [0;1;39m/media/ram[0m...
Mounting [0;1;39m/var/volatile[0m...
[ 8.700583] audit: type=1334 audit(1695282700.624:2): prog-id=5 op=LOAD
[ 8.707514] audit: type=1334 audit(1695282700.632: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.
[[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.
[ 9.253871] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
Starting [0;1;39mDocker Socket for the API[0m...
[[0;32m OK [0m] Listening on [0;1;39mdropbear.socket[0m.
[ 9.298910] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000
[ 9.307597] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000
[ 9.318842] j721e-pcie-host 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
Starting [0;1;39mWeston socket[0m...
Starting [0;1;39mD-Bus System Message Bus[0m...
Starting [0;1;39mReboot and dump vmcore via kexec[0m...
[[0;32m OK [0m] Listening on [0;1;39mDocker Socket for the API[0m.
[[0;32m OK [0m] Listening on [0;1;39mWeston socket[0m.
[[0;32m OK [0m] Finished [0;1;39mReboot and dump vmcore via kexec[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m.
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m.
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.
[[0;32m OK [0m] Started [0;1;39mJob spooling tools[0m.
[[0;32m OK [0m] Started [0;1;39mPeriodic Command Scheduler[ 9.547670] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[0m.
Starting [0;1;39mPrint notice about GPLv3 packages[0m...
Starting [0;1;39mIPv6 Packet Filtering Framework[0m...
[ 9.614762] platform 41000000.r5f: configured R5F for IPC-only mode
Starting [0;1;39mIPv4 Packet Filtering Framework[0m...
[ 9.627121] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
[[0;32m OK [0m] Started [0;1;39mirqbalance daemon[0m.
Starting [0;1;39mLighttpd Daemon[0m...
[[0;32m OK [0m] Started [0;1;39mstrongSwan IPsec IIKEv2 daemon using ipsec.conf[0m.
[ 9.710829] audit: type=1334 audit(1695282701.636:4): prog-id=7 op=LOAD
[ 9.731219] audit: type=1334 audit(1695282701.636:5): prog-id=8 op=LOAD
[ 9.767390] remoteproc remoteproc0: 41000000.r5f is available
Starting [0;1;39mUser Login Management[0m...
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mPrint notice about GPLv3 packages[0m.
[ 9.823308] remoteproc remoteproc0: attaching to 41000000.r5f
See 'systemctl status gplv3-notice.service' for details.
[[0;32m OK [0m] Finished [0;1;39mIPv6 Packet Filtering Framework[0m.
[[0;32m OK [0m] Finished [0;1;39mIPv4 Packet Filtering Framework[0m.
[ 9.867604] platform 41000000.r5f: R5F core initialized in IPC-only mode
[ 9.876298] rproc-virtio rproc-virtio.10.auto: assigned reserved memory node r5f-dma-memory@a0000000
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.[ 9.889086] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 9.894785] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
[ 9.898765] rproc-virtio rproc-virtio.10.auto: registered virtio0 (type 7)
[ 9.912242] remoteproc remoteproc0: remote processor 41000000.r5f is now attached
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Netw[ 9.923621] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
ork[0m.
[ 9.944476] platform 5c00000.r5f: configured R5F for remoteproc mode
Starting [0;1;39mNetwork Configuration[0m...
[ 9.977548] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[ 10.116733] remoteproc remoteproc1: 5c00000.r5f is available
[ 10.138281] remoteproc remoteproc1: powering up 5c00000.r5f
[ 10.144380] remoteproc remoteproc1: Booting fw image j7200-main-r5f0_0-fw, size 675124
[ 10.173086] platform 5d00000.r5f: configured R5F for remoteproc mode
[ 10.181104] rproc-virtio rproc-virtio.11.auto: assigned reserved memory node r5f-dma-memory@a2000000
[ 10.184603] platform 5d00000.r5f: assigned reserved memory node r5f-dma-memory@a3000000
[ 10.192955] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 10.209350] rproc-virtio rproc-virtio.11.auto: registered virtio1 (type 7)
[ 10.211061] remoteproc remoteproc2: 5d00000.r5f is available
[ 10.219118] remoteproc remoteproc1: remote processor 5c00000.r5f is now up
[ 10.235295] remoteproc remoteproc2: powering up 5d00000.r5f
[ 10.241147] remoteproc remoteproc2: Booting fw image j7200-main-r5f0_1-fw, size 76648
[ 10.263989] rproc-virtio rproc-virtio.12.auto: assigned reserved memory node r5f-dma-memory@a3000000
[ 10.283103] virtio_rpmsg_bus virtio2: rpmsg host is online
[ 10.302185] rproc-virtio rproc-virtio.12.auto: registered virtio2 (type 7)
[ 10.315619] remoteproc remoteproc2: remote processor 5d00000.r5f is now up
[ 10.367987] virtio_rpmsg_bus virtio1: creating channel ti.ethfw.notifyservice addr 0x1e
[ 10.376133] virtio_rpmsg_bus virtio1: creating channel rpmsg-kdrv addr 0x1a
[ 10.392270] virtio_rpmsg_bus virtio1: creating channel rpmsg-kdrv addr 0x1a
[ 10.402812] virtio_rpmsg_bus virtio1: channel rpmsg-kdrv:ffffffff:1a already exist
[ 10.404440] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 10.412057] virtio_rpmsg_bus virtio1: rpmsg_create_channel failed
[ 10.419268] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0000:00
[ 10.425666] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0x15
[ 10.448155] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0x15
[ 10.454952] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 10.460144] virtio_rpmsg_bus virtio1: channel rpmsg_chrdev:ffffffff:15 already exist
[ 10.462853] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x18001000-0x18010fff])
[ 10.473052] virtio_rpmsg_bus virtio1: rpmsg_create_channel failed
[ 10.481409] pci_bus 0000:00: root bus resource [mem 0x18011000-0x1fffffff]
[ 10.492913] rpmsg-kdrv-eth-switch rpmsg-kdrv-1-mpu_1_0_ethswitch-device-0: Device info: permissions: 3FFFFFFF uart_id: 3
[ 10.494436] pci 0000:00:00.0: [104c:b00f] type 01 class 0x060400
[ 10.507023] rpmsg-kdrv-eth-switch rpmsg-kdrv-1-mpu_1_0_ethswitch-device-0: FW ver 0.2 (rev 0) 15/Apr/2023 SHA:05546b8d
[ 10.510471] pci 0000:00:00.0: supports D1
[ 10.521828] rpmsg-kdrv-eth-switch rpmsg-kdrv-3-mpu_1_0_ethmac-device-1: Device info: permissions: 3FFFFFFF uart_id: 3
[ 10.529502] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 10.554678] rpmsg-kdrv-eth-switch rpmsg-kdrv-3-mpu_1_0_ethmac-device-1: FW ver 0.2 (rev 0) 15/Apr/2023 SHA:05546b8d
[ 10.557399] pci 0000:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
[ 10.585586] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xd
[ 10.586259] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 10.600107] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe
[ 10.601298] pci 0000:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
[ 10.630850] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 10.639447] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 10.646142] pci 0000:00:00.0: BAR 7: assigned [mem 0x18400000-0x193fffff 64bit]
[ 10.653522] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 10.659297] pcieport 0000:00:00.0: PME: Signaling with IRQ 685
[ 10.674423] pcieport 0000:00:00.0: AER: enabled with IRQ 685
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
Starting [0;1;39mNetwork Name Resolution[0m...
[[0;32m OK [0m] Started [0;1;39mNetwork Name Resolution[0m.
[[0;32m OK [0m] Reached target [0;1;39mNetwork[0m.
[[0;32m OK [0m] Reached target [0;1;39mHost and Network Name Lookups[0m.
Starting [0;1;39mAvahi mDNS/DNS-SD Stack[0m...
Starting [0;1;39mEnable and configure wl18xx bluetooth stack[0m...
Starting [0;1;39mcontainerd container runtime[0m...
[[0;32m OK [0m] Started [0;1;39mNetperf Benchmark Server[0m.
[[0;32m OK [0m] Started [0;1;39mNFS status monitor for NFSv2/3 locking.[0m.
Starting [0;1;39mPermit User Sessions[0m...
[[0;1;31mFAILED[0m] Failed to start [0;1;39mEnable andfigure wl18xx bluetooth stack[0m.
See 'systemctl status bt-enable.service' for details.
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[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...
[ 11.613199] audit: type=1334 audit(1695282703.498:6): prog-id=9 op=LOAD
[ 11.622511] audit: type=1334 audit(1695282703.506: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;39mSynchronize System and HW clocks[0m.
[[0;32m OK [0m] Finished [0;1;39mUser Runtime Directory /run/user/1000[0m.
Starting [0;1;39mUser Manager for UID 1000[0m...
[ 12.241650] audit: type=1006 audit(1695282704.112:8): pid=513 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 12.256008] audit: type=1300 audit(1695282704.112:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffff94a30a8 a2=4 a3=ffff80018020 items=0 ppid=1 pid=513 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)
[ 12.284500] audit: type=1327 audit(1695282704.112:8): proctitle="(systemd)"
[[0;32m OK [0m] Started [0;1;39mUser Manager for UID 1000[0m.
[[0;32m OK [0m] Started [0;1;39mSession c1 of User weston[0m.
[ 12.822499] audit: type=1006 audit(1695282704.681:9): pid=463 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[[0;1;31mFAILED[0m] Failed to start [0;1;39mWeston, a mpositor, as a system service[0m.
See 'systemctl status weston.service' for details.
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mMatrix GUI[0m.
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtime[0m.
[[0;32m OK [0m] Reached target [0;1;39mMulti-User System[0m.
[[0;32m OK [0m] Reached target [0;1;39mGraphical Interface[0m.
Starting [0;1;39mRecord Runlevel Change in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord Runlevel Change in UTMP[0m.
[ 14.007631] FAT-fs (mmcblk0p2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 14.039634] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 14.100176] FAT-fs (mmcblk0p3): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 14.145479] EXT4-fs (mmcblk1p3): mounted filesystem with ordered data mode. Quota mode: none.
[ 14.159225] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 14.181765] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project j7200-hs-evm -
Arago 2023.04 j7200-hs-evm -
j7200-hs-evm login: root
[ 14.594038] kauditd_printk_skb: 2 callbacks suppressed
[ 14.594044] audit: type=1006 audit(1695282706.423:10): pid=862 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 14.611806] audit: type=1300 audit(1695282706.423:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=fffff94a30a8 a2=1 a3=ffff80018020 items=0 ppid=1 pid=862 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[ 14.638210] audit: type=1327 audit(1695282706.423:10): proctitle="(systemd)"
[ 14.680509] audit: type=1334 audit(1695282706.510:11): prog-id=11 op=LOAD
[ 14.687331] audit: type=1300 audit(1695282706.510:11): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffe2a8e250 a2=78 a3=0 items=0 ppid=1 pid=862 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/lib/systemd/systemd" key=(null)
[ 14.712801] audit: type=1327 audit(1695282706.510:11): proctitle="(systemd)"
[ 14.719943] audit: type=1334 audit(1695282706.510:12): prog-id=11 op=UNLOAD
[ 14.726964] audit: type=1334 audit(1695282706.510:13): prog-id=12 op=LOAD
[ 14.733788] audit: type=1300 audit(1695282706.510:13): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffe2a8e2f0 a2=78 a3=0 items=0 ppid=1 pid=862 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/lib/systemd/systemd" key=(null)
[ 14.759162] audit: type=1327 audit(1695282706.510:13): proctitle="(systemd)"
7[r[999;999H[6nroot@j7200-hs-evm:~# uname -a
Linux j7200-hs-evm 6.1.46-gf8110d9ce8 #1 SMP PREEMPT Mon Sep 4 04:45:34 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux
root@j7200-hs-evm:~# cat /proc/cmdline
console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j7200-hsevm/autofs/934e62538d5715769c6cef2d4d9965ea,nolock,v3,tcp,rsize=4096,wsize=4096
root@j7200-hs-evm:~# uname -a
Linux j7200-hs-evm 6.1.46-gf8110d9ce8 #1 SMP PREEMPT Mon Sep 4 04:45:34 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux
root@j7200-hs-evm:~# cat /proc/mtd
dev: size erasesize name
mtd0: 00100000 00040000 "ospi.tiboot3"
mtd1: 00200000 00040000 "ospi.tispl"
mtd2: 00400000 00040000 "ospi.u-boot"
mtd3: 00040000 00040000 "ospi.env"
mtd4: 00040000 00040000 "ospi.env.backup"
mtd5: 037c0000 00040000 "ospi.rootfs"
mtd6: 00040000 00040000 "ospi.phypattern"
root@j7200-hs-evm:~# grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/ne
et/pnp /etc/resolv.conf && systemctl restart systemd-resolved
root@j7200-hs-evm:~# ls -l /lib/firmware; ls -lR /lib/firmware/ipc
total 17024
-rw-r--r-- 1 root root 2040 Mar 9 2018 LICENCE.ibt_firmware
-rw-r--r-- 1 root root 2046 Mar 9 2018 LICENCE.iwlwifi_firmware
drwxr-xr-x 2 root root 4096 Mar 9 2018 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 65 Mar 9 2018 j7200-main-r5f0_0-fw -> /lib/firmware/ti-eth/j7200/app_remoteswitchcfg_server_strip.xer5f
lrwxrwxrwx 1 root root 72 Mar 9 2018 j7200-main-r5f0_0-fw-sec -> /lib/firmware/ti-eth/j7200/app_remoteswitchcfg_server_strip.xer5f.signed
lrwxrwxrwx 1 root root 67 Mar 9 2018 j7200-main-r5f0_1-fw -> /lib/firmware/ti-ipc/j7200/ipc_echo_test_mcu2_1_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7200-main-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j7200/ipc_echo_test_mcu2_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 67 Mar 9 2018 j7200-mcu-r5f0_1-fw -> /lib/firmware/ti-ipc/j7200/ipc_echo_test_mcu1_1_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7200-mcu-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j7200/ipc_echo_test_mcu1_1_release_strip.xer5f.signed
-rw-r--r-- 1 root root 4728 Mar 9 2018 regulatory.db
-rw-r--r-- 1 root root 1182 Mar 9 2018 regulatory.db.p7s
drwxr-xr-x 2 root root 4096 Mar 9 2018 ti-connectivity
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-eth
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-ipc
ls: cannot access '/lib/firmware/ipc': No such file or directory
root@j7200-hs-evm:~# cat /proc/diskstats
7 0 loop0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 1 loop1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 2 loop2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 3 loop3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 4 loop4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 5 loop5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 6 loop6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 7 loop7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
179 0 mmcblk0 946 1 61886 444 0 0 0 0 0 704 444 0 0 0 0 0 0
179 1 mmcblk0p1 304 0 20894 128 0 0 0 0 0 312 128 0 0 0 0 0 0
179 2 mmcblk0p2 323 1 20901 151 0 0 0 0 0 316 151 0 0 0 0 0 0
179 3 mmcblk0p3 280 0 18883 154 0 0 0 0 0 328 154 0 0 0 0 0 0
179 32 mmcblk0boot0 136 0 2688 62 0 0 0 0 0 140 62 0 0 0 0 0 0
179 64 mmcblk0boot1 102 0 2016 31 0 0 0 0 0 64 31 0 0 0 0 0 0
31 0 mtdblock0 65 0 520 22 0 0 0 0 0 68 22 0 0 0 0 0 0
31 1 mtdblock1 84 0 672 27 0 0 0 0 0 56 27 0 0 0 0 0 0
31 2 mtdblock2 174 0 1392 52 0 0 0 0 0 112 52 0 0 0 0 0 0
31 3 mtdblock3 40 0 320 12 0 0 0 0 0 36 12 0 0 0 0 0 0
31 4 mtdblock4 50 0 400 14 0 0 0 0 0 68 14 0 0 0 0 0 0
31 5 mtdblock5 104 0 832 31 0 0 0 0 0 96 31 0 0 0 0 0 0
31 6 mtdblock6 50 0 400 14 0 0 0 0 0 64 14 0 0 0 0 0 0
179 96 mmcblk1 819 118 56669 1265 2 0 16 2 0 912 1268 0 0 0 0 0 0
179 97 mmcblk1p1 294 0 18753 437 0 0 0 0 0 480 437 0 0 0 0 0 0
179 98 mmcblk1p2 225 31 17226 325 1 0 8 0 0 396 325 0 0 0 0 0 0
179 99 mmcblk1p3 262 87 19490 474 1 0 8 1 0 452 475 0 0 0 0 0 0
root@j7200-hs-evm:~# cat /proc/interrupts
CPU0 CPU1
11: 5237 5016 GICv3 30 Level arch_timer
14: 0 0 GICv3 23 Level arm-pmu
15: 1430 0 GICv3 69 Level 32c00000.mailbox thr_011
16: 6666 0 GICv3 928 Level 42120000.i2c
17: 51 0 GICv3 232 Level 2000000.i2c
18: 6 0 GICv3 233 Level 2010000.i2c
19: 41344 368 MSI-INTA 15401056 Level 46000000.ethernet-tx0
21: 61227 0 MSI-INTA 15401058 Level 46000000.ethernet
22: 0 0 MSI-INTA 15401059 Level 285c0000.dma-controller chan0
23: 0 0 MSI-INTA 15401060 Level 285c0000.dma-controller chan1
24: 0 0 MSI-INTA 15401061 Level 285c0000.dma-controller chan2
51: 4697 0 MSI-INTA 13828216 Level 31150000.dma-controller chan0
52: 0 0 MSI-INTA 13828217 Level 31150000.dma-controller chan1
252: 569 0 GICv3 224 Level 2800000.serial
254: 2 0 GICv3 872 Level 47040000.spi
255: 0 0 GICv3 890 Level 46000000.ethernet
256: 0 0 INTR 391 Level 310d0000.cpts
257: 1659 0 GICv3 35 Level mmc0
348: 0 0 GPIO 84 Edge -davinci_gpio tps6594-0-0x48, tps6594-2-0x4c
423: 0 0 tps6594-0-0x48 0 Edge buck1_ov
424: 0 0 tps6594-0-0x48 1 Edge buck1_uv
425: 0 0 tps6594-0-0x48 2 Edge buck1_sc
426: 0 0 tps6594-0-0x48 3 Edge buck1_ilim
427: 0 0 tps6594-0-0x48 4 Edge buck2_ov
428: 0 0 tps6594-0-0x48 5 Edge buck2_uv
429: 0 0 tps6594-0-0x48 6 Edge buck2_sc
430: 0 0 tps6594-0-0x48 7 Edge buck2_ilim
431: 0 0 tps6594-0-0x48 8 Edge buck3_ov
432: 0 0 tps6594-0-0x48 9 Edge buck3_uv
433: 0 0 tps6594-0-0x48 10 Edge buck3_sc
434: 0 0 tps6594-0-0x48 11 Edge buck3_ilim
435: 0 0 tps6594-0-0x48 12 Edge buck4_ov
436: 0 0 tps6594-0-0x48 13 Edge buck4_uv
437: 0 0 tps6594-0-0x48 14 Edge buck4_sc
438: 0 0 tps6594-0-0x48 15 Edge buck4_ilim
439: 0 0 tps6594-0-0x48 16 Edge buck5_ov
440: 0 0 tps6594-0-0x48 17 Edge buck5_uv
441: 0 0 tps6594-0-0x48 18 Edge buck5_sc
442: 0 0 tps6594-0-0x48 19 Edge buck5_ilim
443: 0 0 tps6594-0-0x48 20 Edge ldo1_ov
444: 0 0 tps6594-0-0x48 21 Edge ldo1_uv
445: 0 0 tps6594-0-0x48 22 Edge ldo1_sc
446: 0 0 tps6594-0-0x48 23 Edge ldo1_ilim
447: 0 0 tps6594-0-0x48 24 Edge ldo2_ov
448: 0 0 tps6594-0-0x48 25 Edge ldo2_uv
449: 0 0 tps6594-0-0x48 26 Edge ldo2_sc
450: 0 0 tps6594-0-0x48 27 Edge ldo2_ilim
451: 0 0 tps6594-0-0x48 28 Edge ldo3_ov
452: 0 0 tps6594-0-0x48 29 Edge ldo3_uv
453: 0 0 tps6594-0-0x48 30 Edge ldo3_sc
454: 0 0 tps6594-0-0x48 31 Edge ldo3_ilim
455: 0 0 tps6594-0-0x48 32 Edge ldo4_ov
456: 0 0 tps6594-0-0x48 33 Edge ldo4_uv
457: 0 0 tps6594-0-0x48 34 Edge ldo4_sc
458: 0 0 tps6594-0-0x48 35 Edge ldo4_ilim
459: 0 0 tps6594-0-0x48 36 Edge vcca_ov
460: 0 0 tps6594-0-0x48 37 Edge vcca_uv
478: 0 0 tps6594-0-0x48 55 Edge npwron_start
479: 0 0 tps6594-0-0x48 56 Edge enable
480: 0 0 tps6594-0-0x48 57 Edge fsd
481: 0 0 tps6594-0-0x48 58 Edge soft_reboot
482: 0 0 tps6594-0-0x48 59 Edge bist_pass
483: 0 0 tps6594-0-0x48 60 Edge ext_clk
484: 0 0 tps6594-0-0x48 61 Edge twarn
485: 0 0 tps6594-0-0x48 62 Edge tsd_ord
486: 0 0 tps6594-0-0x48 63 Edge bist_fail
487: 0 0 tps6594-0-0x48 64 Edge reg_crc_err
488: 0 0 tps6594-0-0x48 65 Edge recov_cnt
489: 0 0 tps6594-0-0x48 66 Edge spmi_err
490: 0 0 tps6594-0-0x48 67 Edge npwron_long
491: 0 0 tps6594-0-0x48 68 Edge nint_readback
492: 0 0 tps6594-0-0x48 69 Edge nrstout_readback
493: 0 0 tps6594-0-0x48 70 Edge tsd_imm
494: 0 0 tps6594-0-0x48 71 Edge vcca_ovp
495: 0 0 tps6594-0-0x48 72 Edge pfsm_err
496: 0 0 tps6594-0-0x48 73 Edge imm_shutdown
497: 0 0 tps6594-0-0x48 74 Edge ord_shutdown
498: 0 0 tps6594-0-0x48 75 Edge mcu_pwr_err
499: 0 0 tps6594-0-0x48 76 Edge soc_pwr_err
500: 0 0 tps6594-0-0x48 77 Edge comm_frm_err
501: 0 0 tps6594-0-0x48 78 Edge comm_crc_err
502: 0 0 tps6594-0-0x48 79 Edge comm_adr_err
503: 0 0 tps6594-0-0x48 82 Edge en_drv_readback
504: 0 0 tps6594-0-0x48 83 Edge nrstout_soc_readback
505: 0 0 tps6594-0-0x48 84 Edge esm_soc_pin
506: 0 0 tps6594-0-0x48 85 Edge esm_soc_fail
507: 0 0 tps6594-0-0x48 86 Edge esm_soc_rst
509: 0 0 tps6594-0-0x48 88 Edge alarm
511: 0 0 tps6594-2-0x4c 0 Edge buck1_ov
512: 0 0 tps6594-2-0x4c 1 Edge buck1_uv
513: 0 0 tps6594-2-0x4c 2 Edge buck1_sc
514: 0 0 tps6594-2-0x4c 3 Edge buck1_ilim
515: 0 0 tps6594-2-0x4c 4 Edge buck2_ov
516: 0 0 tps6594-2-0x4c 5 Edge buck2_uv
517: 0 0 tps6594-2-0x4c 6 Edge buck2_sc
518: 0 0 tps6594-2-0x4c 7 Edge buck2_ilim
519: 0 0 tps6594-2-0x4c 8 Edge buck3_ov
520: 0 0 tps6594-2-0x4c 9 Edge buck3_uv
521: 0 0 tps6594-2-0x4c 10 Edge buck3_sc
522: 0 0 tps6594-2-0x4c 11 Edge buck3_ilim
523: 0 0 tps6594-2-0x4c 12 Edge buck4_ov
524: 0 0 tps6594-2-0x4c 13 Edge buck4_uv
525: 0 0 tps6594-2-0x4c 14 Edge buck4_sc
526: 0 0 tps6594-2-0x4c 15 Edge buck4_ilim
547: 0 0 tps6594-2-0x4c 36 Edge vcca_ov
548: 0 0 tps6594-2-0x4c 37 Edge vcca_uv
549: 0 0 tps6594-2-0x4c 38 Edge vmon1_ov
550: 0 0 tps6594-2-0x4c 39 Edge vmon1_uv
551: 0 0 tps6594-2-0x4c 40 Edge vmon1_rv
552: 0 0 tps6594-2-0x4c 41 Edge vmon2_ov
553: 0 0 tps6594-2-0x4c 42 Edge vmon2_uv
554: 0 0 tps6594-2-0x4c 43 Edge vmon2_rv
566: 0 0 tps6594-2-0x4c 55 Edge npwron_start
567: 0 0 tps6594-2-0x4c 56 Edge enable
568: 0 0 tps6594-2-0x4c 57 Edge fsd
569: 0 0 tps6594-2-0x4c 58 Edge soft_reboot
570: 0 0 tps6594-2-0x4c 59 Edge bist_pass
571: 0 0 tps6594-2-0x4c 60 Edge ext_clk
572: 0 0 tps6594-2-0x4c 61 Edge twarn
573: 0 0 tps6594-2-0x4c 62 Edge tsd_ord
574: 0 0 tps6594-2-0x4c 63 Edge bist_fail
575: 0 0 tps6594-2-0x4c 64 Edge reg_crc_err
576: 0 0 tps6594-2-0x4c 65 Edge recov_cnt
577: 0 0 tps6594-2-0x4c 66 Edge spmi_err
578: 0 0 tps6594-2-0x4c 67 Edge npwron_long
579: 0 0 tps6594-2-0x4c 68 Edge nint_readback
580: 0 0 tps6594-2-0x4c 69 Edge nrstout_readback
581: 0 0 tps6594-2-0x4c 70 Edge tsd_imm
582: 0 0 tps6594-2-0x4c 71 Edge vcca_ovp
583: 0 0 tps6594-2-0x4c 72 Edge pfsm_err
584: 0 0 tps6594-2-0x4c 73 Edge imm_shutdown
585: 0 0 tps6594-2-0x4c 74 Edge ord_shutdown
586: 0 0 tps6594-2-0x4c 75 Edge mcu_pwr_err
587: 0 0 tps6594-2-0x4c 76 Edge soc_pwr_err
588: 0 0 tps6594-2-0x4c 77 Edge comm_frm_err
589: 0 0 tps6594-2-0x4c 78 Edge comm_crc_err
590: 0 0 tps6594-2-0x4c 79 Edge comm_adr_err
591: 0 0 tps6594-2-0x4c 82 Edge en_drv_readback
592: 0 0 tps6594-2-0x4c 83 Edge nrstout_soc_readback
593: 0 0 tps6594-2-0x4c 84 Edge esm_soc_pin
594: 0 0 tps6594-2-0x4c 85 Edge esm_soc_fail
595: 0 0 tps6594-2-0x4c 86 Edge esm_soc_rst
596: 4 0 INTR 436 Level mbox-mcu-r5fss0-core0
597: 12 0 INTR 432 Level mbox-main-r5fss0-core0, mbox-main-r5fss0-core1
650: 0 0 MSI-INTA 13893764 Edge 31150000.dma-controller chan1
677: 1741 0 GICv3 36 Level mmc1
678: 0 0 GICv3 892 Level TI-am335x-adc.9.auto
679: 0 0 GICv3 362 Edge j721e-pcie-link-down-irq
685: 0 0 ITS-MSI 0 Edge PCIe PME, aerdrv
688: 0 0 GICv3 152 Level 6000000.usb
IPI0: 2415 9227 Rescheduling interrupts
IPI1: 2781 8245 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: 189 194 IRQ work interrupts
IPI6: 0 0 CPU wake-up interrupts
Err: 0
root@j7200-hs-evm:~# cat /proc/softirqs
CPU0 CPU1
HI: 0 0
TIMER: 1097 1393
NET_TX: 6 3
NET_RX: 92178 410
BLOCK: 1178 0
IRQ_POLL: 0 0
TASKLET: 6851 8
SCHED: 1673 1538
HRTIMER: 1 0
RCU: 7531 10054
root@j7200-hs-evm:~# ls -lR /run/media/mmcblk0p1
/run/media/mmcblk0p1:
total 0
root@j7200-hs-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $?
[Aroot@j7200-hs-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $[K?
1
root@j7200-hs-evm:~# opkg list-installed | grep ti-test; echo $?
ti-test - 1.0-r0.118
ti-test-extras - 1.0-r0.118
0
root@j7200-hs-evm:~# depmod -a
root@j7200-hs-evm:~# lsmod
Module Size Used by
pci_endpoint_test 20480 0
rpmsg_ctrl 16384 0
rpmsg_char 16384 1 rpmsg_ctrl
ti_am335x_adc 20480 0
kfifo_buf 16384 1 ti_am335x_adc
overlay 122880 0
cdns3 45056 0
cdns_usb_common 20480 1 cdns3
cfg80211 380928 0
rfkill 24576 2 cfg80211
crct10dif_ce 16384 1
ti_k3_r5_remoteproc 28672 0
virtio_rpmsg_bus 20480 0
rpmsg_ns 16384 1 virtio_rpmsg_bus
sa2ul 36864 0
ti_am335x_tscadc 16384 1 ti_am335x_adc
k3_j72xx_bandgap 16384 0
pci_j721e_host 16384 0
pci_j721e 16384 1 pci_j721e_host
pcie_cadence_host 16384 1 pci_j721e_host
pcie_cadence 16384 2 pcie_cadence_host,pci_j721e_host
cdns3_ti 16384 0
optee_rng 16384 0
rti_wdt 16384 0
rng_core 20480 1 optee_rng
cryptodev 53248 0
fuse 131072 1
drm 557056 0
drm_panel_orientation_quirks 28672 1 drm
ipv6 475136 38
root@j7200-hs-evm:~# echo 'hello world'
hello world
root@j7200-hs-evm:~#
#check prompt
=> #check prompt
=> #check prompt
=> #check prompt
=> L 2023.10-rc4-00049-gd7f93eef7a (Sep 21 2023 - 13:13:19 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)')
SPL initial stack usage: 13408 bytes
Trying to boot from UART
CLoaded 840827 bytes
Loading Environment from MMC... *** Warning - No MMC card found, using default environment
init_env from device 7 not supported!
Starting ATF on ARM64 core...
NOTICE: BL31: v2.8(release):v2.8-226-g2fcd408bb3-dirty
NOTICE: BL31: Built : 00:42:57, Jan 13 2023
I/TC:
I/TC: OP-TEE version: 3.20.0 (gcc version 11.3.0 (GCC)) #1 Fri Jan 20 15:42:54 UTC 2023 aarch64
I/TC: WARNING: This OP-TEE configuration might be insecure!
I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
I/TC: Primary CPU initializing
I/TC: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (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.10-rc4-00049-gd7f93eef7a (Sep 21 2023 - 13:13:30 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)')
Trying to boot from UART
CLoaded 982943 bytes
U-Boot 2023.10-rc4-00049-gd7f93eef7a (Sep 21 2023 - 13:13:30 +0530)
SoC: AM64X SR2.0 HS-FS
Model: Texas Instruments AM642 EVM
Board: AM64-GPEVM rev C
DRAM: 2 GiB
Core: 58 devices, 29 uclasses, devicetree: separate
MMC: mmc@fa10000: 0, mmc@fa00000: 1
Loading Environment from nowhere... OK
In: serial@2800000
Out: serial@2800000
Err: serial@2800000
Net: eth0: ethernet@8000000port@1
Hit any key to stop autoboot: 2 0
=>
=>
=>
=>
=>
=>
=>
=>
=> version
U-Boot 2023.10-rc4-00049-gd7f93eef7a (Sep 21 2023 - 13:13:30 +0530)
aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 9.2.1 20191025
GNU ld (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 2.33.1.20191209
=> setenv bootargs 'console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled '
=> setenv bootcmd ''
=> setenv autoload 'no'
=> setenv serverip '192.168.0.1'
=> setenv _initramfs -
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs ${optargs} earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
autoload=no
baudrate=115200
board=am64x
board_name=am64x_gpevm
board_rev=C
board_serial=0022
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_script_dhcp=boot.scr.uimg
boot_scripts=boot.scr.uimg boot.scr
boot_syslinux_conf=extlinux/extlinux.conf
boot_targets=ti_mmc mmc0 mmc1 usb0 pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled
bootcmd=
bootcmd_dhcp=devtype=dhcp; run boot_net_usb_start; if dhcp ${scriptaddr} ${boot_script_dhcp}; then source ${scriptaddr}; fi;setenv efi_fdtfile ${fdtfile}; setenv efi_old_vci ${bootp_vci};setenv efi_old_arch ${bootp_arch};setenv bootp_vci PXEClient:Arch:00011:UNDI:003000;setenv bootp_arch 0xb;if dhcp ${kernel_addr_r}; then tftpboot ${fdt_addr_r} dtb/${efi_fdtfile};if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r}; else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi;fi;setenv bootp_vci ${efi_old_vci};setenv bootp_arch ${efi_old_arch};setenv efi_fdtfile;setenv efi_old_arch;setenv efi_old_vci;
bootcmd_mmc0=devnum=0; run mmc_boot
bootcmd_mmc1=devnum=1; run mmc_boot
bootcmd_pxe=run boot_net_usb_start; dhcp; if pxe get; then pxe boot; fi
bootcmd_ti_mmc=run findfdt; run init_${boot}; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootcmd_usb0=devnum=0; run usb_boot
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
default_device_tree=ti/k3-am62a7-sk.dtb
distro_bootcmd=for target in ${boot_targets}; do run bootcmd_${target}; done
dtboaddr=0x89000000
efi_dtb_prefixes=/ /dtb/ /dtb/current/
envboot=mmc dev ${mmcdev}; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadbootscript; then run bootscript; else if run loadbootenv; then echo Loaded env from ${bootenvfile}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi; fi; fi;
eth1addr=70:ff:76:1e:9c:3f
eth2addr=70:ff:76:1e:9c:40
eth3addr=70:ff:76:1e:9c:41
ethaddr=34:08:e1:80:a7:b4
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fdee3240
fdtoverlay_addr_r=0x89000000
findfdt=setenv name_fdt ${default_device_tree}; setenv fdtfile ${name_fdt}
finduuid=part uuid ${boot} ${bootpart} uuid
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/dtb/${name_fdt}
get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && fdt apply ${dtboaddr}; done;
get_overlaystring=for overlay in $name_overlays; do; setenv overlaystring ${overlaystring}'#'${overlay}; done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_mmc=run args_all args_mmc
kernel_addr_r=0x82000000
load_efi_dtb=load ${devtype} ${devnum}:${distro_bootpart} ${fdt_addr_r} ${prefix}${efi_fdtfile}
loadaddr=0x82000000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
loadbootscript=load mmc ${mmcdev} ${loadaddr} boot.scr
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/dtb/${fdtfile}
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
mmc_boot=if mmc dev ${devnum}; then devtype=mmc; run scan_dev_for_boot_part; fi
mmcboot=mmc dev ${mmcdev}; devnum=${mmcdev}; devtype=mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadimage; then run args_mmc; if test ${boot_fit} -eq 1; then run run_fit; else run mmcloados; fi; fi; fi;
mmcdev=1
mmcloados=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run get_fdt_mmc; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;
mmcrootfstype=ext4 rootwait
name_fit=fitImage
name_kern=Image
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
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
serial#=0000000000000022
serverip=192.168.0.1
soc=k3
stderr=serial@2800000
stdin=serial@2800000
stdout=serial@2800000
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: 7051/131068 bytes
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled
=> setenv bootargs ''${bootargs}' ip=:::::eth0:dhcp '
=> setenv serverip '192.168.0.1'
=> setenv autoload 'no'
=> dhcp
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.156 (1148 ms)
=> tftp ${loadaddr} 192.168.0.1:vatf_am64xx-hsevm/cc1a237c3626d8b62c13733e4153fcad
link up on port 1, speed 1000, full duplex
Using ethernet@8000000port@1 device
TFTP from server 192.168.0.1; our IP address is 192.168.0.156
Filename 'vatf_am64xx-hsevm/cc1a237c3626d8b62c13733e4153fcad'.
Load address: 0x82000000
Loading: *T T ################################################## 20 MiB
1.6 MiB/s
done
Bytes transferred = 20920832 (13f3a00 hex)
=> tftp ${fdt_addr_r} 192.168.0.1:vatf_am64xx-hsevm/63516f193719d9f6f703e79c21bb2c42
link up on port 1, speed 1000, full duplex
Using ethernet@8000000port@1 device
TFTP from server 192.168.0.1; our IP address is 192.168.0.156
Filename 'vatf_am64xx-hsevm/63516f193719d9f6f703e79c21bb2c42'.
Load address: 0x88000000
Loading: *################################################## 56.8 KiB
1.3 MiB/s
done
Bytes transferred = 58210 (e362 hex)
=> fdt address ${fdt_addr_r}
Working FDT set to 88000000
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
=> setenv bootargs ''${bootargs}' root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am64xx-hsevm/autofs/e086b8623e7abe4fcbd234eeda53b025,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.10-rc4-00049-gd7f93eef7a (Sep 21 2023 - 13:13:30 +0530)
aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 9.2.1 20191025
GNU ld (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 2.33.1.20191209
=> bdinfo
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000fff14000
reloc off = 0x000000007f714000
Build = 64-bit
current eth = ethernet@8000000port@1
ethaddr = 34:08:e1:80:a7:b4
IP addr = 192.168.0.156
fdt_blob = 0x00000000fdee3240
new_fdt = 0x00000000fdee3240
fdt_size = 0x0000000000010b60
multi_dtb_fit= 0x0000000000000000
lmb_dump_all:
memory.cnt = 0x1 / max = 0x10
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0
reserved.cnt = 0x4 / max = 0x10
reserved[0] [0x9e800000-0xa3ffffff], 0x05800000 bytes flags: 4
reserved[1] [0xa5000000-0xa57fffff], 0x00800000 bytes flags: 4
reserved[2] [0xfcedc000-0xffffffff], 0x03124000 bytes flags: 0
reserved[3] [0xfdedec30-0xffffffff], 0x021213d0 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002800000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fdee3230
sp start = 0x00000000fdee3230
Early malloc usage: 2588 / 8000
=>
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000fff14000
reloc off = 0x000000007f714000
Build = 64-bit
current eth = ethernet@8000000port@1
ethaddr = 34:08:e1:80:a7:b4
IP addr = 192.168.0.156
fdt_blob = 0x00000000fdee3240
new_fdt = 0x00000000fdee3240
fdt_size = 0x0000000000010b60
multi_dtb_fit= 0x0000000000000000
lmb_dump_all:
memory.cnt = 0x1 / max = 0x10
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0
reserved.cnt = 0x4 / max = 0x10
reserved[0] [0x9e800000-0xa3ffffff], 0x05800000 bytes flags: 4
reserved[1] [0xa5000000-0xa57fffff], 0x00800000 bytes flags: 4
reserved[2] [0xfcedc000-0xffffffff], 0x03124000 bytes flags: 0
reserved[3] [0xfdedec30-0xffffffff], 0x021213d0 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002800000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fdee3230
sp start = 0x00000000fdee3230
Early malloc usage: 2588 / 8000
=> ls mmc 0:1
** No partition table - mmc 0 **
Couldn't find partition mmc 0:1
=> ls mmc 1:1
EFI/
20578816 Image
521493 tiboot3-am64x-gp-evm.bin
524082 tiboot3-am64x_sr2-hs-evm.bin
524082 tiboot3-am64x_sr2-hs-fs-evm.bin
524082 tiboot3.bin
845507 tispl.bin
1010639 u-boot.img
574 uEnv.txt
4 ws-calibrate.rules
9 file(s), 1 dir(s)
=> ext4ls mmc 0:2 /lib/firmware
** No partition table - mmc 0 **
Couldn't find partition mmc 0:2
=> ext4ls mmc 1:2 /lib/firmware
<DIR> 4096 .
<DIR> 4096 ..
2040 LICENCE.ibt_firmware
2046 LICENCE.iwlwifi_firmware
<SYM> 68 am64-main-r5f0_0-fw
<SYM> 75 am64-main-r5f0_0-fw-sec
<SYM> 68 am64-main-r5f0_1-fw
<SYM> 75 am64-main-r5f0_1-fw-sec
<SYM> 68 am64-main-r5f1_0-fw
<SYM> 75 am64-main-r5f1_0-fw-sec
<SYM> 68 am64-main-r5f1_1-fw
<SYM> 75 am64-main-r5f1_1-fw-sec
<SYM> 68 am64-mcu-m4f0_0-fw
<SYM> 75 am64-mcu-m4f0_0-fw-sec
<SYM> 49 am64x-pru0_0-fw
<SYM> 49 am64x-pru0_1-fw
<SYM> 49 am64x-pru1_0-fw
<SYM> 49 am64x-pru1_1-fw
<SYM> 49 am64x-rtu0_0-fw
<SYM> 49 am64x-rtu0_1-fw
<SYM> 49 am64x-rtu1_0-fw
<SYM> 49 am64x-rtu1_1-fw
<SYM> 35 am64x-txpru0_0-fw
<SYM> 35 am64x-txpru0_1-fw
<SYM> 35 am64x-txpru1_0-fw
<SYM> 35 am64x-txpru1_1-fw
<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
<DIR> 4096 pru
4728 regulatory.db
1182 regulatory.db.p7s
<DIR> 4096 ti-connectivity
<DIR> 4096 ti-ipc
<DIR> 4096 ti-pruss
=> mmc rescan; echo $?
0
=> fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4
4 bytes written in 24 ms (0 Bytes/s)
=> boot
## Checking Image at 82000000 ...
Unknown image format!
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Working FDT set to 88000000
Loading Device Tree to 000000008ffee000, end 000000008ffff361 ... OK
Working FDT set to 8ffee000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 6.1.46-gf8110d9ce8 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Mon Sep 4 04:45:34 UTC 2023
[ 0.000000] Machine model: Texas Instruments AM642 EVM
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
[ 0.000000] printk: bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 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] 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] 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] 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] 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] 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] 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] 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] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node m4f-dma-memory@a4000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node m4f-memory@a4100000, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal empty
[ 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-0x00000000a57fffff]
[ 0.000000] node 0: [mem 0x00000000a5800000-0x00000000ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] cma: Reserved 32 MiB at 0x00000000fba00000
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.2
[ 0.000000] percpu: Embedded 19 pages/cpu s38376 r8192 d31256 u77824
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: ARM erratum 845719
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 516096
[ 0.000000] Kernel command line: console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am64xx-hsevm/autofs/e086b8623e7abe4fcbd234eeda53b025,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: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 1888504K/2097152K available (12480K kernel code, 1294K rwdata, 4356K rodata, 2176K init, 498K bss, 175880K reserved, 32768K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 256 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:0x0000000001840000
[ 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 @80800000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x0000000080030000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080040000
[ 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.000001] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.008610] Console: colour dummy device 80x25
[ 0.013208] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023886] pid_max: default: 32768 minimum: 301
[ 0.028670] LSM: Security Framework initializing
[ 0.033543] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.041126] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.051099] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.058568] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.064875] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.072268] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.078681] rcu: Hierarchical SRCU implementation.
[ 0.083589] rcu: Max phase no-delay instances is 1000.
[ 0.089258] Platform MSI: msi-controller@1820000 domain created
[ 0.095657] PCI/MSI: /bus@f4000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.105705] EFI services will not be available.
[ 0.110679] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.124348] Detected VIPT I-cache on CPU1
[ 0.124493] GICv3: CPU1: found redistributor 1 region 0:0x0000000001860000
[ 0.124513] GICv3: CPU1: using allocated LPI pending table @0x0000000080050000
[ 0.124574] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.124707] smp: Brought up 1 node, 2 CPUs
[ 0.154087] SMP: Total of 2 processors activated.
[ 0.158898] CPU features: detected: 32-bit EL0 Support
[ 0.164169] CPU features: detected: CRC32 instructions
[ 0.169497] CPU: All CPU(s) started at EL2
[ 0.173682] alternatives: applying system-wide alternatives
[ 0.181435] devtmpfs: initialized
[ 0.194430] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.204448] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.212826] pinctrl core: initialized pinctrl subsystem
[ 0.218873] DMI not present or invalid.
[ 0.223605] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.231033] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
[ 0.238492] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.246610] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.254817] audit: initializing netlink subsys (disabled)
[ 0.260734] audit: type=2000 audit(0.164:1): state=initialized audit_enabled=0 res=1
[ 0.261361] thermal_sys: Registered thermal governor 'step_wise'
[ 0.268673] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.275090] cpuidle: using governor menu
[ 0.286050] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.293065] ASID allocator initialised with 65536 entries
[ 0.313226] KASLR disabled due to lack of seed
[ 0.326411] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.333383] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.339791] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.346728] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.353133] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.360067] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.366473] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.373407] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.382092] k3-chipinfo 43000014.chipid: Family:AM64X rev:SR2.0 JTAGID[0x1bb3802f] Detected
[ 0.392604] iommu: Default domain type: Translated
[ 0.397619] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.404380] SCSI subsystem initialized
[ 0.408752] usbcore: registered new interface driver usbfs
[ 0.414421] usbcore: registered new interface driver hub
[ 0.419885] usbcore: registered new device driver usb
[ 0.425668] pps_core: LinuxPPS API ver. 1 registered
[ 0.430755] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.440107] PTP clock support registered
[ 0.444252] EDAC MC: Ver: 3.0.0
[ 0.448746] omap-mailbox 29020000.mailbox: omap mailbox rev 0x66fc9100
[ 0.455719] omap-mailbox 29040000.mailbox: omap mailbox rev 0x66fc9100
[ 0.462576] omap-mailbox 29060000.mailbox: omap mailbox rev 0x66fc9100
[ 0.470027] FPGA manager framework
[ 0.473646] Advanced Linux Sound Architecture Driver Initialized.
[ 0.481142] clocksource: Switched to clocksource arch_sys_counter
[ 0.487724] VFS: Disk quotas dquot_6.6.0
[ 0.491799] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.506040] NET: Registered PF_INET protocol family
[ 0.511369] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.521061] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
[ 0.529908] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.537858] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.546080] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.554115] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.561077] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.568024] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.575601] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.582015] RPC: Registered named UNIX socket transport module.
[ 0.588124] RPC: Registered udp transport module.
[ 0.592934] RPC: Registered tcp transport module.
[ 0.597754] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.604347] NET: Registered PF_XDP protocol family
[ 0.609262] PCI: CLS 0 bytes, default 64
[ 0.614028] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 0.624165] Initialise system trusted keyrings
[ 0.629068] workingset: timestamp_bits=46 max_order=19 bucket_order=0
[ 0.642607] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.649534] NFS: Registering the id_resolver key type
[ 0.654767] Key type id_resolver registered
[ 0.659044] Key type id_legacy registered
[ 0.663222] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.670078] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.677900] 9p: Installing v9fs 9p2000 file system support
[ 0.726355] Key type asymmetric registered
[ 0.730562] Asymmetric key parser 'x509' registered
[ 0.735628] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.743442] io scheduler mq-deadline registered
[ 0.748100] io scheduler kyber registered
[ 0.755637] pinctrl-single 4084000.pinctrl: 33 pins, size 132
[ 0.762413] pinctrl-single f4000.pinctrl: 180 pins, size 720
[ 0.769600] pinctrl-single a40000.pinctrl: 512 pins, size 2048
[ 0.784429] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.800534] loop: module loaded
[ 0.805265] megasas: 07.719.03.00-rc1
[ 0.813925] tun: Universal TUN/TAP device driver, 1.6
[ 0.820010] thunder_xcv, ver 1.0
[ 0.823399] thunder_bgx, ver 1.0
[ 0.826732] nicpf, ver 1.0
[ 0.829961] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 0.837361] hns3: Copyright (c) 2017 Huawei Corporation.
[ 0.842885] hclge is initializing
[ 0.846298] e1000: Intel(R) PRO/1000 Network Driver
[ 0.851283] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.857193] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.862265] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.868357] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.873890] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.879621] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.886027] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.892280] sky2: driver version 1.30
[ 0.896933] VFIO - User Level meta-driver version: 0.3
[ 0.903273] usbcore: registered new interface driver usb-storage
[ 0.910421] i2c_dev: i2c /dev entries driver
[ 0.916552] sdhci: Secure Digital Host Controller Interface driver
[ 0.922912] sdhci: Copyright(c) Pierre Ossman
[ 0.927888] Synopsys Designware Multimedia Card Interface Driver
[ 0.934494] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.941331] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.947742] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.954741] usbcore: registered new interface driver usbhid
[ 0.960455] usbhid: USB HID core driver
[ 0.966015] 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
[ 0.970621] optee: revision 3.20 (8e74d476)
[ 0.987340] optee: dynamic shared memory is enabled
[ 0.997107] optee: initialized driver
[ 1.003400] Initializing XFRM netlink socket
[ 1.007889] NET: Registered PF_PACKET protocol family
[ 1.013252] 9pnet: Installing 9P2000 support
[ 1.017717] Key type dns_resolver registered
[ 1.022666] registered taskstats version 1
[ 1.026913] Loading compiled-in X.509 certificates
[ 1.043693] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)')
[ 1.089570] pca953x 0-0022: supply vcc not found, using dummy regulator
[ 1.096508] pca953x 0-0022: using AI
[ 1.122482] omap_i2c 20010000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.128733] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
[ 1.137157] ti-sci-intr bus@f4000:interrupt-controller@a00000: Interrupt Router 3 domain created
[ 1.146539] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
[ 1.158689] ti-udma 485c0100.dma-controller: Number of rings: 68
[ 1.166275] ti-udma 485c0100.dma-controller: Channels: 24 (bchan: 12, tchan: 6, rchan: 6)
[ 1.176478] ti-udma 485c0000.dma-controller: Number of rings: 288
[ 1.191626] ti-udma 485c0000.dma-controller: Channels: 44 (tchan: 29, rchan: 15)
[ 1.202775] printk: console [ttyS2] disabled
[ 1.207249] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 304, base_baud = 3000000) is a 8250
[ 1.216146] printk: console [ttyS2] enabled
[ 1.216146] printk: console [ttyS2] enabled
[ 1.224606] printk: bootconsole [ns16550a0] disabled
[ 1.224606] printk: bootconsole [ns16550a0] disabled
[ 1.239400] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[ 1.244532] 7 fixed-partitions partitions found on MTD device fc40000.spi.0
[ 1.251506] Creating 7 MTD partitions on "fc40000.spi.0":
[ 1.256902] 0x000000000000-0x000000100000 : "ospi.tiboot3"
[ 1.263840] 0x000000100000-0x000000300000 : "ospi.tispl"
[ 1.270526] 0x000000300000-0x000000700000 : "ospi.u-boot"
[ 1.277346] 0x000000700000-0x000000740000 : "ospi.env"
[ 1.283807] 0x000000740000-0x000000780000 : "ospi.env.backup"
[ 1.290938] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 1.297892] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[ 1.314410] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
[ 1.361187] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.370276] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
[ 1.378453] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA00903, cpsw version 0x6BA80903 Ports: 3 quirks:00000006
[ 1.391364] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.4
[ 1.398498] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
[ 1.405272] pps pps0: new PPS source ptp0
[ 1.409721] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
[ 1.420566] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 16
[ 1.431427] am65-cpts 39000000.cpts: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:0
[ 1.441835] mmc0: CQHCI version 5.10
[ 1.444055] gpio-mux mux-controller: 2-way mux-controller registered
[ 1.469489] debugfs: Directory 'pd:114' with parent 'pm_genpd' already present!
[ 1.469587] mmc1: CQHCI version 5.10
[ 1.489165] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
[ 1.515740] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
[ 1.533867] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 1.543266] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 1.590997] mmc0: Command Queue Engine enabled
[ 1.594000] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
[ 1.595489] mmc0: new HS200 MMC card at address 0001
[ 1.603044] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
[ 1.612282] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 1.617238] mmcblk1: p1 p2 p3
[ 1.621057] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[ 1.627408] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[ 1.633687] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
[ 5.641998] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 5.669147] Sending DHCP requests ., OK
[ 5.689007] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.156
[ 5.696766] IP-Config: Complete:
[ 5.699988] device=eth0, hwaddr=34:08:e1:80:a7:b4, ipaddr=192.168.0.156, mask=255.255.255.0, gw=192.168.0.1
[ 5.710154] host=192.168.0.156, domain=ti.com, nis-domain=(none)
[ 5.716584] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 5.716591] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 5.737756] ALSA device list:
[ 5.740735] No soundcards found.
[ 5.787213] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 5.837636] devtmpfs: mounted
[ 5.842311] Freeing unused kernel memory: 2176K
[ 5.853235] Run /sbin/init as init process
[ 6.396008] systemd[1]: System time before build time, advancing clock.
[ 6.775037] NET: Registered PF_INET6 protocol family
[ 6.786946] Segment Routing with IPv6
[ 6.790733] In-situ OAM (IOAM) with IPv6
[ 6.927613] 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.959664] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.04[0m!
[ 7.088961] systemd[1]: Hostname set to <am64xx-evm>.
[ 7.789976] systemd[1]: Initializing machine ID from random generator.
[ 8.202482] systemd-sysv-generator[133]: SysV service '/etc/init.d/sysrepo' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 8.229468] systemd-sysv-generator[133]: 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.255381] systemd-sysv-generator[133]: SysV service '/etc/init.d/netopeer2-server' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 8.289917] systemd-sysv-generator[133]: SysV service '/etc/init.d/telnetd' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 8.383967] systemd[124]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 9.317498] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 9.496780] 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.
[ 9.680373] systemd[1]: Queued start job for default target Graphical Interface.
[ 9.756950] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 9.781270] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 9.805311] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 9.832353] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 9.853874] 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.
[ 9.877801] 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.
[ 9.901871] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 9.921474] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 9.941448] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 9.961525] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 10.055927] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 10.077521] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 10.162990] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 10.185928] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 10.211210] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 10.235058] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 10.258383] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 10.279375] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 10.304503] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 10.326151] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 10.350963] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 10.405967] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 10.436766] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 10.489984] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 10.506175] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 10.561997] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 10.586669] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 10.616329] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 10.666505] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 10.688820] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 10.742455] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 10.767187] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 10.818784] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 10.841648] fuse: init (API version 7.37)
[ 10.942934] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 10.969050] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 11.022582] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 11.057046] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 11.091959] systemd[1]: Mounted Huge Pages File System.
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[0m.
[ 11.105900] systemd[1]: Mounted POSIX Message Queue File System.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[ 11.130453] systemd[1]: Mounted Kernel Debug File System.
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m.
[ 11.159137] systemd[1]: Mounted Temporary Directory /tmp.
[[0;32m OK [0m] Mounted [0;1;39mTemporary Directory /tmp[0m.
[ 11.183827] systemd[1]: Finished Create List of Static Device Nodes.
[[0;32m OK [0m] Finished [0;1;39mCreate List of Static Device Nodes[0m.
[ 11.207408] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 11.223125] systemd[1]: Finished Load Kernel Module configfs.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
[ 11.247529] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 11.258385] systemd[1]: Finished Load Kernel Module fuse.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m.
[ 11.288437] systemd[1]: Finished Generate network units from Kernel command line.
[[0;32m OK [0m] Finished [0;1;39mGenerate network units from Kernel command line[0m.
[ 11.327711] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 11.377948] systemd[1]: Mounting FUSE Control File System...
Mounting [0;1;39mFUSE Control File System[0m...
[ 11.397803] cryptodev: loading out-of-tree module taints kernel.
[ 11.409454] systemd[1]: Mounting Kernel Configuration File System...
Mounting [0;1;39mKernel Configuration File System[0m...
[ 11.451400] systemd[1]: Mounted FUSE Control File System.
[[0;32m OK [0m] Mounted [0;1;39mFUSE Control File System[0m.
[ 11.467381] systemd[1]: Mounted Kernel Configuration File System.
[ 11.469641] cryptodev: driver 1.12 loaded.
[[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m.
[ 11.501432] systemd[
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment