This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: TDA4VMXEVM
Dear Sir or Madam,
With the latest firmware and previous versions for TDA4EVM (on both E6 and E7 version), we have found a booting issue from emmc against booting from tf card. The same firmware was burned to emmc and tf card, and the system behaved differently with these two methods.
With tf card, the system seemed running fine and demo applications (such as tidl) can be used without an error, but with booting from emmc, the starting page and an error message appeared as below when running a vision app.
what could be the possible reason for this?
Secondly, regarding uboot setting for booting from either mmc or tf card, we toggled SW8 and SW9 's first port on the board and tried to start uboot from emmc or tf card. We tried either port 1 or port 0 for boot setting, uboot always boot from emmc (port 0). What could be the reason for this?
Thirdly, in uboot we set ums 0 mmc 0, then mount emmc, then try to write the firmware onto it, and it takes around 40 minutes for this process, using either install_to_sd_card.sh or mke linux_fs_install_sd. The same process only takes 3 to 4 minutes on tf card. How to improve the efficiency with emmc?
Thanks,
Yanbo
Hi Yanbo,
What do you mean by tf card?
Are you referring to SD card?
Regards,
Vishal
-1-
For first question, could you try comparing logs from SD card boot and emmc boot?
Also, how are you using the emmc partitions? Which component is flashed in which partition?
-2-
For SD boot I am using: SW8 --> 1000_0010, SW9 --> 0000_0000
For eMMC boot partition I am using SW8 --> 1000_0000, SW9 --> 0100_0000
What do you mean by port0 and port1 here?
-3-
Let me check on the ums feature in u-boot and get back to you.
Regards,
Vishal
Hi Vishal,
It is difficult to attach log files to this thread. Please let me know a feasible and convenient way to do so.
For the first question, the snapshots below represent the difference between two log files, with left for EMMC and right for SD CARD.
We follow the same procedure using both ways, with the only difference being: we mount emmc using ums 0 mmc 0 in u-boot, and mount sd card using ums 0 mmc 1.
On the host PC, we proceed with the following command:
sudo psdk_rtos_auto/scripts/mk-linux-card.sh /dev/sdX
psdk_rtos_auto/scripts/install_to_sd_card.sh
make linux_fs_install_sd
Regarding your second question, we set emmc boot using the config as: sw8:1000 0000, sw9:0100 0000
and found that it was unable to boot and no log data could be seen via serial interface. We can only use sw8:1000 0000, sw9:0000 0000
to get the booting done. This actually has been mentioned in (http://e2e.ti.com/support/processors/f/791/t/871627?tisearch=e2e-sitesearch&keymatch=emmc )
Port 0 and Port 1 refer to pin for bootmode6 in datasshet and E3 schematics, as shown below.
Also, it can be seen in the booting log that u-boot env is obtained from mmc1 (EMMC).
Thanks,
Yanbo
Hi Yanbo,
On TI EVM MMC0 is connected to eMMC and MMC1 is connected to SD card slot.
Boot Mode | Port | Boot device |
MMC / SD Card | 0 | eMMC userdata partition |
MMC / SD Card | 1 | SD Card |
eMMC | 0 | eMMC boot0 partition |
eMMC | 1 | Not applicable to TI EVM. We don't have eMMC installed on MMC1 interface |
Regards,
Vishal
For flashing images to eMMC refer to below two e2e threads
Boot Images --> https://e2e.ti.com/support/processors/f/791/t/886980
Other Images --> https://e2e.ti.com/support/processors/f/791/t/887773
Thanks, Vishal. The log record from serial port for EMMC boot is shown below:
U-Boot SPL 2019.01-g350f3927b8 (Feb 17 2020 - 09:46:23 +0000)
SYSFW ABI: 2.9 (firmware rev 0x0013 '19.12.1-v2019.12a (Terrific Lla')
Trying to boot from MMC1
Loading Environment from MMC... OK
init_env from device 17 not supported!
Loading rproc fw image from device 17 not supported!
Loading rproc fw image from device 17 not supported!
Starting ATF on ARM64 core...
NOTICE: BL31: v2.2(release):ti2019.05-rc1
NOTICE: BL31: Built : 09:32:00, Feb 17 2020
I/TC:
I/TC: OP-TEE version: ti2019.05-rc1-dev (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #1 Mon Feb 17 09:40:16 UTC 2020 aarch64
I/TC: Initialized
U-Boot SPL 2019.01-g350f3927b8 (Feb 17 2020 - 09:48:06 +0000)
Detected: J7X-BASE-CPB rev E3
Trying to boot from MMC1
U-Boot 2019.01-g350f3927b8 (Feb 17 2020 - 09:48:06 +0000)
SoC: J721E PG 1.0
Model: Texas Instruments K3 J721E SoC
Board: J721EX-PM2-SOM rev E7
DRAM: 4 GiB
Flash: 0 Bytes
MMC: sdhci@4fb0000 - probe failed: -123
sdhci@4f80000: 0
Loading Environment from MMC... OK
In: serial@2800000
Out: serial@2800000
Err: serial@2800000
Detected: J7X-BASE-CPB rev E3
Net:
Warning: ethernet@046000000 MAC addresses don't match:
Address in ROM is 50:51:a9:71:dc:fe
Address in environment is 50:51:a9:fc:5a:c0
eth0: ethernet@046000000
Hit any key to stop autoboot: 0
no mmc device at slot 1
SD/MMC found on device 1
** Invalid partition 2 **
** Invalid partition 2 **
** Invalid partition 2 **
** Invalid partition 2 **
** Invalid partition 2 **
libfdt fdt_check_header(): FDT_ERR_BADMAGIC
No FDT memory address configured. Please configure
the FDT address via "fdt addr <address>" command.
Aborting!
Bad Linux ARM64 Image magic!
=>
A new issue that we need your help is:
We tried the step mentioned in
https://e2e.ti.com/support/processors/f/791/t/887773
And it says:
Your bootargs should reflect root=/dev/mmcblk0p1/
The question is: how to set bootargs?
Thanks,
Yanbo
Hi Yanbo,
Try checking value of u-boot environment variable bootargs and update it.
Regards,
Vishal
Hi Yanbo,
Any more questions on this topic? Were you able to resolve your issue?
Regards,
Vishal
Hi Vishal,
We've tried again based on the methods mentioned in http://e2e.ti.com/support/processors/f/791/t/887773
After the boot args set based on the guide line below,
We still ran into a booting issue as shown below:
Any thoughts on this?
Cheers,
Yanbo
Hi Yanbo,
By default bootloader will look for remote core firmware files in SD card file system partition.
In this case since you don't have SD card, the remote core firmwares might not have loaded and resulted in this behavior.
Could you try with having SD card also inserted with remote core firmwares (/lib/firmware folder on 2nd partition of SD card)?
You can delete the other files from SD card.
Regards,
Vishal
You could also try updating bootpart environment variable in u-boot console to eMMC partition and check if remote core firmwares are loaded from eMMC.
=> setenv bootpart 0:1
Sorry for not replying promptly and mistakenly pressed a 'this resolved my issue' button, Vishal.
The fact is this problem is unresolved, and after using 'setenv bootpart 0:1' , the system still boot into the similar issue as shown in the original problem description.
Any further thoughts on how to enable a successful boot from eMMC.
Cheers,
Yanbo
Hi Yanbo,
Can you try below two settings
--> setenv mmcdev 0
--> setenv bootpart 0:2 or setenv bootpart 0:1 (depending on rootfs is in 1st or 2nd partition of eMMC)
Regards,
Vishal
Hi Vishal,
Thanks for your reply. My colleague just mentioned that he've tried those commands a while ago and they don't seem to work as well. Best case scenario is the one shown in the problem description, and sometimes it didn't really boot at all.
Can this issue actualy be replicated on your side?
The thing is, in the actually hardware design, we might leave the SD card option out and only keep eMMC. It would be of great help if this issue can be resolved.
Cheers,
Yanbo
Hi Yanbo,
I thought boot is working fine.
The last issue was booting firmwares from eMMC.
The uboot settings I mentioned should have worked. Could you share the full boot log with mmcdev and bootpart set as mentioned in my previous response?
Regards,
Vishal
Also, please reset the bootcmd to default.
Can you do below settings and send the boot log?
=> env default -f -a
=> setenv mmcdev 0
=> setenv bootpart 0:2
=> setenv dorprocboot 1
Regards,
Vishal
Hi,
There is one error in previous reply. The mmcdev also needs to be updated in bootcmd.
With below settings I can see that the u-boot is able to load remote core binaries from eMMC.
=> env default -f -a
=> setenv mmcdev 0
=> setenv bootpart 0:2
=> setenv dorprocboot 1
=> setenv bootcmd 'run findfdt; setenv mmcdev 0; run envboot; run check_android; if test $is_android -eq 1; then run emmc_android_boot; fi; run init_${boot}; run boot_rprocs; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern'
Regards,
Vishal
Hi Vishal,
My colleague has tried the instrucions and here goes the result:
U-Boot SPL 2019.01-g350f3927b8 (Feb 17 2020 - 09:46:23 +0000)
SYSFW ABI: 2.9 (firmware rev 0x0013 '19.12.1-v2019.12a (Terrific Lla')
Trying to boot from MMC1
Loading Environment from MMC... OK
init_env from device 17 not supported!
Loading rproc fw image from device 17 not supported!
Loading rproc fw image from device 17 not supported!
Starting ATF on ARM64 core...
NOTICE: BL31: v2.2(release):ti2019.05-rc1
NOTICE: BL31: Built : 09:32:00, Feb 17 2020
I/TC:
I/TC: OP-TEE version: ti2019.05-rc1-dev (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #1 Mon Feb 17 09:40:16 UTC 2020 aarch64
I/TC: Initialized
U-Boot SPL 2019.01-g350f3927b8 (Feb 17 2020 - 09:48:06 +0000)
Detected: J7X-BASE-CPB rev E3
Trying to boot from MMC1
U-Boot 2019.01-g350f3927b8 (Feb 17 2020 - 09:48:06 +0000)
SoC: J721E PG 1.0
Model: Texas Instruments K3 J721E SoC
Board: J721EX-PM2-SOM rev E7
DRAM: 4 GiB
Flash: 0 Bytes
MMC: sdhci@4f80000: 0, sdhci@4fb0000: 1
Loading Environment from MMC... OK
In: serial@2800000
Out: serial@2800000
Err: serial@2800000
Detected: J7X-BASE-CPB rev E3
Net:
Warning: ethernet@046000000 using MAC address from ROM
eth0: ethernet@046000000
Hit any key to stop autoboot: 0
=>
=> env default -f -a
## Resetting to default environment
=> setenv mmcdev 0
=> setenv bootpart 0:2
=> setenv dorprocboot 1
=> setenv bootcmd 'run findfdt; setenv mmcdev 0; run envboot; run check_android; if test $is_android -eq 1; then run emmc_android_boot; fi; run init_${boot}; run boot_rprocs; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern'
=> saveenv
Saving Environment to MMC... Writing to MMC(0)... OK
=>
U-Boot SPL 2019.01-g350f3927b8 (Feb 17 2020 - 09:46:23 +0000)
SYSFW ABI: 2.9 (firmware rev 0x0013 '19.12.1-v2019.12a (Terrific Lla')
Trying to boot from MMC1
Loading Environment from MMC... OK
init_env from device 17 not supported!
Loading rproc fw image from device 17 not supported!
Loading rproc fw image from device 17 not supported!
Starting ATF on ARM64 core...
NOTICE: BL31: v2.2(release):ti2019.05-rc1
NOTICE: BL31: Built : 09:32:00, Feb 17 2020
I/TC:
I/TC: OP-TEE version: ti2019.05-rc1-dev (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #1 Mon Feb 17 09:40:16 UTC 2020 aarch64
I/TC: Initialized
U-Boot SPL 2019.01-g350f3927b8 (Feb 17 2020 - 09:48:06 +0000)
Detected: J7X-BASE-CPB rev E3
Trying to boot from MMC1
U-Boot 2019.01-g350f3927b8 (Feb 17 2020 - 09:48:06 +0000)
SoC: J721E PG 1.0
Model: Texas Instruments K3 J721E SoC
Board: J721EX-PM2-SOM rev E7
DRAM: 4 GiB
Flash: 0 Bytes
MMC: sdhci@4f80000: 0, sdhci@4fb0000: 1
Loading Environment from MMC... OK
In: serial@2800000
Out: serial@2800000
Err: serial@2800000
Detected: J7X-BASE-CPB rev E3
Net:
Warning: ethernet@046000000 using MAC address from ROM
eth0: ethernet@046000000
Hit any key to stop autoboot: 0
switch to partitions #0, OK
mmc0(part 0) is current device
SD/MMC found on device 0
** File not found boot.scr **
** Unrecognized filesystem type **
** Invalid partition 2 **
** Invalid partition 2 **
** Invalid partition 2 **
** Invalid partition 2 **
** Invalid partition 2 **
** Invalid partition 2 **
** Invalid partition 2 **
** Invalid partition 2 **
** Invalid partition 2 **
** Invalid partition 2 **
** Invalid partition 2 **
** Invalid partition 2 **
** Invalid partition 2 **
** Invalid partition 2 **
** Invalid partition 2 **
libfdt fdt_check_header(): FDT_ERR_BADMAGIC
No FDT memory address configured. Please configure
the FDT address via "fdt addr <address>" command.
Aborting!
Bad Linux ARM64 Image magic!
=>
Is it possible to provide a complete set of instructions on how to boot from eMMC from scratch?
We are not sure which part goes wrong.
Thanks,
Yanbo
Hi Vishal,
to add more information, we tried below:
=> env default -f -a
=> setenv mmcdev 0
=> setenv bootpart 0:1
=> setenv dorprocboot 1
=> setenv bootcmd 'run findfdt; setenv mmcdev 0; run envboot; run check_android; if test $is_android -eq 1; then run emmc_android_boot; fi; run init_${boot}; run boot_rprocs; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern'
And the system boots fine. However, we still cannot run applications. The error remains the same as described in the snapshot of the original question.
See the log below:
j7-evm login: root
root@j7-evm:~# cd /opt/vision_apps/
root@j7-evm:/opt/vision_apps# . ./vision_apps_init.sh
root@j7-evm:/opt/vision_apps# APP_LOG: Mapping 0xac000000 ...
APP_LOG: Mapped 0xac000000 -> (nil) of size 262144 bytes
APP_LOG: ERROR: Unable to map memory @ 0xac000000 of size 262144 bytes !!!
[ 25.826523] NET: Registered protocol family 15
[ 25.865567] Initializing XFRM netlink socket
root@j7-evm:/opt/vision_apps# [ 35.893533] vdd_mmc1: disabling
Cheers,
Yanbo
Hi,
Instructions to flash eMMC and boot.
-1-
Flash bootloader binaries using instructions from below link
http://software-dl.ti.com/jacinto7/esd/processor-sdk-linux-jacinto7/latest/exports/docs/linux/Foundational_Components_U-Boot.html#booting-tiboot3-bin-tispl-bin-and-u-boot-img-from-emmc-boot-partition
-2-
Flash rootfs to eMMC using instructions from below link
http://software-dl.ti.com/jacinto7/esd/processor-sdk-linux-jacinto7/latest/exports/docs/linux/How_to_Guides/Target/How_to_flash_emmc_device.html
-3-
Do below u-boot environment settings
=> env default -f -a
=> setenv mmcdev 0
=> setenv bootpart 0:2
=> setenv dorprocboot 1
=> setenv bootcmd 'run findfdt; setenv mmcdev 0; run envboot; run check_android; if test $is_android -eq 1; then run emmc_android_boot; fi; run init_${boot}; run boot_rprocs; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern'
=> setenv rproc_fw_binaries '2 /lib/firmware/j7-main-r5f0_0-fw 3 /lib/firmware/j7-main-r5f0_1-fw 4 /lib/firmware/j7-main-r5f1_0-fw 6 /lib/firmware/j7-c66_0-fw 7 /lib/firmware/j7-c66_1-fw 8 /lib/firmware/j7-c71_0-fw'
We've tried again according to this latest set of instructions, and the result appears the same, booting into the system is fine, but it fails when running applications, as shown below:
j7-evm login: root root@j7-evm:~# cd /opt/vision_apps/ root@j7-evm:/opt/vision_apps# . ./vision_apps_init.sh root@j7-evm:/opt/vision_apps# APP_LOG: Mapping 0xac000000 ... APP_LOG: Mapped 0xac000000 -> (nil) of size 262144 bytes APP_LOG: ERROR: Unable to map memory @ 0xac000000 of size 262144 bytes !!! [ 25.826523] NET: Registered protocol family 15 [ 25.865567] Initializing XFRM netlink socket root@j7-evm:/opt/vision_apps# [ 35.893533] vdd_mmc1: disabling
Thanks,
Yanbo
Hi Yanbo,
Could you share the boot log? Just want to make sure the remotecore firmwares are loaded.
Regards,
Vishal
Hi Vishal,
The log for booting from emmc is shown below:
U-Boot SPL 2019.01-g350f3927b8 (Feb 17 2020 - 09:46:23 +0000) SYSFW ABI: 2.9 (firmware rev 0x0013 '19.12.1-v2019.12a (Terrific Lla') Trying to boot from MMC1 Loading Environment from MMC... OK init_env from device 17 not supported! Loading rproc fw image from device 17 not supported! Loading rproc fw image from device 17 not supported! Starting ATF on ARM64 core... NOTICE: BL31: v2.2(release):ti2019.05-rc1 NOTICE: BL31: Built : 09:32:00, Feb 17 2020 I/TC: I/TC: OP-TEE version: ti2019.05-rc1-dev (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #1 Mon Feb 17 09:40:16 UTC 2020 aarch64 I/TC: Initialized U-Boot SPL 2019.01-g350f3927b8 (Feb 17 2020 - 09:48:06 +0000) Detected: J7X-BASE-CPB rev E3 Trying to boot from MMC1 U-Boot 2019.01-g350f3927b8 (Feb 17 2020 - 09:48:06 +0000) SoC: J721E PG 1.0 Model: Texas Instruments K3 J721E SoC Board: J721EX-PM2-SOM rev E7 DRAM: 4 GiB Flash: 0 Bytes MMC: sdhci@4fb0000 - probe failed: -123 sdhci@4f80000: 0 Loading Environment from MMC... OK In: serial@2800000 Out: serial@2800000 Err: serial@2800000 Detected: J7X-BASE-CPB rev E3 Net: Warning: ethernet@046000000 using MAC address from ROM eth0: ethernet@046000000 Hit any key to stop autoboot: 0 no mmc device at slot 1 SD/MMC found on device 1 13338632 bytes read in 71 ms (179.2 MiB/s) 99354 bytes read in 2 ms (47.4 MiB/s) ## Flattened Device Tree blob at 82000000 Booting using the fdt blob at 0x82000000 Loading Device Tree to 00000000fdda3000, end 00000000fdebefff ... OK Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080] [ 0.000000] Linux version 4.19.94-g5a23bc00e0 (oe-user@oe-host) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #1 SMP PREEMPT Mon Feb 17 09:01:06 UTC 2020 [ 0.000000] Machine model: Texas Instruments K3 J721E SoC [ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '') [ 0.000000] bootconsole [ns16550a0] enabled [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node c66-dma-memory@a6000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node c66-memory@a6100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node c66-dma-memory@a7000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node c66-memory@a7100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatible id shared-dma-pool [ 0.000000] cma: Reserved 512 MiB at 0x00000000c0000000 [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: Trusted OS migration not required [ 0.000000] psci: SMC Calling Convention v1.1 [ 0.000000] random: get_random_bytes called from start_kernel+0x94/0x3e4 with crng_init=0 [ 0.000000] percpu: Embedded 2 pages/cpu s48536 r8192 d74344 u131072 [ 0.000000] Detected PIPT I-cache on CPU0 [ 0.000000] CPU features: enabling workaround for EL2 vector hardening [ 0.000000] Speculative Store Bypass Disable mitigation not required [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 62339 [ 0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),128k(ospi.env),128k(ospi.env.backup),1m(ospi.sysfw),-@8m(ospi.rootfs);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(hbmc.sysfw),-@8m(hbmc.rootfs) root=PARTUUID=9d8882fb-02 rw rootfstype=ext4 rootwait [ 0.000000] Dentry cache hash table entries: 524288 (order: 6, 4194304 bytes) [ 0.000000] Inode-cache hash table entries: 262144 (order: 5, 2097152 bytes) [ 0.000000] software IO TLB: mapped [mem 0xf9da0000-0xfdda0000] (64MB) [ 0.000000] Memory: 3377664K/3993600K available (8510K kernel code, 738K rwdata, 3136K rodata, 576K init, 641K bss, 91648K reserved, 524288K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=2. [ 0.000000] Tasks RCU enabled. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: Distributor has no Range Selector support [ 0.000000] GICv3: no VLPI support, no direct LPI support [ 0.000000] ITS [mem 0x01820000-0x0182ffff] [ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS [ 0.000000] ITS@0x0000000001820000: allocated 1048576 Devices @8c0800000 (flat, esz 8, psz 64K, shr 0) [ 0.000000] ITS: using cache flushing for cmd queue [ 0.000000] GIC: using LPI property table @0x00000008c00a0000 [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000 [ 0.000000] CPU0: using LPI pending table @0x00000008c00b0000 [ 0.000000] GIC: using cache flushing for LPI property table [ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns [ 0.000001] sched_clock: 56 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns [ 0.008355] Console: colour dummy device 80x25 [ 0.012912] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000) [ 0.023581] pid_max: default: 32768 minimum: 301 [ 0.028325] Security Framework initialized [ 0.032530] Mount-cache hash table entries: 8192 (order: 0, 65536 bytes) [ 0.039385] Mountpoint-cache hash table entries: 8192 (order: 0, 65536 bytes) [ 0.070723] ASID allocator initialised with 32768 entries [ 0.084251] rcu: Hierarchical SRCU implementation. [ 0.097207] Platform MSI: gic-its@1820000 domain created [ 0.102817] PCI/MSI: /interconnect@100000/interrupt-controller@1800000/gic-its@1820000 domain created [ 0.120251] smp: Bringing up secondary CPUs ... [ 0.157158] Detected PIPT I-cache on CPU1 [ 0.157178] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000 [ 0.157205] CPU1: using LPI pending table @0x00000008c0310000 [ 0.157232] CPU1: Booted secondary processor 0x0000000001 [0x411fd080] [ 0.157279] smp: Brought up 1 node, 2 CPUs [ 0.185119] SMP: Total of 2 processors activated. [ 0.189929] CPU features: detected: GIC system register CPU interface [ 0.196510] CPU features: detected: 32-bit EL0 Support [ 0.202003] CPU: All CPU(s) started at EL2 [ 0.206191] alternatives: patching kernel code [ 0.211261] devtmpfs: initialized [ 0.219458] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.229426] futex hash table entries: 512 (order: -1, 32768 bytes) [ 0.236372] pinctrl core: initialized pinctrl subsystem [ 0.242090] NET: Registered protocol family 16 [ 0.247005] vdso: 2 pages (1 code @ (____ptrval____), 1 data @ (____ptrval____)) [ 0.254571] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.263771] DMA: preallocated 256 KiB pool for atomic allocations [ 0.277412] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.284267] HugeTLB registered 512 MiB page size, pre-allocated 0 pages [ 0.291698] cryptd: max_cpu_qlen set to 1000 [ 0.296618] vsys_3v3: supplied by evm_12v0 [ 0.300892] vsys_5v0: supplied by evm_12v0 [ 0.305444] SCSI subsystem initialized [ 0.309515] media: Linux media interface: v0.10 [ 0.314160] videodev: Linux video capture interface: v2.00 [ 0.319775] pps_core: LinuxPPS API ver. 1 registered [ 0.324848] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.334187] PTP clock support registered [ 0.338200] EDAC MC: Ver: 3.0.0 [ 0.342066] Advanced Linux Sound Architecture Driver Initialized. [ 0.348662] clocksource: Switched to clocksource arch_sys_counter [ 0.354961] VFS: Disk quotas dquot_6.6.0 [ 0.359001] VFS: Dquot-cache hash table entries: 8192 (order 0, 65536 bytes) [ 0.368549] NET: Registered protocol family 2 [ 0.373298] tcp_listen_portaddr_hash hash table entries: 4096 (order: 0, 65536 bytes) [ 0.381350] TCP established hash table entries: 32768 (order: 2, 262144 bytes) [ 0.388832] TCP bind hash table entries: 32768 (order: 3, 524288 bytes) [ 0.395871] TCP: Hash tables configured (established 32768 bind 32768) [ 0.402596] UDP hash table entries: 2048 (order: 0, 65536 bytes) [ 0.408781] UDP-Lite hash table entries: 2048 (order: 0, 65536 bytes) [ 0.415459] NET: Registered protocol family 1 [ 0.420122] RPC: Registered named UNIX socket transport module. [ 0.426175] RPC: Registered udp transport module. [ 0.430977] RPC: Registered tcp transport module. [ 0.435780] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.442676] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available [ 0.452220] Initialise system trusted keyrings [ 0.456850] workingset: timestamp_bits=46 max_order=16 bucket_order=0 [ 0.464944] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.471112] NFS: Registering the id_resolver key type [ 0.476284] Key type id_resolver registered [ 0.480555] Key type id_legacy registered [ 0.484652] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.491570] 9p: Installing v9fs 9p2000 file system support [ 0.498584] Key type asymmetric registered [ 0.502771] Asymmetric key parser 'x509' registered [ 0.507776] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) [ 0.515336] io scheduler noop registered [ 0.519342] io scheduler deadline registered [ 0.523744] io scheduler cfq registered (default) [ 0.528551] io scheduler mq-deadline registered [ 0.533177] io scheduler kyber registered [ 0.538147] pinctrl-single 4301c000.pinmux: 94 pins, size 376 [ 0.544233] pinctrl-single 11c000.pinmux: 173 pins, size 692 [ 0.550366] pinctrl-single a40000.timesync_router: 512 pins, size 2048 [ 0.559446] ti-pat 31010000.pat: Found PAT Rev 1.0 with 16384 pages [ 0.565869] ti-pat 31010000.pat: Failed to create 31010000.pat debugfs directory [ 0.573562] ti-pat 31011000.pat: Found PAT Rev 1.0 with 16384 pages [ 0.579974] ti-pat 31011000.pat: Failed to create 31011000.pat debugfs directory [ 0.587612] ti-pat 31012000.pat: Found PAT Rev 1.0 with 16384 pages [ 0.594027] ti-pat 31012000.pat: Failed to create 31012000.pat debugfs directory [ 0.601668] ti-pat 31013000.pat: Found PAT Rev 1.0 with 2048 pages [ 0.607990] ti-pat 31013000.pat: Failed to create 31013000.pat debugfs directory [ 0.615628] ti-pat 31014000.pat: Found PAT Rev 1.0 with 2048 pages [ 0.621949] ti-pat 31014000.pat: Failed to create 31014000.pat debugfs directory [ 0.630875] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled [ 0.642264] brd: module loaded [ 0.648087] loop: module loaded [ 0.652482] libphy: Fixed MDIO Bus: probed [ 0.656829] tun: Universal TUN/TAP device driver, 1.6 [ 0.662237] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k [ 0.670247] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. [ 0.676314] sky2: driver version 1.30 [ 0.680636] VFIO - User Level meta-driver version: 0.3 [ 0.686263] i2c /dev entries driver [ 0.690272] sdhci: Secure Digital Host Controller Interface driver [ 0.696589] sdhci: Copyright(c) Pierre Ossman [ 0.701232] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.707470] ledtrig-cpu: registered to indicate activity on CPUs [ 0.714380] optee: probing for conduit method from DT. [ 0.719648] optee: revision 3.7 (5208e5c1) [ 0.719802] optee: initialized driver [ 0.728483] NET: Registered protocol family 17 [ 0.733094] 9pnet: Installing 9P2000 support [ 0.737475] Key type dns_resolver registered [ 0.742068] registered taskstats version 1 [ 0.746252] Loading compiled-in X.509 certificates [ 0.755659] ti-sci 44083000.dmsc: ABI: 2.9 (firmware rev 0x0013 '19.12.1-v2019.12a (Terrific Lla') [ 0.780904] random: fast init done [ 0.824061] omap_i2c 40b00000.i2c: bus 0 rev0.12 at 100 kHz [ 0.829990] omap_i2c 40b10000.i2c: bus 1 rev0.12 at 100 kHz [ 0.835937] omap_i2c 42120000.i2c: bus 2 rev0.12 at 100 kHz [ 0.841956] pca953x 3-0020: 3-0020 supply vcc not found, using dummy regulator [ 0.849365] pca953x 3-0020: Linked as a consumer to regulator.0 [ 0.877202] pca953x 3-0022: 3-0022 supply vcc not found, using dummy regulator [ 0.884599] pca953x 3-0022: Linked as a consumer to regulator.0 [ 0.891472] GPIO line 481 (MCASP/TRACE_MUX_S0) hogged as output/low [ 0.898195] GPIO line 482 (MCASP/TRACE_MUX_S1) hogged as output/high [ 0.904755] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz [ 0.910792] omap_i2c 2010000.i2c: bus 4 rev0.12 at 400 kHz [ 0.916676] omap_i2c 2020000.i2c: bus 5 rev0.12 at 100 kHz [ 0.922639] pca953x 6-0020: 6-0020 supply vcc not found, using dummy regulator [ 0.930047] pca953x 6-0020: Linked as a consumer to regulator.0 [ 0.957326] GPIO line 464 (CODEC_RSTz) hogged as output/high [ 0.963224] omap_i2c 2030000.i2c: bus 6 rev0.12 at 400 kHz [ 0.969094] omap_i2c 2040000.i2c: bus 7 rev0.12 at 100 kHz [ 0.974940] omap_i2c 2050000.i2c: bus 8 rev0.12 at 100 kHz [ 0.980854] pca953x 9-0020: 9-0020 supply vcc not found, using dummy regulator [ 0.988259] pca953x 9-0020: Linked as a consumer to regulator.0 [ 1.017441] omap_i2c 2060000.i2c: bus 9 rev0.12 at 400 kHz [ 1.032696] cdns-torrent-phy 5050000.serdes: 4 lanes, max bit rate 5.400 Gbps [ 1.041379] cdns-pcie-host d000000.pcie: missing "mem" [ 1.046981] cdns-pcie-host d000000.pcie: Linked as a consumer to phy-5000000.serdes.0 [ 2.056360] cdns-pcie-host d000000.pcie: Phy link never came up [ 2.062414] cdns-pcie-host d000000.pcie: host bridge /interconnect@100000/pcie@2900000/pcie@d000000 ranges: [ 2.072382] cdns-pcie-host d000000.pcie: IO 0x10001000..0x10010fff -> 0x10001000 [ 2.080213] cdns-pcie-host d000000.pcie: MEM 0x4000000000..0x407fffffff -> 0x00000000 [ 2.088465] cdns-pcie-host d000000.pcie: PCI host bridge to bus 0000:00 [ 2.095226] pci_bus 0000:00: root bus resource [bus 00-0f] [ 2.100830] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x10001000-0x10010fff]) [ 2.110521] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x407fffffff] (bus address [0x00000000-0x7fffffff]) [ 2.121304] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits [ 2.131173] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits [ 2.141067] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x92 may corrupt adjacent RW1C bits [ 2.151028] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0xb2 may corrupt adjacent RW1C bits [ 2.161016] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x84 may corrupt adjacent RW1C bits [ 2.172751] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 2.180933] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits [ 2.190892] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits [ 2.200851] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits [ 2.210808] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x6 may corrupt adjacent RW1C bits [ 2.222255] pci_bus 0000:00: 1-byte config write to 0000:00:00.0 offset 0x1a may corrupt adjacent RW1C bits [ 2.232224] pci 0000:00:00.0: PCI bridge to [bus 01] [ 2.237723] cdns-pcie-host d800000.pcie: missing "mem" [ 2.243386] cdns-pcie-host d800000.pcie: Linked as a consumer to phy-5010000.serdes.1 [ 3.252763] cdns-pcie-host d800000.pcie: Phy link never came up [ 3.258817] cdns-pcie-host d800000.pcie: host bridge /interconnect@100000/pcie@2910000/pcie@d800000 ranges: [ 3.268784] cdns-pcie-host d800000.pcie: IO 0x18001000..0x18010fff -> 0x18001000 [ 3.276614] cdns-pcie-host d800000.pcie: MEM 0x4100000000..0x417fffffff -> 0x00000000 [ 3.284851] cdns-pcie-host d800000.pcie: PCI host bridge to bus 0001:00 [ 3.291611] pci_bus 0001:00: root bus resource [bus 00-0f] [ 3.297216] pci_bus 0001:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x18001000-0x18010fff]) [ 3.307083] pci_bus 0001:00: root bus resource [mem 0x4100000000-0x417fffffff] (bus address [0x00000000-0x7fffffff]) [ 3.319614] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 3.329394] pci 0001:00:00.0: PCI bridge to [bus 01] [ 3.334863] cdns-pcie-host e000000.pcie: missing "mem" [ 3.340461] cdns-pcie-host e000000.pcie: Linked as a consumer to phy-5020000.serdes.2 [ 4.349837] cdns-pcie-host e000000.pcie: Phy link never came up [ 4.355890] cdns-pcie-host e000000.pcie: host bridge /interconnect@100000/pcie@2920000/pcie@e000000 ranges: [ 4.365856] cdns-pcie-host e000000.pcie: IO 0x4400001000..0x4400010fff -> 0x00001000 [ 4.374042] cdns-pcie-host e000000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x00011000 [ 4.382277] cdns-pcie-host e000000.pcie: PCI host bridge to bus 0002:00 [ 4.389037] pci_bus 0002:00: root bus resource [bus 00-0f] [ 4.394642] pci_bus 0002:00: root bus resource [io 0x20000-0x2ffff] (bus address [0x1000-0x10fff]) [ 4.403888] pci_bus 0002:00: root bus resource [mem 0x4400011000-0x4407ffffff] (bus address [0x00011000-0x07ffffff]) [ 4.416371] pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 4.426154] pci 0002:00:00.0: PCI bridge to [bus 01] [ 4.431680] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235 [ 4.441557] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled [ 4.448315] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64 [ 4.455974] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211 [ 4.466113] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled [ 4.472872] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64 [ 4.480491] omap8250 40a00000.serial: PM domain pd:149 will not be powered off [ 4.488035] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 7, base_baud = 6000000) is a 8250 [ 4.497165] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 19, base_baud = 3000000) is a 8250 [ 4.505902] console [ttyS2] enabled [ 4.505902] console [ttyS2] enabled [ 4.512938] bootconsole [ns16550a0] disabled [ 4.512938] bootconsole [ns16550a0] disabled [ 4.521846] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 20, base_baud = 3000000) is a 8250 [ 4.530651] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 21, base_baud = 3000000) is a 8250 [ 4.539388] arm-smmu-v3 36600000.smmu: ias 48-bit, oas 48-bit (features 0x00001faf) [ 4.547910] arm-smmu-v3 36600000.smmu: msi_domain absent - falling back to wired irqs [ 4.557651] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled [ 4.568161] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled [ 4.578316] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled [ 4.588555] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled [ 4.599356] scsi host0: ufshcd [ 4.614579] cadence-qspi 47040000.spi: mt35xu512aba (65536 Kbytes) [ 4.620762] 7 cmdlinepart partitions found on MTD device 47040000.spi.0 [ 4.627361] Creating 7 MTD partitions on "47040000.spi.0": [ 4.630304] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[1, 1], lane[1, 1], pwr[SLOWAUTO_MODE, SLOWAUTO_MODE], rate = 0 [ 4.632836] 0x000000000000-0x000000080000 : "ospi.tiboot3" [ 4.650951] 0x000000080000-0x000000280000 : "ospi.tispl" [ 4.656448] 0x000000280000-0x000000680000 : "ospi.u-boot" [ 4.662026] 0x000000680000-0x0000006a0000 : "ospi.env" [ 4.665421] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[3, 3], lane[2, 2], pwr[FAST MODE, FAST MODE], rate = 2 [ 4.678824] cdns-ufshcd 4e84000.ufs: ufshcd_find_max_sup_active_icc_level: Regulator capability was not set, actvIccLevel=0 [ 4.690094] 0x0000006a0000-0x0000006c0000 : "ospi.env.backup" [ 4.696006] scsi 0:0:0:49488: Well-known LUN TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6 [ 4.696049] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw" [ 4.704761] scsi 0:0:0:49476: Well-known LUN TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6 [ 4.709940] 0x000000800000-0x000004000000 : "ospi.rootfs" [ 4.723664] cdns-ufshcd 4e84000.ufs: ufshcd_scsi_add_wlus: BOOT WLUN not found [ 4.840749] cadence-qspi 47040000.spi: Cadence QSPI NOR probe failed -517 [ 4.848357] cadence-qspi 47050000.spi: n25q512a (65536 Kbytes) [ 4.868748] cadence-qspi 47050000.spi: Cadence QSPI NOR probe failed -517 [ 4.876055] am65-cpsw-nuss 46000000.ethernet: rx-flow-id-base is not set -22 [ 4.883112] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 [ 4.894541] UDMA has not been proped [ 4.898113] am65-cpsw-nuss 46000000.ethernet: Failed to request tx dma channel -517 [ 4.906572] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0 [ 4.915088] mmc0: Unknown controller version (4). You may experience problems. [ 4.922361] mmc0: CQHCI version 5.10 [ 4.956662] mmc0: SDHCI controller on 4f80000.sdhci [4f80000.sdhci] using ADMA 64-bit [ 4.970678] vdd_mmc1: supplied by vsys_3v3 [ 4.975194] pca953x 4-0020: 4-0020 supply vcc not found, using dummy regulator [ 4.982435] pca953x 4-0020: Linked as a consumer to regulator.0 [ 5.009332] GPIO line 448 (DP0_PWR_SW_EN) hogged as output/high [ 5.015996] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100 [ 5.022895] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100 [ 5.029806] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100 [ 5.036714] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100 [ 5.043608] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100 [ 5.052375] mmc0: Command Queue Engine enabled [ 5.056822] mmc0: new HS400 MMC card at address 0001 [ 5.062171] mmcblk0: mmc0:0001 S0J56X 14.8 GiB [ 5.066957] mmcblk0boot0: mmc0:0001 S0J56X partition 1 31.5 MiB [ 5.073170] mmcblk0boot1: mmc0:0001 S0J56X partition 2 31.5 MiB [ 5.079182] mmcblk0rpmb: mmc0:0001 S0J56X partition 3 4.00 MiB, chardev (242:0) [ 5.091474] mmcblk0: p1 p2 [ 5.366373] ti-udma 285c0000.udmap: Channels: 24 (tchan: 48, echan: 0, rchan: 48, rflow: 96) [ 5.375954] ti-udma 31150000.udmap: Channels: 84 (tchan: 140, echan: 160, rchan: 140, rflow: 300) [ 5.388243] cadence-qspi 47040000.spi: mt35xu512aba (65536 Kbytes) [ 5.394443] 7 cmdlinepart partitions found on MTD device 47040000.spi.0 [ 5.401042] Creating 7 MTD partitions on "47040000.spi.0": [ 5.406517] 0x000000000000-0x000000080000 : "ospi.tiboot3" [ 5.412288] 0x000000080000-0x000000280000 : "ospi.tispl" [ 5.417787] 0x000000280000-0x000000680000 : "ospi.u-boot" [ 5.423392] 0x000000680000-0x0000006a0000 : "ospi.env" [ 5.428717] 0x0000006a0000-0x0000006c0000 : "ospi.env.backup" [ 5.434654] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw" [ 5.440165] 0x000000800000-0x000004000000 : "ospi.rootfs" [ 5.447808] cadence-qspi 47050000.spi: n25q512a (65536 Kbytes) [ 5.455610] am65-cpsw-nuss 46000000.ethernet: rx-flow-id-base is not set -22 [ 5.462670] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 [ 5.480110] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48 [ 5.490565] pps pps0: new PPS source ptp1 [ 5.494695] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1 [ 5.503638] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 0.4 [ 5.510844] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64 [ 5.556667] am65-cpsw-nuss 46000000.ethernet: davinci mdio revision 9.7, bus freq 1000000 [ 5.564828] libphy: 46000000.ethernet: probed [ 5.570523] sdhci-am654 4fb0000.sdhci: Linked as a consumer to regulator.4 [ 5.577451] sdhci-am654 4fb0000.sdhci: Linked as a consumer to regulator.5 [ 5.584343] mmc1: Unknown controller version (4). You may experience problems. [ 5.591594] mmc1: CQHCI version 5.10 [ 5.625223] mmc1: SDHCI controller on 4fb0000.sdhci [4fb0000.sdhci] using ADMA 64-bit [ 5.643002] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [ 5.649991] hctosys: unable to open rtc device (rtc0) [ 5.676929] ALSA device list: [ 5.679885] No soundcards found. [ 5.906916] EXT4-fs (mmcblk0p2): recovery complete [ 5.916066] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null) [ 5.924163] VFS: Mounted root (ext4 filesystem) on device 179:2. [ 5.930540] devtmpfs: mounted [ 5.933618] Freeing unused kernel memory: 576K [ 5.938066] Run /sbin/init as init process [ 5.986624] systemd[1]: System time before build time, advancing clock. [ 6.013443] NET: Registered protocol family 10 [ 6.018303] Segment Routing with IPv6 [ 6.032196] systemd[1]: systemd 239 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid) [ 6.053623] systemd[1]: Detected architecture arm64. Welcome to Arago 2019.11! [ 6.077095] systemd[1]: Set hostname to <j7-evm>. [ 6.127792] systemd[1]: Configuration file /lib/systemd/system/local-fs.target is marked executable. Please remove executable permission bits. Proceeding anyway. [ 6.142262] systemd[1]: Configuration file /lib/systemd/system/local-fs.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.159345] systemd[1]: Configuration file /lib/systemd/system/swap.target is marked executable. Please remove executable permission bits. Proceeding anyway. [ 6.173464] systemd[1]: Configuration file /lib/systemd/system/swap.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.188825] systemd[1]: Configuration file /lib/systemd/system/umount.target is marked executable. Please remove executable permission bits. Proceeding anyway. [ 6.203063] systemd[1]: Configuration file /lib/systemd/system/umount.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.218554] systemd[1]: Configuration file /lib/systemd/system/systemd-journald.socket is marked executable. Please remove executable permission bits. Proceeding anyway. [ 6.303711] random: systemd: uninitialized urandom read (16 bytes read) [ OK ] Created slice system-getty.slice. [ 6.320740] random: systemd: uninitialized urandom read (16 bytes read) [ OK ] Started Dispatch Password Requests to Console Directory Watch. [ 6.344782] random: systemd: uninitialized urandom read (16 bytes read) [ OK ] Listening on Network Service Netlink Socket. [ OK ] Listening on Journal Socket. Mounting Huge Pages File System... [ OK ] Reached target Swap. Starting Remount Root and Kernel File Systems... [ 6.426350] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null) [ OK ] Created slice User and Session Slice. [ OK ] Reached target Slices. Starting Create list of required st…ce nodes for the current kernel... [ OK ] Listening on Journal Socket (/dev/log). Starting Load Kernel Modules... [ 6.497723] cmemk: loading out-of-tree module taints kernel. [ 6.504247] CMEMK module: reference Linux version 4.19.94 [ 6.509941] no physical memory specified [ 6.513925] cmemk initialized Mounting Kernel Debug File System... [ 6.519581] cryptodev: driver 1.9 loaded. [ OK ] Listening on udev Kernel Socket. Mounting Temporary Directory (/tmp)... [ OK ] Reached target Remote File Systems. [ OK ] Created slice system-serial\x2dgetty.slice. Mounting POSIX Message Queue File System... [ OK ] Started Forward Password Requests to Wall Directory Watch. [ OK ] Reached target Paths. Starting Journal Service... [ OK ] Listening on Process Core Dump Socket. [ OK ] Listening on udev Control Socket. Starting udev Coldplug all Devices... [ OK ] Started Hardware RNG Entropy Gatherer Daemon. [ OK ] Listening on initctl Compatibility Named Pipe. [ OK ] Started Journal Service. [ OK ] Mounted Huge Pages File System. [ OK ] Started Remount Root and Kernel File Systems. [ OK ] Started Create list of required sta…vice nodes for the current kernel. [ OK ] Started Load Kernel Modules. [ OK ] Mounted Kernel Debug File System. [ OK ] Mounted Temporary Directory (/tmp). [ OK ] Mounted POSIX Message Queue File System. Starting Apply Kernel Variables... Mounting Kernel Configuration File System... Starting Create Static Device Nodes in /dev... Starting Flush Journal to Persistent Storage... [ OK ] Started Apply Kernel Variables. [ OK ] Mounted Kernel Configuration File System. [ OK ] Started Create Static Device Nodes in /dev. [ 6.935072] systemd-journald[155]: Received request to flush runtime journal from PID 1 Starting udev Kernel Device Manager... [ OK ] Reached target Local File Systems (Pre). Mounting /var/volatile... [ OK ] Reached target Containers. Mounting /media/ram... [ OK ] Started udev Kernel Device Manager. [ OK ] Started udev Coldplug all Devices. [ OK ] Started Flush Journal to Persistent Storage. [ OK ] Mounted /var/volatile. [ OK ] Mounted /media/ram. Starting Load/Save Random Seed... [ 7.092453] rti-wdt 2200000.rti: heartbeat 60 sec [ OK ] Reached target Local File Systems. [ 7.108647] rti-wdt 2210000.rti: heartbeat 60 sec Starting Create Volatile Files and Directories... [ OK ] Started Load/Save Random Seed. [ 7.147955] pcm3168a 6-0044: Linked as a consumer to regulator.2 [ OK ] Started Create Volatile Files and Directories. [ 7.162716] pcm3168a 6-0044: Linked as a consumer to regulator.3 Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... Starting Network Service... [ OK ] Found device /dev/ttyS2. [ OK ] Started Network Service. Starting Network Name Resolution... [ 7.277403] k3-dsp-rproc 4d80800000.dsp: assigned reserved memory node c66-dma-memory@a7000000 Starting Wait for Network to be Configured... [ 7.295481] pci-endpoint-test 0000:00:00.0: of_irq_parse_pci: failed with rc=-22 [ OK ] Started Update UTMP about System Boot/Shutdow[ 7.307948] pci_generic_config_write32: 29 callbacks suppressed [ 7.307954] pci_bus 0000:00: 1-byte config write to 0000:00:00.0 offset 0x3c may corrupt adjacent RW1C bits n. [ 7.330414] k3-dsp-rproc 4d80800000.dsp: configured DSP for remoteproc mode [ OK ] Started Network Time Synchronization. [ 7.344267] k3-dsp-rproc 4d80800000.dsp: local reset is deasserted for device [ OK ] Reached target System Time Synchronized. [ 7.353980] pci-endpoint-test 0001:00:00.0: of_irq_parse_pci: failed with rc=-22 [ OK ] Reached target System Initialization. [ 7.369881] remoteproc remoteproc0: 4d80800000.dsp is available Starting Reboot and dump vmcore via kexec... [ 7.382295] pci_bus 0001:00: 1-byte config write to 0001:00:00.0 offset 0x3c may corrupt adjacent RW1C bits [ OK ] Listening on D-Bus System Message Bus Socket.[ 7.403078] k3-dsp-rproc 4d81800000.dsp: assigned reserved memory node c66-dma-memory@a6000000 [ 7.413797] remoteproc remoteproc0: powering up 4d80800000.dsp [[ 7.421498] remoteproc remoteproc0: Booting fw image j7-c66_0-fw, size 1448016 OK ] Started Daily rotation of log files. [ 7.431662] k3-dsp-rproc 4d80800000.dsp: booting DSP core using boot addr = 0xa6200000 [ 7.447887] pci-endpoint-test 0002:00:00.0: of_irq_parse_pci: failed with rc=-22 [ OK ] Listening on dropbear.socket. [ 7.457783] pci_bus 0002:00: 1-byte config write to 0002:00:00.0 offset 0x3c may corrupt adjacent RW1C bits [ 7.472869] virtio_rpmsg_bus virtio0: rpmsg host is online [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activati[ 7.480366] k3-dsp-rproc 4d81800000.dsp: configured DSP for remoteproc mode on Socket. [ 7.492381] remoteproc remoteproc0: registered virtio0 (type 7) [ 7.499311] remoteproc remoteproc0: remote processor 4d80800000.dsp is now up [[ 7.506886] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xd OK ] Started Daily Cleanup of Temporary Directorie[ 7.516330] k3-dsp-rproc 4d81800000.dsp: local reset is deasserted for device s. [ 7.517934] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ OK ] Reached target Timers. [ 7.534579] ntb_hw_epf 0000:00:00.0: of_irq_parse_pci: failed with rc=-22 [ 7.540140] [drm] No driver support for vblank timestamp query. [ OK ] Listening on RPCbind Server Activation Socket[ 7.552720] pci_bus 0000:00: 1-byte config write to 0000:00:00.0 offset 0x3c may corrupt adjacent RW1C bits . [ 7.567438] remoteproc remoteproc1: 4d81800000.dsp is available [ 7.573691] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 0 [ 7.580849] ntb_hw_epf 0001:00:00.0: of_irq_parse_pci: failed with rc=-22 [ 7.580856] pci_bus 0001:00: 1-byte config write to 0001:00:00.0 offset 0x3c may corrupt adjacent RW1C bits [ 7.582958] ntb_hw_epf 0002:00:00.0: of_irq_parse_pci: failed with rc=-22 [ OK ] Reached target Sockets. [ 7.604845] remoteproc remoteproc1: powering up 4d81800000.dsp [ 7.614406] remoteproc remoteproc1: Booting fw image j7-c66_1-fw, size 1448016 [ 7.622871] k3-dsp-rproc 4d81800000.dsp: booting DSP core using boot addr = 0xa7200000 [ OK ] Reached target Basic System. [ 7.635271] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a8000000 [ 7.644763] virtio_rpmsg_bus virtio1: rpmsg host is online [ 7.662819] remoteproc remoteproc1: registered virtio1 (type 7) [ 7.667278] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xd [ 7.673608] remoteproc remoteproc1: remote processor 4d81800000.dsp is now up [ OK ] Started TEE Supplicant. [ 7.690140] k3-dsp-rproc 64800000.dsp: configured DSP for remoteproc mode [ OK ] Started irqbalance daemon. [ 7.703093] remoteproc remoteproc2: 64800000.dsp is available [ OK ] Started Job spooling tools. [ 7.731774] pci_bus 0002:00: 1-byte config write to 0002:00:00.0 offset 0x3c may corrupt adjacent RW1C bits Starting rc.pvr.service... [ OK ] Started D-Bus System Message Bus. [ 7.767226] remoteproc remoteproc2: powering up 64800000.dsp [ 7.776629] remoteproc remoteproc2: Booting fw image j7-c71_0-fw, size 6954352 [ OK ] Started Periodic Command Scheduler. [ 7.798692] k3-dsp-rproc 64800000.dsp: booting DSP core using boot addr = 0xa8200000 Starting Print notice about GPLv3 packages... [ 7.826028] virtio_rpmsg_bus virtio2: rpmsg host is online Starting RPC Bind Service... [ 7.833852] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xd [ 7.836760] remoteproc remoteproc2: registered virtio2 (type 7) Starting Login Service... [ OK ] Started Network Name Resolution. [ OK ] Started Reboot and dump vmcore via kexec. [ OK ] Started RPC Bind Service. [ 7.876433] remoteproc remoteproc2: remote processor 64800000.dsp is now up Starting Avahi mDNS/DNS-SD Stack... [ OK ] Reached target Network. Starting Permit User Sessions... [ OK ] Reached target Host and Network Name Lookups. [ OK ] Started NFS status monitor for NFSv2/3 locking.. [ OK ] Started Permit User Sessions. [ OK ] Started Serial Getty on ttyS2. [ OK ] Started Getty on tty1. [ OK ] Started Login Service. [ OK ] Started Avahi mDNS/DNS-SD Stack. [ 7.975261] pvrsrvkm 4e20000000.gpu: Linked as a consumer to genpd:0:4e20000000.gpu [ 7.985881] pvrsrvkm 4e20000000.gpu: Linked as a consumer to genpd:1:4e20000000.gpu [ 7.996790] PVR_K: 313: Read BVNC 22.104.208.318 from HW device registers [ 8.003719] PVR_K: 313: RGX Device initialised with BVNC 22.104.208.318 [ 8.018449] [drm] Initialized pvr 1.10.5371573 20170530 for 4e20000000.gpu on minor 1 [ OK ] Found device /dev/ttyS1. [ OK ] Started Serial Getty on ttyS1. [ OK ] Reached target Login Prompts. Starting Synchronize System and HW clocks... [FAILED] Failed to start Synchronize System and HW clocks. See 'systemctl status sync-clocks.service' for details. [ 8.239723] k3_r5_rproc interconnect@100000:interconnect@28380000:r5fss@41000000: creating child devices for R5F cores [ 8.289802] platform 41000000.r5f: configured R5F for remoteproc mode [ 8.334821] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000 [ 8.360926] remoteproc remoteproc3: 41000000.r5f is available [ 8.387341] remoteproc remoteproc3: Direct firmware load for j7-mcu-r5f0_0-fw failed with error -2 [ 8.397986] k3_r5_rproc interconnect@100000:r5fss@5c00000: creating child devices for R5F cores [ 8.407103] remoteproc remoteproc3: powering up 41000000.r5f [ 8.413161] remoteproc remoteproc3: Direct firmware load for j7-mcu-r5f0_0-fw failed with error -2 [ 8.422432] remoteproc remoteproc3: request_firmware failed: -2 [ 8.431419] TI DP83867 k3-cpsw-mdio:00: attached PHY driver [TI DP83867] (mii_bus:phy_addr=k3-cpsw-mdio:00, irq=POLL) [ 8.450199] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 8.490754] platform 5c00000.r5f: configured R5F for remoteproc mode [ 8.512653] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000 [ 8.570131] remoteproc remoteproc4: 5c00000.r5f is available [ OK ] Created slice system-systemd\x2dfsck.slice. [ 8.617836] remoteproc remoteproc4: powering up 5c00000.r5f [ 8.623686] remoteproc remoteproc4: Booting fw image j7-main-r5f0_0-fw, size 128832 [ 8.632446] platform 5d00000.r5f: configured R5F for remoteproc mode [ 8.641380] platform 5c00000.r5f: booting R5F core using boot addr = 0x0 [ 8.649289] platform 5d00000.r5f: assigned reserved memory node r5f-dma-memory@a3000000 [ 8.655059] virtio_rpmsg_bus virtio3: rpmsg host is online [ 8.666655] remoteproc remoteproc4: registered virtio3 (type 7) [ 8.678654] remoteproc remoteproc4: remote processor 5c00000.r5f is now up [ 8.682917] remoteproc remoteproc5: 5d00000.r5f is available [ 8.690783] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xd [ 8.723260] remoteproc remoteproc5: powering up 5d00000.r5f [ 8.732608] k3_r5_rproc interconnect@100000:r5fss@5e00000: creating child devices for R5F cores [ 8.741339] remoteproc remoteproc5: Booting fw image j7-main-r5f0_1-fw, size 3811288 [ 8.752119] remoteproc remoteproc5: bad phdr da 0xadfe0000 mem 0x1a8 [ 8.760696] remoteproc remoteproc5: Failed to load program segments: -22 [ 8.775150] platform 5e00000.r5f: configured R5F for remoteproc mode [ 8.799318] j721e-audio sound@0: pcm3168a-dac <-> 2ba0000.mcasp mapping ok [ 8.831368] platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000 [ 8.841098] j721e-audio sound@0: pcm3168a-adc <-> 2ba0000.mcasp mapping ok [ 8.850306] remoteproc remoteproc6: 5e00000.r5f is available [ 8.860985] remoteproc remoteproc6: Direct firmware load for j7-main-r5f1_0-fw failed with error -2 [ 8.872706] remoteproc remoteproc6: powering up 5e00000.r5f [ 8.884112] remoteproc remoteproc6: Direct firmware load for j7-main-r5f1_0-fw failed with error -2 [ 8.899475] remoteproc remoteproc6: request_firmware failed: -2 *************************************************************** *************************************************************** NOTICE: This file system contains the following GPLv3 packages: autoconf bash-dev bash bc binutils cifs-utils cpio cpp-symlinks cpp dosfstools elfutils g++-symlinks g++ gawk gcc-symlinks gcc gdb gdbserver gettext glmark2 gstreamer1.0-libav gzip libbfd libcairo-perf-utils libdw1 libelf1 libgdbm-compat4 libgdbm-dev libgdbm6 libgettextlib libgettextsrc libgmp10 libidn2-0 libmpc3 libmpfr6 libreadline-dev libreadline7 libunistring2 m4-dev m4 make nettle parted which If you do not wish to distribute GPLv3 components please remove the above packages prior to distribution. This can be done using the opkg remove command. i.e.: opkg remove <package> Where <package> is the name printed in the list above NOTE: If the package is a dependency of another package you will be notified of the dependent packages. You should use the --force-removal-of-dependent-packages option to also remove the dependent packages as well *************************************************************** *************************************************************** [ 9.461805] am65-cpsw-nuss 46000000.ethernet eth0: Link is Down [ 9.516041] Console: switching to colour frame buffer device 240x67 [ 9.520713] cdns-usb3 6000000.usb: DRD version v1 (ID: 0004024e, rev: 00000200) [ 9.556125] omap_rng 4e10000.trng: Random Number Generator ver. 241b34c [ 9.556146] random: crng init done [ 9.556149] random: 7 urandom warning(s) missed due to ratelimiting [ 9.579498] tidss 4a00000.dss: fb0: DRM emulated frame buffer device [ OK ] Started Print notice about GPLv3 packages. [ OK ] Started rc.pvr.service. [ 9.670994] remoteproc remoteproc7: b034000.pru is available [ 9.699951] pru-rproc b034000.pru: PRU rproc node pru@b034000 probed successfully [ 9.728007] remoteproc remoteproc8: b004000.rtu is available [ 9.743214] pru-rproc b004000.rtu: PRU rproc node rtu@b004000 probed successfully [ 9.752272] remoteproc remoteproc9: b00a000.txpru is available [ 9.761094] pru-rproc b00a000.txpru: PRU rproc node txpru@b00a000 probed successfully [ OK ] Found device /dev/mmcblk0p1. [ 9.770515] remoteproc remoteproc10: b038000.pru is available [ 9.780399] pru-rproc b038000.pru: PRU rproc node pru@b038000 probed successfully [ 9.788290] remoteproc remoteproc11: b006000.rtu is available [ 9.795198] pru-rproc b006000.rtu: PRU rproc node rtu@b006000 probed successfully [ 9.803177] remoteproc remoteproc12: b00c000.txpru is available [ 9.803204] pru-rproc b00c000.txpru: PRU rproc node txpru@b00c000 probed successfully [ 9.803524] remoteproc remoteproc13: b134000.pru is available [ 9.803564] pru-rproc b134000.pru: PRU rproc node pru@b134000 probed successfully [ 9.803918] remoteproc remoteproc14: b104000.rtu is available [ 9.803953] pru-rproc b104000.rtu: PRU rproc node rtu@b104000 probed successfully [ 9.804300] remoteproc remoteproc15: b10a000.txpru is available [ 9.804325] pru-rproc b10a000.txpru: PRU rproc node txpru@b10a000 probed successfully [ 9.804779] remoteproc remoteproc16: b138000.pru is available [ 9.804811] pru-rproc b138000.pru: PRU rproc node pru@b138000 probed successfully [ 9.805155] remoteproc remoteproc17: b106000.rtu is available [ 9.805177] pru-rproc b106000.rtu: PRU rproc node rtu@b106000 probed successfully [ 9.805393] remoteproc remoteproc18: b10c000.txpru is available [ 9.805414] pru-rproc b10c000.txpru: PRU rproc node txpru@b10c000 probed successfully [ 9.912396] cdns-usb3 6000000.usb: Initialized ep0 support: [ 9.912402] cdns-usb3 6000000.usb: Initialized ep1out support: BULK, INT ISO [ 9.912405] cdns-usb3 6000000.usb: Initialized ep2out support: BULK, INT ISO [ 9.912408] cdns-usb3 6000000.usb: Initialized ep3out support: BULK, INT ISO [ 9.912410] cdns-usb3 6000000.usb: Initialized ep4out support: BULK, INT ISO [ 9.912413] cdns-usb3 6000000.usb: Initialized ep5out support: BULK, INT ISO [ 9.912415] cdns-usb3 6000000.usb: Initialized ep6out support: BULK, INT ISO [ 9.912417] cdns-usb3 6000000.usb: Initialized ep7out support: BULK, INT ISO [ 9.912420] cdns-usb3 6000000.usb: Initialized ep8out support: BULK, INT ISO [ 9.912423] cdns-usb3 6000000.usb: Initialized ep9out support: BULK, INT ISO [ 9.912425] cdns-usb3 6000000.usb: Initialized ep10out support: BULK, INT ISO Starting File System Check on /dev/mmcblk0p1... [ 9.912428] cdns-usb3 6000000.usb: Initialized ep11out support: BULK, INT ISO [ 9.912430] cdns-usb3 6000000.usb: Initialized ep12out support: BULK, INT ISO [ 9.912433] cdns-usb3 6000000.usb: Initialized ep13out support: BULK, INT ISO [ 9.912435] cdns-usb3 6000000.usb: Initialized ep14out support: BULK, INT ISO [ 9.912438] cdns-usb3 6000000.usb: Initialized ep15out support: BULK, INT ISO [ 9.912440] cdns-usb3 6000000.usb: Initialized ep1in support: BULK, INT ISO [ 9.912443] cdns-usb3 6000000.usb: Initialized ep2in support: BULK, INT ISO [ 9.912445] cdns-usb3 6000000.usb: Initialized ep3in support: BULK, INT ISO [ 9.912447] cdns-usb3 6000000.usb: Initialized ep4in support: BULK, INT ISO [ 9.912449] cdns-usb3 6000000.usb: Initialized ep5in support: BULK, INT ISO [ 9.912452] cdns-usb3 6000000.usb: Initialized ep6in support: BULK, INT ISO [ 9.912455] cdns-usb3 6000000.usb: Initialized ep7in support: BULK, INT ISO [ 9.912457] cdns-usb3 6000000.usb: Initialized ep8in support: BULK, INT ISO [ 9.912459] cdns-usb3 6000000.usb: Initialized ep9in support: BULK, INT ISO [ 9.912462] cdns-usb3 6000000.usb: Initialized ep10in support: BULK, INT ISO [ 9.912464] cdns-usb3 6000000.usb: Initialized ep11in support: BULK, INT ISO [ 9.912466] cdns-usb3 6000000.usb: Initialized ep12in support: BULK, INT ISO [ 9.912468] cdns-usb3 6000000.usb: Initialized ep13in support: BULK, INT ISO [ 9.912471] cdns-usb3 6000000.usb: Initialized ep14in support: BULK, INT ISO [ 9.912473] cdns-usb3 6000000.usb: Initialized ep15in support: BULK, INT ISO [ 9.921032] cdns-usb3 6400000.usb: DRD version v1 (ID: 0004024e, rev: 00000200) [ 9.973990] usbcore: registered new interface driver usbfs [ 10.159588] usbcore: registered new interface driver hub [ 10.159892] usbcore: registered new device driver usb Starting Save/Restore Sound Card State... [ 10.182032] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller [ 10.187566] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 1 Starting weston.service... [ 10.197239] xhci-hcd xhci-hcd.2.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000000000010010 [ 10.208223] xhci-hcd xhci-hcd.2.auto: irq 324, io mem 0x06410000 [ 10.214418] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19 [ 10.222755] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 10.222757] usb usb1: Product: xHCI Host Controller [ 10.222759] usb usb1: Manufacturer: Linux 4.19.94-g5a23bc00e0 xhci-hcd [ 10.222761] usb usb1: SerialNumber: xhci-hcd.2.auto [[ 10.224831] hub 1-0:1.0: USB hub found OK ] [ 10.251769] hub 1-0:1.0: 1 port detected Started File System Check on /dev/mmcblk0p1. [ 10.257979] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller [ 10.266679] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 2 [ 10.274390] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperSpeed [ 10.281371] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 10.289625] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19 [ 10.289628] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 10.289630] usb usb2: Product: xHCI Host Controller [ 10.289632] usb usb2: Manufacturer: Linux 4.19.94-g5a23bc00e0 xhci-hcd [ 10.289634] usb usb2: SerialNumber: xhci-hcd.2.auto [ 10.300277] hub 2-0:1.0: USB hub found [ 10.300292] hub 2-0:1.0: 1 port detected [ OK ] Started Save/Restore Sound Card State. [ OK ] Started weston.service. [ OK ] Started Hardware RNG Entropy Gatherer Daemon. Starting DEMO... Starting telnetd.service... [ OK ] Reached target Sound Card. Mounting /run/media/mmcblk0p1... [ OK ] Started DEMO. [ OK ] Started telnetd.service. [ OK ] Mounted /run/media/mmcblk0p1. Starting thttpd.service... [ OK ] Started thttpd.service. [ 10.592715] usb 1-1: new high-speed USB device number 2 using xhci-hcd [ 10.744959] usb 1-1: New USB device found, idVendor=0451, idProduct=8142, bcdDevice= 1.00 [ 10.753147] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=1 [ 10.760282] usb 1-1: SerialNumber: E50018612D73 [ 10.765386] hub 1-1:1.0: USB hub found [ 10.769223] hub 1-1:1.0: 4 ports detected [ 12.533938] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off [ 12.542487] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready _____ _____ _ _ | _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_ | | _| .'| . | . | | __| _| . | | | -_| _| _| |__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_| |___| |___| Arago Project http://arago-project.org j7-evm ttyS2 Arago 2019.11 j7-evm ttyS2 j7-evm login:
Also, for comparison purposes, we have the boot log from sd card:
U-Boot SPL 2019.01-g350f3927b8 (Feb 17 2020 - 09:46:23 +0000) SYSFW ABI: 2.9 (firmware rev 0x0013 '19.12.1-v2019.12a (Terrific Lla') Trying to boot from MMC2 Loading Environment from MMC... *** Warning - No MMC card found, using default environment Remoteproc 2 started successfully ** File not found /lib/firmware/j7-mcu-r5f0_0-fw ** Starting ATF on ARM64 core... NOTICE: BL31: v2.2(release):ti2019.05-rc1 NOTICE: BL31: Built : 09:32:00, Feb 17 2020 I/TC: I/TC: OP-TEE version: ti2019.05-rc1-dev (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #1 Mon Feb 17 09:40:16 UTC 2020 aarch64 I/TC: Initialized U-Boot SPL 2019.01-g350f3927b8 (Feb 17 2020 - 09:48:06 +0000) Detected: J7X-BASE-CPB rev E3 Trying to boot from MMC2 U-Boot 2019.01-g350f3927b8 (Feb 17 2020 - 09:48:06 +0000) SoC: J721E PG 1.0 Model: Texas Instruments K3 J721E SoC Board: J721EX-PM2-SOM rev E7 DRAM: 4 GiB Flash: 0 Bytes MMC: sdhci@4f80000: 0, sdhci@4fb0000: 1 Loading Environment from MMC... OK In: serial@2800000 Out: serial@2800000 Err: serial@2800000 Detected: J7X-BASE-CPB rev E3 Net: Warning: ethernet@046000000 using MAC address from ROM eth0: ethernet@046000000 Hit any key to stop autoboot: 0 switch to partitions #0, OK mmc1 is current device SD/MMC found on device 1 ** Unable to read file boot.scr ** 81 bytes read in 1 ms (79.1 KiB/s) Loaded env from uEnv.txt Importing environment from mmc1 ... 3811288 bytes read in 84 ms (43.3 MiB/s) Load Remote Processor 3 with data@addr=0x80080000 3811288 bytes: Success! ** File not found /lib/firmware/j7-main-r5f1_0-fw ** 1448016 bytes read in 30 ms (46 MiB/s) Load Remote Processor 6 with data@addr=0x80080000 1448016 bytes: Success! 1448016 bytes read in 32 ms (43.2 MiB/s) Load Remote Processor 7 with data@addr=0x80080000 1448016 bytes: Success! 6954352 bytes read in 62 ms (107 MiB/s) Load Remote Processor 8 with data@addr=0x80080000 6954352 bytes: Success! 13338632 bytes read in 283 ms (44.9 MiB/s) 99354 bytes read in 3 ms (31.6 MiB/s) 72 bytes read in 1 ms (70.3 KiB/s) 3973 bytes read in 2 ms (1.9 MiB/s) ## Flattened Device Tree blob at 82000000 Booting using the fdt blob at 0x82000000 Loading Device Tree to 00000000fdda3000, end 00000000fdebefff ... OK Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080] [ 0.000000] Linux version 4.19.94-g5a23bc00e0 (oe-user@oe-host) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #1 SMP PREEMPT Mon Feb 17 09:01:06 UTC 2020 [ 0.000000] Machine model: Texas Instruments K3 J721E SoC [ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '') [ 0.000000] bootconsole [ns16550a0] enabled [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node c66-dma-memory@a6000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node c66-memory@a6100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node c66-dma-memory@a7000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node c66-memory@a7100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000ac000000, size 32 MiB [ 0.000000] OF: reserved mem: initialized node vision_apps-dma-memory@ab000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000ae000000, size 512 MiB [ 0.000000] OF: reserved mem: initialized node vision_apps_shared-memories@ad000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000ce000000, size 736 MiB [ 0.000000] OF: reserved mem: initialized node vision_apps-core-heap-memory@cd000000, compatible id shared-dma-pool [ 0.000000] cma: Failed to reserve 512 MiB [ 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.1 [ 0.000000] random: get_random_bytes called from start_kernel+0x94/0x3e4 with crng_init=0 [ 0.000000] percpu: Embedded 2 pages/cpu s48536 r8192 d74344 u131072 [ 0.000000] Detected PIPT I-cache on CPU0 [ 0.000000] CPU features: enabling workaround for EL2 vector hardening [ 0.000000] Speculative Store Bypass Disable mitigation not required [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 50063 [ 0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),128k(ospi.env),128k(ospi.env.backup),1m(ospi.sysfw),-@8m(ospi.rootfs);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(hbmc.sysfw),-@8m(hbmc.rootfs) root=PARTUUID=09d6a6fd-02 rw rootfstype=ext4 rootwait [ 0.000000] Dentry cache hash table entries: 524288 (order: 6, 4194304 bytes) [ 0.000000] Inode-cache hash table entries: 262144 (order: 5, 2097152 bytes) [ 0.000000] software IO TLB: mapped [mem 0x9a800000-0x9e800000] (64MB) [ 0.000000] Memory: 2591104K/3207168K available (8510K kernel code, 738K rwdata, 3136K rodata, 576K init, 641K bss, 616064K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=2. [ 0.000000] Tasks RCU enabled. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: Distributor has no Range Selector support [ 0.000000] GICv3: no VLPI support, no direct LPI support [ 0.000000] ITS [mem 0x01820000-0x0182ffff] [ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS [ 0.000000] ITS@0x0000000001820000: allocated 1048576 Devices @8c0800000 (flat, esz 8, psz 64K, shr 0) [ 0.000000] ITS: using cache flushing for cmd queue [ 0.000000] GIC: using LPI property table @0x00000008c00a0000 [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000 [ 0.000000] CPU0: using LPI pending table @0x00000008c00b0000 [ 0.000000] GIC: using cache flushing for LPI property table [ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns [ 0.000001] sched_clock: 56 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns [ 0.008403] Console: colour dummy device 80x25 [ 0.012964] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000) [ 0.023632] pid_max: default: 32768 minimum: 301 [ 0.028377] Security Framework initialized [ 0.032584] Mount-cache hash table entries: 8192 (order: 0, 65536 bytes) [ 0.039442] Mountpoint-cache hash table entries: 8192 (order: 0, 65536 bytes) [ 0.070785] ASID allocator initialised with 32768 entries [ 0.084313] rcu: Hierarchical SRCU implementation. [ 0.097279] Platform MSI: gic-its@1820000 domain created [ 0.102923] PCI/MSI: /interconnect@100000/interrupt-controller@1800000/gic-its@1820000 domain created [ 0.120359] smp: Bringing up secondary CPUs ... [ 0.157273] Detected PIPT I-cache on CPU1 [ 0.157296] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000 [ 0.157327] CPU1: using LPI pending table @0x00000008c0310000 [ 0.157355] CPU1: Booted secondary processor 0x0000000001 [0x411fd080] [ 0.157410] smp: Brought up 1 node, 2 CPUs [ 0.185252] SMP: Total of 2 processors activated. [ 0.190062] CPU features: detected: GIC system register CPU interface [ 0.196644] CPU features: detected: 32-bit EL0 Support [ 0.202141] CPU: All CPU(s) started at EL2 [ 0.206328] alternatives: patching kernel code [ 0.211440] devtmpfs: initialized [ 0.220099] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.230069] futex hash table entries: 512 (order: -1, 32768 bytes) [ 0.236512] pinctrl core: initialized pinctrl subsystem [ 0.242269] NET: Registered protocol family 16 [ 0.247183] vdso: 2 pages (1 code @ (____ptrval____), 1 data @ (____ptrval____)) [ 0.254746] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.261805] DMA: preallocated 256 KiB pool for atomic allocations [ 0.275495] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.282351] HugeTLB registered 512 MiB page size, pre-allocated 0 pages [ 0.289869] cryptd: max_cpu_qlen set to 1000 [ 0.294888] vsys_3v3: supplied by evm_12v0 [ 0.299158] vsys_5v0: supplied by evm_12v0 [ 0.303734] SCSI subsystem initialized [ 0.307809] media: Linux media interface: v0.10 [ 0.312443] videodev: Linux video capture interface: v2.00 [ 0.318057] pps_core: LinuxPPS API ver. 1 registered [ 0.323126] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.332462] PTP clock support registered [ 0.336473] EDAC MC: Ver: 3.0.0 [ 0.340423] Advanced Linux Sound Architecture Driver Initialized. [ 0.347043] clocksource: Switched to clocksource arch_sys_counter [ 0.353354] VFS: Disk quotas dquot_6.6.0 [ 0.357401] VFS: Dquot-cache hash table entries: 8192 (order 0, 65536 bytes) [ 0.367033] NET: Registered protocol family 2 [ 0.371820] tcp_listen_portaddr_hash hash table entries: 4096 (order: 0, 65536 bytes) [ 0.379875] TCP established hash table entries: 32768 (order: 2, 262144 bytes) [ 0.387361] TCP bind hash table entries: 32768 (order: 3, 524288 bytes) [ 0.394618] TCP: Hash tables configured (established 32768 bind 32768) [ 0.401367] UDP hash table entries: 2048 (order: 0, 65536 bytes) [ 0.407556] UDP-Lite hash table entries: 2048 (order: 0, 65536 bytes) [ 0.414244] NET: Registered protocol family 1 [ 0.418939] RPC: Registered named UNIX socket transport module. [ 0.424993] RPC: Registered udp transport module. [ 0.429796] RPC: Registered tcp transport module. [ 0.434599] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.441523] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available [ 0.451276] Initialise system trusted keyrings [ 0.455894] workingset: timestamp_bits=46 max_order=16 bucket_order=0 [ 0.464037] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.470222] NFS: Registering the id_resolver key type [ 0.475395] Key type id_resolver registered [ 0.479668] Key type id_legacy registered [ 0.483765] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.490694] 9p: Installing v9fs 9p2000 file system support [ 0.497842] Key type asymmetric registered [ 0.502030] Asymmetric key parser 'x509' registered [ 0.507047] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) [ 0.514609] io scheduler noop registered [ 0.518614] io scheduler deadline registered [ 0.523026] io scheduler cfq registered (default) [ 0.527832] io scheduler mq-deadline registered [ 0.532460] io scheduler kyber registered [ 0.537470] pinctrl-single 4301c000.pinmux: 94 pins, size 376 [ 0.543577] pinctrl-single 11c000.pinmux: 173 pins, size 692 [ 0.549734] pinctrl-single a40000.timesync_router: 512 pins, size 2048 [ 0.558998] ti-pat 31010000.pat: Found PAT Rev 1.0 with 16384 pages [ 0.565435] ti-pat 31010000.pat: Failed to create 31010000.pat debugfs directory [ 0.573142] ti-pat 31011000.pat: Found PAT Rev 1.0 with 16384 pages [ 0.579555] ti-pat 31011000.pat: Failed to create 31011000.pat debugfs directory [ 0.587201] ti-pat 31012000.pat: Found PAT Rev 1.0 with 16384 pages [ 0.593614] ti-pat 31012000.pat: Failed to create 31012000.pat debugfs directory [ 0.601258] ti-pat 31013000.pat: Found PAT Rev 1.0 with 2048 pages [ 0.607580] ti-pat 31013000.pat: Failed to create 31013000.pat debugfs directory [ 0.615223] ti-pat 31014000.pat: Found PAT Rev 1.0 with 2048 pages [ 0.621545] ti-pat 31014000.pat: Failed to create 31014000.pat debugfs directory [ 0.630514] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled [ 0.638501] panel-simple dummy-panel: dummy-panel supply power not found, using dummy regulator [ 0.647434] panel-simple dummy-panel: Linked as a consumer to regulator.0 [ 0.658224] brd: module loaded [ 0.664307] loop: module loaded [ 0.668846] libphy: Fixed MDIO Bus: probed [ 0.673205] tun: Universal TUN/TAP device driver, 1.6 [ 0.678628] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k [ 0.686633] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. [ 0.692701] sky2: driver version 1.30 [ 0.697031] VFIO - User Level meta-driver version: 0.3 [ 0.702678] i2c /dev entries driver [ 0.706696] sdhci: Secure Digital Host Controller Interface driver [ 0.713013] sdhci: Copyright(c) Pierre Ossman [ 0.717666] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.723923] ledtrig-cpu: registered to indicate activity on CPUs [ 0.791556] optee: probing for conduit method from DT. [ 0.796826] optee: revision 3.7 (5208e5c1) [ 0.796980] optee: initialized driver [ 0.805662] NET: Registered protocol family 17 [ 0.810278] 9pnet: Installing 9P2000 support [ 0.814665] Key type dns_resolver registered [ 0.819254] registered taskstats version 1 [ 0.823438] Loading compiled-in X.509 certificates [ 0.832767] ti-sci 44083000.dmsc: ABI: 2.9 (firmware rev 0x0013 '19.12.1-v2019.12a (Terrific Lla') [ 0.858268] random: fast init done [ 0.902028] omap_i2c 40b00000.i2c: bus 0 rev0.12 at 100 kHz [ 0.907987] omap_i2c 40b10000.i2c: bus 1 rev0.12 at 100 kHz [ 0.913951] omap_i2c 42120000.i2c: bus 2 rev0.12 at 100 kHz [ 0.919980] pca953x 3-0020: 3-0020 supply vcc not found, using dummy regulator [ 0.927393] pca953x 3-0020: Linked as a consumer to regulator.0 [ 0.955615] pca953x 3-0022: 3-0022 supply vcc not found, using dummy regulator [ 0.963016] pca953x 3-0022: Linked as a consumer to regulator.0 [ 0.969890] GPIO line 481 (MCASP/TRACE_MUX_S0) hogged as output/low [ 0.976613] GPIO line 482 (MCASP/TRACE_MUX_S1) hogged as output/high [ 0.983177] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz [ 0.989115] omap_i2c 2020000.i2c: bus 4 rev0.12 at 100 kHz [ 0.995071] pca953x 5-0020: 5-0020 supply vcc not found, using dummy regulator [ 1.002474] pca953x 5-0020: Linked as a consumer to regulator.0 [ 1.031710] GPIO line 464 (CODEC_RSTz) hogged as output/high [ 1.037619] omap_i2c 2030000.i2c: bus 5 rev0.12 at 400 kHz [ 1.043501] omap_i2c 2040000.i2c: bus 6 rev0.12 at 100 kHz [ 1.049352] omap_i2c 2050000.i2c: bus 7 rev0.12 at 100 kHz [ 1.064096] cdns-pcie-host d000000.pcie: missing "mem" [ 1.069717] cdns-pcie-host d000000.pcie: Linked as a consumer to phy-5000000.serdes.0 [ 2.079048] cdns-pcie-host d000000.pcie: Phy link never came up [ 2.085102] cdns-pcie-host d000000.pcie: host bridge /interconnect@100000/pcie@2900000/pcie@d000000 ranges: [ 2.095072] cdns-pcie-host d000000.pcie: IO 0x10001000..0x10010fff -> 0x10001000 [ 2.102903] cdns-pcie-host d000000.pcie: MEM 0x4000000000..0x407fffffff -> 0x00000000 [ 2.111159] cdns-pcie-host d000000.pcie: PCI host bridge to bus 0000:00 [ 2.117921] pci_bus 0000:00: root bus resource [bus 00-0f] [ 2.123526] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x10001000-0x10010fff]) [ 2.133217] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x407fffffff] (bus address [0x00000000-0x7fffffff]) [ 2.144002] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits [ 2.153872] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits [ 2.163769] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x92 may corrupt adjacent RW1C bits [ 2.173730] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0xb2 may corrupt adjacent RW1C bits [ 2.183718] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x84 may corrupt adjacent RW1C bits [ 2.195592] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 2.203775] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits [ 2.213737] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits [ 2.223697] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits [ 2.233655] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x6 may corrupt adjacent RW1C bits [ 2.245199] pci_bus 0000:00: 1-byte config write to 0000:00:00.0 offset 0x1a may corrupt adjacent RW1C bits [ 2.255169] pci 0000:00:00.0: PCI bridge to [bus 01] [ 2.260684] cdns-pcie-host d800000.pcie: missing "mem" [ 2.266350] cdns-pcie-host d800000.pcie: Linked as a consumer to phy-5010000.serdes.1 [ 3.275727] cdns-pcie-host d800000.pcie: Phy link never came up [ 3.281781] cdns-pcie-host d800000.pcie: host bridge /interconnect@100000/pcie@2910000/pcie@d800000 ranges: [ 3.291748] cdns-pcie-host d800000.pcie: IO 0x18001000..0x18010fff -> 0x18001000 [ 3.299579] cdns-pcie-host d800000.pcie: MEM 0x4100000000..0x417fffffff -> 0x00000000 [ 3.307816] cdns-pcie-host d800000.pcie: PCI host bridge to bus 0001:00 [ 3.314577] pci_bus 0001:00: root bus resource [bus 00-0f] [ 3.320182] pci_bus 0001:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x18001000-0x18010fff]) [ 3.330050] pci_bus 0001:00: root bus resource [mem 0x4100000000-0x417fffffff] (bus address [0x00000000-0x7fffffff]) [ 3.342681] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 3.352554] pci 0001:00:00.0: PCI bridge to [bus 01] [ 3.358041] cdns-pcie-host e000000.pcie: missing "mem" [ 3.363640] cdns-pcie-host e000000.pcie: Linked as a consumer to phy-5020000.serdes.2 [ 4.373017] cdns-pcie-host e000000.pcie: Phy link never came up [ 4.379071] cdns-pcie-host e000000.pcie: host bridge /interconnect@100000/pcie@2920000/pcie@e000000 ranges: [ 4.389038] cdns-pcie-host e000000.pcie: IO 0x4400001000..0x4400010fff -> 0x00001000 [ 4.397224] cdns-pcie-host e000000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x00011000 [ 4.405463] cdns-pcie-host e000000.pcie: PCI host bridge to bus 0002:00 [ 4.412224] pci_bus 0002:00: root bus resource [bus 00-0f] [ 4.417828] pci_bus 0002:00: root bus resource [io 0x20000-0x2ffff] (bus address [0x1000-0x10fff]) [ 4.427075] pci_bus 0002:00: root bus resource [mem 0x4400011000-0x4407ffffff] (bus address [0x00011000-0x07ffffff]) [ 4.439678] pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 4.449541] pci 0002:00:00.0: PCI bridge to [bus 01] [ 4.455117] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235 [ 4.464990] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled [ 4.471750] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64 [ 4.479426] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211 [ 4.489564] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled [ 4.496323] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64 [ 4.503943] omap8250 40a00000.serial: PM domain pd:149 will not be powered off [ 4.511499] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 7, base_baud = 6000000) is a 8250 [ 4.520633] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 18, base_baud = 3000000) is a 8250 [ 4.529373] console [ttyS2] enabled [ 4.529373] console [ttyS2] enabled [ 4.536406] bootconsole [ns16550a0] disabled [ 4.536406] bootconsole [ns16550a0] disabled [ 4.545321] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 19, base_baud = 3000000) is a 8250 [ 4.554127] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 20, base_baud = 3000000) is a 8250 [ 4.562855] arm-smmu-v3 36600000.smmu: ias 48-bit, oas 48-bit (features 0x00001faf) [ 4.571555] arm-smmu-v3 36600000.smmu: msi_domain absent - falling back to wired irqs [ 4.580388] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 4.587006] [drm] No driver support for vblank timestamp query. [ 4.594361] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 0 [ 4.654964] Console: switching to colour frame buffer device 240x67 [ 4.677587] tidss 4a00000.dss: fb0: DRM emulated frame buffer device [ 4.688519] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled [ 4.699023] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled [ 4.709175] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled [ 4.719416] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled [ 4.730199] scsi host0: ufshcd [ 4.745042] cadence-qspi 47040000.spi: mt35xu512aba (65536 Kbytes) [ 4.751225] 7 cmdlinepart partitions found on MTD device 47040000.spi.0 [ 4.757823] Creating 7 MTD partitions on "47040000.spi.0": [ 4.760692] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[1, 1], lane[1, 1], pwr[SLOWAUTO_MODE, SLOWAUTO_MODE], rate = 0 [ 4.763296] 0x000000000000-0x000000080000 : "ospi.tiboot3" [ 4.781388] 0x000000080000-0x000000280000 : "ospi.tispl" [ 4.786904] 0x000000280000-0x000000680000 : "ospi.u-boot" [ 4.792483] 0x000000680000-0x0000006a0000 : "ospi.env" [ 4.797836] 0x0000006a0000-0x0000006c0000 : "ospi.env.backup" [ 4.801416] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[3, 3], lane[2, 2], pwr[FAST MODE, FAST MODE], rate = 2 [ 4.807377] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw" [ 4.815247] cdns-ufshcd 4e84000.ufs: ufshcd_find_max_sup_active_icc_level: Regulator capability was not set, actvIccLevel=0 [ 4.820705] 0x000000800000-0x000004000000 : "ospi.rootfs" [ 4.831770] scsi 0:0:0:49488: Well-known LUN TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6 [ 4.845807] scsi 0:0:0:49476: Well-known LUN TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6 [ 4.854504] cdns-ufshcd 4e84000.ufs: ufshcd_scsi_add_wlus: BOOT WLUN not found [ 4.959135] cadence-qspi 47040000.spi: Cadence QSPI NOR probe failed -517 [ 4.966763] cadence-qspi 47050000.spi: n25q512a (65536 Kbytes) [ 4.987148] cadence-qspi 47050000.spi: Cadence QSPI NOR probe failed -517 [ 4.994499] am65-cpsw-nuss 46000000.ethernet: rx-flow-id-base is not set -22 [ 5.001556] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 [ 5.012992] UDMA has not been proped [ 5.016571] am65-cpsw-nuss 46000000.ethernet: Failed to request tx dma channel -517 [ 5.025085] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0 [ 5.033633] mmc0: Unknown controller version (4). You may experience problems. [ 5.040863] mmc0: CQHCI version 5.10 [ 5.075175] mmc0: SDHCI controller on 4f80000.sdhci [4f80000.sdhci] using ADMA 64-bit [ 5.089401] vdd_mmc1: supplied by vsys_3v3 [ 5.094159] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100 [ 5.101110] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100 [ 5.108088] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100 [ 5.114960] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100 [ 5.121836] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100 [ 5.151913] mmc0: Command Queue Engine enabled [ 5.156359] mmc0: new HS400 MMC card at address 0001 [ 5.161775] mmcblk0: mmc0:0001 S0J56X 14.8 GiB [ 5.166602] mmcblk0boot0: mmc0:0001 S0J56X partition 1 31.5 MiB [ 5.172858] mmcblk0boot1: mmc0:0001 S0J56X partition 2 31.5 MiB [ 5.178889] mmcblk0rpmb: mmc0:0001 S0J56X partition 3 4.00 MiB, chardev (242:0) [ 5.191246] mmcblk0: p1 p2 [ 5.460792] ti-udma 285c0000.udmap: Channels: 24 (tchan: 48, echan: 0, rchan: 48, rflow: 96) [ 5.470414] ti-udma 31150000.udmap: Channels: 84 (tchan: 140, echan: 160, rchan: 140, rflow: 300) [ 5.482140] cadence-qspi 47040000.spi: mt35xu512aba (65536 Kbytes) [ 5.488326] 7 cmdlinepart partitions found on MTD device 47040000.spi.0 [ 5.494925] Creating 7 MTD partitions on "47040000.spi.0": [ 5.500401] 0x000000000000-0x000000080000 : "ospi.tiboot3" [ 5.506207] 0x000000080000-0x000000280000 : "ospi.tispl" [ 5.511707] 0x000000280000-0x000000680000 : "ospi.u-boot" [ 5.517325] 0x000000680000-0x0000006a0000 : "ospi.env" [ 5.522650] 0x0000006a0000-0x0000006c0000 : "ospi.env.backup" [ 5.528579] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw" [ 5.534106] 0x000000800000-0x000004000000 : "ospi.rootfs" [ 5.541753] cadence-qspi 47050000.spi: n25q512a (65536 Kbytes) [ 5.549599] am65-cpsw-nuss 46000000.ethernet: rx-flow-id-base is not set -22 [ 5.556663] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 [ 5.574139] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48 [ 5.584641] pps pps0: new PPS source ptp1 [ 5.588782] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1 [ 5.597726] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 0.4 [ 5.604931] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64 [ 5.647049] am65-cpsw-nuss 46000000.ethernet: davinci mdio revision 9.7, bus freq 1000000 [ 5.655209] libphy: 46000000.ethernet: probed [ 5.661006] sdhci-am654 4fb0000.sdhci: Linked as a consumer to regulator.4 [ 5.667896] sdhci-am654 4fb0000.sdhci: Linked as a consumer to regulator.5 [ 5.674790] mmc1: Unknown controller version (4). You may experience problems. [ 5.682023] mmc1: CQHCI version 5.10 [ 5.715607] mmc1: SDHCI controller on 4fb0000.sdhci [4fb0000.sdhci] using ADMA 64-bit [ 5.732389] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [ 5.739245] hctosys: unable to open rtc device (rtc0) [ 5.765826] ALSA device list: [ 5.768791] No soundcards found. [ 5.772470] Waiting for root device PARTUUID=09d6a6fd-02... [ 7.193974] mmc1: new ultra high speed DDR50 SDXC card at address aaaa [ 7.201112] mmcblk1: mmc1:aaaa SH64G 59.5 GiB [ 7.213814] mmcblk1: p1 p2 [ 9.015029] EXT4-fs (mmcblk1p2): recovery complete [ 9.022422] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null) [ 9.030527] VFS: Mounted root (ext4 filesystem) on device 179:98. [ 9.039665] devtmpfs: mounted [ 9.042780] Freeing unused kernel memory: 576K [ 9.047237] Run /sbin/init as init process [ 9.188377] systemd[1]: System time before build time, advancing clock. [ 9.239521] NET: Registered protocol family 10 [ 9.244403] Segment Routing with IPv6 [ 9.265287] systemd[1]: systemd 239 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid) [ 9.286792] systemd[1]: Detected architecture arm64. Welcome to Arago 2019.11! [ 9.313446] systemd[1]: Set hostname to <j7-evm>. [ 9.424971] systemd[1]: Configuration file /lib/systemd/system/local-fs.target is marked executable. Please remove executable permission bits. Proceeding anyway. [ 9.439434] systemd[1]: Configuration file /lib/systemd/system/local-fs.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 9.459178] systemd[1]: Configuration file /lib/systemd/system/swap.target is marked executable. Please remove executable permission bits. Proceeding anyway. [ 9.473251] systemd[1]: Configuration file /lib/systemd/system/swap.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 9.490567] systemd[1]: Configuration file /lib/systemd/system/umount.target is marked executable. Please remove executable permission bits. Proceeding anyway. [ 9.504821] systemd[1]: Configuration file /lib/systemd/system/umount.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 9.522130] systemd[1]: Configuration file /lib/systemd/system/systemd-journald.socket is marked executable. Please remove executable permission bits. Proceeding anyway. [ 9.638446] random: systemd: uninitialized urandom read (16 bytes read) [ OK ] Created slice system-getty.slice. [ 9.659119] random: systemd: uninitialized urandom read (16 bytes read) [ OK ] Listening on Journal Socket (/dev/log). [ 9.679179] random: systemd: uninitialized urandom read (16 bytes read) [ OK ] Listening on Network Service Netlink Socket. [ OK ] Created slice User and Session Slice. [ OK ] Reached target Slices. [ OK ] Started Dispatch Password Requests to Console Directory Watch. [ OK ] Reached target Swap. [ OK ] Listening on udev Control Socket. [ OK ] Listening on Process Core Dump Socket. [ OK ] Created slice system-serial\x2dgetty.slice. [ OK ] Listening on Journal Socket. Starting Create list of required st…ce nodes for the current kernel... Mounting Kernel Debug File System... Mounting Huge Pages File System... [ OK ] Started Forward Password Requests to Wall Directory Watch. [ OK ] Reached target Paths. Mounting POSIX Message Queue File System... [ OK ] Listening on initctl Compatibility Named Pipe. Starting Remount Root and Kernel File Systems... [ 9.942570] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null) [ OK ] Reached target Remote File Systems. [ OK ] Listening on udev Kernel Socket. Starting udev Coldplug all Devices... Starting Journal Service... Mounting Temporary Directory (/tmp)... [ OK ] Started Hardware RNG Entropy Gatherer Daemon. Starting Load Kernel Modules... [ 10.076251] cmemk: loading out-of-tree module taints kernel. [ OK ] Started Journal Service.[ 10.082882] CMEMK module: reference Linux version 4.19.94 [ 10.091639] no physical memory specified [ 10.095596] cmemk initialized [ OK ] Started Create list of required sta…vice nodes for the current[ 10.102460] cryptodev: driver 1.9 loaded. kernel. [ OK ] Mounted Kernel Debug File System. [ OK ] Mounted Huge Pages File System. [ OK ] Mounted POSIX Message Queue File System. [ OK ] Started Remount Root and Kernel File Systems. [ OK ] Mounted Temporary Directory (/tmp). [ OK ] Started Load Kernel Modules. Mounting Kernel Configuration File System... Starting Apply Kernel Variables... Starting Create Static Device Nodes in /dev... Starting Flush Journal to Persistent Storage... [ OK ] Mounted Kernel Configuration File System. [ OK ] Started Apply Kernel Variables. [ OK ] Started Create Static Device Nodes in /dev. [ 10.314449] systemd-journald[154]: Received request to flush runtime journal from PID 1 [ OK ] Started udev Coldplug all Devices. [ OK ] Started Flush Journal to Persistent Storage. [ OK ] Reached target Local File Systems (Pre). Mounting /var/volatile... Mounting /media/ram... [ OK ] Reached target Containers. Starting udev Kernel Device Manager... [ OK ] Mounted /var/volatile. [ OK ] Mounted /media/ram. Starting Load/Save Random Seed... [ OK ] Reached target Local File Systems. Starting Create Volatile Files and Directories... [ OK ] Started udev Kernel Device Manager. [ OK ] Started Load/Save Random Seed. [ OK ] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... Starting Network Service... [ OK ] Started Update UTMP about System Boot/Shutdown. [ OK ] Started Network Service. Starting Network Name Resolution... Starting Wait for Network to be Configured... [ 10.702080] rti-wdt 2200000.rti: heartbeat 60 sec [ 10.721420] rti-wdt 2210000.rti: heartbeat 60 sec [ OK ] Started Network Time Synchronization. [ OK ] Reached target System Time Synchronized. [ OK ] Reached target System Initialization. [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activati[ 10.780905] pcm3168a 5-0044: Linked as a consumer to regulator.2 on Socket. [ OK ] Listening on dropbear.socket. [ OK ] Started Daily rotation of log files. [ 10.836057] pcm3168a 5-0044: Linked as a consumer to regulator.3 Starting Reboot and dump vmcore via kexec... [ OK ] Listening on D-Bus System Message Bus Socket. [ OK ] Listening on RPCbind Server Activation Socket[ 10.880541] k3-dsp-rproc 4d80800000.dsp: assigned reserved memory node c66-dma-memory@a7000000 . [ 10.897592] k3-dsp-rproc 4d80800000.dsp: configured DSP for IPC-only mode [ OK ] Reached target Sockets. [ 10.912373] remoteproc remoteproc0: 4d80800000.dsp is available [ OK ] Reached target Basic System. [ 10.929803] k3-dsp-rproc 4d81800000.dsp: assigned reserved memory node c66-dma-memory@a6000000 [ OK ] Started TEE Supplicant. [ 10.955669] k3-dsp-rproc 4d81800000.dsp: configured DSP for IPC-only mode [ OK ] Started D-Bus System Message Bus. [ 10.976594] remoteproc remoteproc1: 4d81800000.dsp is available [ 10.993622] remoteproc remoteproc0: powering up 4d80800000.dsp [ 11.003971] pci-endpoint-test 0000:00:00.0: of_irq_parse_pci: failed with rc=-22 [ 11.007183] remoteproc remoteproc0: Booting fw image j7-c66_0-fw, size 1448016 [ 11.020520] k3-dsp-rproc 4d80800000.dsp: DSP initialized in IPC-only mode [ 11.021173] pci_generic_config_write32: 29 callbacks suppressed Starting rc.pvr.service... [ 11.021180] pci_bus 0000:00: 1-byte config write to 0000:00:00.0 offset 0x3c may corrupt adjacent RW1C bits [ 11.031141] virtio_rpmsg_bus virtio0: rpmsg host is online [ 11.055030] remoteproc remoteproc0: registered virtio0 (type 7) [ 11.059267] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a8000000 [ 11.066883] remoteproc remoteproc0: remote processor 4d80800000.dsp is now up [ OK ] Started Periodic Command Scheduler.[ 11.079359] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xd [ 11.093199] pci-endpoint-test 0001:00:00.0: of_irq_parse_pci: failed with rc=-22 [ 11.101247] pci_bus 0001:00: 1-byte config write to 0001:00:00.0 offset 0x3c may corrupt adjacent RW1C bits [ 11.101332] pci-endpoint-test 0002:00:00.0: of_irq_parse_pci: failed with rc=-22 [ 11.101336] pci_bus 0002:00: 1-byte config write to 0002:00:00.0 offset 0x3c may corrupt adjacent RW1C bits [ 11.101983] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode [ 11.102044] remoteproc remoteproc2: 64800000.dsp is available [ 11.158341] remoteproc remoteproc1: powering up 4d81800000.dsp [ 11.158350] remoteproc remoteproc1: Booting fw image j7-c66_1-fw, size 1448016 [ 11.158446] k3-dsp-rproc 4d81800000.dsp: DSP initialized in IPC-only mode [ 11.161614] virtio_rpmsg_bus virtio1: rpmsg host is online Starting Login Service... [ 11.196811] remoteproc remoteproc1: registered virtio1 (type 7) [ OK ] Started Job spooling tools. [ 11.208832] remoteproc remoteproc1: remote processor 4d81800000.dsp is now up [ 11.223240] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xd Starting RPC Bind Service... [ 11.248514] ntb_hw_epf 0000:00:00.0: of_irq_parse_pci: failed with rc=-22 [ OK ] Started Daily Cleanup of Temporary Directories. [ 11.273845] pci_bus 0000:00: 1-byte config write to 0000:00:00.0 offset 0x3c may corrupt adjacent RW1C bits [ OK ] Reached target Timers. Starting Print notice about GPLv3 packages... [ 11.311443] remoteproc remoteproc2: powering up 64800000.dsp [ OK ] [ 11.319399] remoteproc remoteproc2: Booting fw image j7-c71_0-fw, size 6954352 Started irqbalance daemon. [ OK ] Started Network Name Resolution. [ OK ] Started Reboot and dump vmcore via kexec. [ OK ] Found device /dev/ttyS2. [ 11.350493] k3-dsp-rproc 64800000.dsp: DSP initialized in IPC-only mode [ 11.375430] virtio_rpmsg_bus virtio2: rpmsg host is online [ OK ] Reached target Network. [ 11.384317] ntb_hw_epf 0001:00:00.0: of_irq_parse_pci: failed with rc=-22 [ 11.393110] pvrsrvkm 4e20000000.gpu: Linked as a consumer to genpd:0:4e20000000.gpu [ 11.400821] pvrsrvkm 4e20000000.gpu: Linked as a consumer to genpd:1:4e20000000.gpu [ 11.400862] PVR_K: 270: Read BVNC 22.104.208.318 from HW device registers [ 11.400866] PVR_K: 270: RGX Device initialised with BVNC 22.104.208.318 [ 11.403636] remoteproc remoteproc2: registered virtio2 (type 7) [ 11.410885] [drm] Initialized pvr 1.10.5371573 20170530 for 4e20000000.gpu on minor 1 [ 11.416136] remoteproc remoteproc2: remote processor 64800000.dsp is now up [ 11.436252] pci_bus 0001:00: 1-byte config write to 0001:00:00.0 offset 0x3c may corrupt adjacent RW1C bits [ 11.444190] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xd Starting Permit User Sessions... Starting Avahi mDNS/DNS-SD Stack... [ OK ] Reached target Host and Network Name Lookups[ 11.476963] ntb_hw_epf 0002:00:00.0: of_irq_parse_pci: failed with rc=-22 . [ OK ] Started RPC Bind Service. [ OK ] Started Permit User Sessions. [ OK ] Started Serial Getty on ttyS2. [ 11.511730] pci_bus 0002:00: 1-byte config write to 0002:00:00.0 offset 0x3c may corrupt adjacent RW1C bits [ OK ] Started Getty on tty1. [ OK ] Started NFS status monitor for NFSv2/3 locking.. [ OK ] Started Login Service. [ OK ] Started Avahi mDNS/DNS-SD Stack. [ OK ] Started rc.pvr.service. Starting weston.service... [ OK ] Started weston.service. Starting telnetd.service... Starting DEMO... [ OK ] Started DEMO. [ OK ] Started telnetd.service. Starting thttpd.service... [ OK ] Found device /dev/ttyS1. [ OK ] Started Serial Getty on ttyS1. [ OK ] Reached target Login Prompts. Starting Synchronize System and HW clocks... [ OK ] Started thttpd.service. [FAILED] Failed to start Synchronize System and HW clocks. See 'systemctl status sync-clocks.service' for details. [ 11.833875] k3_r5_rproc interconnect@100000:interconnect@28380000:r5fss@41000000: creating child devices for R5F cores [ 11.943183] platform 41000000.r5f: configured R5F for remoteproc mode [ 11.980009] TI DP83867 k3-cpsw-mdio:00: attached PHY driver [TI DP83867] (mii_bus:phy_addr=k3-cpsw-mdio:00, irq=POLL) [ 11.997547] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 12.008985] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000 [ 12.051286] remoteproc remoteproc3: 41000000.r5f is available [ 12.083515] remoteproc remoteproc3: Direct firmware load for j7-mcu-r5f0_0-fw failed with error -2 [ 12.087446] k3_r5_rproc interconnect@100000:r5fss@5c00000: creating child devices for R5F cores [ 12.093123] remoteproc remoteproc3: powering up 41000000.r5f [ 12.117807] remoteproc remoteproc3: Direct firmware load for j7-mcu-r5f0_0-fw failed with error -2 [ 12.129516] remoteproc remoteproc3: request_firmware failed: -2 [ 12.142709] platform 5c00000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1) [ 12.257508] platform 5c00000.r5f: configured R5F for IPC-only mode [ 12.305809] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000 [ 12.376022] remoteproc remoteproc4: 5c00000.r5f is available [ 12.427755] remoteproc remoteproc4: powering up 5c00000.r5f [ 12.433627] remoteproc remoteproc4: Booting fw image j7-main-r5f0_0-fw, size 128832 [ 12.443831] platform 5d00000.r5f: configured R5F for IPC-only mode [ 12.455227] platform 5c00000.r5f: R5F core initialized in IPC-only mode [ 12.463914] virtio_rpmsg_bus virtio3: rpmsg host is online [ 12.471895] remoteproc remoteproc4: registered virtio3 (type 7) [ 12.483561] remoteproc remoteproc4: remote processor 5c00000.r5f is now up [ 12.494677] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xd [ 12.515152] platform 5d00000.r5f: assigned reserved memory node r5f-dma-memory@a3000000 [ 12.528652] j721e-audio sound@0: pcm3168a-dac <-> 2ba0000.mcasp mapping ok [ 12.530216] remoteproc remoteproc5: 5d00000.r5f is available [ 12.541991] j721e-audio sound@0: pcm3168a-adc <-> 2ba0000.mcasp mapping ok [ 12.546701] k3_r5_rproc interconnect@100000:r5fss@5e00000: creating child devices for R5F cores [ 12.570005] platform 5e00000.r5f: configured R5F for remoteproc mode [ 12.588565] platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000 [ 12.615009] remoteproc remoteproc6: 5e00000.r5f is available [ 12.622909] remoteproc remoteproc6: Direct firmware load for j7-main-r5f1_0-fw failed with error -2 [ 12.635118] remoteproc remoteproc6: powering up 5e00000.r5f [ 12.643480] remoteproc remoteproc6: Direct firmware load for j7-main-r5f1_0-fw failed with error -2 [ 12.658909] remoteproc remoteproc6: request_firmware failed: -2 [ 12.684249] remoteproc remoteproc5: powering up 5d00000.r5f [ 12.690763] remoteproc remoteproc5: Booting fw image j7-main-r5f0_1-fw, size 3811288 [ 12.704620] platform 5d00000.r5f: R5F core initialized in IPC-only mode [ 12.721966] virtio_rpmsg_bus virtio4: rpmsg host is online [ 12.737224] remoteproc remoteproc5: registered virtio4 (type 7) [ 12.747884] remoteproc remoteproc5: remote processor 5d00000.r5f is now up [ 12.761535] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0x15 [ 12.772166] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xe [ 12.783256] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xd [ 12.794572] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0x15 [ 12.805233] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0x15 [ 12.815951] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xe [ 12.825827] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0x15 [ 12.847240] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xe [ 12.858198] virtio_rpmsg_bus virtio4: creating channel ti.ipc4.ping-pong addr 0xe [ 13.013817] am65-cpsw-nuss 46000000.ethernet eth0: Link is Down [ OK ] Found device /dev/mmcblk0p2. [ 13.467449] cdns-usb3 6000000.usb: DRD version v1 (ID: 0004024e, rev: 00000200) Starting File System Check on /dev/mmcblk0p2... [ 13.539698] omap_rng 4e10000.trng: Random Number Generator ver. 241b34c [ 13.549649] random: crng init done [ 13.553310] random: 7 urandom warning(s) missed due to ratelimiting Starting Save/Restore Sound Card State... [ OK ] Started Hardware RNG Entropy Gatherer Daemon. [ OK ] Started Save/Restore Sound Card State. [ OK ] Reached target Sound Card. [ 13.775873] remoteproc remoteproc7: b034000.pru is available [ 13.792611] pru-rproc b034000.pru: PRU rproc node pru@b034000 probed successfully [ 13.815666] remoteproc remoteproc8: b004000.rtu is available [ OK ] Found device /dev/mmcblk0p1. Starting File System Check on /dev/mmcblk0p1... [ 13.849078] pru-rproc b004000.rtu: PRU rproc node rtu@b004000 probed successfully [ 13.860198] remoteproc remoteproc9: b00a000.txpru is available [ 13.871207] pru-rproc b00a000.txpru: PRU rproc node txpru@b00a000 probed successfully [ 13.881582] remoteproc remoteproc10: b038000.pru is available [ 13.887566] pru-rproc b038000.pru: PRU rproc node pru@b038000 probed successfully [ 13.895642] remoteproc remoteproc11: b006000.rtu is available [ 13.902205] pru-rproc b006000.rtu: PRU rproc node rtu@b006000 probed successfully [ 13.910153] remoteproc remoteproc12: b00c000.txpru is available [ 13.916273] pru-rproc b00c000.txpru: PRU rproc node txpru@b00c000 probed successfully [ 13.924738] remoteproc remoteproc13: b134000.pru is available [ 13.930528] pru-rproc b134000.pru: PRU rproc node pru@b134000 probed successfully [ 13.938478] remoteproc remoteproc14: b104000.rtu is available [ 13.944481] cdns-usb3 6000000.usb: Initialized ep0 support: [ 13.947217] pru-rproc b104000.rtu: PRU rproc node rtu@b104000 probed successfully [ 13.950439] cdns-usb3 6000000.usb: Initialized ep1out support: BULK, INT ISO [ 13.959608] remoteproc remoteproc15: b10a000.txpru is available [ 13.965039] cdns-usb3 6000000.usb: Initialized ep2out support: BULK, INT ISO [ 13.971659] pru-rproc b10a000.txpru: PRU rproc node txpru@b10a000 probed successfully [ 13.977990] cdns-usb3 6000000.usb: Initialized ep3out support: BULK, INT ISO [ 13.987344] remoteproc remoteproc16: b138000.pru is available [ 13.993155] cdns-usb3 6000000.usb: Initialized ep4out support: BULK, INT ISO [ 13.999461] pru-rproc b138000.pru: PRU rproc node pru@b138000 probed successfully [ 14.006306] cdns-usb3 6000000.usb: Initialized ep5out support: BULK, INT ISO [ 14.014726] remoteproc remoteproc17: b106000.rtu is available [ 14.020910] cdns-usb3 6000000.usb: Initialized ep6out support: BULK, INT ISO [ 14.027177] pru-rproc b106000.rtu: PRU rproc node rtu@b106000 probed successfully [ 14.033658] cdns-usb3 6000000.usb: Initialized ep7out support: BULK, INT ISO [ 14.042275] remoteproc remoteproc18: b10c000.txpru is available [ 14.048326] cdns-usb3 6000000.usb: Initialized ep8out support: BULK, INT ISO [ 14.054713] pru-rproc b10c000.txpru: PRU rproc node txpru@b10c000 probed successfully [ 14.061238] cdns-usb3 6000000.usb: Initialized ep9out support: BULK, INT ISO [ 14.080299] cdns-usb3 6000000.usb: Initialized ep10out support: BULK, INT ISO [ 14.092813] cdns-usb3 6000000.usb: Initialized ep11out support: BULK, INT ISO [ 14.100704] cdns-usb3 6000000.usb: Initialized ep12out support: BULK, INT ISO [ 14.108197] cdns-usb3 6000000.usb: Initialized ep13out support: BULK, INT ISO [ 14.115541] cdns-usb3 6000000.usb: Initialized ep14out support: BULK, INT ISO [ 14.123367] cdns-usb3 6000000.usb: Initialized ep15out support: BULK, INT ISO [ 14.130646] cdns-usb3 6000000.usb: Initialized ep1in support: BULK, INT ISO [ 14.130653] cdns-usb3 6000000.usb: Initialized ep2in support: BULK, INT ISO [ 14.130655] cdns-usb3 6000000.usb: Initialized ep3in support: BULK, INT ISO [[ 14.130657] cdns-usb3 6000000.usb: Initialized ep4in support: BULK, INT ISO OK ] [ 14.130660] cdns-usb3 6000000.usb: Initialized ep5in support: BULK, INT ISO Started File System Check on /dev/mmcblk0p2.[ 14.130662] cdns-usb3 6000000.usb: Initialized ep6in support: BULK, INT ISO [ 14.130665] cdns-usb3 6000000.usb: Initialized ep7in support: BULK, INT ISO [ 14.130667] cdns-usb3 6000000.usb: Initialized ep8in support: BULK, INT ISO [ 14.130669] cdns-usb3 6000000.usb: Initialized ep9in support: BULK, INT ISO [ 14.130672] cdns-usb3 6000000.usb: Initialized ep10in support: BULK, INT ISO [ 14.130674] cdns-usb3 6000000.usb: Initialized ep11in support: BULK, INT ISO [ 14.130677] cdns-usb3 6000000.usb: Initialized ep12in support: BULK, INT ISO [ 14.130679] cdns-usb3 6000000.usb: Initialized ep13in support: BULK, INT ISO [ 14.130682] cdns-usb3 6000000.usb: Initialized ep14in support: BULK, INT ISO [ 14.235975] cdns-usb3 6000000.usb: Initialized ep15in support: BULK, INT ISO [ 14.243623] cdns-usb3 6400000.usb: DRD version v1 (ID: 0004024e, rev: 00000200) Mounting /run/media/mmcblk0p2... [ OK ] Started File System Check on /dev/mmcblk0p1. Mounting /run/media/mmcblk0p1... [ 14.282991] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null) [ OK ] Mounted /run/media/mmcblk0p2. [ OK ] Mounted /run/media/mmcblk0p1. [ 14.311699] usbcore: registered new interface driver usbfs [ 14.317284] usbcore: registered new interface driver hub [ 14.322681] usbcore: registered new device driver usb [ 14.357000] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller [ 14.362539] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 1 [ 14.371441] xhci-hcd xhci-hcd.2.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000000000010010 [ 14.381554] xhci-hcd xhci-hcd.2.auto: irq 321, io mem 0x06410000 [ 14.387901] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19 [ 14.396209] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 14.403538] usb usb1: Product: xHCI Host Controller [ 14.408460] usb usb1: Manufacturer: Linux 4.19.94-g5a23bc00e0 xhci-hcd [ 14.414993] usb usb1: SerialNumber: xhci-hcd.2.auto [ 14.420159] hub 1-0:1.0: USB hub found [ 14.423950] hub 1-0:1.0: 1 port detected [ 14.428461] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller [ 14.433967] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 2 [ 14.441643] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperSpeed [ 14.448215] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 14.456373] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19 [ 14.464639] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 14.471860] usb usb2: Product: xHCI Host Controller [ 14.476730] usb usb2: Manufacturer: Linux 4.19.94-g5a23bc00e0 xhci-hcd [ 14.483252] usb usb2: SerialNumber: xhci-hcd.2.auto [ 14.488397] hub 2-0:1.0: USB hub found [ 14.492168] hub 2-0:1.0: 1 port detected [ OK ] Found device /dev/mmcblk1p1. Starting File System Check on /dev/mmcblk1p1... [ OK ] Started File System Check on /dev/mmcblk1p1. Mounting /run/media/mmcblk1p1... [ 14.763089] usb 1-1: new high-speed USB device number 2 using xhci-hcd [ OK ] Mounted /run/media/mmcblk1p1. [ 14.919439] usb 1-1: New USB device found, idVendor=0451, idProduct=8142, bcdDevice= 1.00 [ 14.928472] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=1 [ 14.936501] usb 1-1: SerialNumber: E50018612D73 [ 14.942795] hub 1-1:1.0: USB hub found [ 14.947280] hub 1-1:1.0: 4 ports detected *************************************************************** *************************************************************** NOTICE: This file system contains the following GPLv3 packages: autoconf bash-dev bash bc binutils cifs-utils cpio cpp-symlinks cpp dosfstools elfutils g++-symlinks g++ gawk gcc-symlinks gcc gdb gdbserver gettext glmark2 gstreamer1.0-libav gzip libbfd libcairo-perf-utils libdw1 libelf1 libgdbm-compat4 libgdbm-dev libgdbm6 libgettextlib libgettextsrc libgmp10 libidn2-0 libmpc3 libmpfr6 libreadline-dev libreadline7 libunistring2 m4-dev m4 make nettle parted which If you do not wish to distribute GPLv3 components please remove the above packages prior to distribution. This can be done using the opkg remove command. i.e.: opkg remove <package> Where <package> is the name printed in the list above NOTE: If the package is a dependency of another package you will be notified of the dependent packages. You should use the --force-removal-of-dependent-packages option to also remove the dependent packages as well *************************************************************** *************************************************************** [ OK ] Started Print notice about GPLv3 packages. [ 16.116313] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off [ 16.124854] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready _____ _____ _ _ | _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_ | | _| .'| . | . | | __| _| . | | | -_| _| _| |__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_| |___| |___| Arago Project http://arago-project.org j7-evm ttyS2 Arago 2019.11 j7-evm ttyS2 j7-evm login: [ 29.352804] NET: Registered protocol family 15 [ 29.395741] Initializing XFRM netlink socket
Thanks,
Yanbo
Hi Vishal,
Please check below for the log,
Booting from EMMC:
U-Boot SPL 2019.01-g350f3927b8 (Feb 17 2020 - 09:46:23 +0000) SYSFW ABI: 2.9 (firmware rev 0x0013 '19.12.1-v2019.12a (Terrific Lla') Trying to boot from MMC1 Loading Environment from MMC... OK init_env from device 17 not supported! Loading rproc fw image from device 17 not supported! Loading rproc fw image from device 17 not supported! Starting ATF on ARM64 core... NOTICE: BL31: v2.2(release):ti2019.05-rc1 NOTICE: BL31: Built : 09:32:00, Feb 17 2020 I/TC: I/TC: OP-TEE version: ti2019.05-rc1-dev (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #1 Mon Feb 17 09:40:16 UTC 2020 aarch64 I/TC: Initialized U-Boot SPL 2019.01-g350f3927b8 (Feb 17 2020 - 09:48:06 +0000) Detected: J7X-BASE-CPB rev E3 Trying to boot from MMC1 U-Boot 2019.01-g350f3927b8 (Feb 17 2020 - 09:48:06 +0000) SoC: J721E PG 1.0 Model: Texas Instruments K3 J721E SoC Board: J721EX-PM2-SOM rev E7 DRAM: 4 GiB Flash: 0 Bytes MMC: sdhci@4fb0000 - probe failed: -123 sdhci@4f80000: 0 Loading Environment from MMC... OK In: serial@2800000 Out: serial@2800000 Err: serial@2800000 Detected: J7X-BASE-CPB rev E3 Net: Warning: ethernet@046000000 using MAC address from ROM eth0: ethernet@046000000 Hit any key to stop autoboot: 0 no mmc device at slot 1 SD/MMC found on device 1 13338632 bytes read in 71 ms (179.2 MiB/s) 99354 bytes read in 2 ms (47.4 MiB/s) ## Flattened Device Tree blob at 82000000 Booting using the fdt blob at 0x82000000 Loading Device Tree to 00000000fdda3000, end 00000000fdebefff ... OK Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080] [ 0.000000] Linux version 4.19.94-g5a23bc00e0 (oe-user@oe-host) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #1 SMP PREEMPT Mon Feb 17 09:01:06 UTC 2020 [ 0.000000] Machine model: Texas Instruments K3 J721E SoC [ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '') [ 0.000000] bootconsole [ns16550a0] enabled [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node c66-dma-memory@a6000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node c66-memory@a6100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node c66-dma-memory@a7000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node c66-memory@a7100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatible id shared-dma-pool [ 0.000000] cma: Reserved 512 MiB at 0x00000000c0000000 [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: Trusted OS migration not required [ 0.000000] psci: SMC Calling Convention v1.1 [ 0.000000] random: get_random_bytes called from start_kernel+0x94/0x3e4 with crng_init=0 [ 0.000000] percpu: Embedded 2 pages/cpu s48536 r8192 d74344 u131072 [ 0.000000] Detected PIPT I-cache on CPU0 [ 0.000000] CPU features: enabling workaround for EL2 vector hardening [ 0.000000] Speculative Store Bypass Disable mitigation not required [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 62339 [ 0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),128k(ospi.env),128k(ospi.env.backup),1m(ospi.sysfw),-@8m(ospi.rootfs);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(hbmc.sysfw),-@8m(hbmc.rootfs) root=PARTUUID=9d8882fb-02 rw rootfstype=ext4 rootwait [ 0.000000] Dentry cache hash table entries: 524288 (order: 6, 4194304 bytes) [ 0.000000] Inode-cache hash table entries: 262144 (order: 5, 2097152 bytes) [ 0.000000] software IO TLB: mapped [mem 0xf9da0000-0xfdda0000] (64MB) [ 0.000000] Memory: 3377664K/3993600K available (8510K kernel code, 738K rwdata, 3136K rodata, 576K init, 641K bss, 91648K reserved, 524288K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=2. [ 0.000000] Tasks RCU enabled. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: Distributor has no Range Selector support [ 0.000000] GICv3: no VLPI support, no direct LPI support [ 0.000000] ITS [mem 0x01820000-0x0182ffff] [ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS [ 0.000000] ITS@0x0000000001820000: allocated 1048576 Devices @8c0800000 (flat, esz 8, psz 64K, shr 0) [ 0.000000] ITS: using cache flushing for cmd queue [ 0.000000] GIC: using LPI property table @0x00000008c00a0000 [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000 [ 0.000000] CPU0: using LPI pending table @0x00000008c00b0000 [ 0.000000] GIC: using cache flushing for LPI property table [ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns [ 0.000001] sched_clock: 56 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns [ 0.008355] Console: colour dummy device 80x25 [ 0.012912] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000) [ 0.023581] pid_max: default: 32768 minimum: 301 [ 0.028325] Security Framework initialized [ 0.032530] Mount-cache hash table entries: 8192 (order: 0, 65536 bytes) [ 0.039385] Mountpoint-cache hash table entries: 8192 (order: 0, 65536 bytes) [ 0.070723] ASID allocator initialised with 32768 entries [ 0.084251] rcu: Hierarchical SRCU implementation. [ 0.097207] Platform MSI: gic-its@1820000 domain created [ 0.102817] PCI/MSI: /interconnect@100000/interrupt-controller@1800000/gic-its@1820000 domain created [ 0.120251] smp: Bringing up secondary CPUs ... [ 0.157158] Detected PIPT I-cache on CPU1 [ 0.157178] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000 [ 0.157205] CPU1: using LPI pending table @0x00000008c0310000 [ 0.157232] CPU1: Booted secondary processor 0x0000000001 [0x411fd080] [ 0.157279] smp: Brought up 1 node, 2 CPUs [ 0.185119] SMP: Total of 2 processors activated. [ 0.189929] CPU features: detected: GIC system register CPU interface [ 0.196510] CPU features: detected: 32-bit EL0 Support [ 0.202003] CPU: All CPU(s) started at EL2 [ 0.206191] alternatives: patching kernel code [ 0.211261] devtmpfs: initialized [ 0.219458] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.229426] futex hash table entries: 512 (order: -1, 32768 bytes) [ 0.236372] pinctrl core: initialized pinctrl subsystem [ 0.242090] NET: Registered protocol family 16 [ 0.247005] vdso: 2 pages (1 code @ (____ptrval____), 1 data @ (____ptrval____)) [ 0.254571] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.263771] DMA: preallocated 256 KiB pool for atomic allocations [ 0.277412] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.284267] HugeTLB registered 512 MiB page size, pre-allocated 0 pages [ 0.291698] cryptd: max_cpu_qlen set to 1000 [ 0.296618] vsys_3v3: supplied by evm_12v0 [ 0.300892] vsys_5v0: supplied by evm_12v0 [ 0.305444] SCSI subsystem initialized [ 0.309515] media: Linux media interface: v0.10 [ 0.314160] videodev: Linux video capture interface: v2.00 [ 0.319775] pps_core: LinuxPPS API ver. 1 registered [ 0.324848] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.334187] PTP clock support registered [ 0.338200] EDAC MC: Ver: 3.0.0 [ 0.342066] Advanced Linux Sound Architecture Driver Initialized. [ 0.348662] clocksource: Switched to clocksource arch_sys_counter [ 0.354961] VFS: Disk quotas dquot_6.6.0 [ 0.359001] VFS: Dquot-cache hash table entries: 8192 (order 0, 65536 bytes) [ 0.368549] NET: Registered protocol family 2 [ 0.373298] tcp_listen_portaddr_hash hash table entries: 4096 (order: 0, 65536 bytes) [ 0.381350] TCP established hash table entries: 32768 (order: 2, 262144 bytes) [ 0.388832] TCP bind hash table entries: 32768 (order: 3, 524288 bytes) [ 0.395871] TCP: Hash tables configured (established 32768 bind 32768) [ 0.402596] UDP hash table entries: 2048 (order: 0, 65536 bytes) [ 0.408781] UDP-Lite hash table entries: 2048 (order: 0, 65536 bytes) [ 0.415459] NET: Registered protocol family 1 [ 0.420122] RPC: Registered named UNIX socket transport module. [ 0.426175] RPC: Registered udp transport module. [ 0.430977] RPC: Registered tcp transport module. [ 0.435780] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.442676] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available [ 0.452220] Initialise system trusted keyrings [ 0.456850] workingset: timestamp_bits=46 max_order=16 bucket_order=0 [ 0.464944] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.471112] NFS: Registering the id_resolver key type [ 0.476284] Key type id_resolver registered [ 0.480555] Key type id_legacy registered [ 0.484652] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.491570] 9p: Installing v9fs 9p2000 file system support [ 0.498584] Key type asymmetric registered [ 0.502771] Asymmetric key parser 'x509' registered [ 0.507776] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) [ 0.515336] io scheduler noop registered [ 0.519342] io scheduler deadline registered [ 0.523744] io scheduler cfq registered (default) [ 0.528551] io scheduler mq-deadline registered [ 0.533177] io scheduler kyber registered [ 0.538147] pinctrl-single 4301c000.pinmux: 94 pins, size 376 [ 0.544233] pinctrl-single 11c000.pinmux: 173 pins, size 692 [ 0.550366] pinctrl-single a40000.timesync_router: 512 pins, size 2048 [ 0.559446] ti-pat 31010000.pat: Found PAT Rev 1.0 with 16384 pages [ 0.565869] ti-pat 31010000.pat: Failed to create 31010000.pat debugfs directory [ 0.573562] ti-pat 31011000.pat: Found PAT Rev 1.0 with 16384 pages [ 0.579974] ti-pat 31011000.pat: Failed to create 31011000.pat debugfs directory [ 0.587612] ti-pat 31012000.pat: Found PAT Rev 1.0 with 16384 pages [ 0.594027] ti-pat 31012000.pat: Failed to create 31012000.pat debugfs directory [ 0.601668] ti-pat 31013000.pat: Found PAT Rev 1.0 with 2048 pages [ 0.607990] ti-pat 31013000.pat: Failed to create 31013000.pat debugfs directory [ 0.615628] ti-pat 31014000.pat: Found PAT Rev 1.0 with 2048 pages [ 0.621949] ti-pat 31014000.pat: Failed to create 31014000.pat debugfs directory [ 0.630875] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled [ 0.642264] brd: module loaded [ 0.648087] loop: module loaded [ 0.652482] libphy: Fixed MDIO Bus: probed [ 0.656829] tun: Universal TUN/TAP device driver, 1.6 [ 0.662237] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k [ 0.670247] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. [ 0.676314] sky2: driver version 1.30 [ 0.680636] VFIO - User Level meta-driver version: 0.3 [ 0.686263] i2c /dev entries driver [ 0.690272] sdhci: Secure Digital Host Controller Interface driver [ 0.696589] sdhci: Copyright(c) Pierre Ossman [ 0.701232] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.707470] ledtrig-cpu: registered to indicate activity on CPUs [ 0.714380] optee: probing for conduit method from DT. [ 0.719648] optee: revision 3.7 (5208e5c1) [ 0.719802] optee: initialized driver [ 0.728483] NET: Registered protocol family 17 [ 0.733094] 9pnet: Installing 9P2000 support [ 0.737475] Key type dns_resolver registered [ 0.742068] registered taskstats version 1 [ 0.746252] Loading compiled-in X.509 certificates [ 0.755659] ti-sci 44083000.dmsc: ABI: 2.9 (firmware rev 0x0013 '19.12.1-v2019.12a (Terrific Lla') [ 0.780904] random: fast init done [ 0.824061] omap_i2c 40b00000.i2c: bus 0 rev0.12 at 100 kHz [ 0.829990] omap_i2c 40b10000.i2c: bus 1 rev0.12 at 100 kHz [ 0.835937] omap_i2c 42120000.i2c: bus 2 rev0.12 at 100 kHz [ 0.841956] pca953x 3-0020: 3-0020 supply vcc not found, using dummy regulator [ 0.849365] pca953x 3-0020: Linked as a consumer to regulator.0 [ 0.877202] pca953x 3-0022: 3-0022 supply vcc not found, using dummy regulator [ 0.884599] pca953x 3-0022: Linked as a consumer to regulator.0 [ 0.891472] GPIO line 481 (MCASP/TRACE_MUX_S0) hogged as output/low [ 0.898195] GPIO line 482 (MCASP/TRACE_MUX_S1) hogged as output/high [ 0.904755] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz [ 0.910792] omap_i2c 2010000.i2c: bus 4 rev0.12 at 400 kHz [ 0.916676] omap_i2c 2020000.i2c: bus 5 rev0.12 at 100 kHz [ 0.922639] pca953x 6-0020: 6-0020 supply vcc not found, using dummy regulator [ 0.930047] pca953x 6-0020: Linked as a consumer to regulator.0 [ 0.957326] GPIO line 464 (CODEC_RSTz) hogged as output/high [ 0.963224] omap_i2c 2030000.i2c: bus 6 rev0.12 at 400 kHz [ 0.969094] omap_i2c 2040000.i2c: bus 7 rev0.12 at 100 kHz [ 0.974940] omap_i2c 2050000.i2c: bus 8 rev0.12 at 100 kHz [ 0.980854] pca953x 9-0020: 9-0020 supply vcc not found, using dummy regulator [ 0.988259] pca953x 9-0020: Linked as a consumer to regulator.0 [ 1.017441] omap_i2c 2060000.i2c: bus 9 rev0.12 at 400 kHz [ 1.032696] cdns-torrent-phy 5050000.serdes: 4 lanes, max bit rate 5.400 Gbps [ 1.041379] cdns-pcie-host d000000.pcie: missing "mem" [ 1.046981] cdns-pcie-host d000000.pcie: Linked as a consumer to phy-5000000.serdes.0 [ 2.056360] cdns-pcie-host d000000.pcie: Phy link never came up [ 2.062414] cdns-pcie-host d000000.pcie: host bridge /interconnect@100000/pcie@2900000/pcie@d000000 ranges: [ 2.072382] cdns-pcie-host d000000.pcie: IO 0x10001000..0x10010fff -> 0x10001000 [ 2.080213] cdns-pcie-host d000000.pcie: MEM 0x4000000000..0x407fffffff -> 0x00000000 [ 2.088465] cdns-pcie-host d000000.pcie: PCI host bridge to bus 0000:00 [ 2.095226] pci_bus 0000:00: root bus resource [bus 00-0f] [ 2.100830] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x10001000-0x10010fff]) [ 2.110521] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x407fffffff] (bus address [0x00000000-0x7fffffff]) [ 2.121304] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits [ 2.131173] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits [ 2.141067] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x92 may corrupt adjacent RW1C bits [ 2.151028] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0xb2 may corrupt adjacent RW1C bits [ 2.161016] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x84 may corrupt adjacent RW1C bits [ 2.172751] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 2.180933] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits [ 2.190892] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits [ 2.200851] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits [ 2.210808] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x6 may corrupt adjacent RW1C bits [ 2.222255] pci_bus 0000:00: 1-byte config write to 0000:00:00.0 offset 0x1a may corrupt adjacent RW1C bits [ 2.232224] pci 0000:00:00.0: PCI bridge to [bus 01] [ 2.237723] cdns-pcie-host d800000.pcie: missing "mem" [ 2.243386] cdns-pcie-host d800000.pcie: Linked as a consumer to phy-5010000.serdes.1 [ 3.252763] cdns-pcie-host d800000.pcie: Phy link never came up [ 3.258817] cdns-pcie-host d800000.pcie: host bridge /interconnect@100000/pcie@2910000/pcie@d800000 ranges: [ 3.268784] cdns-pcie-host d800000.pcie: IO 0x18001000..0x18010fff -> 0x18001000 [ 3.276614] cdns-pcie-host d800000.pcie: MEM 0x4100000000..0x417fffffff -> 0x00000000 [ 3.284851] cdns-pcie-host d800000.pcie: PCI host bridge to bus 0001:00 [ 3.291611] pci_bus 0001:00: root bus resource [bus 00-0f] [ 3.297216] pci_bus 0001:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x18001000-0x18010fff]) [ 3.307083] pci_bus 0001:00: root bus resource [mem 0x4100000000-0x417fffffff] (bus address [0x00000000-0x7fffffff]) [ 3.319614] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 3.329394] pci 0001:00:00.0: PCI bridge to [bus 01] [ 3.334863] cdns-pcie-host e000000.pcie: missing "mem" [ 3.340461] cdns-pcie-host e000000.pcie: Linked as a consumer to phy-5020000.serdes.2 [ 4.349837] cdns-pcie-host e000000.pcie: Phy link never came up [ 4.355890] cdns-pcie-host e000000.pcie: host bridge /interconnect@100000/pcie@2920000/pcie@e000000 ranges: [ 4.365856] cdns-pcie-host e000000.pcie: IO 0x4400001000..0x4400010fff -> 0x00001000 [ 4.374042] cdns-pcie-host e000000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x00011000 [ 4.382277] cdns-pcie-host e000000.pcie: PCI host bridge to bus 0002:00 [ 4.389037] pci_bus 0002:00: root bus resource [bus 00-0f] [ 4.394642] pci_bus 0002:00: root bus resource [io 0x20000-0x2ffff] (bus address [0x1000-0x10fff]) [ 4.403888] pci_bus 0002:00: root bus resource [mem 0x4400011000-0x4407ffffff] (bus address [0x00011000-0x07ffffff]) [ 4.416371] pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 4.426154] pci 0002:00:00.0: PCI bridge to [bus 01] [ 4.431680] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235 [ 4.441557] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled [ 4.448315] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64 [ 4.455974] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211 [ 4.466113] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled [ 4.472872] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64 [ 4.480491] omap8250 40a00000.serial: PM domain pd:149 will not be powered off [ 4.488035] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 7, base_baud = 6000000) is a 8250 [ 4.497165] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 19, base_baud = 3000000) is a 8250 [ 4.505902] console [ttyS2] enabled [ 4.505902] console [ttyS2] enabled [ 4.512938] bootconsole [ns16550a0] disabled [ 4.512938] bootconsole [ns16550a0] disabled [ 4.521846] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 20, base_baud = 3000000) is a 8250 [ 4.530651] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 21, base_baud = 3000000) is a 8250 [ 4.539388] arm-smmu-v3 36600000.smmu: ias 48-bit, oas 48-bit (features 0x00001faf) [ 4.547910] arm-smmu-v3 36600000.smmu: msi_domain absent - falling back to wired irqs [ 4.557651] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled [ 4.568161] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled [ 4.578316] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled [ 4.588555] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled [ 4.599356] scsi host0: ufshcd [ 4.614579] cadence-qspi 47040000.spi: mt35xu512aba (65536 Kbytes) [ 4.620762] 7 cmdlinepart partitions found on MTD device 47040000.spi.0 [ 4.627361] Creating 7 MTD partitions on "47040000.spi.0": [ 4.630304] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[1, 1], lane[1, 1], pwr[SLOWAUTO_MODE, SLOWAUTO_MODE], rate = 0 [ 4.632836] 0x000000000000-0x000000080000 : "ospi.tiboot3" [ 4.650951] 0x000000080000-0x000000280000 : "ospi.tispl" [ 4.656448] 0x000000280000-0x000000680000 : "ospi.u-boot" [ 4.662026] 0x000000680000-0x0000006a0000 : "ospi.env" [ 4.665421] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[3, 3], lane[2, 2], pwr[FAST MODE, FAST MODE], rate = 2 [ 4.678824] cdns-ufshcd 4e84000.ufs: ufshcd_find_max_sup_active_icc_level: Regulator capability was not set, actvIccLevel=0 [ 4.690094] 0x0000006a0000-0x0000006c0000 : "ospi.env.backup" [ 4.696006] scsi 0:0:0:49488: Well-known LUN TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6 [ 4.696049] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw" [ 4.704761] scsi 0:0:0:49476: Well-known LUN TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6 [ 4.709940] 0x000000800000-0x000004000000 : "ospi.rootfs" [ 4.723664] cdns-ufshcd 4e84000.ufs: ufshcd_scsi_add_wlus: BOOT WLUN not found [ 4.840749] cadence-qspi 47040000.spi: Cadence QSPI NOR probe failed -517 [ 4.848357] cadence-qspi 47050000.spi: n25q512a (65536 Kbytes) [ 4.868748] cadence-qspi 47050000.spi: Cadence QSPI NOR probe failed -517 [ 4.876055] am65-cpsw-nuss 46000000.ethernet: rx-flow-id-base is not set -22 [ 4.883112] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 [ 4.894541] UDMA has not been proped [ 4.898113] am65-cpsw-nuss 46000000.ethernet: Failed to request tx dma channel -517 [ 4.906572] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0 [ 4.915088] mmc0: Unknown controller version (4). You may experience problems. [ 4.922361] mmc0: CQHCI version 5.10 [ 4.956662] mmc0: SDHCI controller on 4f80000.sdhci [4f80000.sdhci] using ADMA 64-bit [ 4.970678] vdd_mmc1: supplied by vsys_3v3 [ 4.975194] pca953x 4-0020: 4-0020 supply vcc not found, using dummy regulator [ 4.982435] pca953x 4-0020: Linked as a consumer to regulator.0 [ 5.009332] GPIO line 448 (DP0_PWR_SW_EN) hogged as output/high [ 5.015996] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100 [ 5.022895] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100 [ 5.029806] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100 [ 5.036714] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100 [ 5.043608] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100 [ 5.052375] mmc0: Command Queue Engine enabled [ 5.056822] mmc0: new HS400 MMC card at address 0001 [ 5.062171] mmcblk0: mmc0:0001 S0J56X 14.8 GiB [ 5.066957] mmcblk0boot0: mmc0:0001 S0J56X partition 1 31.5 MiB [ 5.073170] mmcblk0boot1: mmc0:0001 S0J56X partition 2 31.5 MiB [ 5.079182] mmcblk0rpmb: mmc0:0001 S0J56X partition 3 4.00 MiB, chardev (242:0) [ 5.091474] mmcblk0: p1 p2 [ 5.366373] ti-udma 285c0000.udmap: Channels: 24 (tchan: 48, echan: 0, rchan: 48, rflow: 96) [ 5.375954] ti-udma 31150000.udmap: Channels: 84 (tchan: 140, echan: 160, rchan: 140, rflow: 300) [ 5.388243] cadence-qspi 47040000.spi: mt35xu512aba (65536 Kbytes) [ 5.394443] 7 cmdlinepart partitions found on MTD device 47040000.spi.0 [ 5.401042] Creating 7 MTD partitions on "47040000.spi.0": [ 5.406517] 0x000000000000-0x000000080000 : "ospi.tiboot3" [ 5.412288] 0x000000080000-0x000000280000 : "ospi.tispl" [ 5.417787] 0x000000280000-0x000000680000 : "ospi.u-boot" [ 5.423392] 0x000000680000-0x0000006a0000 : "ospi.env" [ 5.428717] 0x0000006a0000-0x0000006c0000 : "ospi.env.backup" [ 5.434654] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw" [ 5.440165] 0x000000800000-0x000004000000 : "ospi.rootfs" [ 5.447808] cadence-qspi 47050000.spi: n25q512a (65536 Kbytes) [ 5.455610] am65-cpsw-nuss 46000000.ethernet: rx-flow-id-base is not set -22 [ 5.462670] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 [ 5.480110] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48 [ 5.490565] pps pps0: new PPS source ptp1 [ 5.494695] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1 [ 5.503638] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 0.4 [ 5.510844] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64 [ 5.556667] am65-cpsw-nuss 46000000.ethernet: davinci mdio revision 9.7, bus freq 1000000 [ 5.564828] libphy: 46000000.ethernet: probed [ 5.570523] sdhci-am654 4fb0000.sdhci: Linked as a consumer to regulator.4 [ 5.577451] sdhci-am654 4fb0000.sdhci: Linked as a consumer to regulator.5 [ 5.584343] mmc1: Unknown controller version (4). You may experience problems. [ 5.591594] mmc1: CQHCI version 5.10 [ 5.625223] mmc1: SDHCI controller on 4fb0000.sdhci [4fb0000.sdhci] using ADMA 64-bit [ 5.643002] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [ 5.649991] hctosys: unable to open rtc device (rtc0) [ 5.676929] ALSA device list: [ 5.679885] No soundcards found. [ 5.906916] EXT4-fs (mmcblk0p2): recovery complete [ 5.916066] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null) [ 5.924163] VFS: Mounted root (ext4 filesystem) on device 179:2. [ 5.930540] devtmpfs: mounted [ 5.933618] Freeing unused kernel memory: 576K [ 5.938066] Run /sbin/init as init process [ 5.986624] systemd[1]: System time before build time, advancing clock. [ 6.013443] NET: Registered protocol family 10 [ 6.018303] Segment Routing with IPv6 [ 6.032196] systemd[1]: systemd 239 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid) [ 6.053623] systemd[1]: Detected architecture arm64. Welcome to Arago 2019.11! [ 6.077095] systemd[1]: Set hostname to <j7-evm>. [ 6.127792] systemd[1]: Configuration file /lib/systemd/system/local-fs.target is marked executable. Please remove executable permission bits. Proceeding anyway. [ 6.142262] systemd[1]: Configuration file /lib/systemd/system/local-fs.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.159345] systemd[1]: Configuration file /lib/systemd/system/swap.target is marked executable. Please remove executable permission bits. Proceeding anyway. [ 6.173464] systemd[1]: Configuration file /lib/systemd/system/swap.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.188825] systemd[1]: Configuration file /lib/systemd/system/umount.target is marked executable. Please remove executable permission bits. Proceeding anyway. [ 6.203063] systemd[1]: Configuration file /lib/systemd/system/umount.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.218554] systemd[1]: Configuration file /lib/systemd/system/systemd-journald.socket is marked executable. Please remove executable permission bits. Proceeding anyway. [ 6.303711] random: systemd: uninitialized urandom read (16 bytes read) [ OK ] Created slice system-getty.slice. [ 6.320740] random: systemd: uninitialized urandom read (16 bytes read) [ OK ] Started Dispatch Password Requests to Console Directory Watch. [ 6.344782] random: systemd: uninitialized urandom read (16 bytes read) [ OK ] Listening on Network Service Netlink Socket. [ OK ] Listening on Journal Socket. Mounting Huge Pages File System... [ OK ] Reached target Swap. Starting Remount Root and Kernel File Systems... [ 6.426350] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null) [ OK ] Created slice User and Session Slice. [ OK ] Reached target Slices. Starting Create list of required st…ce nodes for the current kernel... [ OK ] Listening on Journal Socket (/dev/log). Starting Load Kernel Modules... [ 6.497723] cmemk: loading out-of-tree module taints kernel. [ 6.504247] CMEMK module: reference Linux version 4.19.94 [ 6.509941] no physical memory specified [ 6.513925] cmemk initialized Mounting Kernel Debug File System... [ 6.519581] cryptodev: driver 1.9 loaded. [ OK ] Listening on udev Kernel Socket. Mounting Temporary Directory (/tmp)... [ OK ] Reached target Remote File Systems. [ OK ] Created slice system-serial\x2dgetty.slice. Mounting POSIX Message Queue File System... [ OK ] Started Forward Password Requests to Wall Directory Watch. [ OK ] Reached target Paths. Starting Journal Service... [ OK ] Listening on Process Core Dump Socket. [ OK ] Listening on udev Control Socket. Starting udev Coldplug all Devices... [ OK ] Started Hardware RNG Entropy Gatherer Daemon. [ OK ] Listening on initctl Compatibility Named Pipe. [ OK ] Started Journal Service. [ OK ] Mounted Huge Pages File System. [ OK ] Started Remount Root and Kernel File Systems. [ OK ] Started Create list of required sta…vice nodes for the current kernel. [ OK ] Started Load Kernel Modules. [ OK ] Mounted Kernel Debug File System. [ OK ] Mounted Temporary Directory (/tmp). [ OK ] Mounted POSIX Message Queue File System. Starting Apply Kernel Variables... Mounting Kernel Configuration File System... Starting Create Static Device Nodes in /dev... Starting Flush Journal to Persistent Storage... [ OK ] Started Apply Kernel Variables. [ OK ] Mounted Kernel Configuration File System. [ OK ] Started Create Static Device Nodes in /dev. [ 6.935072] systemd-journald[155]: Received request to flush runtime journal from PID 1 Starting udev Kernel Device Manager... [ OK ] Reached target Local File Systems (Pre). Mounting /var/volatile... [ OK ] Reached target Containers. Mounting /media/ram... [ OK ] Started udev Kernel Device Manager. [ OK ] Started udev Coldplug all Devices. [ OK ] Started Flush Journal to Persistent Storage. [ OK ] Mounted /var/volatile. [ OK ] Mounted /media/ram. Starting Load/Save Random Seed... [ 7.092453] rti-wdt 2200000.rti: heartbeat 60 sec [ OK ] Reached target Local File Systems. [ 7.108647] rti-wdt 2210000.rti: heartbeat 60 sec Starting Create Volatile Files and Directories... [ OK ] Started Load/Save Random Seed. [ 7.147955] pcm3168a 6-0044: Linked as a consumer to regulator.2 [ OK ] Started Create Volatile Files and Directories. [ 7.162716] pcm3168a 6-0044: Linked as a consumer to regulator.3 Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... Starting Network Service... [ OK ] Found device /dev/ttyS2. [ OK ] Started Network Service. Starting Network Name Resolution... [ 7.277403] k3-dsp-rproc 4d80800000.dsp: assigned reserved memory node c66-dma-memory@a7000000 Starting Wait for Network to be Configured... [ 7.295481] pci-endpoint-test 0000:00:00.0: of_irq_parse_pci: failed with rc=-22 [ OK ] Started Update UTMP about System Boot/Shutdow[ 7.307948] pci_generic_config_write32: 29 callbacks suppressed [ 7.307954] pci_bus 0000:00: 1-byte config write to 0000:00:00.0 offset 0x3c may corrupt adjacent RW1C bits n. [ 7.330414] k3-dsp-rproc 4d80800000.dsp: configured DSP for remoteproc mode [ OK ] Started Network Time Synchronization. [ 7.344267] k3-dsp-rproc 4d80800000.dsp: local reset is deasserted for device [ OK ] Reached target System Time Synchronized. [ 7.353980] pci-endpoint-test 0001:00:00.0: of_irq_parse_pci: failed with rc=-22 [ OK ] Reached target System Initialization. [ 7.369881] remoteproc remoteproc0: 4d80800000.dsp is available Starting Reboot and dump vmcore via kexec... [ 7.382295] pci_bus 0001:00: 1-byte config write to 0001:00:00.0 offset 0x3c may corrupt adjacent RW1C bits [ OK ] Listening on D-Bus System Message Bus Socket.[ 7.403078] k3-dsp-rproc 4d81800000.dsp: assigned reserved memory node c66-dma-memory@a6000000 [ 7.413797] remoteproc remoteproc0: powering up 4d80800000.dsp [[ 7.421498] remoteproc remoteproc0: Booting fw image j7-c66_0-fw, size 1448016 OK ] Started Daily rotation of log files. [ 7.431662] k3-dsp-rproc 4d80800000.dsp: booting DSP core using boot addr = 0xa6200000 [ 7.447887] pci-endpoint-test 0002:00:00.0: of_irq_parse_pci: failed with rc=-22 [ OK ] Listening on dropbear.socket. [ 7.457783] pci_bus 0002:00: 1-byte config write to 0002:00:00.0 offset 0x3c may corrupt adjacent RW1C bits [ 7.472869] virtio_rpmsg_bus virtio0: rpmsg host is online [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activati[ 7.480366] k3-dsp-rproc 4d81800000.dsp: configured DSP for remoteproc mode on Socket. [ 7.492381] remoteproc remoteproc0: registered virtio0 (type 7) [ 7.499311] remoteproc remoteproc0: remote processor 4d80800000.dsp is now up [[ 7.506886] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xd OK ] Started Daily Cleanup of Temporary Directorie[ 7.516330] k3-dsp-rproc 4d81800000.dsp: local reset is deasserted for device s. [ 7.517934] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ OK ] Reached target Timers. [ 7.534579] ntb_hw_epf 0000:00:00.0: of_irq_parse_pci: failed with rc=-22 [ 7.540140] [drm] No driver support for vblank timestamp query. [ OK ] Listening on RPCbind Server Activation Socket[ 7.552720] pci_bus 0000:00: 1-byte config write to 0000:00:00.0 offset 0x3c may corrupt adjacent RW1C bits . [ 7.567438] remoteproc remoteproc1: 4d81800000.dsp is available [ 7.573691] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 0 [ 7.580849] ntb_hw_epf 0001:00:00.0: of_irq_parse_pci: failed with rc=-22 [ 7.580856] pci_bus 0001:00: 1-byte config write to 0001:00:00.0 offset 0x3c may corrupt adjacent RW1C bits [ 7.582958] ntb_hw_epf 0002:00:00.0: of_irq_parse_pci: failed with rc=-22 [ OK ] Reached target Sockets. [ 7.604845] remoteproc remoteproc1: powering up 4d81800000.dsp [ 7.614406] remoteproc remoteproc1: Booting fw image j7-c66_1-fw, size 1448016 [ 7.622871] k3-dsp-rproc 4d81800000.dsp: booting DSP core using boot addr = 0xa7200000 [ OK ] Reached target Basic System. [ 7.635271] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a8000000 [ 7.644763] virtio_rpmsg_bus virtio1: rpmsg host is online [ 7.662819] remoteproc remoteproc1: registered virtio1 (type 7) [ 7.667278] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xd [ 7.673608] remoteproc remoteproc1: remote processor 4d81800000.dsp is now up [ OK ] Started TEE Supplicant. [ 7.690140] k3-dsp-rproc 64800000.dsp: configured DSP for remoteproc mode [ OK ] Started irqbalance daemon. [ 7.703093] remoteproc remoteproc2: 64800000.dsp is available [ OK ] Started Job spooling tools. [ 7.731774] pci_bus 0002:00: 1-byte config write to 0002:00:00.0 offset 0x3c may corrupt adjacent RW1C bits Starting rc.pvr.service... [ OK ] Started D-Bus System Message Bus. [ 7.767226] remoteproc remoteproc2: powering up 64800000.dsp [ 7.776629] remoteproc remoteproc2: Booting fw image j7-c71_0-fw, size 6954352 [ OK ] Started Periodic Command Scheduler. [ 7.798692] k3-dsp-rproc 64800000.dsp: booting DSP core using boot addr = 0xa8200000 Starting Print notice about GPLv3 packages... [ 7.826028] virtio_rpmsg_bus virtio2: rpmsg host is online Starting RPC Bind Service... [ 7.833852] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xd [ 7.836760] remoteproc remoteproc2: registered virtio2 (type 7) Starting Login Service... [ OK ] Started Network Name Resolution. [ OK ] Started Reboot and dump vmcore via kexec. [ OK ] Started RPC Bind Service. [ 7.876433] remoteproc remoteproc2: remote processor 64800000.dsp is now up Starting Avahi mDNS/DNS-SD Stack... [ OK ] Reached target Network. Starting Permit User Sessions... [ OK ] Reached target Host and Network Name Lookups. [ OK ] Started NFS status monitor for NFSv2/3 locking.. [ OK ] Started Permit User Sessions. [ OK ] Started Serial Getty on ttyS2. [ OK ] Started Getty on tty1. [ OK ] Started Login Service. [ OK ] Started Avahi mDNS/DNS-SD Stack. [ 7.975261] pvrsrvkm 4e20000000.gpu: Linked as a consumer to genpd:0:4e20000000.gpu [ 7.985881] pvrsrvkm 4e20000000.gpu: Linked as a consumer to genpd:1:4e20000000.gpu [ 7.996790] PVR_K: 313: Read BVNC 22.104.208.318 from HW device registers [ 8.003719] PVR_K: 313: RGX Device initialised with BVNC 22.104.208.318 [ 8.018449] [drm] Initialized pvr 1.10.5371573 20170530 for 4e20000000.gpu on minor 1 [ OK ] Found device /dev/ttyS1. [ OK ] Started Serial Getty on ttyS1. [ OK ] Reached target Login Prompts. Starting Synchronize System and HW clocks... [FAILED] Failed to start Synchronize System and HW clocks. See 'systemctl status sync-clocks.service' for details. [ 8.239723] k3_r5_rproc interconnect@100000:interconnect@28380000:r5fss@41000000: creating child devices for R5F cores [ 8.289802] platform 41000000.r5f: configured R5F for remoteproc mode [ 8.334821] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000 [ 8.360926] remoteproc remoteproc3: 41000000.r5f is available [ 8.387341] remoteproc remoteproc3: Direct firmware load for j7-mcu-r5f0_0-fw failed with error -2 [ 8.397986] k3_r5_rproc interconnect@100000:r5fss@5c00000: creating child devices for R5F cores [ 8.407103] remoteproc remoteproc3: powering up 41000000.r5f [ 8.413161] remoteproc remoteproc3: Direct firmware load for j7-mcu-r5f0_0-fw failed with error -2 [ 8.422432] remoteproc remoteproc3: request_firmware failed: -2 [ 8.431419] TI DP83867 k3-cpsw-mdio:00: attached PHY driver [TI DP83867] (mii_bus:phy_addr=k3-cpsw-mdio:00, irq=POLL) [ 8.450199] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 8.490754] platform 5c00000.r5f: configured R5F for remoteproc mode [ 8.512653] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000 [ 8.570131] remoteproc remoteproc4: 5c00000.r5f is available [ OK ] Created slice system-systemd\x2dfsck.slice. [ 8.617836] remoteproc remoteproc4: powering up 5c00000.r5f [ 8.623686] remoteproc remoteproc4: Booting fw image j7-main-r5f0_0-fw, size 128832 [ 8.632446] platform 5d00000.r5f: configured R5F for remoteproc mode [ 8.641380] platform 5c00000.r5f: booting R5F core using boot addr = 0x0 [ 8.649289] platform 5d00000.r5f: assigned reserved memory node r5f-dma-memory@a3000000 [ 8.655059] virtio_rpmsg_bus virtio3: rpmsg host is online [ 8.666655] remoteproc remoteproc4: registered virtio3 (type 7) [ 8.678654] remoteproc remoteproc4: remote processor 5c00000.r5f is now up [ 8.682917] remoteproc remoteproc5: 5d00000.r5f is available [ 8.690783] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xd [ 8.723260] remoteproc remoteproc5: powering up 5d00000.r5f [ 8.732608] k3_r5_rproc interconnect@100000:r5fss@5e00000: creating child devices for R5F cores [ 8.741339] remoteproc remoteproc5: Booting fw image j7-main-r5f0_1-fw, size 3811288 [ 8.752119] remoteproc remoteproc5: bad phdr da 0xadfe0000 mem 0x1a8 [ 8.760696] remoteproc remoteproc5: Failed to load program segments: -22 [ 8.775150] platform 5e00000.r5f: configured R5F for remoteproc mode [ 8.799318] j721e-audio sound@0: pcm3168a-dac <-> 2ba0000.mcasp mapping ok [ 8.831368] platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000 [ 8.841098] j721e-audio sound@0: pcm3168a-adc <-> 2ba0000.mcasp mapping ok [ 8.850306] remoteproc remoteproc6: 5e00000.r5f is available [ 8.860985] remoteproc remoteproc6: Direct firmware load for j7-main-r5f1_0-fw failed with error -2 [ 8.872706] remoteproc remoteproc6: powering up 5e00000.r5f [ 8.884112] remoteproc remoteproc6: Direct firmware load for j7-main-r5f1_0-fw failed with error -2 [ 8.899475] remoteproc remoteproc6: request_firmware failed: -2 *************************************************************** *************************************************************** NOTICE: This file system contains the following GPLv3 packages: autoconf bash-dev bash bc binutils cifs-utils cpio cpp-symlinks cpp dosfstools elfutils g++-symlinks g++ gawk gcc-symlinks gcc gdb gdbserver gettext glmark2 gstreamer1.0-libav gzip libbfd libcairo-perf-utils libdw1 libelf1 libgdbm-compat4 libgdbm-dev libgdbm6 libgettextlib libgettextsrc libgmp10 libidn2-0 libmpc3 libmpfr6 libreadline-dev libreadline7 libunistring2 m4-dev m4 make nettle parted which If you do not wish to distribute GPLv3 components please remove the above packages prior to distribution. This can be done using the opkg remove command. i.e.: opkg remove <package> Where <package> is the name printed in the list above NOTE: If the package is a dependency of another package you will be notified of the dependent packages. You should use the --force-removal-of-dependent-packages option to also remove the dependent packages as well *************************************************************** *************************************************************** [ 9.461805] am65-cpsw-nuss 46000000.ethernet eth0: Link is Down [ 9.516041] Console: switching to colour frame buffer device 240x67 [ 9.520713] cdns-usb3 6000000.usb: DRD version v1 (ID: 0004024e, rev: 00000200) [ 9.556125] omap_rng 4e10000.trng: Random Number Generator ver. 241b34c [ 9.556146] random: crng init done [ 9.556149] random: 7 urandom warning(s) missed due to ratelimiting [ 9.579498] tidss 4a00000.dss: fb0: DRM emulated frame buffer device [ OK ] Started Print notice about GPLv3 packages. [ OK ] Started rc.pvr.service. [ 9.670994] remoteproc remoteproc7: b034000.pru is available [ 9.699951] pru-rproc b034000.pru: PRU rproc node pru@b034000 probed successfully [ 9.728007] remoteproc remoteproc8: b004000.rtu is available [ 9.743214] pru-rproc b004000.rtu: PRU rproc node rtu@b004000 probed successfully [ 9.752272] remoteproc remoteproc9: b00a000.txpru is available [ 9.761094] pru-rproc b00a000.txpru: PRU rproc node txpru@b00a000 probed successfully [ OK ] Found device /dev/mmcblk0p1. [ 9.770515] remoteproc remoteproc10: b038000.pru is available [ 9.780399] pru-rproc b038000.pru: PRU rproc node pru@b038000 probed successfully [ 9.788290] remoteproc remoteproc11: b006000.rtu is available [ 9.795198] pru-rproc b006000.rtu: PRU rproc node rtu@b006000 probed successfully [ 9.803177] remoteproc remoteproc12: b00c000.txpru is available [ 9.803204] pru-rproc b00c000.txpru: PRU rproc node txpru@b00c000 probed successfully [ 9.803524] remoteproc remoteproc13: b134000.pru is available [ 9.803564] pru-rproc b134000.pru: PRU rproc node pru@b134000 probed successfully [ 9.803918] remoteproc remoteproc14: b104000.rtu is available [ 9.803953] pru-rproc b104000.rtu: PRU rproc node rtu@b104000 probed successfully [ 9.804300] remoteproc remoteproc15: b10a000.txpru is available [ 9.804325] pru-rproc b10a000.txpru: PRU rproc node txpru@b10a000 probed successfully [ 9.804779] remoteproc remoteproc16: b138000.pru is available [ 9.804811] pru-rproc b138000.pru: PRU rproc node pru@b138000 probed successfully [ 9.805155] remoteproc remoteproc17: b106000.rtu is available [ 9.805177] pru-rproc b106000.rtu: PRU rproc node rtu@b106000 probed successfully [ 9.805393] remoteproc remoteproc18: b10c000.txpru is available [ 9.805414] pru-rproc b10c000.txpru: PRU rproc node txpru@b10c000 probed successfully [ 9.912396] cdns-usb3 6000000.usb: Initialized ep0 support: [ 9.912402] cdns-usb3 6000000.usb: Initialized ep1out support: BULK, INT ISO [ 9.912405] cdns-usb3 6000000.usb: Initialized ep2out support: BULK, INT ISO [ 9.912408] cdns-usb3 6000000.usb: Initialized ep3out support: BULK, INT ISO [ 9.912410] cdns-usb3 6000000.usb: Initialized ep4out support: BULK, INT ISO [ 9.912413] cdns-usb3 6000000.usb: Initialized ep5out support: BULK, INT ISO [ 9.912415] cdns-usb3 6000000.usb: Initialized ep6out support: BULK, INT ISO [ 9.912417] cdns-usb3 6000000.usb: Initialized ep7out support: BULK, INT ISO [ 9.912420] cdns-usb3 6000000.usb: Initialized ep8out support: BULK, INT ISO [ 9.912423] cdns-usb3 6000000.usb: Initialized ep9out support: BULK, INT ISO [ 9.912425] cdns-usb3 6000000.usb: Initialized ep10out support: BULK, INT ISO Starting File System Check on /dev/mmcblk0p1... [ 9.912428] cdns-usb3 6000000.usb: Initialized ep11out support: BULK, INT ISO [ 9.912430] cdns-usb3 6000000.usb: Initialized ep12out support: BULK, INT ISO [ 9.912433] cdns-usb3 6000000.usb: Initialized ep13out support: BULK, INT ISO [ 9.912435] cdns-usb3 6000000.usb: Initialized ep14out support: BULK, INT ISO [ 9.912438] cdns-usb3 6000000.usb: Initialized ep15out support: BULK, INT ISO [ 9.912440] cdns-usb3 6000000.usb: Initialized ep1in support: BULK, INT ISO [ 9.912443] cdns-usb3 6000000.usb: Initialized ep2in support: BULK, INT ISO [ 9.912445] cdns-usb3 6000000.usb: Initialized ep3in support: BULK, INT ISO [ 9.912447] cdns-usb3 6000000.usb: Initialized ep4in support: BULK, INT ISO [ 9.912449] cdns-usb3 6000000.usb: Initialized ep5in support: BULK, INT ISO [ 9.912452] cdns-usb3 6000000.usb: Initialized ep6in support: BULK, INT ISO [ 9.912455] cdns-usb3 6000000.usb: Initialized ep7in support: BULK, INT ISO [ 9.912457] cdns-usb3 6000000.usb: Initialized ep8in support: BULK, INT ISO [ 9.912459] cdns-usb3 6000000.usb: Initialized ep9in support: BULK, INT ISO [ 9.912462] cdns-usb3 6000000.usb: Initialized ep10in support: BULK, INT ISO [ 9.912464] cdns-usb3 6000000.usb: Initialized ep11in support: BULK, INT ISO [ 9.912466] cdns-usb3 6000000.usb: Initialized ep12in support: BULK, INT ISO [ 9.912468] cdns-usb3 6000000.usb: Initialized ep13in support: BULK, INT ISO [ 9.912471] cdns-usb3 6000000.usb: Initialized ep14in support: BULK, INT ISO [ 9.912473] cdns-usb3 6000000.usb: Initialized ep15in support: BULK, INT ISO [ 9.921032] cdns-usb3 6400000.usb: DRD version v1 (ID: 0004024e, rev: 00000200) [ 9.973990] usbcore: registered new interface driver usbfs [ 10.159588] usbcore: registered new interface driver hub [ 10.159892] usbcore: registered new device driver usb Starting Save/Restore Sound Card State... [ 10.182032] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller [ 10.187566] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 1 Starting weston.service... [ 10.197239] xhci-hcd xhci-hcd.2.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000000000010010 [ 10.208223] xhci-hcd xhci-hcd.2.auto: irq 324, io mem 0x06410000 [ 10.214418] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19 [ 10.222755] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 10.222757] usb usb1: Product: xHCI Host Controller [ 10.222759] usb usb1: Manufacturer: Linux 4.19.94-g5a23bc00e0 xhci-hcd [ 10.222761] usb usb1: SerialNumber: xhci-hcd.2.auto [[ 10.224831] hub 1-0:1.0: USB hub found OK ] [ 10.251769] hub 1-0:1.0: 1 port detected Started File System Check on /dev/mmcblk0p1. [ 10.257979] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller [ 10.266679] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 2 [ 10.274390] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperSpeed [ 10.281371] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 10.289625] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19 [ 10.289628] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 10.289630] usb usb2: Product: xHCI Host Controller [ 10.289632] usb usb2: Manufacturer: Linux 4.19.94-g5a23bc00e0 xhci-hcd [ 10.289634] usb usb2: SerialNumber: xhci-hcd.2.auto [ 10.300277] hub 2-0:1.0: USB hub found [ 10.300292] hub 2-0:1.0: 1 port detected [ OK ] Started Save/Restore Sound Card State. [ OK ] Started weston.service. [ OK ] Started Hardware RNG Entropy Gatherer Daemon. Starting DEMO... Starting telnetd.service... [ OK ] Reached target Sound Card. Mounting /run/media/mmcblk0p1... [ OK ] Started DEMO. [ OK ] Started telnetd.service. [ OK ] Mounted /run/media/mmcblk0p1. Starting thttpd.service... [ OK ] Started thttpd.service. [ 10.592715] usb 1-1: new high-speed USB device number 2 using xhci-hcd [ 10.744959] usb 1-1: New USB device found, idVendor=0451, idProduct=8142, bcdDevice= 1.00 [ 10.753147] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=1 [ 10.760282] usb 1-1: SerialNumber: E50018612D73 [ 10.765386] hub 1-1:1.0: USB hub found [ 10.769223] hub 1-1:1.0: 4 ports detected [ 12.533938] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off [ 12.542487] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready _____ _____ _ _ | _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_ | | _| .'| . | . | | __| _| . | | | -_| _| _| |__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_| |___| |___| Arago Project http://arago-project.org j7-evm ttyS2 Arago 2019.11 j7-evm ttyS2 j7-evm login:
For comparison, booting from SDCARD:
U-Boot SPL 2019.01-g350f3927b8 (Feb 17 2020 - 09:46:23 +0000) SYSFW ABI: 2.9 (firmware rev 0x0013 '19.12.1-v2019.12a (Terrific Lla') Trying to boot from MMC2 Loading Environment from MMC... *** Warning - No MMC card found, using default environment Remoteproc 2 started successfully ** File not found /lib/firmware/j7-mcu-r5f0_0-fw ** Starting ATF on ARM64 core... NOTICE: BL31: v2.2(release):ti2019.05-rc1 NOTICE: BL31: Built : 09:32:00, Feb 17 2020 I/TC: I/TC: OP-TEE version: ti2019.05-rc1-dev (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #1 Mon Feb 17 09:40:16 UTC 2020 aarch64 I/TC: Initialized U-Boot SPL 2019.01-g350f3927b8 (Feb 17 2020 - 09:48:06 +0000) Detected: J7X-BASE-CPB rev E3 Trying to boot from MMC2 U-Boot 2019.01-g350f3927b8 (Feb 17 2020 - 09:48:06 +0000) SoC: J721E PG 1.0 Model: Texas Instruments K3 J721E SoC Board: J721EX-PM2-SOM rev E7 DRAM: 4 GiB Flash: 0 Bytes MMC: sdhci@4f80000: 0, sdhci@4fb0000: 1 Loading Environment from MMC... OK In: serial@2800000 Out: serial@2800000 Err: serial@2800000 Detected: J7X-BASE-CPB rev E3 Net: Warning: ethernet@046000000 using MAC address from ROM eth0: ethernet@046000000 Hit any key to stop autoboot: 0 switch to partitions #0, OK mmc1 is current device SD/MMC found on device 1 ** Unable to read file boot.scr ** 81 bytes read in 1 ms (79.1 KiB/s) Loaded env from uEnv.txt Importing environment from mmc1 ... 3811288 bytes read in 84 ms (43.3 MiB/s) Load Remote Processor 3 with data@addr=0x80080000 3811288 bytes: Success! ** File not found /lib/firmware/j7-main-r5f1_0-fw ** 1448016 bytes read in 30 ms (46 MiB/s) Load Remote Processor 6 with data@addr=0x80080000 1448016 bytes: Success! 1448016 bytes read in 32 ms (43.2 MiB/s) Load Remote Processor 7 with data@addr=0x80080000 1448016 bytes: Success! 6954352 bytes read in 62 ms (107 MiB/s) Load Remote Processor 8 with data@addr=0x80080000 6954352 bytes: Success! 13338632 bytes read in 283 ms (44.9 MiB/s) 99354 bytes read in 3 ms (31.6 MiB/s) 72 bytes read in 1 ms (70.3 KiB/s) 3973 bytes read in 2 ms (1.9 MiB/s) ## Flattened Device Tree blob at 82000000 Booting using the fdt blob at 0x82000000 Loading Device Tree to 00000000fdda3000, end 00000000fdebefff ... OK Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080] [ 0.000000] Linux version 4.19.94-g5a23bc00e0 (oe-user@oe-host) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #1 SMP PREEMPT Mon Feb 17 09:01:06 UTC 2020 [ 0.000000] Machine model: Texas Instruments K3 J721E SoC [ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '') [ 0.000000] bootconsole [ns16550a0] enabled [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node c66-dma-memory@a6000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node c66-memory@a6100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node c66-dma-memory@a7000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node c66-memory@a7100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000ac000000, size 32 MiB [ 0.000000] OF: reserved mem: initialized node vision_apps-dma-memory@ab000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000ae000000, size 512 MiB [ 0.000000] OF: reserved mem: initialized node vision_apps_shared-memories@ad000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000ce000000, size 736 MiB [ 0.000000] OF: reserved mem: initialized node vision_apps-core-heap-memory@cd000000, compatible id shared-dma-pool [ 0.000000] cma: Failed to reserve 512 MiB [ 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.1 [ 0.000000] random: get_random_bytes called from start_kernel+0x94/0x3e4 with crng_init=0 [ 0.000000] percpu: Embedded 2 pages/cpu s48536 r8192 d74344 u131072 [ 0.000000] Detected PIPT I-cache on CPU0 [ 0.000000] CPU features: enabling workaround for EL2 vector hardening [ 0.000000] Speculative Store Bypass Disable mitigation not required [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 50063 [ 0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),128k(ospi.env),128k(ospi.env.backup),1m(ospi.sysfw),-@8m(ospi.rootfs);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(hbmc.sysfw),-@8m(hbmc.rootfs) root=PARTUUID=09d6a6fd-02 rw rootfstype=ext4 rootwait [ 0.000000] Dentry cache hash table entries: 524288 (order: 6, 4194304 bytes) [ 0.000000] Inode-cache hash table entries: 262144 (order: 5, 2097152 bytes) [ 0.000000] software IO TLB: mapped [mem 0x9a800000-0x9e800000] (64MB) [ 0.000000] Memory: 2591104K/3207168K available (8510K kernel code, 738K rwdata, 3136K rodata, 576K init, 641K bss, 616064K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=2. [ 0.000000] Tasks RCU enabled. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: Distributor has no Range Selector support [ 0.000000] GICv3: no VLPI support, no direct LPI support [ 0.000000] ITS [mem 0x01820000-0x0182ffff] [ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS [ 0.000000] ITS@0x0000000001820000: allocated 1048576 Devices @8c0800000 (flat, esz 8, psz 64K, shr 0) [ 0.000000] ITS: using cache flushing for cmd queue [ 0.000000] GIC: using LPI property table @0x00000008c00a0000 [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000 [ 0.000000] CPU0: using LPI pending table @0x00000008c00b0000 [ 0.000000] GIC: using cache flushing for LPI property table [ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns [ 0.000001] sched_clock: 56 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns [ 0.008403] Console: colour dummy device 80x25 [ 0.012964] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000) [ 0.023632] pid_max: default: 32768 minimum: 301 [ 0.028377] Security Framework initialized [ 0.032584] Mount-cache hash table entries: 8192 (order: 0, 65536 bytes) [ 0.039442] Mountpoint-cache hash table entries: 8192 (order: 0, 65536 bytes) [ 0.070785] ASID allocator initialised with 32768 entries [ 0.084313] rcu: Hierarchical SRCU implementation. [ 0.097279] Platform MSI: gic-its@1820000 domain created [ 0.102923] PCI/MSI: /interconnect@100000/interrupt-controller@1800000/gic-its@1820000 domain created [ 0.120359] smp: Bringing up secondary CPUs ... [ 0.157273] Detected PIPT I-cache on CPU1 [ 0.157296] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000 [ 0.157327] CPU1: using LPI pending table @0x00000008c0310000 [ 0.157355] CPU1: Booted secondary processor 0x0000000001 [0x411fd080] [ 0.157410] smp: Brought up 1 node, 2 CPUs [ 0.185252] SMP: Total of 2 processors activated. [ 0.190062] CPU features: detected: GIC system register CPU interface [ 0.196644] CPU features: detected: 32-bit EL0 Support [ 0.202141] CPU: All CPU(s) started at EL2 [ 0.206328] alternatives: patching kernel code [ 0.211440] devtmpfs: initialized [ 0.220099] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.230069] futex hash table entries: 512 (order: -1, 32768 bytes) [ 0.236512] pinctrl core: initialized pinctrl subsystem [ 0.242269] NET: Registered protocol family 16 [ 0.247183] vdso: 2 pages (1 code @ (____ptrval____), 1 data @ (____ptrval____)) [ 0.254746] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.261805] DMA: preallocated 256 KiB pool for atomic allocations [ 0.275495] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.282351] HugeTLB registered 512 MiB page size, pre-allocated 0 pages [ 0.289869] cryptd: max_cpu_qlen set to 1000 [ 0.294888] vsys_3v3: supplied by evm_12v0 [ 0.299158] vsys_5v0: supplied by evm_12v0 [ 0.303734] SCSI subsystem initialized [ 0.307809] media: Linux media interface: v0.10 [ 0.312443] videodev: Linux video capture interface: v2.00 [ 0.318057] pps_core: LinuxPPS API ver. 1 registered [ 0.323126] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.332462] PTP clock support registered [ 0.336473] EDAC MC: Ver: 3.0.0 [ 0.340423] Advanced Linux Sound Architecture Driver Initialized. [ 0.347043] clocksource: Switched to clocksource arch_sys_counter [ 0.353354] VFS: Disk quotas dquot_6.6.0 [ 0.357401] VFS: Dquot-cache hash table entries: 8192 (order 0, 65536 bytes) [ 0.367033] NET: Registered protocol family 2 [ 0.371820] tcp_listen_portaddr_hash hash table entries: 4096 (order: 0, 65536 bytes) [ 0.379875] TCP established hash table entries: 32768 (order: 2, 262144 bytes) [ 0.387361] TCP bind hash table entries: 32768 (order: 3, 524288 bytes) [ 0.394618] TCP: Hash tables configured (established 32768 bind 32768) [ 0.401367] UDP hash table entries: 2048 (order: 0, 65536 bytes) [ 0.407556] UDP-Lite hash table entries: 2048 (order: 0, 65536 bytes) [ 0.414244] NET: Registered protocol family 1 [ 0.418939] RPC: Registered named UNIX socket transport module. [ 0.424993] RPC: Registered udp transport module. [ 0.429796] RPC: Registered tcp transport module. [ 0.434599] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.441523] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available [ 0.451276] Initialise system trusted keyrings [ 0.455894] workingset: timestamp_bits=46 max_order=16 bucket_order=0 [ 0.464037] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.470222] NFS: Registering the id_resolver key type [ 0.475395] Key type id_resolver registered [ 0.479668] Key type id_legacy registered [ 0.483765] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.490694] 9p: Installing v9fs 9p2000 file system support [ 0.497842] Key type asymmetric registered [ 0.502030] Asymmetric key parser 'x509' registered [ 0.507047] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) [ 0.514609] io scheduler noop registered [ 0.518614] io scheduler deadline registered [ 0.523026] io scheduler cfq registered (default) [ 0.527832] io scheduler mq-deadline registered [ 0.532460] io scheduler kyber registered [ 0.537470] pinctrl-single 4301c000.pinmux: 94 pins, size 376 [ 0.543577] pinctrl-single 11c000.pinmux: 173 pins, size 692 [ 0.549734] pinctrl-single a40000.timesync_router: 512 pins, size 2048 [ 0.558998] ti-pat 31010000.pat: Found PAT Rev 1.0 with 16384 pages [ 0.565435] ti-pat 31010000.pat: Failed to create 31010000.pat debugfs directory [ 0.573142] ti-pat 31011000.pat: Found PAT Rev 1.0 with 16384 pages [ 0.579555] ti-pat 31011000.pat: Failed to create 31011000.pat debugfs directory [ 0.587201] ti-pat 31012000.pat: Found PAT Rev 1.0 with 16384 pages [ 0.593614] ti-pat 31012000.pat: Failed to create 31012000.pat debugfs directory [ 0.601258] ti-pat 31013000.pat: Found PAT Rev 1.0 with 2048 pages [ 0.607580] ti-pat 31013000.pat: Failed to create 31013000.pat debugfs directory [ 0.615223] ti-pat 31014000.pat: Found PAT Rev 1.0 with 2048 pages [ 0.621545] ti-pat 31014000.pat: Failed to create 31014000.pat debugfs directory [ 0.630514] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled [ 0.638501] panel-simple dummy-panel: dummy-panel supply power not found, using dummy regulator [ 0.647434] panel-simple dummy-panel: Linked as a consumer to regulator.0 [ 0.658224] brd: module loaded [ 0.664307] loop: module loaded [ 0.668846] libphy: Fixed MDIO Bus: probed [ 0.673205] tun: Universal TUN/TAP device driver, 1.6 [ 0.678628] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k [ 0.686633] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. [ 0.692701] sky2: driver version 1.30 [ 0.697031] VFIO - User Level meta-driver version: 0.3 [ 0.702678] i2c /dev entries driver [ 0.706696] sdhci: Secure Digital Host Controller Interface driver [ 0.713013] sdhci: Copyright(c) Pierre Ossman [ 0.717666] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.723923] ledtrig-cpu: registered to indicate activity on CPUs [ 0.791556] optee: probing for conduit method from DT. [ 0.796826] optee: revision 3.7 (5208e5c1) [ 0.796980] optee: initialized driver [ 0.805662] NET: Registered protocol family 17 [ 0.810278] 9pnet: Installing 9P2000 support [ 0.814665] Key type dns_resolver registered [ 0.819254] registered taskstats version 1 [ 0.823438] Loading compiled-in X.509 certificates [ 0.832767] ti-sci 44083000.dmsc: ABI: 2.9 (firmware rev 0x0013 '19.12.1-v2019.12a (Terrific Lla') [ 0.858268] random: fast init done [ 0.902028] omap_i2c 40b00000.i2c: bus 0 rev0.12 at 100 kHz [ 0.907987] omap_i2c 40b10000.i2c: bus 1 rev0.12 at 100 kHz [ 0.913951] omap_i2c 42120000.i2c: bus 2 rev0.12 at 100 kHz [ 0.919980] pca953x 3-0020: 3-0020 supply vcc not found, using dummy regulator [ 0.927393] pca953x 3-0020: Linked as a consumer to regulator.0 [ 0.955615] pca953x 3-0022: 3-0022 supply vcc not found, using dummy regulator [ 0.963016] pca953x 3-0022: Linked as a consumer to regulator.0 [ 0.969890] GPIO line 481 (MCASP/TRACE_MUX_S0) hogged as output/low [ 0.976613] GPIO line 482 (MCASP/TRACE_MUX_S1) hogged as output/high [ 0.983177] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz [ 0.989115] omap_i2c 2020000.i2c: bus 4 rev0.12 at 100 kHz [ 0.995071] pca953x 5-0020: 5-0020 supply vcc not found, using dummy regulator [ 1.002474] pca953x 5-0020: Linked as a consumer to regulator.0 [ 1.031710] GPIO line 464 (CODEC_RSTz) hogged as output/high [ 1.037619] omap_i2c 2030000.i2c: bus 5 rev0.12 at 400 kHz [ 1.043501] omap_i2c 2040000.i2c: bus 6 rev0.12 at 100 kHz [ 1.049352] omap_i2c 2050000.i2c: bus 7 rev0.12 at 100 kHz [ 1.064096] cdns-pcie-host d000000.pcie: missing "mem" [ 1.069717] cdns-pcie-host d000000.pcie: Linked as a consumer to phy-5000000.serdes.0 [ 2.079048] cdns-pcie-host d000000.pcie: Phy link never came up [ 2.085102] cdns-pcie-host d000000.pcie: host bridge /interconnect@100000/pcie@2900000/pcie@d000000 ranges: [ 2.095072] cdns-pcie-host d000000.pcie: IO 0x10001000..0x10010fff -> 0x10001000 [ 2.102903] cdns-pcie-host d000000.pcie: MEM 0x4000000000..0x407fffffff -> 0x00000000 [ 2.111159] cdns-pcie-host d000000.pcie: PCI host bridge to bus 0000:00 [ 2.117921] pci_bus 0000:00: root bus resource [bus 00-0f] [ 2.123526] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x10001000-0x10010fff]) [ 2.133217] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x407fffffff] (bus address [0x00000000-0x7fffffff]) [ 2.144002] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits [ 2.153872] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits [ 2.163769] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x92 may corrupt adjacent RW1C bits [ 2.173730] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0xb2 may corrupt adjacent RW1C bits [ 2.183718] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x84 may corrupt adjacent RW1C bits [ 2.195592] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 2.203775] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits [ 2.213737] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits [ 2.223697] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits [ 2.233655] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x6 may corrupt adjacent RW1C bits [ 2.245199] pci_bus 0000:00: 1-byte config write to 0000:00:00.0 offset 0x1a may corrupt adjacent RW1C bits [ 2.255169] pci 0000:00:00.0: PCI bridge to [bus 01] [ 2.260684] cdns-pcie-host d800000.pcie: missing "mem" [ 2.266350] cdns-pcie-host d800000.pcie: Linked as a consumer to phy-5010000.serdes.1 [ 3.275727] cdns-pcie-host d800000.pcie: Phy link never came up [ 3.281781] cdns-pcie-host d800000.pcie: host bridge /interconnect@100000/pcie@2910000/pcie@d800000 ranges: [ 3.291748] cdns-pcie-host d800000.pcie: IO 0x18001000..0x18010fff -> 0x18001000 [ 3.299579] cdns-pcie-host d800000.pcie: MEM 0x4100000000..0x417fffffff -> 0x00000000 [ 3.307816] cdns-pcie-host d800000.pcie: PCI host bridge to bus 0001:00 [ 3.314577] pci_bus 0001:00: root bus resource [bus 00-0f] [ 3.320182] pci_bus 0001:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x18001000-0x18010fff]) [ 3.330050] pci_bus 0001:00: root bus resource [mem 0x4100000000-0x417fffffff] (bus address [0x00000000-0x7fffffff]) [ 3.342681] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 3.352554] pci 0001:00:00.0: PCI bridge to [bus 01] [ 3.358041] cdns-pcie-host e000000.pcie: missing "mem" [ 3.363640] cdns-pcie-host e000000.pcie: Linked as a consumer to phy-5020000.serdes.2 [ 4.373017] cdns-pcie-host e000000.pcie: Phy link never came up [ 4.379071] cdns-pcie-host e000000.pcie: host bridge /interconnect@100000/pcie@2920000/pcie@e000000 ranges: [ 4.389038] cdns-pcie-host e000000.pcie: IO 0x4400001000..0x4400010fff -> 0x00001000 [ 4.397224] cdns-pcie-host e000000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x00011000 [ 4.405463] cdns-pcie-host e000000.pcie: PCI host bridge to bus 0002:00 [ 4.412224] pci_bus 0002:00: root bus resource [bus 00-0f] [ 4.417828] pci_bus 0002:00: root bus resource [io 0x20000-0x2ffff] (bus address [0x1000-0x10fff]) [ 4.427075] pci_bus 0002:00: root bus resource [mem 0x4400011000-0x4407ffffff] (bus address [0x00011000-0x07ffffff]) [ 4.439678] pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 4.449541] pci 0002:00:00.0: PCI bridge to [bus 01] [ 4.455117] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235 [ 4.464990] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled [ 4.471750] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64 [ 4.479426] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211 [ 4.489564] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled [ 4.496323] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64 [ 4.503943] omap8250 40a00000.serial: PM domain pd:149 will not be powered off [ 4.511499] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 7, base_baud = 6000000) is a 8250 [ 4.520633] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 18, base_baud = 3000000) is a 8250 [ 4.529373] console [ttyS2] enabled [ 4.529373] console [ttyS2] enabled [ 4.536406] bootconsole [ns16550a0] disabled [ 4.536406] bootconsole [ns16550a0] disabled [ 4.545321] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 19, base_baud = 3000000) is a 8250 [ 4.554127] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 20, base_baud = 3000000) is a 8250 [ 4.562855] arm-smmu-v3 36600000.smmu: ias 48-bit, oas 48-bit (features 0x00001faf) [ 4.571555] arm-smmu-v3 36600000.smmu: msi_domain absent - falling back to wired irqs [ 4.580388] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 4.587006] [drm] No driver support for vblank timestamp query. [ 4.594361] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 0 [ 4.654964] Console: switching to colour frame buffer device 240x67 [ 4.677587] tidss 4a00000.dss: fb0: DRM emulated frame buffer device [ 4.688519] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled [ 4.699023] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled [ 4.709175] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled [ 4.719416] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled [ 4.730199] scsi host0: ufshcd [ 4.745042] cadence-qspi 47040000.spi: mt35xu512aba (65536 Kbytes) [ 4.751225] 7 cmdlinepart partitions found on MTD device 47040000.spi.0 [ 4.757823] Creating 7 MTD partitions on "47040000.spi.0": [ 4.760692] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[1, 1], lane[1, 1], pwr[SLOWAUTO_MODE, SLOWAUTO_MODE], rate = 0 [ 4.763296] 0x000000000000-0x000000080000 : "ospi.tiboot3" [ 4.781388] 0x000000080000-0x000000280000 : "ospi.tispl" [ 4.786904] 0x000000280000-0x000000680000 : "ospi.u-boot" [ 4.792483] 0x000000680000-0x0000006a0000 : "ospi.env" [ 4.797836] 0x0000006a0000-0x0000006c0000 : "ospi.env.backup" [ 4.801416] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[3, 3], lane[2, 2], pwr[FAST MODE, FAST MODE], rate = 2 [ 4.807377] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw" [ 4.815247] cdns-ufshcd 4e84000.ufs: ufshcd_find_max_sup_active_icc_level: Regulator capability was not set, actvIccLevel=0 [ 4.820705] 0x000000800000-0x000004000000 : "ospi.rootfs" [ 4.831770] scsi 0:0:0:49488: Well-known LUN TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6 [ 4.845807] scsi 0:0:0:49476: Well-known LUN TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6 [ 4.854504] cdns-ufshcd 4e84000.ufs: ufshcd_scsi_add_wlus: BOOT WLUN not found [ 4.959135] cadence-qspi 47040000.spi: Cadence QSPI NOR probe failed -517 [ 4.966763] cadence-qspi 47050000.spi: n25q512a (65536 Kbytes) [ 4.987148] cadence-qspi 47050000.spi: Cadence QSPI NOR probe failed -517 [ 4.994499] am65-cpsw-nuss 46000000.ethernet: rx-flow-id-base is not set -22 [ 5.001556] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 [ 5.012992] UDMA has not been proped [ 5.016571] am65-cpsw-nuss 46000000.ethernet: Failed to request tx dma channel -517 [ 5.025085] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0 [ 5.033633] mmc0: Unknown controller version (4). You may experience problems. [ 5.040863] mmc0: CQHCI version 5.10 [ 5.075175] mmc0: SDHCI controller on 4f80000.sdhci [4f80000.sdhci] using ADMA 64-bit [ 5.089401] vdd_mmc1: supplied by vsys_3v3 [ 5.094159] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100 [ 5.101110] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100 [ 5.108088] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100 [ 5.114960] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100 [ 5.121836] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100 [ 5.151913] mmc0: Command Queue Engine enabled [ 5.156359] mmc0: new HS400 MMC card at address 0001 [ 5.161775] mmcblk0: mmc0:0001 S0J56X 14.8 GiB [ 5.166602] mmcblk0boot0: mmc0:0001 S0J56X partition 1 31.5 MiB [ 5.172858] mmcblk0boot1: mmc0:0001 S0J56X partition 2 31.5 MiB [ 5.178889] mmcblk0rpmb: mmc0:0001 S0J56X partition 3 4.00 MiB, chardev (242:0) [ 5.191246] mmcblk0: p1 p2 [ 5.460792] ti-udma 285c0000.udmap: Channels: 24 (tchan: 48, echan: 0, rchan: 48, rflow: 96) [ 5.470414] ti-udma 31150000.udmap: Channels: 84 (tchan: 140, echan: 160, rchan: 140, rflow: 300) [ 5.482140] cadence-qspi 47040000.spi: mt35xu512aba (65536 Kbytes) [ 5.488326] 7 cmdlinepart partitions found on MTD device 47040000.spi.0 [ 5.494925] Creating 7 MTD partitions on "47040000.spi.0": [ 5.500401] 0x000000000000-0x000000080000 : "ospi.tiboot3" [ 5.506207] 0x000000080000-0x000000280000 : "ospi.tispl" [ 5.511707] 0x000000280000-0x000000680000 : "ospi.u-boot" [ 5.517325] 0x000000680000-0x0000006a0000 : "ospi.env" [ 5.522650] 0x0000006a0000-0x0000006c0000 : "ospi.env.backup" [ 5.528579] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw" [ 5.534106] 0x000000800000-0x000004000000 : "ospi.rootfs" [ 5.541753] cadence-qspi 47050000.spi: n25q512a (65536 Kbytes) [ 5.549599] am65-cpsw-nuss 46000000.ethernet: rx-flow-id-base is not set -22 [ 5.556663] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 [ 5.574139] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48 [ 5.584641] pps pps0: new PPS source ptp1 [ 5.588782] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1 [ 5.597726] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 0.4 [ 5.604931] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64 [ 5.647049] am65-cpsw-nuss 46000000.ethernet: davinci mdio revision 9.7, bus freq 1000000 [ 5.655209] libphy: 46000000.ethernet: probed [ 5.661006] sdhci-am654 4fb0000.sdhci: Linked as a consumer to regulator.4 [ 5.667896] sdhci-am654 4fb0000.sdhci: Linked as a consumer to regulator.5 [ 5.674790] mmc1: Unknown controller version (4). You may experience problems. [ 5.682023] mmc1: CQHCI version 5.10 [ 5.715607] mmc1: SDHCI controller on 4fb0000.sdhci [4fb0000.sdhci] using ADMA 64-bit [ 5.732389] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [ 5.739245] hctosys: unable to open rtc device (rtc0) [ 5.765826] ALSA device list: [ 5.768791] No soundcards found. [ 5.772470] Waiting for root device PARTUUID=09d6a6fd-02... [ 7.193974] mmc1: new ultra high speed DDR50 SDXC card at address aaaa [ 7.201112] mmcblk1: mmc1:aaaa SH64G 59.5 GiB [ 7.213814] mmcblk1: p1 p2 [ 9.015029] EXT4-fs (mmcblk1p2): recovery complete [ 9.022422] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null) [ 9.030527] VFS: Mounted root (ext4 filesystem) on device 179:98. [ 9.039665] devtmpfs: mounted [ 9.042780] Freeing unused kernel memory: 576K [ 9.047237] Run /sbin/init as init process [ 9.188377] systemd[1]: System time before build time, advancing clock. [ 9.239521] NET: Registered protocol family 10 [ 9.244403] Segment Routing with IPv6 [ 9.265287] systemd[1]: systemd 239 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid) [ 9.286792] systemd[1]: Detected architecture arm64. Welcome to Arago 2019.11! [ 9.313446] systemd[1]: Set hostname to <j7-evm>. [ 9.424971] systemd[1]: Configuration file /lib/systemd/system/local-fs.target is marked executable. Please remove executable permission bits. Proceeding anyway. [ 9.439434] systemd[1]: Configuration file /lib/systemd/system/local-fs.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 9.459178] systemd[1]: Configuration file /lib/systemd/system/swap.target is marked executable. Please remove executable permission bits. Proceeding anyway. [ 9.473251] systemd[1]: Configuration file /lib/systemd/system/swap.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 9.490567] systemd[1]: Configuration file /lib/systemd/system/umount.target is marked executable. Please remove executable permission bits. Proceeding anyway. [ 9.504821] systemd[1]: Configuration file /lib/systemd/system/umount.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 9.522130] systemd[1]: Configuration file /lib/systemd/system/systemd-journald.socket is marked executable. Please remove executable permission bits. Proceeding anyway. [ 9.638446] random: systemd: uninitialized urandom read (16 bytes read) [ OK ] Created slice system-getty.slice. [ 9.659119] random: systemd: uninitialized urandom read (16 bytes read) [ OK ] Listening on Journal Socket (/dev/log). [ 9.679179] random: systemd: uninitialized urandom read (16 bytes read) [ OK ] Listening on Network Service Netlink Socket. [ OK ] Created slice User and Session Slice. [ OK ] Reached target Slices. [ OK ] Started Dispatch Password Requests to Console Directory Watch. [ OK ] Reached target Swap. [ OK ] Listening on udev Control Socket. [ OK ] Listening on Process Core Dump Socket. [ OK ] Created slice system-serial\x2dgetty.slice. [ OK ] Listening on Journal Socket. Starting Create list of required st…ce nodes for the current kernel... Mounting Kernel Debug File System... Mounting Huge Pages File System... [ OK ] Started Forward Password Requests to Wall Directory Watch. [ OK ] Reached target Paths. Mounting POSIX Message Queue File System... [ OK ] Listening on initctl Compatibility Named Pipe. Starting Remount Root and Kernel File Systems... [ 9.942570] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null) [ OK ] Reached target Remote File Systems. [ OK ] Listening on udev Kernel Socket. Starting udev Coldplug all Devices... Starting Journal Service... Mounting Temporary Directory (/tmp)... [ OK ] Started Hardware RNG Entropy Gatherer Daemon. Starting Load Kernel Modules... [ 10.076251] cmemk: loading out-of-tree module taints kernel. [ OK ] Started Journal Service.[ 10.082882] CMEMK module: reference Linux version 4.19.94 [ 10.091639] no physical memory specified [ 10.095596] cmemk initialized [ OK ] Started Create list of required sta…vice nodes for the current[ 10.102460] cryptodev: driver 1.9 loaded. kernel. [ OK ] Mounted Kernel Debug File System. [ OK ] Mounted Huge Pages File System. [ OK ] Mounted POSIX Message Queue File System. [ OK ] Started Remount Root and Kernel File Systems. [ OK ] Mounted Temporary Directory (/tmp). [ OK ] Started Load Kernel Modules. Mounting Kernel Configuration File System... Starting Apply Kernel Variables... Starting Create Static Device Nodes in /dev... Starting Flush Journal to Persistent Storage... [ OK ] Mounted Kernel Configuration File System. [ OK ] Started Apply Kernel Variables. [ OK ] Started Create Static Device Nodes in /dev. [ 10.314449] systemd-journald[154]: Received request to flush runtime journal from PID 1 [ OK ] Started udev Coldplug all Devices. [ OK ] Started Flush Journal to Persistent Storage. [ OK ] Reached target Local File Systems (Pre). Mounting /var/volatile... Mounting /media/ram... [ OK ] Reached target Containers. Starting udev Kernel Device Manager... [ OK ] Mounted /var/volatile. [ OK ] Mounted /media/ram. Starting Load/Save Random Seed... [ OK ] Reached target Local File Systems. Starting Create Volatile Files and Directories... [ OK ] Started udev Kernel Device Manager. [ OK ] Started Load/Save Random Seed. [ OK ] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... Starting Network Service... [ OK ] Started Update UTMP about System Boot/Shutdown. [ OK ] Started Network Service. Starting Network Name Resolution... Starting Wait for Network to be Configured... [ 10.702080] rti-wdt 2200000.rti: heartbeat 60 sec [ 10.721420] rti-wdt 2210000.rti: heartbeat 60 sec [ OK ] Started Network Time Synchronization. [ OK ] Reached target System Time Synchronized. [ OK ] Reached target System Initialization. [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activati[ 10.780905] pcm3168a 5-0044: Linked as a consumer to regulator.2 on Socket. [ OK ] Listening on dropbear.socket. [ OK ] Started Daily rotation of log files. [ 10.836057] pcm3168a 5-0044: Linked as a consumer to regulator.3 Starting Reboot and dump vmcore via kexec... [ OK ] Listening on D-Bus System Message Bus Socket. [ OK ] Listening on RPCbind Server Activation Socket[ 10.880541] k3-dsp-rproc 4d80800000.dsp: assigned reserved memory node c66-dma-memory@a7000000 . [ 10.897592] k3-dsp-rproc 4d80800000.dsp: configured DSP for IPC-only mode [ OK ] Reached target Sockets. [ 10.912373] remoteproc remoteproc0: 4d80800000.dsp is available [ OK ] Reached target Basic System. [ 10.929803] k3-dsp-rproc 4d81800000.dsp: assigned reserved memory node c66-dma-memory@a6000000 [ OK ] Started TEE Supplicant. [ 10.955669] k3-dsp-rproc 4d81800000.dsp: configured DSP for IPC-only mode [ OK ] Started D-Bus System Message Bus. [ 10.976594] remoteproc remoteproc1: 4d81800000.dsp is available [ 10.993622] remoteproc remoteproc0: powering up 4d80800000.dsp [ 11.003971] pci-endpoint-test 0000:00:00.0: of_irq_parse_pci: failed with rc=-22 [ 11.007183] remoteproc remoteproc0: Booting fw image j7-c66_0-fw, size 1448016 [ 11.020520] k3-dsp-rproc 4d80800000.dsp: DSP initialized in IPC-only mode [ 11.021173] pci_generic_config_write32: 29 callbacks suppressed Starting rc.pvr.service... [ 11.021180] pci_bus 0000:00: 1-byte config write to 0000:00:00.0 offset 0x3c may corrupt adjacent RW1C bits [ 11.031141] virtio_rpmsg_bus virtio0: rpmsg host is online [ 11.055030] remoteproc remoteproc0: registered virtio0 (type 7) [ 11.059267] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a8000000 [ 11.066883] remoteproc remoteproc0: remote processor 4d80800000.dsp is now up [ OK ] Started Periodic Command Scheduler.[ 11.079359] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xd [ 11.093199] pci-endpoint-test 0001:00:00.0: of_irq_parse_pci: failed with rc=-22 [ 11.101247] pci_bus 0001:00: 1-byte config write to 0001:00:00.0 offset 0x3c may corrupt adjacent RW1C bits [ 11.101332] pci-endpoint-test 0002:00:00.0: of_irq_parse_pci: failed with rc=-22 [ 11.101336] pci_bus 0002:00: 1-byte config write to 0002:00:00.0 offset 0x3c may corrupt adjacent RW1C bits [ 11.101983] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode [ 11.102044] remoteproc remoteproc2: 64800000.dsp is available [ 11.158341] remoteproc remoteproc1: powering up 4d81800000.dsp [ 11.158350] remoteproc remoteproc1: Booting fw image j7-c66_1-fw, size 1448016 [ 11.158446] k3-dsp-rproc 4d81800000.dsp: DSP initialized in IPC-only mode [ 11.161614] virtio_rpmsg_bus virtio1: rpmsg host is online Starting Login Service... [ 11.196811] remoteproc remoteproc1: registered virtio1 (type 7) [ OK ] Started Job spooling tools. [ 11.208832] remoteproc remoteproc1: remote processor 4d81800000.dsp is now up [ 11.223240] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xd Starting RPC Bind Service... [ 11.248514] ntb_hw_epf 0000:00:00.0: of_irq_parse_pci: failed with rc=-22 [ OK ] Started Daily Cleanup of Temporary Directories. [ 11.273845] pci_bus 0000:00: 1-byte config write to 0000:00:00.0 offset 0x3c may corrupt adjacent RW1C bits [ OK ] Reached target Timers. Starting Print notice about GPLv3 packages... [ 11.311443] remoteproc remoteproc2: powering up 64800000.dsp [ OK ] [ 11.319399] remoteproc remoteproc2: Booting fw image j7-c71_0-fw, size 6954352 Started irqbalance daemon. [ OK ] Started Network Name Resolution. [ OK ] Started Reboot and dump vmcore via kexec. [ OK ] Found device /dev/ttyS2. [ 11.350493] k3-dsp-rproc 64800000.dsp: DSP initialized in IPC-only mode [ 11.375430] virtio_rpmsg_bus virtio2: rpmsg host is online [ OK ] Reached target Network. [ 11.384317] ntb_hw_epf 0001:00:00.0: of_irq_parse_pci: failed with rc=-22 [ 11.393110] pvrsrvkm 4e20000000.gpu: Linked as a consumer to genpd:0:4e20000000.gpu [ 11.400821] pvrsrvkm 4e20000000.gpu: Linked as a consumer to genpd:1:4e20000000.gpu [ 11.400862] PVR_K: 270: Read BVNC 22.104.208.318 from HW device registers [ 11.400866] PVR_K: 270: RGX Device initialised with BVNC 22.104.208.318 [ 11.403636] remoteproc remoteproc2: registered virtio2 (type 7) [ 11.410885] [drm] Initialized pvr 1.10.5371573 20170530 for 4e20000000.gpu on minor 1 [ 11.416136] remoteproc remoteproc2: remote processor 64800000.dsp is now up [ 11.436252] pci_bus 0001:00: 1-byte config write to 0001:00:00.0 offset 0x3c may corrupt adjacent RW1C bits [ 11.444190] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xd Starting Permit User Sessions... Starting Avahi mDNS/DNS-SD Stack... [ OK ] Reached target Host and Network Name Lookups[ 11.476963] ntb_hw_epf 0002:00:00.0: of_irq_parse_pci: failed with rc=-22 . [ OK ] Started RPC Bind Service. [ OK ] Started Permit User Sessions. [ OK ] Started Serial Getty on ttyS2. [ 11.511730] pci_bus 0002:00: 1-byte config write to 0002:00:00.0 offset 0x3c may corrupt adjacent RW1C bits [ OK ] Started Getty on tty1. [ OK ] Started NFS status monitor for NFSv2/3 locking.. [ OK ] Started Login Service. [ OK ] Started Avahi mDNS/DNS-SD Stack. [ OK ] Started rc.pvr.service. Starting weston.service... [ OK ] Started weston.service. Starting telnetd.service... Starting DEMO... [ OK ] Started DEMO. [ OK ] Started telnetd.service. Starting thttpd.service... [ OK ] Found device /dev/ttyS1. [ OK ] Started Serial Getty on ttyS1. [ OK ] Reached target Login Prompts. Starting Synchronize System and HW clocks... [ OK ] Started thttpd.service. [FAILED] Failed to start Synchronize System and HW clocks. See 'systemctl status sync-clocks.service' for details. [ 11.833875] k3_r5_rproc interconnect@100000:interconnect@28380000:r5fss@41000000: creating child devices for R5F cores [ 11.943183] platform 41000000.r5f: configured R5F for remoteproc mode [ 11.980009] TI DP83867 k3-cpsw-mdio:00: attached PHY driver [TI DP83867] (mii_bus:phy_addr=k3-cpsw-mdio:00, irq=POLL) [ 11.997547] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 12.008985] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000 [ 12.051286] remoteproc remoteproc3: 41000000.r5f is available [ 12.083515] remoteproc remoteproc3: Direct firmware load for j7-mcu-r5f0_0-fw failed with error -2 [ 12.087446] k3_r5_rproc interconnect@100000:r5fss@5c00000: creating child devices for R5F cores [ 12.093123] remoteproc remoteproc3: powering up 41000000.r5f [ 12.117807] remoteproc remoteproc3: Direct firmware load for j7-mcu-r5f0_0-fw failed with error -2 [ 12.129516] remoteproc remoteproc3: request_firmware failed: -2 [ 12.142709] platform 5c00000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1) [ 12.257508] platform 5c00000.r5f: configured R5F for IPC-only mode [ 12.305809] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000 [ 12.376022] remoteproc remoteproc4: 5c00000.r5f is available [ 12.427755] remoteproc remoteproc4: powering up 5c00000.r5f [ 12.433627] remoteproc remoteproc4: Booting fw image j7-main-r5f0_0-fw, size 128832 [ 12.443831] platform 5d00000.r5f: configured R5F for IPC-only mode [ 12.455227] platform 5c00000.r5f: R5F core initialized in IPC-only mode [ 12.463914] virtio_rpmsg_bus virtio3: rpmsg host is online [ 12.471895] remoteproc remoteproc4: registered virtio3 (type 7) [ 12.483561] remoteproc remoteproc4: remote processor 5c00000.r5f is now up [ 12.494677] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xd [ 12.515152] platform 5d00000.r5f: assigned reserved memory node r5f-dma-memory@a3000000 [ 12.528652] j721e-audio sound@0: pcm3168a-dac <-> 2ba0000.mcasp mapping ok [ 12.530216] remoteproc remoteproc5: 5d00000.r5f is available [ 12.541991] j721e-audio sound@0: pcm3168a-adc <-> 2ba0000.mcasp mapping ok [ 12.546701] k3_r5_rproc interconnect@100000:r5fss@5e00000: creating child devices for R5F cores [ 12.570005] platform 5e00000.r5f: configured R5F for remoteproc mode [ 12.588565] platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000 [ 12.615009] remoteproc remoteproc6: 5e00000.r5f is available [ 12.622909] remoteproc remoteproc6: Direct firmware load for j7-main-r5f1_0-fw failed with error -2 [ 12.635118] remoteproc remoteproc6: powering up 5e00000.r5f [ 12.643480] remoteproc remoteproc6: Direct firmware load for j7-main-r5f1_0-fw failed with error -2 [ 12.658909] remoteproc remoteproc6: request_firmware failed: -2 [ 12.684249] remoteproc remoteproc5: powering up 5d00000.r5f [ 12.690763] remoteproc remoteproc5: Booting fw image j7-main-r5f0_1-fw, size 3811288 [ 12.704620] platform 5d00000.r5f: R5F core initialized in IPC-only mode [ 12.721966] virtio_rpmsg_bus virtio4: rpmsg host is online [ 12.737224] remoteproc remoteproc5: registered virtio4 (type 7) [ 12.747884] remoteproc remoteproc5: remote processor 5d00000.r5f is now up [ 12.761535] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0x15 [ 12.772166] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xe [ 12.783256] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xd [ 12.794572] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0x15 [ 12.805233] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0x15 [ 12.815951] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xe [ 12.825827] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0x15 [ 12.847240] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xe [ 12.858198] virtio_rpmsg_bus virtio4: creating channel ti.ipc4.ping-pong addr 0xe [ 13.013817] am65-cpsw-nuss 46000000.ethernet eth0: Link is Down [ OK ] Found device /dev/mmcblk0p2. [ 13.467449] cdns-usb3 6000000.usb: DRD version v1 (ID: 0004024e, rev: 00000200) Starting File System Check on /dev/mmcblk0p2... [ 13.539698] omap_rng 4e10000.trng: Random Number Generator ver. 241b34c [ 13.549649] random: crng init done [ 13.553310] random: 7 urandom warning(s) missed due to ratelimiting Starting Save/Restore Sound Card State... [ OK ] Started Hardware RNG Entropy Gatherer Daemon. [ OK ] Started Save/Restore Sound Card State. [ OK ] Reached target Sound Card. [ 13.775873] remoteproc remoteproc7: b034000.pru is available [ 13.792611] pru-rproc b034000.pru: PRU rproc node pru@b034000 probed successfully [ 13.815666] remoteproc remoteproc8: b004000.rtu is available [ OK ] Found device /dev/mmcblk0p1. Starting File System Check on /dev/mmcblk0p1... [ 13.849078] pru-rproc b004000.rtu: PRU rproc node rtu@b004000 probed successfully [ 13.860198] remoteproc remoteproc9: b00a000.txpru is available [ 13.871207] pru-rproc b00a000.txpru: PRU rproc node txpru@b00a000 probed successfully [ 13.881582] remoteproc remoteproc10: b038000.pru is available [ 13.887566] pru-rproc b038000.pru: PRU rproc node pru@b038000 probed successfully [ 13.895642] remoteproc remoteproc11: b006000.rtu is available [ 13.902205] pru-rproc b006000.rtu: PRU rproc node rtu@b006000 probed successfully [ 13.910153] remoteproc remoteproc12: b00c000.txpru is available [ 13.916273] pru-rproc b00c000.txpru: PRU rproc node txpru@b00c000 probed successfully [ 13.924738] remoteproc remoteproc13: b134000.pru is available [ 13.930528] pru-rproc b134000.pru: PRU rproc node pru@b134000 probed successfully [ 13.938478] remoteproc remoteproc14: b104000.rtu is available [ 13.944481] cdns-usb3 6000000.usb: Initialized ep0 support: [ 13.947217] pru-rproc b104000.rtu: PRU rproc node rtu@b104000 probed successfully [ 13.950439] cdns-usb3 6000000.usb: Initialized ep1out support: BULK, INT ISO [ 13.959608] remoteproc remoteproc15: b10a000.txpru is available [ 13.965039] cdns-usb3 6000000.usb: Initialized ep2out support: BULK, INT ISO [ 13.971659] pru-rproc b10a000.txpru: PRU rproc node txpru@b10a000 probed successfully [ 13.977990] cdns-usb3 6000000.usb: Initialized ep3out support: BULK, INT ISO [ 13.987344] remoteproc remoteproc16: b138000.pru is available [ 13.993155] cdns-usb3 6000000.usb: Initialized ep4out support: BULK, INT ISO [ 13.999461] pru-rproc b138000.pru: PRU rproc node pru@b138000 probed successfully [ 14.006306] cdns-usb3 6000000.usb: Initialized ep5out support: BULK, INT ISO [ 14.014726] remoteproc remoteproc17: b106000.rtu is available [ 14.020910] cdns-usb3 6000000.usb: Initialized ep6out support: BULK, INT ISO [ 14.027177] pru-rproc b106000.rtu: PRU rproc node rtu@b106000 probed successfully [ 14.033658] cdns-usb3 6000000.usb: Initialized ep7out support: BULK, INT ISO [ 14.042275] remoteproc remoteproc18: b10c000.txpru is available [ 14.048326] cdns-usb3 6000000.usb: Initialized ep8out support: BULK, INT ISO [ 14.054713] pru-rproc b10c000.txpru: PRU rproc node txpru@b10c000 probed successfully [ 14.061238] cdns-usb3 6000000.usb: Initialized ep9out support: BULK, INT ISO [ 14.080299] cdns-usb3 6000000.usb: Initialized ep10out support: BULK, INT ISO [ 14.092813] cdns-usb3 6000000.usb: Initialized ep11out support: BULK, INT ISO [ 14.100704] cdns-usb3 6000000.usb: Initialized ep12out support: BULK, INT ISO [ 14.108197] cdns-usb3 6000000.usb: Initialized ep13out support: BULK, INT ISO [ 14.115541] cdns-usb3 6000000.usb: Initialized ep14out support: BULK, INT ISO [ 14.123367] cdns-usb3 6000000.usb: Initialized ep15out support: BULK, INT ISO [ 14.130646] cdns-usb3 6000000.usb: Initialized ep1in support: BULK, INT ISO [ 14.130653] cdns-usb3 6000000.usb: Initialized ep2in support: BULK, INT ISO [ 14.130655] cdns-usb3 6000000.usb: Initialized ep3in support: BULK, INT ISO [[ 14.130657] cdns-usb3 6000000.usb: Initialized ep4in support: BULK, INT ISO OK ] [ 14.130660] cdns-usb3 6000000.usb: Initialized ep5in support: BULK, INT ISO Started File System Check on /dev/mmcblk0p2.[ 14.130662] cdns-usb3 6000000.usb: Initialized ep6in support: BULK, INT ISO [ 14.130665] cdns-usb3 6000000.usb: Initialized ep7in support: BULK, INT ISO [ 14.130667] cdns-usb3 6000000.usb: Initialized ep8in support: BULK, INT ISO [ 14.130669] cdns-usb3 6000000.usb: Initialized ep9in support: BULK, INT ISO [ 14.130672] cdns-usb3 6000000.usb: Initialized ep10in support: BULK, INT ISO [ 14.130674] cdns-usb3 6000000.usb: Initialized ep11in support: BULK, INT ISO [ 14.130677] cdns-usb3 6000000.usb: Initialized ep12in support: BULK, INT ISO [ 14.130679] cdns-usb3 6000000.usb: Initialized ep13in support: BULK, INT ISO [ 14.130682] cdns-usb3 6000000.usb: Initialized ep14in support: BULK, INT ISO [ 14.235975] cdns-usb3 6000000.usb: Initialized ep15in support: BULK, INT ISO [ 14.243623] cdns-usb3 6400000.usb: DRD version v1 (ID: 0004024e, rev: 00000200) Mounting /run/media/mmcblk0p2... [ OK ] Started File System Check on /dev/mmcblk0p1. Mounting /run/media/mmcblk0p1... [ 14.282991] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null) [ OK ] Mounted /run/media/mmcblk0p2. [ OK ] Mounted /run/media/mmcblk0p1. [ 14.311699] usbcore: registered new interface driver usbfs [ 14.317284] usbcore: registered new interface driver hub [ 14.322681] usbcore: registered new device driver usb [ 14.357000] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller [ 14.362539] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 1 [ 14.371441] xhci-hcd xhci-hcd.2.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000000000010010 [ 14.381554] xhci-hcd xhci-hcd.2.auto: irq 321, io mem 0x06410000 [ 14.387901] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19 [ 14.396209] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 14.403538] usb usb1: Product: xHCI Host Controller [ 14.408460] usb usb1: Manufacturer: Linux 4.19.94-g5a23bc00e0 xhci-hcd [ 14.414993] usb usb1: SerialNumber: xhci-hcd.2.auto [ 14.420159] hub 1-0:1.0: USB hub found [ 14.423950] hub 1-0:1.0: 1 port detected [ 14.428461] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller [ 14.433967] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 2 [ 14.441643] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperSpeed [ 14.448215] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 14.456373] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19 [ 14.464639] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 14.471860] usb usb2: Product: xHCI Host Controller [ 14.476730] usb usb2: Manufacturer: Linux 4.19.94-g5a23bc00e0 xhci-hcd [ 14.483252] usb usb2: SerialNumber: xhci-hcd.2.auto [ 14.488397] hub 2-0:1.0: USB hub found [ 14.492168] hub 2-0:1.0: 1 port detected [ OK ] Found device /dev/mmcblk1p1. Starting File System Check on /dev/mmcblk1p1... [ OK ] Started File System Check on /dev/mmcblk1p1. Mounting /run/media/mmcblk1p1... [ 14.763089] usb 1-1: new high-speed USB device number 2 using xhci-hcd [ OK ] Mounted /run/media/mmcblk1p1. [ 14.919439] usb 1-1: New USB device found, idVendor=0451, idProduct=8142, bcdDevice= 1.00 [ 14.928472] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=1 [ 14.936501] usb 1-1: SerialNumber: E50018612D73 [ 14.942795] hub 1-1:1.0: USB hub found [ 14.947280] hub 1-1:1.0: 4 ports detected *************************************************************** *************************************************************** NOTICE: This file system contains the following GPLv3 packages: autoconf bash-dev bash bc binutils cifs-utils cpio cpp-symlinks cpp dosfstools elfutils g++-symlinks g++ gawk gcc-symlinks gcc gdb gdbserver gettext glmark2 gstreamer1.0-libav gzip libbfd libcairo-perf-utils libdw1 libelf1 libgdbm-compat4 libgdbm-dev libgdbm6 libgettextlib libgettextsrc libgmp10 libidn2-0 libmpc3 libmpfr6 libreadline-dev libreadline7 libunistring2 m4-dev m4 make nettle parted which If you do not wish to distribute GPLv3 components please remove the above packages prior to distribution. This can be done using the opkg remove command. i.e.: opkg remove <package> Where <package> is the name printed in the list above NOTE: If the package is a dependency of another package you will be notified of the dependent packages. You should use the --force-removal-of-dependent-packages option to also remove the dependent packages as well *************************************************************** *************************************************************** [ OK ] Started Print notice about GPLv3 packages. [ 16.116313] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off [ 16.124854] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready _____ _____ _ _ | _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_ | | _| .'| . | . | | __| _| . | | | -_| _| _| |__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_| |___| |___| Arago Project http://arago-project.org j7-evm ttyS2 Arago 2019.11 j7-evm ttyS2 j7-evm login: [ 29.352804] NET: Registered protocol family 15 [ 29.395741] Initializing XFRM netlink socket
Thanks,
Yanbo
Hi Yanbo,
In case of eMMC boot the remotecore firmwares are not loaded.
(Look at line 6, 46, 49, 51, 53 of the SD card log where remote core firmwares are loaded)
In case of eMMC boot, have you done the below u-boot environment settings?
https://e2e.ti.com/support/processors/f/791/p/886615/3329853#3329853
Regards,
Vishal
I have updated the u-boot environment settings in previous response, could you please share boot log after doing u-boot environment settings listed in below response.
https://e2e.ti.com/support/processors/f/791/p/886615/3330218#3330218
Hi Vishal,
Thanks for the update. With these new env settings, it works fine now.
This issue can be marked as resolved now.
Again, your help is very much appreciated.
Cheers,
Yanbo