This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM5718:Stops after calling kernel on AM5718

Part Number: AM5718

Tool/software:

One out of every 100 mass-produced products (approximately 1%) will stop after booting and calling the kernel.

I would like to find out where the problem is.
Could you please help me?


The board is a custom board.
Similar to TMDXIDK5718. However, there are no two Gigabit (1000Mb) Ethernet ports.
All three ports are 100Mb Ethernet ports on the PRU-ICSS.

The SDK version used is SDK-LINUX-AM57X 06_03_00_106.


The custom board starts automatically. I tried the following, but it did not improve.
e2e.ti.com/.../3665059

There is no specific point where it stops after calling the kernel. There are several patterns.
Below is the log when it stopped.


U-Boot SPL 2019.01-g323d51410c-dirty (Nov 19 2022 - 18:51:55 +0900)
DRA722-GP ES2.0
no pinctrl state for default mode
** File not found dra7-ipu1-fw.xem4 **
Firmware loading failed
Trying to boot from MMC2_2
no pinctrl state for default mode
Loading Environment from FAT... OK


U-Boot 2019.01-g323d51410c-dirty (Nov 19 2022 - 18:51:55 +0900)

CPU : DRA722-GP ES2.0
Model: TI AM5718 IDK
Board: AM571x IDK REV 1.3B
DRAM: 1 GiB
MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
Loading Environment from FAT... OK
Net: No ethernet found.
Hit any key to stop autoboot: 0
switch to partitions #0, OK
mmc1(part 0) is current device
SD/MMC found on device 1
588 bytes read in 1 ms (574.2 KiB/s)
Running bootscript from mmc1 ...
## Executing script at 82000000
Setting bus to 2
switch to partitions #0, OK
mmc1(part 0) is current device
SD/MMC found on device 1
4452864 bytes read in 55 ms (77.2 MiB/s)
132322 bytes read in 3 ms (42.1 MiB/s)
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Loading Device Tree to 8ffdc000, end 8ffff4e1 ... OK

Starting kernel ...

[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.19.94-gbe5389fd85 (root@DS68U-Ubuntu) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #1 SMP PREEMPT Sat Nov 19 09:50:57 JST 2022
[ 0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[ 0.000000] OF: fdt: Machine model: TI AM5718 IDK
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] efi: Getting EFI parameters from FDT:
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000095800000, size 56 MiB
[ 0.000000] OF: reserved mem: initialized node ipu2-memory@95800000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000099000000, size 64 MiB
[ 0.000000] OF: reserved mem: initialized node dsp1-memory@99000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009d000000, size 32 MiB
[ 0.000000] OF: reserved mem: initialized node ipu1-memory@9d000000, compatible id shared-dma-pool
[ 0.000000] cma: Reserved 24 MiB at 0x00000000be400000
[ 0.000000] OMAP4: Map 0x00000000bfd00000 to (ptrval) for dram barrier
[ 0.000000] DRA722 ES2.0
[ 0.000000] random: get_random_bytes called from start_kernel+0xb4/0x470 with crng_init=0
[ 0.000000] percpu: Embedded 15 pages/cpu s32396 r8192 d20852 u61440
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 202048
[ 0.000000] Kernel command line: console=ttyS2,115200n8 root=PARTUUID=ec61f70d-02 rw rootfstype=ext4 rootwait
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Memory: 641876K/815104K available (10240K kernel code, 335K rwdata, 2800K rodata, 2048K init, 268K bss, 25772K reserved, 147456K cma-reserved, 234496K highmem)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
[ 0.000000] vmalloc : 0xf0800000 - 0xff800000 ( 240 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
[ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
[ 0.000000] .text : 0x(ptrval) - 0x(ptrval) (12256 kB)
[ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (2048 kB)
[ 0.000000] .data : 0x(ptrval) - 0x(ptrval) ( 336 kB)
[ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) ( 269 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
[ 0.000000] Tasks RCU enabled.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] OMAP clockevent source: timer1 at 32786 Hz
[ 0.000000] arch_timer: cp15 timer(s) running at 6.14MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x16af5adb9, max_idle_ns: 440795202250 ns
[ 0.000005] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398046511023ns
[ 0.000018] Switching to timer-based delay loop, resolution 162ns
[ 0.000298] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
[ 0.000308] OMAP clocksource: 32k_counter at 32768 Hz
[ 0.000802] Console: colour dummy device 80x30
[ 0.000847] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
[ 0.000861] pid_max: default: 32768 minimum: 301
[ 0.000980] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000995] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.001555] CPU: Testing write buffer coherency: ok
[ 0.001593] CPU0: Spectre v2: using ICIALLU workaround
[ 0.001813] /cpus/cpu@0 missing clock-frequency property
[ 0.001828] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.059868] Setting up static identity map for 0x80200000 - 0x80200060
[ 0.079876] rcu: Hierarchical SRCU implementation.
[ 0.100060] EFI services will not be available.
[ 0.119933] smp: Bringing up secondary CPUs ...
[ 0.119945] smp: Brought up 1 node, 1 CPU
[ 0.119956] SMP: Total of 1 processors activated (12.29 BogoMIPS).
[ 0.119964] CPU: All CPU(s) started in HYP mode.
[ 0.119971] CPU: Virtualization extensions available.
[ 0.120407] devtmpfs: initialized
[ 0.150112] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[ 0.150402] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.150421] futex hash table entries: 256 (order: 2, 16384 bytes)
[ 0.153008] pinctrl core: initialized pinctrl subsystem
[ 0.153564] DMI not present or invalid.
[ 0.153833] NET: Registered protocol family 16
[ 0.160921] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.161838] omap_hwmod: l3_main_2 using broken dt data from ocp
[ 0.339782] cpuidle: using governor ladder
[ 0.339818] cpuidle: using governor menu
[ 0.350358] OMAP GPIO hardware version 0.1
[ 0.376209] No ATAGs?
[ 0.376253] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.376270] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.377159] OMAP DMA hardware revision 0.0
[ 0.412671] edma 43300000.edma: memcpy is disabled
[ 0.416126] edma 43300000.edma: TI EDMA DMA engine driver
[ 0.423422] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
[ 0.427141] omap-iommu 40d01000.mmu: 40d01000.mmu registered
[ 0.427328] omap-iommu 40d02000.mmu: 40d02000.mmu registered
[ 0.427571] omap-iommu 58882000.mmu: 58882000.mmu registered
[ 0.427819] omap-iommu 55082000.mmu: 55082000.mmu registered
[ 0.428193] iommu: Adding device 58820000.ipu to group 1
[ 0.428281] iommu: Adding device 55020000.ipu to group 2
[ 0.428414] iommu: Adding device 40800000.dsp to group 0
[ 0.429729] SCSI subsystem initialized
[ 0.430904] palmas 0-0058: Irq flag is 0x00000004
[ 0.463645] palmas 0-0058: Muxing GPIO 2b, PWM 0, LED 0
[ 0.465370] SMPS12: supplied by regulator-dummy
[ 0.467076] SMPS3: supplied by VMAIN
[ 0.468626] SMPS45: supplied by regulator-dummy
[ 0.470455] SMPS6: supplied by VMAIN
[ 0.472157] SMPS7: supplied by VMAIN
[ 0.473986] SMPS8: supplied by VMAIN
[ 0.475240] SMPS9: supplied by VMAIN
[ 0.475671] random: fast init done
[ 0.476217] LDO1: supplied by VMAIN
[ 0.481294] LDO2: supplied by VMAIN
[ 0.491150] LDO3: supplied by VMAIN
[ 0.501165] LDO4: supplied by VMAIN
[ 0.511189] LDO5: supplied by regulator-dummy
[ 0.511867] LDO6: supplied by regulator-dummy
[ 0.512542] LDO7: supplied by regulator-dummy
[ 0.513225] LDO8: supplied by regulator-dummy
[ 0.513900] LDO9: supplied by VMAIN
[ 0.521517] LDOLN: supplied by VMAIN
[ 0.531208] LDOUSB: supplied by VMAIN
[ 0.543841] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
[ 0.544381] omap_i2c 48072000.i2c: bus 1 rev0.12 at 400 kHz
[ 0.544946] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
[ 0.545499] omap_i2c 4807a000.i2c: bus 3 rev0.12 at 400 kHz
[ 0.546040] omap_i2c 4807c000.i2c: bus 4 rev0.12 at 100 kHz
[ 0.546260] media: Linux media interface: v0.10
[ 0.546301] videodev: Linux video capture interface: v2.00
[ 0.546388] pps_core: LinuxPPS API ver. 1 registered
[ 0.546397] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.546418] PTP clock support registered
[ 0.546448] EDAC MC: Ver: 3.0.0
[ 0.551350] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
[ 0.551538] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
[ 0.560874] Advanced Linux Sound Architecture Driver Initialized.
[ 0.561705] clocksource: Switched to clocksource arch_sys_counter
[ 0.570024] NET: Registered protocol family 2
[ 0.570630] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
[ 0.570661] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.570912] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.571040] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.571116] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.571151] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.571283] NET: Registered protocol family 1
[ 0.601787] RPC: Registered named UNIX socket transport module.
[ 0.601798] RPC: Registered udp transport module.
[ 0.601807] RPC: Registered tcp transport module.
[ 0.601815] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.603052] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
[ 0.604022] Initialise system trusted keyrings
[ 0.604181] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[ 0.609334] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.619870] NFS: Registering the id_resolver key type
[ 0.619893] Key type id_resolver registered
[ 0.619902] Key type id_legacy registered
[ 0.619945] ntfs: driver 2.1.32 [Flags: R/O].
[ 0.622071] Key type asymmetric registered
[ 0.622083] Asymmetric key parser 'x509' registered
[ 0.622131] bounce: pool size: 64 pages
[ 0.622169] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.622180] io scheduler noop registered
[ 0.622190] io scheduler deadline registered
[ 0.622298] io scheduler cfq registered (default)
[ 0.622309] io scheduler mq-deadline registered
[ 0.622319] io scheduler kyber registered
[ 0.628332] pinctrl-single 4a003400.pinmux: 282 pins, size 1128
[ 0.628492] pinctrl-single 4a002e8c.pinmux: please update dts to use #pinctrl-cells = <1>
[ 0.628545] pinctrl-single 4a002e8c.pinmux: initialized with no interrupts
[ 0.628556] pinctrl-single 4a002e8c.pinmux: 1 pins, size 4
[ 0.654128] pwm-backlight backlight: backlight supply power not found, using dummy regulator
[ 0.654197] pwm-backlight backlight: Linked as a consumer to regulator.0
[ 0.657386] V3_3D: supplied by smps9
[ 0.657623] vtt_fixed: supplied by V3_3D
[ 0.703946] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
[ 0.707666] 4806c000.serial: ttyS1 at MMIO 0x4806c000 (irq = 43, base_baud = 3000000) is a 8250
[ 0.708636] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 44, base_baud = 3000000) is a 8250
[ 1.684341] console [ttyS2] enabled
[ 1.688776] 48422000.serial: ttyS7 at MMIO 0x48422000 (irq = 45, base_baud = 3000000) is a 8250
[ 1.698447] 48424000.serial: ttyS8 at MMIO 0x48424000 (irq = 46, base_baud = 3000000) is a 8250
[ 1.709586] omap_rng 48090000.rng: Random Number Generator ver. 20
[ 1.716001] random: crng init done
[ 1.733866] brd: module loaded
[ 1.743335] loop: module loaded
[ 1.751608] libphy: Fixed MDIO Bus: probed
[ 1.759070] i2c /dev entries driver
[ 1.768382] cpu cpu0: Linked as a consumer to regulator.4
[ 1.773913] cpu cpu0: Linked as a consumer to regulator.27
[ 1.781121] sdhci: Secure Digital Host Controller Interface driver
[ 1.787442] sdhci: Copyright(c) Pierre Ossman
[ 1.793219] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.799579] omap_gpio 4805d000.gpio: Could not set line 27 debounce to 200000 microseconds (-22)
[ 1.808439] sdhci-omap 4809c000.mmc: Got CD GPIO
[ 1.813271] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.26
[ 1.820305] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.11
[ 1.827189] sdhci-omap 4809c000.mmc: Dropping the link to regulator.11
[ 1.833848] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.2
[ 1.840760] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.11
[ 1.847733] sdhci-omap 4809c000.mmc: no pinctrl state for ddr_3_3v mode
[ 1.881021] mmc0: SDHCI controller on 4809c000.mmc [4809c000.mmc] using ADMA
[ 1.889342] sdhci-omap 480b4000.mmc: Linked as a consumer to regulator.2
[ 1.896303] sdhci-omap 480b4000.mmc: Dropping the link to regulator.2
[ 1.902910] sdhci-omap 480b4000.mmc: Linked as a consumer to regulator.2
[ 1.932267] mmc1: SDHCI controller on 480b4000.mmc [480b4000.mmc] using ADMA
[ 1.942084] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.952460] mmc0: host does not support reading read-only switch, assuming write-enable
[ 1.965081] NET: Registered protocol family 10
[ 1.969969] mmc0: new high speed SDHC card at address 5048
[ 1.975773] Segment Routing with IPv6
[ 1.979739] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 1.986127] NET: Registered protocol family 17
[ 1.990999] mmcblk0: mmc0:5048 SD32G 29.0 GiB
[ 1.995713] Key type dns_resolver registered
[ 2.000545] Registering SWP/SWPB emulation handler
[ 2.005407] omap_voltage_late_init: Voltage driver support not added
[ 2.011916] Power Management for TI OMAP4+ devices.
[ 2.016891] mmcblk0: p1
[ 2.020440] Loading compiled-in X.509 certificates
[ 2.035369] ti-iodelay 4844a000.padconf: Set reg 0x18c Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 2.051774] ti-iodelay 4844a000.padconf: Set reg 0x1a4 Delay(a: 119 g: 0), Elements(C=0 F=3)0x29003
[ 2.060866] ti-iodelay 4844a000.padconf: Set reg 0x1b0 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 2.071110] ti-iodelay 4844a000.padconf: Set reg 0x1bc Delay(a: 18 g: 0), Elements(C=0 F=0)0x29000
[ 2.080133] ti-iodelay 4844a000.padconf: Set reg 0x1c8 Delay(a: 894 g: 0), Elements(C=1 F=13)0x2902d
[ 2.089331] ti-iodelay 4844a000.padconf: Set reg 0x1d4 Delay(a: 30 g: 0), Elements(C=0 F=0)0x29000
[ 2.098339] ti-iodelay 4844a000.padconf: Set reg 0x1e0 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 2.107258] ti-iodelay 4844a000.padconf: Set reg 0x1ec Delay(a: 23 g: 0), Elements(C=0 F=0)0x29000
[ 2.116264] ti-iodelay 4844a000.padconf: Set reg 0x1f8 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 2.125183] ti-iodelay 4844a000.padconf: Set reg 0x360 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 2.134102] ti-iodelay 4844a000.padconf: Set reg 0x194 Delay(a: 152 g: 0), Elements(C=0 F=4)0x29004
[ 2.143196] ti-iodelay 4844a000.padconf: Set reg 0x1ac Delay(a: 206 g: 0), Elements(C=0 F=6)0x29006
[ 2.152289] ti-iodelay 4844a000.padconf: Set reg 0x1b8 Delay(a: 78 g: 0), Elements(C=0 F=2)0x29002
[ 2.161286] ti-iodelay 4844a000.padconf: Set reg 0x1c4 Delay(a: 2 g: 0), Elements(C=0 F=0)0x29000
[ 2.170205] ti-iodelay 4844a000.padconf: Set reg 0x1d0 Delay(a: 266 g: 0), Elements(C=0 F=8)0x29008
[ 2.179298] ti-iodelay 4844a000.padconf: Set reg 0x1dc Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 2.188216] ti-iodelay 4844a000.padconf: Set reg 0x1e8 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 2.197134] ti-iodelay 4844a000.padconf: Set reg 0x1f4 Delay(a: 43 g: 0), Elements(C=0 F=1)0x29001
[ 2.206140] ti-iodelay 4844a000.padconf: Set reg 0x200 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 2.215059] ti-iodelay 4844a000.padconf: Set reg 0x368 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 2.223977] ti-iodelay 4844a000.padconf: Set reg 0x190 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 2.232896] ti-iodelay 4844a000.padconf: Set reg 0x1a8 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 2.241814] ti-iodelay 4844a000.padconf: Set reg 0x1b4 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 2.250724] ti-iodelay 4844a000.padconf: Set reg 0x1c0 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 2.259641] ti-iodelay 4844a000.padconf: Set reg 0x1d8 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 2.268559] ti-iodelay 4844a000.padconf: Set reg 0x1e4 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 2.277487] ti-iodelay 4844a000.padconf: Set reg 0x1f0 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 2.286405] ti-iodelay 4844a000.padconf: Set reg 0x1fc Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 2.295324] ti-iodelay 4844a000.padconf: Set reg 0x364 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 2.305411] dmm 4e000000.dmm: workaround for errata i878 in use
[ 2.312237] mmc1: new DDR MMC card at address 0001
[ 2.317566] dmm 4e000000.dmm: initialized all PAT entries
[ 2.323661] hctosys: unable to open rtc device (rtc0)
[ 2.329184] mmcblk1: mmc1:0001 MMC32G 29.1 GiB
[ 2.334396] ALSA device list:
[ 2.337377] No soundcards found.
[ 2.341601] mmcblk1boot0: mmc1:0001 MMC32G partition 1 4.00 MiB
[ 2.348182] mmcblk1boot1: mmc1:0001 MMC32G partition 2 4.00 MiB
[ 2.354294] mmcblk1rpmb: mmc1:0001 MMC32G partition 3 4.00 MiB, chardev (244:0)
[ 2.362801] mmcblk1: p1 p2
[ 2.662879] EXT4-fs (mmcblk1p2): 2 orphan inodes deleted
[ 2.668222] EXT4-fs (mmcblk1p2): recovery complete
[ 2.678136] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
[ 2.686425] VFS: Mounted root (ext4 filesystem) on device 179:18.
[ 2.695984] devtmpfs: mounted
[ 2.699834] Freeing unused kernel memory: 2048K
[ 2.704497] Run /sbin/init as init process
[ 2.840973] systemd[1]: System time before build time, advancing clock.
[ 2.860513] systemd[1]: systemd 239 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid)
[ 2.882300] systemd[1]: Detected architecture arm.

Welcome to Arago 2019.11!

[ 2.922584] systemd[1]: Set hostname to <am57xx-evm>.
[ 3.047034] systemd[1]: File /lib/systemd/system/systemd-journald.service:36 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
[ 3.064338] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[ 3.241805] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ OK ] Listening on initctl Compatibility Named Pipe.
[ 3.282297] systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ 3.314395] systemd[1]: Created slice User and Session Slice.
[ OK ] Created slice User and Session Slice.
[ 3.356472] systemd[1]: Listening on Process Core Dump Socket.
[ OK ] Listening on Process Core Dump Socket.
[ 3.394800] systemd[1]: Created slice system-getty.slice.
[ OK ] Created slice system-getty.slice.
[ OK ] Listening on udev Control Socket.
[ OK ] Started Forward Password Requests to Wall Directory Watch.
[ OK ] Started Dispatch Password Requests to Console Directory Watch.
[ OK ] Reached target Paths.
[ OK ] Listening on Network Service Netlink Socket.
[ OK ] Reached target Remote File Systems.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ OK ] Reached target Slices.
[ OK ] Reached target Swap.
[ OK ] Listening on Journal Socket.
Mounting Temporary Directory (/tmp)...
Starting Load Kernel Modules...
[ 3.782983] cmemk: loading out-of-tree module taints kernel.
[ 3.789696] CMEMK module: reference Linux version 4.19.94
[ OK ] Started Hardware RNG Entropy Gatherer Daemon.[ 3.799870] cmemk initialized

Mounting Kernel Debug File System...
[ 3.836017] cryptodev: driver 1.9 loaded.
Mounting POSIX Message Queue File System...
Starting Remount Root and Kernel File Systems...
Starting Journal Service...
[ OK ] Listening on udev Kernel Socket.
[ 3.948404] usbcore: registered new interface driver usbfs
Starting udev Coldplug all Devices...
[ OK ] Mounted Temporary Directory (/tmp).
[ 3.971056] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)
[ OK ] Mounted Kernel Debug File System.
[ 4.001955] usbcore: registered new interface driver hub
[ OK ] Mounted POSIX Message Queue File System.
[ 4.033024] usbcore: registered new device driver usb
[ OK ] Started Remount Root and Kernel File Systems.
Starting Create Static Device Nodes in /dev...
[ 4.066829] usbcore: registered new interface driver ftdi_sio
[ 4.102434] usbserial: USB Serial support registered for FTDI USB Serial Device
[ OK ] Started Load Kernel Modules.
[ OK ] Started Journal Service.
[ OK ] Started Create Static Device Nodes in /dev.
Starting udev Kernel Device Manager...
[ OK ] Reached target Local File Systems (Pre).
[ OK ] Reached target Containers.
Mounting /var/volatile...
Mounting /media/ram...
Starting Flush Journal to Persistent Storage...
Starting Apply Kernel Variables...
Mounting Kernel Configuration File System...
[ OK ] Started udev Kernel Device Manager.
[ OK ] Mounted /var/volatile.
[ OK ] Mounted /media/ram.
[ OK ] Started Apply Kernel Variables.
[ OK ] Mounted Kernel Configuration File System.
[ 4.695300] systemd-journald[94]: Received request to flush runtime journal from PID 1
Starting Load/Save Random Seed...
[ OK ] Reached target Local File Systems.
[ OK ] Started Load/Save Random Seed.
[ OK ] Started Flush Journal to Persistent Storage.
Starting Create Volatile Files and Directories...
[ OK ] Started Create Volatile Files and Directories.
Starting Network Service...
Starting Update UTMP about System Boot/Shutdown...
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Started Network Service.
Starting Network Name Resolution...
Starting Wait for Network to be Configured...
[ 5.322706] omap-rproc 58820000.ipu: ignoring dependency for device, assuming no driver
[ 5.330945] omap-rproc 58820000.ipu: ignoring dependency for device, assuming no driver
[ 5.476272] omap-rproc 58820000.ipu: assigned reserved memory node ipu1-memory@9d000000
[ OK ] Started udev Coldplug all Devices.
[ 5.585035] remoteproc remoteproc0: 58820000.ipu is available
[ OK ] Reached target System Initialization.
[ 5.668171] omap-rproc 55020000.ipu: ignoring dependency for device, assuming no driver
[ OK ] Listening on dropbear.socket.
[ 5.709714] remoteproc remoteproc0: powering up 58820000.ipu
Starting Reboot and dump vmcore via kexec...
[ OK ] Started Daily rotation of log files.
[ 5.774500] omap-rproc 55020000.ipu: ignoring dependency for device, assuming no driver
[ 5.802207] remoteproc remoteproc0: Booting fw image dra7-ipu1-fw.xem4, size 6887428
[ OK ] Listening on D-Bus System Message Bus Socket.
[ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[ OK ] Listening on RPCbind Server Activation Socket.
[ OK ] Reached target Sockets.
[ 5.924705] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 5.930249] remoteproc remoteproc0: registered virtio0 (type 7)
[ OK ] Reached target Basic System.
Starting TI IPC Daemon...
[ 5.974932] omap-rproc 55020000.ipu: assigned reserved memory node ipu2-memory@95800000
[ OK ] Started D-Bus System Message Bus.
[ 6.039645] remoteproc remoteproc1: 55020000.ipu is available
[ 6.120777] remoteproc remoteproc0: remote processor 58820000.ipu is now up
Starting Login Service...
[ 6.141219] omap-rproc 40800000.dsp: ignoring dependency for device, assuming no driver
[ OK ] Started Job spooling tools.
[ 6.198013] Driver for 1-wire Dallas network protocol.
[ 6.216777] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
[ 6.230723] tlv320aic32x4 2-0018: Linked as a consumer to regulator.2
Starting TI MultiCore Tools Daemon...
[ 6.281249] omap-rproc 40800000.dsp: ignoring dependency for device, assuming no driver
Starting RPC Bind Service...
[ 6.315344] omap-des 480a5000.des: will run requests pump with realtime priority
[ 6.345738] tlv320aic32x4 2-0018: Linked as a consumer to regulator.12
[ 6.347068] tlv320aic32x4 3-0018: Linked as a consumer to regulator.2
[ 6.348971] tlv320aic32x4 3-0018: Linked as a consumer to regulator.12
[ 6.376600] remoteproc remoteproc1: powering up 55020000.ipu
[ 6.376614] remoteproc remoteproc1: Booting fw image dra7-ipu2-fw.xem4, size 3747220
[ 6.376690] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
[ 6.416524] omap_gpio 48053000.gpio: Could not set line 30 debounce to 20000 microseconds (-22)
[ 6.439075] palmas-rtc 48070000.i2c:tps659038@58:tps659038_rtc: rtc core: registered 48070000.i2c:tps659038@58:tps659038_rtc as rtc0
[ 6.439738] omap-rproc 40800000.dsp: assigned reserved memory node dsp1-memory@99000000
[ 6.452136] remoteproc remoteproc2: 40800000.dsp is available
[ 6.524740] tlv320aic32x4 4-0018: Linked as a consumer to regulator.2
[ 6.533700] tlv320aic32x4 4-0018: Linked as a consumer to regulator.12
[ 6.542586] omap_hdq 480b2000.1w: OMAP HDQ Hardware Rev 0.:. Driver in Interrupt mode
[ 6.621021] [drm] Initialized pvr 1.17.4948957 20110701 for 56000000.gpu on minor 0
[ 6.758187] PVR_K: UM DDK-(4948957) and KM DDK-(4948957) match. [ OK ]
[ 6.782596] w1_master_driver w1_bus_master1: Attaching one wire slave 01.000000000000 crc 3d
[ 6.822045] w1_master_driver w1_bus_master1: Family 1 for 01.000000000000.3d is not registered.
[ 6.869514] omap_rtc 48838000.rtc: registered as rtc1
[ 6.991798] vpe 489d0000.vpe: loading firmware vpdma-1b8.bin
[ 7.027649] remoteproc remoteproc2: powering up 40800000.dsp
[ 7.027661] remoteproc remoteproc2: Booting fw image dra7-dsp1-fw.xe66, size 20482288
[ 7.027814] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0
[ 7.027847] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0
[ 7.031190] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 7.031246] remoteproc remoteproc1: registered virtio1 (type 7)
[ 7.031252] remoteproc remoteproc1: remote processor 55020000.ipu is now up
[ 7.036317] virtio_rpmsg_bus virtio1: creating channel rpmsg-rpc addr 0x65
[ 7.036424] virtio_rpmsg_bus virtio1: creating channel rpmsg-rpc addr 0x66
[ 7.062141] vpe 489d0000.vpe: Device registered as /dev/video0
[ 7.117931] vip 48970000.vip: loading firmware vpdma-1b8.bin
[ 7.133329] virtio_rpmsg_bus virtio2: rpmsg host is online
[ 7.133386] remoteproc remoteproc2: registered virtio2 (type 7)
[ 7.133391] remoteproc remoteproc2: remote processor 40800000.dsp is now up
[ 7.137935] virtio_rpmsg_bus virtio2: creating channel rpmsg-proto addr 0x3d
[ 7.161770] vip 48970000.vip: VPDMA firmware loaded
[ 7.390194] phy phy-4a084000.phy.3: Linked as a consumer to regulator.21
[ 7.397887] phy phy-4a085000.phy.4: Linked as a consumer to regulator.21
[ 7.620149] ahci 4a140000.sata: controller can't do 64bit DMA, forcing 32bit
[ 7.620157] ahci 4a140000.sata: forcing port_map 0x0 -> 0x1
[ 7.620193] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
[ 7.620199] ahci 4a140000.sata: flags: ncq sntf pm led clo only pmp pio slum part ccc apst
[ 7.641025] scsi host0: ahci
[ 7.641344] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 85
[ 7.689436] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[ 7.759594] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
[ 7.781502] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
[ 7.800909] omap-aes 4b500000.aes: will run requests pump with realtime priority
[ 7.828346] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
[ 7.837700] omap-aes 4b700000.aes: will run requests pump with realtime priority
[ 7.972682] ata1: SATA link down (SStatus 0 SControl 300)
[ 8.201766] davinci_mdio 4b232400.mdio: davinci mdio revision 1.6, bus freq 1000000
[ 8.201773] libphy: 4b232400.mdio: probed
[ 8.224014] davinci_mdio 4b232400.mdio: phy[1]: device 4b232400.mdio:01, driver NS DP83848C 10/100 Mbps PHY
[ 8.281856] davinci_mdio 4b2b2400.mdio: davinci mdio revision 1.6, bus freq 1000000
[ 8.281863] libphy: 4b2b2400.mdio: probed
[ 8.349572] asoc-simple-card sound0: tlv320aic32x4-hifi <-> 4847c000.mcasp mapping ok
[ 8.349591] asoc-simple-card sound0: ASoC: no DMI vendor name!
[ 8.353449] davinci_mdio 4b2b2400.mdio: phy[0]: device 4b2b2400.mdio:00, driver NS DP83848C 10/100 Mbps PHY
[ 8.353454] davinci_mdio 4b2b2400.mdio: phy[1]: device 4b2b2400.mdio:01, driver NS DP83848C 10/100 Mbps PHY
[ 8.356594] remoteproc remoteproc3: 4b234000.pru is available
[ 8.356654] pru-rproc 4b234000.pru: PRU rproc node pru@4b234000 probed successfully
[ 8.357184] remoteproc remoteproc4: 4b238000.pru is available
[ 8.357231] pru-rproc 4b238000.pru: PRU rproc node pru@4b238000 probed successfully
[ 8.357507] remoteproc remoteproc5: 4b2b4000.pru is available
[ 8.357556] pru-rproc 4b2b4000.pru: PRU rproc node pru@4b2b4000 probed successfully
[ 8.357836] remoteproc remoteproc6: 4b2b8000.pru is available
[ 8.357885] pru-rproc 4b2b8000.pru: PRU rproc node pru@4b2b8000 probed successfully
[ 8.430828] asoc-simple-card sound1: tlv320aic32x4-hifi <-> 4846c000.mcasp mapping ok
[ 8.430844] asoc-simple-card sound1: ASoC: no DMI vendor name!