lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS mtdblock0 31:0 0 1M 0 disk mtdblock1 31:1 0 2M 0 disk mtdblock2 31:2 0 4M 0 disk mtdblock3 31:3 0 256K 0 disk mtdblock4 31:4 0 256K 0 disk mtdblock5 31:5 0 95.8M 0 disk mtdblock6 31:6 0 256K 0 disk mtdblock7 31:7 0 512K 0 disk mtdblock8 31:8 0 2M 0 disk mtdblock9 31:9 0 4M 0 disk mtdblock10 31:10 0 256K 0 disk mtdblock11 31:11 0 256K 0 disk mtdblock12 31:12 0 55.8M 0 disk mtdblock13 31:13 0 256K 0 disk mmcblk0 179:0 0 29.6G 0 disk mmcblk0boot0 179:32 0 31.5M 1 disk mmcblk0boot1 179:64 0 31.5M 1 disk mmcblk1 179:96 0 29.1G 0 disk |-mmcblk1p1 179:97 0 128M 0 part /run/media/boot-mmcblk1p1 `-mmcblk1p2 179:98 0 29G 0 part / dd if=/dev/zero of=/dev/mmcblk0 bs=1M count=30310 status=progress fdisk /dev/mmcblk0 Welcome to fdisk (util-linux 2.39.3). Changes will remain in memory only, until you decide to write them. Be careful before using the write command. Device does not contain a recognized partition table. Created a new DOS (MBR) disklabel with disk identifier 0xd90dffea. Command (m for help): n Partition type p primary (0 primary, 0 extended, 4 free) e extended (container for logical partitions) Select (default p): Using default response p. Partition number (1-4, default 1): First sector (2048-62160895, default 2048): Last sector, +/-sectors or +/-size{K,M,G,T,P} (2048-62160895, default 62160895): +400M Created a new partition 1 of type 'Linux' and of size 400 MiB. Command (m for help): a Selected partition 1 The bootable flag on partition 1 is enabled now. Command (m for help): t Selected partition 1 Hex code or alias (type L to list all): c Changed type of partition 'Linux' to 'W95 FAT32 (LBA)'. Command (m for help): w The partition table has been altered. Calling ioctl() to re-read partition table. [ 3565.622302] mmcblk0: p1 Syncing disks. root@j784s4-evm:~# fdisk /dev/mmcblk0 Welcome to fdisk (util-linux 2.39.3). Changes will remain in memory only, until you decide to write them. Be careful before using the write command. Command (m for help): n Partition type p primary (1 primary, 0 extended, 3 free) e extended (container for logical partitions) Select (default p): Using default response p. Partition number (2-4, default 2): First sector (821248-62160895, default 821248): Last sector, +/-sectors or +/-size{K,M,G,T,P} (821248-62160895, default 62160895): Created a new partition 2 of type 'Linux' and of size 29.2 GiB. Command (m for help): t Partition number (1,2, default 2): 2 Hex code or alias (type L to list all): 83 Changed type of partition 'Linux' to 'Linux'. Command (m for help): w The partition table has been altered. Calling ioctl() to re-read partition table.[ 3595.909323] mmcblk0: p1 p2 Syncing disks.[ 3595.916417] mmcblk0: p1 p2 root@j784s4-evm:~# mkfs.vfat -F 32 -n "boot" /dev/mmcblk0p1 mkfs.fat 4.2 (2021-01-31) mkfs.fat: Warning: lowercase labels might not work properly on some systems root@j784s4-evm:~# mkfs.ext4 -L "root" /dev/mmcblk0p2 mke2fs 1.47.0 (5-Feb-2023) Discarding device blocks: done Creating filesystem with 7667456 4k blocks and 1916928 inodes Filesystem UUID: 3a13bd00-2d48-48ba-b878-eef3ba7de073 Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208, 4096000 Allocating group tables: done Writing inode tables: done Creating journal (32768 blocks): done Writing superblocks and filesystem accounting information: done root@j784s4-evm:~# lsblk -o name,mountpoint,label,size,uuid [ 3623.015269] mtdblock_open: 4 callbacks suppressed [ 3623.015278] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead. [ 3623.084231] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead. [ 3623.156413] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider using UBI block devices instead. [ 3623.229546] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider using UBI block devices instead. [ 3623.289004] mtdblock: MTD device 'ospi_nand.rootfs' is NAND, please consider using UBI block devices instead. [ 3623.901044] mtdblock: MTD device 'ospi_nand.env' is NAND, please consider using UBI block devices instead. [ 3623.932546] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider using UBI block devices instead. NAME MOUNTPOINT LABEL SIZE UUID mtdblock0 1M mtdblock1 2M mtdblock2 4M mtdblock3 256K mtdblock4 256K mtdblock5 95.8M mtdblock6 256K mtdblock7 512K mtdblock8 2M mtdblock9 4M mtdblock10 256K mtdblock11 256K mtdblock12 55.8M mtdblock13 256K mmcblk0 29.6G |-mmcblk0p1 boot 400M F274-0CB6 `-mmcblk0p2 root 29.2G 3a13bd00-2d48-48ba-b878-eef3ba7de073 mmcblk0boot0 31.5M mmcblk0boot1 31.5M mmcblk1 29.1G |-mmcblk1p1 /run/media/boot-mmcblk1p1 boot 128M 4BF8-1866 `-mmcblk1p2 / root 29G 50ae14c3-0ff5-44ac-a4a6-bda645733d5e root@j784s4-evm:~# umount /run/media/* root@j784s4-evm:~# mkdir /mnt/eboot /mnt/sdboot mkdir: cannot create directory '/mnt/eboot': File exists mkdir: cannot create directory '/mnt/sdboot': File exists root@j784s4-evm:~# mount /dev/mmcblk0p1 /mnt/eboot root@j784s4-evm:~# mount /dev/mmcblk1p1 /mnt/sdboot root@j784s4-evm:~# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS mtdblock0 31:0 0 1M 0 disk mtdblock1 31:1 0 2M 0 disk mtdblock2 31:2 0 4M 0 disk mtdblock3 31:3 0 256K 0 disk mtdblock4 31:4 0 256K 0 disk mtdblock5 31:5 0 95.8M 0 disk mtdblock6 31:6 0 256K 0 disk mtdblock7 31:7 0 512K 0 disk mtdblock8 31:8 0 2M 0 disk mtdblock9 31:9 0 4M 0 disk mtdblock10 31:10 0 256K 0 disk mtdblock11 31:11 0 256K 0 disk mtdblock12 31:12 0 55.8M 0 disk mtdblock13 31:13 0 256K 0 disk mmcblk0 179:0 0 29.6G 0 disk |-mmcblk0p1 179:1 0 400M 0 part /mnt/eboot `-mmcblk0p2 179:2 0 29.2G 0 part mmcblk0boot0 179:32 0 31.5M 1 disk mmcblk0boot1 179:64 0 31.5M 1 disk mmcblk1 179:96 0 29.1G 0 disk |-mmcblk1p1 179:97 0 128M 0 part /mnt/sdboot `-mmcblk1p2 179:98 0 29G 0 part / root@j784s4-evm:~# ls /mnt/sdboot/ EFI Image tiboot3-j784s4-gp-evm.bin tiboot3-j784s4-hs-evm.bin tiboot3-j784s4-hs-fs-evm.bin tiboot3.bin tispl.bin u-boot.img uEnv.txt root@j784s4-evm:~# cp -r /mnt/sdboot/* /mnt/eboot/ root@j784s4-evm:~# sync && umount /mnt/* umount: /mnt/eroot: not mounted. umount: /mnt/sdroot: not mounted. root@j784s4-evm:~# umount /run/media/* umount: /run/media/boot-mmcblk1p1: not mounted. root@j784s4-evm:~# echo 0 > /sys/block/mmcblk0boot0/force_ro root@j784s4-evm:~# mkdir /mnt/sdboot && mount /dev/mmcblk1p1 /mnt/sdboot && cd /mnt/sdboot mkdir: cannot create directory '/mnt/sdboot': File exists root@j784s4-evm:~# cd /run/media/boot-mmcblk1p1/ root@j784s4-evm:/run/media/boot-mmcblk1p1# ls root@j784s4-evm:/run/media/boot-mmcblk1p1# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS mtdblock0 31:0 0 1M 0 disk mtdblock1 31:1 0 2M 0 disk mtdblock2 31:2 0 4M 0 disk mtdblock3 31:3 0 256K 0 disk mtdblock4 31:4 0 256K 0 disk mtdblock5 31:5 0 95.8M 0 disk mtdblock6 31:6 0 256K 0 disk mtdblock7 31:7 0 512K 0 disk mtdblock8 31:8 0 2M 0 disk mtdblock9 31:9 0 4M 0 disk mtdblock10 31:10 0 256K 0 disk mtdblock11 31:11 0 256K 0 disk mtdblock12 31:12 0 55.8M 0 disk mtdblock13 31:13 0 256K 0 disk mmcblk0 179:0 0 29.6G 0 disk |-mmcblk0p1 179:1 0 400M 0 part `-mmcblk0p2 179:2 0 29.2G 0 part mmcblk0boot0 179:32 0 31.5M 0 disk mmcblk0boot1 179:64 0 31.5M 1 disk mmcblk1 179:96 0 29.1G 0 disk |-mmcblk1p1 179:97 0 128M 0 part `-mmcblk1p2 179:98 0 29G 0 part /mnt/sdroot / root@j784s4-evm:/run/media/boot-mmcblk1p1# cd /m media/ mnt/ root@j784s4-evm:/run/media/boot-mmcblk1p1# cd /mnt/sd sdboot/ sdroot/ root@j784s4-evm:/run/media/boot-mmcblk1p1# cd /mnt/sdroot/ root@j784s4-evm:/mnt/sdroot# ls bin boot dev etc home lib lost+found media mnt opt proc root run sbin srv sys tmp usr var root@j784s4-evm:/mnt/sdroot# cd / root@j784s4-evm:/# ls bin boot dev etc home lib lost+found media mnt opt proc root run sbin srv sys tmp usr var root@j784s4-evm:/# cd /run/media/boot-mmcblk1p1/ root@j784s4-evm:/run/media/boot-mmcblk1p1# ls root@j784s4-evm:/run/media/boot-mmcblk1p1# cd ../ root@j784s4-evm:/run/media# mount /dev/mmcblk1p1 /run/media/boot-mmcblk1p1 root@j784s4-evm:/run/media# cd boot-mmcblk1p1/ root@j784s4-evm:/run/media/boot-mmcblk1p1# ls EFI Image tiboot3-j784s4-gp-evm.bin tiboot3-j784s4-hs-evm.bin tiboot3-j784s4-hs-fs-evm.bin tiboot3.bin tispl.bin u-boot.img uEnv.txt root@j784s4-evm:/run/media/boot-mmcblk1p1# dd if=tiboot3.bin of=/dev/mmcblk0boot0 seek=0 bs=512 989+1 records in 989+1 records out 506652 bytes (507 kB, 495 KiB) copied, 0.0367261 s, 13.8 MB/s root@j784s4-evm:/run/media/boot-mmcblk1p1# dd if=emmc/tispl.bin of=/dev/mmcblk0boot0 seek=1024 bs=512 dd: failed to open 'emmc/tispl.bin': No such file or directory root@j784s4-evm:/run/media/boot-mmcblk1p1# dd if=tispl.bin of=/dev/mmcblk0boot0 seek=1024 bs=512 2583+1 records in 2583+1 records out 1322627 bytes (1.3 MB, 1.3 MiB) copied, 0.245214 s, 5.4 MB/s root@j784s4-evm:/run/media/boot-mmcblk1p1# dd if=emmc/u-boot.img of=/dev/mmcblk0boot0 seek=5120 bs=512 dd: failed to open 'emmc/u-boot.img': No such file or directory root@j784s4-evm:/run/media/boot-mmcblk1p1# dd if=u-boot.img of=/dev/mmcblk0boot0 seek=5120 bs=512 2731+1 records in 2731+1 records out 1398771 bytes (1.4 MB, 1.3 MiB) copied, 0.309644 s, 4.5 MB/s root@j784s4-evm:/run/media/boot-mmcblk1p1# sync root@j784s4-evm:/run/media/boot-mmcblk1p1# CTRL-A Z for help | 115200 8N1 | NOR | Minicom 2.9 | VT102 | Offline | ttyUSB0 ###########in uboot ############# => mmc partconf 0 1 1 1 => mmc bootbus 0 2 0 0 Set to BOOT_BUS_WIDTH = 0x2, RESET = 0x0, BOOT_MODE = 0x0 => mmc rst-function 0 1 setenv mmcdev 0 => setenv bootpart 0 => boot switch to partitions #0, OK mmc0(part 0) is current device SD/MMC found on device 0 969 bytes read in 2 ms (472.7 KiB/s) Loaded env from uEnv.txt Importing environment from mmc0 ... EFI stub: Booting Linux Kernel... EFI stub: EFI_RNG_PROTOCOL unavailable EFI stub: Using DTB from configuration table EFI stub: Exiting boot services... I/TC: Secondary CPU 1 initializing I/TC: Secondary CPU 1 switching to normal world boot I/TC: Secondary CPU 2 initializing I/TC: Secondary CPU 2 switching to normal world boot I/TC: Secondary CPU 3 initializing I/TC: Secondary CPU 3 switching to normal world boot I/TC: Secondary CPU 4 initializing I/TC: Secondary CPU 4 switching to normal world boot I/TC: Secondary CPU 5 initializing I/TC: Secondary CPU 5 switching to normal world boot I/TC: Secondary CPU 6 initializing I/TC: Secondary CPU 6 switching to normal world boot I/TC: Secondary CPU 7 initializing I/TC: Secondary CPU 7 switching to normal world boot I/TC: Reserved shared memory is enabled I/TC: Dynamic shared memory is enabled I/TC: Normal World virtualization support is disabled I/TC: Asynchronous notifications are disabled [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080] [ 0.000000] Linux version 6.12.57-ti-01344-gff7e05656286-dirty (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 13.4.0, GNU ld (GNU Binutils) 2.42.0.20240723) #1 SMP PREEMPT Tue Apr 26 [ 0.000000] KASLR disabled due to lack of seed [ 0.000000] Machine model: Texas Instruments J784S4 EVM [ 0.000000] efi: EFI v2.10 by Das U-Boot [ 0.000000] efi: ESRT=0xfce10040 RTPROP=0xfce12040 SMBIOS 3.0=0xfde8c000 MEMRESERVE=0xfcd26040 [ 0.000000] esrt: Reserving ESRT space from 0x00000000fce10040 to 0x00000000fce100c8. [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000f90000000, size 1792 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x0000000f90000000..0x0000000fffffffff (1835008 KiB) map reusable linux,cma [ 0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a0000000..0x00000000a00fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a0000000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a0100000..0x00000000a0ffffff (15360 KiB) nomap non-reusable r5f-memory@a0100000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a1000000..0x00000000a10fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a1000000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a1100000..0x00000000a1ffffff (15360 KiB) nomap non-reusable r5f-memory@a1100000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a2000000..0x00000000a20fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a2000000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a2100000..0x00000000a2ffffff (15360 KiB) nomap non-reusable r5f-memory@a2100000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a3000000..0x00000000a30fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a3000000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a3100000..0x00000000a3ffffff (15360 KiB) nomap non-reusable r5f-memory@a3100000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a4000000..0x00000000a40fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a4000000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a4100000..0x00000000a4ffffff (15360 KiB) nomap non-reusable r5f-memory@a4100000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a5000000..0x00000000a50fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a5000000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a5100000..0x00000000a5ffffff (15360 KiB) nomap non-reusable r5f-memory@a5100000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a6000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a6000000..0x00000000a60fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a6000000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a6100000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a6100000..0x00000000a6ffffff (15360 KiB) nomap non-reusable r5f-memory@a6100000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a7000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a7000000..0x00000000a70fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a7000000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a7100000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a7100000..0x00000000a7ffffff (15360 KiB) nomap non-reusable r5f-memory@a7100000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a8000000..0x00000000a80fffff (1024 KiB) nomap non-reusable c71-dma-memory@a8000000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a8100000..0x00000000a8ffffff (15360 KiB) nomap non-reusable c71-memory@a8100000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a9000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node c71-dma-memory@a9000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a9000000..0x00000000a90fffff (1024 KiB) nomap non-reusable c71-dma-memory@a9000000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a9100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node c71-memory@a9100000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a9100000..0x00000000a9ffffff (15360 KiB) nomap non-reusable c71-memory@a9100000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000aa000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node c71-dma-memory@aa000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000aa000000..0x00000000aa0fffff (1024 KiB) nomap non-reusable c71-dma-memory@aa000000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000aa100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node c71-memory@aa100000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000aa100000..0x00000000aaffffff (15360 KiB) nomap non-reusable c71-memory@aa100000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000ab000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node c71-dma-memory@ab000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000ab000000..0x00000000ab0fffff (1024 KiB) nomap non-reusable c71-dma-memory@ab000000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000ab100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node c71-memory@ab100000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000ab100000..0x00000000abffffff (15360 KiB) nomap non-reusable c71-memory@ab100000 [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal [mem 0x0000000100000000-0x0000000fffffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000080000000-0x000000009e7fffff] [ 0.000000] node 0: [mem 0x000000009e800000-0x00000000abffffff] [ 0.000000] node 0: [mem 0x00000000ac000000-0x00000000fce11fff] [ 0.000000] node 0: [mem 0x00000000fce12000-0x00000000fce12fff] [ 0.000000] node 0: [mem 0x00000000fce13000-0x00000000fce15fff] [ 0.000000] node 0: [mem 0x00000000fce16000-0x00000000fce36fff] [ 0.000000] node 0: [mem 0x00000000fce37000-0x00000000fce38fff] [ 0.000000] node 0: [mem 0x00000000fce39000-0x00000000fce39fff] [ 0.000000] node 0: [mem 0x00000000fce3a000-0x00000000fde8bfff] [ 0.000000] node 0: [mem 0x00000000fde8c000-0x00000000fde8cfff] [ 0.000000] node 0: [mem 0x00000000fde8d000-0x00000000ffe9ffff] [ 0.000000] node 0: [mem 0x00000000ffea0000-0x00000000ffeaffff] [ 0.000000] node 0: [mem 0x00000000ffeb0000-0x00000000ffffffff] [ 0.000000] node 0: [mem 0x0000000880000000-0x0000000fffffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000fffffffff] [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: Trusted OS migration not required [ 0.000000] psci: SMC Calling Convention v1.5 [ 0.000000] percpu: Embedded 22 pages/cpu s51736 r8192 d30184 u90112 [ 0.000000] Detected PIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] CPU features: detected: Spectre-v3a [ 0.000000] CPU features: detected: Spectre-BHB [ 0.000000] CPU features: detected: ARM erratum 1742098 [ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923 [ 0.000000] alternatives: applying boot alternatives [ 0.000000] Kernel command line: BOOT_IMAGE=/Image root=PARTUUID=076c4a2a-02 rootwait rootfstype=ext4 [ 0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear) [ 0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear) [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 8388608 [ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off [ 0.000000] software IO TLB: area num 8. [ 0.000000] software IO TLB: mapped [mem 0x00000000f2800000-0x00000000f6800000] (64MB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU event tracing is enabled. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=8. [ 0.000000] Trampoline variant of Tasks RCU enabled. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 [ 0.000000] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8. [ 0.000000] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: 960 SPIs implemented [ 0.000000] GICv3: 0 Extended SPIs implemented [ 0.000000] Root IRQ handler: gic_handle_irq [ 0.000000] GICv3: GICv3 features: 16 PPIs [ 0.000000] GICv3: GICD_CTRL.DS=0, SCR_EL3.FIQ=1 [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000 [ 0.000000] ITS [mem 0x01820000-0x0182ffff] [ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS [ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19 [ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0) [ 0.000000] ITS: using cache flushing for cmd queue [ 0.000000] GICv3: using LPI property table @0x0000000880070000 [ 0.000000] GIC: using cache flushing for LPI property table [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880080000 [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns [ 0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns [ 0.000368] Console: colour dummy device 80x25 [ 0.000376] printk: legacy console [tty0] enabled [ 0.000894] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000) [ 0.000904] pid_max: default: 32768 minimum: 301 [ 0.000962] LSM: initializing lsm=capability,selinux [ 0.001012] SELinux: Initializing. [ 0.001396] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.001464] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.003059] rcu: Hierarchical SRCU implementation. [ 0.003073] rcu: Max phase no-delay instances is 1000. [ 0.003191] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level [ 0.003557] Remapping and enabling EFI services. [ 0.003826] smp: Bringing up secondary CPUs ... [ 0.012358] Detected PIPT I-cache on CPU1 [ 0.012414] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000 [ 0.012429] GICv3: CPU1: using allocated LPI pending table @0x0000000880090000 [ 0.012465] CPU1: Booted secondary processor 0x0000000001 [0x411fd080] [ 0.020999] Detected PIPT I-cache on CPU2 [ 0.021031] GICv3: CPU2: found redistributor 2 region 0:0x0000000001940000 [ 0.021044] GICv3: CPU2: using allocated LPI pending table @0x00000008800a0000 [ 0.021069] CPU2: Booted secondary processor 0x0000000002 [0x411fd080] [ 0.029561] Detected PIPT I-cache on CPU3 [ 0.029594] GICv3: CPU3: found redistributor 3 region 0:0x0000000001960000 [ 0.029607] GICv3: CPU3: using allocated LPI pending table @0x00000008800b0000 [ 0.029631] CPU3: Booted secondary processor 0x0000000003 [0x411fd080] [ 0.038156] Detected PIPT I-cache on CPU4 [ 0.038220] GICv3: CPU4: found redistributor 100 region 0:0x0000000001980000 [ 0.038235] GICv3: CPU4: using allocated LPI pending table @0x00000008800c0000 [ 0.038268] CPU4: Booted secondary processor 0x0000000100 [0x411fd080] [ 0.046824] Detected PIPT I-cache on CPU5 [ 0.046863] GICv3: CPU5: found redistributor 101 region 0:0x00000000019a0000 [ 0.046877] GICv3: CPU5: using allocated LPI pending table @0x00000008800d0000 [ 0.046901] CPU5: Booted secondary processor 0x0000000101 [0x411fd080] [ 0.055396] Detected PIPT I-cache on CPU6 [ 0.055439] GICv3: CPU6: found redistributor 102 region 0:0x00000000019c0000 [ 0.055453] GICv3: CPU6: using allocated LPI pending table @0x00000008800e0000 [ 0.055477] CPU6: Booted secondary processor 0x0000000102 [0x411fd080] [ 0.063991] Detected PIPT I-cache on CPU7 [ 0.064033] GICv3: CPU7: found redistributor 103 region 0:0x00000000019e0000 [ 0.064047] GICv3: CPU7: using allocated LPI pending table @0x00000008800f0000 [ 0.064071] CPU7: Booted secondary processor 0x0000000103 [0x411fd080] [ 0.064173] smp: Brought up 1 node, 8 CPUs [ 0.064308] SMP: Total of 8 processors activated. [ 0.064315] CPU: All CPU(s) started at EL2 [ 0.064321] CPU features: detected: 32-bit EL0 Support [ 0.064327] CPU features: detected: CRC32 instructions [ 0.064368] alternatives: applying system-wide alternatives [ 0.064737] Memory: 30757164K/33554432K available (13056K kernel code, 1258K rwdata, 4676K rodata, 2752K init, 643K bss, 950704K reserved, 1835008K cma-reserved) [ 0.065366] devtmpfs: initialized [ 0.077816] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.077848] futex hash table entries: 2048 (order: 5, 131072 bytes, linear) [ 0.100943] 27120 pages in range for non-PLT usage [ 0.100955] 518640 pages in range for PLT usage [ 0.101199] pinctrl core: initialized pinctrl subsystem [ 0.101568] SMBIOS 3.7.0 present. [ 0.101586] DMI: ti Texas Instruments J784S4 EVM/Texas Instruments J784S4 EVM, BIOS 2025.01-00773-gdf1fe2382304 01/01/2025 [ 0.101597] DMI: Memory slots populated: 0/0 [ 0.103259] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.104583] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations [ 0.105298] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.106002] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.106045] audit: initializing netlink subsys (disabled) [ 0.106197] audit: type=2000 audit(0.104:1): state=initialized audit_enabled=0 res=1 [ 0.106422] thermal_sys: Registered thermal governor 'step_wise' [ 0.106426] thermal_sys: Registered thermal governor 'power_allocator' [ 0.106458] cpuidle: using governor menu [ 0.106541] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.106660] ASID allocator initialised with 65536 entries [ 0.112250] /bus@100000/interrupt-controller@1800000: Fixed dependency cycle(s) with /bus@100000/interrupt-controller@1800000 [ 0.112369] /bus@100000/i2c@2040000/dsi-edp-bridge@2c: Fixed dependency cycle(s) with /bus@100000/dsi@4800000 [ 0.112579] /bus@100000/dsi@4800000: Fixed dependency cycle(s) with /bus@100000/dss@4a00000 [ 0.112592] /bus@100000/dsi@4800000: Fixed dependency cycle(s) with /bus@100000/i2c@2040000/dsi-edp-bridge@2c [ 0.112618] /bus@100000/bridge@a000000: Fixed dependency cycle(s) with /bus@100000/dss@4a00000 [ 0.112642] /bus@100000/dss@4a00000: Fixed dependency cycle(s) with /bus@100000/dsi@4800000 [ 0.112658] /bus@100000/dss@4a00000: Fixed dependency cycle(s) with /bus@100000/bridge@a000000 [ 0.116732] /bus@100000/i2c@2040000/dsi-edp-bridge@2c: Fixed dependency cycle(s) with /bus@100000/dsi@4800000 [ 0.119762] /bus@100000/i2c@2040000/dsi-edp-bridge@2c: Fixed dependency cycle(s) with /bus@100000/dsi@4800000 [ 0.119810] /bus@100000/dsi@4800000: Fixed dependency cycle(s) with /bus@100000/dss@4a00000 [ 0.119829] /bus@100000/dsi@4800000: Fixed dependency cycle(s) with /bus@100000/i2c@2040000/dsi-edp-bridge@2c [ 0.119986] /bus@100000/bridge@a000000: Fixed dependency cycle(s) with /bus@100000/dss@4a00000 [ 0.120219] /bus@100000/bridge@a000000: Fixed dependency cycle(s) with /bus@100000/dss@4a00000 [ 0.120263] /bus@100000/dsi@4800000: Fixed dependency cycle(s) with /bus@100000/dss@4a00000 [ 0.120305] /bus@100000/dss@4a00000: Fixed dependency cycle(s) with /bus@100000/dsi@4800000 [ 0.120343] /bus@100000/dss@4a00000: Fixed dependency cycle(s) with /bus@100000/bridge@a000000 [ 0.121464] /bus@100000/bridge@a000000: Fixed dependency cycle(s) with /connector-dp0 [ 0.121524] /connector-dp0: Fixed dependency cycle(s) with /bus@100000/bridge@a000000 [ 0.122242] /bus@100000/i2c@2040000/dsi-edp-bridge@2c: Fixed dependency cycle(s) with /connector-dp1 [ 0.122305] /connector-dp1: Fixed dependency cycle(s) with /bus@100000/i2c@2040000/dsi-edp-bridge@2c [ 0.122865] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages [ 0.122876] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page [ 0.122882] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages [ 0.122888] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page [ 0.122894] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages [ 0.122899] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page [ 0.122905] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages [ 0.122910] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page [ 0.123856] k3-chipinfo 43000014.chipid: Family:J784S4 rev:SR1.0 JTAGID[0x0bb8002f] Detected [ 0.124308] iommu: Default domain type: Translated [ 0.124318] iommu: DMA domain TLB invalidation policy: strict mode [ 0.124851] SCSI subsystem initialized [ 0.125043] usbcore: registered new interface driver usbfs [ 0.125069] usbcore: registered new interface driver hub [ 0.125094] usbcore: registered new device driver usb [ 0.125390] pps_core: LinuxPPS API ver. 1 registered [ 0.125397] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.125408] PTP clock support registered [ 0.125433] EDAC MC: Ver: 3.0.0 [ 0.125594] scmi_core: SCMI protocol bus registered [ 0.125636] efivars: Registered efivars operations [ 0.125828] FPGA manager framework [ 0.125875] Advanced Linux Sound Architecture Driver Initialized. [ 0.126401] vgaarb: loaded [ 0.126599] clocksource: Switched to clocksource arch_sys_counter [ 0.126759] VFS: Disk quotas dquot_6.6.0 [ 0.126778] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.130585] NET: Registered PF_INET protocol family [ 0.130898] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.135970] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear) [ 0.136131] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.136157] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.136977] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear) [ 0.137836] TCP: Hash tables configured (established 262144 bind 65536) [ 0.137944] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear) [ 0.138269] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear) [ 0.138722] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.139066] RPC: Registered named UNIX socket transport module. [ 0.139077] RPC: Registered udp transport module. [ 0.139082] RPC: Registered tcp transport module. [ 0.139086] RPC: Registered tcp-with-tls transport module. [ 0.139091] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.139099] NET: Registered PF_XDP protocol family [ 0.139119] PCI: CLS 0 bytes, default 64 [ 0.140082] Initialise system trusted keyrings [ 0.140208] workingset: timestamp_bits=46 max_order=23 bucket_order=0 [ 0.140393] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.140541] NFS: Registering the id_resolver key type [ 0.140558] Key type id_resolver registered [ 0.140563] Key type id_legacy registered [ 0.140577] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.140584] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 0.162458] Key type asymmetric registered [ 0.162468] Asymmetric key parser 'x509' registered [ 0.162508] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) [ 0.162610] io scheduler mq-deadline registered [ 0.162619] io scheduler kyber registered [ 0.162637] io scheduler bfq registered [ 0.165177] pinctrl-single 4301c000.pinctrl: 13 pins, size 52 [ 0.165290] pinctrl-single 4301c038.pinctrl: 11 pins, size 44 [ 0.165460] pinctrl-single 4301c068.pinctrl: 72 pins, size 288 [ 0.165773] pinctrl-single 4301c190.pinctrl: 1 pins, size 4 [ 0.165914] pinctrl-single 11c000.pinctrl: 72 pins, size 288 [ 0.166299] pinctrl-single 104200.pinctrl: 20 pins, size 80 [ 0.166379] pinctrl-single 104280.pinctrl: 8 pins, size 32 [ 0.167122] ledtrig-cpu: registered to indicate activity on CPUs [ 0.171008] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled [ 0.177592] loop: module loaded [ 0.178259] megasas: 07.727.03.00-rc1 [ 0.180510] tun: Universal TUN/TAP device driver, 1.6 [ 0.181097] VFIO - User Level meta-driver version: 0.3 [ 0.181884] usbcore: registered new interface driver usb-storage [ 0.182282] i2c_dev: i2c /dev entries driver [ 0.183061] sdhci: Secure Digital Host Controller Interface driver [ 0.183067] sdhci: Copyright(c) Pierre Ossman [ 0.183215] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.183781] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... [ 0.184304] usbcore: registered new interface driver usbhid [ 0.184311] usbhid: USB HID core driver [ 0.185200] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 (0,8000003f) counters available [ 0.185545] optee: probing for conduit method. [ 0.185570] optee: revision 4.7 (a9690ae39995af36) [ 0.202017] optee: dynamic shared memory is enabled [ 0.202429] optee: initialized driver [ 0.202519] random: crng init done [ 0.203956] Initializing XFRM netlink socket [ 0.203987] NET: Registered PF_PACKET protocol family [ 0.204035] Key type dns_resolver registered [ 0.208127] registered taskstats version 1 [ 0.208390] Loading compiled-in X.509 certificates [ 0.215755] ti-sci 44083000.system-controller: ABI: 4.0 (firmware rev 0x000b '11.2.8--v11.02.08 (Fancy Rat)') [ 0.299049] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz [ 0.299836] pca953x 3-0020: supply vcc not found, using dummy regulator [ 0.299913] pca953x 3-0020: using no AI [ 0.315668] pca953x 3-0022: supply vcc not found, using dummy regulator [ 0.315724] pca953x 3-0022: using AI [ 0.316934] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz [ 0.317394] pca953x 4-0020: supply vcc not found, using dummy regulator [ 0.317443] pca953x 4-0020: using no AI [ 0.331112] omap_i2c 2030000.i2c: bus 4 rev0.12 at 400 kHz [ 0.331734] pca953x 5-0020: supply vcc not found, using dummy regulator [ 0.331788] pca953x 5-0020: using no AI [ 0.346979] /connector-dp1: Fixed dependency cycle(s) with /bus@100000/i2c@2040000/dsi-edp-bridge@2c [ 0.347016] /bus@100000/dsi@4800000: Fixed dependency cycle(s) with /bus@100000/i2c@2040000/dsi-edp-bridge@2c [ 0.347054] /bus@100000/i2c@2040000/dsi-edp-bridge@2c: Fixed dependency cycle(s) with /connector-dp1 [ 0.347093] /bus@100000/i2c@2040000/dsi-edp-bridge@2c: Fixed dependency cycle(s) with /bus@100000/dsi@4800000 [ 0.347233] omap_i2c 2040000.i2c: bus 5 rev0.12 at 400 kHz [ 0.347849] pca953x 6-0020: supply vcc not found, using dummy regulator [ 0.347906] pca953x 6-0020: using no AI [ 0.362933] omap_i2c 2050000.i2c: bus 6 rev0.12 at 400 kHz [ 0.363060] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 177 domain created [ 0.363153] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 10 domain created [ 0.363253] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 283 domain created [ 0.363482] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 321 created [ 0.369519] ti-udma 311a0000.dma-controller: Number of rings: 48 [ 0.371052] ti-udma 311a0000.dma-controller: Channels: 48 (bchan: 0, tchan: 16, rchan: 32) [ 0.372565] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:328 [ 0.372577] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled [ 0.372584] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64 [ 0.374661] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:315 [ 0.374676] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled [ 0.374682] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64 [ 0.375376] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 275, base_baud = 6000000) is a 8250 [ 0.376022] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 276, base_baud = 3000000) is a 8250 [ 0.376078] printk: legacy console [ttyS2] enabled [ 2.893732] cadence-qspi 47050000.spi: No flash device declared [ 2.899689] cadence-qspi 47050000.spi: failed to setup flash parameters -19 [ 2.907139] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000 [ 2.954599] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 [ 2.965498] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867 [ 2.973839] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4 [ 2.981054] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64, Policers 8 [ 2.988474] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1 [ 2.998544] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000 [ 3.011334] am65-cpsw-nuss c200000.ethernet: Use random MAC address [ 3.050605] davinci_mdio c200f00.mdio: davinci mdio revision 9.7, bus freq 1000000 [ 3.061284] davinci_mdio c200f00.mdio: phy[0]: device c200f00.mdio:00, driver TI DP83867 [ 3.069424] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4 [ 3.076551] am65-cpsw-nuss c200000.ethernet: ALE Table size 64, Policers 8 [ 3.083762] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:250000000, add_val:3 pps:0 [ 3.094176] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:250000000, add_val:3 pps:0 [ 3.103012] mmc0: CQHCI version 5.10 [ 3.143143] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit [ 3.237826] mmc0: Command Queue Engine enabled [ 3.242283] mmc0: new HS400 MMC card at address 0001 [ 3.247709] mmcblk0: mmc0:0001 G1M15L 29.6 GiB [ 3.253141] mmcblk0: p1 p2 [ 3.256227] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB [ 3.261771] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB [ 3.267334] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (239:0) [ 3.383987] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0 [ 3.392617] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 3.400140] j721e-pcie 2900000.pcie: IO 0x4000001000..0x4000100fff -> 0x0000001000 [ 3.408236] j721e-pcie 2900000.pcie: MEM 0x4000101000..0x40ffffffff -> 0x0000101000 [ 3.416327] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 4.523080] j721e-pcie 2900000.pcie: PCI host bridge to bus 0000:00 [ 4.529365] pci_bus 0000:00: root bus resource [bus 00-ff] [ 4.534848] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] (bus address [0x1000-0x100fff]) [ 4.543880] pci_bus 0000:00: root bus resource [mem 0x4000101000-0x40ffffffff] (bus address [0x00101000-0xffffffff]) [ 4.554413] pci 0000:00:00.0: [104c:b012] type 01 class 0x060400 PCIe Root Port [ 4.561712] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits [ 4.571368] pci 0000:00:00.0: PCI bridge to [bus 00] [ 4.576330] pci 0000:00:00.0: bridge window [io 0x0000-0x0fff] [ 4.582414] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff] [ 4.589197] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff 64bit pref] [ 4.597013] pci 0000:00:00.0: supports D1 [ 4.601017] pci 0000:00:00.0: PME# supported from D0 D1 D3hot [ 4.608986] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 4.617107] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 4.623727] pci 0000:00:00.0: PCI bridge to [bus 01] [ 4.628695] pci_bus 0000:00: resource 4 [io 0x0000-0xfffff] [ 4.634346] pci_bus 0000:00: resource 5 [mem 0x4000101000-0x40ffffffff] [ 4.641016] pcieport 0000:00:00.0: of_irq_parse_pci: failed with rc=-22 [ 4.647809] pcieport 0000:00:00.0: PME: Signaling with IRQ 538 [ 4.653817] pcieport 0000:00:00.0: AER: enabled with IRQ 538 [ 4.659750] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 4.667248] j721e-pcie 2910000.pcie: IO 0x4100001000..0x4100100fff -> 0x0000001000 [ 4.675344] j721e-pcie 2910000.pcie: MEM 0x4100101000..0x41ffffffff -> 0x0000101000 [ 4.683435] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 5.794880] j721e-pcie 2910000.pcie: PCI host bridge to bus 0001:00 [ 5.801165] pci_bus 0001:00: root bus resource [bus 00-ff] [ 5.806661] pci_bus 0001:00: root bus resource [io 0x100000-0x1fffff] (bus address [0x1000-0x100fff]) [ 5.815959] pci_bus 0001:00: root bus resource [mem 0x4100101000-0x41ffffffff] (bus address [0x00101000-0xffffffff]) [ 5.826484] pci 0001:00:00.0: [104c:b012] type 01 class 0x060400 PCIe Root Port [ 5.833783] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits [ 5.843438] pci 0001:00:00.0: PCI bridge to [bus 00] [ 5.848397] pci 0001:00:00.0: bridge window [io 0x0000-0x0fff] [ 5.854481] pci 0001:00:00.0: bridge window [mem 0x00000000-0x000fffff] [ 5.861264] pci 0001:00:00.0: bridge window [mem 0x00000000-0x000fffff 64bit pref] [ 5.869077] pci 0001:00:00.0: supports D1 [ 5.873081] pci 0001:00:00.0: PME# supported from D0 D1 D3hot [ 5.881049] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 5.889172] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01 [ 5.895787] pci 0001:00:00.0: PCI bridge to [bus 01] [ 5.900752] pci_bus 0001:00: resource 4 [io 0x100000-0x1fffff] [ 5.906662] pci_bus 0001:00: resource 5 [mem 0x4100101000-0x41ffffffff] [ 5.913312] pcieport 0001:00:00.0: of_irq_parse_pci: failed with rc=-22 [ 5.920090] pcieport 0001:00:00.0: PME: Signaling with IRQ 540 [ 5.926065] pcieport 0001:00:00.0: AER: enabled with IRQ 540 [ 5.932567] ti-udma 285c0000.dma-controller: Channels: 22 (tchan: 11, rchan: 11, gp-rflow: 8) [ 5.942994] ti-udma 31150000.dma-controller: Channels: 66 (tchan: 33, rchan: 33, gp-rflow: 16) [ 5.955121] spi-nand spi0.0: Winbond SPI NAND was found. [ 5.960449] spi-nand spi0.0: 128 MiB, block size: 256 KiB, page size: 4096, OOB size: 128 [ 5.969039] 7 fixed-partitions partitions found on MTD device spi0.0 [ 5.975403] Creating 7 MTD partitions on "spi0.0": [ 5.980206] 0x000000000000-0x000000100000 : "ospi_nand.tiboot3" [ 5.987223] 0x000000100000-0x000000300000 : "ospi_nand.tispl" [ 5.994056] 0x000000300000-0x000000700000 : "ospi_nand.u-boot" [ 6.001464] 0x000000700000-0x000000740000 : "ospi_nand.env" [ 6.007691] 0x000000740000-0x000000780000 : "ospi_nand.env.backup" [ 6.014553] 0x000002000000-0x000007fc0000 : "ospi_nand.rootfs" [ 6.044190] 0x000007fc0000-0x000008000000 : "ospi_nand.phypattern" [ 6.051112] cadence-qspi 47040000.spi: Pattern not found. Skipping calibration. [ 6.058787] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000 [ 6.106604] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 [ 6.117421] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867 [ 6.125744] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4 [ 6.132959] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64, Policers 8 [ 6.140363] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1 [ 6.157034] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48 [ 6.166780] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000 [ 6.179578] am65-cpsw-nuss c200000.ethernet: Use random MAC address [ 6.218615] davinci_mdio c200f00.mdio: davinci mdio revision 9.7, bus freq 1000000 [ 6.229441] davinci_mdio c200f00.mdio: phy[0]: device c200f00.mdio:00, driver TI DP83867 [ 6.237609] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4 [ 6.244737] am65-cpsw-nuss c200000.ethernet: ALE Table size 64, Policers 8 [ 6.252060] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0 [ 6.268605] am65-cpsw-nuss c200000.ethernet: set new flow-id-base 82 [ 6.278799] clk: Disabling unused clocks [ 6.279209] mmc1: CQHCI version 5.10 [ 6.296741] PM: genpd: Disabling unused power domains [ 6.301896] ALSA device list: [ 6.304946] No soundcards found. [ 7.801569] sdhci-am654 4fb0000.mmc: Power on failed [ 7.837101] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit [ 7.844749] Waiting for root device PARTUUID=076c4a2a-02... CTRL-A Z for help | 115200 8N1 | NOR | Minicom 2.9 | VT102 | Offline | ttyUSB0