Skip to content

Instantly share code, notes, and snippets.

@nmenon

nmenon/am65 Secret

Created February 15, 2022 20:03
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/7e086c4d96d928429b9cd987a6e16b82 to your computer and use it in GitHub Desktop.
Save nmenon/7e086c4d96d928429b9cd987a6e16b82 to your computer and use it in GitHub Desktop.
U-Boot SPL 2021.01-gebc8dca63d (Feb 11 2022 - 03:18:52 +0000)
SYSFW ABI: 3.1 (firmware rev 0x0015 '21.9.1--v2021.09a (Terrific Lla')
SPL initial stack usage: 1416 bytes
Trying to boot from MMC2
spl_load_fit_image: Skip load 'dm': image size is 0!
Starting ATF on ARM64 core...
NOTICE: BL31: v2.5(release):v2.5-83-g0693f35-dirty
NOTICE: BL31: Built : 08:56:51, Feb 2 2022
U-Boot SPL 2021.01-gebc8dca63d (Feb 11 2022 - 03:18:09 +0000)
SYSFW ABI: 3.1 (firmware rev 0x0015 '21.9.1--v2021.09a (Terrific Lla')
Detected: Silicon SR1.0
i2c_omap i2c@42120000: pinctrl_select_state_full: uclass_get_device_by_phandle_id: err=-19
Detected: AM6-GPAPPEVM rev E2
Detected: SER-PCIEUSBEVM rev E3
Detected: OLDI-LCD1EVM rev E3
Trying to boot from MMC2
cannot find image node 'k3-am654-gp': -1
cannot find image node 'k3-am654-evm-oldi-lcd1evm': -1
U-Boot 2021.01-gebc8dca63d (Feb 11 2022 - 03:18:09 +0000)
SoC: AM65X SR1.0
Model: Texas Instruments AM654 Base Board
Board: AM6-COMPROCEVM rev E3
DRAM: 4 GiB
MMC: sdhci@4f80000: 0, sdhci@4fa0000: 1
Loading Environment from MMC... OK
In: serial
Out: serial
Err: serial
am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA07100 cpsw_ver: 0x6BA80100 ale_ver: 0x00293904 Ports:1 mdio_freq:1000000
Detected: Silicon SR1.0
Detected: AM6-GPAPPEVM rev E2
Detected: SER-PCIEUSBEVM rev E3
Detected: OLDI-LCD1EVM rev E3
Net: eth1: icssg2-eth, eth0: ethernet@46000000port@1
Hit any key to stop autoboot: 2 0
=>
=>
=>
=>
=>
=>
=>
=>
=>
=>
- 13:22:48 [INFO] Disconnected serial from am654x-evm
- 13:22:48 [INFO] Connected to am654x-evm via serial
- 13:22:48 [INFO] Host:
- 13:22:48 [INFO] Target:
=>
- 13:22:48 [INFO] Host: version
- 13:22:48 [INFO] Target:
version
U-Boot 2021.01-gebc8dca63d (Feb 11 2022 - 03:18:09 +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
=>
- 13:22:48 [INFO] Host: setenv bootargs 'console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled '
- 13:22:48 [INFO] Target:
setenv bootargs 'console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled '
=>
- 13:22:48 [INFO] Host: setenv bootcmd ''
- 13:22:48 [INFO] Target:
setenv bootcmd ''
=>
- 13:22:48 [INFO] Host: setenv autoload 'no'
- 13:22:48 [INFO] Target:
setenv autoload 'no'
=>
- 13:22:48 [INFO] Host: setenv serverip '192.168.0.1'
- 13:22:49 [INFO] Target:
setenv serverip '192.168.0.1'
=>
- 13:22:49 [INFO] Host: setenv _initramfs -
- 13:22:49 [INFO] Target:
setenv _initramfs -
=>
- 13:22:49 [INFO] Host: printenv
- 13:22:49 [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_ubi=setenv bootargs console=${console} ${optargs} rootfstype=ubifs root=ubi0:rootfs rw ubi.mtd=ospi.rootfs
autoload=no
baudrate=115200
board=am65x
board_name=am65x
board_rev=E3
board_serial=0042
board_software_revision=01
boot=mmc
boot_fdt=try
boot_fit=0
boot_rprocs=if test ${dorprocboot} -eq 1 && test ${boot} = mmc; then rproc init;run boot_rprocs_mmc;fi;
boot_rprocs_mmc=env set rproc_id;env set rproc_fw;for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i;else env set rproc_fw $i;run rproc_load_and_boot_one;env set rproc_id;env set rproc_fw;fi;done
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 0x400 mmcpart 1;tispl.bin.raw raw 0x400 0x1000 mmcpart 1;u-boot.img.raw raw 0x1400 0x2000 mmcpart 1;u-env.raw raw 0x3400 0x100 mmcpart 1;sysfw.itb.raw raw 0x3600 0x800 mmcpart 1
dfu_alt_info_mmc=boot part 1 1;rootfs part 1 2;tiboot3.bin fat 1 1;tispl.bin fat 1 1;u-boot.img fat 1 1;uEnv.txt fat 1 1;sysfw.itb fat 1 1
dfu_alt_info_ospi=tiboot3.bin raw 0x0 0x080000;tispl.bin raw 0x080000 0x200000;u-boot.img raw 0x280000 0x400000;u-boot-env raw 0x680000 0x020000;sysfw.itb raw 0x6c0000 0x100000;rootfs raw 0x800000 0x3800000
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x200000;u-boot.img ram 0x81000000 0x400000
dorprocboot=0
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:ff:76:1d:4c:e4
eth2addr=70:ff:76:1d:4c:e5
ethaddr=f4:84:4c:eb:ad:ec
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fdec6e80
findfdt=setenv name_fdt k3-am654-base-board.dtb;setenv fdtfile ${name_fdt}
finduuid=part uuid ${boot} ${bootpart} uuid
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/${name_fdt}
get_fdt_ubi=ubifsload ${fdtaddr} ${bootdir}/${name_fdt}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_ubi=ubifsload ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr};fdt resize 0x100000;for overlay in $name_overlays;do;load mmc ${bootpart} ${dtboaddr} ${bootdir}/${overlay};fdt apply ${dtboaddr};done;
get_overlaystring=for overlay in $name_overlays;do;setenv overlaystring ${overlaystring}'#'${overlay};done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_mmc=run args_all args_mmc
init_ubi=run args_all args_ubi; sf probe; ubi part ospi.rootfs; ubifsmount ubi:rootfs;
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=47040000.spi.0
mtdparts=mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),128k(ospi.env),128k(ospi.env.backup),1m(ospi.sysfw),57216k@8m(ospi.rootfs),128k(ospi.phypattern)
name_fit=fitImage
name_kern=Image
name_overlays=k3-am654-base-board-sr1.dtbo k3-am654-gp.dtbo k3-am654-pcie-usb3.dtbo k3-am654-evm-oldi-lcd1evm.dtbo
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
rproc_fw_binaries=0 /lib/firmware/am65x-mcu-r5f0_0-fw 1 /lib/firmware/am65x-mcu-r5f0_1-fw
rproc_load_and_boot_one=if load mmc ${bootpart} $loadaddr ${rproc_fw}; then if rproc load ${rproc_id} ${loadaddr} ${filesize}; then rproc start ${rproc_id};fi;fi
run_fit=bootm ${addr_fit}#${fdtfile}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
scriptaddr=0x80000000
serverip=192.168.0.1
soc=k3
stdin=serial,usbkbd
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
vendor=ti
Environment size: 5098/131067 bytes
=>
- 13:22:49 [INFO] Host: printenv bootargs
- 13:22:49 [INFO] Target:
printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled
=>
- 13:22:49 [INFO] Host: setenv bootargs ''${bootargs}' ip=:::::eth0:dhcp '
- 13:22:49 [INFO] Target:
setenv bootargs ''${bootargs}' ip=:::::eth0:dhcp '
=>
- 13:22:49 [INFO] Host: setenv serverip '192.168.0.1'
- 13:22:49 [INFO] Target:
setenv serverip '192.168.0.1'
=>
- 13:22:49 [INFO] Host: setenv autoload 'no'
- 13:22:50 [INFO] Target:
setenv autoload 'no'
=>
- 13:22:50 [INFO] Host: dhcp
- 13:22:53 [INFO] Target:
dhcp
k3-navss-ringacc ringacc@2b800000: Ring Accelerator probed rings:286, gp-rings[96,32] sci-dev-id:195
k3-navss-ringacc ringacc@2b800000: dma-ring-reset-quirk: enabled
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
ethernet@46000000port@1 Waiting for PHY auto negotiation to complete.. done
link up on port 1, speed 1000, full duplex
BOOTP broadcast 1
BOOTP broadcast 2
BOOTP broadcast 3
DHCP client bound to address 192.168.0.149 (2362 ms)
=>
- 13:22:53 [INFO] Host: tftp ${loadaddr} 192.168.0.1:vatf_am654x-evm/2df8df146ea1ee07149ab5a1bf2691f0
- 13:22:55 [INFO] Target:
tftp ${loadaddr} 192.168.0.1:vatf_am654x-evm/2df8df146ea1ee07149ab5a1bf2691f0
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 1000, full duplex
Using ethernet@46000000port@1 device
TFTP from server 192.168.0.1; our IP address is 192.168.0.149
Filename 'vatf_am654x-evm/2df8df146ea1ee07149ab5a1bf2691f0'.
Load address: 0x82000000
Loading: *#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
##############################
8.1 MiB/s
done
Bytes transferred = 21428736 (146fa00 hex)
=>
- 13:22:55 [INFO] Host: tftp ${fdt_addr_r} 192.168.0.1:vatf_am654x-evm/1a4982a4c7fbd093ddcb8b733a34a5a1
- 13:22:55 [INFO] Target:
tftp ${fdt_addr_r} 192.168.0.1:vatf_am654x-evm/1a4982a4c7fbd093ddcb8b733a34a5a1
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 1000, full duplex
Using ethernet@46000000port@1 device
TFTP from server 192.168.0.1; our IP address is 192.168.0.149
Filename 'vatf_am654x-evm/1a4982a4c7fbd093ddcb8b733a34a5a1'.
Load address: 0x88000000
Loading: *###
6.9 MiB/s
done
Bytes transferred = 43662 (aa8e hex)
=>
- 13:22:55 [INFO] Host: fdt address ${fdt_addr_r}
- 13:22:56 [INFO] Target:
fdt address ${fdt_addr_r}
=>
- 13:22:56 [INFO] Host: printenv bootargs
- 13:22:56 [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
=>
- 13:22:56 [INFO] Host: setenv bootargs ''${bootargs}' root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am654x-evm/autofs/9cebeb7a2ef61acf404b0f5bb757c762,nolock,v3,tcp,rsize=4096,wsize=4096 '
- 13:22:56 [INFO] Target:
setenv bootargs ''${bootargs}' root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am654x-evm/autofs/9cebeb7a2ef61acf404b0f5bb757c762,nolock,v3,tcp,rsize=4096,wsize=4096 '
=>
- 13:22:56 [INFO] Host: printenv bootcmd
- 13:22:56 [INFO] Target:
printenv bootcmd
bootcmd=
=>
- 13:22:56 [INFO] Host: setenv bootcmd ''${bootcmd}' if iminfo ${loadaddr}; then bootm ${loadaddr} ${_initramfs} ${fdt_addr_r}; else booti ${loadaddr} ${_initramfs} ${fdt_addr_r}; fi'
- 13:22:56 [INFO] Target:
setenv bootcmd ''${bootcmd}' if iminfo ${loadaddr}; then bootm ${loadaddr} ${_initramfs} ${fdt_addr_r}; else booti ${loadaddr} ${_initramfs} ${fdt_addr_r}; fi'
=>
- 13:22:56 [INFO] Host: version
- 13:22:56 [INFO] Target:
version
U-Boot 2021.01-gebc8dca63d (Feb 11 2022 - 03:18:09 +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
=>
- 13:22:56 [INFO] Host: bdinfo
- 13:22:56 [INFO] Target:
bdinfo
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x0000000080000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffef4000
reloc off = 0x000000007f6f4000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = f4:84:4c:eb:ad:ec
IP addr = 192.168.0.149
fdt_blob = 0x00000000fdec6e80
new_fdt = 0x00000000fdec6e80
fdt_size = 0x000000000000cf60
lmb_dump_all:
memory.cnt = 0x2
memory.size = 0x0
memory.reg[0x0].base = 0x80000000
.size = 0x80000000
memory.reg[0x1].base = 0x880000000
.size = 0x80000000
reserved.cnt = 0x2
reserved.size = 0x0
reserved.reg[0x0].base = 0x9e800000
.size = 0x1800000
reserved.reg[0x1].base = 0xfdec5a80
.size = 0x213a580
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fdec6e70
sp start = 0x00000000fdec6e70
Early malloc usage: 2c70 / 8000
=>
- 13:22:56 [INFO] Host:
- 13:22:56 [INFO] Target:
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x0000000080000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffef4000
reloc off = 0x000000007f6f4000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = f4:84:4c:eb:ad:ec
IP addr = 192.168.0.149
fdt_blob = 0x00000000fdec6e80
new_fdt = 0x00000000fdec6e80
fdt_size = 0x000000000000cf60
lmb_dump_all:
memory.cnt = 0x2
memory.size = 0x0
memory.reg[0x0].base = 0x80000000
.size = 0x80000000
memory.reg[0x1].base = 0x880000000
.size = 0x80000000
reserved.cnt = 0x2
reserved.size = 0x0
reserved.reg[0x0].base = 0x9e800000
.size = 0x1800000
reserved.reg[0x1].base = 0xfdec5a80
.size = 0x213a580
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fdec6e70
sp start = 0x00000000fdec6e70
Early malloc usage: 2c70 / 8000
=>
- 13:22:56 [INFO] Host: ls mmc 0:1
- 13:22:57 [INFO] Target:
ls mmc 0:1
<DIR> 4096 .
<DIR> 4096 ..
<DIR> 16384 lost+found
=>
- 13:22:57 [INFO] Host: ls mmc 1:1
- 13:22:57 [INFO] Target:
ls mmc 1:1
162124 tiboot3.bin
267726 sysfw.itb
1024168 u-boot.img
744000 tispl.bin
4 ws-calibrate.rules
267726 sysfw-am65x-evm.itb
33 secondary_bootloader.md5
7 file(s), 0 dir(s)
=>
- 13:22:57 [INFO] Host: ext4ls mmc 0:2 /lib/firmware
- 13:22:57 [INFO] Target:
ext4ls mmc 0:2 /lib/firmware
** Invalid partition 2 **
=>
- 13:22:57 [INFO] Host: ext4ls mmc 1:2 /lib/firmware
- 13:22:57 [INFO] Target:
ext4ls mmc 1:2 /lib/firmware
<DIR> 4096 .
<DIR> 4096 ..
2040 LICENCE.ibt_firmware
2046 LICENCE.iwlwifi_firmware
<SYM> 62 am65x-mcu-r5f0_0-fw
<SYM> 62 am65x-mcu-r5f0_1-fw
<SYM> 49 am65x-pru0_0-fw
<SYM> 49 am65x-pru0_1-fw
<SYM> 49 am65x-pru1_0-fw
<SYM> 49 am65x-pru1_1-fw
<SYM> 49 am65x-pru2_0-fw
<SYM> 49 am65x-pru2_1-fw
<SYM> 49 am65x-rtu0_0-fw
<SYM> 49 am65x-rtu0_1-fw
<SYM> 49 am65x-rtu1_0-fw
<SYM> 49 am65x-rtu1_1-fw
<SYM> 49 am65x-rtu2_0-fw
<SYM> 49 am65x-rtu2_1-fw
<SYM> 35 am65x-txpru0_0-fw
<SYM> 35 am65x-txpru0_1-fw
<SYM> 35 am65x-txpru1_0-fw
<SYM> 35 am65x-txpru1_1-fw
<SYM> 35 am65x-txpru2_0-fw
<SYM> 35 am65x-txpru2_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
1490096 iwlwifi-9260-th-b0-jf-b0-46.ucode
<DIR> 4096 pdk-ipc
<DIR> 4096 pru
4160 regulatory.db
1182 regulatory.db.p7s
<DIR> 4096 ti-connectivity
<DIR> 4096 ti-pruss
=>
- 13:22:57 [INFO] Host: mmc rescan; echo $?
- 13:22:57 [INFO] Target:
mmc rescan; echo $?
0
=>
- 13:22:57 [INFO] Host: fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4
- 13:22:57 [INFO] Target:
fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4
4 bytes written in 6 ms (0 Bytes/s)
=>
- 13:22:57 [INFO] Host: boot
- 13:23:17 [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 000000008fff2000, end 000000008ffffa8d ... OK
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 5.17.0-rc4-next-20220215-00010-g98d58dc456da (a0133052@eptfinf01) (Ubuntu clang version 14.0.0-++20210915091413+5ec1845cad9e-1~exp1~20210915072217.2675, LLD 14.0.0) #kernel_patch_verify_build SMP PREEMPT Tue Feb 15 18:57:36 UTC 2
[ 0.000000] Machine model: Texas Instruments AM654 Base Board
[ 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] NUMA: No NUMA configuration found
[ 0.000000] NUMA: Faking a node at [mem 0x0000000080000000-0x00000008ffffffff]
[ 0.000000] NUMA: NODE_DATA [mem 0x8ff7dcb40-0x8ff7defff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x00000008ffffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000009e7fffff]
[ 0.000000] node 0: [mem 0x000000009e800000-0x00000000a20fffff]
[ 0.000000] node 0: [mem 0x00000000a2100000-0x00000000ffffffff]
[ 0.000000] node 0: [mem 0x0000000880000000-0x00000008ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
[ 0.000000] cma: Reserved 32 MiB at 0x00000000fe000000
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.2
[ 0.000000] percpu: Embedded 20 pages/cpu s43048 r8192 d30680 u81920
[ 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] Fallback order for Node 0: 0
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1032192
[ 0.000000] Policy zone: Normal
[ 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/am654x-evm/autofs/9cebeb7a2ef61acf404b0f5bb757c762,nolock,v3,tcp,rsize=4096,wsize=4096
[ 0.000000] sysrq: sysrq always enabled.
[ 0.000000] Unknown kernel command line parameters "earlyprintk=serial,ttyS2,115200n8", will be passed to user space.
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[ 0.000000] software IO TLB: mapped [mem 0x00000000fa000000-0x00000000fe000000] (64MB)
[ 0.000000] Memory: 3935048K/4194304K available (13696K kernel code, 1278K rwdata, 4952K rodata, 896K init, 457K bss, 226488K reserved, 32768K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, 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=4.
[ 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=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 960 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] 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:0x0000000001880000
[ 0.000000] ITS [mem 0x01820000-0x0182ffff]
[ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
[ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
[ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x0000000880040000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880050000
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] random: get_random_bytes called from start_kernel+0x1d4/0x440 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.008626] Console: colour dummy device 80x25
[ 0.013294] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.024023] pid_max: default: 32768 minimum: 301
[ 0.028841] LSM: Security Framework initializing
[ 0.033719] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.041347] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.051444] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.058919] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.065267] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.071724] rcu: Hierarchical SRCU implementation.
[ 0.076986] Platform MSI: msi-controller@1820000 domain created
[ 0.083287] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.093348] EFI services will not be available.
[ 0.098281] smp: Bringing up secondary CPUs ...
[ 0.103992] Detected VIPT I-cache on CPU1
[ 0.104034] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
[ 0.104054] GICv3: CPU1: using allocated LPI pending table @0x0000000880060000
[ 0.104118] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.105338] Detected VIPT I-cache on CPU2
[ 0.105392] GICv3: CPU2: found redistributor 100 region 0:0x00000000018c0000
[ 0.105413] GICv3: CPU2: using allocated LPI pending table @0x0000000880070000
[ 0.105481] CPU2: Booted secondary processor 0x0000000100 [0x410fd034]
[ 0.106623] Detected VIPT I-cache on CPU3
[ 0.106652] GICv3: CPU3: found redistributor 101 region 0:0x00000000018e0000
[ 0.106666] GICv3: CPU3: using allocated LPI pending table @0x0000000880080000
[ 0.106703] CPU3: Booted secondary processor 0x0000000101 [0x410fd034]
[ 0.106823] smp: Brought up 1 node, 4 CPUs
[ 0.187207] SMP: Total of 4 processors activated.
[ 0.192043] CPU features: detected: 32-bit EL0 Support
[ 0.197337] CPU features: detected: 32-bit EL1 Support
[ 0.202620] CPU features: detected: CRC32 instructions
[ 0.228259] CPU: All CPU(s) started at EL2
[ 0.232528] alternatives: patching kernel code
[ 0.239244] devtmpfs: initialized
[ 0.251934] KASLR disabled due to lack of seed
[ 0.256735] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.266752] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.275165] pinctrl core: initialized pinctrl subsystem
[ 0.281299] DMI not present or invalid.
[ 0.285817] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.293809] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.301312] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.309572] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.317779] audit: initializing netlink subsys (disabled)
[ 0.323521] audit: type=2000 audit(0.208:1): state=initialized audit_enabled=0 res=1
[ 0.324134] thermal_sys: Registered thermal governor 'step_wise'
[ 0.331503] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.338265] cpuidle: using governor menu
[ 0.349284] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.356393] ASID allocator initialised with 65536 entries
[ 0.362875] Serial: AMBA PL011 UART driver
[ 0.404136] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.411052] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.417961] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.424845] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.433664] ACPI: Interpreter disabled.
[ 0.438133] k3-chipinfo 43000014.chipid: Family:AM65X rev:SR1.0 JTAGID[0x0bb5a02f] Detected
[ 0.448166] iommu: Default domain type: Translated
[ 0.453190] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.459882] vgaarb: loaded
[ 0.463028] SCSI subsystem initialized
[ 0.467385] usbcore: registered new interface driver usbfs
[ 0.473067] usbcore: registered new interface driver hub
[ 0.478556] usbcore: registered new device driver usb
[ 0.484520] pps_core: LinuxPPS API ver. 1 registered
[ 0.489624] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.499016] PTP clock support registered
[ 0.503252] EDAC MC: Ver: 3.0.0
[ 0.507627] FPGA manager framework
[ 0.511232] Advanced Linux Sound Architecture Driver Initialized.
[ 0.518631] clocksource: Switched to clocksource arch_sys_counter
[ 0.525194] VFS: Disk quotas dquot_6.6.0
[ 0.529287] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.536596] pnp: PnP ACPI: disabled
[ 0.548628] NET: Registered PF_INET protocol family
[ 0.554036] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.564290] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.573190] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.581644] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[ 0.589872] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.596818] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.603837] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.611452] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.617817] RPC: Registered named UNIX socket transport module.
[ 0.623917] RPC: Registered udp transport module.
[ 0.628779] RPC: Registered tcp transport module.
[ 0.633613] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.640235] PCI: CLS 0 bytes, default 64
[ 0.645241] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 0.654655] kvm [1]: IPA Size Limit: 40 bits
[ 0.660355] kvm [1]: vgic-v2@6f020000
[ 0.664141] kvm [1]: GIC system register CPU interface enabled
[ 0.670280] kvm [1]: vgic interrupt IRQ9
[ 0.674530] kvm [1]: Hyp mode initialized successfully
[ 0.681514] Initialise system trusted keyrings
[ 0.686369] workingset: timestamp_bits=42 max_order=20 bucket_order=0
[ 0.701936] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.708835] NFS: Registering the id_resolver key type
[ 0.714066] Key type id_resolver registered
[ 0.718363] Key type id_legacy registered
[ 0.722585] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.729472] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.737267] 9p: Installing v9fs 9p2000 file system support
[ 0.792820] Key type asymmetric registered
[ 0.797029] Asymmetric key parser 'x509' registered
[ 0.802090] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[ 0.809697] io scheduler mq-deadline registered
[ 0.814350] io scheduler kyber registered
[ 0.822414] pinctrl-single 4301c000.pinctrl: 70 pins, size 280
[ 0.829244] pinctrl-single 11c000.pinctrl: 185 pins, size 740
[ 0.835354] pinctrl-single 11c2e8.pinctrl: 9 pins, size 36
[ 0.843768] EINJ: ACPI disabled.
[ 0.850382] k3-ringacc 2b800000.ringacc: Failed to get MSI domain
[ 0.856755] k3-ringacc 3c000000.ringacc: Failed to get MSI domain
[ 0.868069] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.885898] loop: module loaded
[ 0.890288] megasas: 07.719.03.00-rc1
[ 0.900091] tun: Universal TUN/TAP device driver, 1.6
[ 0.906290] thunder_xcv, ver 1.0
[ 0.909673] thunder_bgx, ver 1.0
[ 0.913030] nicpf, ver 1.0
[ 0.916535] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 0.923948] hns3: Copyright (c) 2017 Huawei Corporation.
[ 0.929472] hclge is initializing
[ 0.932896] e1000: Intel(R) PRO/1000 Network Driver
[ 0.937911] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.943873] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.948967] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.955086] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.960634] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.966390] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.972826] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.979112] sky2: driver version 1.30
[ 0.983743] VFIO - User Level meta-driver version: 0.3
[ 0.991316] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.998025] ehci-pci: EHCI PCI platform driver
[ 1.002640] ehci-platform: EHCI generic platform driver
[ 1.008294] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.014670] ohci-pci: OHCI PCI platform driver
[ 1.019276] ohci-platform: OHCI generic platform driver
[ 1.025357] usbcore: registered new interface driver usb-storage
[ 1.034183] i2c_dev: i2c /dev entries driver
[ 1.040963] sdhci: Secure Digital Host Controller Interface driver
[ 1.047321] sdhci: Copyright(c) Pierre Ossman
[ 1.052663] Synopsys Designware Multimedia Card Interface Driver
[ 1.059608] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.066736] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.073690] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.080930] usbcore: registered new interface driver usbhid
[ 1.086667] usbhid: USB HID core driver
[ 1.092908] optee: probing for conduit method.
[ 1.097510] optee: revision 3.12 (3d47a131)
[ 1.098134] optee: initialized driver
[ 1.108363] NET: Registered PF_PACKET protocol family
[ 1.113790] 9pnet: Installing 9P2000 support
[ 1.118245] Key type dns_resolver registered
[ 1.123128] registered taskstats version 1
[ 1.127369] Loading compiled-in X.509 certificates
[ 1.142058] k3-ringacc 2b800000.ringacc: Failed to get MSI domain
[ 1.148688] k3-ringacc 3c000000.ringacc: Failed to get MSI domain
[ 1.158015] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0015 '21.9.1--v2021.09a (Terrific Lla')
[ 1.223928] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.230940] omap_i2c 40b00000.i2c: bus 1 rev0.12 at 100 kHz
[ 1.237738] pca953x 2-0021: supply vcc not found, using dummy regulator
[ 1.244720] pca953x 2-0021: using no AI
[ 1.271060] random: fast init done
[ 1.274885] omap_i2c 2000000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.281441] omap_i2c 2010000.i2c: bus 3 rev0.12 at 400 kHz
[ 1.287935] omap_i2c 2020000.i2c: bus 4 rev0.12 at 400 kHz
[ 1.294363] omap_i2c 2030000.i2c: bus 5 rev0.12 at 100 kHz
[ 1.300325] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 156 domain created
[ 1.309065] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 100 domain created
[ 1.318610] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 182 domain created
[ 1.327537] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 179 created
[ 1.339186] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,32] sci-dev-id:195
[ 1.349138] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: enabled
[ 1.355844] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66344100, num_proxies:64
[ 1.367163] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:818, gp-rings[304,100] sci-dev-id:187
[ 1.377280] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: enabled
[ 1.383989] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66344100, num_proxies:64
[ 1.392578] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 16, base_baud = 6000000) is a 8250
[ 1.402817] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 25, base_baud = 3000000) is a 8250
[ 1.411663] printk: console [ttyS2] enabled
[ 1.411663] printk: console [ttyS2] enabled
[ 1.420140] printk: bootconsole [ns16550a0] disabled
[ 1.420140] printk: bootconsole [ns16550a0] disabled
[ 1.431308] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 26, base_baud = 3000000) is a 8250
[ 1.440898] 2820000.serial: ttyS0 at MMIO 0x2820000 (irq = 27, base_baud = 3000000) is a 8250
[ 1.494644] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.504173] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.512537] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA07100, cpsw version 0x6BA80100 Ports: 2 quirks:00000001
[ 1.530929] mmc0: CQHCI version 5.10
[ 1.541632] pca953x 0-0039: supply vcc not found, using dummy regulator
[ 1.548526] pca953x 0-0039: using no AI
[ 1.575289] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 1.577677] ti-udma 285c0000.dma-controller: Channels: 28 (tchan: 14, rchan: 14, gp-rflow: 16)
[ 1.598272] ti-udma 31150000.dma-controller: Channels: 119 (tchan: 53, rchan: 66, gp-rflow: 64)
[ 1.618595] mmc0: new HS200 MMC card at address 0001
[ 1.619006] spi-nor spi0.0: mt35xu512aba (65536 Kbytes)
[ 1.624498] mmcblk0: mmc0:0001 R1J56L 14.7 GiB
[ 1.637744] mmcblk0: p1
[ 1.641101] mmcblk0boot0: mmc0:0001 R1J56L 8.00 MiB
[ 1.647883] mmcblk0boot1: mmc0:0001 R1J56L 8.00 MiB
[ 1.654445] mmcblk0rpmb: mmc0:0001 R1J56L 4.00 MiB, chardev (241:0)
[ 1.674671] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.684282] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.692622] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA07100, cpsw version 0x6BA80100 Ports: 2 quirks:00000001
[ 1.707098] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 1.714369] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.721610] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.733069] debugfs: Directory 'pd:121' with parent 'pm_genpd' already present!
[ 1.733364] mmc1: CQHCI version 5.10
[ 1.740461] debugfs: Directory 'pd:120' with parent 'pm_genpd' already present!
[ 1.753741] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[ 2.596584] mmc1: SDHCI controller on 4fa0000.mmc [4fa0000.mmc] using ADMA 64-bit
[ 2.614600] TI DP83867 46000f00.mdio:00: attached PHY driver (mii_bus:phy_addr=46000f00.mdio:00, irq=POLL)
[ 2.626958] am65-cpsw-nuss 46000000.ethernet eth0: Link is Down
[ 2.659676] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
[ 2.667149] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
[ 2.676840] mmcblk1: p1 p2 p3
[ 6.732274] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[ 6.758644] Sending DHCP requests ., OK
[ 6.778505] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.149
[ 6.786271] IP-Config: Complete:
[ 6.789524] device=eth0, hwaddr=f4:84:4c:eb:ad:ec, ipaddr=192.168.0.149, mask=255.255.255.0, gw=192.168.0.1
[ 6.799725] host=192.168.0.149, domain=ti.com, nis-domain=(none)
[ 6.806190] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 6.806201] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 6.834378] ALSA device list:
[ 6.837380] No soundcards found.
[ 6.852340] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 6.858591] devtmpfs: mounted
[ 6.862143] Freeing unused kernel memory: 896K
[ 6.890703] Run /sbin/init as init process
[ 7.141509] systemd[1]: System time before build time, advancing clock.
[ 7.203124] NET: Registered PF_INET6 protocol family
[ 7.210432] Segment Routing with IPv6
[ 7.214158] In-situ OAM (IOAM) with IPv6
[ 7.269034] systemd[1]: systemd 247.3-6 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
[ 7.293167] systemd[1]: Detected architecture arm64.
Welcome to [1mDebian GNU/Linux 11 (bullseye)[0m!
[ 7.320754] systemd[1]: Set hostname to <BeagleBone>.
[ 7.987550] systemd[1]: Queued start job for default target Graphical Interface.
[ 7.996594] random: systemd: uninitialized urandom read (16 bytes read)
[ 8.006803] systemd[1]: Created slice system-getty.slice.
[[0;32m OK [0m] Created slice [0;1;39msystem-getty.slice[0m.
[ 8.026855] random: systemd: uninitialized urandom read (16 bytes read)
[ 8.035110] systemd[1]: Created slice system-modprobe.slice.
[[0;32m OK [0m] Created slice [0;1;39msystem-modprobe.slice[0m.
[ 8.058811] random: systemd: uninitialized urandom read (16 bytes read)
[ 8.067298] systemd[1]: Created slice system-serial\x2dgetty.slice.
[[0;32m OK [0m] Created slice [0;1;39msystem-serial\x2dgetty.slice[0m.
[ 8.092011] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 8.115188] 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.139089] 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.162929] systemd[1]: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped.
[ 8.174774] systemd[1]: Reached target Local Encrypted Volumes.
[[0;32m OK [0m] Reached target [0;1;39mLocal Encrypted Volumes[0m.
[ 8.194954] systemd[1]: Reached target Paths.
[[0;32m OK [0m] Reached target [0;1;39mPaths[0m.
[ 8.210809] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 8.230772] systemd[1]: Reached target Slices.
[[0;32m OK [0m] Reached target [0;1;39mSlices[0m.
[ 8.246829] systemd[1]: Reached target Swap.
[[0;32m OK [0m] Reached target [0;1;39mSwap[0m.
[ 8.264856] systemd[1]: Listening on Syslog Socket.
[[0;32m OK [0m] Listening on [0;1;39mSyslog Socket[0m.
[ 8.279259] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 8.304116] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 8.327331] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 8.351460] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 8.368164] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 8.392913] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 8.415306] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 8.439300] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 8.460071] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 8.488329] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 8.507562] systemd[1]: Condition check resulted in Kernel Trace File System being skipped.
[ 8.521572] systemd[1]: Starting Set the console keyboard layout...
Starting [0;1;39mSet the console keyboard layout[0m...
[ 8.548960] 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...
[ 8.580299] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 8.608303] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 8.628225] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 8.653528] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[ 8.676635] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 8.688116] fuse: init (API version 7.36)
[ 8.702291] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 8.725600] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 8.774031] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 8.803615] systemd[1]: Mounted Huge Pages File System.
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[0m.
[ 8.828004] systemd[1]: Mounted POSIX Message Queue File System.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[ 8.855854] systemd[1]: Mounted Kernel Debug File System.
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m.
[ 8.884862] systemd[1]: Finished Create list of static device nodes for the current kernel.
[[0;32m OK [0m] Finished [0;1;39mCreate list of st nodes for the current kernel[0m.
[ 8.912892] systemd[1]: modprobe@configfs.service: Succeeded.
[ 8.920374] systemd[1]: Finished Load Kernel Module configfs.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
[ 8.944738] systemd[1]: modprobe@drm.service: Succeeded.
[ 8.951764] systemd[1]: Finished Load Kernel Module drm.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m.
[ 8.975711] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m.
[[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m.
Mounting [0;1;39mFUSE Control File System[0m...
Mounting [0;1;39mKernel Configuration File System[0m...
Starting [0;1;39mFlush Journal to Persistent Storage[0m...
Starting [0;1;39mLoad/Save Random Seed[0m...
Starting [0;1;39mApply Kernel Variables[0m...
[ 9.168092] systemd-journald[164]: Received client request to flush runtime journal.
Starting [0;1;39mCreate System Users[0m...
[ 9.185661] systemd-journald[164]: File /var/log/journal/b217ab2e05c6478a8f5b97e1a5518550/system.journal corrupted or uncleanly shut down, renaming and replacing.
[[0;32m OK [0m] Finished [0;1;39mSet the console keyboard layout[0m.
[[0;32m OK [0m] Mounted [0;1;39mFUSE Control File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m.
[[0;32m OK [0m] Finished [0;1;39mApply Kernel Variables[0m.
[ 9.429802] random: crng init done
[ 9.433281] random: 7 urandom warning(s) missed due to ratelimiting
[[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate System Users[0m.
Starting [0;1;39mCreate Static Device Nodes in /dev[0m...
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[0m.
Starting [0;1;39mHelper to synchronize boot up for ifupdown[0m...
[[0;32m OK [0m] Finished [0;1;39mHelper to synchronize boot up for ifupdown[0m.
[[0;32m OK [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Static Device Nodes in /dev[0m.
[[0;32m OK [0m] Reached target [0;1;39mLocal File Systems (Pre)[0m.
[[0;32m OK [0m] Reached target [0;1;39mLocal File Systems[0m.
Starting [0;1;39mSet console font and keymap[0m...
Starting [0;1;39mRaise network interfaces[0m...
Starting [0;1;39mCreate Volatile Files and Directories[0m...
Starting [0;1;39mRule-based Managefor Device Events and Files[0m...
[[0;32m OK [0m] Finished [0;1;39mSet console font and keymap[0m.
[[0;32m OK [0m] Finished [0;1;39mRaise network interfaces[0m.
[[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m.
Starting [0;1;39mNetwork Service[0m...
[[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m.
Starting [0;1;39mNetwork Time Synchronization[0m...
Starting [0;1;39mUpdate UTMP about System Boot/Shutdown[0m...
[[0;32m OK [0m] Finished [0;1;39mUpdate UTMP about System Boot/Shutdown[0m.
[[0;32m OK [0m] Started [0;1;39mNetwork Service[0m.
Starting [0;1;39mNetwork Name Resolution[0m...
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Initialization[0m.
[[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary Directories[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Synchronized[0m.
[[0;32m OK [0m] Started [0;1;39mPeriodic ext4 Onliata Check for All Filesystems[0m.
[[0;32m OK [0m] Started [0;1;39mDiscard unused blocks once a week[0m.
[[0;32m OK [0m] Started [0;1;39mDaily rotation of log files[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] Reached target [0;1;39mSockets[0m.
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.
Starting [0;1;39mAvahi mDNS/DNS-SD Stack[0m...
Starting [0;1;39mBeagleBoard.org USB gadgets[0m...
[[0;32m OK [0m] Started [0;1;39mRegular background program processing daemon[0m.
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m.
Starting [0;1;39mRemove Stale Onlit4 Metadata Check Snapshots[0m...
Starting [0;1;39mGrow Root Partition[0m...
Starting [0;1;39mSystem Logging Service[0m...
Starting [0;1;39mUser Login Management[0m...
Starting [0;1;39mWPA supplicant[0m...
[[0;32m OK [0m] Started [0;1;39mSystem Logging Service[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[[0;32m OK [0m] Started [0;1;39mWPA supplicant[0m.
[[0;32m OK [0m] Finished [0;1;39mRemove Stale Onliext4 Metadata Check Snapshots[0m.
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[ 11.890162] using random self ethernet address
[ 11.900117] using random host ethernet address
[[0;32m OK [0m] Started [0;1;39mNetwork Name Resolution[0m.
[[0;32m OK [0m] Reached target [0;1;39mNetwork[0m.
[[0;32m OK [0m] Reached target [0;1;39mHost and Network Name Lookups[0m.
Starting [0;1;39mBeagle Flasher Shutdown[0m...
Starting [0;1;39mPermit User Sessions[0m...
[[0;32m OK [0m] Finished [0;1;39mBeagle Flasher Shutdown[0m.
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[ 12.189512] using random self ethernet address
[ 12.196670] using random host ethernet address
[[0;1;31mFAILED[0m] Failed to start [0;1;39mGrow Root Partition[0m.
See 'systemctl status grow_partition.service' for details.
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m.
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m.
Starting [0;1;39mOpenBSD Secure Shell server[0m...
[ 12.672525] Mass Storage Function, version: 2009/09/11
[ 12.677778] LUN: removable file: (no medium)
[[0;32m OK [0m] Started [0;1;39mOpenBSD Secure Shell server[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyGS0[0m.
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyGS0[0m.
[[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m.
Debian GNU/Linux 11 BeagleBone ttyS2
BeagleBoard.org Debian Bullseye Minimal Image 2022-02-15
Support: https://bbb.io/debian
default username:password is [debian:temppwd]
BeagleBone login:
- 13:23:17 [INFO] Host: root
- 13:23:18 [INFO] Target:
root
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Tue Feb 15 10:21:00 UTC 2022 on ttyS2
[?2004hroot@BeagleBone:~#
- 13:23:18 [INFO] Sleeping 15 secs to allow systemd to finish starting processes...
- 13:23:33 [INFO] Disconnected serial from am654x-evm
- 13:23:33 [INFO] Connected to am654x-evm via serial
- 13:23:33 [INFO] Host: uname -a
- 13:23:34 [INFO] Target:
uname -a
[?2004l
Linux BeagleBone 5.17.0-rc4-next-20220215-00010-g98d58dc456da #kernel_patch_verify_build SMP PREEMPT Tue Feb 15 18:57:36 UTC 2 aarch64 GNU/Linux
[?2004hroot@BeagleBone:~#
- 13:23:34 [INFO] Host: cat /proc/cmdline
- 13:23:34 [INFO] Target:
cat /proc/cmdline
[?2004l
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/am654x-evm/autofs/9cebeb7a2ef61acf404b0f5bb757c762,nolock,v3,tcp,rsize=4096,wsize=4096
[?2004hroot@BeagleBone:~#
- 13:23:34 [INFO] Host: uname -a
- 13:23:34 [INFO] Target:
uname -a
[?2004l
Linux BeagleBone 5.17.0-rc4-next-20220215-00010-g98d58dc456da #kernel_patch_verify_build SMP PREEMPT Tue Feb 15 18:57:36 UTC 2 aarch64 GNU/Linux
[?2004hroot@BeagleBone:~#
- 13:23:34 [INFO] Host: cat /proc/mtd
- 13:23:34 [INFO] Target:
cat /proc/mtd
[?2004l
dev: size erasesize name
mtd0: 04000000 00001000 "47040000.spi.0"
[?2004hroot@BeagleBone:~#
- 13:23:34 [INFO] Host: grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/pnp /etc/resolv.conf && systemctl restart systemd-resolved
- 13:23:34 [INFO] Target:
grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/pnp /etc/resolv.conf && systemctl restart systemd-resolved
[?2004l
[?2004hroot@BeagleBone:~#
- 13:23:34 [INFO] Host: ls -l /lib/firmware; ls -lR /lib/firmware/ipc
- 13:23:36 [INFO] Target:
ls -l /lib/firmware; ls -lR /lib/firmware/ipc
[?2004l
total 117144
drwxr-xr-x 2 root root 4096 Feb 15 10:09 3com
-rw-r--r-- 1 root root 1946 Feb 15 10:12 LICENCE.atheros_firmware
-rw-r--r-- 1 root root 4178 Feb 15 10:12 LICENCE.broadcom_bcm43xx
-rw-r--r-- 1 root root 2115 Feb 15 10:12 LICENCE.rtlwifi_firmware.txt
-rw-r--r-- 1 root root 2913 Feb 15 10:12 LICENCE.ti-connectivity
drwxr-xr-x 2 root root 4096 Feb 15 10:09 RTL8192E
drwxr-xr-x 2 root root 4096 Feb 15 10:09 advansys
-rw-r--r-- 1 root root 50698 Jul 25 2021 agere_ap_fw.bin
-rw-r--r-- 1 root root 65046 Jul 25 2021 agere_sta_fw.bin
drwxr-xr-x 2 root root 4096 Feb 15 10:09 ar3k
-rw-r--r-- 1 root root 153416 Jul 25 2021 ar5523.bin
-rw-r--r-- 1 root root 70624 Jul 25 2021 ar7010.fw
-rw-r--r-- 1 root root 70624 Jul 25 2021 ar7010_1_1.fw
-rw-r--r-- 1 root root 51312 Jul 25 2021 ar9271.fw
-rw-r--r-- 1 root root 95500 Jul 25 2021 as102_data1_st.hex
-rw-r--r-- 1 root root 81820 Jul 25 2021 as102_data2_st.hex
drwxr-xr-x 11 root root 4096 Feb 15 10:09 ath10k
drwxr-xr-x 5 root root 4096 Feb 15 10:09 ath11k
-rw-r--r-- 1 root root 246804 Jul 25 2021 ath3k-1.fw
drwxr-xr-x 5 root root 4096 Feb 15 10:09 ath6k
drwxr-xr-x 2 root root 4096 Feb 15 10:09 ath9k_htc
drwxr-xr-x 2 root root 4096 Feb 15 10:12 brcm
drwxr-xr-x 2 root root 4096 Feb 15 10:15 cadence
-rw-r--r-- 1 root root 13388 Feb 15 10:12 carl9170-1.fw
-rw-r--r-- 1 root root 655436 Jul 25 2021 ctefx.bin
-rw-r--r-- 1 root root 4120 Jul 25 2021 ctspeq.bin
drwxr-xr-x 2 root root 4096 Feb 15 10:09 cxgb3
drwxr-xr-x 3 root root 4096 Feb 15 10:09 cxgb4
drwxr-xr-x 2 root root 4096 Feb 15 10:09 cypress
drwxr-xr-x 2 root root 4096 Feb 15 10:09 dabusb
-rw-r--r-- 1 root root 18643 Jul 25 2021 dvb-fe-xc4000-1.4.1.fw
-rw-r--r-- 1 root root 12401 Jul 25 2021 dvb-fe-xc5000-1.6.114.fw
-rw-r--r-- 1 root root 16497 Jul 25 2021 dvb-fe-xc5000c-4.1.30.7.fw
-rw-r--r-- 1 root root 33768 Jul 25 2021 dvb-usb-dib0700-1.20.fw
-rw-r--r-- 1 root root 8128 Jul 25 2021 dvb-usb-it9135-01.fw
-rw-r--r-- 1 root root 5834 Jul 25 2021 dvb-usb-it9135-02.fw
-rw-r--r-- 1 root root 50222 Jul 25 2021 dvb-usb-terratec-h5-drxk.fw
drwxr-xr-x 2 root root 4096 Feb 15 10:09 e100
drwxr-xr-x 2 root root 4096 Feb 15 10:09 ene-ub6250
-rw-r--r-- 1 root root 181312 Jul 25 2021 f2255usb.bin
drwxr-xr-x 2 root root 4096 Feb 15 10:09 go7007
-rw-r--r-- 1 root root 32348 Jul 25 2021 hfi1_dc8051.fw
-rw-r--r-- 1 root root 16848 Jul 25 2021 hfi1_fabric.fw
-rw-r--r-- 1 root root 33296 Jul 25 2021 hfi1_pcie.fw
-rw-r--r-- 1 root root 5360 Jul 25 2021 hfi1_sbus.fw
-rw-r--r-- 1 root root 72684 Jul 25 2021 htc_7010.fw
-rw-r--r-- 1 root root 50980 Feb 15 10:12 htc_9271.fw
drwxr-xr-x 2 root root 4096 Feb 15 10:09 i915
drwxr-xr-x 3 root root 4096 Feb 15 10:09 imx
drwxr-xr-x 3 root root 4096 Feb 15 10:09 intel
-rw-r--r-- 1 root root 337572 Jul 25 2021 iwlwifi-100-5.ucode
-rw-r--r-- 1 root root 337520 Jul 25 2021 iwlwifi-1000-5.ucode
-rw-r--r-- 1 root root 689680 Jul 25 2021 iwlwifi-105-6.ucode
-rw-r--r-- 1 root root 701228 Jul 25 2021 iwlwifi-135-6.ucode
-rw-r--r-- 1 root root 695876 Jul 25 2021 iwlwifi-2000-6.ucode
-rw-r--r-- 1 root root 707392 Jul 25 2021 iwlwifi-2030-6.ucode
-rw-r--r-- 1 root root 918268 Jul 25 2021 iwlwifi-3160-17.ucode
-rw-r--r-- 1 root root 669872 Jul 25 2021 iwlwifi-3160-9.ucode
-rw-r--r-- 1 root root 1028092 Jul 25 2021 iwlwifi-3168-22.ucode
-rw-r--r-- 1 root root 1036288 Jul 25 2021 iwlwifi-3168-29.ucode
-rw-r--r-- 1 root root 150100 Jul 25 2021 iwlwifi-3945-2.ucode
-rw-r--r-- 1 root root 187972 Jul 25 2021 iwlwifi-4965-2.ucode
-rw-r--r-- 1 root root 340696 Jul 25 2021 iwlwifi-5000-5.ucode
-rw-r--r-- 1 root root 337400 Jul 25 2021 iwlwifi-5150-2.ucode
-rw-r--r-- 1 root root 454608 Jul 25 2021 iwlwifi-6000-4.ucode
-rw-r--r-- 1 root root 444128 Jul 25 2021 iwlwifi-6000g2a-5.ucode
-rw-r--r-- 1 root root 677296 Jul 25 2021 iwlwifi-6000g2a-6.ucode
-rw-r--r-- 1 root root 679436 Jul 25 2021 iwlwifi-6000g2b-6.ucode
-rw-r--r-- 1 root root 469780 Jul 25 2021 iwlwifi-6050-5.ucode
-rw-r--r-- 1 root root 1049340 Jul 25 2021 iwlwifi-7260-17.ucode
-rw-r--r-- 1 root root 680508 Jul 25 2021 iwlwifi-7260-9.ucode
-rw-r--r-- 1 root root 1180412 Jul 25 2021 iwlwifi-7265-17.ucode
-rw-r--r-- 1 root root 697828 Jul 25 2021 iwlwifi-7265-9.ucode
-rw-r--r-- 1 root root 1028376 Jul 25 2021 iwlwifi-7265D-22.ucode
-rw-r--r-- 1 root root 1036772 Jul 25 2021 iwlwifi-7265D-29.ucode
-rw-r--r-- 1 root root 2120860 Jul 25 2021 iwlwifi-8000C-22.ucode
-rw-r--r-- 1 root root 2428004 Jul 25 2021 iwlwifi-8000C-36.ucode
-rw-r--r-- 1 root root 1811984 Jul 25 2021 iwlwifi-8265-22.ucode
-rw-r--r-- 1 root root 2436632 Jul 25 2021 iwlwifi-8265-36.ucode
-rw-r--r-- 1 root root 2678284 Jul 25 2021 iwlwifi-9000-pu-b0-jf-b0-34.ucode
-rw-r--r-- 1 root root 2520568 Jul 25 2021 iwlwifi-9000-pu-b0-jf-b0-38.ucode
-rw-r--r-- 1 root root 2620464 Jul 25 2021 iwlwifi-9000-pu-b0-jf-b0-41.ucode
-rw-r--r-- 1 root root 2543536 Jul 25 2021 iwlwifi-9000-pu-b0-jf-b0-43.ucode
-rw-r--r-- 1 root root 1514240 Jul 25 2021 iwlwifi-9000-pu-b0-jf-b0-46.ucode
-rw-r--r-- 1 root root 2678092 Jul 25 2021 iwlwifi-9260-th-b0-jf-b0-34.ucode
-rw-r--r-- 1 root root 2521412 Jul 25 2021 iwlwifi-9260-th-b0-jf-b0-38.ucode
-rw-r--r-- 1 root root 2620656 Jul 25 2021 iwlwifi-9260-th-b0-jf-b0-41.ucode
-rw-r--r-- 1 root root 2558176 Jul 25 2021 iwlwifi-9260-th-b0-jf-b0-43.ucode
-rw-r--r-- 1 root root 1485556 Jul 25 2021 iwlwifi-9260-th-b0-jf-b0-46.ucode
-rw-r--r-- 1 root root 1106228 Jul 25 2021 iwlwifi-Qu-b0-hr-b0-48.ucode
-rw-r--r-- 1 root root 1103952 Jul 25 2021 iwlwifi-Qu-b0-hr-b0-50.ucode
-rw-r--r-- 1 root root 1209628 Jul 25 2021 iwlwifi-Qu-b0-hr-b0-53.ucode
-rw-r--r-- 1 root root 1223144 Jul 25 2021 iwlwifi-Qu-b0-hr-b0-55.ucode
-rw-r--r-- 1 root root 1300764 Jul 25 2021 iwlwifi-Qu-b0-hr-b0-59.ucode
-rw-r--r-- 1 root root 1329296 Jul 25 2021 iwlwifi-Qu-b0-hr-b0-62.ucode
-rw-r--r-- 1 root root 1052796 Jul 25 2021 iwlwifi-Qu-b0-jf-b0-48.ucode
-rw-r--r-- 1 root root 1053004 Jul 25 2021 iwlwifi-Qu-b0-jf-b0-50.ucode
-rw-r--r-- 1 root root 1147104 Jul 25 2021 iwlwifi-Qu-b0-jf-b0-53.ucode
-rw-r--r-- 1 root root 1163672 Jul 25 2021 iwlwifi-Qu-b0-jf-b0-55.ucode
-rw-r--r-- 1 root root 1226208 Jul 25 2021 iwlwifi-Qu-b0-jf-b0-59.ucode
-rw-r--r-- 1 root root 1248672 Jul 25 2021 iwlwifi-Qu-b0-jf-b0-62.ucode
-rw-r--r-- 1 root root 1106248 Jul 25 2021 iwlwifi-Qu-c0-hr-b0-48.ucode
-rw-r--r-- 1 root root 1103968 Jul 25 2021 iwlwifi-Qu-c0-hr-b0-50.ucode
-rw-r--r-- 1 root root 1209644 Jul 25 2021 iwlwifi-Qu-c0-hr-b0-53.ucode
-rw-r--r-- 1 root root 1223160 Jul 25 2021 iwlwifi-Qu-c0-hr-b0-55.ucode
-rw-r--r-- 1 root root 1300780 Jul 25 2021 iwlwifi-Qu-c0-hr-b0-59.ucode
-rw-r--r-- 1 root root 1329312 Jul 25 2021 iwlwifi-Qu-c0-hr-b0-62.ucode
-rw-r--r-- 1 root root 1052816 Jul 25 2021 iwlwifi-Qu-c0-jf-b0-48.ucode
-rw-r--r-- 1 root root 1053020 Jul 25 2021 iwlwifi-Qu-c0-jf-b0-50.ucode
-rw-r--r-- 1 root root 1147120 Jul 25 2021 iwlwifi-Qu-c0-jf-b0-53.ucode
-rw-r--r-- 1 root root 1163688 Jul 25 2021 iwlwifi-Qu-c0-jf-b0-55.ucode
-rw-r--r-- 1 root root 1226224 Jul 25 2021 iwlwifi-Qu-c0-jf-b0-59.ucode
-rw-r--r-- 1 root root 1248688 Jul 25 2021 iwlwifi-Qu-c0-jf-b0-62.ucode
-rw-r--r-- 1 root root 1105668 Jul 25 2021 iwlwifi-QuZ-a0-hr-b0-48.ucode
-rw-r--r-- 1 root root 1103952 Jul 25 2021 iwlwifi-QuZ-a0-hr-b0-50.ucode
-rw-r--r-- 1 root root 1209628 Jul 25 2021 iwlwifi-QuZ-a0-hr-b0-53.ucode
-rw-r--r-- 1 root root 1223140 Jul 25 2021 iwlwifi-QuZ-a0-hr-b0-55.ucode
-rw-r--r-- 1 root root 1299660 Jul 25 2021 iwlwifi-QuZ-a0-hr-b0-59.ucode
-rw-r--r-- 1 root root 1328924 Jul 25 2021 iwlwifi-QuZ-a0-hr-b0-62.ucode
-rw-r--r-- 1 root root 1052608 Jul 25 2021 iwlwifi-QuZ-a0-jf-b0-48.ucode
-rw-r--r-- 1 root root 1053004 Jul 25 2021 iwlwifi-QuZ-a0-jf-b0-50.ucode
-rw-r--r-- 1 root root 1147104 Jul 25 2021 iwlwifi-QuZ-a0-jf-b0-53.ucode
-rw-r--r-- 1 root root 1163668 Jul 25 2021 iwlwifi-QuZ-a0-jf-b0-55.ucode
-rw-r--r-- 1 root root 1226064 Jul 25 2021 iwlwifi-QuZ-a0-jf-b0-59.ucode
-rw-r--r-- 1 root root 1248672 Jul 25 2021 iwlwifi-QuZ-a0-jf-b0-62.ucode
-rw-r--r-- 1 root root 1044452 Jul 25 2021 iwlwifi-cc-a0-46.ucode
-rw-r--r-- 1 root root 1096704 Jul 25 2021 iwlwifi-cc-a0-48.ucode
-rw-r--r-- 1 root root 1101228 Jul 25 2021 iwlwifi-cc-a0-50.ucode
-rw-r--r-- 1 root root 1205332 Jul 25 2021 iwlwifi-cc-a0-53.ucode
-rw-r--r-- 1 root root 1219356 Jul 25 2021 iwlwifi-cc-a0-55.ucode
-rw-r--r-- 1 root root 1261280 Jul 25 2021 iwlwifi-cc-a0-59.ucode
-rw-r--r-- 1 root root 1292672 Jul 25 2021 iwlwifi-cc-a0-62.ucode
-rw-r--r-- 1 root root 1413868 Jul 25 2021 iwlwifi-ty-a0-gf-a0-59.ucode
-rw-r--r-- 1 root root 1455104 Jul 25 2021 iwlwifi-ty-a0-gf-a0-62.ucode
-rw-r--r-- 1 root root 27456 Jul 25 2021 iwlwifi-ty-a0-gf-a0.pnvm
lrwxrwxrwx 1 root root 31 Feb 15 10:15 j7-c66_0-fw -> /lib/firmware/j7-c66_0-fw.tisdk
-rw-rw-r-- 1 root gpio 187480 Nov 17 15:47 j7-c66_0-fw.tisdk
lrwxrwxrwx 1 root root 31 Feb 15 10:15 j7-c66_1-fw -> /lib/firmware/j7-c66_1-fw.tisdk
-rw-rw-r-- 1 root gpio 187480 Nov 17 15:47 j7-c66_1-fw.tisdk
lrwxrwxrwx 1 root root 31 Feb 15 10:15 j7-c71_0-fw -> /lib/firmware/j7-c71_0-fw.tisdk
-rw-rw-r-- 1 root gpio 10489872 Nov 17 15:47 j7-c71_0-fw.tisdk
lrwxrwxrwx 1 root root 37 Feb 15 10:15 j7-main-r5f0_0-fw -> /lib/firmware/j7-main-r5f0_0-fw.tisdk
-rw-rw-r-- 1 root gpio 78708 Nov 17 15:47 j7-main-r5f0_0-fw.tisdk
lrwxrwxrwx 1 root root 37 Feb 15 10:15 j7-main-r5f0_1-fw -> /lib/firmware/j7-main-r5f0_1-fw.tisdk
-rw-rw-r-- 1 root gpio 78708 Nov 17 15:47 j7-main-r5f0_1-fw.tisdk
lrwxrwxrwx 1 root root 37 Feb 15 10:15 j7-main-r5f1_0-fw -> /lib/firmware/j7-main-r5f1_0-fw.tisdk
-rw-rw-r-- 1 root gpio 78708 Nov 17 15:47 j7-main-r5f1_0-fw.tisdk
lrwxrwxrwx 1 root root 37 Feb 15 10:15 j7-main-r5f1_1-fw -> /lib/firmware/j7-main-r5f1_1-fw.tisdk
-rw-rw-r-- 1 root gpio 78708 Nov 17 15:47 j7-main-r5f1_1-fw.tisdk
lrwxrwxrwx 1 root root 36 Feb 15 10:15 j7-mcu-r5f0_0-fw -> /lib/firmware/j7-mcu-r5f0_0-fw.tisdk
-rw-rw-r-- 1 root gpio 176304 Nov 17 15:47 j7-mcu-r5f0_0-fw.tisdk
lrwxrwxrwx 1 root root 36 Feb 15 10:15 j7-mcu-r5f0_1-fw -> /lib/firmware/j7-mcu-r5f0_1-fw.tisdk
-rw-rw-r-- 1 root gpio 78708 Nov 17 15:47 j7-mcu-r5f0_1-fw.tisdk
drwxr-xr-x 2 root root 4096 Feb 15 10:09 kaweth
-rw-r--r-- 1 root root 118888 Jul 25 2021 lbtf_usb.bin
drwxr-xr-x 2 root root 4096 Feb 15 10:09 libertas
lrwxrwxrwx 1 root root 19 Jul 25 2021 libertas_cs.fw -> libertas/cf8385.bin
lrwxrwxrwx 1 root root 26 Jul 25 2021 libertas_cs_helper.fw -> libertas/cf8385_helper.bin
-rw-r--r-- 1 root root 17932 Jul 25 2021 lt9611uxc_fw.bin
drwxr-xr-x 2 root root 4096 Feb 15 10:09 matrox
drwxr-xr-x 4 root root 4096 Feb 15 10:09 mediatek
drwxr-xr-x 2 root root 4096 Feb 15 10:09 moxa
drwxr-xr-x 3 root root 4096 Feb 15 10:09 mrvl
-rw-r--r-- 1 root root 45412 Feb 15 10:12 mt7601u.bin
-rw-r--r-- 1 root root 368220 Jul 25 2021 mt7650.bin
-rw-r--r-- 1 root root 81908 Jul 25 2021 mt7662.bin
-rw-r--r-- 1 root root 26350 Jul 25 2021 mt7662_rom_patch.bin
-rw-r--r-- 1 root root 13847 Jul 25 2021 mts_cdma.fw
-rw-r--r-- 1 root root 14067 Jul 25 2021 mts_edge.fw
-rw-r--r-- 1 root root 13847 Jul 25 2021 mts_gsm.fw
drwxr-xr-x 2 root root 4096 Feb 15 10:09 mwl8k
drwxr-xr-x 25 root root 4096 Feb 15 10:09 nvidia
-rw-r--r-- 1 root root 247469 Nov 17 15:47 pvdec_full_bin.fw
-rw-r--r-- 1 root root 446300 Jul 25 2021 qat_895xcc.bin
-rw-r--r-- 1 root root 114176 Jul 25 2021 qat_895xcc_mmp.bin
-rw-r--r-- 1 root root 265444 Jul 25 2021 qat_c3xxx.bin
-rw-r--r-- 1 root root 114820 Jul 25 2021 qat_c3xxx_mmp.bin
-rw-r--r-- 1 root root 398144 Jul 25 2021 qat_c62x.bin
-rw-r--r-- 1 root root 114820 Jul 25 2021 qat_c62x_mmp.bin
lrwxrwxrwx 1 root root 18 Jul 25 2021 qat_mmp.bin -> qat_895xcc_mmp.bin
drwxr-xr-x 2 root root 4096 Feb 15 10:09 qca
drwxr-xr-x 2 root root 4096 Feb 15 10:09 rockchip
-rw-r--r-- 1 root root 63 Jul 25 2021 rp2.fw
-rw-r--r-- 1 root root 8192 Jul 25 2021 rt2561.bin
-rw-r--r-- 1 root root 8192 Jul 25 2021 rt2561s.bin
-rw-r--r-- 1 root root 8192 Jul 25 2021 rt2661.bin
-rw-r--r-- 1 root root 8192 Jul 25 2021 rt2860.bin
-rw-r--r-- 1 root root 8192 Jul 25 2021 rt2870.bin
lrwxrwxrwx 1 root root 10 Jul 25 2021 rt3070.bin -> rt2870.bin
-rw-r--r-- 1 root root 4096 Jul 25 2021 rt3071.bin
lrwxrwxrwx 1 root root 10 Jul 25 2021 rt3090.bin -> rt2860.bin
-rw-r--r-- 1 root root 4096 Jul 25 2021 rt3290.bin
-rw-r--r-- 1 root root 2048 Jul 25 2021 rt73.bin
drwxr-xr-x 2 root root 4096 Feb 15 10:09 rtl_bt
drwxr-xr-x 2 root root 4096 Feb 15 10:09 rtl_nic
drwxr-xr-x 2 root root 4096 Feb 15 10:09 rtlwifi
drwxr-xr-x 2 root root 4096 Feb 15 10:09 rtw88
drwxr-xr-x 2 root root 4096 Feb 15 10:09 rtw89
lrwxrwxrwx 1 root root 17 Jul 25 2021 s2250.fw -> go7007/s2250-2.fw
lrwxrwxrwx 1 root root 17 Jul 25 2021 s2250_loader.fw -> go7007/s2250-1.fw
lrwxrwxrwx 1 root root 19 Jul 25 2021 sd8385.bin -> libertas/sd8385.bin
lrwxrwxrwx 1 root root 26 Jul 25 2021 sd8385_helper.bin -> libertas/sd8385_helper.bin
lrwxrwxrwx 1 root root 22 Jul 25 2021 sd8686.bin -> libertas/sd8686_v8.bin
lrwxrwxrwx 1 root root 29 Jul 25 2021 sd8686_helper.bin -> libertas/sd8686_v8_helper.bin
lrwxrwxrwx 1 root root 15 Jul 25 2021 sd8688.bin -> mrvl/sd8688.bin
lrwxrwxrwx 1 root root 22 Jul 25 2021 sd8688_helper.bin -> mrvl/sd8688_helper.bin
drwxr-xr-x 2 root root 4096 Feb 15 10:09 silabs
drwxr-xr-x 2 root root 4096 Feb 15 10:09 tehuti
drwxr-xr-x 2 root root 4096 Feb 15 10:09 ti
drwxr-xr-x 2 root root 4096 Feb 15 10:12 ti-connectivity
drwxr-xr-x 2 root root 4096 Feb 15 10:09 tigon
drwxr-xr-x 2 root root 4096 Feb 15 10:09 ueagle-atm
lrwxrwxrwx 1 root root 23 Jul 25 2021 usb8388.bin -> libertas/usb8388_v5.bin
-rw-r--r-- 1 root root 16382 Jul 25 2021 v4l-cx231xx-avcore-01.fw
-rw-r--r-- 1 root root 141200 Jul 25 2021 v4l-cx23418-apu.fw
-rw-r--r-- 1 root root 158332 Jul 25 2021 v4l-cx23418-cpu.fw
-rw-r--r-- 1 root root 16382 Jul 25 2021 v4l-cx23418-dig.fw
-rw-r--r-- 1 root root 16382 Jul 25 2021 v4l-cx23885-avcore-01.fw
-rw-r--r-- 1 root root 16382 Jul 25 2021 v4l-cx25840.fw
-rw-r--r-- 1 root root 11341 Jul 25 2021 vntwusb.fw
-rw-r--r-- 1 root root 3588 Jul 25 2021 wil6210.brd
-rw-r--r-- 1 root root 400364 Jul 25 2021 wil6210.fw
drwxr-xr-x 2 root root 4096 Feb 15 10:09 zd1211
ls: cannot access '/lib/firmware/ipc': No such file or directory
[?2004hroot@BeagleBone:~#
- 13:23:36 [INFO] Host: cat /proc/diskstats
- 13:23:36 [INFO] Target:
cat /proc/diskstats
[?2004l
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 78 0 3365 47 0 0 0 0 0 100 47 0 0 0 0 0 0
179 1 mmcblk0p1 27 0 2117 25 0 0 0 0 0 52 25 0 0 0 0 0 0
179 32 mmcblk0boot0 30 0 240 28 0 0 0 0 0 52 28 0 0 0 0 0 0
179 64 mmcblk0boot1 30 0 240 25 0 0 0 0 0 40 25 0 0 0 0 0 0
179 96 mmcblk1 158 0 8674 292 0 0 0 0 0 212 292 0 0 0 0 0 0
179 97 mmcblk1p1 30 0 2105 93 0 0 0 0 0 96 93 0 0 0 0 0 0
179 98 mmcblk1p2 27 0 2113 54 0 0 0 0 0 96 54 0 0 0 0 0 0
179 99 mmcblk1p3 28 0 2080 70 0 0 0 0 0 92 70 0 0 0 0 0 0
[?2004hroot@BeagleBone:~#
- 13:23:36 [INFO] Host: cat /proc/interrupts
- 13:23:36 [INFO] Target:
cat /proc/interrupts
[?2004l
CPU0 CPU1 CPU2 CPU3
9: 0 0 0 0 GICv3 25 Level vgic
11: 2773 2431 2376 2164 GICv3 30 Level arch_timer
12: 0 0 0 0 GICv3 27 Level kvm guest vtimer
14: 0 0 0 0 GICv3 23 Level arm-pmu
15: 5324 0 0 0 GICv3 728 Level 42120000.i2c
17: 0 0 0 0 GICv3 596 Level 40b00000.i2c
23: 0 0 0 0 GICv3 584 Level 47040000.spi
24: 0 0 0 0 GICv3 585 Level 47050000.spi
25: 682 0 0 0 GICv3 224 Level 2800000.serial
28: 8 0 0 0 GICv3 232 Level 2000000.i2c
29: 0 0 0 0 GICv3 233 Level 2010000.i2c
30: 0 0 0 0 GICv3 234 Level 2020000.i2c
31: 0 0 0 0 GICv3 235 Level 2030000.i2c
37: 510 0 0 0 GICv3 168 Level mmc0
38: 412 0 0 0 GICv3 169 Level mmc1
40: 463 0 0 0 GICv3 69 Level 32c00000.mailbox thr_011
42: 27517 0 0 0 MSI-INTA 12779616 Level 46000000.ethernet-tx0
44: 23626 0 0 0 MSI-INTA 12779618 Level 46000000.ethernet
74: 5 0 0 0 MSI-INTA 12255536 Level 31150000.dma-controller chan0
75: 0 0 0 0 MSI-INTA 12255537 Level 31150000.dma-controller chan1
204: 0 0 0 0 GPIO 24 Edge -davinci_gpio GPIO Key USER1
205: 1769 0 0 0 GPIO 25 Edge -davinci_gpio 0-0039
207: 0 0 0 0 GPIO 27 Edge -davinci_gpio GPIO Key USER2
IPI0: 2503 4343 2803 2817 Rescheduling interrupts
IPI1: 3646 6984 12818 8716 Function call interrupts
IPI2: 0 0 0 0 CPU stop interrupts
IPI3: 0 0 0 0 CPU stop (for crash dump) interrupts
IPI4: 0 0 0 0 Timer broadcast interrupts
IPI5: 0 0 0 0 IRQ work interrupts
IPI6: 0 0 0 0 CPU wake-up interrupts
Err: 0
[?2004hroot@BeagleBone:~#
- 13:23:36 [INFO] Host: cat /proc/softirqs
- 13:23:37 [INFO] Target:
cat /proc/softirqs
[?2004l
CPU0 CPU1 CPU2 CPU3
HI: 0 0 0 0
TIMER: 901 756 624 627
NET_TX: 27 4 0 1
NET_RX: 44761 11 21 3
BLOCK: 0 0 0 0
IRQ_POLL: 0 0 0 0
TASKLET: 5198 0 0 0
SCHED: 1830 1638 1492 1405
HRTIMER: 0 0 0 0
RCU: 2793 3932 3263 2764
[?2004hroot@BeagleBone:~#
- 13:23:37 [INFO] Host: ls -lR /run/media/mmcblk0p1
- 13:23:37 [INFO] Target:
ls -lR /run/media/mmcblk0p1
[?2004l
ls: cannot access '/run/media/mmcblk0p1': No such file or directory
[?2004hroot@BeagleBone:~#
- 13:23:37 [INFO] Host: opkg list-installed | grep packagegroup-arago-test; echo $?
- 13:23:47 [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
- 13:23:47 [INFO] Target:
opkg list-installed | grep packagegroup-arago-test; echo $?
[?2004l
<stdout>: Warning (unit_address_vs_reg): /bus@100000/bus@28380000/fss@47000000: node has a unit name, but no reg property
<stdout>: Warning (unique_unit_address): /bus@100000/pcie-ep@5500000: duplicate unit-address (also used in node /bus@100000/pcie@5500000)
<stdout>: Warning (unique_unit_address): /bus@100000/pcie@5600000: duplicate unit-address (also used in node /bus@100000/pcie-ep@5600000)
<stdout>: Warning (clocks_property): /bus@100000/mcasp@2b20000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/dwc3@4000000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/dwc3@4000000:clocks: cell 3 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/mmc@4fa0000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/mmc@4fa0000:clocks: cell 3 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/i2c@2020000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/icssg@b200000/mdio@32400:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/icssg@b200000/cfg@26000/clocks/iepclk-mux@30:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/icssg@b200000/cfg@26000/clocks/iepclk-mux@30:clocks: cell 3 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/icssg@b200000/cfg@26000/clocks/coreclk-mux@3c:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/icssg@b200000/cfg@26000/clocks/coreclk-mux@3c:clocks: cell 3 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/bus@30800000/cpts@310d0000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/bus@30800000/cpts@310d0000/refclk-mux:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/bus@30800000/cpts@310d0000/refclk-mux:clocks: cell 3 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/bus@30800000/cpts@310d0000/refclk-mux:clocks: cell 6 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/bus@30800000/cpts@310d0000/refclk-mux:clocks: cell 9 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/bus@30800000/cpts@310d0000/refclk-mux:clocks: cell 12 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/bus@30800000/cpts@310d0000/refclk-mux:clocks: cell 15 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/bus@30800000/cpts@310d0000/refclk-mux:clocks: cell 18 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/bus@30800000/cpts@310d0000/refclk-mux:clocks: cell 21 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/bus@28380000/bus@42040000/gpio@42110000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/bus@28380000/bus@42040000/i2c@42120000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/bus@28380000/ethernet@46000000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/bus@28380000/ethernet@46000000/cpts@3d000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/bus@28380000/ethernet@46000000/cpts@3d000/refclk-mux:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/bus@28380000/ethernet@46000000/cpts@3d000/refclk-mux:clocks: cell 3 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/bus@28380000/ethernet@46000000/cpts@3d000/refclk-mux:clocks: cell 6 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/bus@28380000/ethernet@46000000/cpts@3d000/refclk-mux:clocks: cell 9 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/bus@28380000/ethernet@46000000/cpts@3d000/refclk-mux:clocks: cell 12 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/bus@28380000/ethernet@46000000/cpts@3d000/refclk-mux:clocks: cell 15 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/bus@28380000/ethernet@46000000/cpts@3d000/refclk-mux:clocks: cell 18 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/bus@28380000/ethernet@46000000/cpts@3d000/refclk-mux:clocks: cell 21 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/bus@28380000/ethernet@46000000/mdio@f00:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/bus@28380000/fss@47000000/spi@47050000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/bus@28380000/fss@47000000/spi@47040000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/bus@28380000/spi@40300000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/bus@28380000/mcan@40528000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/bus@28380000/mcan@40528000:clocks: cell 3 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/bus@28380000/mcan@40568000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/bus@28380000/mcan@40568000:clocks: cell 3 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/bus@28380000/spi@40310000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/bus@28380000/i2c@40b00000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/bus@28380000/tscadc@40200000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/bus@28380000/watchdog@40610000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/bus@28380000/spi@40320000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/bus@28380000/tscadc@40210000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/spi@2120000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/pwm@3020000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/pwm@3020000:clocks: cell 2 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/gpio@601000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/phy@4110000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/phy@4110000:clocks: cell 3 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/icssg@b100000/mdio@32400:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/icssg@b100000/cfg@26000/clocks/iepclk-mux@30:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/icssg@b100000/cfg@26000/clocks/iepclk-mux@30:clocks: cell 3 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/icssg@b100000/cfg@26000/clocks/coreclk-mux@3c:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/icssg@b100000/cfg@26000/clocks/coreclk-mux@3c:clocks: cell 3 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/dss@4a00000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/dss@4a00000:clocks: cell 3 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/dss@4a00000:clocks: cell 6 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/cal@6f03000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/i2c@2030000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/mmc@4f80000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/mmc@4f80000:clocks: cell 3 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/icssg@b000000/mdio@32400:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/icssg@b000000/cfg@26000/clocks/iepclk-mux@30:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/icssg@b000000/cfg@26000/clocks/iepclk-mux@30:clocks: cell 3 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/icssg@b000000/cfg@26000/clocks/coreclk-mux@3c:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/icssg@b000000/cfg@26000/clocks/coreclk-mux@3c:clocks: cell 3 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/spi@2130000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/pwm@3030000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/pwm@3030000:clocks: cell 2 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/mcasp@2b00000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/serdes@900000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/serdes@900000:clocks: cell 3 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/serdes@900000:clocks: cell 6 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/pwm@3100000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/dwc3@4020000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/gpio@600000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/i2c@2000000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/crypto@4e00000/rng@4e10000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/spi@2100000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/pwm@3000000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/pwm@3000000:clocks: cell 2 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/spi@2140000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/pwm@3040000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/pwm@3040000:clocks: cell 2 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/mcasp@2b10000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/serdes@910000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/serdes@910000:clocks: cell 2 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/serdes@910000:clocks: cell 5 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/i2c@2010000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/spi@2110000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/pwm@3010000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/pwm@3010000:clocks: cell 2 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/phy@4100000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/phy@4100000:clocks: cell 3 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/pwm@3050000:clocks: cell 0 is not a phandle reference
<stdout>: Warning (clocks_property): /bus@100000/pwm@3050000:clocks: cell 2 is not a phandle reference
<stdout>: Warning (dmas_property): /bus@100000/mcasp@2b20000:dmas: cell 0 is not a phandle reference
<stdout>: Warning (dmas_property): /bus@100000/mcasp@2b20000:dmas: cell 2 is not a phandle reference
<stdout>: Warning (dmas_property): /bus@100000/bus@28380000/ethernet@46000000:dmas: cell 0 is not a phandle reference
<stdout>: Warning (dmas_property): /bus@100000/bus@28380000/ethernet@46000000:dmas: cell 2 is not a phandle reference
<stdout>: Warning (dmas_property): /bus@100000/bus@28380000/ethernet@46000000:dmas: cell 4 is not a phandle reference
<stdout>: Warning (dmas_property): /bus@100000/bus@28380000/ethernet@46000000:dmas: cell 6 is not a phandle reference
<stdout>: Warning (dmas_property): /bus@100000/bus@28380000/ethernet@46000000:dmas: cell 8 is not a phandle reference
<stdout>: Warning (dmas_property): /bus@100000/bus@28380000/ethernet@46000000:dmas: cell 10 is not a phandle reference
<stdout>: Warning (dmas_property): /bus@100000/bus@28380000/ethernet@46000000:dmas: cell 12 is not a phandle reference
<stdout>: Warning (dmas_property): /bus@100000/bus@28380000/ethernet@46000000:dmas: cell 14 is not a phandle reference
<stdout>: Warning (dmas_property): /bus@100000/bus@28380000/ethernet@46000000:dmas: cell 16 is not a phandle reference
<stdout>: Warning (dmas_property): /bus@100000/bus@28380000/tscadc@40200000:dmas: cell 0 is not a phandle reference
<stdout>: Warning (dmas_property): /bus@100000/bus@28380000/tscadc@40200000:dmas: cell 2 is not a phandle reference
<stdout>: Warning (dmas_property): /bus@100000/bus@28380000/tscadc@40210000:dmas: cell 0 is not a phandle reference
<stdout>: Warning (dmas_property): /bus@100000/bus@28380000/tscadc@40210000:dmas: cell 2 is not a phandle reference
<stdout>: Warning (dmas_property): /bus@100000/mcasp@2b00000:dmas: cell 0 is not a phandle reference
<stdout>: Warning (dmas_property): /bus@100000/mcasp@2b00000:dmas: cell 2 is not a phandle reference
<stdout>: Warning (dmas_property): /bus@100000/crypto@4e00000:dmas: cell 0 is not a phandle reference
<stdout>: Warning (dmas_property): /bus@100000/crypto@4e00000:dmas: cell 2 is not a phandle reference
<stdout>: Warning (dmas_property): /bus@100000/crypto@4e00000:dmas: cell 4 is not a phandle reference
<stdout>: Warning (dmas_property): /bus@100000/spi@2100000:dmas: cell 0 is not a phandle reference
<stdout>: Warning (dmas_property): /bus@100000/spi@2100000:dmas: cell 2 is not a phandle reference
<stdout>: Warning (dmas_property): /bus@100000/mcasp@2b10000:dmas: cell 0 is not a phandle reference
<stdout>: Warning (dmas_property): /bus@100000/mcasp@2b10000:dmas: cell 2 is not a phandle reference
<stdout>: Warning (interrupts_extended_property): /bus@100000/bus@30800000/cpts@310d0000:interrupts-extended: cell 0 is not a phandle reference
<stdout>: Warning (interrupts_extended_property): /bus@100000/bus@28380000/ethernet@46000000/cpts@3d000:interrupts-extended: cell 0 is not a phandle reference
<stdout>: Warning (mboxes_property): /bus@100000/bus@28380000/bus@42040000/system-controller@44083000:mboxes: cell 0 is not a phandle reference
<stdout>: Warning (mboxes_property): /bus@100000/bus@28380000/bus@42040000/system-controller@44083000:mboxes: cell 2 is not a phandle reference
<stdout>: Warning (mboxes_property): /bus@100000/bus@28380000/r5fss@41000000/r5f@41000000:mboxes: cell 0 is not a phandle reference
<stdout>: Warning (mboxes_property): /bus@100000/bus@28380000/r5fss@41000000/r5f@41400000:mboxes: cell 0 is not a phandle reference
<stdout>: Warning (msi_parent_property): /bus@100000/bus@30800000/ringacc@3c000000:msi-parent: cell 0 is not a phandle reference
<stdout>: Warning (msi_parent_property): /bus@100000/bus@30800000/dma-controller@31150000:msi-parent: cell 0 is not a phandle reference
<stdout>: Warning (msi_parent_property): /bus@100000/bus@28380000/bus@28380000/ringacc@2b800000:msi-parent: cell 0 is not a phandle reference
<stdout>: Warning (msi_parent_property): /bus@100000/bus@28380000/bus@28380000/dma-controller@285c0000:msi-parent: cell 0 is not a phandle reference
<stdout>: Warning (mux_controls_property): /bus@100000/serdes@900000:mux-controls: cell 0 is not a phandle reference
<stdout>: Warning (mux_controls_property): /bus@100000/serdes@910000:mux-controls: cell 0 is not a phandle reference
<stdout>: Warning (phys_property): /bus@100000/dwc3@4000000/usb@10000:phys: cell 0 is not a phandle reference
<stdout>: Warning (phys_property): /bus@100000/bus@28380000/ethernet@46000000/ethernet-ports/port@1:phys: cell 0 is not a phandle reference
<stdout>: Warning (phys_property): /bus@100000/dwc3@4020000/usb@10000:phys: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/mcasp@2b20000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/pcie-ep@5500000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/dwc3@4000000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/mmc@4fa0000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/i2c@2020000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/icssg@b200000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/bus@28380000/bus@42040000/temperature-sensor@42050000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/bus@28380000/bus@42040000/serial@42300000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/bus@28380000/bus@42040000/i2c@42120000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/bus@28380000/ethernet@46000000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/bus@28380000/r5fss@41000000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/bus@28380000/fss@47000000/spi@47050000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/bus@28380000/fss@47000000/spi@47040000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/bus@28380000/spi@40300000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/bus@28380000/mcan@40528000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/bus@28380000/mcan@40568000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/bus@28380000/serial@40a00000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/bus@28380000/spi@40310000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/bus@28380000/i2c@40b00000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/bus@28380000/watchdog@40610000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/bus@28380000/spi@40320000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/pcie@5600000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/serial@2810000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/spi@2120000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/pwm@3020000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/icssg@b100000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/dss@4a00000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/pcie@5500000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/cal@6f03000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/i2c@2030000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/mmc@4f80000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/icssg@b000000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/serial@2820000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/spi@2130000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/pwm@3030000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/mcasp@2b00000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/serdes@900000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/pwm@3100000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/dwc3@4020000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/i2c@2000000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/crypto@4e00000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/spi@2100000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/pwm@3000000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/spi@2140000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/pwm@3040000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/mcasp@2b10000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/serdes@910000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/i2c@2010000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/pcie-ep@5600000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/serial@2800000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/spi@2110000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/pwm@3010000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (power_domains_property): /bus@100000/pwm@3050000:power-domains: cell 0 is not a phandle reference
<stdout>: Warning (resets_property): /bus@100000/bus@28380000/r5fss@41000000/r5f@41000000:resets: cell 0 is not a phandle reference
<stdout>: Warning (resets_property): /bus@100000/bus@28380000/r5fss@41000000/r5f@41400000:resets: cell 0 is not a phandle reference
<stdout>: Warning (thermal_sensors_property): /thermal-zones/mpu1-thermal:thermal-sensors: cell 0 is not a phandle reference
<stdout>: Warning (thermal_sensors_property): /thermal-zones/mcu-thermal:thermal-sensors: cell 0 is not a phandle reference
<stdout>: Warning (thermal_sensors_property): /thermal-zones/mpu0-thermal:thermal-sensors: cell 0 is not a phandle reference
<stdout>: Warning (gpios_property): /fixedregulator-sd:gpio: cell 0 is not a phandle reference
<stdout>: Warning (gpios_property): /gpio-keys/sw6:gpios: cell 0 is not a phandle reference
<stdout>: Warning (gpios_property): /gpio-keys/sw5:gpios: cell 0 is not a phandle reference
/dts-v1/;
/ {
#address-cells = <0x02>;
model = "Texas Instruments AM654 Base Board";
#size-cells = <0x02>;
interrupt-parent = <0x01>;
compatible = "ti,am654-evm\0ti,am654";
l2-cache0 {
cache-size = <0x80000>;
cache-level = <0x02>;
cache-sets = <0x200>;
compatible = "cache";
cache-line-size = <0x40>;
next-level-cache = <0x46>;
phandle = <0x44>;
};
fixedregulator-vcc3v3io {
regulator-max-microvolt = <0x325aa0>;
regulator-boot-on;
regulator-always-on;
regulator-min-microvolt = <0x325aa0>;
regulator-name = "vcc3v3_io";
compatible = "regulator-fixed";
phandle = <0x4a>;
vin-supply = <0x49>;
};
l3-cache0 {
cache-level = <0x03>;
compatible = "cache";
phandle = <0x46>;
};
fixedregulator-sd {
regulator-max-microvolt = <0x325aa0>;
regulator-boot-on;
gpio = <0x4b 0x04 0x00>;
enable-active-high;
regulator-min-microvolt = <0x325aa0>;
regulator-name = "vdd_mmc1_sd";
compatible = "regulator-fixed";
phandle = <0x2a>;
vin-supply = <0x4a>;
};
thermal-zones {
mpu1-thermal {
polling-delay = <0x1f4>;
polling-delay-passive = <0xfa>;
thermal-sensors = <0x47 0x01>;
trips {
mpu1-crit {
temperature = <0x1e848>;
hysteresis = <0x7d0>;
type = "critical";
};
};
};
mcu-thermal {
polling-delay = <0x1f4>;
polling-delay-passive = <0xfa>;
thermal-sensors = <0x47 0x02>;
trips {
mcu-crit {
temperature = <0x1e848>;
hysteresis = <0x7d0>;
type = "critical";
};
};
};
mpu0-thermal {
polling-delay = <0x1f4>;
polling-delay-passive = <0xfa>;
thermal-sensors = <0x47 0x00>;
trips {
mpu0-crit {
temperature = <0x1e848>;
hysteresis = <0x7d0>;
type = "critical";
};
};
};
};
memory@80000000 {
device_type = "memory";
reg = <0x00 0x80000000 0x00 0x80000000 0x08 0x80000000 0x00 0x80000000>;
};
timer-cl0-cpu0 {
interrupts = <0x01 0x0d 0x08 0x01 0x0e 0x08 0x01 0x0b 0x08 0x01 0x0a 0x08>;
compatible = "arm,armv8-timer";
};
bus@100000 {
#address-cells = <0x02>;
#size-cells = <0x02>;
compatible = "simple-bus";
ranges = <0x00 0x100000 0x00 0x100000 0x00 0x20000 0x00 0x600000 0x00 0x600000 0x00 0x1100 0x00 0x900000 0x00 0x900000 0x00 0x12000 0x00 0x1000000 0x00 0x1000000 0x00 0xaf02400 0x00 0x30800000 0x00 0x30800000 0x00 0xbc00000 0x00 0x70000000 0x00 0x70000000 0x00 0x200000 0x00 0x10000000 0x00 0x10000000 0x00 0x10000000 0x00 0x28380000 0x00 0x28380000 0x00 0x3880000 0x00 0x40200000 0x00 0x40200000 0x00 0x900100 0x00 0x40f00000 0x00 0x40f00000 0x00 0x20000 0x00 0x41000000 0x00 0x41000000 0x00 0x20000 0x00 0x41400000 0x00 0x41400000 0x00 0x20000 0x00 0x41c00000 0x00 0x41c00000 0x00 0x80000 0x00 0x42040000 0x00 0x42040000 0x00 0x3ac2400 0x00 0x45100000 0x00 0x45100000 0x00 0xc24000 0x00 0x46000000 0x00 0x46000000 0x00 0x200000 0x00 0x47000000 0x00 0x47000000 0x00 0x68400 0x00 0x50000000 0x00 0x50000000 0x00 0x8000000 0x00 0x6f000000 0x00 0x6f000000 0x00 0x310000 0x00 0x70000000 0x00 0x70000000 0x00 0x200000 0x05 0x00 0x05 0x00 0x01 0x00 0x07 0x00 0x07 0x00 0x01 0x00>;
mcasp@2b20000 {
power-domains = <0x03 0x6a 0x01>;
clock-names = "fck";
reg-names = "mpu\0dat";
interrupts = <0x00 0xd4 0x04 0x00 0xd5 0x04>;
clocks = <0x04 0x6a 0x00>;
dma-names = "tx\0rx";
compatible = "ti,am33xx-mcasp-audio";
status = "disabled";
interrupt-names = "tx\0rx";
reg = <0x00 0x2b20000 0x00 0x2000 0x00 0x2b28000 0x00 0x1000>;
dmas = <0x23 0xc402 0x23 0x4402>;
};
pcie-ep@5500000 {
power-domains = <0x03 0x78 0x01>;
dma-coherent;
reg-names = "app\0dbics\0addr_space\0atu";
num-ob-windows = <0x10>;
interrupts = <0x00 0x154 0x01>;
max-link-speed = <0x02>;
compatible = "ti,am654-pcie-ep";
status = "disabled";
reg = <0x00 0x5500000 0x00 0x1000 0x00 0x5501000 0x00 0x1000 0x00 0x10000000 0x00 0x8000000 0x00 0x5506000 0x00 0x1000>;
ti,syscon-pcie-mode = <0x35>;
num-ib-windows = <0x10>;
};
dwc3@4000000 {
power-domains = <0x03 0x97 0x01>;
#address-cells = <0x01>;
dma-coherent;
assigned-clocks = <0x04 0x97 0x02 0x04 0x97 0x07>;
assigned-clock-parents = <0x04 0x97 0x04 0x04 0x97 0x09>;
interrupts = <0x00 0x61 0x04>;
clocks = <0x04 0x97 0x02 0x04 0x97 0x07>;
#size-cells = <0x01>;
compatible = "ti,am654-dwc3";
ranges = <0x00 0x00 0x4000000 0x20000>;
status = "disabled";
reg = <0x00 0x4000000 0x00 0x4000>;
usb@10000 {
phy-names = "usb2-phy";
interrupts = <0x00 0x64 0x04 0x00 0x64 0x04 0x00 0x60 0x04>;
compatible = "snps,dwc3";
snps,dis_u3_susphy_quirk;
interrupt-names = "peripheral\0host\0otg";
phys = <0x2c>;
reg = <0x10000 0x10000>;
dr_mode = "otg";
maximum-speed = "high-speed";
};
};
mmc@4fa0000 {
power-domains = <0x03 0x30 0x01>;
ti,otap-del-sel-legacy = <0x00>;
pinctrl-names = "default";
ti,otap-del-sel-mmc-hs = <0x00>;
dma-coherent;
pinctrl-0 = <0x2b>;
clock-names = "clk_ahb\0clk_xin";
ti,trm-icp = <0x08>;
ti,otap-del-sel-sd-hs = <0x00>;
interrupts = <0x00 0x89 0x04>;
ti,otap-del-sel-sdr104 = <0x07>;
clocks = <0x04 0x30 0x00 0x04 0x30 0x01>;
ti,otap-del-sel = <0x02>;
vmmc-supply = <0x2a>;
ti,clkbuf-sel = <0x07>;
ti,otap-del-sel-sdr50 = <0x08>;
ti,otap-del-sel-ddr52 = <0x04>;
ti,otap-del-sel-sdr12 = <0x00>;
ti,otap-del-sel-ddr50 = <0x04>;
compatible = "ti,am654-sdhci-5.1";
ti,otap-del-sel-hs200 = <0x07>;
disable-wp;
ti,driver-strength-ohm = <0x32>;
reg = <0x00 0x4fa0000 0x00 0x260 0x00 0x4fb0000 0x00 0x134>;
ti,otap-del-sel-sdr25 = <0x00>;
};
i2c@2020000 {
power-domains = <0x03 0x70 0x01>;
pinctrl-names = "default";
#address-cells = <0x01>;
pinctrl-0 = <0x26>;
clock-names = "fck";
interrupts = <0x00 0xca 0x04>;
clocks = <0x04 0x70 0x01>;
#size-cells = <0x00>;
clock-frequency = <0x61a80>;
compatible = "ti,am654-i2c\0ti,omap4-i2c";
reg = <0x00 0x2020000 0x00 0x100>;
};
icssg@b200000 {
power-domains = <0x03 0x40 0x01>;
#address-cells = <0x01>;
#size-cells = <0x01>;
compatible = "ti,am654-icssg";
ranges = <0x00 0x00 0xb200000 0x80000>;
reg = <0x00 0xb200000 0x00 0x80000>;
mii-rt@32000 {
compatible = "ti,pruss-mii\0syscon";
reg = <0x32000 0x100>;
};
rtu@6000 {
reg-names = "iram\0control\0debug";
firmware-name = "am65x-rtu2_1-fw";
compatible = "ti,am654-rtu";
reg = <0x6000 0x2000 0x23800 0x100 0x23c00 0x100>;
};
txpru@a000 {
reg-names = "iram\0control\0debug";
firmware-name = "am65x-txpru2_0-fw";
compatible = "ti,am654-tx-pru";
reg = <0xa000 0x1800 0x25000 0x100 0x25400 0x100>;
};
pru@38000 {
reg-names = "iram\0control\0debug";
firmware-name = "am65x-pru2_1-fw";
compatible = "ti,am654-pru";
reg = <0x38000 0x4000 0x24000 0x100 0x24400 0x100>;
};
mdio@32400 {
#address-cells = <0x01>;
clock-names = "fck";
clocks = <0x04 0x40 0x03>;
bus_freq = <0xf4240>;
#size-cells = <0x00>;
compatible = "ti,davinci_mdio";
status = "disabled";
reg = <0x32400 0x100>;
};
interrupt-controller@20000 {
interrupts = <0x00 0x10e 0x04 0x00 0x10f 0x04 0x00 0x110 0x04 0x00 0x111 0x04 0x00 0x112 0x04 0x00 0x113 0x04 0x00 0x114 0x04 0x00 0x115 0x04>;
compatible = "ti,icssg-intc";
#interrupt-cells = <0x03>;
interrupt-names = "host_intr0\0host_intr1\0host_intr2\0host_intr3\0host_intr4\0host_intr5\0host_intr6\0host_intr7";
reg = <0x20000 0x2000>;
interrupt-controller;
};
mii-g-rt@33000 {
compatible = "ti,pruss-mii-g\0syscon";
reg = <0x33000 0x1000>;
};
txpru@c000 {
reg-names = "iram\0control\0debug";
firmware-name = "am65x-txpru2_1-fw";
compatible = "ti,am654-tx-pru";
reg = <0xc000 0x1800 0x25800 0x100 0x25c00 0x100>;
};
pru@34000 {
reg-names = "iram\0control\0debug";
firmware-name = "am65x-pru2_0-fw";
compatible = "ti,am654-pru";
reg = <0x34000 0x4000 0x22000 0x100 0x22400 0x100>;
};
memories@0 {
reg-names = "dram0\0dram1\0shrdram2";
reg = <0x00 0x2000 0x2000 0x2000 0x10000 0x10000>;
};
cfg@26000 {
#address-cells = <0x01>;
#size-cells = <0x01>;
compatible = "ti,pruss-cfg\0syscon";
ranges = <0x00 0x26000 0x2000>;
reg = <0x26000 0x200>;
clocks {
#address-cells = <0x01>;
#size-cells = <0x00>;
iepclk-mux@30 {
assigned-clocks = <0x3f>;
assigned-clock-parents = <0x3e>;
clocks = <0x04 0x40 0x0a 0x3e>;
#clock-cells = <0x00>;
reg = <0x30>;
phandle = <0x3f>;
};
coreclk-mux@3c {
assigned-clocks = <0x3e>;
assigned-clock-parents = <0x04 0x40 0x03>;
clocks = <0x04 0x40 0x13 0x04 0x40 0x03>;
#clock-cells = <0x00>;
reg = <0x3c>;
phandle = <0x3e>;
};
};
};
rtu@4000 {
reg-names = "iram\0control\0debug";
firmware-name = "am65x-rtu2_0-fw";
compatible = "ti,am654-rtu";
reg = <0x4000 0x2000 0x23000 0x100 0x23400 0x100>;
};
};
bus@30800000 {
dma-ranges;
#address-cells = <0x02>;
dma-coherent;
#size-cells = <0x02>;
compatible = "simple-mfd";
ranges = <0x00 0x30800000 0x00 0x30800000 0x00 0xbc00000>;
ti,sci-dev-id = <0x76>;
ringacc@3c000000 {
ti,sci = <0x08>;
reg-names = "rt\0fifos\0proxy_gcfg\0proxy_target";
ti,num-rings = <0x332>;
compatible = "ti,am654-navss-ringacc";
reg = <0x00 0x3c000000 0x00 0x400000 0x00 0x38000000 0x00 0x400000 0x00 0x31120000 0x00 0x100 0x00 0x33000000 0x00 0x40000>;
ti,sci-dev-id = <0xbb>;
phandle = <0x31>;
msi-parent = <0x0b>;
ti,sci-rm-range-gp-rings = <0x01>;
};
mailbox@31f80000 {
interrupts = <0x1b4>;
ti,mbox-num-users = <0x04>;
#mbox-cells = <0x01>;
interrupt-parent = <0x30>;
ti,mbox-num-fifos = <0x10>;
compatible = "ti,am654-mailbox";
reg = <0x00 0x31f80000 0x00 0x200>;
phandle = <0x17>;
mbox-mcu-r5fss0-core0 {
ti,mbox-rx = <0x00 0x00 0x00>;
phandle = <0x18>;
ti,mbox-tx = <0x01 0x00 0x00>;
};
};
mailbox@31f8b000 {
ti,mbox-num-users = <0x04>;
#mbox-cells = <0x01>;
interrupt-parent = <0x30>;
ti,mbox-num-fifos = <0x10>;
compatible = "ti,am654-mailbox";
status = "disabled";
reg = <0x00 0x31f8b000 0x00 0x200>;
};
mailbox@31f88000 {
ti,mbox-num-users = <0x04>;
#mbox-cells = <0x01>;
interrupt-parent = <0x30>;
ti,mbox-num-fifos = <0x10>;
compatible = "ti,am654-mailbox";
status = "disabled";
reg = <0x00 0x31f88000 0x00 0x200>;
};
mailbox@31f85000 {
ti,mbox-num-users = <0x04>;
#mbox-cells = <0x01>;
interrupt-parent = <0x30>;
ti,mbox-num-fifos = <0x10>;
compatible = "ti,am654-mailbox";
status = "disabled";
reg = <0x00 0x31f85000 0x00 0x200>;
};
mailbox@31f82000 {
ti,mbox-num-users = <0x04>;
#mbox-cells = <0x01>;
interrupt-parent = <0x30>;
ti,mbox-num-fifos = <0x10>;
compatible = "ti,am654-mailbox";
status = "disabled";
reg = <0x00 0x31f82000 0x00 0x200>;
};
interrupt-controller@310e0000 {
ti,interrupt-ranges = <0x00 0x40 0x40 0x40 0x1c0 0x40>;
ti,intr-trigger-type = <0x04>;
ti,sci = <0x08>;
interrupt-parent = <0x01>;
compatible = "ti,sci-intr";
#interrupt-cells = <0x01>;
reg = <0x00 0x310e0000 0x00 0x2000>;
ti,sci-dev-id = <0xb6>;
phandle = <0x30>;
interrupt-controller;
};
spinlock@30e00000 {
compatible = "ti,am654-hwspinlock";
reg = <0x00 0x30e00000 0x00 0x1000>;
#hwlock-cells = <0x01>;
};
cpts@310d0000 {
ti,cpts-ext-ts-inputs = <0x08>;
clock-names = "cpts";
reg-names = "cpts";
clocks = <0x32>;
interrupts-extended = <0x30 0x187>;
compatible = "ti,am65-cpts";
interrupt-names = "cpts";
reg = <0x00 0x310d0000 0x00 0x400>;
ti,cpts-periodic-outputs = <0x06>;
refclk-mux {
assigned-clocks = <0x32>;
assigned-clock-parents = <0x04 0x76 0x05>;
clocks = <0x04 0x76 0x05 0x04 0x76 0x0b 0x04 0x76 0x06 0x04 0x76 0x03 0x04 0x76 0x08 0x04 0x76 0x0e 0x04 0x78 0x03 0x04 0x79 0x03>;
#clock-cells = <0x00>;
phandle = <0x32>;
};
};
mailbox@31f8a000 {
ti,mbox-num-users = <0x04>;
#mbox-cells = <0x01>;
interrupt-parent = <0x30>;
ti,mbox-num-fifos = <0x10>;
compatible = "ti,am654-mailbox";
status = "disabled";
reg = <0x00 0x31f8a000 0x00 0x200>;
};
interrupt-controller@33d00000 {
ti,interrupt-ranges = <0x00 0x00 0x100>;
ti,sci = <0x08>;
interrupt-parent = <0x30>;
msi-controller;
compatible = "ti,sci-inta";
#interrupt-cells = <0x00>;
reg = <0x00 0x33d00000 0x00 0x100000>;
ti,sci-dev-id = <0xb3>;
phandle = <0x0b>;
interrupt-controller;
};
mailbox@31f87000 {
ti,mbox-num-users = <0x04>;
#mbox-cells = <0x01>;
interrupt-parent = <0x30>;
ti,mbox-num-fifos = <0x10>;
compatible = "ti,am654-mailbox";
status = "disabled";
reg = <0x00 0x31f87000 0x00 0x200>;
};
mailbox@31f84000 {
ti,mbox-num-users = <0x04>;
#mbox-cells = <0x01>;
interrupt-parent = <0x30>;
ti,mbox-num-fifos = <0x10>;
compatible = "ti,am654-mailbox";
status = "disabled";
reg = <0x00 0x31f84000 0x00 0x200>;
};
mailbox@31f81000 {
interrupts = <0x1b0>;
ti,mbox-num-users = <0x04>;
#mbox-cells = <0x01>;
interrupt-parent = <0x30>;
ti,mbox-num-fifos = <0x10>;
compatible = "ti,am654-mailbox";
reg = <0x00 0x31f81000 0x00 0x200>;
phandle = <0x1b>;
mbox-mcu-r5fss0-core1 {
ti,mbox-rx = <0x00 0x00 0x00>;
phandle = <0x1c>;
ti,mbox-tx = <0x01 0x00 0x00>;
};
};
mailbox@32c00000 {
reg-names = "target_data\0rt\0scfg";
interrupts = <0x00 0x25 0x04>;
#mbox-cells = <0x01>;
compatible = "ti,am654-secure-proxy";
interrupt-names = "rx_011";
reg = <0x00 0x32c00000 0x00 0x100000 0x00 0x32400000 0x00 0x100000 0x00 0x32800000 0x00 0x100000>;
phandle = <0x02>;
};
dma-controller@31150000 {
ti,sci-rm-range-rflow = <0x00>;
ti,sci-rm-range-rchan = <0x0b 0x0a>;
ti,sci = <0x08>;
reg-names = "gcfg\0rchanrt\0tchanrt";
ti,ringacc = <0x31>;
compatible = "ti,am654-navss-main-udmap";
ti,sci-rm-range-tchan = <0x0f 0x0d>;
reg = <0x00 0x31150000 0x00 0x100 0x00 0x34000000 0x00 0x100000 0x00 0x35000000 0x00 0x100000>;
ti,sci-dev-id = <0xbc>;
phandle = <0x23>;
msi-parent = <0x0b>;
#dma-cells = <0x01>;
};
mailbox@31f89000 {
ti,mbox-num-users = <0x04>;
#mbox-cells = <0x01>;
interrupt-parent = <0x30>;
ti,mbox-num-fifos = <0x10>;
compatible = "ti,am654-mailbox";
status = "disabled";
reg = <0x00 0x31f89000 0x00 0x200>;
};
mailbox@31f86000 {
ti,mbox-num-users = <0x04>;
#mbox-cells = <0x01>;
interrupt-parent = <0x30>;
ti,mbox-num-fifos = <0x10>;
compatible = "ti,am654-mailbox";
status = "disabled";
reg = <0x00 0x31f86000 0x00 0x200>;
};
mailbox@31f83000 {
ti,mbox-num-users = <0x04>;
#mbox-cells = <0x01>;
interrupt-parent = <0x30>;
ti,mbox-num-fifos = <0x10>;
compatible = "ti,am654-mailbox";
status = "disabled";
reg = <0x00 0x31f83000 0x00 0x200>;
};
};
bus@28380000 {
#address-cells = <0x02>;
#size-cells = <0x02>;
compatible = "simple-bus";
ranges = <0x00 0x28380000 0x00 0x28380000 0x00 0x3880000 0x00 0x40200000 0x00 0x40200000 0x00 0x900100 0x00 0x40f00000 0x00 0x40f00000 0x00 0x20000 0x00 0x41000000 0x00 0x41000000 0x00 0x20000 0x00 0x41400000 0x00 0x41400000 0x00 0x20000 0x00 0x41c00000 0x00 0x41c00000 0x00 0x80000 0x00 0x42040000 0x00 0x42040000 0x00 0x3ac2400 0x00 0x45100000 0x00 0x45100000 0x00 0xc24000 0x00 0x46000000 0x00 0x46000000 0x00 0x200000 0x00 0x47000000 0x00 0x47000000 0x00 0x68400 0x00 0x50000000 0x00 0x50000000 0x00 0x8000000 0x05 0x00 0x05 0x00 0x01 0x00 0x07 0x00 0x07 0x00 0x01 0x00>;
bus@42040000 {
#address-cells = <0x01>;
#size-cells = <0x01>;
compatible = "simple-bus";
ranges = <0x42040000 0x00 0x42040000 0x3ac2400>;
temperature-sensor@42050000 {
power-domains = <0x03 0x50 0x01>;
#thermal-sensor-cells = <0x01>;
compatible = "ti,am654-vtm";
reg = <0x42050000 0x25c>;
phandle = <0x47>;
};
gpio@42110000 {
ti,davinci-gpio-unbanked = <0x00>;
clock-names = "gpio";
gpio-controller;
interrupts = <0x3c 0x3d 0x3e 0x3f>;
clocks = <0x04 0x3b 0x00>;
interrupt-parent = <0x09>;
ti,ngpio = <0x38>;
compatible = "ti,am654-gpio\0ti,keystone-gpio";
#interrupt-cells = <0x02>;
reg = <0x42110000 0x100>;
phandle = <0x07>;
#gpio-cells = <0x02>;
interrupt-controller;
};
pinctrl@4301c000 {
#pinctrl-cells = <0x01>;
pinctrl-single,register-width = <0x20>;
compatible = "pinctrl-single";
reg = <0x4301c000 0x118>;
pinctrl-single,function-mask = <0xffffffff>;
mcu-mdio1-pins-default {
pinctrl-single,pins = <0x8c 0x10000 0x88 0x50000>;
phandle = <0x0f>;
};
mcu-cpsw-pins-default {
pinctrl-single,pins = <0x58 0x10000 0x5c 0x50000 0x60 0x10000 0x64 0x10000 0x68 0x10000 0x6c 0x10000 0x78 0x50000 0x7c 0x50000 0x80 0x50000 0x84 0x50000 0x70 0x10000 0x74 0x50000>;
phandle = <0x0e>;
};
push-button-pins-default {
pinctrl-single,pins = <0x30 0x50007 0x3c 0x50007>;
phandle = <0x48>;
};
wkup-pca554-default {
pinctrl-single,pins = <0x34 0x50007>;
phandle = <0x06>;
};
wkup-i2c0-pins-default {
pinctrl-single,pins = <0xe0 0x50000 0xe4 0x50000>;
phandle = <0x05>;
};
mcu-fss0-ospi0-pins-default {
pinctrl-single,pins = <0x00 0x10000 0x08 0x50000 0x0c 0x50000 0x10 0x50000 0x14 0x50000 0x18 0x50000 0x1c 0x50000 0x20 0x50000 0x24 0x50000 0x28 0x50000 0x2c 0x10000>;
phandle = <0x0d>;
};
};
chipid@43000014 {
compatible = "ti,am654-chipid";
reg = <0x43000014 0x04>;
};
interrupt-controller@42200000 {
ti,interrupt-ranges = <0x00 0x2c8 0x10>;
ti,intr-trigger-type = <0x01>;
ti,sci = <0x08>;
interrupt-parent = <0x01>;
compatible = "ti,sci-intr";
#interrupt-cells = <0x01>;
reg = <0x42200000 0x200>;
ti,sci-dev-id = <0x9c>;
phandle = <0x09>;
interrupt-controller;
};
serial@42300000 {
power-domains = <0x03 0x96 0x01>;
interrupts = <0x00 0x2b9 0x04>;
clock-frequency = <0x2dc6c00>;
current-speed = <0x1c200>;
compatible = "ti,am654-uart";
status = "reserved";
reg = <0x42300000 0x100>;
};
system-controller@44083000 {
reg-names = "debug_messages";
ti,host-id = <0x0c>;
compatible = "ti,am654-sci";
reg = <0x44083000 0x1000>;
phandle = <0x08>;
mboxes = <0x02 0x0b 0x02 0x0d>;
mbox-names = "rx\0tx";
clock-controller {
#clock-cells = <0x02>;
compatible = "ti,k2g-sci-clk";
phandle = <0x04>;
};
reset-controller {
#reset-cells = <0x02>;
compatible = "ti,sci-reset";
phandle = <0x14>;
};
power-controller {
#power-domain-cells = <0x02>;
compatible = "ti,sci-pm-domain";
phandle = <0x03>;
};
};
i2c@42120000 {
power-domains = <0x03 0x73 0x01>;
pinctrl-names = "default";
#address-cells = <0x01>;
pinctrl-0 = <0x05>;
clock-names = "fck";
interrupts = <0x00 0x2b8 0x04>;
clocks = <0x04 0x73 0x01>;
#size-cells = <0x00>;
clock-frequency = <0x61a80>;
compatible = "ti,am654-i2c\0ti,omap4-i2c";
reg = <0x42120000 0x100>;
gpio@39 {
pinctrl-names = "default";
pinctrl-0 = <0x06>;
gpio-controller;
interrupts = <0x19 0x02>;
interrupt-parent = <0x07>;
compatible = "nxp,pca9554";
#interrupt-cells = <0x02>;
reg = <0x39>;
phandle = <0x4b>;
#gpio-cells = <0x02>;
interrupt-controller;
};
};
};
ethernet@46000000 {
power-domains = <0x03 0x05 0x01>;
pinctrl-names = "default";
#address-cells = <0x02>;
dma-coherent;
pinctrl-0 = <0x0e 0x0f>;
clock-names = "fck";
reg-names = "cpsw_nuss";
clocks = <0x04 0x05 0x0a>;
#size-cells = <0x02>;
dma-names = "tx0\0tx1\0tx2\0tx3\0tx4\0tx5\0tx6\0tx7\0rx";
compatible = "ti,am654-cpsw-nuss";
ranges = <0x00 0x00 0x00 0x46000000 0x00 0x200000>;
reg = <0x00 0x46000000 0x00 0x200000>;
dmas = <0x0a 0xf000 0x0a 0xf001 0x0a 0xf002 0x0a 0xf003 0x0a 0xf004 0x0a 0xf005 0x0a 0xf006 0x0a 0xf007 0x0a 0x7000>;
cpts@3d000 {
ti,cpts-ext-ts-inputs = <0x04>;
clock-names = "cpts";
clocks = <0x13>;
interrupts-extended = <0x01 0x00 0x23a 0x04>;
compatible = "ti,am65-cpts";
interrupt-names = "cpts";
reg = <0x00 0x3d000 0x00 0x400>;
ti,cpts-periodic-outputs = <0x02>;
refclk-mux {
assigned-clocks = <0x13>;
assigned-clock-parents = <0x04 0x76 0x05>;
clocks = <0x04 0x76 0x05 0x04 0x76 0x0b 0x04 0x76 0x06 0x04 0x76 0x03 0x04 0x76 0x08 0x04 0x76 0x0e 0x04 0x78 0x03 0x04 0x79 0x03>;
#clock-cells = <0x00>;
phandle = <0x13>;
};
};
mdio@f00 {
#address-cells = <0x01>;
clock-names = "fck";
clocks = <0x04 0x05 0x0a>;
bus_freq = <0xf4240>;
#size-cells = <0x00>;
compatible = "ti,cpsw-mdio\0ti,davinci_mdio";
reg = <0x00 0xf00 0x00 0x100>;
ethernet-phy@0 {
ti,fifo-depth = <0x01>;
ti,rx-internal-delay = <0x07>;
reg = <0x00>;
phandle = <0x12>;
};
};
ethernet-ports {
#address-cells = <0x01>;
#size-cells = <0x00>;
port@1 {
phy-mode = "rgmii-rxid";
local-mac-address = [f4 84 4c eb ad ec];
label = "port1";
ti,syscon-efuse = <0x10 0x200>;
phys = <0x11 0x01>;
ti,mac-only;
reg = <0x01>;
phy-handle = <0x12>;
};
};
};
bus@28380000 {
dma-ranges;
#address-cells = <0x02>;
dma-coherent;
#size-cells = <0x02>;
compatible = "simple-mfd";
ranges = <0x00 0x28380000 0x00 0x28380000 0x00 0x3880000>;
ti,sci-dev-id = <0x77>;
ringacc@2b800000 {
ti,sci = <0x08>;
reg-names = "rt\0fifos\0proxy_gcfg\0proxy_target";
ti,num-rings = <0x11e>;
compatible = "ti,am654-navss-ringacc";
reg = <0x00 0x2b800000 0x00 0x400000 0x00 0x2b000000 0x00 0x400000 0x00 0x28590000 0x00 0x100 0x00 0x2a500000 0x00 0x40000>;
ti,sci-dev-id = <0xc3>;
phandle = <0x0c>;
msi-parent = <0x0b>;
ti,sci-rm-range-gp-rings = <0x01>;
};
dma-controller@285c0000 {
ti,sci-rm-range-rflow = <0x00>;
ti,sci-rm-range-rchan = <0x0b 0x0a>;
ti,sci = <0x08>;
reg-names = "gcfg\0rchanrt\0tchanrt";
ti,ringacc = <0x0c>;
compatible = "ti,am654-navss-mcu-udmap";
ti,sci-rm-range-tchan = <0x0f 0x0d>;
reg = <0x00 0x285c0000 0x00 0x100 0x00 0x2a800000 0x00 0x40000 0x00 0x2aa00000 0x00 0x40000>;
ti,sci-dev-id = <0xc2>;
phandle = <0x0a>;
msi-parent = <0x0b>;
#dma-cells = <0x01>;
};
};
r5fss@41000000 {
power-domains = <0x03 0x81 0x01>;
#address-cells = <0x01>;
ti,cluster-mode = <0x01>;
#size-cells = <0x01>;
compatible = "ti,am654-r5fss";
ranges = <0x41000000 0x00 0x41000000 0x20000 0x41400000 0x00 0x41400000 0x20000>;
r5f@41000000 {
ti,btcm-enable = <0x01>;
ti,sci = <0x08>;
reg-names = "atcm\0btcm";
firmware-name = "am65x-mcu-r5f0_0-fw";
resets = <0x14 0x9f 0x01>;
memory-region = <0x15 0x16>;
compatible = "ti,am654-r5f";
reg = <0x41000000 0x8000 0x41010000 0x8000>;
ti,sci-dev-id = <0x9f>;
mboxes = <0x17 0x18>;
ti,atcm-enable = <0x01>;
ti,sci-proc-ids = <0x01 0xff>;
ti,loczrama = <0x01>;
};
r5f@41400000 {
ti,btcm-enable = <0x01>;
ti,sci = <0x08>;
reg-names = "atcm\0btcm";
firmware-name = "am65x-mcu-r5f0_1-fw";
resets = <0x14 0xf5 0x01>;
memory-region = <0x19 0x1a>;
compatible = "ti,am654-r5f";
reg = <0x41400000 0x8000 0x41410000 0x8000>;
ti,sci-dev-id = <0xf5>;
mboxes = <0x1b 0x1c>;
ti,atcm-enable = <0x01>;
ti,sci-proc-ids = <0x02 0xff>;
ti,loczrama = <0x01>;
};
};
fss@47000000 {
#address-cells = <0x02>;
#size-cells = <0x02>;
compatible = "simple-bus";
ranges;
spi@47050000 {
power-domains = <0x03 0xf9 0x01>;
#address-cells = <0x01>;
interrupts = <0x00 0x229 0x04>;
clocks = <0x04 0xf9 0x06>;
cdns,fifo-width = <0x04>;
#size-cells = <0x00>;
cdns,trigger-address = <0x00>;
compatible = "ti,am654-ospi\0cdns,qspi-nor";
reg = <0x00 0x47050000 0x00 0x100 0x07 0x00 0x01 0x00>;
cdns,fifo-depth = <0x100>;
};
spi@47040000 {
power-domains = <0x03 0xf8 0x01>;
pinctrl-names = "default";
#address-cells = <0x01>;
pinctrl-0 = <0x0d>;
assigned-clocks = <0x04 0xf8 0x00>;
assigned-clock-parents = <0x04 0xf8 0x02>;
assigned-clock-rates = <0x9ef21aa>;
interrupts = <0x00 0x228 0x04>;
clocks = <0x04 0xf8 0x00>;
cdns,fifo-width = <0x04>;
#size-cells = <0x00>;
cdns,trigger-address = <0x00>;
compatible = "ti,am654-ospi\0cdns,qspi-nor";
reg = <0x00 0x47040000 0x00 0x100 0x05 0x00 0x01 0x00>;
cdns,fifo-depth = <0x100>;
flash@0 {
cdns,tshsl-ns = <0x3c>;
#address-cells = <0x01>;
spi-tx-bus-width = <0x08>;
#size-cells = <0x01>;
spi-max-frequency = <0x17d7840>;
spi-rx-bus-width = <0x08>;
cdns,tsd2d-ns = <0x3c>;
cdns,read-delay = <0x00>;
cdns,tslch-ns = <0x3c>;
compatible = "jedec,spi-nor";
reg = <0x00>;
cdns,tchsh-ns = <0x3c>;
};
};
};
sram@41c00000 {
#address-cells = <0x01>;
#size-cells = <0x01>;
compatible = "mmio-sram";
ranges = <0x00 0x00 0x41c00000 0x80000>;
reg = <0x00 0x41c00000 0x00 0x80000>;
};
spi@40300000 {
power-domains = <0x03 0x8e 0x01>;
#address-cells = <0x01>;
interrupts = <0x00 0x230 0x04>;
clocks = <0x04 0x8e 0x01>;
#size-cells = <0x00>;
compatible = "ti,am654-mcspi\0ti,omap4-mcspi";
reg = <0x00 0x40300000 0x00 0x400>;
};
mcan@40528000 {
power-domains = <0x03 0x66 0x01>;
clock-names = "hclk\0cclk";
reg-names = "m_can\0message_ram";
interrupts = <0x00 0x220 0x04 0x00 0x221 0x04>;
clocks = <0x04 0x66 0x05 0x04 0x66 0x00>;
interrupt-parent = <0x01>;
compatible = "bosch,m_can";
status = "disabled";
interrupt-names = "int0\0int1";
reg = <0x00 0x40528000 0x00 0x400 0x00 0x40500000 0x00 0x4400>;
bosch,mram-cfg = <0x00 0x80 0x40 0x40 0x40 0x40 0x20 0x20>;
};
mcan@40568000 {
power-domains = <0x03 0x67 0x01>;
clock-names = "hclk\0cclk";
reg-names = "m_can\0message_ram";
interrupts = <0x00 0x223 0x04 0x00 0x224 0x04>;
clocks = <0x04 0x67 0x05 0x04 0x67 0x00>;
interrupt-parent = <0x01>;
compatible = "bosch,m_can";
status = "disabled";
interrupt-names = "int0\0int1";
reg = <0x00 0x40568000 0x00 0x400 0x00 0x40540000 0x00 0x4400>;
bosch,mram-cfg = <0x00 0x80 0x40 0x40 0x40 0x40 0x20 0x20>;
};
scm-conf@40f00000 {
#address-cells = <0x01>;
#size-cells = <0x01>;
compatible = "syscon\0simple-mfd";
ranges = <0x00 0x00 0x40f00000 0x20000>;
reg = <0x00 0x40f00000 0x00 0x20000>;
phandle = <0x10>;
phy@4040 {
#phy-cells = <0x01>;
compatible = "ti,am654-phy-gmii-sel";
reg = <0x4040 0x04>;
phandle = <0x11>;
};
};
serial@40a00000 {
power-domains = <0x03 0x95 0x01>;
interrupts = <0x00 0x235 0x04>;
clock-frequency = <0x5b8d800>;
current-speed = <0x1c200>;
compatible = "ti,am654-uart";
reg = <0x00 0x40a00000 0x00 0x100>;
};
spi@40310000 {
power-domains = <0x03 0x8f 0x01>;
#address-cells = <0x01>;
interrupts = <0x00 0x231 0x04>;
clocks = <0x04 0x8f 0x01>;
#size-cells = <0x00>;
compatible = "ti,am654-mcspi\0ti,omap4-mcspi";
reg = <0x00 0x40310000 0x00 0x400>;
};
i2c@40b00000 {
power-domains = <0x03 0x72 0x01>;
#address-cells = <0x01>;
clock-names = "fck";
interrupts = <0x00 0x234 0x04>;
clocks = <0x04 0x72 0x01>;
#size-cells = <0x00>;
compatible = "ti,am654-i2c\0ti,omap4-i2c";
reg = <0x00 0x40b00000 0x00 0x100>;
};
tscadc@40200000 {
clock-names = "adc_tsc_fck";
assigned-clocks = <0x04 0x00 0x02>;
assigned-clock-rates = <0x3938700>;
interrupts = <0x00 0x244 0x04>;
clocks = <0x04 0x00 0x02>;
dma-names = "fifo0\0fifo1";
compatible = "ti,am654-tscadc\0ti,am3359-tscadc";
reg = <0x00 0x40200000 0x00 0x1000>;
dmas = <0x0a 0x7100 0x0a 0x7101>;
adc {
ti,adc-channels = <0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07>;
#io-channel-cells = <0x01>;
compatible = "ti,am654-adc\0ti,am3359-adc";
};
};
watchdog@40610000 {
power-domains = <0x03 0x87 0x00>;
assigned-clocks = <0x04 0x87 0x00>;
assigned-clock-parents = <0x04 0x87 0x04>;
clocks = <0x04 0x87 0x00>;
compatible = "ti,j7-rti-wdt";
reg = <0x00 0x40610000 0x00 0x100>;
};
spi@40320000 {
power-domains = <0x03 0x90 0x01>;
#address-cells = <0x01>;
interrupts = <0x00 0x232 0x04>;
clocks = <0x04 0x90 0x01>;
#size-cells = <0x00>;
compatible = "ti,am654-mcspi\0ti,omap4-mcspi";
reg = <0x00 0x40320000 0x00 0x400>;
};
tscadc@40210000 {
clock-names = "adc_tsc_fck";
assigned-clocks = <0x04 0x01 0x02>;
assigned-clock-rates = <0x3938700>;
interrupts = <0x00 0x245 0x04>;
clocks = <0x04 0x01 0x02>;
dma-names = "fifo0\0fifo1";
compatible = "ti,am654-tscadc\0ti,am3359-tscadc";
reg = <0x00 0x40210000 0x00 0x1000>;
dmas = <0x0a 0x7102 0x0a 0x7103>;
adc {
ti,adc-channels = <0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07>;
#io-channel-cells = <0x01>;
compatible = "ti,am654-adc\0ti,am3359-adc";
};
};
};
pcie@5600000 {
power-domains = <0x03 0x79 0x01>;
#address-cells = <0x03>;
dma-coherent;
bus-range = <0x00 0xff>;
reg-names = "app\0dbics\0config\0atu";
interrupts = <0x00 0x163 0x01>;
#size-cells = <0x02>;
max-link-speed = <0x02>;
device_type = "pci";
compatible = "ti,am654-pcie-rc";
ranges = <0x81000000 0x00 0x00 0x00 0x18020000 0x00 0x10000 0x82000000 0x00 0x18030000 0x00 0x18030000 0x00 0x7fd0000>;
msi-map = <0x00 0x36 0x10000 0x10000>;
status = "disabled";
num-viewport = <0x10>;
reg = <0x00 0x5600000 0x00 0x1000 0x00 0x5601000 0x00 0x1000 0x00 0x18000000 0x00 0x2000 0x00 0x5606000 0x00 0x1000>;
ti,syscon-pcie-mode = <0x37>;
ti,syscon-pcie-id = <0x34>;
};
serial@2810000 {
power-domains = <0x03 0x93 0x01>;
interrupts = <0x00 0xc1 0x04>;
clock-frequency = <0x2dc6c00>;
compatible = "ti,am654-uart";
reg = <0x00 0x2810000 0x00 0x100>;
};
spi@2120000 {
power-domains = <0x03 0x8b 0x01>;
#address-cells = <0x01>;
interrupts = <0x00 0xba 0x04>;
clocks = <0x04 0x8b 0x01>;
#size-cells = <0x00>;
compatible = "ti,am654-mcspi\0ti,omap4-mcspi";
reg = <0x00 0x2120000 0x00 0x400>;
};
scm-conf@100000 {
#address-cells = <0x01>;
#size-cells = <0x01>;
compatible = "syscon\0simple-mfd";
ranges = <0x00 0x00 0x100000 0x1c000>;
reg = <0x00 0x100000 0x00 0x1c000>;
phandle = <0x2d>;
clock@4080 {
compatible = "syscon";
reg = <0x4080 0x04>;
phandle = <0x1f>;
};
mux-controller {
mux-reg-masks = <0x4080 0x03 0x4090 0x03>;
compatible = "mmio-mux";
phandle = <0x20>;
#mux-control-cells = <0x01>;
};
pcie-mode@4070 {
compatible = "syscon";
reg = <0x4070 0x04>;
phandle = <0x37>;
};
pcie-mode@4060 {
compatible = "syscon";
reg = <0x4060 0x04>;
phandle = <0x35>;
};
pcie-devid@210 {
compatible = "syscon";
reg = <0x210 0x04>;
phandle = <0x34>;
};
dss-oldi-io-ctrl@41e0 {
compatible = "syscon";
reg = <0x41e0 0x14>;
phandle = <0x38>;
};
clock@4140 {
#clock-cells = <0x01>;
compatible = "ti,am654-ehrpwm-tbclk\0syscon";
reg = <0x4140 0x18>;
phandle = <0x39>;
};
clock@4090 {
compatible = "syscon";
reg = <0x4090 0x04>;
phandle = <0x21>;
};
};
pwm@3020000 {
power-domains = <0x03 0x2a 0x01>;
clock-names = "tbclk\0fck";
clocks = <0x39 0x02 0x04 0x2a 0x00>;
#pwm-cells = <0x03>;
compatible = "ti,am654-ehrpwm\0ti,am3352-ehrpwm";
reg = <0x00 0x3020000 0x00 0x100>;
};
gpio@601000 {
ti,davinci-gpio-unbanked = <0x00>;
clock-names = "gpio";
gpio-controller;
interrupts = <0xc8 0xc9 0xca 0xcb 0xcc 0xcd>;
clocks = <0x04 0x3a 0x00>;
interrupt-parent = <0x33>;
ti,ngpio = <0x5a>;
compatible = "ti,am654-gpio\0ti,keystone-gpio";
#interrupt-cells = <0x02>;
reg = <0x00 0x601000 0x00 0x100>;
#gpio-cells = <0x02>;
interrupt-controller;
};
phy@4110000 {
clock-names = "wkupclk\0refclk";
clocks = <0x04 0x98 0x00 0x04 0x98 0x01>;
#phy-cells = <0x00>;
compatible = "ti,am654-usb2\0ti,omap-usb2";
reg = <0x00 0x4110000 0x00 0x54>;
phandle = <0x2e>;
syscon-phy-power = <0x2d 0x4020>;
};
icssg@b100000 {
power-domains = <0x03 0x3f 0x01>;
#address-cells = <0x01>;
#size-cells = <0x01>;
compatible = "ti,am654-icssg";
ranges = <0x00 0x00 0xb100000 0x80000>;
reg = <0x00 0xb100000 0x00 0x80000>;
mii-rt@32000 {
compatible = "ti,pruss-mii\0syscon";
reg = <0x32000 0x100>;
};
rtu@6000 {
reg-names = "iram\0control\0debug";
firmware-name = "am65x-rtu1_1-fw";
compatible = "ti,am654-rtu";
reg = <0x6000 0x2000 0x23800 0x100 0x23c00 0x100>;
};
txpru@a000 {
reg-names = "iram\0control\0debug";
firmware-name = "am65x-txpru1_0-fw";
compatible = "ti,am654-tx-pru";
reg = <0xa000 0x1800 0x25000 0x100 0x25400 0x100>;
};
pru@38000 {
reg-names = "iram\0control\0debug";
firmware-name = "am65x-pru1_1-fw";
compatible = "ti,am654-pru";
reg = <0x38000 0x4000 0x24000 0x100 0x24400 0x100>;
};
mdio@32400 {
#address-cells = <0x01>;
clock-names = "fck";
clocks = <0x04 0x3f 0x03>;
bus_freq = <0xf4240>;
#size-cells = <0x00>;
compatible = "ti,davinci_mdio";
status = "disabled";
reg = <0x32400 0x100>;
};
interrupt-controller@20000 {
interrupts = <0x00 0x106 0x04 0x00 0x107 0x04 0x00 0x108 0x04 0x00 0x109 0x04 0x00 0x10a 0x04 0x00 0x10b 0x04 0x00 0x10c 0x04 0x00 0x10d 0x04>;
compatible = "ti,icssg-intc";
#interrupt-cells = <0x03>;
interrupt-names = "host_intr0\0host_intr1\0host_intr2\0host_intr3\0host_intr4\0host_intr5\0host_intr6\0host_intr7";
reg = <0x20000 0x2000>;
interrupt-controller;
};
mii-g-rt@33000 {
compatible = "ti,pruss-mii-g\0syscon";
reg = <0x33000 0x1000>;
};
txpru@c000 {
reg-names = "iram\0control\0debug";
firmware-name = "am65x-txpru1_1-fw";
compatible = "ti,am654-tx-pru";
reg = <0xc000 0x1800 0x25800 0x100 0x25c00 0x100>;
};
pru@34000 {
reg-names = "iram\0control\0debug";
firmware-name = "am65x-pru1_0-fw";
compatible = "ti,am654-pru";
reg = <0x34000 0x4000 0x22000 0x100 0x22400 0x100>;
};
memories@0 {
reg-names = "dram0\0dram1\0shrdram2";
reg = <0x00 0x2000 0x2000 0x2000 0x10000 0x10000>;
};
cfg@26000 {
#address-cells = <0x01>;
#size-cells = <0x01>;
compatible = "ti,pruss-cfg\0syscon";
ranges = <0x00 0x26000 0x2000>;
reg = <0x26000 0x200>;
clocks {
#address-cells = <0x01>;
#size-cells = <0x00>;
iepclk-mux@30 {
assigned-clocks = <0x3d>;
assigned-clock-parents = <0x3c>;
clocks = <0x04 0x3f 0x0a 0x3c>;
#clock-cells = <0x00>;
reg = <0x30>;
phandle = <0x3d>;
};
coreclk-mux@3c {
assigned-clocks = <0x3c>;
assigned-clock-parents = <0x04 0x3f 0x03>;
clocks = <0x04 0x3f 0x13 0x04 0x3f 0x03>;
#clock-cells = <0x00>;
reg = <0x3c>;
phandle = <0x3c>;
};
};
};
rtu@4000 {
reg-names = "iram\0control\0debug";
firmware-name = "am65x-rtu1_0-fw";
compatible = "ti,am654-rtu";
reg = <0x4000 0x2000 0x23000 0x100 0x23400 0x100>;
};
};
dss@4a00000 {
power-domains = <0x03 0x43 0x01>;
dma-coherent;
clock-names = "fck\0vp1\0vp2";
reg-names = "common\0vidl1\0vid\0ovr1\0ovr2\0vp1\0vp2";
assigned-clocks = <0x04 0x43 0x02>;
assigned-clock-parents = <0x04 0x43 0x05>;
interrupts = <0x00 0xa6 0x01>;
clocks = <0x04 0x43 0x01 0x04 0xd8 0x01 0x04 0x43 0x02>;
ti,am65x-oldi-io-ctrl = <0x38>;
compatible = "ti,am65x-dss";
status = "disabled";
reg = <0x00 0x4a00000 0x00 0x1000 0x00 0x4a02000 0x00 0x1000 0x00 0x4a06000 0x00 0x1000 0x00 0x4a07000 0x00 0x1000 0x00 0x4a08000 0x00 0x1000 0x00 0x4a0a000 0x00 0x1000 0x00 0x4a0b000 0x00 0x1000>;
ports {
#address-cells = <0x01>;
#size-cells = <0x00>;
};
};
pcie@5500000 {
power-domains = <0x03 0x78 0x01>;
#address-cells = <0x03>;
dma-coherent;
bus-range = <0x00 0xff>;
reg-names = "app\0dbics\0config\0atu";
interrupts = <0x00 0x154 0x01>;
#size-cells = <0x02>;
max-link-speed = <0x02>;
device_type = "pci";
compatible = "ti,am654-pcie-rc";
ranges = <0x81000000 0x00 0x00 0x00 0x10020000 0x00 0x10000 0x82000000 0x00 0x10030000 0x00 0x10030000 0x00 0x7fd0000>;
msi-map = <0x00 0x36 0x00 0x10000>;
status = "disabled";
num-viewport = <0x10>;
reg = <0x00 0x5500000 0x00 0x1000 0x00 0x5501000 0x00 0x1000 0x00 0x10000000 0x00 0x2000 0x00 0x5506000 0x00 0x1000>;
ti,syscon-pcie-mode = <0x35>;
ti,syscon-pcie-id = <0x34>;
};
cal@6f03000 {
power-domains = <0x03 0x02 0x01>;
clock-names = "fck";
reg-names = "cal_top\0cal_rx_core0";
interrupts = <0x00 0x98 0x04>;
clocks = <0x04 0x02 0x00>;
ti,camerrx-control = <0x2d 0x40c0>;
compatible = "ti,am654-cal";
reg = <0x00 0x6f03000 0x00 0x400 0x00 0x6f03800 0x00 0x40>;
ports {
#address-cells = <0x01>;
#size-cells = <0x00>;
port@0 {
reg = <0x00>;
};
};
};
i2c@2030000 {
power-domains = <0x03 0x71 0x01>;
#address-cells = <0x01>;
clock-names = "fck";
interrupts = <0x00 0xcb 0x04>;
clocks = <0x04 0x71 0x01>;
#size-cells = <0x00>;
compatible = "ti,am654-i2c\0ti,omap4-i2c";
reg = <0x00 0x2030000 0x00 0x100>;
};
interrupt-controller@a00000 {
ti,interrupt-ranges = <0x00 0x188 0x20>;
ti,intr-trigger-type = <0x01>;
ti,sci = <0x08>;
interrupt-parent = <0x01>;
compatible = "ti,sci-intr";
#interrupt-cells = <0x01>;
reg = <0x00 0xa00000 0x00 0x400>;
ti,sci-dev-id = <0x64>;
phandle = <0x33>;
interrupt-controller;
};
mmc@4f80000 {
power-domains = <0x03 0x2f 0x01>;
ti,otap-del-sel-hs400 = <0x00>;
ti,otap-del-sel-legacy = <0x00>;
pinctrl-names = "default";
ti,otap-del-sel-mmc-hs = <0x00>;
dma-coherent;
pinctrl-0 = <0x29>;
clock-names = "clk_ahb\0clk_xin";
mmc-hs200-1_8v;
bus-width = <0x08>;
ti,trm-icp = <0x08>;
non-removable;
ti,otap-del-sel-sd-hs = <0x00>;
interrupts = <0x00 0x88 0x04>;
ti,otap-del-sel-sdr104 = <0x07>;
clocks = <0x04 0x2f 0x00 0x04 0x2f 0x01>;
ti,otap-del-sel-sdr50 = <0x08>;
ti,otap-del-sel-ddr52 = <0x05>;
ti,otap-del-sel-sdr12 = <0x00>;
mmc-ddr-1_8v;
ti,otap-del-sel-ddr50 = <0x05>;
compatible = "ti,am654-sdhci-5.1";
ti,otap-del-sel-hs200 = <0x05>;
disable-wp;
ti,driver-strength-ohm = <0x32>;
reg = <0x00 0x4f80000 0x00 0x260 0x00 0x4f90000 0x00 0x134>;
ti,otap-del-sel-sdr25 = <0x00>;
};
icssg@b000000 {
power-domains = <0x03 0x3e 0x01>;
#address-cells = <0x01>;
#size-cells = <0x01>;
compatible = "ti,am654-icssg";
ranges = <0x00 0x00 0xb000000 0x80000>;
reg = <0x00 0xb000000 0x00 0x80000>;
mii-rt@32000 {
compatible = "ti,pruss-mii\0syscon";
reg = <0x32000 0x100>;
};
rtu@6000 {
reg-names = "iram\0control\0debug";
firmware-name = "am65x-rtu0_1-fw";
compatible = "ti,am654-rtu";
reg = <0x6000 0x2000 0x23800 0x100 0x23c00 0x100>;
};
txpru@a000 {
reg-names = "iram\0control\0debug";
firmware-name = "am65x-txpru0_0-fw";
compatible = "ti,am654-tx-pru";
reg = <0xa000 0x1800 0x25000 0x100 0x25400 0x100>;
};
pru@38000 {
reg-names = "iram\0control\0debug";
firmware-name = "am65x-pru0_1-fw";
compatible = "ti,am654-pru";
reg = <0x38000 0x4000 0x24000 0x100 0x24400 0x100>;
};
mdio@32400 {
#address-cells = <0x01>;
clock-names = "fck";
clocks = <0x04 0x3e 0x03>;
bus_freq = <0xf4240>;
#size-cells = <0x00>;
compatible = "ti,davinci_mdio";
status = "disabled";
reg = <0x32400 0x100>;
};
interrupt-controller@20000 {
interrupts = <0x00 0xfe 0x04 0x00 0xff 0x04 0x00 0x100 0x04 0x00 0x101 0x04 0x00 0x102 0x04 0x00 0x103 0x04 0x00 0x104 0x04 0x00 0x105 0x04>;
compatible = "ti,icssg-intc";
#interrupt-cells = <0x03>;
interrupt-names = "host_intr0\0host_intr1\0host_intr2\0host_intr3\0host_intr4\0host_intr5\0host_intr6\0host_intr7";
reg = <0x20000 0x2000>;
interrupt-controller;
};
mii-g-rt@33000 {
compatible = "ti,pruss-mii-g\0syscon";
reg = <0x33000 0x1000>;
};
txpru@c000 {
reg-names = "iram\0control\0debug";
firmware-name = "am65x-txpru0_1-fw";
compatible = "ti,am654-tx-pru";
reg = <0xc000 0x1800 0x25800 0x100 0x25c00 0x100>;
};
pru@34000 {
reg-names = "iram\0control\0debug";
firmware-name = "am65x-pru0_0-fw";
compatible = "ti,am654-pru";
reg = <0x34000 0x4000 0x22000 0x100 0x22400 0x100>;
};
memories@0 {
reg-names = "dram0\0dram1\0shrdram2";
reg = <0x00 0x2000 0x2000 0x2000 0x10000 0x10000>;
};
cfg@26000 {
#address-cells = <0x01>;
#size-cells = <0x01>;
compatible = "ti,pruss-cfg\0syscon";
ranges = <0x00 0x26000 0x2000>;
reg = <0x26000 0x200>;
clocks {
#address-cells = <0x01>;
#size-cells = <0x00>;
iepclk-mux@30 {
assigned-clocks = <0x3b>;
assigned-clock-parents = <0x3a>;
clocks = <0x04 0x3e 0x0a 0x3a>;
#clock-cells = <0x00>;
reg = <0x30>;
phandle = <0x3b>;
};
coreclk-mux@3c {
assigned-clocks = <0x3a>;
assigned-clock-parents = <0x04 0x3e 0x03>;
clocks = <0x04 0x3e 0x13 0x04 0x3e 0x03>;
#clock-cells = <0x00>;
reg = <0x3c>;
phandle = <0x3a>;
};
};
};
rtu@4000 {
reg-names = "iram\0control\0debug";
firmware-name = "am65x-rtu0_0-fw";
compatible = "ti,am654-rtu";
reg = <0x4000 0x2000 0x23000 0x100 0x23400 0x100>;
};
};
serial@2820000 {
power-domains = <0x03 0x94 0x01>;
interrupts = <0x00 0xc2 0x04>;
clock-frequency = <0x2dc6c00>;
compatible = "ti,am654-uart";
reg = <0x00 0x2820000 0x00 0x100>;
};
spi@2130000 {
power-domains = <0x03 0x8c 0x01>;
#address-cells = <0x01>;
interrupts = <0x00 0xbb 0x04>;
clocks = <0x04 0x8c 0x01>;
#size-cells = <0x00>;
compatible = "ti,am654-mcspi\0ti,omap4-mcspi";
reg = <0x00 0x2130000 0x00 0x400>;
};
pwm@3030000 {
power-domains = <0x03 0x2b 0x01>;
clock-names = "tbclk\0fck";
clocks = <0x39 0x03 0x04 0x2b 0x00>;
#pwm-cells = <0x03>;
compatible = "ti,am654-ehrpwm\0ti,am3352-ehrpwm";
reg = <0x00 0x3030000 0x00 0x100>;
};
pinctrl@11c2e8 {
#pinctrl-cells = <0x01>;
pinctrl-single,register-width = <0x20>;
compatible = "pinctrl-single";
reg = <0x00 0x11c2e8 0x00 0x24>;
pinctrl-single,function-mask = <0xffffffff>;
main-i2c0-pins-default {
pinctrl-single,pins = <0x00 0x50000 0x04 0x50000>;
phandle = <0x24>;
};
main-i2c1-pins-default {
pinctrl-single,pins = <0x08 0x50000 0x0c 0x50000>;
phandle = <0x25>;
};
ecap0-pins-default {
pinctrl-single,pins = <0x10 0x50000>;
phandle = <0x27>;
};
};
mcasp@2b00000 {
power-domains = <0x03 0x68 0x01>;
clock-names = "fck";
reg-names = "mpu\0dat";
interrupts = <0x00 0xd0 0x04 0x00 0xd1 0x04>;
clocks = <0x04 0x68 0x00>;
dma-names = "tx\0rx";
compatible = "ti,am33xx-mcasp-audio";
status = "disabled";
interrupt-names = "tx\0rx";
reg = <0x00 0x2b00000 0x00 0x2000 0x00 0x2b08000 0x00 0x1000>;
dmas = <0x23 0xc400 0x23 0x4400>;
};
serdes@900000 {
power-domains = <0x03 0x99 0x01>;
clock-output-names = "serdes0_cmu_refclk\0serdes0_lo_refclk\0serdes0_ro_refclk";
mux-controls = <0x20 0x00>;
reg-names = "serdes";
assigned-clocks = <0x04 0x99 0x04 0x1e 0x00>;
assigned-clock-parents = <0x04 0x99 0x08 0x04 0x99 0x04>;
clocks = <0x04 0x99 0x04 0x04 0x99 0x01 0x1d 0x01>;
#clock-cells = <0x01>;
ti,serdes-clk = <0x1f>;
#phy-cells = <0x02>;
compatible = "ti,phy-am654-serdes";
status = "disabled";
reg = <0x00 0x900000 0x00 0x2000>;
phandle = <0x1e>;
};
pwm@3100000 {
power-domains = <0x03 0x27 0x01>;
pinctrl-names = "default";
pinctrl-0 = <0x27>;
clock-names = "fck";
clocks = <0x04 0x27 0x00>;
#pwm-cells = <0x03>;
compatible = "ti,am654-ecap\0ti,am3352-ecap";
reg = <0x00 0x3100000 0x00 0x60>;
};
dwc3@4020000 {
power-domains = <0x03 0x98 0x01>;
#address-cells = <0x01>;
dma-coherent;
assigned-clocks = <0x04 0x98 0x02>;
assigned-clock-parents = <0x04 0x98 0x04>;
interrupts = <0x00 0x75 0x04>;
clocks = <0x04 0x98 0x02>;
#size-cells = <0x01>;
compatible = "ti,am654-dwc3";
ranges = <0x00 0x00 0x4020000 0x20000>;
reg = <0x00 0x4020000 0x00 0x4000>;
usb@10000 {
pinctrl-names = "default";
phy-names = "usb2-phy";
pinctrl-0 = <0x2f>;
interrupts = <0x00 0x78 0x04 0x00 0x78 0x04 0x00 0x74 0x04>;
compatible = "snps,dwc3";
interrupt-names = "peripheral\0host\0otg";
phys = <0x2e>;
reg = <0x10000 0x10000>;
dr_mode = "otg";
maximum-speed = "high-speed";
};
};
gpio@600000 {
ti,davinci-gpio-unbanked = <0x00>;
clock-names = "gpio";
gpio-controller;
interrupts = <0xc0 0xc1 0xc2 0xc3 0xc4 0xc5>;
clocks = <0x04 0x39 0x00>;
interrupt-parent = <0x33>;
ti,ngpio = <0x60>;
compatible = "ti,am654-gpio\0ti,keystone-gpio";
#interrupt-cells = <0x02>;
reg = <0x00 0x600000 0x00 0x100>;
#gpio-cells = <0x02>;
interrupt-controller;
};
i2c@2000000 {
power-domains = <0x03 0x6e 0x01>;
pinctrl-names = "default";
#address-cells = <0x01>;
pinctrl-0 = <0x24>;
clock-names = "fck";
interrupts = <0x00 0xc8 0x04>;
clocks = <0x04 0x6e 0x01>;
#size-cells = <0x00>;
clock-frequency = <0x61a80>;
compatible = "ti,am654-i2c\0ti,omap4-i2c";
reg = <0x00 0x2000000 0x00 0x100>;
gpio@21 {
gpio-controller;
compatible = "nxp,pca9555";
reg = <0x21>;
#gpio-cells = <0x02>;
};
};
crypto@4e00000 {
power-domains = <0x03 0x88 0x01>;
#address-cells = <0x02>;
dma-coherent;
#size-cells = <0x02>;
dma-names = "tx\0rx1\0rx2";
compatible = "ti,am654-sa2ul";
ranges = <0x00 0x4e00000 0x00 0x4e00000 0x00 0x30000>;
reg = <0x00 0x4e00000 0x00 0x1200>;
dmas = <0x23 0xc000 0x23 0x4000 0x23 0x4001>;
rng@4e10000 {
interrupts = <0x00 0x18 0x04>;
clocks = <0x04 0x88 0x01>;
compatible = "inside-secure,safexcel-eip76";
reg = <0x00 0x4e10000 0x00 0x7d>;
};
};
interrupt-controller@1800000 {
#address-cells = <0x02>;
interrupts = <0x01 0x09 0x04>;
#size-cells = <0x02>;
compatible = "arm,gic-v3";
ranges;
#interrupt-cells = <0x03>;
reg = <0x00 0x1800000 0x00 0x10000 0x00 0x1880000 0x00 0x90000 0x00 0x6f000000 0x00 0x2000 0x00 0x6f010000 0x00 0x1000 0x00 0x6f020000 0x00 0x2000>;
phandle = <0x01>;
interrupt-controller;
msi-controller@1820000 {
socionext,synquacer-pre-its = <0x1000000 0x400000>;
msi-controller;
compatible = "arm,gic-v3-its";
reg = <0x00 0x1820000 0x00 0x10000>;
phandle = <0x36>;
#msi-cells = <0x01>;
};
};
pinctrl@11c000 {
#pinctrl-cells = <0x01>;
pinctrl-single,register-width = <0x20>;
compatible = "pinctrl-single";
reg = <0x00 0x11c000 0x00 0x2e4>;
pinctrl-single,function-mask = <0xffffffff>;
main-i2c2-pins-default {
pinctrl-single,pins = <0x74 0x50005 0x70 0x50005>;
phandle = <0x26>;
};
main-uart0-pins-default {
pinctrl-single,pins = <0x1e4 0x50000 0x1e8 0x10000 0x1ec 0x50000 0x1f0 0x10000>;
phandle = <0x22>;
};
main-mmc0-pins-default {
pinctrl-single,pins = <0x1a8 0x40000 0x1ac 0x60000 0x1a4 0x60000 0x1a0 0x60000 0x19c 0x60000 0x198 0x60000 0x194 0x60000 0x190 0x60000 0x18c 0x60000 0x188 0x60000 0x1b4 0x60000 0x1b0 0x50000>;
phandle = <0x29>;
};
usb1-pins-default {
pinctrl-single,pins = <0x2c0 0x10000>;
phandle = <0x2f>;
};
main-mmc1-pins-default {
pinctrl-single,pins = <0x2d4 0x40000 0x2d8 0x60000 0x2d0 0x60000 0x2cc 0x60000 0x2c8 0x60000 0x2c4 0x60000 0x2dc 0x60000 0x2e0 0x50000>;
phandle = <0x2b>;
};
main-spi0-pins-default {
pinctrl-single,pins = <0x1c4 0x50000 0x1c8 0x50000 0x1cc 0x50000 0x1bc 0x10000>;
phandle = <0x28>;
};
};
sram@70000000 {
#address-cells = <0x01>;
#size-cells = <0x01>;
compatible = "mmio-sram";
ranges = <0x00 0x00 0x70000000 0xf0000>;
reg = <0x00 0x70000000 0x00 0xf0000>;
atf-sram@0 {
reg = <0x00 0x20000>;
};
};
spi@2100000 {
power-domains = <0x03 0x89 0x01>;
pinctrl-names = "default";
#address-cells = <0x01>;
pinctrl-0 = <0x28>;
interrupts = <0x00 0xb8 0x04>;
clocks = <0x04 0x89 0x01>;
#size-cells = <0x00>;
dma-names = "tx0\0rx0";
compatible = "ti,am654-mcspi\0ti,omap4-mcspi";
ti,pindir-d0-out-d1-in;
reg = <0x00 0x2100000 0x00 0x400>;
dmas = <0x23 0xc500 0x23 0x4500>;
flash@0 {
#address-cells = <0x01>;
spi-tx-bus-width = <0x01>;
#size-cells = <0x01>;
spi-max-frequency = <0x2dc6c00>;
spi-rx-bus-width = <0x01>;
compatible = "jedec,spi-nor";
reg = <0x00>;
};
};
pwm@3000000 {
power-domains = <0x03 0x28 0x01>;
clock-names = "tbclk\0fck";
clocks = <0x39 0x00 0x04 0x28 0x00>;
#pwm-cells = <0x03>;
compatible = "ti,am654-ehrpwm\0ti,am3352-ehrpwm";
reg = <0x00 0x3000000 0x00 0x100>;
};
spi@2140000 {
power-domains = <0x03 0x8d 0x01>;
#address-cells = <0x01>;
interrupts = <0x00 0xbc 0x04>;
clocks = <0x04 0x8d 0x01>;
#size-cells = <0x00>;
compatible = "ti,am654-mcspi\0ti,omap4-mcspi";
reg = <0x00 0x2140000 0x00 0x400>;
};
pwm@3040000 {
power-domains = <0x03 0x2c 0x01>;
clock-names = "tbclk\0fck";
clocks = <0x39 0x04 0x04 0x2c 0x00>;
#pwm-cells = <0x03>;
compatible = "ti,am654-ehrpwm\0ti,am3352-ehrpwm";
reg = <0x00 0x3040000 0x00 0x100>;
};
mcasp@2b10000 {
power-domains = <0x03 0x69 0x01>;
clock-names = "fck";
reg-names = "mpu\0dat";
interrupts = <0x00 0xd2 0x04 0x00 0xd3 0x04>;
clocks = <0x04 0x69 0x00>;
dma-names = "tx\0rx";
compatible = "ti,am33xx-mcasp-audio";
status = "disabled";
interrupt-names = "tx\0rx";
reg = <0x00 0x2b10000 0x00 0x2000 0x00 0x2b18000 0x00 0x1000>;
dmas = <0x23 0xc401 0x23 0x4401>;
};
serdes@910000 {
power-domains = <0x03 0x9a 0x01>;
clock-output-names = "serdes1_cmu_refclk\0serdes1_lo_refclk\0serdes1_ro_refclk";
mux-controls = <0x20 0x01>;
reg-names = "serdes";
assigned-clocks = <0x04 0x9a 0x05 0x1d 0x00>;
assigned-clock-parents = <0x04 0x9a 0x09 0x04 0x9a 0x05>;
clocks = <0x1e 0x02 0x04 0x9a 0x01 0x04 0x9a 0x05>;
#clock-cells = <0x01>;
ti,serdes-clk = <0x21>;
#phy-cells = <0x02>;
compatible = "ti,phy-am654-serdes";
status = "disabled";
reg = <0x00 0x910000 0x00 0x2000>;
phandle = <0x1d>;
};
i2c@2010000 {
power-domains = <0x03 0x6f 0x01>;
pinctrl-names = "default";
#address-cells = <0x01>;
pinctrl-0 = <0x25>;
clock-names = "fck";
interrupts = <0x00 0xc9 0x04>;
clocks = <0x04 0x6f 0x01>;
#size-cells = <0x00>;
clock-frequency = <0x61a80>;
compatible = "ti,am654-i2c\0ti,omap4-i2c";
reg = <0x00 0x2010000 0x00 0x100>;
};
pcie-ep@5600000 {
power-domains = <0x03 0x79 0x01>;
dma-coherent;
reg-names = "app\0dbics\0addr_space\0atu";
num-ob-windows = <0x10>;
interrupts = <0x00 0x163 0x01>;
max-link-speed = <0x02>;
compatible = "ti,am654-pcie-ep";
status = "disabled";
reg = <0x00 0x5600000 0x00 0x1000 0x00 0x5601000 0x00 0x1000 0x00 0x18000000 0x00 0x4000000 0x00 0x5606000 0x00 0x1000>;
ti,syscon-pcie-mode = <0x37>;
num-ib-windows = <0x10>;
};
serial@2800000 {
power-domains = <0x03 0x92 0x00>;
pinctrl-names = "default";
pinctrl-0 = <0x22>;
interrupts = <0x00 0xc0 0x04>;
clock-frequency = <0x2dc6c00>;
current-speed = <0x1c200>;
compatible = "ti,am654-uart";
reg = <0x00 0x2800000 0x00 0x100>;
};
spi@2110000 {
power-domains = <0x03 0x8a 0x01>;
#address-cells = <0x01>;
assigned-clocks = <0x04 0x89 0x01>;
assigned-clock-rates = <0x2dc6c00>;
interrupts = <0x00 0xb9 0x04>;
clocks = <0x04 0x8a 0x01>;
#size-cells = <0x00>;
compatible = "ti,am654-mcspi\0ti,omap4-mcspi";
reg = <0x00 0x2110000 0x00 0x400>;
};
pwm@3010000 {
power-domains = <0x03 0x29 0x01>;
clock-names = "tbclk\0fck";
clocks = <0x39 0x01 0x04 0x29 0x00>;
#pwm-cells = <0x03>;
compatible = "ti,am654-ehrpwm\0ti,am3352-ehrpwm";
reg = <0x00 0x3010000 0x00 0x100>;
};
phy@4100000 {
clock-names = "wkupclk\0refclk";
clocks = <0x04 0x97 0x00 0x04 0x97 0x01>;
#phy-cells = <0x00>;
compatible = "ti,am654-usb2\0ti,omap-usb2";
status = "disabled";
reg = <0x00 0x4100000 0x00 0x54>;
phandle = <0x2c>;
syscon-phy-power = <0x2d 0x4000>;
};
pwm@3050000 {
power-domains = <0x03 0x2d 0x01>;
clock-names = "tbclk\0fck";
clocks = <0x39 0x05 0x04 0x2d 0x00>;
#pwm-cells = <0x03>;
compatible = "ti,am654-ehrpwm\0ti,am3352-ehrpwm";
reg = <0x00 0x3050000 0x00 0x100>;
};
};
gpio-keys {
pinctrl-names = "default";
pinctrl-0 = <0x48>;
autorepeat;
compatible = "gpio-keys";
sw6 {
label = "GPIO Key USER2";
linux,code = <0x101>;
gpios = <0x07 0x1b 0x01>;
};
sw5 {
label = "GPIO Key USER1";
linux,code = <0x100>;
gpios = <0x07 0x18 0x01>;
};
};
l2-cache1 {
cache-size = <0x80000>;
cache-level = <0x02>;
cache-sets = <0x200>;
compatible = "cache";
cache-line-size = <0x40>;
next-level-cache = <0x46>;
phandle = <0x45>;
};
aliases {
i2c3 = "/bus@100000/i2c@2010000";
ethernet0 = "/bus@100000/bus@28380000/ethernet@46000000/ethernet-ports/port@1";
i2c1 = "/bus@100000/bus@28380000/i2c@40b00000";
mmc1 = "/bus@100000/mmc@4fa0000";
serial3 = "/bus@100000/serial@2810000";
serial1 = "/bus@100000/bus@28380000/serial@40a00000";
i2c4 = "/bus@100000/i2c@2020000";
i2c2 = "/bus@100000/i2c@2000000";
i2c0 = "/bus@100000/bus@28380000/bus@42040000/i2c@42120000";
serial4 = "/bus@100000/serial@2820000";
mmc0 = "/bus@100000/mmc@4f80000";
serial2 = "/bus@100000/serial@2800000";
i2c5 = "/bus@100000/i2c@2030000";
serial0 = "/bus@100000/bus@28380000/bus@42040000/serial@42300000";
};
firmware {
optee {
method = "smc";
compatible = "linaro,optee-tz";
};
psci {
method = "smc";
compatible = "arm,psci-1.0";
};
};
chosen {
bootargs = "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/am654x-evm/autofs/9cebeb7a2ef61acf404b0f5bb757c762,nolock,v3,tcp,rsize=4096,wsize=4096 ";
stdout-path = "serial2:115200n8";
};
fixedregulator-evm12v0 {
regulator-max-microvolt = <0xb71b00>;
regulator-boot-on;
regulator-always-on;
regulator-min-microvolt = <0xb71b00>;
regulator-name = "evm_12v0";
compatible = "regulator-fixed";
phandle = <0x49>;
};
pmu {
interrupts = <0x01 0x07 0x04>;
compatible = "arm,cortex-a53-pmu";
};
cpus {
#address-cells = <0x01>;
#size-cells = <0x00>;
cpu@1 {
d-cache-line-size = <0x40>;
i-cache-line-size = <0x40>;
device_type = "cpu";
compatible = "arm,cortex-a53";
d-cache-size = <0x8000>;
next-level-cache = <0x44>;
i-cache-size = <0x8000>;
reg = <0x01>;
enable-method = "psci";
phandle = <0x41>;
d-cache-sets = <0x80>;
i-cache-sets = <0x100>;
};
cpu@101 {
d-cache-line-size = <0x40>;
i-cache-line-size = <0x40>;
device_type = "cpu";
compatible = "arm,cortex-a53";
d-cache-size = <0x8000>;
next-level-cache = <0x45>;
i-cache-size = <0x8000>;
reg = <0x101>;
enable-method = "psci";
phandle = <0x43>;
d-cache-sets = <0x80>;
i-cache-sets = <0x100>;
};
cpu-map {
cluster0 {
core1 {
cpu = <0x41>;
};
core0 {
cpu = <0x40>;
};
};
cluster1 {
core1 {
cpu = <0x43>;
};
core0 {
cpu = <0x42>;
};
};
};
cpu@0 {
d-cache-line-size = <0x40>;
i-cache-line-size = <0x40>;
device_type = "cpu";
compatible = "arm,cortex-a53";
d-cache-size = <0x8000>;
next-level-cache = <0x44>;
i-cache-size = <0x8000>;
reg = <0x00>;
enable-method = "psci";
phandle = <0x40>;
d-cache-sets = <0x80>;
i-cache-sets = <0x100>;
};
cpu@100 {
d-cache-line-size = <0x40>;
i-cache-line-size = <0x40>;
device_type = "cpu";
compatible = "arm,cortex-a53";
d-cache-size = <0x8000>;
next-level-cache = <0x45>;
i-cache-size = <0x8000>;
reg = <0x100>;
enable-method = "psci";
phandle = <0x42>;
d-cache-sets = <0x80>;
i-cache-sets = <0x100>;
};
};
reserved-memory {
#address-cells = <0x02>;
#size-cells = <0x02>;
ranges;
secure-ddr@9e800000 {
alignment = <0x1000>;
reg = <0x00 0x9e800000 0x00 0x1800000>;
no-map;
};
r5f-memory@a0100000 {
compatible = "shared-dma-pool";
reg = <0x00 0xa0100000 0x00 0xf00000>;
phandle = <0x16>;
no-map;
};
r5f-dma-memory@a0000000 {
compatible = "shared-dma-pool";
reg = <0x00 0xa0000000 0x00 0x100000>;
phandle = <0x15>;
no-map;
};
r5f-memory@a1100000 {
compatible = "shared-dma-pool";
reg = <0x00 0xa1100000 0x00 0xf00000>;
phandle = <0x1a>;
no-map;
};
ipc-memories@a2000000 {
alignment = <0x1000>;
reg = <0x00 0xa2000000 0x00 0x100000>;
no-map;
};
r5f-dma-memory@a1000000 {
compatible = "shared-dma-pool";
reg = <0x00 0xa1000000 0x00 0x100000>;
phandle = <0x19>;
no-map;
};
};
};
# lkvm run -k /root/Image -m 448 -c 4 --name guest-388
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 5.17.0-rc4-next-20220215-00010-g98d58dc456da (a0133052@eptfinf01) (Ubuntu clang version 14.0.0-++20210915091413+5ec1845cad9e-1~exp1~20210915072217.2675, LLD 14.0.0) #kernel_patch_verify_build SMP PREEMPT Tue Feb 15 17:00:24 UTC 2
[ 0.000000] Machine model: linux,dummy-virt
[ 0.000000] efi: UEFI not found.
[ 0.000000] earlycon: ns16550a0 at MMIO 0x0000000001000000 (options '')
[ 0.000000] printk: bootconsole [ns16550a0] enabled
[ 0.000000] NUMA: No NUMA configuration found
[ 0.000000] NUMA: Faking a node at [mem 0x0000000080000000-0x000000009bffffff]
[ 0.000000] NUMA: NODE_DATA [mem 0x9bf19b40-0x9bf1bfff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x000000009bffffff]
[ 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-0x000000009bffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000009bffffff]
[ 0.000000] On node 0, zone DMA: 16384 pages in unavailable ranges
[ 0.000000] cma: Reserved 32 MiB at 0x0000000099400000
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.0 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.1
[ 0.000000] smccc: KVM: hypervisor services detected (0x00000000 0x00000000 0x00000000 0x00000003)
[ 0.000000] percpu: Embedded 20 pages/cpu s43048 r8192 d30680 u81920
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: GIC system register CPU interface present but disabled by higher exception level
[ 0.000000] CPU features: detected: ARM erratum 845719
[ 0.000000] Fallback order for Node 0: 0
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 112896
[ 0.000000] Policy zone: DMA
[ 0.000000] Kernel command line: console=ttyS0 rw rootflags=trans=virtio,version=9p2000.L,cache=loose rootfstype=9p init=/virt/init ip=dhcp earlycon
[ 0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[ 0.000000] Memory: 394340K/458752K available (13696K kernel code, 1278K rwdata, 4952K rodata, 896K init, 457K bss, 31644K reserved, 32768K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, 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=4.
[ 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=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] random: get_random_bytes called from start_kernel+0x1d4/0x440 with crng_init=0
[ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (virt).
[ 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.003658] Console: colour dummy device 80x25
[ 0.005468] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.009681] pid_max: default: 32768 minimum: 301
[ 0.011510] LSM: Security Framework initializing
[ 0.013389] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
[ 0.016529] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
[ 0.021396] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.024177] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.026891] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.029728] rcu: Hierarchical SRCU implementation.
[ 0.032018] EFI services will not be available.
[ 0.034057] smp: Bringing up secondary CPUs ...
[ 0.047398] Detected VIPT I-cache on CPU1
[ 0.047675] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.059487] Detected VIPT I-cache on CPU2
[ 0.059754] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.071385] Detected VIPT I-cache on CPU3
[ 0.071643] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.072014] smp: Brought up 1 node, 4 CPUs
[ 0.085948] SMP: Total of 4 processors activated.
[ 0.087722] CPU features: detected: 32-bit EL0 Support
[ 0.089696] CPU features: detected: 32-bit EL1 Support
[ 0.091898] CPU features: detected: CRC32 instructions
[ 0.115641] CPU: All CPU(s) started at EL1
[ 0.117673] alternatives: patching kernel code
[ 0.121369] devtmpfs: initialized
[ 0.124869] KASLR disabled due to lack of seed
[ 0.126853] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.131144] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.136878] pinctrl core: initialized pinctrl subsystem
[ 0.139825] DMI not present or invalid.
[ 0.142029] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.149135] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
[ 0.152421] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.156047] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.159188] audit: initializing netlink subsys (disabled)
[ 0.161997] audit: type=2000 audit(0.136:1): state=initialized audit_enabled=0 res=1
[ 0.162671] thermal_sys: Registered thermal governor 'step_wise'
[ 0.165048] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.167778] cpuidle: using governor menu
[ 0.172003] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.175004] ASID allocator initialised with 65536 entries
[ 0.177611] Serial: AMBA PL011 UART driver
[ 0.181071] OF: /pci: could not find phandle 2
[ 0.196793] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.199555] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.202139] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.204832] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.209490] ACPI: Interpreter disabled.
[ 0.211568] iommu: Default domain type: Translated
[ 0.213637] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.216270] vgaarb: loaded
[ 0.217770] SCSI subsystem initialized
[ 0.219856] usbcore: registered new interface driver usbfs
[ 0.222168] usbcore: registered new interface driver hub
[ 0.224199] usbcore: registered new device driver usb
[ 0.226433] pps_core: LinuxPPS API ver. 1 registered
[ 0.228317] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.232372] PTP clock support registered
[ 0.234040] EDAC MC: Ver: 3.0.0
[ 0.236265] FPGA manager framework
[ 0.237967] Advanced Linux Sound Architecture Driver Initialized.
[ 0.241669] clocksource: Switched to clocksource arch_sys_counter
[ 0.244706] VFS: Disk quotas dquot_6.6.0
[ 0.246495] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.249374] pnp: PnP ACPI: disabled
[ 0.261102] NET: Registered PF_INET protocol family
[ 0.263516] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.267200] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear)
[ 0.271265] TCP established hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.274371] TCP bind hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 0.278894] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.281615] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.284481] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.287558] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.290905] RPC: Registered named UNIX socket transport module.
[ 0.293159] RPC: Registered udp transport module.
[ 0.295253] RPC: Registered tcp transport module.
[ 0.297015] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.299735] PCI: CLS 0 bytes, default 64
[ 0.302241] kvm [1]: HYP mode not available
[ 0.305035] Initialise system trusted keyrings
[ 0.307416] workingset: timestamp_bits=42 max_order=17 bucket_order=0
[ 0.319364] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.322778] NFS: Registering the id_resolver key type
[ 0.324733] Key type id_resolver registered
[ 0.326491] Key type id_legacy registered
[ 0.328114] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.330823] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.333919] 9p: Installing v9fs 9p2000 file system support
[ 0.385946] Key type asymmetric registered
[ 0.387515] Asymmetric key parser 'x509' registered
[ 0.389631] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[ 0.392839] io scheduler mq-deadline registered
[ 0.394724] io scheduler kyber registered
[ 0.398581] pci-host-generic 40000000.pci: host bridge /pci ranges:
[ 0.401113] pci-host-generic 40000000.pci: IO 0x0000000000..0x000000ffff -> 0x0000000000
[ 0.404875] pci-host-generic 40000000.pci: MEM 0x0050000000..0x007fffffff -> 0x0050000000
[ 0.408604] pci-host-generic 40000000.pci: ECAM at [mem 0x40000000-0x4fffffff] for [bus 00]
[ 0.412312] pci-host-generic 40000000.pci: PCI host bridge to bus 0000:00
[ 0.415120] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 0.417464] pci_bus 0000:00: root bus resource [mem 0x50000000-0x7fffffff]
[ 0.422027] EINJ: ACPI disabled.
[ 0.430540] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.435408] printk: console [ttyS0] disabled
[ 0.437143] 1000000.U6_16550A: ttyS0 at MMIO 0x1000000 (irq = 13, base_baud = 115200) is a 16550A
[ 0.441249] printk: console [ttyS0] enabled
[ 0.441249] printk: console [ttyS0] enabled
[ 0.444888] printk: bootconsole [ns16550a0] disabled
[ 0.444888] printk: bootconsole [ns16550a0] disabled
[ 0.778982] 1001000.U6_16550A: ttyS1 at MMIO 0x1001000 (irq = 14, base_baud = 115200) is a 16550A
[ 0.783480] 1002000.U6_16550A: ttyS2 at MMIO 0x1002000 (irq = 15, base_baud = 115200) is a 16550A
[ 0.787926] 1003000.U6_16550A: ttyS3 at MMIO 0x1003000 (irq = 16, base_baud = 115200) is a 16550A
[ 0.792836] cacheinfo: Unable to detect cache hierarchy for CPU 0
[ 0.805744] loop: module loaded
[ 0.807696] megasas: 07.719.03.00-rc1
[ 0.813054] tun: Universal TUN/TAP device driver, 1.6
[ 0.826153] net eth0: Fail to set guest offload.
[ 0.828026] virtio_net virtio2 eth0: set_features() failed (-22); wanted 0x0000000000134829, left 0x0080000000134829
[ 0.836553] thunder_xcv, ver 1.0
[ 0.838145] thunder_bgx, ver 1.0
[ 0.839487] nicpf, ver 1.0
[ 0.840801] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 0.843907] hns3: Copyright (c) 2017 Huawei Corporation.
[ 0.846149] hclge is initializing
[ 0.847485] e1000: Intel(R) PRO/1000 Network Driver
[ 0.849424] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.851990] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.854004] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.856357] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.858596] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.860801] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.863484] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.865919] sky2: driver version 1.30
[ 0.867938] VFIO - User Level meta-driver version: 0.3
[ 0.871669] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.874455] ehci-pci: EHCI PCI platform driver
[ 0.876246] ehci-platform: EHCI generic platform driver
[ 0.878502] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.880909] ohci-pci: OHCI PCI platform driver
[ 0.882882] ohci-platform: OHCI generic platform driver
[ 0.885119] usbcore: registered new interface driver usb-storage
[ 0.888779] i2c_dev: i2c /dev entries driver
[ 0.892214] sdhci: Secure Digital Host Controller Interface driver
[ 0.894919] sdhci: Copyright(c) Pierre Ossman
[ 0.896860] Synopsys Designware Multimedia Card Interface Driver
[ 0.899671] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.902637] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.906336] usbcore: registered new interface driver usbhid
[ 0.908529] usbhid: USB HID core driver
[ 0.912447] NET: Registered PF_PACKET protocol family
[ 0.914982] 9pnet: Installing 9P2000 support
[ 0.921688] Key type dns_resolver registered
[ 0.923929] registered taskstats version 1
[ 0.925611] Loading compiled-in X.509 certificates
[ 0.957740] Sending DHCP requests ., OK
[ 0.975339] IP-Config: Got DHCP answer from 192.168.33.1, my address is 192.168.33.15
[ 0.978638] IP-Config: Complete:
[ 0.979913] device=eth0, hwaddr=02:15:15:15:15:15, ipaddr=192.168.33.15, mask=255.255.255.0, gw=192.168.33.1
[ 0.984229] host=192.168.33.15, domain=ti.com, nis-domain=(none)
[ 0.986937] bootserver=192.168.33.1, rootserver=0.0.0.0, rootpath=
[ 0.986949] nameserver0=192.0.2.2
[ 0.991661] ALSA device list:
[ 0.992856] No soundcards found.
[ 0.997623] VFS: Mounted root (9p filesystem) on device 0:20.
[ 1.002056] devtmpfs: mounted
[ 1.003920] Freeing unused kernel memory: 896K
[ 1.017763] Run /virt/init as init process
Mounting...
#
- 13:23:47 [INFO] Host: opkg list-installed | grep ti-test; echo $?
- 13:23:57 [ERROR] On command: opkg list-installed | grep ti-test; echo $? waiting for opkg list-installed | grep ti-test; echo $?.+?(?-mix:^0) >>> error: execution expired
- 13:23:57 [INFO] Target:
opkg list-installed | grep ti-test; echo $?
[ 1.888474] random: fast init done
/bin/opkg: line 2: cd: /root/kvmtool: No such file or directory
<stdout>: Warning (unit_address_vs_reg): /intc: node has a reg or ranges property, but no unit name
<stdout>: Warning (unit_address_vs_reg): /pci: node has a reg or ranges property, but no unit name
<stdout>: Warning (unit_address_vs_reg): /rtc: node has a reg or ranges property, but no unit name
<stdout>: Warning (unit_address_vs_reg): /memory: node has a reg or ranges property, but no unit name
<stdout>: Warning (msi_parent_property): /pci:msi-parent: cell 0 is not a phandle reference
<stdout>: Warning (msi_parent_property): /pci:msi-parent: Could not get phandle node for (cell 0)
/dts-v1/;
/ {
#address-cells = <0x02>;
#size-cells = <0x02>;
interrupt-parent = <0x01>;
compatible = "linux,dummy-virt";
U6_16550A@1000000 {
interrupts = <0x00 0x00 0x04>;
clock-frequency = <0x1c2000>;
compatible = "ns16550a";
reg = <0x00 0x1000000 0x00 0x08>;
};
intc {
#address-cells = <0x02>;
#size-cells = <0x02>;
compatible = "arm,cortex-a15-gic";
#interrupt-cells = <0x03>;
reg = <0x00 0x3fff0000 0x00 0x10000 0x00 0x3ffd0000 0x00 0x20000>;
phandle = <0x01>;
interrupt-controller;
};
pci {
#address-cells = <0x03>;
dma-coherent;
bus-range = <0x00 0x00>;
interrupt-map;
#size-cells = <0x02>;
device_type = "pci";
compatible = "pci-host-ecam-generic";
ranges = <0x1000000 0x00 0x00 0x00 0x00 0x00 0x10000 0x2000000 0x00 0x50000000 0x00 0x50000000 0x00 0x30000000>;
#interrupt-cells = <0x01>;
reg = <0x00 0x40000000 0x00 0x10000000>;
msi-parent = <0x02>;
};
virtio@3000200 {
dma-coherent;
interrupts = <0x00 0x05 0x01>;
compatible = "virtio,mmio";
reg = <0x00 0x3000200 0x00 0x200>;
};
U6_16550A@1002000 {
interrupts = <0x00 0x02 0x04>;
clock-frequency = <0x1c2000>;
compatible = "ns16550a";
reg = <0x00 0x1002000 0x00 0x08>;
};
psci {
method = "hvc";
compatible = "arm,psci-0.2\0arm,psci";
cpu_on = <0xc4000003>;
migrate = <0xc4000005>;
cpu_suspend = <0xc4000001>;
cpu_off = <0x84000002>;
};
timer {
always-on;
interrupts = <0x01 0x0d 0xf08 0x01 0x0e 0xf08 0x01 0x0b 0xf08 0x01 0x0a 0xf08>;
compatible = "arm,armv8-timer\0arm,armv7-timer";
};
aliases {
serial0 = "/U6_16550A@1000000";
};
U6_16550A@1001000 {
interrupts = <0x00 0x01 0x04>;
clock-frequency = <0x1c2000>;
compatible = "ns16550a";
reg = <0x00 0x1001000 0x00 0x08>;
};
virtio@3000400 {
dma-coherent;
interrupts = <0x00 0x06 0x01>;
compatible = "virtio,mmio";
reg = <0x00 0x3000400 0x00 0x200>;
};
chosen {
bootargs = " console=ttyS0 rw rootflags=trans=virtio,version=9p2000.L,cache=loose rootfstype=9p init=/virt/init ip=dhcp earlycon";
kaslr-seed = <0x00 0x00>;
stdout-path = "serial0";
};
cpus {
#address-cells = <0x01>;
#size-cells = <0x00>;
cpu@1 {
device_type = "cpu";
compatible = "arm,arm-v8";
reg = <0x01>;
enable-method = "psci";
};
cpu@2 {
device_type = "cpu";
compatible = "arm,arm-v8";
reg = <0x02>;
enable-method = "psci";
};
cpu@0 {
device_type = "cpu";
compatible = "arm,arm-v8";
reg = <0x00>;
enable-method = "psci";
};
cpu@3 {
device_type = "cpu";
compatible = "arm,arm-v8";
reg = <0x03>;
enable-method = "psci";
};
};
virtio@3000000 {
dma-coherent;
interrupts = <0x00 0x04 0x01>;
compatible = "virtio,mmio";
reg = <0x00 0x3000000 0x00 0x200>;
};
rtc {
compatible = "motorola,mc146818";
reg = <0x00 0x1010000 0x00 0x02>;
};
memory {
device_type = "memory";
reg = <0x00 0x80000000 0x00 0x1c000000>;
};
U6_16550A@1003000 {
interrupts = <0x00 0x03 0x04>;
clock-frequency = <0x1c2000>;
compatible = "ns16550a";
reg = <0x00 0x1003000 0x00 0x08>;
};
};
/bin/opkg: line 4: ./lkvm: No such file or directory
1
#
- 13:23:57 [INFO] Host: opkg update
- 13:27:57 [ERROR] On command: opkg update waiting for opkg update.+?(?-mix:root@[\w\d\-]+) >>> error: execution expired
- 13:27:57 [INFO] Target:
opkg update
/bin/opkg: line 2: cd: /root/kvmtool: No such file or directory
<stdout>: Warning (unit_address_vs_reg): /intc: node has a reg or ranges property, but no unit name
<stdout>: Warning (unit_address_vs_reg): /pci: node has a reg or ranges property, but no unit name
<stdout>: Warning (unit_address_vs_reg): /rtc: node has a reg or ranges property, but no unit name
<stdout>: Warning (unit_address_vs_reg): /memory: node has a reg or ranges property, but no unit name
<stdout>: Warning (msi_parent_property): /pci:msi-parent: cell 0 is not a phandle reference
<stdout>: Warning (msi_parent_property): /pci:msi-parent: Could not get phandle node for (cell 0)
/dts-v1/;
/ {
#address-cells = <0x02>;
#size-cells = <0x02>;
interrupt-parent = <0x01>;
compatible = "linux,dummy-virt";
U6_16550A@1000000 {
interrupts = <0x00 0x00 0x04>;
clock-frequency = <0x1c2000>;
compatible = "ns16550a";
reg = <0x00 0x1000000 0x00 0x08>;
};
intc {
#address-cells = <0x02>;
#size-cells = <0x02>;
compatible = "arm,cortex-a15-gic";
#interrupt-cells = <0x03>;
reg = <0x00 0x3fff0000 0x00 0x10000 0x00 0x3ffd0000 0x00 0x20000>;
phandle = <0x01>;
interrupt-controller;
};
pci {
#address-cells = <0x03>;
dma-coherent;
bus-range = <0x00 0x00>;
interrupt-map;
#size-cells = <0x02>;
device_type = "pci";
compatible = "pci-host-ecam-generic";
ranges = <0x1000000 0x00 0x00 0x00 0x00 0x00 0x10000 0x2000000 0x00 0x50000000 0x00 0x50000000 0x00 0x30000000>;
#interrupt-cells = <0x01>;
reg = <0x00 0x40000000 0x00 0x10000000>;
msi-parent = <0x02>;
};
virtio@3000200 {
dma-coherent;
interrupts = <0x00 0x05 0x01>;
compatible = "virtio,mmio";
reg = <0x00 0x3000200 0x00 0x200>;
};
U6_16550A@1002000 {
interrupts = <0x00 0x02 0x04>;
clock-frequency = <0x1c2000>;
compatible = "ns16550a";
reg = <0x00 0x1002000 0x00 0x08>;
};
psci {
method = "hvc";
compatible = "arm,psci-0.2\0arm,psci";
cpu_on = <0xc4000003>;
migrate = <0xc4000005>;
cpu_suspend = <0xc4000001>;
cpu_off = <0x84000002>;
};
timer {
always-on;
interrupts = <0x01 0x0d 0xf08 0x01 0x0e 0xf08 0x01 0x0b 0xf08 0x01 0x0a 0xf08>;
compatible = "arm,armv8-timer\0arm,armv7-timer";
};
aliases {
serial0 = "/U6_16550A@1000000";
};
U6_16550A@1001000 {
interrupts = <0x00 0x01 0x04>;
clock-frequency = <0x1c2000>;
compatible = "ns16550a";
reg = <0x00 0x1001000 0x00 0x08>;
};
virtio@3000400 {
dma-coherent;
interrupts = <0x00 0x06 0x01>;
compatible = "virtio,mmio";
reg = <0x00 0x3000400 0x00 0x200>;
};
chosen {
bootargs = " console=ttyS0 rw rootflags=trans=virtio,version=9p2000.L,cache=loose rootfstype=9p init=/virt/init ip=dhcp earlycon";
kaslr-seed = <0x00 0x00>;
stdout-path = "serial0";
};
cpus {
#address-cells = <0x01>;
#size-cells = <0x00>;
cpu@1 {
device_type = "cpu";
compatible = "arm,arm-v8";
reg = <0x01>;
enable-method = "psci";
};
cpu@2 {
device_type = "cpu";
compatible = "arm,arm-v8";
reg = <0x02>;
enable-method = "psci";
};
cpu@0 {
device_type = "cpu";
compatible = "arm,arm-v8";
reg = <0x00>;
enable-method = "psci";
};
cpu@3 {
device_type = "cpu";
compatible = "arm,arm-v8";
reg = <0x03>;
enable-method = "psci";
};
};
virtio@3000000 {
dma-coherent;
interrupts = <0x00 0x04 0x01>;
compatible = "virtio,mmio";
reg = <0x00 0x3000000 0x00 0x200>;
};
rtc {
compatible = "motorola,mc146818";
reg = <0x00 0x1010000 0x00 0x02>;
};
memory {
device_type = "memory";
reg = <0x00 0x80000000 0x00 0x1c000000>;
};
U6_16550A@1003000 {
interrupts = <0x00 0x03 0x04>;
clock-frequency = <0x1c2000>;
compatible = "ns16550a";
reg = <0x00 0x1003000 0x00 0x08>;
};
};
/bin/opkg: line 4: ./lkvm: No such file or directory
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment