Skip to content

Instantly share code, notes, and snippets.

@nmenon

nmenon/am64-evm Secret

Created January 31, 2024 14:38
Show Gist options
  • Save nmenon/3ac694aaaba31b099a5aaf1d56c7c974 to your computer and use it in GitHub Desktop.
Save nmenon/3ac694aaaba31b099a5aaf1d56c7c974 to your computer and use it in GitHub Desktop.
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 6.8.0-rc2-next-20240131 (a0133052@eptfinf01) (Ubuntu clang version 14.0.0-++20210915091413+5ec1845cad9e-1~exp1~20210915072217.2675, LLD 14.0.0) #kernel_patch_verify_build SMP PREEMPT Wed Jan 31 13:30:27 UTC 2
[ 0.000000] KASLR disabled due to lack of seed
[ 0.000000] Machine model: Texas Instruments AM642 EVM
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
[ 0.000000] printk: legacy bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 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] OF: reserved mem: 0x00000000a5000000..0x00000000a57fffff (8192 KiB) nomap non-reusable ipc-memories@a5000000
[ 0.000000] NUMA: No NUMA configuration found
[ 0.000000] NUMA: Faking a node at [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] NUMA: NODE_DATA [mem 0xffbec9c0-0xffbeefff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000009e7fffff]
[ 0.000000] node 0: [mem 0x000000009e800000-0x00000000a3ffffff]
[ 0.000000] node 0: [mem 0x00000000a4000000-0x00000000a4ffffff]
[ 0.000000] node 0: [mem 0x00000000a5000000-0x00000000a57fffff]
[ 0.000000] node 0: [mem 0x00000000a5800000-0x00000000ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] cma: Reserved 32 MiB at 0x00000000fba00000 on node -1
[ 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.4
[ 0.000000] percpu: Embedded 22 pages/cpu s49576 r8192 d32344 u90112
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: ARM erratum 845719
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Kernel command line: console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am64xx-hsevm/autofs/385411275648e64aee1723d47818deaa,nolock,v3,tcp,rsize=4096,wsize=4096
[ 0.000000] sysrq: sysrq always enabled.
[ 0.000000] Unknown kernel command line parameters "earlyprintk=serial,ttyS2,115200n8", will be passed to user space.
[ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.000000] Fallback order for Node 0: 0
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 516096
[ 0.000000] Policy zone: DMA
[ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[ 0.000000] software IO TLB: SWIOTLB bounce buffer size adjusted to 2MB
[ 0.000000] software IO TLB: area num 2.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fb600000-0x00000000fb800000] (2MB)
[ 0.000000] Memory: 1900728K/2097152K available (14720K kernel code, 1386K rwdata, 5040K rodata, 1152K init, 550K bss, 163656K reserved, 32768K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] Unable to handle kernel paging request at virtual address ffff00002000f440
[ 0.000000] Mem abort info:
[ 0.000000] ESR = 0x0000000096000006
[ 0.000000] EC = 0x25: DABT (current EL), IL = 32 bits
[ 0.000000] SET = 0, FnV = 0
[ 0.000000] EA = 0, S1PTW = 0
[ 0.000000] FSC = 0x06: level 2 translation fault
[ 0.000000] Data abort info:
[ 0.000000] ISV = 0, ISS = 0x00000006, ISS2 = 0x00000000
[ 0.000000] CM = 0, WnR = 0, TnD = 0, TagAccess = 0
[ 0.000000] GCS = 0, Overlay = 0, DirtyBit = 0, Xs = 0
[ 0.000000] swapper pgtable: 4k pages, 48-bit VAs, pgdp=0000000083369000
[ 0.000000] [ffff00002000f440] pgd=18000000ffff8003, p4d=18000000ffff8003, pud=18000000ffff7003, pmd=0000000000000000
[ 0.000000] Internal error: Oops: 0000000096000006 [#1] PREEMPT SMP
[ 0.000000] Modules linked in:
[ 0.000000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 6.8.0-rc2-next-20240131 #kernel_patch_verify_build
[ 0.000000] Hardware name: Texas Instruments AM642 EVM (DT)
[ 0.000000] pstate: 600000c5 (nZCv daIF -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[ 0.000000] pc : wq_update_node_max_active+0x4c/0x190
[ 0.000000] lr : apply_wqattrs_commit+0x154/0x174
[ 0.000000] sp : ffff800081493c90
[ 0.000000] x29: ffff800081493ca0 x28: ffff80008149d660 x27: ffff800080e8e598
[ 0.000000] x26: ffff800081499a60 x25: ffff800081499000 x24: ffffffffffffffff
[ 0.000000] x23: ffff8000812e4000 x22: 0000000000000200 x21: 0000000000000008
[ 0.000000] x20: ffff800081499a60 x19: ffff000000010600 x18: ffff800080eacac4
[ 0.000000] x17: 0000000000000000 x16: ffff00007fbecb90 x15: fffffffffffffff0
[ 0.000000] x14: 0000000000000003 x13: ffff000000012e80 x12: ffff000000013080
[ 0.000000] x11: ffff000000010600 x10: 000000001fffffff x9 : 00000000ffffffff
[ 0.000000] x8 : 000000001ffffff8 x7 : 0000000000000000 x6 : 000000000000003f
[ 0.000000] x5 : 0000000000000040 x4 : 0000000000000000 x3 : 0000000000000002
[ 0.000000] x2 : 0000000000000002 x1 : 00000000ffffffff x0 : ffff00000000f448
[ 0.000000] Call trace:
[ 0.000000] wq_update_node_max_active+0x4c/0x190
[ 0.000000] apply_wqattrs_commit+0x154/0x174
[ 0.000000] apply_workqueue_attrs+0x70/0xb4
[ 0.000000] alloc_workqueue+0x4a4/0x758
[ 0.000000] workqueue_init_early+0x424/0x510
[ 0.000000] start_kernel+0x170/0x380
[ 0.000000] __primary_switched+0xb8/0xc0
[ 0.000000] Code: b9409815 b9409416 9100a100 927d6548 (f8686808)
[ 0.000000] ---[ end trace 0000000000000000 ]---
[ 0.000000] Kernel panic - not syncing: Attempted to kill the idle task!
[ 0.000000] ---[ end Kernel panic - not syncing: Attempted to kill the idle task! ]---
- 07:56:41 [INFO] Boot attempt 1/1 failed
- 07:56:41 [INFO] Collecting kernel traces via sysrq...
- 07:56:51 [INFO]
- 07:57:01 [INFO]
- 07:57:11 [INFO]
- 07:57:11 [INFO] Disconnected serial from am64xx-hsevm
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 6.8.0-rc2-next-20240131 (a0133052@eptfinf01) (Ubuntu clang version 14.0.0-++20210915091413+5ec1845cad9e-1~exp1~20210915072217.2675, LLD 14.0.0) #kernel_patch_verify_build SMP PREEMPT Wed Jan 31 13:30:27 UTC 2
[ 0.000000] KASLR disabled due to lack of seed
[ 0.000000] Machine model: Texas Instruments AM642 SK
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
[ 0.000000] printk: legacy bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 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] OF: reserved mem: 0x00000000a5000000..0x00000000a57fffff (8192 KiB) nomap non-reusable ipc-memories@a5000000
[ 0.000000] NUMA: No NUMA configuration found
[ 0.000000] NUMA: Faking a node at [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] NUMA: NODE_DATA [mem 0xffbec9c0-0xffbeefff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000009e7fffff]
[ 0.000000] node 0: [mem 0x000000009e800000-0x00000000a3ffffff]
[ 0.000000] node 0: [mem 0x00000000a4000000-0x00000000a4ffffff]
[ 0.000000] node 0: [mem 0x00000000a5000000-0x00000000a57fffff]
[ 0.000000] node 0: [mem 0x00000000a5800000-0x00000000ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] cma: Reserved 32 MiB at 0x00000000fba00000 on node -1
[ 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 22 pages/cpu s49576 r8192 d32344 u90112
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: ARM erratum 845719
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Kernel command line: console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=10.24.69.48:/opt/NFS_exports/linux/am64xx_sk-fs-00/autofs/385411275648e64aee1723d47818deaa,nolock,v3,tcp,rsize=4096,wsize=4096
[ 0.000000] sysrq: sysrq always enabled.
[ 0.000000] Unknown kernel command line parameters "earlyprintk=serial,ttyS2,115200n8", will be passed to user space.
[ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.000000] Fallback order for Node 0: 0
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 516096
[ 0.000000] Policy zone: DMA
[ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[ 0.000000] software IO TLB: SWIOTLB bounce buffer size adjusted to 2MB
[ 0.000000] software IO TLB: area num 2.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fb600000-0x00000000fb800000] (2MB)
[ 0.000000] Memory: 1900732K/2097152K available (14720K kernel code, 1386K rwdata, 5040K rodata, 1152K init, 550K bss, 163652K reserved, 32768K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] Unable to handle kernel paging request at virtual address ffff00002000f440
[ 0.000000] Mem abort info:
[ 0.000000] ESR = 0x0000000096000006
[ 0.000000] EC = 0x25: DABT (current EL), IL = 32 bits
[ 0.000000] SET = 0, FnV = 0
[ 0.000000] EA = 0, S1PTW = 0
[ 0.000000] FSC = 0x06: level 2 translation fault
[ 0.000000] Data abort info:
[ 0.000000] ISV = 0, ISS = 0x00000006, ISS2 = 0x00000000
[ 0.000000] CM = 0, WnR = 0, TnD = 0, TagAccess = 0
[ 0.000000] GCS = 0, Overlay = 0, DirtyBit = 0, Xs = 0
[ 0.000000] swapper pgtable: 4k pages, 48-bit VAs, pgdp=0000000083369000
[ 0.000000] [ffff00002000f440] pgd=18000000ffff8003, p4d=18000000ffff8003, pud=18000000ffff7003, pmd=0000000000000000
[ 0.000000] Internal error: Oops: 0000000096000006 [#1] PREEMPT SMP
[ 0.000000] Modules linked in:
[ 0.000000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 6.8.0-rc2-next-20240131 #kernel_patch_verify_build
[ 0.000000] Hardware name: Texas Instruments AM642 SK (DT)
[ 0.000000] pstate: 600000c5 (nZCv daIF -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[ 0.000000] pc : wq_update_node_max_active+0x4c/0x190
[ 0.000000] lr : apply_wqattrs_commit+0x154/0x174
[ 0.000000] sp : ffff800081493c90
[ 0.000000] x29: ffff800081493ca0 x28: ffff80008149d660 x27: ffff800080e8e598
[ 0.000000] x26: ffff800081499a60 x25: ffff800081499000 x24: ffffffffffffffff
[ 0.000000] x23: ffff8000812e4000 x22: 0000000000000200 x21: 0000000000000008
[ 0.000000] x20: ffff800081499a60 x19: ffff000000010600 x18: ffff800080eacac4
[ 0.000000] x17: 0000000000000000 x16: ffff00007fbecb90 x15: fffffffffffffff0
[ 0.000000] x14: 0000000000000003 x13: ffff000000012e80 x12: ffff000000013080
[ 0.000000] x11: ffff000000010600 x10: 000000001fffffff x9 : 00000000ffffffff
[ 0.000000] x8 : 000000001ffffff8 x7 : 0000000000000000 x6 : 000000000000003f
[ 0.000000] x5 : 0000000000000040 x4 : 0000000000000000 x3 : 0000000000000002
[ 0.000000] x2 : 0000000000000002 x1 : 00000000ffffffff x0 : ffff00000000f448
[ 0.000000] Call trace:
[ 0.000000] wq_update_node_max_active+0x4c/0x190
[ 0.000000] apply_wqattrs_commit+0x154/0x174
[ 0.000000] apply_workqueue_attrs+0x70/0xb4
[ 0.000000] alloc_workqueue+0x4a4/0x758
[ 0.000000] workqueue_init_early+0x424/0x510
[ 0.000000] start_kernel+0x170/0x380
[ 0.000000] __primary_switched+0xb8/0xc0
[ 0.000000] Code: b9409815 b9409416 9100a100 927d6548 (f8686808)
[ 0.000000] ---[ end trace 0000000000000000 ]---
[ 0.000000] Kernel panic - not syncing: Attempted to kill the idle task!
[ 0.000000] ---[ end Kernel panic - not syncing: Attempted to kill the idle task! ]---
- 19:25:05 [INFO] Boot attempt 1/1 failed
- 19:25:05 [INFO] Collecting kernel traces via sysrq...
- 19:25:15 [INFO]
- 19:25:26 [INFO]
- 19:25:36 [INFO]
- 19:25:36 [INFO] Disconnected serial from am64xx_sk-fs
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 6.8.0-rc2-next-20240131 (a0133052@eptfinf01) (Ubuntu clang version 14.0.0-++20210915091413+5ec1845cad9e-1~exp1~20210915072217.2675, LLD 14.0.0) #kernel_patch_verify_build SMP PREEMPT Wed Jan 31 13:30:27 UTC 2
[ 0.000000] KASLR disabled due to lack of seed
[ 0.000000] Machine model: Texas Instruments AM654 Base Board
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
[ 0.000000] printk: legacy bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable secure-ddr@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] OF: reserved mem: 0x00000000a2000000..0x00000000a20fffff (1024 KiB) nomap non-reusable ipc-memories@a2000000
[ 0.000000] NUMA: No NUMA configuration found
[ 0.000000] NUMA: Faking a node at [mem 0x0000000080000000-0x00000008ffffffff]
[ 0.000000] NUMA: NODE_DATA [mem 0x8ff7c39c0-0x8ff7c5fff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x00000008ffffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000009e7fffff]
[ 0.000000] node 0: [mem 0x000000009e800000-0x00000000a20fffff]
[ 0.000000] node 0: [mem 0x00000000a2100000-0x00000000ffffffff]
[ 0.000000] node 0: [mem 0x0000000880000000-0x00000008ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
[ 0.000000] cma: Reserved 32 MiB at 0x00000000fe000000 on node -1
[ 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.4
[ 0.000000] percpu: Embedded 22 pages/cpu s49576 r8192 d32344 u90112
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: ARM erratum 845719
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Kernel command line: console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am654x-evm/autofs/7fd7f199f322a5559a189705dadda45b,nolock,v3,tcp,rsize=4096,wsize=4096
[ 0.000000] sysrq: sysrq always enabled.
[ 0.000000] Unknown kernel command line parameters "earlyprintk=serial,ttyS2,115200n8", will be passed to user space.
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] Fallback order for Node 0: 0
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1032192
[ 0.000000] Policy zone: Normal
[ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 4.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fa000000-0x00000000fe000000] (64MB)
[ 0.000000] Memory: 3933284K/4194304K available (14720K kernel code, 1386K rwdata, 5040K rodata, 1152K init, 550K bss, 228252K reserved, 32768K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 960 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: GICv3 features: 16 PPIs
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001880000
[ 0.000000] ITS [mem 0x01820000-0x0182ffff]
[ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
[ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
[ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x0000000880050000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880060000
[ 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.000001] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.008769] Console: colour dummy device 80x25
[ 0.013438] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.024165] pid_max: default: 32768 minimum: 301
[ 0.029005] LSM: initializing lsm=capability,integrity
[ 0.034437] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.042061] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.052582] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.059964] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.068052] rcu: Hierarchical SRCU implementation.
[ 0.072984] rcu: Max phase no-delay instances is 1000.
[ 0.078930] Platform MSI: msi-controller@1820000 domain created
[ 0.085309] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.095007] EFI services will not be available.
[ 0.099994] smp: Bringing up secondary CPUs ...
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
[ 0.113850] Detected VIPT I-cache on CPU1
[ 0.113950] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
[ 0.113973] GICv3: CPU1: using allocated LPI pending table @0x0000000880070000
[ 0.114034] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.123490] Detected VIPT I-cache on CPU2
[ 0.123606] GICv3: CPU2: found redistributor 100 region 0:0x00000000018c0000
[ 0.123629] GICv3: CPU2: using allocated LPI pending table @0x0000000880080000
[ 0.123693] CPU2: Booted secondary processor 0x0000000100 [0x410fd034]
[ 0.133023] Detected VIPT I-cache on CPU3
[ 0.133088] GICv3: CPU3: found redistributor 101 region 0:0x00000000018e0000
[ 0.133105] GICv3: CPU3: using allocated LPI pending table @0x0000000880090000
[ 0.133141] CPU3: Booted secondary processor 0x0000000101 [0x410fd034]
[ 0.133277] smp: Brought up 1 node, 4 CPUs
[ 0.213631] SMP: Total of 4 processors activated.
[ 0.218463] CPU: All CPU(s) started at EL2
[ 0.222718] CPU features: detected: 32-bit EL0 Support
[ 0.227996] CPU features: detected: 32-bit EL1 Support
[ 0.233290] CPU features: detected: CRC32 instructions
[ 0.238630] alternatives: applying system-wide alternatives
[ 0.248040] devtmpfs: initialized
[ 0.266253] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.276296] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.284925] pinctrl core: initialized pinctrl subsystem
[ 0.290892] DMI not present or invalid.
[ 0.295857] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.303212] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.310702] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.318978] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.327157] audit: initializing netlink subsys (disabled)
[ 0.332918] audit: type=2000 audit(0.252:1): state=initialized audit_enabled=0 res=1
[ 0.333566] thermal_sys: Registered thermal governor 'step_wise'
[ 0.340881] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.347096] cpuidle: using governor menu
[ 0.358126] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.365217] ASID allocator initialised with 65536 entries
[ 0.371001] Serial: AMBA PL011 UART driver
[ 0.396507] platform 310d0000.cpts: Fixed dependency cycle(s) with /bus@100000/bus@30800000/cpts@310d0000/refclk-mux
[ 0.410503] Modules: 27008 pages in range for non-PLT usage
[ 0.410516] Modules: 518528 pages in range for PLT usage
[ 0.417330] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.429756] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.436547] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.443519] HugeTLB: 508 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.450131] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.457096] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.463617] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.470580] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.479305] ACPI: Interpreter disabled.
[ 0.483910] k3-chipinfo 43000014.chipid: Family:AM65X rev:SR2.0 JTAGID[0x1bb5a02f] Detected
[ 0.493416] iommu: Default domain type: Translated
[ 0.498346] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.505255] SCSI subsystem initialized
[ 0.509566] usbcore: registered new interface driver usbfs
[ 0.515244] usbcore: registered new interface driver hub
[ 0.520737] usbcore: registered new device driver usb
[ 0.526743] pps_core: LinuxPPS API ver. 1 registered
[ 0.531846] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.541234] PTP clock support registered
[ 0.545308] EDAC MC: Ver: 3.0.0
[ 0.549173] scmi_core: SCMI protocol bus registered
[ 0.554706] FPGA manager framework
[ 0.558329] Advanced Linux Sound Architecture Driver Initialized.
[ 0.565739] vgaarb: loaded
[ 0.569033] clocksource: Switched to clocksource arch_sys_counter
[ 0.575600] VFS: Disk quotas dquot_6.6.0
[ 0.579674] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.586996] pnp: PnP ACPI: disabled
[ 0.599952] NET: Registered PF_INET protocol family
[ 0.605416] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.616854] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.625740] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.633715] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.642165] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.651152] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.658109] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.665156] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.672811] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.679338] RPC: Registered named UNIX socket transport module.
[ 0.685443] RPC: Registered udp transport module.
[ 0.690273] RPC: Registered tcp transport module.
[ 0.695101] RPC: Registered tcp-with-tls transport module.
[ 0.700740] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.707364] PCI: CLS 0 bytes, default 64
[ 0.711969] kvm [1]: IPA Size Limit: 40 bits
[ 0.718150] kvm [1]: vgic-v2@6f020000
[ 0.721956] kvm [1]: GIC system register CPU interface enabled
[ 0.727973] kvm [1]: vgic interrupt IRQ9
[ 0.732040] kvm [1]: Hyp mode initialized successfully
[ 0.739201] Initialise system trusted keyrings
[ 0.744093] workingset: timestamp_bits=42 max_order=20 bucket_order=0
[ 0.751203] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.757554] NFS: Registering the id_resolver key type
[ 0.762781] Key type id_resolver registered
[ 0.767081] Key type id_legacy registered
[ 0.771223] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.778106] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.785892] 9p: Installing v9fs 9p2000 file system support
[ 0.844962] Key type asymmetric registered
[ 0.849177] Asymmetric key parser 'x509' registered
[ 0.854245] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[ 0.861843] io scheduler mq-deadline registered
[ 0.866496] io scheduler kyber registered
[ 0.870657] io scheduler bfq registered
[ 0.878775] pinctrl-single 4301c000.pinctrl: 70 pins, size 280
[ 0.885496] pinctrl-single 40f04200.pinctrl: 4 pins, size 16
[ 0.891463] pinctrl-single 40f04280.pinctrl: 2 pins, size 8
[ 0.897447] pinctrl-single 104200.pinctrl: 12 pins, size 48
[ 0.903337] pinctrl-single 104280.pinctrl: 8 pins, size 32
[ 0.909509] pinctrl-single 11c000.pinctrl: 185 pins, size 740
[ 0.916013] pinctrl-single 11c2e8.pinctrl: 9 pins, size 36
[ 0.924889] EINJ: ACPI disabled.
[ 0.937933] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.957297] loop: module loaded
[ 0.961793] megasas: 07.727.03.00-rc1
[ 0.971729] tun: Universal TUN/TAP device driver, 1.6
[ 0.978036] thunder_xcv, ver 1.0
[ 0.981412] thunder_bgx, ver 1.0
[ 0.984748] nicpf, ver 1.0
[ 0.988235] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 0.995653] hns3: Copyright (c) 2017 Huawei Corporation.
[ 1.001161] hclge is initializing
[ 1.004597] e1000: Intel(R) PRO/1000 Network Driver
[ 1.009607] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 1.015538] e1000e: Intel(R) PRO/1000 Network Driver
[ 1.020633] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.026740] igb: Intel(R) Gigabit Ethernet Network Driver
[ 1.032282] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 1.038041] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 1.044472] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 1.050746] sky2: driver version 1.30
[ 1.055784] VFIO - User Level meta-driver version: 0.3
[ 1.063847] usbcore: registered new interface driver usb-storage
[ 1.072995] i2c_dev: i2c /dev entries driver
[ 1.080274] sdhci: Secure Digital Host Controller Interface driver
[ 1.086641] sdhci: Copyright(c) Pierre Ossman
[ 1.092080] Synopsys Designware Multimedia Card Interface Driver
[ 1.099006] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.106443] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.113470] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.121268] usbcore: registered new interface driver usbhid
[ 1.126994] usbhid: USB HID core driver
[ 1.133606] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 1.143531] 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.148131] optee: revision 4.0 (2a5b1d12)
[ 1.164846] optee: dynamic shared memory is enabled
[ 1.175088] random: crng init done
[ 1.178728] optee: initialized driver
[ 1.184991] NET: Registered PF_PACKET protocol family
[ 1.190368] 9pnet: Installing 9P2000 support
[ 1.194845] Key type dns_resolver registered
[ 1.213130] registered taskstats version 1
[ 1.217585] Loading compiled-in X.509 certificates
[ 1.241218] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)')
[ 1.257174] debugfs: Directory 'pd:120' with parent 'pm_genpd' already present!
[ 1.264779] debugfs: Directory 'pd:121' with parent 'pm_genpd' already present!
[ 1.394582] pca953x 0-0038: supply vcc not found, using dummy regulator
[ 1.401564] pca953x 0-0038: using no AI
[ 1.429990] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.437142] omap_i2c 40b00000.i2c: bus 1 rev0.12 at 400 kHz
[ 1.444135] pca953x 2-0021: supply vcc not found, using dummy regulator
[ 1.451080] pca953x 2-0021: using no AI
[ 1.478027] omap_i2c 2000000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.484885] omap_i2c 2010000.i2c: bus 3 rev0.12 at 400 kHz
[ 1.491547] omap_i2c 2020000.i2c: bus 4 rev0.12 at 400 kHz
[ 1.497497] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 156 domain created
[ 1.506225] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 100 domain created
[ 1.515756] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 182 domain created
[ 1.524663] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 179 created
[ 1.536706] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,32] sci-dev-id:195
[ 1.546685] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.553483] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66348100, num_proxies:64
[ 1.565826] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:818, gp-rings[304,100] sci-dev-id:187
[ 1.575941] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.582734] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66348100, num_proxies:64
[ 1.591922] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 165, base_baud = 6000000) is a 8250
[ 1.602939] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 166, base_baud = 3000000) is a 8250
[ 1.611891] printk: legacy console [ttyS2] enabled
[ 1.611891] printk: legacy console [ttyS2] enabled
[ 1.621624] printk: legacy bootconsole [ns16550a0] disabled
[ 1.621624] printk: legacy bootconsole [ns16550a0] disabled
[ 1.649900] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.697046] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.707911] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.716238] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00102, cpsw version 0x6BA80102 Ports: 2 quirks:00000000
[ 1.729165] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.736392] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.748351] mmc0: CQHCI version 5.10
[ 1.765891] pca953x 0-0039: supply vcc not found, using dummy regulator
[ 1.772739] pca953x 0-0039: using no AI
[ 1.779996] ti-udma 285c0000.dma-controller: Channels: 28 (tchan: 14, rchan: 14, gp-rflow: 16)
[ 1.793113] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 1.797143] ti-udma 31150000.dma-controller: Channels: 119 (tchan: 53, rchan: 66, gp-rflow: 64)
[ 1.823553] 8 fixed-partitions partitions found on MTD device 47040000.spi.0
[ 1.830646] Creating 8 MTD partitions on "47040000.spi.0":
[ 1.836166] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[ 1.843256] 0x000000080000-0x000000280000 : "ospi.tispl"
[ 1.849997] 0x000000280000-0x000000680000 : "ospi.u-boot"
[ 1.856751] 0x000000680000-0x0000006a0000 : "ospi.env"
[ 1.863261] 0x0000006a0000-0x0000006c0000 : "ospi.env.backup"
[ 1.870390] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw"
[ 1.877136] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 1.883993] 0x000003fe0000-0x000004000000 : "ospi.phypattern"
[ 1.892891] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.899746] mmc0: Command Queue Engine enabled
[ 1.904245] mmc0: new HS200 MMC card at address 0001
[ 1.909984] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 1.916371] mmcblk0: p1 p2 p3
[ 1.920278] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[ 1.926582] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[ 1.932758] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (241:0)
[ 1.937181] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.950024] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.958357] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00102, cpsw version 0x6BA80102 Ports: 2 quirks:00000000
[ 1.971282] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.978513] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.996663] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 2.008517] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[ 2.010443] mmc1: CQHCI version 5.10
[ 2.060407] mmc1: SDHCI controller on 4fa0000.mmc [4fa0000.mmc] using ADMA 64-bit
[ 2.080414] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 2.089954] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 2.187218] mmc1: new high speed SDHC card at address aaaa
[ 2.193595] mmcblk1: mmc1:aaaa SH32G 29.7 GiB
[ 2.200681] mmcblk1: p1 p2 p3
[ 6.202321] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 6.233044] Sending DHCP requests ., OK
[ 6.252942] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.78
[ 6.260617] IP-Config: Complete:
[ 6.263847] device=eth0, hwaddr=64:69:4e:18:bd:fd, ipaddr=192.168.0.78, mask=255.255.255.0, gw=192.168.0.1
[ 6.273934] host=192.168.0.78, domain=ti.com, nis-domain=(none)
[ 6.280285] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 6.280295] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 6.293194] clk: Disabling unused clocks
[ 6.343998] PM: genpd: Disabling unused power domains
[ 6.349263] ALSA device list:
[ 6.352229] No soundcards found.
[ 6.385413] VFS: Mounted root (nfs filesystem) on device 0:21.
[ 6.391649] devtmpfs: mounted
[ 6.395394] Freeing unused kernel memory: 1152K
[ 6.409178] Run /sbin/init as init process
[ 6.819496] systemd[1]: System time before build time, advancing clock.
[ 7.109591] NET: Registered PF_INET6 protocol family
[ 7.116584] Segment Routing with IPv6
[ 7.120954] In-situ OAM (IOAM) with IPv6
[ 7.182738] systemd[1]: systemd 250.5+ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)
[ 7.214801] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.10[0m!
[ 7.279108] systemd[1]: Hostname set to <am65xx-evm>.
[ 7.294712] systemd[1]: Initializing machine ID from random generator.
[ 7.447215] systemd-sysv-generator[106]: SysV service '/etc/init.d/netopeer2-server' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 7.472977] systemd-sysv-generator[106]: SysV service '/etc/init.d/sysrepo' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 7.497839] systemd-sysv-generator[106]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 7.533911] systemd[97]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 8.049425] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 8.162661] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 8.305228] systemd[1]: Queued start job for default target Graphical Interface.
[ 8.404232] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 8.428805] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 8.452629] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 8.475936] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 8.497538] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[[0;32m OK [0m] Started [0;1;39mDispatch Password ts to Console Directory Watch[0m.
[ 8.521410] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[[0;32m OK [0m] Started [0;1;39mForward Password Ruests to Wall Directory Watch[0m.
[ 8.545621] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 8.561213] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 8.581199] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 8.597220] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 8.662180] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 8.685334] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 8.716268] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 8.737618] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 8.762718] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 8.786311] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 8.809830] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 8.826689] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 8.851626] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 8.873678] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 8.894228] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 8.945594] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 8.967486] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 8.995626] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 9.013892] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 9.057676] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 9.081595] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 9.111351] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 9.135302] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 9.160914] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 9.218437] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 9.264963] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 9.288836] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 9.326910] fuse: init (API version 7.39)
[ 9.327717] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 9.387798] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 9.447538] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 9.481761] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 9.513895] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 9.552390] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 9.570219] systemd[1]: Mounted Huge Pages File System.
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[0m.
[ 9.594068] systemd[1]: Mounted POSIX Message Queue File System.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[ 9.617967] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mTemporary Directory /tmp[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate List of Static Device Nodes[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mStart psplash boot splash screen[0m.
See 'systemctl status psplash-start.service' for details.
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mStarprogress communication helper[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m.
[[0;32m OK [0m] Finished [0;1;39mGenerate network units from Kernel command line[0m.
[[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m.
Mounting [0;1;39mFUSE Control File System[0m...
Mounting [0;1;39mKernel Configuration File System[0m...
Starting [0;1;39mFlush Journal to Persistent Storage[0m...
Starting [0;1;39mApply Kernel Variables[0m...
[ 9.987810] systemd-journald[122]: Received client request to flush runtime journal.
Starting [0;1;39mCreate System Users[0m...
[[0;32m OK [0m] Mounted [0;1;39mFUSE Control File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m.
[[0;32m OK [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m.
[[0;32m OK [0m] Finished [0;1;39mApply Kernel Variables[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate System Users[0m.
Starting [0;1;39mCreate Static Device Nodes in /dev[0m...
[[0;32m OK [0m] Finished [0;1;39mCreate Static Device Nodes in /dev[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Local File Systems[0m.
Mounting [0;1;39m/media/ram[0m...
Mounting [0;1;39m/var/volatile[0m...
[ 10.372211] audit: type=1334 audit(1651167748.548:2): prog-id=5 op=LOAD
[ 10.378994] audit: type=1334 audit(1651167748.556:3): prog-id=6 op=LOAD
Starting [0;1;39mRule-based Managefor Device Events and Files[0m...
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[0m.
[[0;32m OK [0m] Mounted [0;1;39m/media/ram[0m.
[[0;32m OK [0m] Mounted [0;1;39m/var/volatile[0m.
Starting [0;1;39mLoad/Save Random Seed[0m...
[[0;32m OK [0m] Reached target [0;1;39mLocal File Systems[0m.
Starting [0;1;39mRebuild Dynamic Linker Cache[0m...
Starting [0;1;39mCreate Volatile Files and Directories[0m...
[[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m.
[[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m.
Starting [0;1;39mRebuild Journal Catalog[0m...
Starting [0;1;39mNetwork Time Synchronization[0m...
Starting [0;1;39mRecord System Boot/Shutdown in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord System Boot/Shutdown in UTMP[0m.
[[0;32m OK [0m] Finished [0;1;39mRebuild Journal Catalog[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[ 11.918609] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.
[ 12.010432] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100
[ 12.026636] at24 0-0050: supply vcc not found, using dummy regulator
[ 12.041699] at24 0-0050: 131072 byte 24c1024 EEPROM, writable, 1 bytes/write
[ 12.066618] platform 41000000.r5f: configured R5F for remoteproc mode
[ 12.094012] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
[ 12.108055] remoteproc remoteproc0: 41000000.r5f is available
[ 12.167092] remoteproc remoteproc0: powering up 41000000.r5f
[ 12.176256] remoteproc remoteproc0: Booting fw image am65x-mcu-r5f0_0-fw, size 82412
[ 12.201488] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node r5f-dma-memory@a0000000
[ 12.212258] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 12.219313] rproc-virtio rproc-virtio.2.auto: registered virtio0 (type 7)
[ 12.230545] remoteproc remoteproc0: remote processor 41000000.r5f is now up
[ 12.238374] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
[ 12.254378] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
[ 13.041694] spi-nor spi1.0: TXFFE timed out
[ 13.068918] spi-nor spi1.0: SPI transfer failed: -5
[ 13.074288] spi_master spi1: failed to transfer one message from queue
[ 13.081462] spi_master spi1: noqueue transfer failed
[ 13.327888] remoteproc remoteproc1: b034000.pru is available
[ 13.339058] remoteproc remoteproc2: b004000.rtu is available
[ 13.369523] remoteproc remoteproc3: b00a000.txpru is available
[ 13.397857] remoteproc remoteproc4: b038000.pru is available
[ 13.419953] remoteproc remoteproc5: b006000.rtu is available
[ 13.499201] remoteproc remoteproc6: b00c000.txpru is available
[ 13.536399] remoteproc remoteproc7: b134000.pru is available
[ 13.542945] remoteproc remoteproc8: b104000.rtu is available
[ 13.549823] remoteproc remoteproc9: b10a000.txpru is available
[ 13.565845] remoteproc remoteproc10: b138000.pru is available
[ 13.575369] remoteproc remoteproc11: b106000.rtu is available
[ 13.583003] remoteproc remoteproc12: b10c000.txpru is available
[ 13.595860] remoteproc remoteproc13: b234000.pru is available
[ 13.613621] remoteproc remoteproc14: b204000.rtu is available
[ 13.621184] remoteproc remoteproc15: b20a000.txpru is available
[ 13.628932] remoteproc remoteproc16: b238000.pru is available
[ 13.637568] remoteproc remoteproc17: b206000.rtu is available
[ 13.646464] remoteproc remoteproc18: b20c000.txpru is available
[[0m[0;31m* [0m] A start job is running for Rebuild namic Linker Cache (5s / no limit)
M
[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild namic Linker Cache (6s / no limit)
M
[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild namic Linker Cache (7s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild namic Linker Cache (7s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild namic Linker Cache (7s / no limit)
M
[K[[0;32m OK [0m] Finished [0;1;39mRebuild Dynamic Linker Cache[0m.
[K Starting [0;1;39mRun pending postinsts[0m...
Starting [0;1;39mUpdate is Completed[0m...
[[0;32m OK [0m] Finished [0;1;39mUpdate is Completed[0m.
[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Run pending postinsts (10s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m] A start job is running for Run pending postinsts (10s / no limit)
M
[K[ [0;31m*[0m] A start job is running for Run pending postinsts (11s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m] A start job is running for Run pending postinsts (12s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Run pending postinsts (12s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (13s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (13s / no limit)
M
[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (14s / no limit)
M
[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (15s / no limit)
[ 23.866565] platform 4030000.usb: deferred probe pending: dwc3: failed to initialize core
M
[K[[0m[0;31m* [0m] A start job is running for Run pending postinsts (15s / no limit)
M
[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (16s / no limit)
M
[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (16s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (17s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (17s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Run pending postinsts (18s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m] A start job is running for Run pending postinsts (19s / no limit)
M
[K[ [0;31m*[0m] A start job is running for Run pending postinsts (19s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m] A start job is running for Run pending postinsts (20s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Run pending postinsts (20s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (21s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (22s / no limit)
M
[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (22s / no limit)
M
[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (23s / no limit)
M
[K[[0m[0;31m* [0m] A start job is running for Run pending postinsts (23s / no limit)
M
[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (24s / no limit)
M
[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (24s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (25s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (26s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Run pending postinsts (26s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m] A start job is running for Run pending postinsts (27s / no limit)
M
[K[ [0;31m*[0m] A start job is running for Run pending postinsts (27s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m] A start job is running for Run pending postinsts (28s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Run pending postinsts (28s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (29s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (29s / no limit)
M
[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (30s / no limit)
M
[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (30s / no limit)
M
[K[[0m[0;31m* [0m] A start job is running for Run pending postinsts (31s / no limit)
M
[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (31s / no limit)
M
[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (32s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (32s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (33s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Run pending postinsts (33s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m] A start job is running for Run pending postinsts (34s / no limit)
M
[K[ [0;31m*[0m] A start job is running for Run pending postinsts (34s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m] A start job is running for Run pending postinsts (35s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Run pending postinsts (35s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (36s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (36s / no limit)
M
[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (37s / no limit)
M
[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (37s / no limit)
M
[K[[0m[0;31m* [0m] A start job is running for Run pending postinsts (38s / no limit)
M
[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (38s / no limit)
M
[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (39s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (39s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (40s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Run pending postinsts (40s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m] A start job is running for Run pending postinsts (41s / no limit)
M
[K[ [0;31m*[0m] A start job is running for Run pending postinsts (41s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m] A start job is running for Run pending postinsts (42s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Run pending postinsts (42s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (43s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (43s / no limit)
M
[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (44s / no limit)
M
[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (44s / no limit)
M
[K[[0m[0;31m* [0m] A start job is running for Run pending postinsts (45s / no limit)
M
[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (45s / no limit)
M
[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (46s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (46s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (47s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Run pending postinsts (47s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m] A start job is running for Run pending postinsts (48s / no limit)
M
[K[ [0;31m*[0m] A start job is running for Run pending postinsts (48s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m] A start job is running for Run pending postinsts (49s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Run pending postinsts (49s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (50s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (50s / no limit)
M
[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (51s / no limit)
M
[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (51s / no limit)
M
[K[[0m[0;31m* [0m] A start job is running for Run pending postinsts (52s / no limit)
M
[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (52s / no limit)
M
[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (53s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (53s / no limit)
M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment