Skip to content

Instantly share code, notes, and snippets.

@nmenon
Last active April 23, 2022 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nmenon/de29ec88efc9f83acc4a8d2c13580290 to your computer and use it in GitHub Desktop.
Save nmenon/de29ec88efc9f83acc4a8d2c13580290 to your computer and use it in GitHub Desktop.
U-Boot SPL 2021.01-g44a87e3ab8 (Mar 09 2022 - 02:03:38 +0000)
SYSFW ABI: 3.1 (firmware rev 0x0016 '22.1.1--v2022.01 (Terrific Llam')
SPL initial stack usage: 13392 bytes
Trying to boot from MMC2
Starting ATF on ARM64 core...
NOTICE: BL31: v2.5(release):v2.5-83-g0693f35-dirty
NOTICE: BL31: Built : 20:00:47, Mar 5 2022
U-Boot SPL 2021.01-g44a87e3ab8 (Mar 09 2022 - 02:03:17 +0000)
SYSFW ABI: 3.1 (firmware rev 0x0016 '22.1.1--v2022.01 (Terrific Llam')
Trying to boot from MMC2
U-Boot 2021.01-g44a87e3ab8 (Mar 09 2022 - 02:03:17 +0000)
SoC: AM64X SR1.0
Model: Texas Instruments AM642 EVM
Board: AM64-GPEVM rev E2
DRAM: 2 GiB
NAND: 0 MiB
MMC: mmc@fa10000: 0, mmc@fa00000: 1
In: serial@2800000
Out: serial@2800000
Err: serial@2800000
Net: eth0: ethernet@8000000port@1
Hit any key to stop autoboot: 2 0
=>
=>
=>
- 09:12:22 [INFO] Disconnected serial from am64xx-evm
- 09:12:22 [INFO] Connected to am64xx-evm via serial
- 09:12:22 [INFO] Host:
- 09:12:22 [INFO] Target:
=>
- 09:12:22 [INFO] Host: version
- 09:12:22 [INFO] Target:
version
U-Boot 2021.01-g44a87e3ab8 (Mar 09 2022 - 02:03:17 +0000)
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
=>
- 09:12:22 [INFO] Host: setenv bootargs 'console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled '
- 09:12:22 [INFO] Target:
setenv bootargs 'console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled '
=>
- 09:12:22 [INFO] Host: setenv bootcmd ''
- 09:12:22 [INFO] Target:
setenv bootcmd ''
=>
- 09:12:22 [INFO] Host: setenv autoload 'no'
- 09:12:22 [INFO] Target:
setenv autoload 'no'
=>
- 09:12:22 [INFO] Host: setenv serverip '192.168.0.1'
- 09:12:22 [INFO] Target:
setenv serverip '192.168.0.1'
=>
- 09:12:22 [INFO] Host: setenv _initramfs -
- 09:12:22 [INFO] Target:
setenv _initramfs -
=>
- 09:12:22 [INFO] Host: printenv
- 09:12:23 [INFO] Target:
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_usb=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=E2
board_serial=0225
board_software_revision=01
boot=mmc
boot_fdt=try
boot_fit=0
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled
bootcmd=
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
dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1;rootfs part 0 1 mmcpart 0;tiboot3.bin.raw raw 0x0 0x800 mmcpart 1;tispl.bin.raw raw 0x800 0x1000 mmcpart 1;u-boot.img.raw raw 0x1800 0x2000 mmcpart 1;u-env.raw raw 0x3800 0x100 mmcpart 1;
dfu_alt_info_mmc=boot part 1 1;rootfs part 1 2;tiboot3.bin fat 1 1;tispl.bin fat 1 1;u-boot.img fat 1 1;uEnv.txt fat 1 1;sysfw.itb fat 1 1
dfu_alt_info_ospi=tiboot3.bin raw 0x0 0x100000;tispl.bin raw 0x100000 0x200000;u-boot.img raw 0x300000 0x400000;u-boot-env raw 0x700000 0x020000;rootfs raw 0x800000 0x3800000
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x200000;u-boot.img ram 0x81000000 0x400000
dtboaddr=0x89000000
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:f1:0f:76:ff:0d
eth2addr=70:f1:0f:76:ff:0e
ethaddr=f4:84:4c:f9:59:40
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fdeb76e0
findfdt=if test $board_name = am64x_gpevm; then setenv fdtfile k3-am642-evm.dtb; fi; if test $board_name = am64x_skevm; then setenv fdtfile k3-am642-sk.dtb; fi;if test $fdtfile = undefined; then echo WARNING: Could not determine device tree to use; fi;
finduuid=part uuid ${boot} ${bootpart} uuid
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fdt_usb=load usb ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_fit_usb=load usb ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_usb=load usb ${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_overlay_usb=fdt address ${fdtaddr};fdt resize 0x100000;for overlay in $name_overlays;do;load usb ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && fdt apply ${dtboaddr};done;
get_overlaystring=for overlay in $name_overlays;do;setenv overlaystring ${overlaystring}'#'${overlay};done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_mmc=run args_all args_mmc
init_usb=run args_all args_usb
kernel_addr_r=0x82000000
loadaddr=0x82000000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
loadbootscript=load mmc ${mmcdev} ${loadaddr} boot.scr
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
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 loadfdt; 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=fc40000.spi.0
mtdparts=mtdparts=fc40000.spi.0:1m(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern)
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=bootm ${addr_fit}#${fdtfile}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
scriptaddr=0x80000000
serial#=0000000000000225
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}
usbboot=setenv boot usb;setenv bootpart 0:2;usb start;run findfdt;run init_usb;run get_kern_usb;run get_fdt_usb;run run_kern
vendor=ti
Environment size: 4890/131068 bytes
=>
- 09:12:23 [INFO] Host: printenv bootargs
- 09:12:23 [INFO] Target:
printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled
=>
- 09:12:23 [INFO] Host: setenv bootargs ''${bootargs}' ip=:::::eth0:dhcp '
- 09:12:23 [INFO] Target:
setenv bootargs ''${bootargs}' ip=:::::eth0:dhcp '
=>
- 09:12:23 [INFO] Host: setenv serverip '192.168.0.1'
- 09:12:23 [INFO] Target:
setenv serverip '192.168.0.1'
=>
- 09:12:23 [INFO] Host: setenv autoload 'no'
- 09:12:23 [INFO] Target:
setenv autoload 'no'
=>
- 09:12:23 [INFO] Host: dhcp
- 09:12:25 [INFO] Target:
dhcp
ethernet@8000000port@1 Waiting for PHY auto negotiation to complete.. done
link up on port 1, speed 1000, full duplex
BOOTP broadcast 1
BOOTP broadcast 2
BOOTP broadcast 3
DHCP client bound to address 192.168.0.152 (1003 ms)
=>
- 09:12:25 [INFO] Host: tftp ${loadaddr} 192.168.0.1:vatf_am64xx-evm/3291b5358a918e49373bede859bc5428
- 09:12:37 [INFO] Target:
tftp ${loadaddr} 192.168.0.1:vatf_am64xx-evm/3291b5358a918e49373bede859bc5428
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.152
Filename 'vatf_am64xx-evm/3291b5358a918e49373bede859bc5428'.
Load address: 0x82000000
Loading: *#T ################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
1.6 MiB/s
done
Bytes transferred = 20032000 (131aa00 hex)
=>
- 09:12:37 [INFO] Host: tftp ${fdt_addr_r} 192.168.0.1:vatf_am64xx-evm/fd1cc3f670585ac6a942ac284fca8d22
- 09:12:37 [INFO] Target:
tftp ${fdt_addr_r} 192.168.0.1:vatf_am64xx-evm/fd1cc3f670585ac6a942ac284fca8d22
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.152
Filename 'vatf_am64xx-evm/fd1cc3f670585ac6a942ac284fca8d22'.
Load address: 0x88000000
Loading: *###
7.2 MiB/s
done
Bytes transferred = 37750 (9376 hex)
=>
- 09:12:37 [INFO] Host: fdt address ${fdt_addr_r}
- 09:12:37 [INFO] Target:
fdt address ${fdt_addr_r}
=>
- 09:12:37 [INFO] Host: printenv bootargs
- 09:12:37 [INFO] Target:
printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
=>
- 09:12:37 [INFO] Host: setenv bootargs ''${bootargs}' root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am64xx-evm/autofs/0d9a7a390a9de161773243bf6ffb0578,nolock,v3,tcp,rsize=4096,wsize=4096 '
- 09:12:37 [INFO] Target:
setenv bootargs ''${bootargs}' root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am64xx-evm/autofs/0d9a7a390a9de161773243bf6ffb0578,nolock,v3,tcp,rsize=4096,wsize=4096 '
=>
- 09:12:37 [INFO] Host: printenv bootcmd
- 09:12:37 [INFO] Target:
printenv bootcmd
bootcmd=
=>
- 09:12:37 [INFO] Host: setenv bootcmd ''${bootcmd}' if iminfo ${loadaddr}; then bootm ${loadaddr} ${_initramfs} ${fdt_addr_r}; else booti ${loadaddr} ${_initramfs} ${fdt_addr_r}; fi'
- 09:12:37 [INFO] Target:
setenv bootcmd ''${bootcmd}' if iminfo ${loadaddr}; then bootm ${loadaddr} ${_initramfs} ${fdt_addr_r}; else booti ${loadaddr} ${_initramfs} ${fdt_addr_r}; fi'
=>
- 09:12:37 [INFO] Host: version
- 09:12:37 [INFO] Target:
version
U-Boot 2021.01-g44a87e3ab8 (Mar 09 2022 - 02:03:17 +0000)
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
=>
- 09:12:37 [INFO] Host: bdinfo
- 09:12:37 [INFO] Target:
bdinfo
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffee2000
reloc off = 0x000000007f6e2000
Build = 64-bit
current eth = ethernet@8000000port@1
ethaddr = f4:84:4c:f9:59:40
IP addr = 192.168.0.152
fdt_blob = 0x00000000fdeb76e0
new_fdt = 0x00000000fdeb76e0
fdt_size = 0x000000000000a700
multi_dtb_fit= 0x0000000000000000
lmb_dump_all:
memory.cnt = 0x1
memory.size = 0x0
memory.reg[0x0].base = 0x80000000
.size = 0x80000000
reserved.cnt = 0x2
reserved.size = 0x0
reserved.reg[0x0].base = 0x9e800000
.size = 0x1800000
reserved.reg[0x1].base = 0xfdeb62e0
.size = 0x2149d20
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fdeb76d0
sp start = 0x00000000fdeb76d0
Early malloc usage: 2a18 / 8000
=>
- 09:12:37 [INFO] Host:
- 09:12:38 [INFO] Target:
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffee2000
reloc off = 0x000000007f6e2000
Build = 64-bit
current eth = ethernet@8000000port@1
ethaddr = f4:84:4c:f9:59:40
IP addr = 192.168.0.152
fdt_blob = 0x00000000fdeb76e0
new_fdt = 0x00000000fdeb76e0
fdt_size = 0x000000000000a700
multi_dtb_fit= 0x0000000000000000
lmb_dump_all:
memory.cnt = 0x1
memory.size = 0x0
memory.reg[0x0].base = 0x80000000
.size = 0x80000000
reserved.cnt = 0x2
reserved.size = 0x0
reserved.reg[0x0].base = 0x9e800000
.size = 0x1800000
reserved.reg[0x1].base = 0xfdeb62e0
.size = 0x2149d20
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fdeb76d0
sp start = 0x00000000fdeb76d0
Early malloc usage: 2a18 / 8000
=>
- 09:12:38 [INFO] Host: ls mmc 0:1
- 09:12:38 [INFO] Target:
ls mmc 0:1
0 file(s), 0 dir(s)
=>
- 09:12:38 [INFO] Host: ls mmc 1:1
- 09:12:38 [INFO] Target:
ls mmc 1:1
569866 tiboot3.bin
848243 tispl.bin
1116639 u-boot.img
1011 uEnv.txt
4 ws-calibrate.rules
131072 uboot.env
0 test
7 file(s), 0 dir(s)
=>
- 09:12:38 [INFO] Host: ext4ls mmc 0:2 /lib/firmware
- 09:12:38 [INFO] Target:
ext4ls mmc 0:2 /lib/firmware
** Unrecognized filesystem type **
=>
- 09:12:38 [INFO] Host: ext4ls mmc 1:2 /lib/firmware
- 09:12:38 [INFO] Target:
ext4ls mmc 1:2 /lib/firmware
<DIR> 4096 .
<DIR> 4096 ..
2040 LICENCE.ibt_firmware
2046 LICENCE.iwlwifi_firmware
<SYM> 72 am64-main-r5f0_0-fw
<SYM> 72 am64-main-r5f0_1-fw
<SYM> 72 am64-main-r5f1_0-fw
<SYM> 72 am64-main-r5f1_1-fw
<SYM> 72 am64-mcu-m4f0_0-fw
<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
1745176 iwlwifi-8000C-13.ucode
2351636 iwlwifi-8000C-16.ucode
2394060 iwlwifi-8000C-21.ucode
2120860 iwlwifi-8000C-22.ucode
2227284 iwlwifi-8000C-27.ucode
2310116 iwlwifi-8000C-31.ucode
2448976 iwlwifi-8000C-34.ucode
2428004 iwlwifi-8000C-36.ucode
2389968 iwlwifi-8265-21.ucode
1811984 iwlwifi-8265-22.ucode
2234528 iwlwifi-8265-27.ucode
2307104 iwlwifi-8265-31.ucode
2440780 iwlwifi-8265-34.ucode
2436632 iwlwifi-8265-36.ucode
2637216 iwlwifi-9260-th-b0-jf-b0-33.ucode
2678092 iwlwifi-9260-th-b0-jf-b0-34.ucode
2521412 iwlwifi-9260-th-b0-jf-b0-38.ucode
2620656 iwlwifi-9260-th-b0-jf-b0-41.ucode
2558176 iwlwifi-9260-th-b0-jf-b0-43.ucode
1490376 iwlwifi-9260-th-b0-jf-b0-46.ucode
<DIR> 4096 pdk-ipc
<DIR> 4096 pru
4332 regulatory.db
1182 regulatory.db.p7s
<DIR> 4096 ti-connectivity
<DIR> 4096 ti-pruss
=>
- 09:12:38 [INFO] Host: mmc rescan; echo $?
- 09:12:39 [INFO] Target:
mmc rescan; echo $?
0
=>
- 09:12:39 [INFO] Host: fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4
- 09:12:39 [INFO] Target:
fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4
4 bytes written in 5 ms (0 Bytes/s)
=>
- 09:12:39 [INFO] Host: boot
- 09:12:59 [INFO] Target:
boot
## Checking Image at 82000000 ...
Unknown image format!
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Loading Device Tree to 000000008fff3000, end 000000008ffff375 ... OK
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 5.18.0-rc3-next-20220422 (@eptfinf01) (Ubuntu clang version 14.0.0-++20210915091413+5ec1845cad9e-1~exp1~20210915072217.2675, LLD 14.0.0) #kernel_patch_verify_build SMP PREEMPT Sat Apr 23 14:09:37 UTC 2
[ 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] 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-0x00000000a3ffffff]
[ 0.000000] node 0: [mem 0x00000000a4000000-0x00000000a4ffffff]
[ 0.000000] node 0: [mem 0x00000000a5000000-0x00000000a57fffff]
[ 0.000000] node 0: [mem 0x00000000a5800000-0x00000000ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] cma: Reserved 512 MiB at 0x00000000c0000000
[ 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 2 pages/cpu s37032 r8192 d85848 u131072
[ 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] Built 1 zonelists, mobility grouping off. Total pages: 32736
[ 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-evm/autofs/0d9a7a390a9de161773243bf6ffb0578,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: 5, 2097152 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 131072 (order: 4, 1048576 bytes, linear)
[ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[ 0.000000] Memory: 1448064K/2097152K available (12416K kernel code, 1386K rwdata, 4608K rodata, 704K init, 703K bss, 124800K reserved, 524288K 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] GICv3: Distributor has no Range Selector support
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: 16 PPIs implemented
[ 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: allocated 1048576 Devices @a4000000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x00000000a58c0000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000000a58d0000
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] random: get_random_bytes called from start_kernel+0x1d4/0x430 with crng_init=0
[ 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.008486] Console: colour dummy device 80x25
[ 0.013079] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023757] pid_max: default: 32768 minimum: 301
[ 0.028545] LSM: Security Framework initializing
[ 0.033397] Mount-cache hash table entries: 8192 (order: 0, 65536 bytes, linear)
[ 0.040992] Mountpoint-cache hash table entries: 8192 (order: 0, 65536 bytes, linear)
[ 0.051208] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.058676] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.065002] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.071452] rcu: Hierarchical SRCU implementation.
[ 0.076681] Platform MSI: msi-controller@1820000 domain created
[ 0.083000] PCI/MSI: /bus@f4000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.092259] EFI services will not be available.
[ 0.097259] smp: Bringing up secondary CPUs ...
[ 0.102995] Detected VIPT I-cache on CPU1
[ 0.103037] GICv3: CPU1: found redistributor 1 region 0:0x0000000001860000
[ 0.103056] GICv3: CPU1: using allocated LPI pending table @0x00000000a58e0000
[ 0.103117] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.103246] smp: Brought up 1 node, 2 CPUs
[ 0.132639] SMP: Total of 2 processors activated.
[ 0.137450] CPU features: detected: 32-bit EL0 Support
[ 0.142722] CPU features: detected: CRC32 instructions
[ 0.148412] CPU: All CPU(s) started at EL2
[ 0.152612] alternatives: patching kernel code
[ 0.158365] devtmpfs: initialized
[ 0.168166] KASLR disabled due to lack of seed
[ 0.173021] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.182992] futex hash table entries: 512 (order: -1, 32768 bytes, linear)
[ 0.191753] pinctrl core: initialized pinctrl subsystem
[ 0.197761] DMI not present or invalid.
[ 0.202304] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.213913] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
[ 0.221388] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.229414] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.238170] thermal_sys: Registered thermal governor 'step_wise'
[ 0.238178] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.244778] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.258483] ASID allocator initialised with 65536 entries
[ 0.286039] HugeTLB registered 16.0 GiB page size, pre-allocated 0 pages
[ 0.292916] HugeTLB registered 512 MiB page size, pre-allocated 0 pages
[ 0.299676] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.309436] k3-chipinfo 43000014.chipid: Family:AM64X rev:SR1.0 JTAGID[0x0bb3802f] Detected
[ 0.320049] iommu: Default domain type: Translated
[ 0.325071] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.331868] SCSI subsystem initialized
[ 0.336162] mc: Linux media interface: v0.10
[ 0.340554] videodev: Linux video capture interface: v2.00
[ 0.346239] pps_core: LinuxPPS API ver. 1 registered
[ 0.351312] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.360657] PTP clock support registered
[ 0.364700] EDAC MC: Ver: 3.0.0
[ 0.368839] omap-mailbox 29020000.mailbox: omap mailbox rev 0x66fc9100
[ 0.375792] omap-mailbox 29040000.mailbox: omap mailbox rev 0x66fc9100
[ 0.382634] omap-mailbox 29060000.mailbox: omap mailbox rev 0x66fc9100
[ 0.390033] FPGA manager framework
[ 0.393632] Advanced Linux Sound Architecture Driver Initialized.
[ 0.401103] clocksource: Switched to clocksource arch_sys_counter
[ 0.407945] VFS: Disk quotas dquot_6.6.0
[ 0.412058] VFS: Dquot-cache hash table entries: 8192 (order 0, 65536 bytes)
[ 0.425822] NET: Registered PF_INET protocol family
[ 0.431121] IP idents hash table entries: 32768 (order: 2, 262144 bytes, linear)
[ 0.440255] tcp_listen_portaddr_hash hash table entries: 4096 (order: 0, 65536 bytes, linear)
[ 0.449190] TCP established hash table entries: 16384 (order: 1, 131072 bytes, linear)
[ 0.457416] TCP bind hash table entries: 16384 (order: 2, 262144 bytes, linear)
[ 0.465207] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.472052] UDP hash table entries: 2048 (order: 0, 65536 bytes, linear)
[ 0.478999] UDP-Lite hash table entries: 2048 (order: 0, 65536 bytes, linear)
[ 0.486555] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.492920] RPC: Registered named UNIX socket transport module.
[ 0.499008] RPC: Registered udp transport module.
[ 0.503820] RPC: Registered tcp transport module.
[ 0.508626] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.515217] PCI: CLS 0 bytes, default 64
[ 0.519915] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 0.530202] Initialise system trusted keyrings
[ 0.535113] workingset: timestamp_bits=46 max_order=15 bucket_order=0
[ 0.547735] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.554528] NFS: Registering the id_resolver key type
[ 0.559788] Key type id_resolver registered
[ 0.564066] Key type id_legacy registered
[ 0.568230] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.575082] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.582886] 9p: Installing v9fs 9p2000 file system support
[ 0.626828] Key type asymmetric registered
[ 0.631022] Asymmetric key parser 'x509' registered
[ 0.636086] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[ 0.643675] io scheduler mq-deadline registered
[ 0.648322] io scheduler kyber registered
[ 0.656044] pinctrl-single 4084000.pinctrl: 33 pins, size 132
[ 0.662571] pinctrl-single f4000.pinctrl: 180 pins, size 720
[ 0.669663] pinctrl-single a40000.pinctrl: 512 pins, size 2048
[ 0.684505] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
[ 0.708054] brd: module loaded
[ 0.716547] loop: module loaded
[ 0.720765] megasas: 07.719.03.00-rc1
[ 0.728990] tun: Universal TUN/TAP device driver, 1.6
[ 0.734912] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.741349] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.747455] sky2: driver version 1.30
[ 0.752083] VFIO - User Level meta-driver version: 0.3
[ 0.758445] i2c_dev: i2c /dev entries driver
[ 0.763966] sdhci: Secure Digital Host Controller Interface driver
[ 0.770319] sdhci: Copyright(c) Pierre Ossman
[ 0.775719] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.782789] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.789174] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.797028] optee: probing for conduit method.
[ 0.801655] optee: revision 3.12 (3d47a131)
[ 0.802275] optee: initialized driver
[ 0.812547] NET: Registered PF_PACKET protocol family
[ 0.817950] 9pnet: Installing 9P2000 support
[ 0.822391] Key type dns_resolver registered
[ 0.827368] registered taskstats version 1
[ 0.831605] Loading compiled-in X.509 certificates
[ 0.850350] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0016 '22.1.1--v2022.01 (Terrific Llam')
[ 0.907742] omap_i2c 20000000.i2c: bus 0 rev0.12 at 100 kHz
[ 0.915275] pca953x 1-0022: supply vcc not found, using dummy regulator
[ 0.922253] pca953x 1-0022: using AI
[ 0.951163] random: fast init done
[ 0.970663] Console: switching to mono frame buffer device 12x2
[ 0.984362] ssd1307fb 1-003c: fb0: Solomon SSD1307 framebuffer device registered, using 192 bytes of video memory
[ 0.994983] omap_i2c 20010000.i2c: bus 1 rev0.12 at 400 kHz
[ 1.001950] omap_i2c 20020000.i2c: bus 2 rev0.12 at 100 kHz
[ 1.008975] omap_i2c 20030000.i2c: bus 3 rev0.12 at 100 kHz
[ 1.015085] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
[ 1.023496] ti-sci-intr bus@f4000:interrupt-controller@a00000: Interrupt Router 3 domain created
[ 1.032820] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
[ 1.045752] ti-bcdma 485c0100.dma-controller: Number of rings: 68
[ 1.053375] ti-bcdma 485c0100.dma-controller: Channels: 24 (bchan: 12, tchan: 6, rchan: 6)
[ 1.063722] ti-pktdma 485c0000.dma-controller: Number of rings: 288
[ 1.079251] ti-pktdma 485c0000.dma-controller: Channels: 44 (tchan: 29, rchan: 15)
[ 1.090648] printk: console [ttyS2] disabled
[ 1.095125] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 307, base_baud = 3000000) is a 8250
[ 1.104019] printk: console [ttyS2] enabled
[ 1.104019] printk: console [ttyS2] enabled
[ 1.112468] printk: bootconsole [ns16550a0] disabled
[ 1.112468] printk: bootconsole [ns16550a0] disabled
[ 1.126766] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[ 1.181118] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.190806] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
[ 1.199017] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA00903, cpsw version 0x6BA80903 Ports: 3 quirks:00000000
[ 1.212431] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 16
[ 1.219235] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.4
[ 1.226405] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
[ 1.233452] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1
[ 1.246317] am65-cpts 39000000.cpts: CPTS ver 0x4e8a010c, freq:500000000, add_val:1
[ 1.256458] mmc0: CQHCI version 5.10
[ 1.268157] j721e-pcie f102000.pcie: host bridge /bus@f4000/pcie@f102000 ranges:
[ 1.275652] j721e-pcie f102000.pcie: IO 0x0068001000..0x0068010fff -> 0x0068001000
[ 1.283754] j721e-pcie f102000.pcie: MEM 0x0068011000..0x006fffffff -> 0x0068011000
[ 1.291853] j721e-pcie f102000.pcie: IB MEM 0x0000000000..0x0fffffffff -> 0x0000000000
[ 1.301689] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
[ 1.359066] mmc0: Command Queue Engine enabled
[ 1.363550] mmc0: new HS400 MMC card at address 0001
[ 1.369369] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 1.374267] mmcblk0: p1 p2 p3
[ 1.378182] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[ 1.384457] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[ 1.390583] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (237:0)
[ 1.404195] j721e-pcie f102000.pcie: Link up
[ 1.408701] j721e-pcie f102000.pcie: PCI host bridge to bus 0000:00
[ 1.414975] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 1.420466] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x68001000-0x68010fff])
[ 1.429937] pci_bus 0000:00: root bus resource [mem 0x68011000-0x6fffffff]
[ 1.436842] pci 0000:00:00.0: [104c:b010] type 01 class 0x060400
[ 1.442859] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0xfffffffff 64bit pref]
[ 1.450239] pci 0000:00:00.0: supports D1
[ 1.454249] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 1.462019] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 1.470210] pci 0000:01:00.0: [8086:2526] type 00 class 0x028000
[ 1.476262] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
[ 1.483284] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 1.502839] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 1.509518] pci 0000:00:00.0: BAR 0: no space for [mem size 0x1000000000 64bit pref]
[ 1.517259] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x1000000000 64bit pref]
[ 1.525346] pci 0000:00:00.0: BAR 14: assigned [mem 0x68100000-0x681fffff]
[ 1.532222] pci 0000:01:00.0: BAR 0: assigned [mem 0x68100000-0x68103fff 64bit]
[ 1.539547] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 1.544512] pci 0000:00:00.0: bridge window [mem 0x68100000-0x681fffff]
[ 1.551457] pcieport 0000:00:00.0: of_irq_parse_pci: failed with rc=-22
[ 1.558085] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
[ 1.564537] pcieport 0000:00:00.0: PME: Signaling with IRQ 506
[ 1.570758] pcieport 0000:00:00.0: AER: enabled with IRQ 506
[ 1.579082] debugfs: Directory 'pd:114' with parent 'pm_genpd' already present!
[ 1.579403] mmc1: CQHCI version 5.10
[ 1.631549] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
[ 1.650741] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 1.660093] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 1.693196] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
[ 1.700736] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
[ 1.711116] mmcblk1: p1 p2 p3
[ 5.754636] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 5.781105] Sending DHCP requests ., OK
[ 5.800980] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.152
[ 5.808747] IP-Config: Complete:
[ 5.811976] device=eth0, hwaddr=f4:84:4c:f9:59:40, ipaddr=192.168.0.152, mask=255.255.255.0, gw=192.168.0.1
[ 5.822143] host=192.168.0.152, domain=ti.com, nis-domain=(none)
[ 5.828574] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 5.828582] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 5.854339] ALSA device list:
[ 5.857347] No soundcards found.
[ 5.871443] VFS: Mounted root (nfs filesystem) on device 0:19.
[ 5.877974] devtmpfs: mounted
[ 5.881401] Freeing unused kernel memory: 704K
[ 5.901131] Run /sbin/init as init process
[ 6.246902] systemd[1]: System time before build time, advancing clock.
[ 6.337770] NET: Registered PF_INET6 protocol family
[ 6.349301] Segment Routing with IPv6
[ 6.352995] In-situ OAM (IOAM) with IPv6
[ 6.415618] systemd[1]: systemd 244.5+ running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR -SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid)
[ 6.438014] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2020.09[0m!
[ 6.495772] systemd[1]: Set hostname to <am64xx-evm>.
[ 8.625110] random: crng init done
[ 8.632472] systemd[1]: Created slice system-getty.slice.
[[0;32m OK [0m] Created slice [0;1;39msystem-getty.slice[0m.
[ 8.654900] systemd[1]: Created slice system-serial\x2dgetty.slice.
[[0;32m OK [0m] Created slice [0;1;39msystem-serial\x2dgetty.slice[0m.
[ 8.678859] systemd[1]: Created slice system-syslog\x2dng.slice.
[[0;32m OK [0m] Created slice [0;1;39msystem-syslog\x2dng.slice[0m.
[ 8.702727] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 8.725741] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[[0;32m OK [0m] Started [0;1;39mDispatch Password ts to Console Directory Watch[0m.
[ 8.749666] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[[0;32m OK [0m] Started [0;1;39mForward Password Ruests to Wall Directory Watch[0m.
[ 8.773556] systemd[1]: Reached target Paths.
[[0;32m OK [0m] Reached target [0;1;39mPaths[0m.
[ 8.793349] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 8.813326] systemd[1]: Reached target Slices.
[[0;32m OK [0m] Reached target [0;1;39mSlices[0m.
[ 8.833366] systemd[1]: Reached target Swap.
[[0;32m OK [0m] Reached target [0;1;39mSwap[0m.
[ 8.873403] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 8.897408] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 8.925440] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 8.953788] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 8.990536] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
[ 9.000749] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 9.022152] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 9.042986] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 9.067346] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 9.089875] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 9.119497] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 9.144367] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 9.171446] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 9.201547] systemd[1]: Mounting Temporary Directory (/tmp)...
Mounting [0;1;39mTemporary Directory (/tmp)[0m...
[ 9.236501] systemd[1]: Starting Create list of static device nodes for the current kernel...
Starting [0;1;39mCreate list of stodes for the current kernel[0m...
[ 9.270517] systemd[1]: Started Hardware RNG Entropy Gatherer Daemon.
[[0;32m OK [0m] Started [0;1;39mHardware RNG Entropy Gatherer Daemon[0m.
[ 9.306376] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 9.321982] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[ 9.340709] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 9.419427] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 9.456293] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 9.502070] systemd[1]: Starting udev Coldplug all Devices...
Starting [0;1;39mudev Coldplug all Devices[0m...
[ 9.560748] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 9.594658] systemd[1]: Mounted Huge Pages File System.
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[0m.
[ 9.622558] systemd[1]: Mounted POSIX Message Queue File System.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[ 9.651656] systemd[1]: Mounted Kernel Debug File System.
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m.
[ 9.683642] systemd[1]: Mounted Temporary Directory (/tmp).
[[0;32m OK [0m] Mounted [0;1;39mTemporary Directory (/tmp)[0m.
[ 9.711872] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m.
[[0;32m OK [0m] Started [0;1;39mCreate list of sta nodes for the current kernel[0m.
[[0;32m OK [0m] Started [0;1;39mLoad Kernel Modules[0m.
[[0;32m OK [0m] Started [0;1;39mRemount Root and Kernel File Systems[0m.
Mounting [0;1;39mKernel Configuration File System[0m...
Starting [0;1;39mFlush Journal to Persistent Storage[0m...
Starting [0;1;39mApply Kernel Variables[0m...
Starting [0;1;39mCreate Static Device Nodes in /dev[0m...
[ 9.913981] systemd-journald[151]: Received client request to flush runtime journal.
[[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m.
[[0;32m OK [0m] Started [0;1;39mFlush Journal to Persistent Storage[0m.
[[0;32m OK [0m] Started [0;1;39mApply Kernel Variables[0m.
[[0;32m OK [0m] Started [0;1;39mCreate Static Device Nodes in /dev[0m.
[[0;32m OK [0m] Reached target [0;1;39mLocal File Systems (Pre)[0m.
Mounting [0;1;39m/media/ram[0m...
Mounting [0;1;39m/var/volatile[0m...
Starting [0;1;39mudev Kernel Device Manager[0m...
[[0;32m OK [0m] Mounted [0;1;39m/media/ram[0m.
[[0;32m OK [0m] Mounted [0;1;39m/var/volatile[0m.
Starting [0;1;39mLoad/Save Random Seed[0m...
[[0;32m OK [0m] Reached target [0;1;39mLocal File Systems[0m.
Starting [0;1;39mCreate Volatile Files and Directories[0m...
[[0;32m OK [0m] Started [0;1;39mLoad/Save Random Seed[0m.
[[0;32m OK [0m] Started [0;1;39mudev Kernel Device Manager[0m.
[[0;32m OK [0m] Started [0;1;39mCreate Volatile Files and Directories[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mNetwork Time Synchronization[0m.
See 'systemctl status systemd-timesyncd.service' for details.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Synchronized[0m.
Starting [0;1;39mUpdate UTMP about System Boot/Shutdown[0m...
[[0;32m OK [0m] Started [0;1;39mudev Coldplug all Devices[0m.
[[0;32m OK [0m] Stopped [0;1;39mNetwork Time Synchronization[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mNetwork Time Synchronization[0m.
See 'systemctl status systemd-timesyncd.service' for details.
[[0;32m OK [0m] Stopped [0;1;39mNetwork Time Synchronization[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mNetwork Time Synchronization[0m.
See 'systemctl status systemd-timesyncd.service' for details.
[[0;32m OK [0m] Started [0;1;39mUpdate UTMP about System Boot/Shutdown[0m.
[[0;32m OK [0m] Stopped [0;1;39mNetwork Time Synchronization[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mNetwork Time Synchronization[0m.
See 'systemctl status systemd-timesyncd.service' for details.
[[0;32m OK [0m] Reached target [0;1;39mSystem Initialization[0m.
[[0;32m OK [0m] Started [0;1;39mDaily rotation of log files[0m.
[[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary Directories[0m.
[[0;32m OK [0m] Reached target [0;1;39mTimers[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.
[[0;32m OK [0m] Listening on [0;1;39mdropbear.socket[0m.
[[0;32m OK [0m] Reached target [0;1;39mSockets[0m.
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.
[[0;32m OK [0m] Started [0;1;39mJob spooling tools[0m.
[[0;32m OK [0m] Started [0;1;39mPeriodic Command Scheduler[0m.
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m.
Starting [0;1;39mEthernet Bridge Filtering Tables[0m...
Starting [0;1;39mPrint notice about GPLv3 packages[0m...
Starting [0;1;39mIPv6 Packet Filtering Framework[0m...
Starting [0;1;39mIPv4 Packet Filtering Framework[0m...
[[0;32m OK [0m] Started [0;1;39mirqbalance daemon[0m.
Starting [0;1;39mReboot and dump vmcore via kexec[0m...
Starting [0;1;39mMatrix GUI[0m...
Starting [0;1;39mSystem Logger Daemon "default" instance[0m...
[[0;1;31mFAILED[0m] Failed to start [0;1;39mLogin Service[0m.
See 'systemctl status systemd-logind.service' for details.
Starting [0;1;39mtelnetd.service[0m...
[[0;32m OK [0m] Started [0;1;39mEthernet Bridge Filtering Tables[0m.
[[0;32m OK [0m] Started [0;1;39mIPv6 Packet Filtering Framework[0m.
[[0;32m OK [0m] Started [0;1;39mIPv4 Packet Filtering Framework[0m.
[[0;32m OK [0m] Started [0;1;39mReboot and dump vmcore via kexec[0m.
[[0;32m OK [0m] Started [0;1;39mMatrix GUI[0m.
[[0;32m OK [0m] Started [0;1;39mtelnetd.service[0m.
[[0;32m OK [0m] Reached target [0;1;39mNetwork (Pre)[0m.
Starting [0;1;39msyslog.service[0m...
[[0;32m OK [0m] Stopped [0;1;39mLogin Service[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mLogin Service[0m.
See 'systemctl status systemd-logind.service' for details.
Starting [0;1;39mNetwork Service[0m...
[[0;32m OK [0m] Stopped [0;1;39mNetwork Time Synchronization[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mNetwork Time Synchronization[0m.
See 'systemctl status systemd-timesyncd.service' for details.
[[0;32m OK [0m] Stopped [0;1;39mLogin Service[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mLogin Service[0m.
See 'systemctl status systemd-logind.service' for details.
[[0;32m OK [0m] Stopped [0;1;39mNetwork Time Synchronization[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mNetwork Time Synchronization[0m.
See 'systemctl status systemd-timesyncd.service' for details.
[[0;32m OK [0m] Stopped [0;1;39mLogin Service[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mLogin Service[0m.
See 'systemctl status systemd-logind.service' for details.
[[0;32m OK [0m] Stopped [0;1;39mLogin Service[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mLogin Service[0m.
See 'systemctl status systemd-logind.service' for details.
[[0;32m OK [0m] Stopped [0;1;39mLogin Service[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mLogin Service[0m.
See 'systemctl status systemd-logind.service' for details.
[[0;32m OK [0m] Started [0;1;39mSystem Logger Daemon "default" instance[0m.
[[0;32m OK [0m] Started [0;1;39msyslog.service[0m.
[[0;32m OK [0m] Started [0;1;39mNetwork Service[0m.
Starting [0;1;39mWait for Network to be Configured[0m...
[[0;1;31mFAILED[0m] Failed to start [0;1;39mNetwork Name Resolution[0m.
See 'systemctl status systemd-resolved.service' for details.
[[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...
[[0;32m OK [0m] Started [0;1;39mNFS status monitor for NFSv2/3 locking.[0m.
Starting [0;1;39mSimple Network Maent Protocol (SNMP) Daemon.[0m...
Starting [0;1;39mPermit User Sessions[0m...
[[0;32m OK [0m] Started [0;1;39mVsftpd ftp daemon[0m.
[[0;32m OK [0m] Started [0;1;39mEnable and configure wl18xx bluetooth stack[0m.
[[0;32m OK [0m] Stopped [0;1;39mNetwork Name Resolution[0m.
[ 13.302597] CAN device driver interface
[[0;1;31mFAILED[0m] Failed to start [0;1;39mNetwork Name Resolution[0m.
See 'systemctl status systemd-resolved.service' for details.
[[0;32m OK [0m] Started [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m.
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS1[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...
[[0;32m OK [0m] Stopped [0;1;39mNetwork Name Resolution[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mNetwork Name Resolution[0m.
See 'systemctl status systemd-resolved.service' for details.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mSynchronize System and HW clocks[0m.
See 'systemctl status sync-clocks.service' for details.
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[[0;32m OK [0m] Stopped [0;1;39mNetwork Name Resolution[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mNetwork Name Resolution[0m.
See 'systemctl status systemd-resolved.service' for details.
[[0;32m OK [0m] Stopped [0;1;39mNetwork Name Resolution[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mNetwork Name Resolution[0m.
See 'systemctl status systemd-resolved.service' for details.
[[0;32m OK [0m] Stopped [0;1;39mNetwork Name Resolution[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mNetwork Name Resolution[0m.
See 'systemctl status systemd-resolved.service' for details.
[[0;32m OK [0m] Started [0;1;39mSimple Network Manement Protocol (SNMP) Daemon.[0m.
[[0;32m OK [0m] Created slice [0;1;39msystem-systemd\x2dbacklight.slice[0m.
Starting [0;1;39mLoad/Save Screen ess of backlight:ssd1307fb0[0m...
[[0;32m OK [0m] Started [0;1;39mLoad/Save Screen Btness of backlight:ssd1307fb0[0m.
[ 15.338040] platform 78000000.r5f: configured R5F for remoteproc mode
[ 15.514937] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
[ 15.515297] remoteproc remoteproc0: 78000000.r5f is available
[ 15.609535] platform 78200000.r5f: configured R5F for remoteproc mode
[ 15.658433] remoteproc remoteproc0: powering up 78000000.r5f
[ 15.664256] remoteproc remoteproc0: Booting fw image am64-main-r5f0_0-fw, size 98232
[ 15.690120] remoteproc remoteproc0: bad phdr da 0x70040000 mem 0x1750
[ 15.701192] remoteproc remoteproc0: Failed to load program segments: -22
[ 15.708648] platform 78200000.r5f: assigned reserved memory node r5f-dma-memory@a1000000
[ 15.913893] remoteproc remoteproc1: 78200000.r5f is available
[ 15.982122] remoteproc remoteproc1: powering up 78200000.r5f
[ 15.989982] remoteproc remoteproc1: Booting fw image am64-main-r5f0_1-fw, size 98232
[ 16.055256] remoteproc remoteproc1: bad phdr da 0x70080000 mem 0x1750
[ 16.062360] platform 78400000.r5f: configured R5F for remoteproc mode
[ 16.067285] remoteproc remoteproc1: Failed to load program segments: -22
[ 16.177610] platform 78400000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
[ 16.241599] remoteproc remoteproc2: 78400000.r5f is available
[ 16.304344] platform 78600000.r5f: configured R5F for remoteproc mode
[ 16.322566] remoteproc remoteproc2: powering up 78400000.r5f
[ 16.328439] remoteproc remoteproc2: Booting fw image am64-main-r5f1_0-fw, size 98232
[ 16.347426] remoteproc remoteproc2: bad phdr da 0x700c0000 mem 0x1750
[ 16.365176] remoteproc remoteproc2: Failed to load program segments: -22
[[0;32m OK [0m] Started [0;1;39mWait for Network to be Configured[0m.
[[0;32m OK [0m] Reached target [0;1;39mNetwork is Online[0m.
Starting [0;1;39mLighttpd Daemon[0m...
Starting [0;1;39mLSB: network benchmark[0m...
[ 16.611492] platform 78600000.r5f: assigned reserved memory node r5f-dma-memory@a3000000
[[0;32m OK [0m] Started [0;1;39mstrongSwan IPsec IIKEv2 daemon using ipsec.conf[0m.
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.
[[0;32m OK [0m] Started [0;1;39mLSB: network benchmark[0m.
Starting [0;1;39mthermal-zone-init.service[0m...
[ 16.886555] remoteproc remoteproc3: 78600000.r5f is available
[[0;32m OK [0m] Started [0;1;39mthermal-zone-init.service[0m.
[ 17.173878] remoteproc remoteproc3: powering up 78600000.r5f
[ 17.180355] remoteproc remoteproc3: Booting fw image am64-main-r5f1_1-fw, size 98232
[ 17.203646] remoteproc remoteproc3: bad phdr da 0x70100000 mem 0x1750
[ 17.226394] remoteproc remoteproc3: Failed to load program segments: -22
[ 17.891182] Initializing XFRM netlink socket
[ 18.042153] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 18.222371] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 18.724830] Intel(R) Wireless WiFi driver for Linux
[ 18.758088] pcieport 0000:00:00.0: of_irq_parse_pci: failed with rc=-22
[ 19.004841] iwlwifi 0000:01:00.0: enabling device (0000 -> 0002)
[ 19.267150] iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-9260-th-b0-jf-b0-46.ucode failed with error -2
[ 19.300270] iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-9260-th-b0-jf-b0-45.ucode failed with error -2
[ 19.320040] iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-9260-th-b0-jf-b0-44.ucode failed with error -2
[ 19.346270] iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-9260-th-b0-jf-b0-43.ucode failed with error -2
[ 19.374670] iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-9260-th-b0-jf-b0-42.ucode failed with error -2
[ 19.395048] iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-9260-th-b0-jf-b0-41.ucode failed with error -2
[ 19.415877] iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-9260-th-b0-jf-b0-40.ucode failed with error -2
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ [ 19.449650] iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-9260-th-b0-jf-b0-39.ucode failed with error -2
|___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project http://arago-project.org am64xx-evm ttyS2
Arago 2020.09 am64xx-evm ttyS2
am64xx-evm login: [ 19.484208] iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-9260-th-b0-jf-b0-38.ucode failed with error -2
[ 19.507457] iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-9260-th-b0-jf-b0-37.ucode failed with error -2
[ 19.546350] iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-9260-th-b0-jf-b0-36.ucode failed with error -2
[ 19.
- 09:12:59 [INFO] Host: root
- 09:13:03 [INFO] Target:
root
[ 19.616420] iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-9260-th-b0-jf-b0-34.ucode failed with error -2
[ 19.663267] iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-9260-th-b0-jf-b0-33.ucode failed with error -2
[ 19.690738] iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-9260-th-b0-jf-b0-32.ucode failed with error -2
[ 19.711281] iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-9260-th-b0-jf-b0-31.ucode failed with error -2
[ 19.740794] iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-9260-th-b0-jf-b0-30.ucode failed with error -2
[ 19.758714] iwlwifi 0000:01:00.0: no suitable firmware found!
[ 19.774829] iwlwifi 0000:01:00.0: minimum version required: iwlwifi-9260-th-b0-jf-b0-30
[ 19.793362] iwlwifi 0000:01:00.0: maximum version supported: iwlwifi-9260-th-b0-jf-b0-46
[ 19.813354] iwlwifi 0000:01:00.0: check git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
7[r[999;999H[6n***************************************************************
***************************************************************
NOTICE: This file system contains the following GPLv3 packages:
autoconf
bash
bc
binutils
cifs-utils
coreutils-stdbuf
coreutils
cpio
cpp-symlinks
cpp
dosfstools
elfutils
g++-symlinks
g++
gawk
gcc-symlinks
gcc
gdb
gdbserver
gettext
gstreamer1.0-libav
gzip
less
libasm1
libbfd
libdw1
libelf1
libgdbm-compat4
libgdbm6
libgettextlib
libgettextsrc
libgmp10
libidn2-0
libmpc3
libmpfr6
libreadline8
libunistring2
m4
make
nettle
parted
tar
which
If you do not wish to distribute GPLv3 components please remove
the above packages prior to distribution. This can be done using
the opkg remove command. i.e.:
opkg remove <package>
Where <package> is the name printed in the list above
NOTE: If the package is a dependency of another package you
will be notified of the dependent packages. You should
use the --force-removal-of-dependent-packages option to
also remove the dependent packages as well
***************************************************************
***************************************************************
root@am64xx-evm:~#
- 09:13:03 [INFO] Sleeping 15 secs to allow systemd to finish starting processes...
- 09:13:18 [INFO] Disconnected serial from am64xx-evm
- 09:13:18 [INFO] Connected to am64xx-evm via serial
- 09:13:18 [INFO] Host: uname -a
- 09:13:18 [INFO] Target:
uname -a
Linux am64xx-evm 5.18.0-rc3-next-20220422 #kernel_patch_verify_build SMP PREEMPT Sat Apr 23 14:09:37 UTC 2 aarch64 aarch64 aarch64 GNU/Linux
root@am64xx-evm:~#
- 09:13:18 [INFO] Host: cat /proc/cmdline
- 09:13:18 [INFO] Target:
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/am64xx-evm/autofs/0d9a7a390a9de161773243bf6ffb0578,nolock,v3,tcp,rsize=4096,wsize=4096
root@am64xx-evm:~#
- 09:13:18 [INFO] Host: uname -a
- 09:13:18 [INFO] Target:
uname -a
Linux am64xx-evm 5.18.0-rc3-next-20220422 #kernel_patch_verify_build SMP PREEMPT Sat Apr 23 14:09:37 UTC 2 aarch64 aarch64 aarch64 GNU/Linux
root@am64xx-evm:~#
- 09:13:18 [INFO] Host: cat /proc/mtd
- 09:13:18 [INFO] Target:
cat /proc/mtd
dev: size erasesize name
mtd0: 04000000 00040000 "fc40000.spi.0"
root@am64xx-evm:~#
- 09:13:18 [INFO] Host: grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/pnp /etc/resolv.conf && systemctl restart systemd-resolved
- 09:13:19 [INFO] Target:
grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/
/pnp /etc/resolv.conf && systemctl restart systemd-resolved
Job for systemd-resolved.service failed because of unavailable resources or another system error.
See "systemctl status systemd-resolved.service" and "journalctl -xe" for details.
root@am64xx-evm:~#
- 09:13:19 [INFO] Host: ls -l /lib/firmware; ls -lR /lib/firmware/ipc
- 09:13:19 [INFO] Target:
ls -l /lib/firmware; ls -lR /lib/firmware/ipc
total 31948
-rw-r--r-- 1 root root 2046 Apr 4 2021 LICENCE.iwlwifi_firmware
lrwxrwxrwx 1 root root 30 Apr 5 2021 am64-main-r5f0_0-fw -> mcusdk-ipc/am64-main-r5f0_0-fw
lrwxrwxrwx 1 root root 30 Apr 5 2021 am64-main-r5f0_1-fw -> mcusdk-ipc/am64-main-r5f0_1-fw
lrwxrwxrwx 1 root root 30 Apr 5 2021 am64-main-r5f1_0-fw -> mcusdk-ipc/am64-main-r5f1_0-fw
lrwxrwxrwx 1 root root 30 Apr 5 2021 am64-main-r5f1_1-fw -> mcusdk-ipc/am64-main-r5f1_1-fw
-rw-r--r-- 1 root root 918268 Apr 4 2021 iwlwifi-3160-17.ucode
-rw-r--r-- 1 root root 1745176 Apr 4 2021 iwlwifi-8000C-13.ucode
-rw-r--r-- 1 root root 2351636 Apr 4 2021 iwlwifi-8000C-16.ucode
-rw-r--r-- 1 root root 2394060 Apr 4 2021 iwlwifi-8000C-21.ucode
-rw-r--r-- 1 root root 2120860 Apr 4 2021 iwlwifi-8000C-22.ucode
-rw-r--r-- 1 root root 2227284 Apr 4 2021 iwlwifi-8000C-27.ucode
-rw-r--r-- 1 root root 2310116 Apr 4 2021 iwlwifi-8000C-31.ucode
-rw-r--r-- 1 root root 2448976 Apr 4 2021 iwlwifi-8000C-34.ucode
-rw-r--r-- 1 root root 2428004 Apr 4 2021 iwlwifi-8000C-36.ucode
-rw-r--r-- 1 root root 2389968 Apr 4 2021 iwlwifi-8265-21.ucode
-rw-r--r-- 1 root root 1811984 Apr 4 2021 iwlwifi-8265-22.ucode
-rw-r--r-- 1 root root 2234528 Apr 4 2021 iwlwifi-8265-27.ucode
-rw-r--r-- 1 root root 2307104 Apr 4 2021 iwlwifi-8265-31.ucode
-rw-r--r-- 1 root root 2440780 Apr 4 2021 iwlwifi-8265-34.ucode
-rw-r--r-- 1 root root 2436632 Apr 4 2021 iwlwifi-8265-36.ucode
-rw-r--r-- 1 root root 100360 Apr 2 05:28 jailhouse.bin
drwxr-xr-x 2 root root 4096 Apr 5 2021 mcusdk-ipc
-rw-r--r-- 1 root root 3940 Apr 4 2021 regulatory.db
-rw-r--r-- 1 root root 1182 Apr 4 2021 regulatory.db.p7s
drwxr-xr-x 2 root root 4096 Apr 6 2021 ti-connectivity
ls: cannot access '/lib/firmware/ipc': No such file or directory
root@am64xx-evm:~#
- 09:13:19 [INFO] Host: cat /proc/diskstats
- 09:13:19 [INFO] Target:
cat /proc/diskstats
1 0 ram0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1 1 ram1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1 2 ram2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1 3 ram3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1 4 ram4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1 5 ram5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1 6 ram6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1 7 ram7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1 8 ram8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1 9 ram9 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1 10 ram10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1 11 ram11 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1 12 ram12 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1 13 ram13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1 14 ram14 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1 15 ram15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 0 loop0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 1 loop1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 2 loop2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 3 loop3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 4 loop4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 5 loop5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 6 loop6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 7 loop7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31 0 mtdblock0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
179 0 mmcblk0 337 0 50606 271 0 0 0 0 0 804 271 0 0 0 0 0 0
179 1 mmcblk0p1 100 0 16138 81 0 0 0 0 0 284 81 0 0 0 0 0 0
179 2 mmcblk0p2 101 0 15377 75 0 0 0 0 0 276 75 0 0 0 0 0 0
179 3 mmcblk0p3 115 0 16147 95 0 0 0 0 0 316 95 0 0 0 0 0 0
179 32 mmcblk0boot0 17 0 2176 11 0 0 0 0 0 36 11 0 0 0 0 0 0
179 64 mmcblk0boot1 17 0 2176 8 0 0 0 0 0 36 8 0 0 0 0 0 0
179 96 mmcblk1 361 46 52889 751 24 6 240 67 0 1176 818 0 0 0 0 0 0
179 97 mmcblk1p1 123 0 17229 220 0 0 0 0 0 376 220 0 0 0 0 0 0
179 98 mmcblk1p2 104 36 17098 213 10 3 104 34 0 424 248 0 0 0 0 0 0
179 99 mmcblk1p3 113 10 15618 269 14 3 136 32 0 452 301 0 0 0 0 0 0
root@am64xx-evm:~#
- 09:13:19 [INFO] Host: cat /proc/interrupts
- 09:13:19 [INFO] Target:
cat /proc/interrupts
CPU0 CPU1
11: 9043 8544 GICv3 30 Level arch_timer
17: 0 0 GICv3 23 Level arm-pmu
18: 517 0 GICv3 66 Level 4d000000.mailbox thr_012
19: 0 0 GICv3 193 Level 20000000.i2c
20: 3402 0 GICv3 194 Level 20010000.i2c
21: 0 0 GICv3 195 Level 20020000.i2c
22: 0 0 GICv3 196 Level 20030000.i2c
23: 13 0 MSI-INTA 1713152 Level 485c0100.dma-controller chan0
59: 0 0 MSI-INTA 1970688 Level 485c0000.dma-controller chan1
63: 22488 0 MSI-INTA 1970704 Level 8000000.ethernet-tx0
151: 0 0 MSI-INTA 1971712 Level 485c0000.dma-controller chan0
155: 19798 0 MSI-INTA 1971728 Level 8000000.ethernet
307: 612 0 GICv3 210 Level 2800000.serial
308: 0 0 GICv3 171 Level fc40000.spi
310: 0 0 GICv3 204 Level 20100000.spi
311: 0 0 GICv3 205 Level 20110000.spi
312: 0 0 GICv3 206 Level 20120000.spi
313: 0 0 GICv3 141 Level 20130000.spi
314: 0 0 GICv3 207 Level 20140000.spi
315: 0 0 GICv3 134 Level 8000000.ethernet
316: 0 0 GICv3 129 Level 39000000.cpts
317: 497 0 GICv3 165 Level mmc0
505: 0 0 GICv3 235 Edge j721e-pcie-link-down-irq
506: 0 0 ITS-MSI 0 Edge PCIe PME, aerdrv
507: 887 0 GICv3 166 Level mmc1
526: 0 0 GICv3 228 Level f400000.usb
IPI0: 4333 8851 Rescheduling interrupts
IPI1: 244 257 Function call interrupts
IPI2: 0 0 CPU stop interrupts
IPI3: 0 0 CPU stop (for crash dump) interrupts
IPI4: 0 0 Timer broadcast interrupts
IPI5: 0 0 IRQ work interrupts
IPI6: 0 0 CPU wake-up interrupts
Err: 0
root@am64xx-evm:~#
- 09:13:19 [INFO] Host: cat /proc/softirqs
- 09:13:20 [INFO] Target:
cat /proc/softirqs
CPU0 CPU1
HI: 0 0
TIMER: 2075 3642
NET_TX: 125 14
NET_RX: 40368 15
BLOCK: 366 0
IRQ_POLL: 0 0
TASKLET: 584 1
SCHED: 1448 1311
HRTIMER: 0 0
RCU: 8626 8775
root@am64xx-evm:~#
- 09:13:20 [INFO] Host: ls -lR /run/media/mmcblk0p1
- 09:13:20 [INFO] Target:
ls -lR /run/media/mmcblk0p1
/run/media/mmcblk0p1:
total 0
root@am64xx-evm:~#
- 09:13:20 [INFO] Host: opkg list-installed | grep packagegroup-arago-test; echo $?
- 09:13:30 [ERROR] On command: opkg list-installed | grep packagegroup-arago-test; echo $? waiting for opkg list-installed | grep packagegroup-arago-test; echo $?.+?(?-mix:^0) >>> error: execution expired
- 09:13:30 [INFO] Target:
opkg list-installed | grep packagegroup-arago-test; echo $?
1
root@am64xx-evm:~#
- 09:13:30 [INFO] Host: opkg list-installed | grep ti-test; echo $?
- 09:13:30 [INFO] Target:
opkg list-installed | grep ti-test; echo $?
ti-test - 1.0-r0.30
0
root@am64xx-evm:~#
- 09:13:30 [INFO] Host: depmod -a
- 09:13:33 [INFO] Target:
depmod -a
root@am64xx-evm:~#
- 09:13:33 [INFO] Host: lsmod
- 09:13:33 [INFO] Target:
lsmod
Module Size Used by
cdns3 327680 0
cdns_usb_common 262144 1 cdns3
roles 262144 1 cdns_usb_common
udc_core 262144 1 cdns3
usbcore 524288 1 cdns_usb_common
usb_common 262144 4 cdns_usb_common,usbcore,cdns3,udc_core
pru_rproc 262144 0
irq_pruss_intc 262144 0
iwlwifi 589824 0
crct10dif_ce 327680 1
cfg80211 589824 1 iwlwifi
xfrm_user 327680 2
xfrm_algo 262144 1 xfrm_user
rfkill 262144 2 cfg80211
pci_endpoint_test 262144 0
cdns3_ti 262144 0
rti_wdt 327680 0
ti_k3_r5_remoteproc 262144 0
virtio_rpmsg_bus 327680 0
rpmsg_ns 262144 1 virtio_rpmsg_bus
pruss 327680 0
m_can_platform 262144 0
m_can 327680 1 m_can_platform
can_dev 327680 1 m_can
sch_fq_codel 327680 1
ipv6 720896 36
root@am64xx-evm:~#
- 09:13:33 [INFO] Host: echo 'hello world'
- 09:13:33 [INFO] Target:
echo 'hello world'
hello world
root@am64xx-evm:~#
U-Boot SPL 2021.01-g44a87e3ab8 (Mar 09 2022 - 02:03:38 +0000)
SYSFW ABI: 3.1 (firmware rev 0x0016 '22.1.1--v2022.01 (Terrific Llam')
SPL initial stack usage: 13392 bytes
Trying to boot from MMC2
Starting ATF on ARM64 core...
NOTICE: BL31: v2.5(release):v2.5-83-g0693f35-dirty
NOTICE: BL31: Built : 20:00:47, Mar 5 2022
U-Boot SPL 2021.01-g44a87e3ab8 (Mar 09 2022 - 02:03:17 +0000)
SYSFW ABI: 3.1 (firmware rev 0x0016 '22.1.1--v2022.01 (Terrific Llam')
Trying to boot from MMC2
U-Boot 2021.01-g44a87e3ab8 (Mar 09 2022 - 02:03:17 +0000)
SoC: AM64X SR1.0
Model: Texas Instruments AM642 EVM
Board: AM64-GPEVM rev E2
DRAM: 2 GiB
NAND: 0 MiB
MMC: mmc@fa10000: 0, mmc@fa00000: 1
In: serial@2800000
Out: serial@2800000
Err: serial@2800000
Net: eth0: ethernet@8000000port@1
Hit any key to stop autoboot: 2 0
=>
=>
- 09:02:25 [INFO] Disconnected serial from am64xx-evm
- 09:02:25 [INFO] Connected to am64xx-evm via serial
- 09:02:25 [INFO] Host:
- 09:02:25 [INFO] Target:
=>
- 09:02:25 [INFO] Host: version
- 09:02:25 [INFO] Target:
version
U-Boot 2021.01-g44a87e3ab8 (Mar 09 2022 - 02:03:17 +0000)
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
=>
- 09:02:25 [INFO] Host: setenv bootargs 'console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled '
- 09:02:26 [INFO] Target:
setenv bootargs 'console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled '
=>
- 09:02:26 [INFO] Host: setenv bootcmd ''
- 09:02:26 [INFO] Target:
setenv bootcmd ''
=>
- 09:02:26 [INFO] Host: setenv autoload 'no'
- 09:02:26 [INFO] Target:
setenv autoload 'no'
=>
- 09:02:26 [INFO] Host: setenv serverip '192.168.0.1'
- 09:02:26 [INFO] Target:
setenv serverip '192.168.0.1'
=>
- 09:02:26 [INFO] Host: setenv _initramfs -
- 09:02:26 [INFO] Target:
setenv _initramfs -
=>
- 09:02:26 [INFO] Host: printenv
- 09:02:26 [INFO] Target:
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_usb=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=E2
board_serial=0225
board_software_revision=01
boot=mmc
boot_fdt=try
boot_fit=0
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled
bootcmd=
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
dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1;rootfs part 0 1 mmcpart 0;tiboot3.bin.raw raw 0x0 0x800 mmcpart 1;tispl.bin.raw raw 0x800 0x1000 mmcpart 1;u-boot.img.raw raw 0x1800 0x2000 mmcpart 1;u-env.raw raw 0x3800 0x100 mmcpart 1;
dfu_alt_info_mmc=boot part 1 1;rootfs part 1 2;tiboot3.bin fat 1 1;tispl.bin fat 1 1;u-boot.img fat 1 1;uEnv.txt fat 1 1;sysfw.itb fat 1 1
dfu_alt_info_ospi=tiboot3.bin raw 0x0 0x100000;tispl.bin raw 0x100000 0x200000;u-boot.img raw 0x300000 0x400000;u-boot-env raw 0x700000 0x020000;rootfs raw 0x800000 0x3800000
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x200000;u-boot.img ram 0x81000000 0x400000
dtboaddr=0x89000000
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:f1:0f:76:ff:0d
eth2addr=70:f1:0f:76:ff:0e
ethaddr=f4:84:4c:f9:59:40
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fdeb76e0
findfdt=if test $board_name = am64x_gpevm; then setenv fdtfile k3-am642-evm.dtb; fi; if test $board_name = am64x_skevm; then setenv fdtfile k3-am642-sk.dtb; fi;if test $fdtfile = undefined; then echo WARNING: Could not determine device tree to use; fi;
finduuid=part uuid ${boot} ${bootpart} uuid
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fdt_usb=load usb ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_fit_usb=load usb ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_usb=load usb ${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_overlay_usb=fdt address ${fdtaddr};fdt resize 0x100000;for overlay in $name_overlays;do;load usb ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && fdt apply ${dtboaddr};done;
get_overlaystring=for overlay in $name_overlays;do;setenv overlaystring ${overlaystring}'#'${overlay};done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_mmc=run args_all args_mmc
init_usb=run args_all args_usb
kernel_addr_r=0x82000000
loadaddr=0x82000000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
loadbootscript=load mmc ${mmcdev} ${loadaddr} boot.scr
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
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 loadfdt; 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=fc40000.spi.0
mtdparts=mtdparts=fc40000.spi.0:1m(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern)
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=bootm ${addr_fit}#${fdtfile}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
scriptaddr=0x80000000
serial#=0000000000000225
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}
usbboot=setenv boot usb;setenv bootpart 0:2;usb start;run findfdt;run init_usb;run get_kern_usb;run get_fdt_usb;run run_kern
vendor=ti
Environment size: 4890/131068 bytes
=>
- 09:02:26 [INFO] Host: printenv bootargs
- 09:02:27 [INFO] Target:
printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled
=>
- 09:02:27 [INFO] Host: setenv bootargs ''${bootargs}' ip=:::::eth0:dhcp '
- 09:02:27 [INFO] Target:
setenv bootargs ''${bootargs}' ip=:::::eth0:dhcp '
=>
- 09:02:27 [INFO] Host: setenv serverip '192.168.0.1'
- 09:02:27 [INFO] Target:
setenv serverip '192.168.0.1'
=>
- 09:02:27 [INFO] Host: setenv autoload 'no'
- 09:02:27 [INFO] Target:
setenv autoload 'no'
=>
- 09:02:27 [INFO] Host: dhcp
- 09:02:28 [INFO] Target:
dhcp
ethernet@8000000port@1 Waiting for PHY auto negotiation to complete. done
link up on port 1, speed 1000, full duplex
BOOTP broadcast 1
BOOTP broadcast 2
BOOTP broadcast 3
DHCP client bound to address 192.168.0.152 (1068 ms)
=>
- 09:02:28 [INFO] Host: tftp ${loadaddr} 192.168.0.1:vatf_am64xx-evm/6cc5316f978c621a5bec35a132a95739
- 09:02:40 [INFO] Target:
tftp ${loadaddr} 192.168.0.1:vatf_am64xx-evm/6cc5316f978c621a5bec35a132a95739
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.152
Filename 'vatf_am64xx-evm/6cc5316f978c621a5bec35a132a95739'.
Load address: 0x82000000
Loading: *#T ################################################################
#####################T ############################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
1.6 MiB/s
done
Bytes transferred = 20032000 (131aa00 hex)
=>
- 09:02:40 [INFO] Host: tftp ${fdt_addr_r} 192.168.0.1:vatf_am64xx-evm/fd1cc3f670585ac6a942ac284fca8d22
- 09:02:40 [INFO] Target:
tftp ${fdt_addr_r} 192.168.0.1:vatf_am64xx-evm/fd1cc3f670585ac6a942ac284fca8d22
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.152
Filename 'vatf_am64xx-evm/fd1cc3f670585ac6a942ac284fca8d22'.
Load address: 0x88000000
Loading: *###
6 MiB/s
done
Bytes transferred = 37750 (9376 hex)
=>
- 09:02:40 [INFO] Host: fdt address ${fdt_addr_r}
- 09:02:40 [INFO] Target:
fdt address ${fdt_addr_r}
=>
- 09:02:40 [INFO] Host: printenv bootargs
- 09:02:40 [INFO] Target:
printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
=>
- 09:02:40 [INFO] Host: setenv bootargs ''${bootargs}' root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am64xx-evm/autofs/0d9a7a390a9de161773243bf6ffb0578,nolock,v3,tcp,rsize=4096,wsize=4096 '
- 09:02:41 [INFO] Target:
setenv bootargs ''${bootargs}' root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am64xx-evm/autofs/0d9a7a390a9de161773243bf6ffb0578,nolock,v3,tcp,rsize=4096,wsize=4096 '
=>
- 09:02:41 [INFO] Host: printenv bootcmd
- 09:02:41 [INFO] Target:
printenv bootcmd
bootcmd=
=>
- 09:02:41 [INFO] Host: setenv bootcmd ''${bootcmd}' if iminfo ${loadaddr}; then bootm ${loadaddr} ${_initramfs} ${fdt_addr_r}; else booti ${loadaddr} ${_initramfs} ${fdt_addr_r}; fi'
- 09:02:41 [INFO] Target:
setenv bootcmd ''${bootcmd}' if iminfo ${loadaddr}; then bootm ${loadaddr} ${_initramfs} ${fdt_addr_r}; else booti ${loadaddr} ${_initramfs} ${fdt_addr_r}; fi'
=>
- 09:02:41 [INFO] Host: version
- 09:02:41 [INFO] Target:
version
U-Boot 2021.01-g44a87e3ab8 (Mar 09 2022 - 02:03:17 +0000)
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
=>
- 09:02:41 [INFO] Host: bdinfo
- 09:02:41 [INFO] Target:
bdinfo
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffee2000
reloc off = 0x000000007f6e2000
Build = 64-bit
current eth = ethernet@8000000port@1
ethaddr = f4:84:4c:f9:59:40
IP addr = 192.168.0.152
fdt_blob = 0x00000000fdeb76e0
new_fdt = 0x00000000fdeb76e0
fdt_size = 0x000000000000a700
multi_dtb_fit= 0x0000000000000000
lmb_dump_all:
memory.cnt = 0x1
memory.size = 0x0
memory.reg[0x0].base = 0x80000000
.size = 0x80000000
reserved.cnt = 0x2
reserved.size = 0x0
reserved.reg[0x0].base = 0x9e800000
.size = 0x1800000
reserved.reg[0x1].base = 0xfdeb62e0
.size = 0x2149d20
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fdeb76d0
sp start = 0x00000000fdeb76d0
Early malloc usage: 2a18 / 8000
=>
- 09:02:41 [INFO] Host:
- 09:02:41 [INFO] Target:
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffee2000
reloc off = 0x000000007f6e2000
Build = 64-bit
current eth = ethernet@8000000port@1
ethaddr = f4:84:4c:f9:59:40
IP addr = 192.168.0.152
fdt_blob = 0x00000000fdeb76e0
new_fdt = 0x00000000fdeb76e0
fdt_size = 0x000000000000a700
multi_dtb_fit= 0x0000000000000000
lmb_dump_all:
memory.cnt = 0x1
memory.size = 0x0
memory.reg[0x0].base = 0x80000000
.size = 0x80000000
reserved.cnt = 0x2
reserved.size = 0x0
reserved.reg[0x0].base = 0x9e800000
.size = 0x1800000
reserved.reg[0x1].base = 0xfdeb62e0
.size = 0x2149d20
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fdeb76d0
sp start = 0x00000000fdeb76d0
Early malloc usage: 2a18 / 8000
=>
- 09:02:41 [INFO] Host: ls mmc 0:1
- 09:02:42 [INFO] Target:
ls mmc 0:1
0 file(s), 0 dir(s)
=>
- 09:02:42 [INFO] Host: ls mmc 1:1
- 09:02:42 [INFO] Target:
ls mmc 1:1
569866 tiboot3.bin
848243 tispl.bin
1116639 u-boot.img
1011 uEnv.txt
4 ws-calibrate.rules
131072 uboot.env
0 test
7 file(s), 0 dir(s)
=>
- 09:02:42 [INFO] Host: ext4ls mmc 0:2 /lib/firmware
- 09:02:42 [INFO] Target:
ext4ls mmc 0:2 /lib/firmware
** Unrecognized filesystem type **
=>
- 09:02:42 [INFO] Host: ext4ls mmc 1:2 /lib/firmware
- 09:02:42 [INFO] Target:
ext4ls mmc 1:2 /lib/firmware
<DIR> 4096 .
<DIR> 4096 ..
2040 LICENCE.ibt_firmware
2046 LICENCE.iwlwifi_firmware
<SYM> 72 am64-main-r5f0_0-fw
<SYM> 72 am64-main-r5f0_1-fw
<SYM> 72 am64-main-r5f1_0-fw
<SYM> 72 am64-main-r5f1_1-fw
<SYM> 72 am64-mcu-m4f0_0-fw
<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
1745176 iwlwifi-8000C-13.ucode
2351636 iwlwifi-8000C-16.ucode
2394060 iwlwifi-8000C-21.ucode
2120860 iwlwifi-8000C-22.ucode
2227284 iwlwifi-8000C-27.ucode
2310116 iwlwifi-8000C-31.ucode
2448976 iwlwifi-8000C-34.ucode
2428004 iwlwifi-8000C-36.ucode
2389968 iwlwifi-8265-21.ucode
1811984 iwlwifi-8265-22.ucode
2234528 iwlwifi-8265-27.ucode
2307104 iwlwifi-8265-31.ucode
2440780 iwlwifi-8265-34.ucode
2436632 iwlwifi-8265-36.ucode
2637216 iwlwifi-9260-th-b0-jf-b0-33.ucode
2678092 iwlwifi-9260-th-b0-jf-b0-34.ucode
2521412 iwlwifi-9260-th-b0-jf-b0-38.ucode
2620656 iwlwifi-9260-th-b0-jf-b0-41.ucode
2558176 iwlwifi-9260-th-b0-jf-b0-43.ucode
1490376 iwlwifi-9260-th-b0-jf-b0-46.ucode
<DIR> 4096 pdk-ipc
<DIR> 4096 pru
4332 regulatory.db
1182 regulatory.db.p7s
<DIR> 4096 ti-connectivity
<DIR> 4096 ti-pruss
=>
- 09:02:42 [INFO] Host: mmc rescan; echo $?
- 09:02:42 [INFO] Target:
mmc rescan; echo $?
0
=>
- 09:02:42 [INFO] Host: fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4
- 09:02:42 [INFO] Target:
fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4
4 bytes written in 5 ms (0 Bytes/s)
=>
- 09:02:42 [INFO] Host: boot
- 09:06:12 [ERROR] On command: boot waiting for boot.+?(?-mix:login:) >>> error: execution expired
- 09:06:12 [INFO] Target:
boot
## Checking Image at 82000000 ...
Unknown image format!
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Loading Device Tree to 000000008fff3000, end 000000008ffff375 ... OK
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 5.18.0-rc3-next-20220422-00001-g7a3535be8db9 (@eptfinf01) (Ubuntu clang version 14.0.0-++20210915091413+5ec1845cad9e-1~exp1~20210915072217.2675, LLD 14.0.0) #kernel_patch_verify_build SMP PREEMPT Sat Apr 23 13:48:17 UTC 2
[ 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] 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-0x00000000a3ffffff]
[ 0.000000] node 0: [mem 0x00000000a4000000-0x00000000a4ffffff]
[ 0.000000] node 0: [mem 0x00000000a5000000-0x00000000a57fffff]
[ 0.000000] node 0: [mem 0x00000000a5800000-0x00000000ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] cma: Reserved 512 MiB at 0x00000000c0000000
[ 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 2 pages/cpu s37032 r8192 d85848 u131072
[ 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] Built 1 zonelists, mobility grouping off. Total pages: 32736
[ 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-evm/autofs/0d9a7a390a9de161773243bf6ffb0578,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: 5, 2097152 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 131072 (order: 4, 1048576 bytes, linear)
[ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[ 0.000000] Memory: 1448064K/2097152K available (12416K kernel code, 1386K rwdata, 4608K rodata, 704K init, 703K bss, 124800K reserved, 524288K 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] GICv3: Distributor has no Range Selector support
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: 16 PPIs implemented
[ 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: allocated 1048576 Devices @a4000000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x00000000a58c0000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000000a58d0000
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] random: get_random_bytes called from start_kernel+0x1d4/0x430 with crng_init=0
[ 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.008490] Console: colour dummy device 80x25
[ 0.013080] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023756] pid_max: default: 32768 minimum: 301
[ 0.028543] LSM: Security Framework initializing
[ 0.033396] Mount-cache hash table entries: 8192 (order: 0, 65536 bytes, linear)
[ 0.040991] Mountpoint-cache hash table entries: 8192 (order: 0, 65536 bytes, linear)
[ 0.051205] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.058674] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.065000] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.071449] rcu: Hierarchical SRCU implementation.
[ 0.076678] Platform MSI: msi-controller@1820000 domain created
[ 0.082986] PCI/MSI: /bus@f4000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.092243] EFI services will not be available.
[ 0.097243] smp: Bringing up secondary CPUs ...
[ 0.102977] Detected VIPT I-cache on CPU1
[ 0.103017] GICv3: CPU1: found redistributor 1 region 0:0x0000000001860000
[ 0.103036] GICv3: CPU1: using allocated LPI pending table @0x00000000a58e0000
[ 0.103101] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.103229] smp: Brought up 1 node, 2 CPUs
[ 0.132619] SMP: Total of 2 processors activated.
[ 0.137429] CPU features: detected: 32-bit EL0 Support
[ 0.142701] CPU features: detected: CRC32 instructions
[ 0.148389] CPU: All CPU(s) started at EL2
[ 0.152588] alternatives: patching kernel code
[ 0.158340] devtmpfs: initialized
[ 0.168136] KASLR disabled due to lack of seed
[ 0.172994] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.182965] futex hash table entries: 512 (order: -1, 32768 bytes, linear)
[ 0.191771] pinctrl core: initialized pinctrl subsystem
[ 0.197784] DMI not present or invalid.
[ 0.202351] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.213863] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
[ 0.221341] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.229370] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.238134] thermal_sys: Registered thermal governor 'step_wise'
[ 0.238142] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.244740] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.258444] ASID allocator initialised with 65536 entries
[ 0.286027] HugeTLB registered 16.0 GiB page size, pre-allocated 0 pages
[ 0.292906] HugeTLB registered 512 MiB page size, pre-allocated 0 pages
[ 0.299666] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.309413] k3-chipinfo 43000014.chipid: Family:AM64X rev:SR1.0 JTAGID[0x0bb3802f] Detected
[ 0.320063] iommu: Default domain type: Translated
[ 0.325077] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.331949] SCSI subsystem initialized
[ 0.336262] mc: Linux media interface: v0.10
[ 0.340653] videodev: Linux video capture interface: v2.00
[ 0.346334] pps_core: LinuxPPS API ver. 1 registered
[ 0.351406] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.360751] PTP clock support registered
[ 0.364792] EDAC MC: Ver: 3.0.0
[ 0.368942] omap-mailbox 29020000.mailbox: omap mailbox rev 0x66fc9100
[ 0.375906] omap-mailbox 29040000.mailbox: omap mailbox rev 0x66fc9100
[ 0.382774] omap-mailbox 29060000.mailbox: omap mailbox rev 0x66fc9100
[ 0.390199] FPGA manager framework
[ 0.393818] Advanced Linux Sound Architecture Driver Initialized.
[ 0.401231] clocksource: Switched to clocksource arch_sys_counter
[ 0.408062] VFS: Disk quotas dquot_6.6.0
[ 0.412180] VFS: Dquot-cache hash table entries: 8192 (order 0, 65536 bytes)
[ 0.426126] NET: Registered PF_INET protocol family
[ 0.431425] IP idents hash table entries: 32768 (order: 2, 262144 bytes, linear)
[ 0.440491] tcp_listen_portaddr_hash hash table entries: 4096 (order: 0, 65536 bytes, linear)
[ 0.449415] TCP established hash table entries: 16384 (order: 1, 131072 bytes, linear)
[ 0.457644] TCP bind hash table entries: 16384 (order: 2, 262144 bytes, linear)
[ 0.465435] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.472283] UDP hash table entries: 2048 (order: 0, 65536 bytes, linear)
[ 0.479230] UDP-Lite hash table entries: 2048 (order: 0, 65536 bytes, linear)
[ 0.486785] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.493158] RPC: Registered named UNIX socket transport module.
[ 0.499246] RPC: Registered udp transport module.
[ 0.504055] RPC: Registered tcp transport module.
[ 0.508863] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.515454] PCI: CLS 0 bytes, default 64
[ 0.520189] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 0.530364] Initialise system trusted keyrings
[ 0.535272] workingset: timestamp_bits=46 max_order=15 bucket_order=0
[ 0.547841] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.554624] NFS: Registering the id_resolver key type
[ 0.559877] Key type id_resolver registered
[ 0.564155] Key type id_legacy registered
[ 0.568324] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.575176] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.582980] 9p: Installing v9fs 9p2000 file system support
[ 0.627616] Key type asymmetric registered
[ 0.631811] Asymmetric key parser 'x509' registered
[ 0.636872] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[ 0.644461] io scheduler mq-deadline registered
[ 0.649108] io scheduler kyber registered
[ 0.656724] pinctrl-single 4084000.pinctrl: 33 pins, size 132
[ 0.663257] pinctrl-single f4000.pinctrl: 180 pins, size 720
[ 0.670298] pinctrl-single a40000.pinctrl: 512 pins, size 2048
[ 0.685186] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
[ 0.708420] brd: module loaded
[ 0.717078] loop: module loaded
[ 0.721380] megasas: 07.719.03.00-rc1
[ 0.729688] tun: Universal TUN/TAP device driver, 1.6
[ 0.735589] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.742020] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.748126] sky2: driver version 1.30
[ 0.752759] VFIO - User Level meta-driver version: 0.3
[ 0.759129] i2c_dev: i2c /dev entries driver
[ 0.764637] sdhci: Secure Digital Host Controller Interface driver
[ 0.770985] sdhci: Copyright(c) Pierre Ossman
[ 0.776319] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.783307] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.789680] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.797609] optee: probing for conduit method.
[ 0.802204] optee: revision 3.12 (3d47a131)
[ 0.802887] optee: initialized driver
[ 0.813309] NET: Registered PF_PACKET protocol family
[ 0.818699] 9pnet: Installing 9P2000 support
[ 0.823164] Key type dns_resolver registered
[ 0.828001] registered taskstats version 1
[ 0.832215] Loading compiled-in X.509 certificates
[ 0.850648] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0016 '22.1.1--v2022.01 (Terrific Llam')
[ 0.907066] omap_i2c 20000000.i2c: could not get fck: -2
[ 0.913440] omap_i2c 20000000.i2c: bus 0 rev0.12 at 100 kHz
[ 0.919727] omap_i2c 20010000.i2c: could not get fck: -2
[ 0.926361] pca953x 1-0022: supply vcc not found, using dummy regulator
[ 0.933333] pca953x 1-0022: using AI
[ 1.973237] omap_i2c 20010000.i2c: controller timed out
[ 1.978592] pca953x 1-0022: failed writing register
[ 1.983809] pca953x: probe of 1-0022 failed with error -110
[ 1.990000] omap_i2c 20010000.i2c: bus 1 rev0.12 at 400 kHz
[ 1.996222] omap_i2c 20020000.i2c: could not get fck: -2
[ 2.002456] omap_i2c 20020000.i2c: bus 2 rev0.12 at 100 kHz
[ 2.008701] omap_i2c 20030000.i2c: could not get fck: -2
[ 2.014855] omap_i2c 20030000.i2c: bus 3 rev0.12 at 100 kHz
[ 2.020930] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
[ 2.029349] ti-sci-intr bus@f4000:interrupt-controller@a00000: Interrupt Router 3 domain created
[ 2.038671] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
[ 2.047533] clk: couldn't get parent clock 0 for /bus@f4000/wiz@f000000
[ 2.055058] ecap 23100000.pwm: failed to get clock
[ 2.060038] ecap: probe of 23100000.pwm failed with error -2
[ 2.066651] ti-bcdma 485c0100.dma-controller: Number of rings: 68
[ 2.074321] ti-bcdma 485c0100.dma-controller: Channels: 24 (bchan: 12, tchan: 6, rchan: 6)
[ 2.084675] ti-pktdma 485c0000.dma-controller: Number of rings: 288
[ 2.091922] random: fast init done
[ 2.103643] ti-pktdma 485c0000.dma-controller: Channels: 44 (tchan: 29, rchan: 15)
[ 2.115037] printk: console [ttyS2] disabled
[ 2.119509] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 307, base_baud = 3000000) is a 8250
[ 2.128402] printk: console [ttyS2] enabled
[ 2.128402] printk: console [ttyS2] enabled
[ 2.136850] printk: bootconsole [ns16550a0] disabled
[ 2.136850] printk: bootconsole [ns16550a0] disabled
[ 2.147814] clk: couldn't get parent clock 0 for /bus@f4000/bus@fc00000/spi@fc40000
[ 2.165194] clk: couldn't get parent clock 0 for /bus@f4000/ethernet@8000000
[ 2.172885] clk: couldn't get parent clock 0 for /bus@f4000/cpts@39000000
[ 2.181529] sdhci-am654 fa10000.mmc: clk_xin clock not found.
[ 2.182853] davinci_gpio 600000.gpio: Error -2 getting gpio clock
[ 2.193479] davinci_gpio: probe of 600000.gpio failed with error -2
[ 2.201449] sdhci-am654: probe of fa10000.mmc failed with error -2
[ 2.208419] davinci_gpio 601000.gpio: Error -2 getting gpio clock
[ 2.214580] davinci_gpio: probe of 601000.gpio failed with error -2
[ 2.224109] debugfs: Directory 'pd:114' with parent 'pm_genpd' already present!
[ 14.531809] ALSA device list:
[ 14.534819] No soundcards found.
[ 111.702518] VFS: Unable to mount root fs via NFS.
[ 111.707369] devtmpfs: mounted
[ 111.710704] Freeing unused kernel memory: 704K
[ 111.733262] Run /sbin/init as init process
[ 111.737827] Run /etc/init as init process
[ 111.742080] Run /bin/init as init process
[ 111.746274] Run /bin/sh as init process
[ 111.750281] Kernel panic - not syncing: No working init found. Try passing init= option to kernel. See Linux Documentation/admin-guide/init.rst for guidance.
[ 111.764426] CPU: 1 PID: 1 Comm: swapper/0 Not tainted 5.18.0-rc3-next-20220422-00001-g7a3535be8db9 #kernel_patch_verify_build
[ 111.775710] Hardware name: Texas Instruments AM642 EVM (DT)
[ 111.781270] Call trace:
[ 111.783706] dump_backtrace+0xe8/0x108
[ 111.787464] show_stack+0x18/0x24
[ 111.790774] dump_stack_lvl+0x64/0x7c
[ 111.794431] dump_stack+0x18/0x38
[ 111.797738] panic+0x150/0x350
[ 111.800789] kernel_init+0x198/0x19c
[ 111.804359] ret_from_fork+0x10/0x20
[ 111.807931] SMP: stopping secondary CPUs
[ 111.811849] Kernel Offset: disabled
[ 111.815325] CPU features: 0x000,00020009,00001082
[ 111.820020] Memory Limit: none
[ 111.823070] ---[ end Kernel panic - not syncing: No working init found. Try passing init= option to kernel. See Linux Documentation/admin-guide/init.rst for guidance. ]---
- 09:06:12 [INFO] Boot attempt 1/1 failed
- 09:06:12 [INFO] Collecting kernel traces via sysrq...
- 09:06:23 [INFO]
- 09:06:33 [INFO]
- 09:06:43 [INFO]
- 09:06:43 [INFO] Disconnected serial from am64xx-evm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment