Hi,
this seems to be a common issue.
Nonetheless, I could not find any suitable fix.
But first things first.
I have followed the guidelines to assemble a bootable Linux image that I could deploy to an SD card:
- Bootloader and firmware: using the build.sh script from this repo and deployed following the guidelines
- Kernel, device tree, overlays and extlinux.conf: following the guidelines
- rootfs: following the guidelines
I’ve flashed the first two to the BOOT partition and the last to the rootfs.
Then, I inserted the SD Card and powered up the board while pressing the BOOT button, and this is the result I get:
U-Boot SPL 2021.01-gea96725b (Sep 02 2023 - 15:57:35 +0000)
Model: BeagleBoard.org BeagleBone AI-64 R5
EEPROM not available at 0x50, trying to read at 0x51
Board: BBONEAI-64-B0- rev B0
SYSFW ABI: 3.1 (firmware rev 0x0008 ‘8.6.3–v08.06.03 (Chill Capybar’)
Trying to boot from MMC1
init_env from device 17 not supported!
Starting ATF on ARM64 core…NOTICE: BL31: v2.9(release):v2.9.0
NOTICE: BL31: Built : 15:57:35, Sep 2 2023
I/TC:
I/TC: OP-TEE version: 3.22.0 (gcc version 10.2.1 20210110 (Debian 10.2.1-6)) #1 Sat Sep 2 15:57:35 UTC 2023 aarch64
I/TC: WARNING: This OP-TEE configuration might be insecure!
I/TC: WARNING: Please check Porting guidelines — OP-TEE documentation documentation
I/TC: Primary CPU initializing
I/TC: SYSFW ABI: 3.1 (firmware rev 0x0008 ‘8.6.3–v08.06.03 (Chill Capybar’)
I/TC: HUK Initialized
I/TC: Activated SA2UL device
I/TC: Fixing SA2UL firewall owner for GP device
I/TC: Enabled firewalls for SA2UL TRNG device
I/TC: SA2UL TRNG initialized
I/TC: SA2UL Drivers initialized
I/TC: Primary CPU switching to normal world bootU-Boot SPL 2021.01-gea96725b (Sep 02 2023 - 15:57:35 +0000)
Model: Texas Instruments K3 J721E SoC
Board: BBONEAI-64-B0- rev B0
SYSFW ABI: 3.1 (firmware rev 0x0008 ‘8.6.3–v08.06.03 (Chill Capybar’)
ti_i2c_eeprom_am6_parse_record: Ignoring record id 17
Trying to boot from MMC1U-Boot 2021.01-gea96725b (Sep 02 2023 - 15:57:35 +0000)
SoC: J721E SR1.1 GP
Model: Texas Instruments K3 J721E SoC
Board: BBONEAI-64-B0- rev B0
DRAM: 4 GiB
Flash: 0 Bytes
MMC: sdhci@4f80000: 0, sdhci@4fb0000: 1
Loading Environment from FAT… *** Warning - bad CRC, using default environmentIn: serial@2800000
Out: serial@2800000
Err: serial@2800000
am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA00101 cpsw_ver: 0x6BA80100 ale_ver: 0x00293904 Ports:1 mdio_freq:1000000
ti_i2c_eeprom_am6_parse_record: Ignoring record id 17
Net: eth0: ethernet@46000000port@1
Press SPACE to abort autoboot in 2 seconds
board_name=[BBONEAI-64-B0-] …
name_fdt=[k3-j721e-beagleboneai64.dtb] …
i2c_write: error waiting for data ACK (status=0x116)
pca953x gpio@22: Error reading output register
switch to partitions #0, OK
mmc1 is current device
Scanning mmc 1:1…
Found /extlinux/extlinux.conf
Retrieving file: /extlinux/extlinux.conf
171 bytes read in 8 ms (20.5 KiB/s)
1:Linux microSD
Retrieving file: /Image
29323776 bytes read in 1222 ms (22.9 MiB/s)
append: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0
Retrieving file: /k3-j721e-beagleboneai64.dtb
205872 bytes read in 16 ms (12.3 MiB/s)Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Loading Device Tree to 000000008ffca000, end 000000008ffff42f … OKStarting kernel …
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 5.10.162 (zmp-ubuntu@zmp-ubuntu-qemu) (aarch64-linux-gnu-gcc (Ubuntu 12.3.0-1ubuntu1~23.04) 12.3.0, GNU ld (GNU Binutils for Ubuntu) 2.40) #1 SMP Thu Oct 12 21:38:22 WEST 2023
[ 0.000000] Machine model: BeagleBoard.org BeagleBone AI-64
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options ‘’)
[ 0.000000] printk: bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-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 vision-apps-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 vision-apps-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 vision-apps-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 vision-apps-r5f-dma-memory@a2000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 31 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a2100000, 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 vision-apps-r5f-dma-memory@a4000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 31 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a4100000, 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 vision-apps-r5f-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 vision-apps-r5f-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 vision-apps-r5f-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 vision-apps-r5f-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 vision-apps-c66-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 vision-apps-c66-memory@a8100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a9000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-c66-dma-memory@a9000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a9100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-c66-memory@a9100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000aa000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-c71-dma-memory@aa000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000aa100000, size 79 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-c71-memory@aa100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000b2000000, size 96 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-dma-memory@b2000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: initialized node vision_apps_shared-memories, compatible id dma-heap-carveout
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000d8000000, size 560 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-core-heap-memory-lo@d8000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000fb000000, size 8 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-virtual-eth-queues@fb000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000fb800000, size 24 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-virtual-eth-buffers@fb800000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x0000000880000000, size 256 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-core-heap-memory-hi@880000000, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x00000008ffffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000009e7fffff]
[ 0.000000] node 0: [mem 0x000000009e800000-0x00000000aeffffff]
[ 0.000000] node 0: [mem 0x00000000af000000-0x00000000afffffff]
[ 0.000000] node 0: [mem 0x00000000b0000000-0x00000000b7ffffff]
[ 0.000000] node 0: [mem 0x00000000b8000000-0x00000000d7ffffff]
[ 0.000000] node 0: [mem 0x00000000d8000000-0x00000000fcffffff]
[ 0.000000] node 0: [mem 0x00000000fd000000-0x00000000ffffffff]
[ 0.000000] node 0: [mem 0x0000000880000000-0x000000088fffffff]
[ 0.000000] node 0: [mem 0x0000000890000000-0x00000008ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
[ 0.000000] cma: Reserved 144 MiB at 0x0000000095800000
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.2
[ 0.000000] percpu: Embedded 32 pages/cpu s92952 r8192 d29928 u131072
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: EL2 vector hardening
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] CPU features: detected: Spectre-BHB
[ 0.000000] CPU features: detected: ARM erratum 1742098
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1032192
[ 0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:on, heap free:off
[ 0.000000] software IO TLB: mapped [mem 0x0000000091800000-0x0000000095800000] (64MB)
[ 0.000000] Memory: 2078756K/4194304K available (17088K kernel code, 2268K rwdata, 5356K rodata, 3776K init, 723K bss, 1968092K reserved, 147456K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 960 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] GICv3: Distributor has no Range Selector support
[ 0.000000] GICv3: 16 PPIs implemented
[ 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 @890800000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x00000008900d0000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000008900e0000
[ 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.000002] sched_clock: 56 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.008526] Console: colour dummy device 80x25
[ 0.013092] Calibrating delay loop (skipped), value calculated using timer frequency… 400.00 BogoMIPS (lpj=800000)
[ 0.023762] pid_max: default: 32768 minimum: 301
[ 0.028617] LSM: Security Framework initializing
[ 0.033355] Yama: becoming mindful.
[ 0.036982] AppArmor: AppArmor initialized
[ 0.041168] TOMOYO Linux initialized
[ 0.044889] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.052467] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.061578] rcu: Hierarchical SRCU implementation.
[ 0.067104] Platform MSI: msi-controller@1820000 domain created
[ 0.073563] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.082946] EFI services will not be available.
[ 0.087834] smp: Bringing up secondary CPUs …
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.101150] Detected PIPT I-cache on CPU1
[ 0.101174] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.101184] GICv3: CPU1: using allocated LPI pending table @0x00000008900f0000
[ 0.101219] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.101277] smp: Brought up 1 node, 2 CPUs
[ 0.130618] SMP: Total of 2 processors activated.
[ 0.135421] CPU features: detected: 32-bit EL0 Support
[ 0.140668] CPU features: detected: CRC32 instructions
[ 0.145916] CPU features: detected: 32-bit EL1 Support
[ 0.170595] CPU: All CPU(s) started at EL2
[ 0.174823] alternatives: patching kernel code
[ 0.180047] devtmpfs: initialized
[ 0.195574] KASLR disabled due to lack of seed
[ 0.200268] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.210251] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.219285] pinctrl core: initialized pinctrl subsystem
[ 0.224991] DMI not present or invalid.
[ 0.229298] NET: Registered protocol family 16
[ 0.234574] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.241880] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.249932] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.258047] audit: initializing netlink subsys (disabled)
[ 0.263742] audit: type=2000 audit(0.176:1): state=initialized audit_enabled=0 res=1
[ 0.264029] thermal_sys: Registered thermal governor ‘fair_share’
[ 0.271662] thermal_sys: Registered thermal governor ‘bang_bang’
[ 0.277887] thermal_sys: Registered thermal governor ‘step_wise’
[ 0.284023] thermal_sys: Registered thermal governor ‘user_space’
[ 0.290157] thermal_sys: Registered thermal governor ‘power_allocator’
[ 0.297041] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.310684] ASID allocator initialised with 65536 entries
[ 0.340880] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.347738] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.354591] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.361438] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.369261] cryptd: max_cpu_qlen set to 1000
[ 0.375373] raid6: skip pq benchmark and using algorithm neonx8
[ 0.381437] raid6: using neon recovery algorithm
[ 0.386657] k3-chipinfo 43000014.chipid: Family:J721E rev:SR2.0 JTAGID[0x1bb6402f] Detected
[ 0.395476] vsys_3v3: supplied by evm_12v0
[ 0.399835] vsys_5v0: supplied by evm_12v0
[ 0.404450] iommu: Default domain type: Translated
[ 0.409731] SCSI subsystem initialized
[ 0.413664] usbcore: registered new interface driver usbfs
[ 0.419304] usbcore: registered new interface driver hub
[ 0.424743] usbcore: registered new device driver usb
[ 0.430319] mc: Linux media interface: v0.10
[ 0.434697] videodev: Linux video capture interface: v2.00
[ 0.440339] pps_core: LinuxPPS API ver. 1 registered
[ 0.445410] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 0.454747] PTP clock support registered
[ 0.458766] EDAC MC: Ver: 3.0.0
[ 0.462999] NetLabel: Initializing
[ 0.466471] NetLabel: domain hash size = 128
[ 0.470924] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.476731] NetLabel: unlabeled traffic allowed by default
[ 0.482774] clocksource: Switched to clocksource arch_sys_counter
[ 0.803009] VFS: Disk quotas dquot_6.6.0
[ 0.807067] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.814179] FS-Cache: Loaded
[ 0.817325] CacheFiles: Loaded
[ 0.820727] AppArmor: AppArmor Filesystem Enabled
[ 0.829086] Carveout Heap: Exported 512 MiB at 0x00000000b8000000
[ 0.835429] NET: Registered protocol family 2
[ 0.840190] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.848871] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.857879] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.866317] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[ 0.874071] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.881018] MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
[ 0.888702] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.895638] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.903079] NET: Registered protocol family 1
[ 0.907984] RPC: Registered named UNIX socket transport module.
[ 0.914049] RPC: Registered udp transport module.
[ 0.918854] RPC: Registered tcp transport module.
[ 0.923658] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.930239] NET: Registered protocol family 44
[ 0.934784] PCI: CLS 0 bytes, default 64
[ 0.939254] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.947937] kvm [1]: IPA Size Limit: 44 bits
[ 0.952678] kvm [1]: vgic-v2@6f020000
[ 0.956440] kvm [1]: GIC system register CPU interface enabled
[ 0.962437] kvm [1]: vgic interrupt IRQ9
[ 0.966507] kvm [1]: Hyp mode initialized successfully
[ 0.973995] Initialise system trusted keyrings
[ 0.978634] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.987414] zbud: loaded
[ 0.991095] NFS: Registering the id_resolver key type
[ 0.996311] Key type id_resolver registered
[ 1.000582] Key type id_legacy registered
[ 1.004724] nfs4filelayout_init: NFSv4 File Layout Driver Registering…
[ 1.011572] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering…
[ 1.019142] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
[ 1.026902] fuse: init (API version 7.32)
[ 1.051046] xor: measuring software checksum speed
[ 1.057211] 8regs : 7799 MB/sec
[ 1.062745] 32regs : 9061 MB/sec
[ 1.068416] arm64_neon : 8044 MB/sec
[ 1.072863] xor: using function: 32regs (9061 MB/sec)
[ 1.078026] Key type asymmetric registered
[ 1.082213] Asymmetric key parser ‘x509’ registered
[ 1.087217] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[ 1.094850] io scheduler mq-deadline registered
[ 1.101113] pinctrl-single 4301c000.pinctrl: 94 pins, size 376
[ 1.107371] pinctrl-single 11c000.pinctrl: 173 pins, size 692
[ 1.116706] ti-pat 31010000.pat: Found PAT Rev 1.0 with 16384 pages
[ 1.123139] debugfs: Directory ‘31010000.pat’ with parent ‘regmap’ already present!
[ 1.131167] ti-pat 31011000.pat: Found PAT Rev 1.0 with 16384 pages
[ 1.137597] debugfs: Directory ‘31011000.pat’ with parent ‘regmap’ already present!
[ 1.145547] ti-pat 31012000.pat: Found PAT Rev 1.0 with 16384 pages
[ 1.151968] debugfs: Directory ‘31012000.pat’ with parent ‘regmap’ already present!
[ 1.159943] ti-pat 31013000.pat: Found PAT Rev 1.0 with 2048 pages
[ 1.166267] debugfs: Directory ‘31013000.pat’ with parent ‘regmap’ already present!
[ 1.174230] ti-pat 31014000.pat: Found PAT Rev 1.0 with 2048 pages
[ 1.180564] debugfs: Directory ‘31014000.pat’ with parent ‘regmap’ already present!
[ 1.190551] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
[ 1.199307] arm-smmu-v3 36600000.iommu: ias 48-bit, oas 48-bit (features 0x00001faf)
[ 1.207520] arm-smmu-v3 36600000.iommu: allocated 65536 entries for cmdq
[ 1.214564] arm-smmu-v3 36600000.iommu: allocated 32768 entries for evtq
[ 1.223082] arm-smmu-v3 36600000.iommu: msi_domain absent - falling back to wired irqs
[ 1.236126] brd: module loaded
[ 1.366819] loop: module loaded
[ 1.370738] megasas: 07.714.04.00-rc1
[ 1.377186] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 1.383621] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 1.389709] sky2: driver version 1.30
[ 1.394127] VFIO - User Level meta-driver version: 0.3
[ 1.399898] ehci_hcd: USB 2.0 ‘Enhanced’ Host Controller (EHCI) Driver
[ 1.406618] ehci-pci: EHCI PCI platform driver
[ 1.411507] usbcore: registered new interface driver uas
[ 1.416965] usbcore: registered new interface driver usb-storage
[ 1.423890] i2c /dev entries driver
[ 1.427588] Driver for 1-wire Dallas network protocol.
[ 1.432867] DS1WM w1 busmaster driver - (c) 2004 Szabolcs Gyurko
[ 1.439916] sdhci: Secure Digital Host Controller Interface driver
[ 1.446234] sdhci: Copyright(c) Pierre Ossman
[ 1.450872] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.459163] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.465521] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping …
[ 1.472272] hid: raw HID events driver (C) Jiri Kosina
[ 1.477629] usbcore: registered new interface driver usbhid
[ 1.483323] usbhid: USB HID core driver
[ 1.487724] optee: probing for conduit method.
I/TC: Reserved shared memory is enabled
I/TC: Dynamic shared memory is enabled
I/TC: Normal World virtualization support is disabled
I/TC: Asynchronous notifications are disabled
[ 1.492284] optee: revision 3.22 (001ace66)
[ 1.508704] optee: dynamic shared memory is enabled
[ 1.518177] optee: initialized driver
[ 1.523081] drop_monitor: Initializing network drop monitor service
[ 1.529879] NET: Registered protocol family 10
[ 1.536005] Segment Routing with IPv6
[ 1.539803] mip6: Mobile IPv6
[ 1.542841] NET: Registered protocol family 17
[ 1.547490] Key type dns_resolver registered
[ 1.551879] mpls_gso: MPLS GSO support
[ 1.555903] registered taskstats version 1
[ 1.560091] Loading compiled-in X.509 certificates
[ 1.565056] zswap: loaded using pool lzo/zbud
[ 1.569641] Key type .fscrypt registered
[ 1.573678] Key type fscrypt-provisioning registered
[ 1.582552] Btrfs loaded, crc32c=crc32c-generic
[ 1.587271] AppArmor: AppArmor sha1 policy hashing enabled
[ 1.601140] ti-sci 44083000.dmsc: ABI: 3.1 (firmware rev 0x0008 ‘8.6.3–v08.06.03 (Chill Capybar’)
[ 1.661768] omap_i2c 40b00000.i2c: bus 0 rev0.12 at 100 kHz
[ 1.667962] omap_i2c 40b10000.i2c: bus 1 rev0.12 at 100 kHz
[ 1.674468] at24 2-0050: supply vcc not found, using dummy regulator
[ 1.702913] at24 2-0050: 512 byte 24c04 EEPROM, writable, 1 bytes/write
[ 1.709707] omap_i2c 42120000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.716012] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz
[ 1.722748] omap_i2c 2010000.i2c: bus 4 rev0.12 at 400 kHz
[ 1.729008] omap_i2c 2030000.i2c: bus 5 rev0.12 at 400 kHz
[ 1.735170] omap_i2c 2050000.i2c: bus 6 rev0.12 at 400 kHz
[ 1.741607] ti-sci-intr bus@100000:bus@28380000:interrupt-controller2: Interrupt Router 137 domain created
[ 1.751590] ti-sci-intr bus@100000:interrupt-controller0: Interrupt Router 131 domain created
[ 1.760406] ti-sci-intr bus@100000:main-navss:interrupt-controller1: Interrupt Router 213 domain created
[ 1.770284] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created
[ 1.794861] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[ 1.802530] j721e-pcie 2910000.pcie: IO 0x0018001000…0x0018010fff → 0x0018001000
[ 1.810807] j721e-pcie 2910000.pcie: MEM 0x0018011000…0x001fffffff → 0x0018011000
[ 1.819084] j721e-pcie 2910000.pcie: IB MEM 0x0000000000…0xffffffffffff → 0x0000000000
[ 1.828476] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235
[ 1.838364] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.845125] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[ 1.854435] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211
[ 1.864591] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.871351] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[ 1.879401] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 15, base_baud = 6000000) is a 8250
[ 1.888886] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 30, base_baud = 3000000) is a 8250
[ 1.897639] printk: console [ttyS2] enabled
[ 1.897639] printk: console [ttyS2] enabled
[ 1.906077] printk: bootconsole [ns16550a0] disabled
[ 1.906077] printk: bootconsole [ns16550a0] disabled
[ 1.916606] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 31, base_baud = 3000000) is a 8250
[ 1.925616] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 32, base_baud = 3000000) is a 8250
[ 1.936658] cdns-mhdp8546 a000000.dp-bridge: Direct firmware load for cadence/mhdp8546.bin failed with error -2
[ 1.946755] cdns-mhdp8546 a000000.dp-bridge: cdns_mhdp_fw_cb: No firmware.
[ 1.956138] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 0
[ 1.963305] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
[ 1.976190] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 2.022778] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 2.031304] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 2.039623] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
[ 2.052435] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 2.059642] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 2.065994] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:0
[ 2.076321] davinci_mdio c000f00.mdio: Configuring MDIO in manual mode
[ 2.122777] davinci_mdio c000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 2.130333] davinci_mdio c000f00.mdio: no live phy, scanning all
[ 2.149058] davinci_mdio c000f00.mdio: phy[0]: device c000f00.mdio:00, driver unknown
[ 2.156905] davinci_mdio c000f00.mdio: phy[1]: device c000f00.mdio:01, driver unknown
[ 2.164719] davinci_mdio c000f00.mdio: phy[2]: device c000f00.mdio:02, driver unknown
[ 2.172530] davinci_mdio c000f00.mdio: phy[3]: device c000f00.mdio:03, driver unknown
[ 2.180342] davinci_mdio c000f00.mdio: phy[4]: device c000f00.mdio:04, driver unknown
[ 2.188158] davinci_mdio c000f00.mdio: phy[5]: device c000f00.mdio:05, driver unknown
[ 2.195970] davinci_mdio c000f00.mdio: phy[6]: device c000f00.mdio:06, driver unknown
[ 2.203782] davinci_mdio c000f00.mdio: phy[7]: device c000f00.mdio:07, driver unknown
[ 2.211594] davinci_mdio c000f00.mdio: phy[8]: device c000f00.mdio:08, driver unknown
[ 2.219405] davinci_mdio c000f00.mdio: phy[9]: device c000f00.mdio:09, driver unknown
[ 2.227217] davinci_mdio c000f00.mdio: phy[10]: device c000f00.mdio:0a, driver unknown
[ 2.235114] davinci_mdio c000f00.mdio: phy[11]: device c000f00.mdio:0b, driver unknown
[ 2.243012] davinci_mdio c000f00.mdio: phy[12]: device c000f00.mdio:0c, driver unknown
[ 2.250910] davinci_mdio c000f00.mdio: phy[13]: device c000f00.mdio:0d, driver unknown
[ 2.258811] davinci_mdio c000f00.mdio: phy[14]: device c000f00.mdio:0e, driver unknown
[ 2.266709] davinci_mdio c000f00.mdio: phy[15]: device c000f00.mdio:0f, driver unknown
[ 2.274606] davinci_mdio c000f00.mdio: phy[16]: device c000f00.mdio:10, driver unknown
[ 2.282503] davinci_mdio c000f00.mdio: phy[17]: device c000f00.mdio:11, driver unknown
[ 2.290400] davinci_mdio c000f00.mdio: phy[18]: device c000f00.mdio:12, driver unknown
[ 2.298297] davinci_mdio c000f00.mdio: phy[19]: device c000f00.mdio:13, driver unknown
[ 2.306194] davinci_mdio c000f00.mdio: phy[20]: device c000f00.mdio:14, driver unknown
[ 2.314093] davinci_mdio c000f00.mdio: phy[21]: device c000f00.mdio:15, driver unknown
[ 2.321990] davinci_mdio c000f00.mdio: phy[22]: device c000f00.mdio:16, driver unknown
[ 2.329888] davinci_mdio c000f00.mdio: phy[23]: device c000f00.mdio:17, driver unknown
[ 2.337785] davinci_mdio c000f00.mdio: phy[24]: device c000f00.mdio:18, driver unknown
[ 2.345682] davinci_mdio c000f00.mdio: phy[25]: device c000f00.mdio:19, driver unknown
[ 2.353579] davinci_mdio c000f00.mdio: phy[26]: device c000f00.mdio:1a, driver unknown
[ 2.361477] davinci_mdio c000f00.mdio: phy[27]: device c000f00.mdio:1b, driver unknown
[ 2.369374] davinci_mdio c000f00.mdio: phy[28]: device c000f00.mdio:1c, driver unknown
[ 2.377272] davinci_mdio c000f00.mdio: phy[29]: device c000f00.mdio:1d, driver unknown
[ 2.385170] davinci_mdio c000f00.mdio: phy[30]: device c000f00.mdio:1e, driver unknown
[ 2.393066] davinci_mdio c000f00.mdio: phy[31]: device c000f00.mdio:1f, driver unknown
[ 2.401032] am65-cpsw-nuss c000000.ethernet: initializing am65 cpsw nuss version 0x6BA01901, cpsw version 0x6BA80101 Ports: 9 quirks:00000000
[ 2.413711] am65-cpsw-nuss c000000.ethernet: /bus@100000/ethernet@c000000/ethernet-ports/port@1 error retrieving port phy: -19
[ 2.427235] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0
[ 2.439078] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 2.444587] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[ 2.452333] xhci-hcd xhci-hcd.0.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000010010
[ 2.461722] xhci-hcd xhci-hcd.0.auto: irq 232, io mem 0x06410000
[ 2.467905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[ 2.476157] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.483369] usb usb1: Product: xHCI Host Controller
[ 2.488237] usb usb1: Manufacturer: Linux 5.10.162 xhci-hcd
[ 2.493793] usb usb1: SerialNumber: xhci-hcd.0.auto
[ 2.498901] hub 1-0:1.0: USB hub found
[ 2.502653] hub 1-0:1.0: 1 port detected
[ 2.506730] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 2.512212] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
[ 2.519857] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
[ 2.526413] usb usb2: We don’t know the algorithms for LPM for this host, disabling LPM.
[ 2.534549] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[ 2.542795] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.549999] usb usb2: Product: xHCI Host Controller
[ 2.554863] usb usb2: Manufacturer: Linux 5.10.162 xhci-hcd
[ 2.560430] usb usb2: SerialNumber: xhci-hcd.0.auto
[ 2.565496] hub 2-0:1.0: USB hub found
[ 2.569250] hub 2-0:1.0: 1 port detected
[ 2.676181] mmc0: CQHCI version 5.10
[ 2.685047] gpio gpiochip2: gpio-line-names is length 37 but should be at most length 36
[ 2.693950] vdd_mmc1: supplied by vsys_3v3
[ 2.699080] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100
[ 2.705956] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100
[ 2.712799] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100
[ 2.715377] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 2.719648] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100
[ 2.733647] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100
[ 2.743988] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[ 2.751499] j721e-pcie 2910000.pcie: IO 0x0018001000…0x0018010fff → 0x0018001000
[ 2.759581] j721e-pcie 2910000.pcie: MEM 0x0018011000…0x001fffffff → 0x0018011000
[ 2.762786] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[ 2.767662] j721e-pcie 2910000.pcie: IB MEM 0x0000000000…0xffffffffffff → 0x0000000000
[ 2.839657] mmc0: Command Queue Engine enabled
[ 2.844101] mmc0: new HS200 MMC card at address 0001
[ 2.849437] mmcblk0: mmc0:0001 TB2916 14.6 GiB
[ 2.854094] mmcblk0boot0: mmc0:0001 TB2916 partition 1 4.00 MiB
[ 2.860102] mmcblk0boot1: mmc0:0001 TB2916 partition 2 4.00 MiB
[ 2.866111] mmcblk0rpmb: mmc0:0001 TB2916 partition 3 4.00 MiB, chardev (236:0)
[ 2.874431] mmcblk0: p1 p2
[ 2.927139] usb 1-1: New USB device found, idVendor=0451, idProduct=8142, bcdDevice= 1.00
[ 2.935307] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[ 2.942426] usb 1-1: SerialNumber: BC0A0841A4CD
[ 2.947414] hub 1-1:1.0: USB hub found
[ 2.951179] hub 1-1:1.0: 4 ports detected
[ 3.054796] usb 2-1: new SuperSpeed Gen 1 USB device number 2 using xhci-hcd
[ 3.079010] usb 2-1: New USB device found, idVendor=0451, idProduct=8140, bcdDevice= 1.00
[ 3.087172] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.094754] hub 2-1:1.0: USB hub found
[ 3.098520] hub 2-1:1.0: 4 ports detected
[ 3.778949] j721e-pcie 2910000.pcie: PCI host bridge to bus 0000:00
[ 3.785212] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 3.790687] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x18001000-0x18010fff])
[ 3.800145] pci_bus 0000:00: root bus resource [mem 0x18011000-0x1fffffff]
[ 3.807029] pci 0000:00:00.0: [104c:b00d] type 01 class 0x060400
[ 3.813022] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[ 3.822717] pci 0000:00:00.0: supports D1
[ 3.826715] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 3.836105] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 3.847806] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 3.854420] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 3.859706] pcieport 0000:00:00.0: PME: Signaling with IRQ 506
[ 3.865720] pcieport 0000:00:00.0: AER: enabled with IRQ 506
[ 3.872389] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[ 3.883462] ti-udma 31150000.dma-controller: Channels: 122 (tchan: 61, rchan: 61, gp-rflow: 16)
[ 3.898667] spi-nor spi11.0: unrecognized JEDEC id bytes: ff ff ff ff ff ff
[ 3.905636] spi-nor: probe of spi11.0 failed with error -2
[ 3.914140] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 3.958785] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 3.967279] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 3.975601] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
[ 3.988418] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 3.995624] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 4.001961] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:0
[ 4.012354] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 4.750989] mmc1: CQHCI version 5.10
[ 4.751102] debugfs: Directory ‘pd:27’ with parent ‘pm_genpd’ already present!
[ 4.761793] debugfs: Directory ‘pd:26’ with parent ‘pm_genpd’ already present!
[ 4.770359] debugfs: Directory ‘pd:242’ with parent ‘pm_genpd’ already present!
[ 4.777691] debugfs: Directory ‘pd:241’ with parent ‘pm_genpd’ already present!
[ 4.785007] debugfs: Directory ‘pd:240’ with parent ‘pm_genpd’ already present!
[ 4.792312] debugfs: Directory ‘pd:239’ with parent ‘pm_genpd’ already present!
[ 4.800818] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[ 4.807750] of_cfs_init
[ 4.810203] of_cfs_init: OK
[ 5.817510] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 5.825259] Waiting for root device /dev/mmcblk1p2…
[ 5.880152] mmc1: error -110 whilst initialising SD card
[ 6.076693] mmc1: error -110 whilst initialising SD card
[ 6.267619] mmc1: error -110 whilst initialising SD card
[ 6.464185] mmc1: error -110 whilst initialising SD card
[ 79.773788] mmc1: error -110 whilst initialising SD card
[ 79.967272] mmc1: error -110 whilst initialising SD card
U-Boot manages to load the kernel, but fails when loading the rootfs from the SD card.
Kernel: 5.10.162
Other things I tried:
- Flashing to different SD cards
- Using a different filesystem (Index of /rootfs/bb.org/testing/2023-03-10/bullseye-minimal-arm64)