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: AM5718

Part Number: AM5718
Other Parts Discussed in Thread: DRA722, PMP

hi,

i have been working in am571xx custom

i enable the USB option but the kernal is not fully loding 

if dissable the USB option that time linux kernal of loaded filly and login promt is came

why im got this error?

i show you a log of that

teclever@teclever-ThinkPad-T450:~$ sudo minicom -s
[sudo] password for teclever:










minicom: cannot open /dev/ttyUSB0: No such file or directory
teclever@teclever-ThinkPad-T450Welcome to minicom 2.7.1

OPTIONS: I18n
Compiled on Aug 13 2017, 15:25:34.
Port /dev/ttyUSB0, 10:10:20

Press CTRL-A Z for help on special keys

����
U-Boot SPL 2019.01-g323d51410c-dirty (Jan 21 2022 - 15:26:20 +0530)
DRA722-GP ES2.0
no pinctrl state for default mode
Trying to boot from no pinctrl state for default mode
Loading Environment from FAT... OK


U-Boot 2019.01-g323d51410c-dirty (Jan 21 2022 - 15:26:20 +0530)

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
i2c_write: error waiting for data ACK (status=0x116)
cdce9xx_reg_write: failed for addr:5, ret:-121
Net: Could not get PHY for ethernet@48484000: addr 0

Warning: ethernet@48484000 using MAC address from ROM
eth0: ethernet@48484000
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 **
1490 bytes read in 1 ms (1.4 MiB/s)
Loaded env from uEnv.txt
Importing environment from mmc0 ...
Running uenvcmd ...
1 bytes read in 3 ms (0 Bytes/s)
Already setup.
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
4444672 bytes read in 197 ms (21.5 MiB/s)
128480 bytes read in 8 ms (15.3 MiB/s)
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Loading Device Tree to 8ffdd000, end 8ffff5df ... OK

Starting kernel ...

[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.19.94-gbe5389fd85 (pinaka@pinaka-ThinkPad-T450) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architectu2
[ 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=7cda1283-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: 641892K/815104K available (10240K kernel code, 335K rwdata, 2784K rodata, 2048K init, 268K bss, 25756K reserved, 14745)
[ 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.000006] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398046511023ns
[ 0.000019] Switching to timer-based delay loop, resolution 162ns
[ 0.000297] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
[ 0.000307] OMAP clocksource: 32k_counter at 32768 Hz
[ 0.000804] Console: colour dummy device 80x30
[ 0.000851] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
[ 0.000866] pid_max: default: 32768 minimum: 301
[ 0.000986] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.001001] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.001585] CPU: Testing write buffer coherency: ok
[ 0.001624] CPU0: Spectre v2: using ICIALLU workaround
[ 0.001855] /cpus/cpu@0 missing clock-frequency property
[ 0.001870] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.059868] Setting up static identity map for 0x80200000 - 0x80200060
[ 0.079870] rcu: Hierarchical SRCU implementation.
[ 0.100053] EFI services will not be available.
[ 0.119921] smp: Bringing up secondary CPUs ...
[ 0.119933] smp: Brought up 1 node, 1 CPU
[ 0.119944] SMP: Total of 1 processors activated (12.29 BogoMIPS).
[ 0.119953] CPU: All CPU(s) started in HYP mode.
[ 0.119961] CPU: Virtualization extensions available.
[ 0.120394] devtmpfs: initialized
[ 0.150112] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[ 0.150408] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.150426] futex hash table entries: 256 (order: 2, 16384 bytes)
[ 0.153125] pinctrl core: initialized pinctrl subsystem
[ 0.153692] DMI not present or invalid.
[ 0.153979] NET: Registered protocol family 16
[ 0.160953] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.161892] omap_hwmod: l3_main_2 using broken dt data from ocp
[ 0.350637] cpuidle: using governor ladder
[ 0.350674] cpuidle: using governor menu
[ 0.361581] OMAP GPIO hardware version 0.1
[ 0.385519] No ATAGs?
[ 0.385566] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.385583] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.386487] OMAP DMA hardware revision 0.0
[ 0.422604] edma 43300000.edma: memcpy is disabled
[ 0.426003] edma 43300000.edma: TI EDMA DMA engine driver
[ 0.433297] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
[ 0.436944] omap-iommu 40d01000.mmu: 40d01000.mmu registered
[ 0.437135] omap-iommu 40d02000.mmu: 40d02000.mmu registered
[ 0.437392] omap-iommu 58882000.mmu: 58882000.mmu registered
[ 0.437638] omap-iommu 55082000.mmu: 55082000.mmu registered
[ 0.437991] iommu: Adding device 58820000.ipu to group 1
[ 0.438072] iommu: Adding device 55020000.ipu to group 2
[ 0.438197] iommu: Adding device 40800000.dsp to group 0
[ 0.439604] SCSI subsystem initialized
[ 0.440829] palmas 0-0058: Irq flag is 0x00000004
[ 0.473707] palmas 0-0058: Muxing GPIO 2f, PWM 0, LED 0
[ 0.475453] SMPS12: supplied by regulator-dummy
[ 0.477186] SMPS3: supplied by VMAIN
[ 0.478770] SMPS45: supplied by regulator-dummy
[ 0.480635] SMPS6: supplied by VMAIN
[ 0.482334] SMPS7: supplied by VMAIN
[ 0.484196] SMPS8: supplied by VMAIN
[ 0.485462] SMPS9: supplied by VMAIN
[ 0.485688] random: fast init done
[ 0.486435] LDO1: supplied by VMAIN
[ 0.491280] LDO2: supplied by VMAIN
[ 0.501143] LDO3: supplied by VMAIN
[ 0.511172] LDO4: supplied by VMAIN
[ 0.521196] LDO5: supplied by regulator-dummy
[ 0.521882] LDO6: supplied by regulator-dummy
[ 0.522577] LDO7: supplied by regulator-dummy
[ 0.523279] LDO8: supplied by regulator-dummy
[ 0.523963] LDO9: supplied by VMAIN
[ 0.531494] LDOLN: supplied by VMAIN
[ 0.541204] LDOUSB: supplied by VMAIN
[ 0.553951] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
[ 0.554178] media: Linux media interface: v0.10
[ 0.554221] videodev: Linux video capture interface: v2.00
[ 0.554302] pps_core: LinuxPPS API ver. 1 registered
[ 0.554312] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.554333] PTP clock support registered
[ 0.554363] EDAC MC: Ver: 3.0.0
[ 0.561284] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
[ 0.561485] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
[ 0.570828] Advanced Linux Sound Architecture Driver Initialized.
[ 0.571666] clocksource: Switched to clocksource arch_sys_counter
[ 0.579694] NET: Registered protocol family 2
[ 0.580298] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
[ 0.580328] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.580395] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.580522] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.580600] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.580636] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.580953] NET: Registered protocol family 1
[ 0.611433] RPC: Registered named UNIX socket transport module.
[ 0.611444] RPC: Registered udp transport module.
[ 0.611453] RPC: Registered tcp transport module.
[ 0.611461] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.612546] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
[ 0.613513] Initialise system trusted keyrings
[ 0.613680] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[ 0.618741] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.629278] NFS: Registering the id_resolver key type
[ 0.629301] Key type id_resolver registered
[ 0.629311] Key type id_legacy registered
[ 0.629351] ntfs: driver 2.1.32 [Flags: R/O].
[ 0.631399] Key type asymmetric registered
[ 0.631412] Asymmetric key parser 'x509' registered
[ 0.631462] bounce: pool size: 64 pages
[ 0.631505] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.631518] io scheduler noop registered
[ 0.631527] io scheduler deadline registered
[ 0.631626] io scheduler cfq registered (default)
[ 0.631636] io scheduler mq-deadline registered
[ 0.631645] io scheduler kyber registered
[ 0.637562] pinctrl-single 4a003400.pinmux: 282 pins, size 1128
[ 0.637726] pinctrl-single 4a002e8c.pinmux: please update dts to use #pinctrl-cells = <1>
[ 0.637781] pinctrl-single 4a002e8c.pinmux: initialized with no interrupts
[ 0.637792] pinctrl-single 4a002e8c.pinmux: 1 pins, size 4
[ 0.661832] dra7-pcie 51000000.pcie: Linked as a consumer to phy-4a094000.pciephy.1
[ 0.662306] dra7-pcie 51000000.pcie: host bridge /ocp/axi@0/pcie@51000000 ranges:
[ 0.662347] dra7-pcie 51000000.pcie: IO 0x20003000..0x20012fff -> 0x00000000
[ 0.662376] dra7-pcie 51000000.pcie: MEM 0x20013000..0x2fffffff -> 0x20013000
[ 1.662638] dra7-pcie 51000000.pcie: Phy link never came up
[ 1.662785] dra7-pcie 51000000.pcie: PCI host bridge to bus 0000:00
[ 1.662801] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 1.662813] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 1.662825] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
[ 1.669107] PCI: bus0: Fast back to back transfers disabled
[ 1.675005] PCI: bus1: Fast back to back transfers enabled
[ 1.675052] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff 64bit]
[ 1.675074] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[ 1.675426] pcieport 0000:00:00.0: Signaling PME with IRQ 169
[ 1.675558] pcieport 0000:00:00.0: AER enabled with IRQ 169
[ 1.679229] V3_3D: supplied by smps9
[ 1.679489] vtt_fixed: supplied by V3_3D
[ 1.725335] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
[ 1.729058] console [ttyS2] disabled
[ 1.729122] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 45, base_baud = 3000000) is a 8250
[ 2.758369] console [ttyS2] enabled
[ 2.764082] omap_rng 48090000.rng: Random Number Generator ver. 20
[ 2.771205] random: crng init done
[ 2.775229] omapdss_dss 58000000.dss: Linked as a consumer to regulator.20
[ 2.782283] DSS: OMAP DSS rev 6.1
[ 2.788792] omapdss_hdmi5 58040000.encoder: Linked as a consumer to regulator.13
[ 2.796334] omapdss_hdmi5 58040000.encoder: Dropping the link to regulator.13
[ 2.816784] brd: module loaded
[ 2.826474] loop: module loaded
[ 2.835166] m25p80 spi0.0: s25fl256s1 (32768 Kbytes)
[ 2.840230] 7 fixed-partitions partitions found on MTD device spi0.0
[ 2.846739] Creating 7 MTD partitions on "spi0.0":
[ 2.851557] 0x000000000000-0x000000040000 : "QSPI.SPL"
[ 2.857507] 0x000000040000-0x000000140000 : "QSPI.u-boot"
[ 2.863644] 0x000000140000-0x0000001c0000 : "QSPI.u-boot-spl-os"
[ 2.870342] 0x0000001c0000-0x0000001d0000 : "QSPI.u-boot-env"
[ 2.876815] 0x0000001d0000-0x0000001e0000 : "QSPI.u-boot-env.backup1"
[ 2.883979] 0x0000001e0000-0x0000009e0000 : "QSPI.kernel"
[ 2.890065] 0x0000009e0000-0x000002000000 : "QSPI.file-system"
[ 2.897245] libphy: Fixed MDIO Bus: probed
[ 2.961704] davinci_mdio 48485000.mdio: davinci mdio revision 1.6, bus freq 1000000
[ 2.969399] davinci_mdio 48485000.mdio: no live phy, scanning all
[ 3.008490] libphy: 48485000.mdio: probed
[ 3.013273] cpsw 48484000.ethernet: Detected MACID = 40:06:a0:ab:57:7c
[ 3.019894] cpsw 48484000.ethernet: initialized cpsw ale version 1.4
[ 3.026301] cpsw 48484000.ethernet: ALE Table size 1024
[ 3.031599] cpsw 48484000.ethernet: cpts: overflow check period 500 (jiffies)
[ 3.039632] cpsw 48484000.ethernet: cpsw: Detected MACID = 40:06:a0:ab:57:7d
[ 3.048029] i2c /dev entries driver
[ 3.056758] cpu cpu0: Linked as a consumer to regulator.4
[ 3.062294] cpu cpu0: Linked as a consumer to regulator.27
[ 3.069472] sdhci: Secure Digital Host Controller Interface driver
[ 3.075794] sdhci: Copyright(c) Pierre Ossman
[ 3.081569] sdhci-pltfm: SDHCI platform and OF driver helper
[ 3.087913] omap_gpio 4805d000.gpio: Could not set line 27 debounce to 200000 microseconds (-22)
[ 3.096769] sdhci-omap 4809c000.mmc: Got CD GPIO
[ 3.101591] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.26
[ 3.108645] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.11
[ 3.116074] sdhci-omap 4809c000.mmc: Dropping the link to regulator.11
[ 3.122750] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.2
[ 3.129667] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.11
[ 3.136610] sdhci-omap 4809c000.mmc: no pinctrl state for ddr_3_3v mode
[ 3.169915] mmc0: SDHCI controller on 4809c000.mmc [4809c000.mmc] using ADMA
[ 3.178273] sdhci-omap 480b4000.mmc: Linked as a consumer to regulator.2
[ 3.185235] sdhci-omap 480b4000.mmc: Dropping the link to regulator.2
[ 3.191843] sdhci-omap 480b4000.mmc: Linked as a consumer to regulator.2
[ 3.224477] mmc1: SDHCI controller on 480b4000.mmc [480b4000.mmc] using ADMA
[ 3.233538] ledtrig-cpu: registered to indicate activity on CPUs
[ 3.245584] NET: Registered protocol family 10
[ 3.262221] Segment Routing with IPv6
[ 3.265930] mmc0: host does not support reading read-only switch, assuming write-enable
[ 3.274086] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 3.281038] NET: Registered protocol family 17
[ 3.285799] mmc0: new high speed SDHC card at address aaaa
[ 3.291512] Key type dns_resolver registered
[ 3.296126] Registering SWP/SWPB emulation handler
[ 3.300938] omap_voltage_late_init: Voltage driver support not added
[ 3.307818] mmcblk0: mmc0:aaaa SC16G 14.8 GiB
[ 3.312369] Power Management for TI OMAP4+ devices.
[ 3.318285] Loading compiled-in X.509 certificates
[ 3.326312] ti-iodelay 4844a000.padconf: Set reg 0x18c Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 3.339051] mmcblk0: p1 p2 p3
[ 3.352525] ti-iodelay 4844a000.padconf: Set reg 0x1a4 Delay(a: 119 g: 0), Elements(C=0 F=3)0x29003
[ 3.361616] ti-iodelay 4844a000.padconf: Set reg 0x1b0 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 3.373301] ti-iodelay 4844a000.padconf: Set reg 0x1bc Delay(a: 18 g: 0), Elements(C=0 F=0)0x29000
[ 3.382347] ti-iodelay 4844a000.padconf: Set reg 0x1c8 Delay(a: 894 g: 0), Elements(C=1 F=13)0x2902d
[ 3.391520] ti-iodelay 4844a000.padconf: Set reg 0x1d4 Delay(a: 30 g: 0), Elements(C=0 F=0)0x29000
[ 3.400529] ti-iodelay 4844a000.padconf: Set reg 0x1e0 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 3.409449] ti-iodelay 4844a000.padconf: Set reg 0x1ec Delay(a: 23 g: 0), Elements(C=0 F=0)0x29000
[ 3.418456] ti-iodelay 4844a000.padconf: Set reg 0x1f8 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 3.427376] ti-iodelay 4844a000.padconf: Set reg 0x360 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 3.436296] ti-iodelay 4844a000.padconf: Set reg 0x194 Delay(a: 152 g: 0), Elements(C=0 F=4)0x29004
[ 3.445394] ti-iodelay 4844a000.padconf: Set reg 0x1ac Delay(a: 206 g: 0), Elements(C=0 F=6)0x29006
[ 3.454486] ti-iodelay 4844a000.padconf: Set reg 0x1b8 Delay(a: 78 g: 0), Elements(C=0 F=2)0x29002
[ 3.463493] ti-iodelay 4844a000.padconf: Set reg 0x1c4 Delay(a: 2 g: 0), Elements(C=0 F=0)0x29000
[ 3.472412] ti-iodelay 4844a000.padconf: Set reg 0x1d0 Delay(a: 266 g: 0), Elements(C=0 F=8)0x29008
[ 3.481496] ti-iodelay 4844a000.padconf: Set reg 0x1dc Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 3.490415] ti-iodelay 4844a000.padconf: Set reg 0x1e8 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 3.499334] ti-iodelay 4844a000.padconf: Set reg 0x1f4 Delay(a: 43 g: 0), Elements(C=0 F=1)0x29001
[ 3.508339] ti-iodelay 4844a000.padconf: Set reg 0x200 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 3.517258] ti-iodelay 4844a000.padconf: Set reg 0x368 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 3.526176] ti-iodelay 4844a000.padconf: Set reg 0x190 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 3.535095] ti-iodelay 4844a000.padconf: Set reg 0x1a8 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 3.544013] ti-iodelay 4844a000.padconf: Set reg 0x1b4 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 3.552931] ti-iodelay 4844a000.padconf: Set reg 0x1c0 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 3.561860] ti-iodelay 4844a000.padconf: Set reg 0x1d8 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 3.570769] ti-iodelay 4844a000.padconf: Set reg 0x1e4 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 3.579689] ti-iodelay 4844a000.padconf: Set reg 0x1f0 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 3.588609] ti-iodelay 4844a000.padconf: Set reg 0x1fc Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 3.597528] ti-iodelay 4844a000.padconf: Set reg 0x364 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 3.607549] dmm 4e000000.dmm: workaround for errata i878 in use
[ 3.613685] mmc1: new DDR MMC card at address 0001
[ 3.620015] dmm 4e000000.dmm: initialized all PAT entries
[ 3.626415] omapdss_hdmi5 58040000.encoder: Linked as a consumer to regulator.13
[ 3.634340] mmcblk1: mmc1:0001 P1XXXX 3.60 GiB
[ 3.639383] mmcblk1boot0: mmc1:0001 P1XXXX partition 1 2.00 MiB
[ 3.645463] omapdss_hdmi5 58040000.encoder: Dropping the link to regulator.13
[ 3.653774] mmcblk1boot1: mmc1:0001 P1XXXX partition 2 2.00 MiB
[ 3.660368] mmcblk1rpmb: mmc1:0001 P1XXXX partition 3 128 KiB, chardev (244:0)
[ 3.667766] omapdss_hdmi5 58040000.encoder: Linked as a consumer to regulator.13
[ 3.675844] mmcblk1: p1 p2
[ 3.679501] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops)
[ 3.688306] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_component_ops)
[ 3.697105] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 3.703787] [drm] No driver support for vblank timestamp query.
[ 3.709751] [drm] Cannot find any crtc or sizes
[ 3.715016] [drm] Initialized omapdrm 1.0.0 20110917 for omapdrm.0 on minor 0
[ 3.722670] hctosys: unable to open rtc device (rtc0)
[ 3.728360] ALSA device list:
[ 3.731337] No soundcards found.
[ 4.011530] EXT4-fs (mmcblk0p2): recovery complete
[ 4.018462] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 4.026641] VFS: Mounted root (ext4 filesystem) on device 179:2.
[ 4.042794] devtmpfs: mounted
[ 4.046893] Freeing unused kernel memory: 2048K
[ 4.051566] Run /sbin/init as init process
[ 4.313853] systemd[1]: System time before build time, advancing clock.
[ 4.341468] systemd[1]: systemd 239 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GC)
[ 4.363688] systemd[1]: Detected architecture arm.

Welcome to Arago 2019.11!

[ 4.414808] systemd[1]: Set hostname to <am57xx-evm>.
[ 4.602584] systemd[1]: File /lib/systemd/system/systemd-journald.service:36 configures an IP firewall (IPAddressDeny=any), but the local .
[ 4.619863] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalli)
[ 4.721754] [drm] Cannot find any crtc or sizes
[ 4.813746] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ OK ] Started Forward Password Requests to Wall Directory Watch.
[ 4.852977] systemd[1]: Listening on Journal Socket.
[ OK ] Listening on Journal Socket.
[ 4.882337] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ OK ] Started Dispatch Password Requests to Console Directory Watch.
[ 4.922835] systemd[1]: Listening on Network Service Netlink Socket.
[ OK ] Listening on Network Service Netlink Socket.
[ 4.967865] systemd[1]: Created slice User and Session Slice.
[ OK ] Created slice User and Session Slice.
[ OK ] Created slice system-serial\x2dgetty.slice.
Starting Apply Kernel Variables...
[ OK ] Reached target Slices.
[ OK ] Listening on initctl Compatibility Named Pipe.
Mounting Kernel Debug File System...
[ OK ] Listening on Journal Socket (/dev/log).
Starting Journal Service...
[ OK ] Listening on udev Kernel Socket.
[ OK ] Listening on Process Core Dump Socket.
[ OK ] Reached target Remote File Systems.
Mounting Kernel Configuration File System...
[ OK ] Created slice system-getty.slice.
[ OK ] Listening on udev Control Socket.
Starting udev Coldplug all Devices...
Mounting POSIX Message Queue File System...
Starting Remount Root and Kernel File Systems...
[ OK ] Reached target Paths.
[ OK ] Started Hardware RNG Entropy Gatherer Daemon.[ 5.529714] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)

[ OK ] Reached target Swap.
Mounting Temporary Directory (/tmp)...
[ OK ] Started Journal Service.
[ OK ] Started Apply Kernel Variables.
[ OK ] Mounted Kernel Debug File System.
[ OK ] Mounted Kernel Configuration File System.
[ OK ] Mounted POSIX Message Queue File System.
[ OK ] Started Remount Root and Kernel File Systems.
[ OK ] Mounted Temporary Directory (/tmp).
Starting Create Static Device Nodes in /dev...
Starting Flush Journal to Persistent Storage...
[ OK ] Started Create Static Device Nodes in /dev.
[ 5.881976] systemd-journald[86]: Received request to flush runtime journal from PID 1
[ OK ] Reached target Local File Systems (Pre).
Mounting /media/ram...
Mounting /var/volatile...
[ OK ] Reached target Containers.
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.
Starting Network Time Synchronization...
Starting Update UTMP about System Boot/Shutdown...
Starting Network Service...
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Started Network Service.
Starting Network Name Resolution...
Starting Wait for Network to be Configured...
[ OK ] Started Network Time Synchronization.
[ OK ] Reached target System Time Synchronized.
[ 6.792880] omap-rproc 58820000.ipu: ignoring dependency for device, assuming no driver
[ 6.801123] omap-rproc 58820000.ipu: ignoring dependency for device, assuming no driver
[ 6.984212] omap-rproc 58820000.ipu: assigned reserved memory node ipu1-memory@9d000000
[ 7.103471] remoteproc remoteproc0: 58820000.ipu is available
[ 7.112849] remoteproc remoteproc0: Direct firmware load for dra7-ipu1-fw.xem4 failed with error -2
[ OK ] Found device /dev/ttyS2.
[ OK ] Started udev Coldplug all Devices.
[ 7.194104] omap-rproc 55020000.ipu: ignoring dependency for device, assuming no driver
[ OK ] Reached target System Initialization.
[ OK ] Started Daily rotation of log files.
[ 7.224148] remoteproc remoteproc0: powering up 58820000.ipu
[ 7.229863] remoteproc remoteproc0: Direct firmware load for dra7-ipu1-fw.xem4 failed with error -2
[ OK ] Listening on RPCbind Server Activation Socket[ 7.246087] omap-rproc 55020000.ipu: ignoring dependency for device, assuming no drir
.
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ] Reached target Timers.
[ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[ OK ] Listening on D-Bus System Message Bus Socket.
[ 7.339174] remoteproc remoteproc0: request_firmware failed: -2
[ 7.345916] omap-rproc 55020000.ipu: assigned reserved memory node ipu2-memory@95800000
[ OK ] Reached target Sockets.
[ OK ] Reached target Basic System.
Starting telnetd.service...
[ 7.495880] remoteproc remoteproc1: 55020000.ipu is available
Starting TI IPC Daemon...
Starting RPC Bind Service...
[ 7.536476] remoteproc remoteproc1: Direct firmware load for dra7-ipu2-fw.xem4 failed with error -2
[ 7.546856] omap-rproc 40800000.dsp: ignoring dependency for device, assuming no driver
[ OK ] Started Periodic Command Scheduler.
[ OK ] Started D-Bus System Message Bus.
[ 7.633949] Driver for 1-wire Dallas network protocol.
[ 7.653825] remoteproc remoteproc1: powering up 55020000.ipu
[ 7.659538] remoteproc remoteproc1: Direct firmware load for dra7-ipu2-fw.xem4 failed with error -2
[ 7.680080] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
[ 7.698881] omap-rproc 40800000.dsp: ignoring dependency for device, assuming no driver
[ 7.790265] omap-des 480a5000.des: will run requests pump with realtime priority
[ 7.811925] ov2659 0-0030: Sensor detection failed (3030, 0)
Starting Print notice about GPLv3 packages...
Starting Login Service...
[ 7.843276] omap-rproc 40800000.dsp: assigned reserved memory node dsp1-memory@99000000
[ 7.932860] remoteproc remoteproc1: request_firmware failed: -2
[ OK ] Started Job spooling tools.
[ OK ] Started Network Name Resolution.
[ OK ] Started telnetd.service.
[ OK ] Started TI IPC Daemon.
[ OK ] Started RPC Bind Service.
[ 7.990878] remoteproc remoteproc2: 40800000.dsp is available
[ 7.997615] omap_hdq 480b2000.1w: OMAP HDQ Hardware Rev 0.:. Driver in Interrupt mode
[ 8.054022] palmas-rtc 48070000.i2c:tps659038@58:tps659038_rtc: rtc core: registered 48070000.i2c:tps659038@58:tps659038_rtc as rtc0
[ 8.071644] omap_gpio 4805b000.gpio: Could not set line 7 debounce to 20000 microseconds (-22)
Starting thttpd.service...
Starting Avahi mDNS/DNS-SD Stack...
[ OK ] Reached target Host and Network Name Lookups.
[ OK ] Reached target Network.
Starting Permit User Sessions...
[ 8.127574] remoteproc remoteproc2: Direct firmware load for dra7-dsp1-fw.xe66 failed with error -2
[ 8.127582] remoteproc remoteproc2: powering up 40800000.dsp
[ 8.127603] remoteproc remoteproc2: Direct firmware load for dra7-dsp1-fw.xe66 failed with error -2
[ 8.127609] remoteproc remoteproc2: request_firmware failed: -2
[ 8.390146] w1_master_driver w1_bus_master1: Attaching one wire slave 01.000000000000 crc 3d
[ 8.408401] w1_master_driver w1_bus_master1: Family 1 for 01.000000000000.3d is not registered.
[ 8.462743] omap_rtc 48838000.rtc: registered as rtc1
[ 8.593932] vpe 489d0000.vpe: loading firmware vpdma-1b8.bin
[ 8.608831] vip 48970000.vip: loading firmware vpdma-1b8.bin
[ 8.622035] vpe 489d0000.vpe: Device registered as /dev/video0
[ 8.631731] vip 48970000.vip: VPDMA firmware loaded
[ 8.711194] net eth0: initializing cpsw version 1.15 (0)
[ 8.733519] libphy: PHY 48485000.mdio:00 not found
[ 8.733531] net eth0: phy "48485000.mdio:00" not found on slave 0, err -19
[ 8.784531] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 8.885780] net eth1: initializing cpsw version 1.15 (0)
[ 8.898512] libphy: PHY 48485000.mdio:01 not found
[ 8.898524] net eth1: phy "48485000.mdio:01" not found on slave 1, err -19
[ 8.961246] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 9.658895] phy_omap_usb2: Unknown symbol usb_add_phy_dev (err -2)
[ 9.658934] phy_omap_usb2: Unknown symbol usb_get_phy (err -2)
[ 9.659063] phy_omap_usb2: Unknown symbol usb_remove_phy (err -2)
[ 9.659366] phy_omap_usb2: Unknown symbol usb_add_phy_dev (err -2)
[ 9.659395] phy_omap_usb2: Unknown symbol usb_get_phy (err -2)
[ 9.659426] phy_omap_usb2: Unknown symbol usb_remove_phy (err -2)
[ 9.660190] phy_omap_usb2: Unknown symbol usb_add_phy_dev (err -2)
[ 9.660219] phy_omap_usb2: Unknown symbol usb_get_phy (err -2)
[ 9.660252] phy_omap_usb2: Unknown symbol usb_remove_phy (err -2)
[ 9.660497] phy_omap_usb2: Unknown symbol usb_add_phy_dev (err -2)
[ 9.660524] phy_omap_usb2: Unknown symbol usb_get_phy (err -2)
[ 9.660555] phy_omap_usb2: Unknown symbol usb_remove_phy (err -2)
[ 9.708672] phy_omap_usb2: Unknown symbol usb_add_phy_dev (err -2)
[ 9.708710] phy_omap_usb2: Unknown symbol usb_get_phy (err -2)
[ 9.708751] phy_omap_usb2: Unknown symbol usb_remove_phy (err -2)
[ 9.754104] phy_omap_usb2: Unknown symbol usb_add_phy_dev (err -2)
[ 9.754142] phy_omap_usb2: Unknown symbol usb_get_phy (err -2)
[ 9.758179] phy_omap_usb2: Unknown symbol usb_remove_phy (err -2)
[ 9.758607] phy_omap_usb2: Unknown symbol usb_add_phy_dev (err -2)
[ 9.765562] phy_omap_usb2: Unknown symbol usb_get_phy (err -2)
[ 9.765614] phy_omap_usb2: Unknown symbol usb_remove_phy (err -2)
[ 9.768098] phy_omap_usb2: Unknown symbol usb_add_phy_dev (err -2)
***************************************************************
***************************************************************
NOTICE: This file system contains the following GPLv3 packages:
bash
bc
cifs-utils
cpio
dosfstools
elfutils
gawk
gzip
libbfd
libdw1
libelf1
libreadline7
which

If you do not wish to distribute GPLv3 components please remove
the above packages prior to distribution. This can be done usi[ 9.768133] phy_omap_usb2: Unknown symbol usb_get_phy (err -2)
ng
the opkg remove command. i.e.:
opkg remove <package>
[ 9.768171] phy_omap_usb2: Unknown symbol usb_remove_phy (err -2)
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
***************************************************************
***************************************************************
[ 9.914547] ahci 4a140000.sata: controller can't do 64bit DMA, forcing 32bit
[ 9.914556] ahci 4a140000.sata: forcing port_map 0x0 -> 0x1
[ 9.914590] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
[ 9.914597] ahci 4a140000.sata: flags: ncq sntf pm led clo only pmp pio slum part ccc apst
[ 9.951280] scsi host0: ahci
[ 9.951593] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 81
[ 9.977601] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[ 10.002807] CAN device driver interface
[ 10.053209] c_can_platform 4ae3c000.can: c_can_platform device registered (regs=c826bf8f, irq=89)
[ 10.137336] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
[ 10.154975] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
[ 10.167534] omap-aes 4b500000.aes: will run requests pump with realtime priority
[ 10.220192] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
[ 10.228345] omap-aes 4b700000.aes: will run requests pump with realtime priority
[ 10.287721] ata1: SATA link down (SStatus 0 SControl 300)
[ 11.088117] omap-hdmi-audio omap-hdmi-audio.0.auto: snd-soc-dummy-dai <-> 58040000.encoder mapping ok
[ 11.088126] omap-hdmi-audio omap-hdmi-audio.0.auto: ASoC: no DMI vendor name!
[ 11.343871] davinci_mdio 4b232400.mdio: davinci mdio revision 1.6, bus freq 1000000
[ 11.343878] libphy: 4b232400.mdio: probed
[ 11.346000] davinci_mdio: probe of 4b232400.mdio failed with error -5
[ 11.407513] davinci_mdio 4b2b2400.mdio: davinci mdio revision 1.6, bus freq 1000000
[ 11.407520] libphy: 4b2b2400.mdio: probed
[ 11.408186] davinci_mdio: probe of 4b2b2400.mdio failed with error -5
[ 11.414255] remoteproc remoteproc3: 4b234000.pru is available
[ 11.414325] pru-rproc 4b234000.pru: PRU rproc node pru@4b234000 probed successfully
[ 11.414781] remoteproc remoteproc4: 4b238000.pru is available
[ 11.414830] pru-rproc 4b238000.pru: PRU rproc node pru@4b238000 probed successfully
[ 11.415030] remoteproc remoteproc5: 4b2b4000.pru is available
[ 11.415080] pru-rproc 4b2b4000.pru: PRU rproc node pru@4b2b4000 probed successfully
[ 11.415255] remoteproc remoteproc6: 4b2b8000.pru is available
[ 11.415305] pru-rproc 4b2b8000.pru: PRU rproc node pru@4b2b8000 probed successfully
[ 11.427643] prueth pruss1_eth: port 1: using random MAC addr: 4a:c6:8e:a3:84:d5
[ 11.428410] prueth pruss2_eth: port 1: using random MAC addr: 96:59:ab:63:5c:ab
[ OK ] Started NFS status monitor for NFSv2/3 locking..
[ OK ] Started Print notice about GPLv3 packages.
[ OK ] Started thttpd.service.
[ OK ] Started Permit User Sessions.
[ 13.380264] dwc3: Unknown symbol devm_usb_get_phy_by_phandle (err -2)
[ 13.432045] dwc3: Unknown symbol of_usb_get_phy_mode (err -2)[ 13.437926] dwc3: Unknown symbol devm_usb_get_phy (err -2)
[ 13.511956] dwc3: Unknown symbol devm_usb_get_phy_by_phandle (err -2)
[ 13.518463] dwc3: Unknown symbol of_usb_get_phy_mode (err -2)
[ 13.590913] dwc3: Unknown symbol devm_usb_get_phy (err -2)
[ 13.662963] dwc3: Unknown symbol devm_usb_get_phy_by_phandle (err -2)
[ 13.669471] dwc3: Unknown symbol of_usb_get_phy_mode (err -2)
[ 13.728573] dwc3: Unknown symbol devm_usb_get_phy (err -2)
[ 13.752333] dwc3: Unknown symbol devm_usb_get_phy_by_phandle (err -2)
[ 13.758840] dwc3: Unknown symbol of_usb_get_phy_mode (err -2)
[ 13.786614] dwc3: Unknown symbol devm_usb_get_phy (err -2)
Starting Save/Restore Sound Card State...
[ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[ OK ] Created slice system-systemd\x2dfsck.slice.
Starting File System Check on /dev/mmcblk0p1...
Starting File System Check on /dev/mmcblk1p1...
Starting File System Check on /dev/mmcblk0p3...
Starting File System Check on /dev/mmcblk1p2...
[ OK ] Started Serial Getty on ttyS2.
[ OK ] Started Getty on tty1.
[ OK ] Reached target Login Prompts.
Starting Synchronize System and HW clocks...
[ OK ] Started Save/Restore Sound Card State.
[ OK ] Started Synchronize System and HW clocks.
[ OK ] Reached target Sound Card.
[ OK ] Started Avahi mDNS/DNS-SD Stack.
[ OK ] Started Login Service.
[ OK ] Started File System Check on /dev/mmcblk0p1.
Mounting /run/media/mmcblk0p1...
[ OK ] Started File System Check on /dev/mmcblk1p1.
Mounting /run/media/mmcblk1p1...
[ OK ] Started File System Check on /dev/mmcblk1p2.
[ OK ] Started File System Check on /dev/mmcblk0p3.
[ OK ] Mounted /run/media/mmcblk0p1.
[ OK ] Mounted /run/media/mmcblk1p1.
Mounting /run/media/mmcblk0p3...
Mounting /run/media/mmcblk1p2...
[ 18.450053] EXT4-fs (mmcblk0p3): mounting ext3 file system using the ext4 subsystem
[ 18.460714] EXT4-fs (mmcblk1p2): mounting ext3 file system using the ext4 subsystem
[ 18.492090] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
[ 18.512312] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null)
[ OK ] Mounted /run/media/mmcblk1p2.
[ OK ] Mounted /run/media/mmcblk0p3.

_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|

Arago Project http://arago-project.org am57xx-evm ttyS2

Arago 2019.11 am57xx-evm ttyS2

am57xx-evm login: root
root@am57xx-evm:~#
CTRL-A Z for help | 115200 8N1 | NOR | Minicom 2.7.1 | VT102 | Offline | ttyUSB0