Part Number: AM5749
We have a custom am5749 board with 4GB of memory. U-boot is modified for booting with pinmux, etc. A Linux device tree is developed.
The card is loaded with a Yocto build based off TI-sdk-linux-rt-am57xx-evm-06.03.00.106 image recipe tisdk-rootfs-image.bb.
During the boot we receive the message
[ 0.000000] Hit pending asynchronous external abort (FSR=0x00001211) during first unmask, this is most likely caused by a firmware/bootloader bug.
This message appears to comes from "arch/arm/mm/fault.c"
We are concerned that there is a serious problem behind this message that needs to be fixed. What must we do the eliminate this message? Attached is the console output during boot.
Thank you for your help.
U-Boot SPL 2019.01-gd3383039c0 (Dec 09 2020 - 09:49:17 -0700)
DRA762-GP ES1.0 ABZ package
Trying to boot from MMC1
no pinctrl state for default mode
Timed out in wait_for_event: status=0000
Check if pads/pull-ups of bus are properly configured
unable to get I2C bus. ret 1
tps65903x: could not set LDO1 voltage.
no pinctrl state for default mode
Loading Environment from FAT... *** Warning - bad CRC, using default environment
Loading Environment from MMC... *** Warning - bad CRC, using default environment
U-Boot 2019.01-gd3383039c0 (Dec 09 2020 - 09:49:03 -0700)
CPU : DRA762-GP ES1.0 ABZ package
Model: SKF Controller Board
Board: SKF Control Board REV 1c
DRAM: 4 GiB
MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
Loading Environment from FAT... *** Warning - bad CRC, using default environment
Loading Environment from MMC... *** Warning - bad CRC, using default environment
Net: No ethernet found.
Hit any key to stop autoboot: 0
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
** Unable to read file boot.scr **
** Unable to read file uEnv.txt **
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
4399616 bytes read in 194 ms (21.6 MiB/s)
87996 bytes read in 6 ms (14 MiB/s)
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Loading Device Tree to 8ffe7000, end 8ffff7bb ... OK
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.19.94-rt39-ga242ccf3f1 (gws@CACALCND314159PI) (gcc version 8.3.0 (GNU Toolchain for the A-pro
file Architecture 8.3-2019.03 (arm-rel-8.36))) #6 SMP PREEMPT RT Wed Dec 9 13:35:45 MST 2020
[ 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: SKF Controller Board AM5749
[ 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] Reserved memory: created CMA memory pool at 0x000000009f000000, size 8 MiB
[ 0.000000] OF: reserved mem: initialized node dsp2-memory@9f000000, compatible id shared-dma-pool
[ 0.000000] cma: Reserved 24 MiB at 0x00000000fe400000
[ 0.000000] OMAP4: Map 0x000000027fd00000 to (ptrval) for dram barrier
[ 0.000000] Hit pending asynchronous external abort (FSR=0x00001211) during first unmask, this is most likely caused by a
firmware/bootloader bug.
[ 0.000000] DRA762 ES1.0
[ 0.000000] random: get_random_bytes called from start_kernel+0xb0/0x488 with crng_init=0
[ 0.000000] percpu: Embedded 15 pages/cpu s32224 r8192 d21024 u61440
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 939904
[ 0.000000] Kernel command line: console=ttyS2,115200n8 root=PARTUUID=798a75db-02 rw rootfstype=ext4 rootwait
[ 0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Memory: 3557012K/3764224K available (10240K kernel code, 344K rwdata, 2772K rodata, 2048K init, 276K bss, 515
64K reserved, 155648K cma-reserved, 3249152K highmem)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
[ 0.000000] vmalloc : 0xe0800000 - 0xff800000 ( 496 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 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) ( 345 kB)
[ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) ( 277 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 0.000000] No expedited grace period (rcu_normal_after_boot).
[ 0.000000] Tasks RCU enabled.
[ 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.000011] Switching to timer-based delay loop, resolution 162ns
[ 0.000272] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
[ 0.000275] OMAP clocksource: 32k_counter at 32768 Hz
[ 0.000730] Console: colour dummy device 80x30
[ 0.000878] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
[ 0.000887] pid_max: default: 32768 minimum: 301
[ 0.001026] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.001033] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.001729] CPU: Testing write buffer coherency: ok
[ 0.001761] CPU0: Spectre v2: using ICIALLU workaround
[ 0.002000] /cpus/cpu@0 missing clock-frequency property
[ 0.002037] /cpus/cpu@1 missing clock-frequency property
[ 0.002049] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.059945] Setting up static identity map for 0x80200000 - 0x80200060
[ 0.099976] rcu: Hierarchical SRCU implementation.
[ 0.160229] EFI services will not be available.
[ 0.180114] smp: Bringing up secondary CPUs ...
[ 0.320562] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.320567] CPU1: Spectre v2: using ICIALLU workaround
[ 0.320696] smp: Brought up 1 node, 2 CPUs
[ 0.320714] SMP: Total of 2 processors activated (24.59 BogoMIPS).
[ 0.320723] CPU: All CPU(s) started in HYP mode.
[ 0.320731] CPU: Virtualization extensions available.
[ 0.321229] devtmpfs: initialized
[ 0.350513] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[ 0.350783] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.350805] futex hash table entries: 512 (order: 3, 32768 bytes)
[ 0.353436] pinctrl core: initialized pinctrl subsystem
[ 0.354015] DMI not present or invalid.
[ 0.354373] NET: Registered protocol family 16
[ 0.355682] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.356591] omap_hwmod: l3_main_2 using broken dt data from ocp
[ 0.548293] ------------[ cut here ]------------
[ 0.548322] WARNING: CPU: 0 PID: 31 at drivers/bus/omap_l3_noc.c:147 l3_interrupt_handler+0x330/0x380
[ 0.548333] 44000000.ocp:L3 Custom Error: MASTER MPU TARGET L4_PER1_P3 (Read): Data Access in User mode during Functional
access
[ 0.548342] Modules linked in:
[ 0.548356] CPU: 0 PID: 31 Comm: irq/23-l3-app-i Not tainted 4.19.94-rt39-ga242ccf3f1 #6
[ 0.548359] Hardware name: Generic DRA74X (Flattened Device Tree)
[ 0.548362] Backtrace:
[ 0.548374] [<c020c6a4>] (dump_backtrace) from [<c020c9dc>] (show_stack+0x18/0x1c)
[ 0.548381] r7:c0df8414 r6:60000013 r5:00000000 r4:c125425c
[ 0.548391] [<c020c9c4>] (show_stack) from [<c09ffb4c>] (dump_stack+0x9c/0xb0)
[ 0.548403] [<c09ffab0>] (dump_stack) from [<c022d120>] (__warn+0xdc/0xf8)
[ 0.548408] r7:c0df8414 r6:00000009 r5:00000000 r4:dfa3be24
[ 0.548418] [<c022d044>] (__warn) from [<c022cd30>] (warn_slowpath_fmt+0x50/0x6c)
[ 0.548424] r9:dfa17bc0 r8:e0882164 r7:c0df8340 r6:c0df8280 r5:c0df83e4 r4:c1207488
[ 0.548434] [<c022cce4>] (warn_slowpath_fmt) from [<c0556f24>] (l3_interrupt_handler+0x330/0x380)
[ 0.548438] r3:dfa15ac0 r2:c0df83e4
[ 0.548441] r5:00000002 r4:80080003
[ 0.548451] [<c0556bf4>] (l3_interrupt_handler) from [<c0289f0c>] (irq_forced_thread_fn+0x28/0xa0)
[ 0.548457] r10:00000001 r9:c0289ee4 r8:00000000 r7:ffffe000 r6:dfa15ee4 r5:dfa15ec0
[ 0.548460] r4:df877800
[ 0.548468] [<c0289ee4>] (irq_forced_thread_fn) from [<c028a2e4>] (irq_thread+0x140/0x22c)
[ 0.548472] r7:ffffe000 r6:dfa15ee4 r5:dfa15ec0 r4:df877800
[ 0.548481] [<c028a1a4>] (irq_thread) from [<c024c27c>] (kthread+0x160/0x168)
[ 0.548486] r10:df87ba94 r9:c028a1a4 r8:dfa15ec0 r7:dfa3a000 r6:00000000 r5:dfa15f00
[ 0.548489] r4:df9e70c0
[ 0.548496] [<c024c11c>] (kthread) from [<c02010e0>] (ret_from_fork+0x14/0x34)
[ 0.548500] Exception stack(0xdfa3bfb0 to 0xdfa3bff8)
[ 0.548504] bfa0: 00000000 00000000 00000000 00000000
[ 0.548509] bfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 0.548513] bfe0: 00000000 00000000 00000000 00000000 00000013 00000000
[ 0.548519] r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c024c11c
[ 0.548521] r4:dfa15f00
[ 0.548524] ---[ end trace 0000000000000001 ]---
[ 0.558431] OMAP GPIO hardware version 0.1
[ 0.585315] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.585328] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.586446] OMAP DMA hardware revision 0.0
[ 0.613182] edma 43300000.edma: memcpy is disabled
[ 0.617318] edma 43300000.edma: TI EDMA DMA engine driver
[ 0.626214] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
[ 0.630056] omap-iommu 40d01000.mmu: 40d01000.mmu registered
[ 0.630366] omap-iommu 40d02000.mmu: 40d02000.mmu registered
[ 0.630760] omap-iommu 58882000.mmu: 58882000.mmu registered
[ 0.631221] omap-iommu 55082000.mmu: 55082000.mmu registered
[ 0.631753] omap-iommu 41501000.mmu: 41501000.mmu registered
[ 0.632069] omap-iommu 41502000.mmu: 41502000.mmu registered
[ 0.632348] iommu: Adding device 58820000.ipu to group 1
[ 0.632424] iommu: Adding device 55020000.ipu to group 2
[ 0.632539] iommu: Adding device 40800000.dsp to group 0
[ 0.632742] iommu: Adding device 41000000.dsp to group 3
[ 0.634091] SCSI subsystem initialized
[ 0.635184] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
[ 0.636189] palmas 2-0058: IRQ missing: skipping irq request
[ 0.661795] palmas 2-0058: Muxing GPIO 2b, PWM 0, LED 0
[ 0.665447] SMPS12: supplied by regulator-dummy
[ 0.670023] SMPS3: supplied by VMAIN
[ 0.674274] SMPS45: supplied by regulator-dummy
[ 0.679284] SMPS6: supplied by VMAIN
[ 0.683846] SMPS7: supplied by VMAIN
[ 0.688855] SMPS8: supplied by VMAIN
[ 0.693418] SMPS9: supplied by VMAIN
[ 0.693499] random: fast init done
[ 0.695828] LDO1: supplied by VMAIN
[ 0.702813] LDO2: supplied by VMAIN
[ 0.712368] LDO3: supplied by VMAIN
[ 0.722390] LDO4: supplied by VMAIN
[ 0.732406] LDO5: supplied by regulator-dummy
[ 0.734030] LDO6: supplied by regulator-dummy
[ 0.735652] LDO7: supplied by regulator-dummy
[ 0.737276] LDO8: supplied by regulator-dummy
[ 0.738884] LDO9: supplied by VMAIN
[ 0.742422] LDOLN: supplied by VMAIN
[ 0.752445] LDOUSB: supplied by VMAIN
[ 0.765604] omap_i2c 48060000.i2c: bus 2 rev0.12 at 100 kHz
[ 0.765817] media: Linux media interface: v0.10
[ 0.765867] videodev: Linux video capture interface: v2.00
[ 0.765960] pps_core: LinuxPPS API ver. 1 registered
[ 0.765970] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.765992] PTP clock support registered
[ 0.766024] EDAC MC: Ver: 3.0.0
[ 0.771686] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
[ 0.771964] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
[ 0.772516] Advanced Linux Sound Architecture Driver Initialized.
[ 0.773477] clocksource: Switched to clocksource arch_sys_counter
[ 0.783458] NET: Registered protocol family 2
[ 0.784251] tcp_listen_portaddr_hash hash table entries: 256 (order: 1, 8192 bytes)
[ 0.784282] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.784328] TCP bind hash table entries: 4096 (order: 4, 114688 bytes)
[ 0.784449] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.784548] UDP hash table entries: 256 (order: 2, 16384 bytes)
[ 0.784587] UDP-Lite hash table entries: 256 (order: 2, 16384 bytes)
[ 0.784776] NET: Registered protocol family 1
[ 0.785385] RPC: Registered named UNIX socket transport module.
[ 0.785396] RPC: Registered udp transport module.
[ 0.785405] RPC: Registered tcp transport module.
[ 0.785413] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.786538] hw perfevents: no interrupt-affinity property for /pmu, guessing.
[ 0.786762] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
[ 0.787914] Initialise system trusted keyrings
[ 0.788078] workingset: timestamp_bits=14 max_order=20 bucket_order=6
[ 0.795108] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.795714] NFS: Registering the id_resolver key type
[ 0.795744] Key type id_resolver registered
[ 0.795754] Key type id_legacy registered
[ 0.795800] ntfs: driver 2.1.32 [Flags: R/O].
[ 0.797419] Key type asymmetric registered
[ 0.797432] Asymmetric key parser 'x509' registered
[ 0.797506] bounce: pool size: 64 pages
[ 0.797543] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.797554] io scheduler noop registered
[ 0.797564] io scheduler deadline registered
[ 0.797770] io scheduler cfq registered (default)
[ 0.797781] io scheduler mq-deadline registered
[ 0.797790] io scheduler kyber registered
[ 0.803716] pinctrl-single 4a003400.pinmux: 282 pins, size 1128
[ 0.807700] dra7-pcie 51000000.pcie: Linked as a consumer to phy-4a094000.pciephy.1
[ 0.808170] dra7-pcie 51000000.pcie: host bridge /ocp/axi@0/pcie@51000000 ranges:
[ 0.808212] dra7-pcie 51000000.pcie: IO 0x20003000..0x20012fff -> 0x00000000
[ 0.808245] dra7-pcie 51000000.pcie: MEM 0x20013000..0x2fffffff -> 0x20013000
[ 0.908338] dra7-pcie 51000000.pcie: Link up
[ 0.908495] dra7-pcie 51000000.pcie: PCI host bridge to bus 0000:00
[ 0.908512] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.908524] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 0.908535] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
[ 0.914418] PCI: bus0: Fast back to back transfers disabled
[ 0.948795] PCI: bus1: Fast back to back transfers disabled
[ 0.948817] pci 0000:01:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 0.949043] pci_bus 0000:02: extended config space not accessible
[ 0.955207] PCI: bus2: Fast back to back transfers disabled
[ 0.955320] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff 64bit]
[ 0.955344] pci 0000:00:00.0: BAR 8: assigned [mem 0x20200000-0x202fffff]
[ 0.955361] pci 0000:01:00.0: BAR 8: assigned [mem 0x20200000-0x202fffff]
[ 0.955377] pci 0000:02:00.0: BAR 0: assigned [mem 0x20200000-0x2020ffff]
[ 0.955402] pci 0000:01:00.0: PCI bridge to [bus 02]
[ 0.955430] pci 0000:01:00.0: bridge window [mem 0x20200000-0x202fffff]
[ 0.955473] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[ 0.955485] pci 0000:00:00.0: bridge window [mem 0x20200000-0x202fffff]
[ 0.955948] pcieport 0000:00:00.0: Signaling PME with IRQ 166
[ 0.956170] pcieport 0000:00:00.0: AER enabled with IRQ 166
[ 0.960102] V3_3D: supplied by smps9
[ 0.960648] vtt_fixed: supplied by V3_3D
[ 1.015690] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
[ 1.019420] console [ttyS2] disabled
[ 1.019485] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 45, base_baud = 3000000) is a 8250
[ 2.362608] console [ttyS2] enabled
[ 2.367011] 4806e000.serial: ttyS3 at MMIO 0x4806e000 (irq = 46, base_baud = 3000000) is a 8250
[ 2.375896] serial serial0: tty port ttyS3 registered
[ 2.382916] omap_rng 48090000.rng: Random Number Generator ver. 20
[ 2.383568] random: crng init done
[ 2.393685] omapdss_dss 58000000.dss: Linked as a consumer to regulator.20
[ 2.400725] DSS: OMAP DSS rev 6.1
[ 2.407461] omapdss_hdmi5 58040000.encoder: Linked as a consumer to regulator.14
[ 2.414989] omapdss_hdmi5 58040000.encoder: Dropping the link to regulator.14
[ 2.436882] brd: module loaded
[ 2.447875] loop: module loaded
[ 2.466021] libphy: Fixed MDIO Bus: probed
[ 2.533526] davinci_mdio 48485000.mdio: davinci mdio revision 1.6, bus freq 1000000
[ 2.541224] davinci_mdio 48485000.mdio: detected phy mask fffffffc
[ 2.552262] libphy: 48485000.mdio: probed
[ 2.556300] davinci_mdio 48485000.mdio: phy[0]: device 48485000.mdio:00, driver Marvell 88E1510
[ 2.565051] davinci_mdio 48485000.mdio: phy[1]: device 48485000.mdio:01, driver Marvell 88E1510
[ 2.574527] cpsw 48484000.ethernet: Detected MACID = 38:0b:3c:0b:f7:ac
[ 2.581148] cpsw 48484000.ethernet: initialized cpsw ale version 1.4
[ 2.587543] cpsw 48484000.ethernet: ALE Table size 1024
[ 2.592840] cpsw 48484000.ethernet: cpts: overflow check period 500 (jiffies)
[ 2.601007] cpsw 48484000.ethernet: cpsw: Detected MACID = 38:0b:3c:0b:f7:ad
[ 2.634347] rtc-ds1307 0-006f: registered as rtc0
[ 2.639284] i2c /dev entries driver
[ 2.644169] pps pps0: new PPS source pps.-1
[ 2.648537] pps pps0: Registered IRQ 171 as PPS source
[ 2.655526] gpio-fan gpio_fan: GPIO fan initialized
[ 2.661609] tmp102 0-0048: initialized
[ 2.667723] sdhci: Secure Digital Host Controller Interface driver
[ 2.673934] sdhci: Copyright(c) Pierre Ossman
[ 2.679212] sdhci-pltfm: SDHCI platform and OF driver helper
[ 2.685865] omap_gpio 4805d000.gpio: Could not set line 27 debounce to 200000 microseconds (-22)
[ 2.694701] sdhci-omap 4809c000.mmc: Got CD GPIO
[ 2.699574] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.26
[ 2.706974] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.11
[ 2.713894] sdhci-omap 4809c000.mmc: Dropping the link to regulator.11
[ 2.720551] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.2
[ 2.727820] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.11
[ 2.734822] sdhci-omap 4809c000.mmc: no pinctrl state for ddr_3_3v mode
[ 2.769334] mmc0: SDHCI controller on 4809c000.mmc [4809c000.mmc] using ADMA
[ 2.776975] sdhci-omap 480b4000.mmc: Linked as a consumer to regulator.2
[ 2.783779] sdhci-omap 480b4000.mmc: Dropping the link to regulator.2
[ 2.790372] sdhci-omap 480b4000.mmc: Linked as a consumer to regulator.2
[ 2.823136] mmc1: SDHCI controller on 480b4000.mmc [480b4000.mmc] using ADMA
[ 2.836357] gnss: GNSS driver registered with major 242
[ 2.841791] gnss-mtk serial0-0: Linked as a consumer to regulator.2
[ 2.847469] mmc0: host does not support reading read-only switch, assuming write-enable
[ 2.850360] mmc0: new high speed SDHC card at address aaaa
[ 2.863566] NET: Registered protocol family 10
[ 2.869195] Segment Routing with IPv6
[ 2.872193] mmc1: new DDR MMC card at address 0001
[ 2.872934] mmcblk0: mmc0:aaaa SC32G 29.7 GiB
[ 2.882247] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 2.883840] mmcblk1: mmc1:0001 IS008G 7.28 GiB
[ 2.884452] mmcblk1boot0: mmc1:0001 IS008G partition 1 4.00 MiB
[ 2.884936] mmcblk1boot1: mmc1:0001 IS008G partition 2 4.00 MiB
[ 2.885163] mmcblk1rpmb: mmc1:0001 IS008G partition 3 4.00 MiB, chardev (243:0)
[ 2.888742] mmcblk0: p1 p2
[ 2.915376] NET: Registered protocol family 17
[ 2.920084] Key type dns_resolver registered
[ 2.924540] Registering SWP/SWPB emulation handler
[ 2.929355] omap_voltage_late_init: Voltage driver support not added
[ 2.935738] Power Management for TI OMAP4+ devices.
[ 2.941444] Loading compiled-in X.509 certificates
[ 2.981427] dmm 4e000000.dmm: workaround for errata i878 in use
[ 2.989340] dmm 4e000000.dmm: initialized all PAT entries
[ 2.996300] omapdss_hdmi5 58040000.encoder: Linked as a consumer to regulator.14
[ 3.003834] omapdss_hdmi5 58040000.encoder: Dropping the link to regulator.14
[ 3.013001] omapdss_hdmi5 58040000.encoder: Linked as a consumer to regulator.14
[ 3.020870] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops)
[ 3.028947] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_component_ops)
[ 3.038021] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 3.044669] [drm] No driver support for vblank timestamp query.
[ 3.050640] [drm] Cannot find any crtc or sizes
[ 3.056326] [drm] Initialized omapdrm 1.0.0 20110917 for omapdrm.0 on minor 0
[ 3.064840] rtc-ds1307 0-006f: setting system clock to 2020-12-09 22:32:47 UTC (1607553167)
[ 3.074013] ALSA device list:
[ 3.076998] No soundcards found.
[ 3.110262] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 3.118436] VFS: Mounted root (ext4 filesystem) on device 179:2.
[ 3.134375] devtmpfs: mounted
[ 3.138827] Freeing unused kernel memory: 2048K
[ 3.143574] Run /sbin/init as init process
[ 3.483247] 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)
[ 3.505067] systemd[1]: Detected architecture arm.
Welcome to Arago 2019.11!
[ 3.556566] systemd[1]: Set hostname to <am57xx-evm>.
[ 3.805002] 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.822154] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit u
sing IP firewalling.)
[ 4.073595] [drm] Cannot find any crtc or sizes
[ 4.098802] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ OK ] Started Dispatch Password Requests to Console Directory Watch.
[ 4.153018] systemd[1]: Listening on Process Core Dump Socket.
[ OK ] Listening on Process Core Dump Socket.
[ 4.194313] systemd[1]: Listening on Journal Socket.
[ OK ] Listening on Journal Socket.
[ 4.240841] systemd[1]: Mounting POSIX Message Queue File System...
Mounting POSIX Message Queue File System...
[ 4.274283] systemd[1]: Listening on udev Control Socket.
[ OK ] Listening on udev Control Socket.
[ OK ] Listening on initctl Compatibility Named Pipe.
[ OK ] Reached target Remote File Systems.
Starting Load Kernel Modules...
[ OK ] Listening on udev Kernel Socket.
[ 4.423279] cmemk: loading out-of-tree module taints kernel.
[ 4.430294] CMEMK module: reference Linux version 4.19.94
[ 4.436548] allocated heap buffer 0x40500000 of size 0x100000
[ 4.442379] cmemk initialized
Starting udev Coldplug all Devices...
[ 4.456380] cryptodev: driver 1.9 loaded.
[ OK ] Started Forward Password Requests to Wall Directory Watch.
[ OK ] Started Hardware RNG Entropy Gatherer Daemon.
Starting Create list of required st��…ce nodes for the current kernel...
[ OK ] Created slice system-getty.slice.
Mounting Kernel Debug File System...
[ OK ] Created slice User and Session Slice.
[ OK ] Reached target Slices.
[ OK ] Reached target Paths.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ OK ] Listening on Journal Socket (/dev/log).
Starting Journal Service...
Starting Remount Root and Kernel File Systems...
[ OK ] Reached target Swap.
[ 4.865931] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
Mounting Temporary Directory (/tmp)...
[ OK ] Listening on Network Service Netlink Socket.
[ OK ] Mounted POSIX Message Queue File System.
[ OK ] Started Journal Service.
[ OK ] Started Load Kernel Modules.
[ OK ] Started Create list of required sta��…vice nodes for the current kernel.
[ OK ] Mounted Kernel Debug File System.
[ OK ] Started Remount Root and Kernel File Systems.
[ OK ] Mounted Temporary Directory (/tmp).
Starting Create Static Device Nodes in /dev...
Mounting Kernel Configuration File System...
Starting Apply Kernel Variables...
Starting Flush Journal to Persistent Storage...
[ OK ] Started Create Static Device Nodes in /dev.
[ OK ] Mounted Kernel Configuration File System.
[ OK ] Started Apply Kernel Variables.
[ 5.535715] systemd-journald[141]: Received request to flush runtime journal from PID 1
[ OK ] Reached target Local File Systems (Pre).
[ OK ] Reached target Containers.
Mounting /media/ram...
Mounting /var/volatile...
Starting udev Kernel Device Manager...
[ OK ] Started Flush Journal to Persistent Storage.
[ OK ] Mounted /media/ram.
[ OK ] Mounted /var/volatile.
[ OK ] Started udev Kernel Device Manager.
Starting Load/Save Random Seed...
[ OK ] Reached target Local File Systems.
Starting Create Volatile Files and Directories...
[ OK ] Started Load/Save Random Seed.
[ OK ] Started Create Volatile Files and Directories.
[ OK ] Started udev Coldplug all Devices.
Starting Update UTMP about System Boot/Shutdown...
[ 6.645212] omap-rproc 58820000.ipu: ignoring dependency for device, assuming no driver
[ 6.683393] omap-rproc 58820000.ipu: ignoring dependency for device, assuming no driver
Starting Network Time Synchronization...
[ 6.743030] omap-rproc 58820000.ipu: assigned reserved memory node ipu1-memory@9d000000
[ 6.766906] remoteproc remoteproc0: 58820000.ipu is available
[ 6.774122] omap-rproc 55020000.ipu: ignoring dependency for device, assuming no driver
[ 6.776148] remoteproc remoteproc0: Direct firmware load for dra7-ipu1-fw.xem4 failed with error -2
[ 6.776161] remoteproc remoteproc0: powering up 58820000.ipu
[ 6.776191] remoteproc remoteproc0: Direct firmware load for dra7-ipu1-fw.xem4 failed with error -2
[ 6.776200] remoteproc remoteproc0: request_firmware failed: -2
[ 6.814228] omap-rproc 55020000.ipu: ignoring dependency for device, assuming no driver
[ 6.822435] omap-rproc 55020000.ipu: assigned reserved memory node ipu2-memory@95800000
[ 6.840904] remoteproc remoteproc1: 55020000.ipu is available
[ 6.847008] remoteproc remoteproc1: Direct firmware load for dra7-ipu2-fw.xem4 failed with error -2
[ 6.853640] omap-rproc 40800000.dsp: ignoring dependency for device, assuming no driver
[ 6.864452] remoteproc remoteproc1: powering up 55020000.ipu
[ 6.870292] remoteproc remoteproc1: Direct firmware load for dra7-ipu2-fw.xem4 failed with error -2
[ 6.879484] remoteproc remoteproc1: request_firmware failed: -2
[ 6.904035] omap-rproc 40800000.dsp: ignoring dependency for device, assuming no driver
[ 6.912081] omap-rproc 40800000.dsp: assigned reserved memory node dsp1-memory@99000000
[ 6.930111] remoteproc remoteproc2: 40800000.dsp is available
Starting Network Service...
[ 6.947578] omap-rproc 41000000.dsp: ignoring dependency for device, assuming no driver
[ 6.969453] omap-rproc 41000000.dsp: ignoring dependency for device, assuming no driver
[ 6.987564] omap-rproc 41000000.dsp: assigned reserved memory node dsp2-memory@9f000000
[ 7.046549] remoteproc remoteproc3: 41000000.dsp is available
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Found device /dev/ttyS2.
[ OK ] Started Network Time Synchronization.
[ OK ] Reached target System Initialization.
[ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[ 8.105520] Error: Driver 'rtc-ds1307' is already registered, aborting...
[ 8.114880] Driver for 1-wire Dallas network protocol.
[ 8.230250] Error: Driver 'rtc-ds1307' is already registered, aborting...
[ 8.253947] omap_hdq 480b2000.1w: OMAP HDQ Hardware Rev 0.:. Driver in Interrupt mode
[ 8.327598] omap_rtc 48838000.rtc: registered as rtc1
[ 8.354175] net eth1: initializing cpsw version 1.15 (0)
[ OK ] Listening on D-Bus System Message Bus Socket.
Starting Reboot and dump vmcore via kexec...
[ 8.470718] Marvell 88E1510 48485000.mdio:01: attached PHY driver [Marvell 88E1510] (mii_bus:phy_addr=48485000.mdio:01, i
rq=POLL)
[ 8.493020] w1_master_driver w1_bus_master1: Attaching one wire slave 01.000000000000 crc 3d
[ OK ] Listening on RPCbind Server Activation Socke[ 8.516375] w1_master_driver w1_bus_master1: Family 1 for 01.0000000
00000.3d is not registered.
t.
[ 8.536252] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ OK ] Started Daily Cleanup of Temporary Directories.
[ 8.624123] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
Starting Docker Socket for the API.
[ 8.636978] omap-des 480a5000.des: will run requests pump with realtime priority
[ 8.655167] net eth0: initializing cpsw version 1.15 (0)
[ 8.769678] Marvell 88E1510 48485000.mdio:00: attached PHY driver [Marvell 88E1510] (mii_bus:phy_addr=48485000.mdio:00, i
rq=POLL)
[ 8.789833] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 8.799583] remoteproc remoteproc2: powering up 40800000.dsp
[ 8.805544] remoteproc remoteproc2: Booting fw image dra7-dsp1-fw.xe66, size 20634336
[ 8.816136] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0
[ OK ] Listening on dropbear.socket.[ 8.822049] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0
[ 8.866036] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 8.871602] remoteproc remoteproc2: registered virtio0 (type 7)
[ 8.877789] remoteproc remoteproc2: remote processor 40800000.dsp is now up
[ OK ] Reached target System Time Synchronized.
[ 8.893640] virtio_rpmsg_bus virtio0: creating channel rpmsg-proto addr 0x3d
[ OK ] Started Daily rotation of log files.
[ OK ] Reached target Timers.
[ 8.979049] remoteproc remoteproc3: powering up 41000000.dsp
[ 8.985109] remoteproc remoteproc3: Booting fw image dra7-dsp2-fw.xe66, size 20634336
[ 8.998765] omap-iommu 41501000.mmu: 41501000.mmu: version 3.0
[ 9.006128] omap-iommu 41502000.mmu: 41502000.mmu: version 3.0
[ OK ] Started Network Service.
[ 9.056847] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 9.062422] remoteproc remoteproc3: registered virtio1 (type 7)
[ 9.069695] remoteproc remoteproc3: remote processor 41000000.dsp is now up
[ 9.086911] virtio_rpmsg_bus virtio1: creating channel rpmsg-proto addr 0x3d
[ 9.115185] vpe 489d0000.vpe: loading firmware vpdma-1b8.bin
[ OK ] Started Reboot and dump vmcore via kexec.
[ 9.153909] vpe 489d0000.vpe: Device registered as /dev/video0
[ OK ] Listening on Docker Socket for the API.
[ OK ] Reached target Sockets.
[ OK ] Reached target Basic System.
Starting rc.pvr.service...
[ 9.412012] ahci 4a140000.sata: controller can't do 64bit DMA, forcing 32bit
[ 9.419107] ahci 4a140000.sata: forcing port_map 0x0 -> 0x1
[ 9.435141] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
Starting Print notice about GPLv3 packages...
[ 9.462285] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
[ 9.462617] ahci 4a140000.sata: flags: ncq sntf pm led clo only pmp pio slum part ccc apst
[ 9.464656] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[ OK ] Started D-Bus System Message Bus.
[ 9.665028] scsi host0: ahci
[ 9.706337] [drm] Initialized pvr 1.17.4948957 20110701 for 56000000.gpu on minor 1
[ 9.759458] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 81
[ 9.774671] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
Starting Login Service...
Starting RPC Bind Service...
Starting TI IPC Daemon...
[ OK ] Started Periodic Command Scheduler.
[ 9.864400] PVR_K: UM DDK-(4948957) and KM DDK-(4948957) match. [ OK ]
[ 9.878623] omap-aes 4b500000.aes: will run requests pump with realtime priority
[ 9.947755] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
[ 9.952452] omap-aes 4b700000.aes: will run requests pump with realtime priority
[ OK ] Started Job spooling tools.
Starting TI MultiCore Tools Daemon...
Starting Wait for Network to be Configured...
Starting Network Name Resolution...
[ OK ] Started rc.pvr.service.
[ OK ] Started RPC Bind Service.
[ OK ] Started TI IPC Daemon.
[ 10.206080] ata1: SATA link down (SStatus 0 SControl 300)
[ OK ] Started TI MultiCore Tools Daemon.
Starting weston.service...
[ OK ] Started Login Service.[ 10.298095] omap-hdmi-audio omap-hdmi-audio.0.auto: snd-soc-dummy-dai <-> 58040000.encoder
mapping ok
[ 10.319168] omap-hdmi-audio omap-hdmi-audio.0.auto: ASoC: no DMI vendor name!
[ 10.663748] davinci_mdio 4b2b2400.mdio: davinci mdio revision 1.6, bus freq 1000000
[ 10.675997] libphy: 4b2b2400.mdio: probed
[ 10.688074] mdio_bus 4b2b2400.mdio: MDIO device at address 0 is missing.
[ OK ] Started Network Name Resolution.
[ OK ] Reached target Network.
Starting DNS forwarder and DHCP server...
Starting Simple Network Management Protocol (SNMP) Daemon....
Starting Lightning Fast Webserver With Light System Requirements...
Starting Permit User Sessions...
[ 10.796951] davinci_mdio 4b2b2400.mdio: phy[1]: device 4b2b2400.mdio:01, driver TI DP83620 10/100 Mbps PHY
Starting Enable and configure wl18xx bluetooth stack...
Starting Avahi mDNS/DNS-SD Stack...
[ OK ] Reached target Host and Network Name Lookups.
[ OK ] Started NFS status monitor for NFSv2/3 locking..
[ OK ] Started Permit User Sessions.
[ OK ] Started Lightning Fast Webserver With Light System Requirements.
[ 11.093354] remoteproc remoteproc4: 4b234000.pru is available
[ OK ] Started Enable and configure wl18xx bluetooth stack.
[ OK ] Started DNS forwarder and DHCP server.
[ 11.154067] pru-rproc 4b234000.pru: PRU rproc node pru@4b234000 probed successfully
[ OK ] Started Avahi mDNS/DNS-SD Stack.
[ 11.253368] remoteproc remoteproc5: 4b238000.pru is available
[ 11.289300] pru-rproc 4b238000.pru: PRU rproc node pru@4b238000 probed successfully
[ 11.331541] remoteproc remoteproc6: 4b2b4000.pru is available
[ 11.350859] pru-rproc 4b2b4000.pru: PRU rproc node pru@4b2b4000 probed successfully
[ 11.361141] remoteproc remoteproc7: 4b2b8000.pru is available
[ 11.375957] pru-rproc 4b2b8000.pru: PRU rproc node pru@4b2b8000 probed successfully
[ OK ] Started Getty on tty1.
[ OK ] Started Serial Getty on ttyS2.
[ OK ] Reached target Login Prompts.
Starting Synchronize System and HW clocks...
[ OK ] Started Simple Network Management Protocol (SNMP) Daemon..
[ OK ] Started Synchronize System and HW clocks.
[ 12.806293] cpsw 48484000.ethernet eth1: Link is Up - 1Gbps/Full - flow control rx/tx
[ 12.817626] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
Starting Hostname Service...
[ 13.135521] cpsw 48484000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 13.150331] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[ OK ] Started Hostname Service.
[ OK ] Created slice system-systemd\x2dfsck.slice.
[ OK ] Started weston.service.
Starting telnetd.service...
Starting Matrix GUI...
[ OK ] Started telnetd.service.
Starting thttpd.service...
Starting LSB: Bring up/down LXC autostart containers...
[ OK ] Started Matrix GUI.
[ OK ] Started thttpd.service.
[ OK ] Started LSB: Bring up/down LXC autostart containers.
***************************************************************
***************************************************************
NOTICE: This file system contains the following GPLv3 packages:
autoconf
bash-dev
bash
bc
binutils-dev
binutils
bison-dev
bison
cifs-utils
cpio
cpp-symlinks
cpp
dnsmasq
dosfstools
elfutils-dev
elfutils
g++-symlinks
g++
gawk
gcc-symlinks
gcc
gdb
gdbc6x
gdbserver
gettext
glmark2
gstreamer1.0-libav
gzip
hidapi
libasm1
libbfd
libcairo-perf-utils
libdw1
libelf1
libgdbm-compat4
libgdbm-dev
libgdbm6
libgettextlib
libgettextsrc
libgmp10
libidn12
libidn2-0
libmpc3
libmpfr6
libreadline-dev
libreadline7
libunistring2
m4-dev
m4
make
nano
nettle
parted
pdm-anomaly-detection
rsync
swig-dev
swig
tar
wget
which
If you do not wish to distribute GPLv3 components please remove
the above packages prior to distribution. This can be done using
the opkg remove command. i.e.:
opkg remove <package>
Where <package> is the name printed in the list above
NOTE: If the package is a dependency of another package you
will be notified of the dependent packages. You should
use the --force-removal-of-dependent-packages option to
also remove the dependent packages as well
***************************************************************
***************************************************************
[ OK ] Started Print notice about GPLv3 packages.
[ 16.957735] dwc3 48890000.usb: Failed to get clk 'ref': -2
[ 17.002899] NET: Registered protocol family 45
[ 17.103828] dwc3 488d0000.usb: Failed to get clk 'ref': -2
[ 17.321565] usbcore: registered new interface driver usbfs
[ 17.339805] usbcore: registered new interface driver hub
[ 17.373940] usbcore: registered new device driver usb
[ 17.407610] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 17.416762] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
[ 17.426826] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x0000000002010010
[ 17.437675] xhci-hcd xhci-hcd.1.auto: irq 175, io mem 0x48890000
[ 17.446053] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[ 17.456091] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 17.463349] usb usb1: Product: xHCI Host Controller
[ 17.468864] usb usb1: Manufacturer: Linux 4.19.94-rt39-ga242ccf3f1 xhci-hcd
[ 17.476243] usb usb1: SerialNumber: xhci-hcd.1.auto
[ 17.482859] hub 1-0:1.0: USB hub found
[ 17.488704] hub 1-0:1.0: 1 port detected
[ 17.497448] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 17.502980] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
[ 17.512230] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
[ 17.519889] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 17.528526] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[ 17.537201] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 17.544827] usb usb2: Product: xHCI Host Controller
[ 17.549730] usb usb2: Manufacturer: Linux 4.19.94-rt39-ga242ccf3f1 xhci-hcd
[ 17.557394] usb usb2: SerialNumber: xhci-hcd.1.auto
[ 17.564926] hub 2-0:1.0: USB hub found
[ 17.568743] hub 2-0:1.0: 1 port detected
[ 17.579753] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[ 17.585303] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 3
[ 17.593388] xhci-hcd xhci-hcd.2.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x0000000002010010
[ 17.605695] xhci-hcd xhci-hcd.2.auto: irq 176, io mem 0x488d0000
[ 17.613164] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[ 17.622738] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 17.630295] usb usb3: Product: xHCI Host Controller
[ 17.635533] usb usb3: Manufacturer: Linux 4.19.94-rt39-ga242ccf3f1 xhci-hcd
[ 17.642530] usb usb3: SerialNumber: xhci-hcd.2.auto
[ 17.649565] hub 3-0:1.0: USB hub found
[ 17.653381] hub 3-0:1.0: 1 port detected
[ 17.662886] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[ 17.669229] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 4
[ 17.677932] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperSpeed
[ 17.685331] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 17.694129] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[ 17.702437] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 17.710320] usb usb4: Product: xHCI Host Controller
[ 17.715579] usb usb4: Manufacturer: Linux 4.19.94-rt39-ga242ccf3f1 xhci-hcd
[ 17.722576] usb usb4: SerialNumber: xhci-hcd.2.auto
[ 17.729556] hub 4-0:1.0: USB hub found
[ 17.733370] hub 4-0:1.0: 1 port detected
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project http://arago-project.org am57xx-evm ttyS2
Arago 2019.11 am57xx-evm ttyS2
am57xx-evm login: [ 20.918822] NET: Registered protocol family 15
[ 21.117139] Initializing XFRM netlink socket
[ 23.765841] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netf
ilter if you need this.
[ 23.786249] Bridge firewalling registered
[ 24.633903] IPv6: ADDRCONF(NETDEV_UP): docker0: link is not ready