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.

Linux/AM5728: MiniPCIe device not detected

Part Number: AM5728
Other Parts Discussed in Thread: TMDSEVM572X, , XIO2001

Tool/software: Linux

Hi!

I'm working with AM5728 evaluation module: TMDSEVM572X

Linux SDK 04.03.00.05 (ti-processor-sdk-linux-am57xx-evm-04.03.00.05), default U-Boot and Linux kernel.

TMDSEVM572X has miniPCIe slot but the problem is that miniPCIe devices are not present on the bus and not enumerated by Linux. I've tried connecting Intel WiFi miniPCIe module and miniPCIe-to-PCI bridge but both are not found. lspci shows only one TI device (AM5728 itself).

Can you please advice how can I access miniPCIe devices?

During boot process I see message saying that PCI link never came up (logs below). If it is the source of the problem how can I fix it?

[    0.723605] dra7-pcie 51000000.pcie: Linked as a consumer to phy-4a094000.pciephy.3

[    0.723919] OF: PCI: host bridge /ocp/axi@0/pcie@51000000 ranges:
[    0.723931] OF: PCI:   No bus range found for /ocp/axi@0/pcie@51000000, using [bus 00-ff]
[    0.723964] OF: PCI:    IO 0x20003000..0x20012fff -> 0x00000000
[    0.723985] OF: PCI:   MEM 0x20013000..0x2fffffff -> 0x20013000
[    1.725377] dra7-pcie 51000000.pcie: phy link never came up
[    1.725546] dra7-pcie 51000000.pcie: PCI host bridge to bus 0000:00
[    1.725559] pci_bus 0000:00: root bus resource [bus 00-ff]
[    1.725570] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    1.725580] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
[    1.725953] PCI: bus0: Fast back to back transfers disabled
[    1.726068] PCI: bus1: Fast back to back transfers enabled
[    1.726186] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff]
[    1.726202] pci 0000:00:00.0: BAR 1: assigned [mem 0x20020000-0x2002ffff]
[    1.726216] pci 0000:00:00.0: PCI bridge to [bus 01]
[    1.726446] pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt

Full Linux boot logs:

1. miniPCIe Intel WiFi 7260

U-Boot SPL 2017.01-gc68ed086bd (Mar 26 2018 - 17:06:19)
DRA752-GP ES1.1
Trying to boot from MMC1
*** Warning - MMC init failed, using default environment

reading u-boot.img
reading u-boot.img
reading u-boot.img
reading u-boot.img


U-Boot 2017.01-gc68ed086bd (Mar 26 2018 - 17:06:19 -0400)

CPU  : DRA752-GP ES1.1
Model: TI AM5728 BeagleBoard-X15
Board: AM572x EVM REV A.20
DRAM:  2 GiB
MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
*** Warning - MMC init failed, using default environment

ERROR: invalid mmc device

at /oe/bld/build-CORTEX_1/arago-tmp-external-linaro-toolchain/work/am57xx_evm-linux-gnueabi/u-boot-ti-staging/2017.01+gitAUTOINC+c68ed086bd-r21/git/arch/arm/mach-omap2/utils.c:95/omap_mmc_get_part_size()
SCSI:  SATA link 0 timeout.
AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
flags: 64bit ncq stag pm led clo only pmp pio slum part ccc apst 
scanning bus for devices...
Found 0 device(s).
Net:   
Warning: ethernet@48484000 using MAC address from ROM
eth0: ethernet@48484000
Hit any key to stop autoboot:  2  1  0 
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
reading boot.scr
** Unable to read file boot.scr **
reading uEnv.txt
1490 bytes read in 3 ms (484.4 KiB/s)
Loaded env from uEnv.txt
Importing environment from mmc0 ...
Running uenvcmd ...
reading .psdk_setup
1 bytes read in 2 ms (0 Bytes/s)
Already setup.
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
3761088 bytes read in 258 ms (13.9 MiB/s)
106121 bytes read in 90 ms (1.1 MiB/s)
## Flattened Device Tree blob at 88000000
   Booting using the fdt blob at 0x88000000
   Loading Device Tree to 8ffe3000, end 8ffffe88 ... OK

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.9.69-g9ce43c71ae (gtbldadm@ubuntu-16) (gcc version 6.2.1 20161016 (Linaro GCC 6.2-2016.11) ) #2 SMP PREEMPT Mon Mar 26 11:57:50 EDT 2018
[    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 AM5728 EVM
[    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_cma@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_cma@99000000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created CMA memory pool at 0x000000009d000000, size 32 MiB
[    0.000000] OF: reserved mem: initialized node ipu1_cma@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_cma@9f000000, compatible id shared-dma-pool
[    0.000000] cma: Reserved 24 MiB at 0x00000000fe400000
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] OMAP4: Map 0x00000000ffd00000 to fe600000 for dram barrier
[    0.000000] DRA752 ES1.1
[    0.000000] percpu: Embedded 13 pages/cpu @eed34000 s22028 r8192 d23028 u53248
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 471616
[    0.000000] Kernel command line: console=ttyO2,115200n8 root=PARTUUID=9c810a28-02 rw rootfstype=ext4 rootwait
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    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: 1671608K/1893376K available (8192K kernel code, 317K rwdata, 2492K rodata, 2048K init, 304K bss, 33352K reserved, 188416K cma-reserved, 1278976K 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 : 0xc0008000 - 0xc0a00000   (10208 kB)
[    0.000000]       .init : 0xc0e00000 - 0xc1000000   (2048 kB)
[    0.000000]       .data : 0xc1000000 - 0xc104f408   ( 318 kB)
[    0.000000]        .bss : 0xc1051000 - 0xc109d170   ( 305 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 32.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] OMAP clockevent source: timer1 at 32786 Hz
[    0.000000] arm_arch_timer: Architected 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.000004] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398046511023ns
[    0.000016] Switching to timer-based delay loop, resolution 162ns
[    0.000315] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
[    0.000323] OMAP clocksource: 32k_counter at 32768 Hz
[    0.000731] Console: colour dummy device 80x30
[    0.000748] WARNING: Your 'console=ttyO2' has been replaced by 'ttyS2'
[    0.000755] This ensures that you still see kernel messages. Please
[    0.000761] update your kernel commandline.
[    0.000777] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
[    0.000790] pid_max: default: 32768 minimum: 301
[    0.000891] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000901] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.001520] CPU: Testing write buffer coherency: ok
[    0.001723] /cpus/cpu@0 missing clock-frequency property
[    0.001740] /cpus/cpu@1 missing clock-frequency property
[    0.001751] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.001768] Setting up static identity map for 0x80200000 - 0x80200060
[    0.080070] EFI services will not be available.
[    0.170292] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.170380] Brought up 2 CPUs
[    0.170392] SMP: Total of 2 processors activated (24.59 BogoMIPS).
[    0.170400] CPU: All CPU(s) started in HYP mode.
[    0.170406] CPU: Virtualization extensions available.
[    0.170840] devtmpfs: initialized
[    0.198524] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[    0.198763] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.198780] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.202174] pinctrl core: initialized pinctrl subsystem
[    0.202973] NET: Registered protocol family 16
[    0.203826] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.204860] omap_hwmod: l3_main_2 using broken dt data from ocp
[    0.319149] omap_hwmod: dcan1: _wait_target_disable failed
[    0.440393] cpuidle: using governor ladder
[    0.470426] cpuidle: using governor menu
[    0.480232] OMAP GPIO hardware version 0.1
[    0.494865] irq: no irq domain found for /ocp/l4@4a000000/scm@2000/pinmux@1400 !
[    0.521346] No ATAGs?
[    0.521369] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.521379] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.521737] omap4_sram_init:Unable to allocate sram needed to handle errata I688
[    0.521746] omap4_sram_init:Unable to get sram pool needed to handle errata I688
[    0.522286] OMAP DMA hardware revision 0.0
[    0.561661] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
[    0.562961] edma 43300000.edma: memcpy is disabled
[    0.567747] edma 43300000.edma: TI EDMA DMA engine driver
[    0.572183] omap-iommu 40d01000.mmu: 40d01000.mmu registered
[    0.572357] omap-iommu 40d02000.mmu: 40d02000.mmu registered
[    0.572511] omap-iommu 58882000.mmu: 58882000.mmu registered
[    0.572669] omap-iommu 55082000.mmu: 55082000.mmu registered
[    0.572932] omap-iommu 41501000.mmu: 41501000.mmu registered
[    0.573112] omap-iommu 41502000.mmu: 41502000.mmu registered
[    0.575803] palmas 0-0058: Irq flag is 0x00000008
[    0.603343] palmas 0-0058: Muxing GPIO 2f, PWM 0, LED 0
[    0.607166] vtt_fixed: supplied by smps3
[    0.632201] random: fast init done
[    0.682477] vdd_3v3: supplied by regen1
[    0.682700] aic_dvdd_fixed: supplied by vdd_3v3
[    0.685907] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
[    0.686423] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
[    0.686911] omap_i2c 4807c000.i2c: bus 4 rev0.12 at 400 kHz
[    0.687102] media: Linux media interface: v0.10
[    0.687148] Linux video capture interface: v2.00
[    0.687183] pps_core: LinuxPPS API ver. 1 registered
[    0.687191] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.687211] PTP clock support registered
[    0.687241] EDAC MC: Ver: 3.0.0
[    0.688166] omap-mailbox 4883c000.mailbox: omap mailbox rev 0x400
[    0.688457] omap-mailbox 4883e000.mailbox: omap mailbox rev 0x400
[    0.688737] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
[    0.689027] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
[    0.689360] Advanced Linux Sound Architecture Driver Initialized.
[    0.690165] clocksource: Switched to clocksource arch_sys_counter
[    0.700794] NET: Registered protocol family 2
[    0.701292] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.701354] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.701479] TCP: Hash tables configured (established 8192 bind 8192)
[    0.701528] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.701559] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.701734] NET: Registered protocol family 1
[    0.702058] RPC: Registered named UNIX socket transport module.
[    0.702067] RPC: Registered udp transport module.
[    0.702074] RPC: Registered tcp transport module.
[    0.702080] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.703001] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
[    0.705915] workingset: timestamp_bits=14 max_order=19 bucket_order=5
[    0.713243] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.713950] NFS: Registering the id_resolver key type
[    0.713977] Key type id_resolver registered
[    0.713985] Key type id_legacy registered
[    0.714024] ntfs: driver 2.1.32 [Flags: R/O].
[    0.715174] bounce: pool size: 64 pages
[    0.715313] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    0.715324] io scheduler noop registered
[    0.715332] io scheduler deadline registered
[    0.715455] io scheduler cfq registered (default)
[    0.720408] pinctrl-single 4a003400.pinmux: 282 pins at pa fc003400 size 1128
[    0.723605] dra7-pcie 51000000.pcie: Linked as a consumer to phy-4a094000.pciephy.3
[    0.723919] OF: PCI: host bridge /ocp/axi@0/pcie@51000000 ranges:
[    0.723931] OF: PCI:   No bus range found for /ocp/axi@0/pcie@51000000, using [bus 00-ff]
[    0.723964] OF: PCI:    IO 0x20003000..0x20012fff -> 0x00000000
[    0.723985] OF: PCI:   MEM 0x20013000..0x2fffffff -> 0x20013000
[    1.725377] dra7-pcie 51000000.pcie: phy link never came up
[    1.725546] dra7-pcie 51000000.pcie: PCI host bridge to bus 0000:00
[    1.725559] pci_bus 0000:00: root bus resource [bus 00-ff]
[    1.725570] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    1.725580] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
[    1.725953] PCI: bus0: Fast back to back transfers disabled
[    1.726068] PCI: bus1: Fast back to back transfers enabled
[    1.726186] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff]
[    1.726202] pci 0000:00:00.0: BAR 1: assigned [mem 0x20020000-0x2002ffff]
[    1.726216] pci 0000:00:00.0: PCI bridge to [bus 01]
[    1.726446] pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt
[    1.727600] backlight supply power not found, using dummy regulator
[    1.788793] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
[    1.792169] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 301, base_baud = 3000000) is a 8250
[    2.761957] console [ttyS2] enabled
[    2.766321] 48422000.serial: ttyS7 at MMIO 0x48422000 (irq = 302, base_baud = 3000000) is a 8250
[    2.777063] omap_rng 48090000.rng: OMAP Random Number Generator ver. 20
[    2.783847] [drm] Initialized
[    2.788647] OMAP DSS rev 6.1
[    2.792022] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops)
[    2.800462] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_component_ops)
[    2.810922] display supply vcc not found, using dummy regulator
[    2.958084] brd: module loaded
[    2.986381] loop: module loaded
[    2.990092] at24 0-0050: 4096 byte 24c32 EEPROM, writable, 1 bytes/write
[    2.999787] libphy: Fixed MDIO Bus: probed
[    3.060202] davinci_mdio 48485000.mdio: davinci mdio revision 1.6
[    3.066330] libphy: 48485000.mdio: probed
[    3.074787] davinci_mdio 48485000.mdio: phy[1]: device 48485000.mdio:01, driver unknown
[    3.082872] davinci_mdio 48485000.mdio: phy[2]: device 48485000.mdio:02, driver unknown
[    3.091442] cpsw 48484000.ethernet: Detected MACID = a0:f6:fd:cb:9c:76
[    3.098062] cpsw 48484000.ethernet: device node lookup for pps timer failed
[    3.105128] cpsw 48484000.ethernet: cpts: overflow check period 500 (jiffies)
[    3.113272] cpsw 48484000.ethernet: cpsw: Detected MACID = a0:f6:fd:cb:9c:77
[    3.121871] mousedev: PS/2 mouse device common for all mice
[    3.127760] i2c /dev entries driver
[    3.134103] gpio-fan gpio_fan: GPIO fan initialized
[    3.140350] tmp102 0-0048: initialized
[    3.149033] omap_hsmmc 4809c000.mmc: Got CD GPIO
[    3.220554] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode
[    3.226934] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode
[    3.371070] ledtrig-cpu: registered to indicate activity on CPUs
[    3.381138] davinci-mcasp 48468000.mcasp: ERRATA i868 workaround is enabled
[    3.388755] NET: Registered protocol family 10
[    3.403896] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    3.410239] NET: Registered protocol family 17
[    3.414838] Key type dns_resolver registered
[    3.419213] omap_voltage_late_init: Voltage driver support not added
[    3.425686] Power Management for TI OMAP4+ devices.
[    3.430775] Registering SWP/SWPB emulation handler
[    3.443853] dmm 4e000000.dmm: workaround for errata i878 in use
[    3.451093] dmm 4e000000.dmm: initialized all PAT entries
[    3.491189] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    3.497832] [drm] No driver support for vblank timestamp query.
[    3.505572] [drm] Enabling DMM ywrap scrolling
[    3.571299] mmc0: host does not support reading read-only switch, assuming write-enable
[    3.574251] mmc0: new high speed SDHC card at address aaaa
[    3.574584] mmcblk0: mmc0:aaaa SC16G 14.8 GiB 
[    3.576739]  mmcblk0: p1 p2
[    3.578919] Console: switching to colour frame buffer device 100x30
[    3.607946] omapdrm omapdrm.0: fb0: omapdrm frame buffer device
[    3.651945] input: gpio_keys as /devices/platform/gpio_keys/input/input0
[    3.658841] hctosys: unable to open rtc device (rtc0)
[    3.664620] aic_dvdd_fixed: disabling
[    3.668450] ldousb: disabling
[    3.671681] ALSA device list:
[    3.674656]   No soundcards found.
[    4.175516] EXT4-fs (mmcblk0p2): recovery complete
[    4.186103] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    4.194260] VFS: Mounted root (ext4 filesystem) on device 179:2.
[    4.206713] devtmpfs: mounted
[    4.210585] Freeing unused kernel memory: 2048K
[    4.411737] systemd[1]: System time before build time, advancing clock.
[    4.436309] systemd[1]: systemd 230 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
[    4.454670] systemd[1]: Detected architecture arm.

Welcome to Arago 2017.12!

[    4.494286] systemd[1]: Set hostname to <am57xx-evm>.
[    4.796381] systemd[1]: Listening on Journal Socket (/dev/log).
[  OK  ] Listening on Journal Socket (/dev/log).
[    4.830478] systemd[1]: Listening on Network Service Netlink Socket.
[  OK  ] Listening on Network Service Netlink Socket.
[    4.909662] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
[    4.950302] systemd[1]: Listening on Syslog Socket.
[  OK  ] Listening on Syslog Socket.
[    4.980356] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Started Forward Password Requests to Wall Directory Watch.
[    5.020257] systemd[1]: Reached target Remote File Systems.
[  OK  ] Reached target Remote File Systems.
[    5.050338] systemd[1]: Listening on udev Control Socket.
[  OK  ] Listening on udev Control Socket.
[  OK  ] Reached target Swap.
[  OK  ] Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Reached target Paths.
[  OK  ] Created slice System Slice.
[  OK  ] Created slice system-getty.slice.
[  OK  ] Listening on Journal Socket.
         Mounting Temporary Directory...
         Starting Setup Virtual Console...
         Mounting POSIX Message Queue File System...
         Starting alignment.service...
         Mounting Debug File System...
         Starting Load Kernel Modules...
[    5.433693] cmemk: loading out-of-tree module taints kernel.
[    5.440055] CMEMK module: reference Linux version 4.9.69
[    5.446105] allocated heap buffer 0x40500000 of size 0x100000
[    5.451945] cmemk initialized
[  OK  ] Listening on udev Kernel Socket.
[    5.464774] cryptodev: driver 1.8 loaded.
[  OK  ] Created slice system-serial\x2dgetty.slice.
[    5.496647] usbcore: registered new interface driver usbfs
[    5.502334] usbcore: registered new interface driver hub
[    5.507756] usbcore: registered new device driver usb
         Starting Journal Service...
[    5.522269] usbcore: registered new interface driver usbserial
[    5.552473] usbcore: registered new interface driver ftdi_sio
[    5.558407] usbserial: USB Serial support registered for FTDI USB Serial Device
[  OK  ] Listening on Process Core Dump Socket.
[  OK  ] Created slice User and Session Slice.
[  OK  ] Reached target Slices.
         Starting Create Static Device Nodes in /dev...
         Starting Remount Root and Kernel File Systems...
[    5.718898] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[  OK  ] Mounted POSIX Message Queue File System.
[  OK  ] Mounted Debug File System.
[  OK  ] Mounted Temporary Directory.
[  OK  ] Started Journal Service.
[  OK  ] Started Setup Virtual Console.
[  OK  ] Started alignment.service.
[  OK  ] Started Load Kernel Modules.
[  OK  ] Started Create Static Device Nodes in /dev.
[  OK  ] Started Remount Root and Kernel File Systems.
         Starting udev Coldplug all Devices...
         Starting udev Kernel Device Manager...
[  OK  ] Reached target Local File Systems (Pre).
         Mounting /media/ram...
         Mounting /var/volatile...
         Starting Apply Kernel Variables...
         Mounting Configuration File System...
         Starting Flush Journal to Persistent Storage...
[  OK  ] Mounted Configuration File System.
[  OK  ] Mounted /var/volatile.
[  OK  ] Mounted /media/ram.
[  OK  ] Started udev Kernel Device Manager.
[  OK  ] Started Apply Kernel Variables.
         Starting Load/Save Random Seed...
[  OK  ] Reached target Local File Systems.
[  OK  ] Started Load/Save Random Seed.
[    6.621797] systemd-journald[114]: Received request to flush runtime journal from PID 1
[  OK  ] Started Flush Journal to Persistent Storage.
         Starting Create Volatile Files and Directories...
[  OK  ] Started Create Volatile Files and Directories.
         Starting Network Time Synchronization...
         Starting Update UTMP about System Boot/Shutdown...
[  OK  ] Started Update UTMP about System Boot/Shutdown.
[    6.914250] omap-rproc 58820000.ipu: assigned reserved memory node ipu1_cma@9d000000
[    6.942589] remoteproc remoteproc0: 58820000.ipu is available
[    6.952955] omap-rproc 55020000.ipu: assigned reserved memory node ipu2_cma@95800000
[    6.965285] remoteproc remoteproc1: 55020000.ipu is available
[    6.984933] omap-rproc 40800000.dsp: assigned reserved memory node dsp1_cma@99000000
[  OK  ] Started Network Time Synchronization.
[    7.035182] remoteproc remoteproc2: 40800000.dsp is available
[  OK  ] Started udev Coldplug all Devices.
[    7.083303] omap-rproc 41000000.dsp: assigned reserved memory node dsp2_cma@9f000000
[  OK  ] Found device /dev/ttyS2.
[    7.123814] remoteproc remoteproc3: 41000000.dsp is available
[  OK  ] Reached target System Initialization.
[  OK  ] Listening on dropbear.socket.
[  OK  ] Listening on D-Bus System Message Bus Socket.[    7.324143] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2

[    7.333867] omap-des 480a5000.des: will run requests pump with realtime priority
[  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[  OK  ] Listening on RPCbind Server Activation Socket.
[  OK  ] Reached target Sockets.
[  OK  ] Reached target Basic System.
         Starting TI MultiCore Tools Daemon...
[  OK  ] Started D-Bus System Message Bus.
[    7.518786] remoteproc remoteproc0: powering up 58820000.ipu
[    7.524650] remoteproc remoteproc1: powering up 55020000.ipu
[    7.524657] remoteproc remoteproc1: Booting fw image dra7-ipu2-fw.xem4, size 3738980
[    7.524720] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
[    7.554141] remoteproc remoteproc0: Booting fw image dra7-ipu1-fw.xem4, size 4699456
[    7.564631] omap-iommu 58882000.mmu: 58882000.mmu: version 2.1
[    7.593260] omap_rtc 48838000.rtc: rtc core: registered 48838000.rtc as rtc2
[    7.606226] virtio_rpmsg_bus virtio0: rpmsg host is online
[    7.606244] remoteproc remoteproc0: registered virtio0 (type 7)
[    7.606249] remoteproc remoteproc0: remote processor 58820000.ipu is now up
[    7.616196] virtio_rpmsg_bus virtio0: creating channel rpmsg-client-sample addr 0x32
[    7.616312] virtio_rpmsg_bus virtio0: creating channel rpmsg-client-sample addr 0x33
[    7.616408] virtio_rpmsg_bus virtio0: creating channel rpmsg-omx addr 0x3c
[    7.616542] virtio_rpmsg_bus virtio0: creating channel rpmsg-rpc addr 0x65
[    7.653072] palmas-rtc 48070000.i2c:tps659038@58:tps659038_rtc: rtc core: registered 48070000.i2c:tps659 as rtc1
[    7.685423] virtio_rpmsg_bus virtio1: rpmsg host is online
[    7.685441] remoteproc remoteproc1: registered virtio1 (type 7)
[    7.685446] remoteproc remoteproc1: remote processor 55020000.ipu is now up
[    7.688592] virtio_rpmsg_bus virtio1: creating channel rpmsg-rpc addr 0x65
[    7.689473] virtio_rpmsg_bus virtio1: creating channel rpmsg-rpc addr 0x66
[    7.751502] vpe 489d0000.vpe: loading firmware vpdma-1b8.bin
[    7.780919] input: pixcir_tangoc as /devices/platform/44000000.ocp/4807c000.i2c/i2c-4/4-005c/input/input1
[    7.891514] rtc-ds1307 2-006f: SET TIME!
[    7.904422] rtc-ds1307 2-006f: rtc core: registered mcp7941x as rtc0
[    7.913031] rtc-ds1307 2-006f: 64 bytes nvram
[    7.952003] SCSI subsystem initialized
[    7.957166] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[    7.980383] vpe 489d0000.vpe: Device registered as /dev/video0
[    7.980518] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
[    7.986285] omap-aes 4b500000.aes: will run requests pump with realtime priority
[    7.987461] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
[    7.987621] omap-aes 4b700000.aes: will run requests pump with realtime priority
[    8.005788] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
[    8.097559] omap-hdmi-audio omap-hdmi-audio.0.auto: snd-soc-dummy-dai <-> 58040000.encoder mapping ok
[    8.454596] asoc-simple-card sound0: tlv320aic3x-hifi <-> 48468000.mcasp mapping ok
[    8.492123] ahci 4a140000.sata: SSS flag set, parallel bus scan disabled
[    8.498873] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
[    8.508685] ahci 4a140000.sata: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part ccc apst 
[    8.535211] scsi host0: ahci
[    8.538345] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 346
[    8.895297] ata1: SATA link down (SStatus 0 SControl 300)
         Starting Network Service...
         Starting Login Service...
[  OK  ] Started Job spooling tools.
[  OK  ] Started System Logging Service.
[    9.566050] rpmsg_rpc virtio0.rpmsg-rpc.-1.101: probing service rpc_example_2 with src 1024 dst 101
[    9.575512] rpmsg_rpc virtio1.rpmsg-rpc.-1.101: probing service dce-callback with src 1024 dst 101
[    9.576219] rpmsg_rpc virtio0.rpmsg-rpc.-1.101: published functions = 8
[    9.593478] rpmsg_rpc virtio1.rpmsg-rpc.-1.102: probing service rpmsg-dce with src 1025 dst 102
[    9.602256] rpmsg_rpc virtio1.rpmsg-rpc.-1.101: published functions = 4
[    9.610069] rpmsg_rpc virtio1.rpmsg-rpc.-1.102: published functions = 9
[    9.669382] ti-pruss 4b200000.pruss: creating PRU cores and other child platform devices
[    9.681629] irq: no irq domain found for /ocp/pruss_soc_bus@4b226000/pruss@4b200000/intc@4b220000 !
[    9.693017] irq: no irq domain found for /ocp/pruss_soc_bus@4b226000/pruss@4b200000/intc@4b220000 !
         [    9.703961] ti-pruss 4b280000.pruss: creating PRU cores and other child platform devices
Starting Save/Restore Sound Card State...
[    9.717444] irq: no irq domain found for /ocp/pruss_soc_bus@4b2a6000/pruss@4b280000/intc@4b2a0000 !
[    9.728281] irq: no irq domain found for /ocp/pruss_soc_bus@4b2a6000/pruss@4b280000/intc@4b2a0000 !
[  OK  ] Started Kernel Logging Service.
[    9.841725] [drm] Initialized pvr 1.14.3699939 20110701 on minor 1
[    9.852725] remoteproc remoteproc4: 4b234000.pru0 is available
[    9.860844] pru-rproc 4b234000.pru0: PRU rproc node /ocp/pruss_soc_bus@4b226000/pruss@4b200000/pru@4b234000 probed successfully
[    9.876890] remoteproc remoteproc5: 4b238000.pru1 is available
[    9.887055] pru-rproc 4b238000.pru1: PRU rproc node /ocp/pruss_soc_bus@4b226000/pruss@4b200000/pru@4b238000 probed successfully
[    9.900841] remoteproc remoteproc6: 4b2b4000.pru0 is available
[    9.907447] pru-rproc 4b2b4000.pru0: PRU rproc node /ocp/pruss_soc_bus@4b2a6000/pruss@4b280000/pru@4b2b4000 probed successfully
[    9.920057] remoteproc remoteproc7: 4b2b8000.pru1 is available
[    9.926259] pru-rproc 4b2b8000.pru1: PRU rproc node /ocp/pruss_soc_bus@4b2a6000/pruss@4b280000/pru@4b2b8000 probed successfully
[    9.962863] net eth1: initializing cpsw version 1.15 (0)
[[    9.981279] cpsw 48484000.ethernet: initialized cpsw ale version 1.4
  OK  ] Started Periodic Command Scheduler.
[    9.988771] cpsw 48484000.ethernet: ALE Table size 1024
[   10.008304] Generic PHY 48485000.mdio:02: attached PHY driver [Generic PHY] (mii_bus:phy_addr=48485000.mdio:02, irq=-1)
         Starting Print notice about GPLv3 packages...
[  OK  ] Started Daily Cleanup of Temporary Directorie[   10.034064] cpts ptp bc clkid 0
s.
[   10.044564] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[  OK  ] Reached target Timers.
         Starting Avahi mDNS/DNS-SD Stack...
[   10.065143] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[   10.073080] net eth0: initializing cpsw version 1.15 (0)
[   10.083704] Generic PHY 48485000.mdio:01: attached PHY driver [Generic PHY] (mii_bus:phy_addr=48485000.mdio:01, irq=-1)
[   10.093797] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   10.109573] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
         Starting Telephony service...
         Starting uim-sysfs.service...
[  OK  ] Reac[   10.123807] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x02010010
hed target System Time Synchronized.
[  OK  ] Started Network Service.
[  OK  ] Started TI MultiCore Tools Daemon.
[   10.152838] xhci-hcd xhci-hcd.1.auto: irq 470, io mem 0x48890000
[   10.165885] hub 1-0:1.0: USB hub found
[   10.169683] hub 1-0:1.0: 1 port detected
[   10.174046] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[   10.179767] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
[   10.189011] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[   10.198415] hub 2-0:1.0: USB hub found
[   10.203642] hub 2-0:1.0: 1 port detected
[   10.249490] remoteproc remoteproc2: powering up 40800000.dsp
[   10.255211] remoteproc remoteproc2: Booting fw image dra7-dsp1-fw.xe66, size 19480300
[   10.270301] omap_hwmod: mmu0_dsp1: _wait_target_disable failed
[   10.276183] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0
[   10.282103] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0
[   10.298432] virtio_rpmsg_bus virtio2: rpmsg host is online
[   10.299874] virtio_rpmsg_bus virtio2: creating channel rpmsg-proto addr 0x3d
[   10.326546] NET: Registered protocol family 43
[   10.335518] remoteproc remoteproc2: registered virtio2 (type 7)
[   10.344018] remoteproc remoteproc2: remote processor 40800000.dsp is now up
[   10.444024] remoteproc remoteproc3: powering up 41000000.dsp
[   10.449843] remoteproc remoteproc3: Booting fw image dra7-dsp2-fw.xe66, size 19480300
[   10.464551] omap_hwmod: mmu0_dsp2: _wait_target_disable failed
[   10.470439] omap-iommu 41501000.mmu: 41501000.mmu: version 3.0
[   10.476369] omap-iommu 41502000.mmu: 41502000.mmu: version 3.0
[   10.495079] virtio_rpmsg_bus virtio3: rpmsg host is online
[   10.496777] virtio_rpmsg_bus virtio3: creating channel rpmsg-proto addr 0x3d
[   10.508859] remoteproc remoteproc3: registered virtio3 (type 7)
[   10.515157] remoteproc remoteproc3: remote processor 41000000.dsp is now up
[   10.540191] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[   10.726081] Bluetooth: Core ver 2.22
[   10.730970] NET: Registered protocol family 31
[   10.733200] hub 1-1:1.0: USB hub found
[   10.733244] hub 1-1:1.0: 4 ports detected
[   10.757223] Bluetooth: HCI device and connection manager initialized
[   10.776121] Bluetooth: HCI socket layer initialized
[   10.788499] Bluetooth: L2CAP socket layer initialized
[   10.798295] Bluetooth: SCO socket layer initialized
[  OK  ] Started uim-sysfs.service.
[   10.860257] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
[   10.867926] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   10.941187] hub 2-1:1.0: USB hub found
[   10.945192] hub 2-1:1.0: 4 ports detected
[  OK  ] Started Save/Restore Sound Card State.
[  OK  ] Started Avahi mDNS/DNS-SD Stack.
[  OK  ] Started Telephony service.
[  OK  ] Started Login Service.
[  OK  ] Reached target Sound Card.
         Starting rc.pvr.service...
[  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[  OK  ] Created slice system-systemd\x2dbacklight.slice.
         Starting Load/Save Screen Backlight...htness of backlight:backlight...
         Starting Wait for Network to be Configured...
[  OK  ] Reached target Network.
         Starting Simple Network Management Protocol (SNMP) Daemon....
         Starting Lightning Fast Webserver With Light System Requirements...
[  OK  ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
         Starting Network Name Resolution...
         Starting Enable and configure wl18xx bluetooth stack...
         Starting Permit User Sessions...
[  OK  ] Started Load/Save Screen Backlight Brightness of backlight:backlight.
[  OK  ] Started Permit User Sessions.
[  OK  ] Started Getty on tty1.
[  OK  ] Started Serial Getty on ttyS2.
[  OK  ] Reached target Login Prompts.
         Starting Synchronize System and HW clocks...
[  OK  ] Started Network Name Resolution.
[  OK  ] Started Lightning Fast Webserver With Light System Requirements.
[  OK  ] Started Synchronize System and HW clocks.
[   11.573889] PVR_K: UM DDK-(3699939) and KM DDK-(3699939) match. [ OK ]
[  OK  ] Started rc.pvr.service.
[   11.691144] NET: Registered protocol family 15
         Starting weston.service...
[   11.883201] Initializing XFRM netlink socket
[  OK  ] Started Simple Network Management Protocol (SNMP) Daemon..
[  OK  ] Started Enable and configure wl18xx bluetooth stack.
[   13.085795] random: crng init done
***************************************************************
***************************************************************
NOTICE: This file system contains the following GPLv3 packages:
	autoconf
	binutils-dev
	binutils
	bison-dev
	bison
	cifs-utils
	cpio
	cpp-symlinks
	cpp
	dosfstools
	findutils
	g++-symlinks
	g++
	gawk-dev
	gawk
	gcc-symlinks
	gcc
	gdb
	gdbc6x
	gdbserver
	glmark2
	gstreamer1.0-libav
	gzip
	hidapi
	libcairo-perf-utils
	libgmp10
	libidn11
	libmavconn
	libmpc3
	libmpfr4
	libreadline-dev
	libreadline6
	m4-dev
	m4
	make
	mavlink
	mavros-extras
	mavros-msgs
	mavros
	nettle
	parted
	socketcan-interface
	swig-dev
	swig
	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.

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

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

Arago 2017.12 am57xx-evm ttyS2

am57xx-evm login: [   21.607614] omap_hwmod: mmu1_dsp1: _wait_target_disable failed
[   21.621566] omap_hwmod: mmu1_dsp2: _wait_target_disable failed
[   21.635304] omap_hwmod: mmu0_dsp1: _wait_target_disable failed
[   21.649006] omap_hwmod: mmu0_dsp2: _wait_target_disable failed

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

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

Arago 2017.12 am57xx-evm ttyS2

am57xx-evm login: root
root@am57xx-evm:~# 
root@am57xx-evm:~# 
root@am57xx-evm:~# 
root@am57xx-evm:~# lspci
00:00.0 PCI bridge: Texas Instruments Multicore DSP+ARM KeyStone II SOC (rev 01)
root@am57xx-evm:~# 
root@am57xx-evm:~# 
root@am57xx-evm:~# 
root@am57xx-evm:~# lspci -vvv
00:00.0 PCI bridge: Texas Instruments Multicore DSP+ARM KeyStone II SOC (rev 01) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 436
	Region 0: Memory at 20100000 (32-bit, non-prefetchable) [size=1M]
	Region 1: Memory at 20020000 (32-bit, non-prefetchable) [size=64K]
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: fff00000-000fffff
	Prefetchable memory behind bridge: fff00000-000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2- AuxCurrent=0mA PME(D0+,D1+,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000ae12c000  Data: 0000
	Capabilities: [70] Express (v2) Root Port (Slot-), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x2, ASPM L0s L1, Exit Latency L0s <512ns, L1 <64us
			ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 128 bytes Disabled- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, LTR-, OBFF Not Supported ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [100 v2] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Kernel driver in use: pcieport

root@am57xx-evm:~# 
root@am57xx-evm:~# 

2. miniPCIe to PCI bridge (ASM1083 chipset)

U-Boot SPL 2017.01-gc68ed086bd (Mar 26 2018 - 17:06:19)
DRA752-GP ES1.1
Trying to boot from MMC1
*** Warning - MMC init failed, using default environment

reading u-boot.img
reading u-boot.img
reading u-boot.img
reading u-boot.img


U-Boot 2017.01-gc68ed086bd (Mar 26 2018 - 17:06:19 -0400)

CPU  : DRA752-GP ES1.1
Model: TI AM5728 BeagleBoard-X15
Board: AM572x EVM REV A.20
DRAM:  2 GiB
MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
*** Warning - MMC init failed, using default environment

ERROR: invalid mmc device

at /oe/bld/build-CORTEX_1/arago-tmp-external-linaro-toolchain/work/am57xx_evm-linux-gnueabi/u-boot-ti-staging/2017.01+gitAUTOINC+c68ed086bd-r21/git/arch/arm/mach-omap2/utils.c:95/omap_mmc_get_part_size()
SCSI:  SATA link 0 timeout.
AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
flags: 64bit ncq stag pm led clo only pmp pio slum part ccc apst 
scanning bus for devices...
Found 0 device(s).
Net:   
Warning: ethernet@48484000 using MAC address from ROM
eth0: ethernet@48484000
Hit any key to stop autoboot:  2  1  0 
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
reading boot.scr
** Unable to read file boot.scr **
reading uEnv.txt
1490 bytes read in 3 ms (484.4 KiB/s)
Loaded env from uEnv.txt
Importing environment from mmc0 ...
Running uenvcmd ...
reading .psdk_setup
1 bytes read in 2 ms (0 Bytes/s)
Already setup.
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
3761088 bytes read in 258 ms (13.9 MiB/s)
106121 bytes read in 90 ms (1.1 MiB/s)
## Flattened Device Tree blob at 88000000
   Booting using the fdt blob at 0x88000000
   Loading Device Tree to 8ffe3000, end 8ffffe88 ... OK

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.9.69-g9ce43c71ae (gtbldadm@ubuntu-16) (gcc version 6.2.1 20161016 (Linaro GCC 6.2-2016.11) ) #2 SMP PREEMPT Mon Mar 26 11:57:50 EDT 2018
[    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 AM5728 EVM
[    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_cma@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_cma@99000000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created CMA memory pool at 0x000000009d000000, size 32 MiB
[    0.000000] OF: reserved mem: initialized node ipu1_cma@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_cma@9f000000, compatible id shared-dma-pool
[    0.000000] cma: Reserved 24 MiB at 0x00000000fe400000
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] OMAP4: Map 0x00000000ffd00000 to fe600000 for dram barrier
[    0.000000] DRA752 ES1.1
[    0.000000] percpu: Embedded 13 pages/cpu @eed34000 s22028 r8192 d23028 u53248
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 471616
[    0.000000] Kernel command line: console=ttyO2,115200n8 root=PARTUUID=9c810a28-02 rw rootfstype=ext4 rootwait
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    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: 1671608K/1893376K available (8192K kernel code, 317K rwdata, 2492K rodata, 2048K init, 304K bss, 33352K reserved, 188416K cma-reserved, 1278976K 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 : 0xc0008000 - 0xc0a00000   (10208 kB)
[    0.000000]       .init : 0xc0e00000 - 0xc1000000   (2048 kB)
[    0.000000]       .data : 0xc1000000 - 0xc104f408   ( 318 kB)
[    0.000000]        .bss : 0xc1051000 - 0xc109d170   ( 305 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 32.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] OMAP clockevent source: timer1 at 32786 Hz
[    0.000000] arm_arch_timer: Architected 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.000004] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398046511023ns
[    0.000016] Switching to timer-based delay loop, resolution 162ns
[    0.000320] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
[    0.000329] OMAP clocksource: 32k_counter at 32768 Hz
[    0.000734] Console: colour dummy device 80x30
[    0.000750] WARNING: Your 'console=ttyO2' has been replaced by 'ttyS2'
[    0.000758] This ensures that you still see kernel messages. Please
[    0.000763] update your kernel commandline.
[    0.000780] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
[    0.000793] pid_max: default: 32768 minimum: 301
[    0.000893] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000903] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.001520] CPU: Testing write buffer coherency: ok
[    0.001726] /cpus/cpu@0 missing clock-frequency property
[    0.001743] /cpus/cpu@1 missing clock-frequency property
[    0.001755] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.001771] Setting up static identity map for 0x80200000 - 0x80200060
[    0.080059] EFI services will not be available.
[    0.170269] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.170356] Brought up 2 CPUs
[    0.170369] SMP: Total of 2 processors activated (24.59 BogoMIPS).
[    0.170376] CPU: All CPU(s) started in HYP mode.
[    0.170382] CPU: Virtualization extensions available.
[    0.170816] devtmpfs: initialized
[    0.198894] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[    0.199134] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.199150] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.202539] pinctrl core: initialized pinctrl subsystem
[    0.203338] NET: Registered protocol family 16
[    0.204195] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.205226] omap_hwmod: l3_main_2 using broken dt data from ocp
[    0.320748] omap_hwmod: dcan1: _wait_target_disable failed
[    0.440372] cpuidle: using governor ladder
[    0.480406] cpuidle: using governor menu
[    0.490219] OMAP GPIO hardware version 0.1
[    0.504936] irq: no irq domain found for /ocp/l4@4a000000/scm@2000/pinmux@1400 !
[    0.531393] No ATAGs?
[    0.531419] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.531429] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.531788] omap4_sram_init:Unable to allocate sram needed to handle errata I688
[    0.531798] omap4_sram_init:Unable to get sram pool needed to handle errata I688
[    0.532343] OMAP DMA hardware revision 0.0
[    0.581617] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
[    0.582918] edma 43300000.edma: memcpy is disabled
[    0.587678] edma 43300000.edma: TI EDMA DMA engine driver
[    0.592143] omap-iommu 40d01000.mmu: 40d01000.mmu registered
[    0.592316] omap-iommu 40d02000.mmu: 40d02000.mmu registered
[    0.592469] omap-iommu 58882000.mmu: 58882000.mmu registered
[    0.592627] omap-iommu 55082000.mmu: 55082000.mmu registered
[    0.592891] omap-iommu 41501000.mmu: 41501000.mmu registered
[    0.593069] omap-iommu 41502000.mmu: 41502000.mmu registered
[    0.595753] palmas 0-0058: Irq flag is 0x00000008
[    0.623308] palmas 0-0058: Muxing GPIO 2f, PWM 0, LED 0
[    0.627112] vtt_fixed: supplied by smps3
[    0.661228] random: fast init done
[    0.702431] vdd_3v3: supplied by regen1
[    0.702652] aic_dvdd_fixed: supplied by vdd_3v3
[    0.705857] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
[    0.706375] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
[    0.706859] omap_i2c 4807c000.i2c: bus 4 rev0.12 at 400 kHz
[    0.707047] media: Linux media interface: v0.10
[    0.707092] Linux video capture interface: v2.00
[    0.707127] pps_core: LinuxPPS API ver. 1 registered
[    0.707135] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.707155] PTP clock support registered
[    0.707185] EDAC MC: Ver: 3.0.0
[    0.708109] omap-mailbox 4883c000.mailbox: omap mailbox rev 0x400
[    0.708399] omap-mailbox 4883e000.mailbox: omap mailbox rev 0x400
[    0.708682] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
[    0.708972] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
[    0.709309] Advanced Linux Sound Architecture Driver Initialized.
[    0.710111] clocksource: Switched to clocksource arch_sys_counter
[    0.720765] NET: Registered protocol family 2
[    0.721258] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.721321] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.721447] TCP: Hash tables configured (established 8192 bind 8192)
[    0.721496] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.721527] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.721704] NET: Registered protocol family 1
[    0.722031] RPC: Registered named UNIX socket transport module.
[    0.722041] RPC: Registered udp transport module.
[    0.722047] RPC: Registered tcp transport module.
[    0.722054] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.722976] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
[    0.725899] workingset: timestamp_bits=14 max_order=19 bucket_order=5
[    0.733262] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.733975] NFS: Registering the id_resolver key type
[    0.733997] Key type id_resolver registered
[    0.734004] Key type id_legacy registered
[    0.734043] ntfs: driver 2.1.32 [Flags: R/O].
[    0.735195] bounce: pool size: 64 pages
[    0.735337] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    0.735347] io scheduler noop registered
[    0.735355] io scheduler deadline registered
[    0.735477] io scheduler cfq registered (default)
[    0.740424] pinctrl-single 4a003400.pinmux: 282 pins at pa fc003400 size 1128
[    0.743620] dra7-pcie 51000000.pcie: Linked as a consumer to phy-4a094000.pciephy.3
[    0.743932] OF: PCI: host bridge /ocp/axi@0/pcie@51000000 ranges:
[    0.743944] OF: PCI:   No bus range found for /ocp/axi@0/pcie@51000000, using [bus 00-ff]
[    0.743977] OF: PCI:    IO 0x20003000..0x20012fff -> 0x00000000
[    0.744000] OF: PCI:   MEM 0x20013000..0x2fffffff -> 0x20013000
[    1.745400] dra7-pcie 51000000.pcie: phy link never came up
[    1.745568] dra7-pcie 51000000.pcie: PCI host bridge to bus 0000:00
[    1.745581] pci_bus 0000:00: root bus resource [bus 00-ff]
[    1.745592] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    1.745602] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
[    1.745978] PCI: bus0: Fast back to back transfers disabled
[    1.746094] PCI: bus1: Fast back to back transfers enabled
[    1.746212] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff]
[    1.746228] pci 0000:00:00.0: BAR 1: assigned [mem 0x20020000-0x2002ffff]
[    1.746242] pci 0000:00:00.0: PCI bridge to [bus 01]
[    1.746470] pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt
[    1.747621] backlight supply power not found, using dummy regulator
[    1.808838] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
[    1.812217] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 301, base_baud = 3000000) is a 8250
[    2.782047] console [ttyS2] enabled
[    2.786403] 48422000.serial: ttyS7 at MMIO 0x48422000 (irq = 302, base_baud = 3000000) is a 8250
[    2.797149] omap_rng 48090000.rng: OMAP Random Number Generator ver. 20
[    2.803932] [drm] Initialized
[    2.808734] OMAP DSS rev 6.1
[    2.812111] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops)
[    2.820448] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_component_ops)
[    2.830901] display supply vcc not found, using dummy regulator
[    2.897857] brd: module loaded
[    2.906136] loop: module loaded
[    2.909848] at24 0-0050: 4096 byte 24c32 EEPROM, writable, 1 bytes/write
[    2.919541] libphy: Fixed MDIO Bus: probed
[    2.980139] davinci_mdio 48485000.mdio: davinci mdio revision 1.6
[    2.986264] libphy: 48485000.mdio: probed
[    3.004663] davinci_mdio 48485000.mdio: phy[1]: device 48485000.mdio:01, driver unknown
[    3.012745] davinci_mdio 48485000.mdio: phy[2]: device 48485000.mdio:02, driver unknown
[    3.021315] cpsw 48484000.ethernet: Detected MACID = a0:f6:fd:cb:9c:76
[    3.027934] cpsw 48484000.ethernet: device node lookup for pps timer failed
[    3.035001] cpsw 48484000.ethernet: cpts: overflow check period 500 (jiffies)
[    3.043147] cpsw 48484000.ethernet: cpsw: Detected MACID = a0:f6:fd:cb:9c:77
[    3.051711] mousedev: PS/2 mouse device common for all mice
[    3.057596] i2c /dev entries driver
[    3.063923] gpio-fan gpio_fan: GPIO fan initialized
[    3.070172] tmp102 0-0048: initialized
[    3.078864] omap_hsmmc 4809c000.mmc: Got CD GPIO
[    3.140634] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode
[    3.147014] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode
[    3.291017] ledtrig-cpu: registered to indicate activity on CPUs
[    3.301086] davinci-mcasp 48468000.mcasp: ERRATA i868 workaround is enabled
[    3.308701] NET: Registered protocol family 10
[    3.323842] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    3.330185] NET: Registered protocol family 17
[    3.334787] Key type dns_resolver registered
[    3.339158] omap_voltage_late_init: Voltage driver support not added
[    3.345630] Power Management for TI OMAP4+ devices.
[    3.350719] Registering SWP/SWPB emulation handler
[    3.363728] dmm 4e000000.dmm: workaround for errata i878 in use
[    3.370960] dmm 4e000000.dmm: initialized all PAT entries
[    3.401146] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    3.407786] [drm] No driver support for vblank timestamp query.
[    3.415535] [drm] Enabling DMM ywrap scrolling
[    3.481246] mmc0: host does not support reading read-only switch, assuming write-enable
[    3.484198] mmc0: new high speed SDHC card at address aaaa
[    3.484537] mmcblk0: mmc0:aaaa SC16G 14.8 GiB 
[    3.486682]  mmcblk0: p1 p2
[    3.488860] Console: switching to colour frame buffer device 100x30
[    3.517885] omapdrm omapdrm.0: fb0: omapdrm frame buffer device
[    3.561907] input: gpio_keys as /devices/platform/gpio_keys/input/input0
[    3.568804] hctosys: unable to open rtc device (rtc0)
[    3.574585] aic_dvdd_fixed: disabling
[    3.578423] ldousb: disabling
[    3.581662] ALSA device list:
[    3.584637]   No soundcards found.
[    4.190978] EXT4-fs (mmcblk0p2): recovery complete
[    4.196660] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    4.204844] VFS: Mounted root (ext4 filesystem) on device 179:2.
[    4.217175] devtmpfs: mounted
[    4.221037] Freeing unused kernel memory: 2048K
[    4.412699] systemd[1]: System time before build time, advancing clock.
[    4.440887] systemd[1]: systemd 230 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
[    4.459250] systemd[1]: Detected architecture arm.

Welcome to Arago 2017.12!

[    4.504230] systemd[1]: Set hostname to <am57xx-evm>.
[    4.807275] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Started Dispatch Password Requests to Console Directory Watch.
[    4.851469] systemd[1]: Created slice User and Session Slice.
[  OK  ] Created slice User and Session Slice.
[    4.880395] systemd[1]: Listening on Journal Socket.
[  OK  ] Listening on Journal Socket.
[    4.910720] systemd[1]: Created slice System Slice.
[  OK  ] Created slice System Slice.
[    4.942151] systemd[1]: Mounting POSIX Message Queue File System...
         Mounting POSIX Message Queue File System...
[    4.970527] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
[    5.010812] systemd[1]: Created slice system-getty.slice.
[  OK  ] Created slice system-getty.slice.
[  OK  ] Listening on Syslog Socket.
[  OK  ] Created slice system-serial\x2dgetty.slice.
[  OK  ] Listening on Process Core Dump Socket.
         Starting Remount Root and Kernel File Systems...
[    5.183082] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[  OK  ] Listening on Network Service Netlink Socket.
[  OK  ] Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Reached target Paths.
         Starting Create Static Device Nodes in /dev...
[  OK  ] Reached target Slices.
         Starting Load Kernel Modules...
[    5.372515] cmemk: loading out-of-tree module taints kernel.
[    5.379025] CMEMK module: reference Linux version 4.9.69
[  OK  ] Listening on Journal Socket (/dev/log).
[    5.385850] allocated heap buffer 0x40500000 of size 0x100000
[    5.396308] cmemk initialized
[    5.409226] cryptodev: driver 1.8 loaded.
         Starting alignment.service...
         Starting Journal Service...
[  OK  ] Listening on udev Control Socket.
[  OK  ] Listening on udev Kernel Socket.
[    5.517919] usbcore: registered new interface driver usbfs
[  OK  ] Reached target Remote File Systems.
[    5.530947] usbcore: registered new interface driver hub
[    5.544111] usbcore: registered new device driver usb
         Starting Setup Virtual Console...
[    5.574690] usbcore: registered new interface driver usbserial
[    5.589776] usbcore: registered new interface driver ftdi_sio
         [    5.598813] usbserial: USB Serial support registered for FTDI USB Serial Device
Mounting Debug File System...
[  OK  ] Reached target Swap.
         Mounting Temporary Directory...
[  OK  ] Mounted POSIX Message Queue File System.
[  OK  ] Mounted Debug File System.
[  OK  ] Mounted Temporary Directory.
[  OK  ] Started Journal Service.
[  OK  ] Started Remount Root and Kernel File Systems.
[  OK  ] Started Create Static Device Nodes in /dev.
[  OK  ] Started Load Kernel Modules.
[  OK  ] Started alignment.service.
[  OK  ] Started Setup Virtual Console.
         Starting Apply Kernel Variables...
         Mounting Configuration File System...
         Starting udev Kernel Device Manager...
         Starting udev Coldplug all Devices...
[  OK  ] Reached target Local File Systems (Pre).
         Mounting /media/ram...
         Mounting /var/volatile...
         Starting Flush Journal to Persistent Storage...
[  OK  ] Mounted Configuration File System.
[  OK  ] Mounted /var/volatile.
[  OK  ] Mounted /media/ram.
[  OK  ] Started udev Kernel Device Manager.
[  OK  ] Started Apply Kernel Variables.
[    6.384248] systemd-journald[115]: Received request to flush runtime journal from PID 1
         Starting Load/Save Random Seed...
[  OK  ] Reached target Local File Systems.
[  OK  ] Started Flush Journal to Persistent Storage.
[  OK  ] Started Load/Save Random Seed.
         Starting Create Volatile Files and Directories...
[  OK  ] Started Create Volatile Files and Directories.
         Starting Network Time Synchronization...
         Starting Update UTMP about System Boot/Shutdown...
[  OK  ] Started Update UTMP about System Boot/Shutdown.
[  OK  ] Started Network Time Synchronization.
[    6.779877] omap-rproc 58820000.ipu: assigned reserved memory node ipu1_cma@9d000000
[  OK  ] Started udev Coldplug all Devices.
[    6.811913] remoteproc remoteproc0: 58820000.ipu is available
[  OK  ] Reached target System Initialization.
[    6.833950] omap-rproc 55020000.ipu: assigned reserved memory node ipu2_cma@95800000
[    6.848249] remoteproc remoteproc1: 55020000.ipu is available
[    6.864564] omap-rproc 40800000.dsp: assigned reserved memory node dsp1_cma@99000000
[    6.893362] remoteproc remoteproc2: 40800000.dsp is available
[  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activati[    6.910079] omap-rproc 41000000.dsp: assigned reserved memory node dsp2_cma@9f000000
on Socket.
[    6.922181] remoteproc remoteproc3: 41000000.dsp is available
[  OK  ] Listening on D-Bus System Message Bus Socket.
[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Reached target Timers.
[    7.399148] remoteproc remoteproc1: powering up 55020000.ipu
[    7.404858] remoteproc remoteproc1: Booting fw image dra7-ipu2-fw.xem4, size 3738980
[    7.413931] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
[    7.465609] virtio_rpmsg_bus virtio0: rpmsg host is online
[    7.471172] remoteproc remoteproc1: registered virtio0 (type 7)
[    7.473642] virtio_rpmsg_bus virtio0: creating channel rpmsg-rpc addr 0x65
[    7.474530] virtio_rpmsg_bus virtio0: creating channel rpmsg-rpc addr 0x66
[    7.493075] remoteproc remoteproc1: remote processor 55020000.ipu is now up
[    7.672268] remoteproc remoteproc0: powering up 58820000.ipu
[    7.677964] remoteproc remoteproc0: Booting fw image dra7-ipu1-fw.xem4, size 4699456
[    7.687020] omap-iommu 58882000.mmu: 58882000.mmu: version 2.1
[    7.710423] virtio_rpmsg_bus virtio1: rpmsg host is online
[    7.711769] virtio_rpmsg_bus virtio1: creating channel rpmsg-client-sample addr 0x32
[    7.711892] virtio_rpmsg_bus virtio1: creating channel rpmsg-client-sample addr 0x33
[    7.712134] virtio_rpmsg_bus virtio1: creating channel rpmsg-omx addr 0x3c
[    7.712240] virtio_rpmsg_bus virtio1: creating channel rpmsg-rpc addr 0x65
[    7.746959] remoteproc remoteproc0: registered virtio1 (type 7)
[    7.746965] remoteproc remoteproc0: remote processor 58820000.ipu is now up
[  OK  ] Listening on dropbear.socket.
[  OK  ] Listening on RPCbind Server Activation Socket.
[  OK  ] Reached target Sockets.
[  OK  ] Reached target Basic System.
[    7.871172] palmas-rtc 48070000.i2c:tps659038@58:tps659038_rtc: rtc core: registered 48070000.i2c:tps659 as rtc1
[    7.888423] omap_rtc 48838000.rtc: rtc core: registered 48838000.rtc as rtc2
[    7.894471] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
[    7.900251] omap-des 480a5000.des: will run requests pump with realtime priority
         Starting TI MultiCore Tools Daemon...
         Starting Login Service...
[    7.970864] input: pixcir_tangoc as /devices/platform/44000000.ocp/4807c000.i2c/i2c-4/4-005c/input/input1
         Starting Print notice about GPLv3 packages...
         Starting Avahi mDNS/DNS-SD Stack...
[  OK  ] Started Job spooling tools.
[  OK  ] Started Kernel Logging Service.
[  OK  ] Started Periodic Command Scheduler.
[  OK  ] Started System Logging Service.
         Starting uim-sysfs.service...
[  OK  ] Star[    8.111080] rtc-ds1307 2-006f: SET TIME!
ted D-Bus System Message Bus.
[    8.138907] rtc-ds1307 2-006f: rtc core: registered mcp7941x as rtc0
[    8.150006] vpe 489d0000.vpe: loading firmware vpdma-1b8.bin
[    8.174757] rtc-ds1307 2-006f: 64 bytes nvram
[    8.183167] vpe 489d0000.vpe: Device registered as /dev/video0
[    8.340694] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
[    8.350318] omap-aes 4b500000.aes: will run requests pump with realtime priority
[    8.414686] [drm] Initialized pvr 1.14.3699939 20110701 on minor 1
[    8.424180] omap-hdmi-audio omap-hdmi-audio.0.auto: snd-soc-dummy-dai <-> 58040000.encoder mapping ok
[    8.433683] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[    8.433962] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
[    8.487423] SCSI subsystem initialized
[    8.495630] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
[    8.509193] omap-aes 4b700000.aes: will run requests pump with realtime priority
[    9.265449] remoteproc remoteproc3: powering up 41000000.dsp
[    9.271164] remoteproc remoteproc3: Booting fw image dra7-dsp2-fw.xe66, size 19480300
[    9.286591] omap_hwmod: mmu0_dsp2: _wait_target_disable failed
[    9.292475] omap-iommu 41501000.mmu: 41501000.mmu: version 3.0
[    9.298405] omap-iommu 41502000.mmu: 41502000.mmu: version 3.0
[    9.314285] virtio_rpmsg_bus virtio2: rpmsg host is online
[    9.316996] virtio_rpmsg_bus virtio2: creating channel rpmsg-proto addr 0x3d
[    9.326897] remoteproc remoteproc3: registered virtio2 (type 7)
[    9.332863] remoteproc remoteproc3: remote processor 41000000.dsp is now up
[    9.441430] asoc-simple-card sound0: tlv320aic3x-hifi <-> 48468000.mcasp mapping ok
[    9.627545] remoteproc remoteproc2: powering up 40800000.dsp
[    9.633342] remoteproc remoteproc2: Booting fw image dra7-dsp1-fw.xe66, size 19480300
[    9.656858] omap_hwmod: mmu0_dsp1: _wait_target_disable failed
[    9.662743] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0
[    9.668656] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0
[    9.686357] virtio_rpmsg_bus virtio3: rpmsg host is online
[    9.689024] virtio_rpmsg_bus virtio3: creating channel rpmsg-proto addr 0x3d
[    9.699700] remoteproc remoteproc2: registered virtio3 (type 7)
[    9.707987] remoteproc remoteproc2: remote processor 40800000.dsp is now up
[    9.751624] ahci 4a140000.sata: SSS flag set, parallel bus scan disabled
[    9.758388] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
[    9.767418] ahci 4a140000.sata: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part ccc apst 
[    9.789128] scsi host0: ahci
[    9.792273] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 346
[  OK  ] Started Avahi mDNS/DNS-SD Stack.
         Starting Network Service...
         Starting Telephony service...
         Starting Save/Restore Sound Card State...
[  OK  ] Reached target System Time Synchronized.
[  OK  ] Started TI MultiCore Tools Daemon.
[  OK  ] Started uim-sysfs.service.
[  OK  ] Found device /dev/ttyS2.
[   10.143111] ata1: SATA link down (SStatus 0 SControl 300)
[   10.173201] net eth1: initializing cpsw version 1.15 (0)
[   10.186957] cpsw 48484000.ethernet: initialized cpsw ale version 1.4
[   10.186961] cpsw 48484000.ethernet: ALE Table size 1024
[   10.195881] Generic PHY 48485000.mdio:02: attached PHY driver [Generic PHY] (mii_bus:phy_addr=48485000.mdio:02, irq=-1)
[   10.220550] cpts ptp bc clkid 0
[   10.225634] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[   10.229728] net eth0: initializing cpsw version 1.15 (0)
[   10.245800] Generic PHY 48485000.mdio:01: attached PHY driver [Generic PHY] (mii_bus:phy_addr=48485000.mdio:01, irq=-1)
[   10.280953] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[  OK  ] Started Network Service.
[   10.360914] Bluetooth: Core ver 2.22
[   10.374456] NET: Registered protocol family 31
[   10.387263] Bluetooth: HCI device and connection manager initialized
[  OK  ] Started Save/Restore Sound Card State.
[   10.410774] Bluetooth: HCI socket layer initialized
[   10.420608] Bluetooth: L2CAP socket layer initialized
[   10.434057] Bluetooth: SCO socket layer initialized
[  OK  ] Started Telephony service.
[  OK  ] Started Login Service.
[  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[  OK  ] Reached target Network.
         Starting Permit User Sessions...
         Starting Simple Network Management Protocol (SNMP) Daemon....
         Starting Lightning Fast Webserver With Light System Requirements...
         Starting Enable and configure wl18xx bluetooth stack...
[  OK  ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
         Starting Network Name Resolution...
         Starting Wait for Network to be Configured...
[  OK  ] Created slice system-systemd\x2dbacklight.slice.
         Starting Load/Save Screen Backlight...htness of backlight:backlight...
         Starting rc.pvr.service...
[  OK  ] Started Permit User Sessions.
[  OK  ] Started Load/Save Screen Backlight Brightness of backlight:backlight.
[  OK  ] Started Getty on tty1.
[  OK  ] Started Serial Getty on ttyS2.
[   10.602103] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[  OK  ] Reached target Login Prompts.
         Starting Synchronize System and HW clocks...
[  OK  ] Started Synchronize System and HW clocks.
[  OK  ] Started Lightning Fast Webserver With Light System Requirements.
[   10.762224] PVR_K: UM DDK-(3699939) and KM DDK-(3699939) match. [ OK ]
[  OK  ] Started Network Name Resolution.
[  OK  ] Started rc.pvr.service.
[   11.188305] NET: Registered protocol family 15
[   11.241389] rpmsg_rpc virtio0.rpmsg-rpc.-1.101: probing service dce-callback with src 1024 dst 101
[   11.273073] rpmsg_rpc virtio0.rpmsg-rpc.-1.102: probing service rpmsg-dce with src 1025 dst 102
[   11.273402] rpmsg_rpc virtio0.rpmsg-rpc.-1.101: published functions = 4
[   11.301741] ti-pruss 4b200000.pruss: creating PRU cores and other child platform devices
[   11.303062] irq: no irq domain found for /ocp/pruss_soc_bus@4b226000/pruss@4b200000/intc@4b220000 !
[   11.303522] irq: no irq domain found for /ocp/pruss_soc_bus@4b226000/pruss@4b200000/intc@4b220000 !
[   11.304090] ti-pruss 4b280000.pruss: creating PRU cores and other child platform devices
[   11.305776] irq: no irq domain found for /ocp/pruss_soc_bus@4b2a6000/pruss@4b280000/intc@4b2a0000 !
[   11.306408] irq: no irq domain found for /ocp/pruss_soc_bus@4b2a6000/pruss@4b280000/intc@4b2a0000 !
[   11.329390] NET: Registered protocol family 43
[   11.396318] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[   11.396339] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
[   11.398204] remoteproc remoteproc4: 4b234000.pru0 is available
[   11.398248] pru-rproc 4b234000.pru0: PRU rproc node /ocp/pruss_soc_bus@4b226000/pruss@4b200000/pru@4b234000 probed successfully
[   11.398493] remoteproc remoteproc5: 4b238000.pru1 is available
[   11.398533] pru-rproc 4b238000.pru1: PRU rproc node /ocp/pruss_soc_bus@4b226000/pruss@4b200000/pru@4b238000 probed successfully
[   11.398824] remoteproc remoteproc6: 4b2b4000.pru0 is available
[   11.398871] pru-rproc 4b2b4000.pru0: PRU rproc node /ocp/pruss_soc_bus@4b2a6000/pruss@4b280000/pru@4b2b4000 probed successfully
[   11.399135] remoteproc remoteproc7: 4b2b8000.pru1 is available
[   11.399181] pru-rproc 4b2b8000.pru1: PRU rproc node /ocp/pruss_soc_bus@4b2a6000/pruss@4b280000/pru@4b2b8000 probed successfully
[   11.401747] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x02010010
[   11.401788] xhci-hcd xhci-hcd.1.auto: irq 470, io mem 0x48890000
[   11.403303] hub 1-0:1.0: USB hub found
[   11.403339] hub 1-0:1.0: 1 port detected
[   11.403706] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[   11.403718] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
[   11.403792] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[   11.405678] hub 2-0:1.0: USB hub found
[   11.405703] hub 2-0:1.0: 1 port detected
[   11.503587] Initializing XFRM netlink socket
[  OK  ] Started Simple Network Management Protocol (S[   11.719072] rpmsg_rpc virtio1.rpmsg-rpc.-1.101: probing service rpc_example_2 with src 1024 dst 101
NMP) Daemon..
[   11.731246] rpmsg_rpc virtio0.rpmsg-rpc.-1.102: published functions = 9
[  OK  ] Started Enable and configure wl18xx bluetooth[   11.765399] rpmsg_rpc virtio1.rpmsg-rpc.-1.101: published functions = 8
 stack.
[   11.820163] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[  OK  ] Reached target Sound Card.
         Starting weston.service...
[   12.011991] hub 1-1:1.0: USB hub found
[   12.016111] hub 1-1:1.0: 4 ports detected
[   12.140185] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
[   12.187974] hub 2-1:1.0: USB hub found
[   12.193339] hub 2-1:1.0: 4 ports detected
[   12.973507] random: crng init done
***************************************************************
***************************************************************
NOTICE: This file system contains the following GPLv3 packages:
	autoconf
	binutils-dev
	binutils
	bison-dev
	bison
	cifs-utils
	cpio
	cpp-symlinks
	cpp
	dosfstools
	findutils
	g++-symlinks
	g++
	gawk-dev
	gawk
	gcc-symlinks
	gcc
	gdb
	gdbc6x
	gdbserver
	glmark2
	gstreamer1.0-libav
	gzip
	hidapi
	libcairo-perf-utils
	libgmp10
	libidn11
	libmavconn
	libmpc3
	libmpfr4
	libreadline-dev
	libreadline6
	m4-dev
	m4
	make
	mavlink
	mavros-extras
	mavros-msgs
	mavros
	nettle
	parted
	socketcan-interface
	swig-dev
	swig
	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.

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

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

Arago 2017.12 am57xx-evm ttyS2

am57xx-evm login: [   20.327573] omap_hwmod: mmu1_dsp2: _wait_target_disable failed
[   20.340657] omap_hwmod: mmu1_dsp1: _wait_target_disable failed
[   20.353491] omap_hwmod: mmu0_dsp2: _wait_target_disable failed
[   20.366303] omap_hwmod: mmu0_dsp1: _wait_target_disable failed

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

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

Arago 2017.12 am57xx-evm ttyS2

am57xx-evm login: root
root@am57xx-evm:~# 
root@am57xx-evm:~# 
root@am57xx-evm:~# 
root@am57xx-evm:~# 
root@am57xx-evm:~# lspci -vvv     
00:00.0 PCI bridge: Texas Instruments Multicore DSP+ARM KeyStone II SOC (rev 01)
root@am57xx-evm:~# 
root@am57xx-evm:~# 
root@am57xx-evm:~# 
root@am57xx-evm:~# lspci -vvv
00:00.0 PCI bridge: Texas Instruments Multicore DSP+ARM KeyStone II SOC (rev 01) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 436
	Region 0: Memory at 20100000 (32-bit, non-prefetchable) [size=1M]
	Region 1: Memory at 20020000 (32-bit, non-prefetchable) [size=64K]
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: fff00000-000fffff
	Prefetchable memory behind bridge: fff00000-000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2- AuxCurrent=0mA PME(D0+,D1+,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000ae12c000  Data: 0000
	Capabilities: [70] Express (v2) Root Port (Slot-), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x2, ASPM L0s L1, Exit Latency L0s <512ns, L1 <64us
			ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 128 bytes Disabled- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, LTR-, OBFF Not Supported ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [100 v2] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Kernel driver in use: pcieport

root@am57xx-evm:~# 

--

Best regards,

Vladimir

  • Vladimir,

    We're looking at this and will get you some feedback very soon.
  • Hi, Vladimir,

    Do you have driver for the specific intel wifi card enabled in the kernel? I am not sure which particular driver is for the wifi card you use. You may want to check Intel site. I have an Intel N-1000 wifi card and it gets enumerated without any issue using Porcessor SDK 4.3.0.5. My boot logs is attached.

    Rex

    U-Boot 2017.01-gc68ed086bd (Mar 26 2018 - 17:06:19 -0400)
    
    CPU  : DRA752-GP ES2.0
    Model: TI AM572x EVM Rev A3
    Board: AM572x EVM REV A.30
    DRAM:  2 GiB
    MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
    GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645
    part_get_info_efi: *** ERROR: Invalid GPT ***
    GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645
    part_get_info_efi: *** ERROR: Invalid Backup GPT ***
    SCSI:  SATA link 0 timeout.
    AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
    flags: 64bit ncq stag pm led clo only pmp pio slum part ccc apst
    scanning bus for devices...
    Found 0 device(s).
    Net:
    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
    reading boot.scr
    ** Unable to read file boot.scr **
    reading uEnv.txt
    1490 bytes read in 3 ms (484.4 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc0 ...
    Running uenvcmd ...
    reading .psdk_setup
    1 bytes read in 2 ms (0 Bytes/s)
    Already setup.
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    3761088 bytes read in 255 ms (14.1 MiB/s)
    106550 bytes read in 53 ms (1.9 MiB/s)
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
       Loading Device Tree to 8ffe2000, end 8ffff035 ... OK
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0
    [    0.000000] Linux version 4.9.69-g9ce43c71ae (gtbldadm@ubuntu-16) (gcc version 6.2.1 20161016 (Linaro GCC 6.2-2016.11) ) #2 SMP PREEMPT Mon Mar 26 11:57:50 EDT 2018
    [    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 AM572x EVM Rev A3
    [    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_cma@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_cma@99000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created CMA memory pool at 0x000000009d000000, size 32 MiB
    [    0.000000] OF: reserved mem: initialized node ipu1_cma@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_cma@9f000000, compatible id shared-dma-pool
    [    0.000000] cma: Reserved 24 MiB at 0x00000000fe400000
    [    0.000000] Memory policy: Data cache writealloc
    [    0.000000] OMAP4: Map 0x00000000ffd00000 to fe600000 for dram barrier
    [    0.000000] DRA752 ES2.0
    [    0.000000] percpu: Embedded 13 pages/cpu @eed33000 s22028 r8192 d23028 u53248
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 471616
    [    0.000000] Kernel command line: console=ttyO2,115200n8 root=PARTUUID=00082636-02 rw rootfstype=ext4 rootwait
    [    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [    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: 1671600K/1893376K available (8192K kernel code, 317K rwdata, 2492K rodata, 2048K init, 304K bss, 33360K reserved, 188416K cma-reserved, 1278976K 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 : 0xc0008000 - 0xc0a00000   (10208 kB)
    [    0.000000]       .init : 0xc0e00000 - 0xc1000000   (2048 kB)
    [    0.000000]       .data : 0xc1000000 - 0xc104f408   ( 318 kB)
    [    0.000000]        .bss : 0xc1051000 - 0xc109d170   ( 305 kB)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [    0.000000] Preemptible hierarchical RCU implementation.
    [    0.000000]  Build-time adjustment of leaf fanout to 32.
    [    0.000000] NR_IRQS:16 nr_irqs:16 16
    [    0.000000] OMAP clockevent source: timer1 at 32786 Hz
    [    0.000000] arm_arch_timer: Architected 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.000004] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398046511023ns
    [    0.000016] Switching to timer-based delay loop, resolution 162ns
    [    0.000324] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
    [    0.000332] OMAP clocksource: 32k_counter at 32768 Hz
    [    0.000739] Console: colour dummy device 80x30
    [    0.000755] WARNING: Your 'console=ttyO2' has been replaced by 'ttyS2'
    [    0.000761] This ensures that you still see kernel messages. Please
    [    0.000767] update your kernel commandline.
    [    0.000784] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
    [    0.000797] pid_max: default: 32768 minimum: 301
    [    0.000897] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.000907] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.001529] CPU: Testing write buffer coherency: ok
    [    0.001733] /cpus/cpu@0 missing clock-frequency property
    [    0.001750] /cpus/cpu@1 missing clock-frequency property
    [    0.001761] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    [    0.001777] Setting up static identity map for 0x80200000 - 0x80200060
    [    0.080072] EFI services will not be available.
    [    0.170294] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
    [    0.170380] Brought up 2 CPUs
    [    0.170393] SMP: Total of 2 processors activated (24.59 BogoMIPS).
    [    0.170400] CPU: All CPU(s) started in HYP mode.
    [    0.170406] CPU: Virtualization extensions available.
    [    0.170839] devtmpfs: initialized
    [    0.198551] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
    [    0.198795] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [    0.198812] futex hash table entries: 512 (order: 3, 32768 bytes)
    [    0.202222] pinctrl core: initialized pinctrl subsystem
    [    0.203030] NET: Registered protocol family 16
    [    0.203895] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [    0.204935] omap_hwmod: l3_main_2 using broken dt data from ocp
    [    0.320392] omap_hwmod: dcan1: _wait_target_disable failed
    [    0.440391] cpuidle: using governor ladder
    [    0.470415] cpuidle: using governor menu
    [    0.480245] OMAP GPIO hardware version 0.1
    [    0.494922] irq: no irq domain found for /ocp/l4@4a000000/scm@2000/pinmux@1400 !
    [    0.521436] No ATAGs?
    [    0.521460] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
    [    0.521470] hw-breakpoint: maximum watchpoint size is 8 bytes.
    [    0.521827] omap4_sram_init:Unable to allocate sram needed to handle errata I688
    [    0.521836] omap4_sram_init:Unable to get sram pool needed to handle errata I688
    [    0.522380] OMAP DMA hardware revision 0.0
    [    0.571709] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
    [    0.573002] edma 43300000.edma: memcpy is disabled
    [    0.577758] edma 43300000.edma: TI EDMA DMA engine driver
    [    0.582222] omap-iommu 40d01000.mmu: 40d01000.mmu registered
    [    0.582394] omap-iommu 40d02000.mmu: 40d02000.mmu registered
    [    0.582548] omap-iommu 58882000.mmu: 58882000.mmu registered
    [    0.582702] omap-iommu 55082000.mmu: 55082000.mmu registered
    [    0.582965] omap-iommu 41501000.mmu: 41501000.mmu registered
    [    0.583150] omap-iommu 41502000.mmu: 41502000.mmu registered
    [    0.585844] palmas 0-0058: Irq flag is 0x00000008
    [    0.612750] palmas 0-0058: Muxing GPIO 2f, PWM 0, LED 0
    [    0.616549] vtt_fixed: supplied by smps3
    [    0.661867] random: fast init done
    [    0.692490] vdd_3v3: supplied by regen1
    [    0.692712] aic_dvdd_fixed: supplied by vdd_3v3
    [    0.695904] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.696415] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
    [    0.696895] omap_i2c 4807c000.i2c: bus 4 rev0.12 at 400 kHz
    [    0.697086] media: Linux media interface: v0.10
    [    0.697133] Linux video capture interface: v2.00
    [    0.697166] pps_core: LinuxPPS API ver. 1 registered
    [    0.697174] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.697194] PTP clock support registered
    [    0.697223] EDAC MC: Ver: 3.0.0
    [    0.698156] omap-mailbox 4883c000.mailbox: omap mailbox rev 0x400
    [    0.698442] omap-mailbox 4883e000.mailbox: omap mailbox rev 0x400
    [    0.698727] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
    [    0.699008] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
    [    0.699343] Advanced Linux Sound Architecture Driver Initialized.
    [    0.700153] clocksource: Switched to clocksource arch_sys_counter
    [    0.710770] NET: Registered protocol family 2
    [    0.711267] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
    [    0.711329] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
    [    0.711454] TCP: Hash tables configured (established 8192 bind 8192)
    [    0.711499] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [    0.711529] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [    0.711705] NET: Registered protocol family 1
    [    0.712031] RPC: Registered named UNIX socket transport module.
    [    0.712040] RPC: Registered udp transport module.
    [    0.712047] RPC: Registered tcp transport module.
    [    0.712054] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.712973] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
    [    0.715875] workingset: timestamp_bits=14 max_order=19 bucket_order=5
    [    0.723250] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.723944] NFS: Registering the id_resolver key type
    [    0.723964] Key type id_resolver registered
    [    0.723972] Key type id_legacy registered
    [    0.724010] ntfs: driver 2.1.32 [Flags: R/O].
    [    0.725163] bounce: pool size: 64 pages
    [    0.725304] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
    [    0.725314] io scheduler noop registered
    [    0.725322] io scheduler deadline registered
    [    0.725450] io scheduler cfq registered (default)
    [    0.730407] pinctrl-single 4a003400.pinmux: 282 pins at pa fc003400 size 1128
    [    0.733593] dra7-pcie 51000000.pcie: Linked as a consumer to phy-4a094000.pciephy.3
    [    0.733906] OF: PCI: host bridge /ocp/axi@0/pcie@51000000 ranges:
    [    0.733918] OF: PCI:   No bus range found for /ocp/axi@0/pcie@51000000, using [bus 00-ff]
    [    0.733951] OF: PCI:    IO 0x20003000..0x20012fff -> 0x00000000
    [    0.733973] OF: PCI:   MEM 0x20013000..0x2fffffff -> 0x20013000
    [    0.835155] dra7-pcie 51000000.pcie: link up
    [    0.835322] dra7-pcie 51000000.pcie: PCI host bridge to bus 0000:00
    [    0.835334] pci_bus 0000:00: root bus resource [bus 00-ff]
    [    0.835345] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
    [    0.835355] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
    [    0.835731] PCI: bus0: Fast back to back transfers disabled
    [    0.860247] PCI: bus1: Fast back to back transfers disabled
    [    0.860411] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff]
    [    0.860426] pci 0000:00:00.0: BAR 8: assigned [mem 0x20200000-0x202fffff]
    [    0.860438] pci 0000:00:00.0: BAR 1: assigned [mem 0x20020000-0x2002ffff]
    [    0.860453] pci 0000:01:00.0: BAR 0: assigned [mem 0x20200000-0x20201fff 64bit]
    [    0.860508] pci 0000:00:00.0: PCI bridge to [bus 01]
    [    0.860521] pci 0000:00:00.0:   bridge window [mem 0x20200000-0x202fffff]
    [    0.860748] pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt
    [    0.860758] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
    [    0.861879] backlight supply power not found, using dummy regulator
    [    0.922813] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
    [    0.926158] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 301, base_baud = 3000000) is a 8250
    [    1.922890] console [ttyS2] enabled
    [    1.927246] 48422000.serial: ttyS7 at MMIO 0x48422000 (irq = 302, base_baud = 3000000) is a 8250
    [    1.937992] omap_rng 48090000.rng: OMAP Random Number Generator ver. 20
    [    1.944774] [drm] Initialized
    [    1.949546] OMAP DSS rev 6.1
    [    1.952929] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops)
    [    1.961374] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_component_ops)
    [    1.971830] display supply vcc not found, using dummy regulator
    [    1.988723] brd: module loaded
    [    1.996983] loop: module loaded
    [    2.000729] at24 0-0050: 4096 byte 24c32 EEPROM, writable, 1 bytes/write
    [    2.010431] libphy: Fixed MDIO Bus: probed
    [    2.070179] davinci_mdio 48485000.mdio: davinci mdio revision 1.6
    [    2.076305] libphy: 48485000.mdio: probed
    [    2.084818] davinci_mdio 48485000.mdio: phy[1]: device 48485000.mdio:01, driver Micrel KSZ9031 Gigabit PHY
    [    2.094560] davinci_mdio 48485000.mdio: phy[2]: device 48485000.mdio:02, driver Micrel KSZ9031 Gigabit PHY
    [    2.104788] cpsw 48484000.ethernet: Detected MACID = a0:f6:fd:aa:d2:cc
    [    2.111444] cpsw 48484000.ethernet: device node lookup for pps timer failed
    [    2.118471] cpsw 48484000.ethernet: cpts: overflow check period 500 (jiffies)
    [    2.126627] cpsw 48484000.ethernet: cpsw: Detected MACID = a0:f6:fd:aa:d2:cd
    [    2.135216] mousedev: PS/2 mouse device common for all mice
    [    2.141122] i2c /dev entries driver
    [    2.147433] gpio-fan gpio_fan: GPIO fan initialized
    [    2.153727] tmp102 0-0048: initialized
    [    2.162664] omap_hsmmc 4809c000.mmc: Got CD GPIO
    [    2.230522] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode
    [    2.236901] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode
    [    2.381056] ledtrig-cpu: registered to indicate activity on CPUs
    [    2.391776] NET: Registered protocol family 10
    [    2.406886] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [    2.413236] NET: Registered protocol family 17
    [    2.417836] Key type dns_resolver registered
    [    2.422225] omap_voltage_late_init: Voltage driver support not added
    [    2.428667] Power Management for TI OMAP4+ devices.
    [    2.433782] Registering SWP/SWPB emulation handler
    [    2.446748] dmm 4e000000.dmm: workaround for errata i878 in use
    [    2.453977] dmm 4e000000.dmm: initialized all PAT entries
    [    2.481165] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [    2.487807] [drm] No driver support for vblank timestamp query.
    [    2.495597] [drm] Enabling DMM ywrap scrolling
    [    2.523272] mmc1: new DDR MMC card at address 0001
    [    2.523586] mmcblk1: mmc1:0001 S10004 3.56 GiB
    [    2.523716] mmcblk1boot0: mmc1:0001 S10004 partition 1 4.00 MiB
    [    2.523849] mmcblk1boot1: mmc1:0001 S10004 partition 2 4.00 MiB
    [    2.524381]  mmcblk1: p1 p2 p3
    [    2.568876] Console: switching to colour frame buffer device 100x30
    [    2.599086] mmc0: host does not support reading read-only switch, assuming write-enable
    [    2.604011] mmc0: new ultra high speed SDR104 SDHC card at address aaaa
    [    2.614379] mmcblk0: mmc0:aaaa SL16G 14.8 GiB
    [    2.620477]  mmcblk0: p1 p2
    [    2.623380] omapdrm omapdrm.0: fb0: omapdrm frame buffer device
    [    2.662296] input: gpio_keys as /devices/platform/gpio_keys/input/input0
    [    2.669237] hctosys: unable to open rtc device (rtc0)
    [    2.675195] aic_dvdd_fixed: disabling
    [    2.678873] vmmcwl_fixed: disabling
    [    2.682554] ldousb: disabling
    [    2.685788] ALSA device list:
    [    2.688766]   No soundcards found.
    [    2.702348] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [    2.710560] VFS: Mounted root (ext4 filesystem) on device 179:50.
    [    2.721287] devtmpfs: mounted
    [    2.725366] Freeing unused kernel memory: 2048K
    [    2.842287] systemd[1]: System time before build time, advancing clock.
    [    2.863877] systemd[1]: systemd 230 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
    [    2.882294] systemd[1]: Detected architecture arm.
    
    Welcome to Arago 2017.12!
    
    [    2.923759] systemd[1]: Set hostname to <am57xx-evm>.
    [    2.933913] systemd[1]: Initializing machine ID from random generator.
    [    3.192063] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
    [    3.230379] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    3.260250] systemd[1]: Reached target Swap.
    [  OK  ] Reached target Swap.
    [    3.290370] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    3.320327] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    3.350361] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Network Service Netlink Socket.
    [  OK  ] Created slice System Slice.
             Starting Setup Virtual Console...
             Starting alignment.service...
             Mounting POSIX Message Queue File System...
             Mounting Debug File System...
             Starting Load Kernel Modules...
    [    3.638894] cmemk: loading out-of-tree module taints kernel.
    [    3.645306] CMEMK module: reference Linux version 4.9.69
    [    3.651300] allocated heap buffer 0x40500000 of size 0x100000
    [    3.657093] cmemk initialized
    [  OK  ] Created slice User and Session Slice.
    [    3.667885] cryptodev: driver 1.8 loaded.
    [    3.686449] usbcore: registered new interface driver usbfs
    [  OK  ] Listening on Syslog Socket.
    [    3.692814] usbcore: registered new interface driver hub
    [    3.702381] usbcore: registered new device driver usb
    [    3.713078] usbcore: registered new interface driver usbserial
             Starting Journal Service...
    [    3.727206] usbcore: registered new interface driver ftdi_sio
    [    3.733070] usbserial: USB Serial support registered for FTDI USB Serial Device
    [  OK  ] Reached target Slices.
    [  OK  ] Listening on Process Core Dump Socket.
    [  OK  ] Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Reached target Paths.
             Starting Create Static Device Nodes in /dev...
    [  OK  ] Created slice system-getty.slice.
    [  OK  ] Created slice system-serial\x2dgetty.slice.
             Starting Remount Root and Kernel File Systems...
    [    3.975721] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
             Mounting Temporary Directory...
    [  OK  ] Reached target Remote File Systems.
    [  OK  ] Mounted POSIX Message Queue File System.
    [  OK  ] Mounted Debug File System.
    [  OK  ] Mounted Temporary Directory.
    [  OK  ] Started Journal Service.
    [  OK  ] Started Setup Virtual Console.
    [  OK  ] Started alignment.service.
    [  OK  ] Started Load Kernel Modules.
    [  OK  ] Started Create Static Device Nodes in /dev.
    [  OK  ] Started Remount Root and Kernel File Systems.
             Starting Rebuild Hardware Database...
             Starting udev Kernel Device Manager...
    [  OK  ] Reached target Local File Systems (Pre).
             Mounting /var/volatile...
             Mounting /media/ram...
             Mounting Configuration File System...
             Starting Apply Kernel Variables...
             Starting Flush Journal to Persistent Storage...
    [  OK  ] Mounted Configuration File System.
    [  OK  ] Mounted /var/volatile.
    [  OK  ] Mounted /media/ram.
    [  OK  ] Started udev Kernel Device Manager.
    [  OK  ] Started Apply Kernel Variables.
    [    4.768719] systemd-journald[119]: Received request to flush runtime journal from PID 1
             Starting Load/Save Random Seed...
    [  OK  ] Reached target Local File Systems.
             Starting Rebuild Dynamic Linker Cache...
             Starting Rebuild Journal Catalog...
    [  OK  ] Started Flush Journal to Persistent Storage.
    [  OK  ] Started Load/Save Random Seed.
    [  OK  ] Started Rebuild Journal Catalog.
             Starting Create Volatile Files and Directories...
    [  OK  ] Started Create Volatile Files and Directories.
             Starting Update UTMP about System Boot/Shutdown...
             Starting Network Time Synchronization...
             Starting Opkg first boot configure...
    [  OK  ] Started Update UTMP about System Boot/Shutdown.
    [  OK  ] Started Rebuild Hardware Database.
             Starting udev Coldplug all Devices...
    [  OK  ] Started Network Time Synchronization.
    [  OK  ] Reached target System Time Synchronized.
    [    6.246602] omap-rproc 58820000.ipu: assigned reserved memory node ipu1_cma@9d000000
    [    6.302900] remoteproc remoteproc0: 58820000.ipu is available
    [    6.334691] omap-rproc 55020000.ipu: assigned reserved memory node ipu2_cma@95800000
    [  OK  ] Started udev Coldplug all Devices.
    [    6.368506] remoteproc remoteproc1: 55020000.ipu is available
    [    6.436040] omap-rproc 40800000.dsp: assigned reserved memory node dsp1_cma@99000000
    [    6.445581] remoteproc remoteproc0: powering up 58820000.ipu
    [    6.445589] remoteproc remoteproc0: Booting fw image dra7-ipu1-fw.xem4, size 4699456
    [    6.445684] omap-iommu 58882000.mmu: 58882000.mmu: version 2.1
    [    6.456585] virtio_rpmsg_bus virtio0: rpmsg host is online
    [    6.456610] remoteproc remoteproc0: registered virtio0 (type 7)
    [    6.456615] remoteproc remoteproc0: remote processor 58820000.ipu is now up
    [    6.462549] virtio_rpmsg_bus virtio0: creating channel rpmsg-client-sample addr 0x32
    [    6.462679] virtio_rpmsg_bus virtio0: creating channel rpmsg-client-sample addr 0x33
    [    6.462779] virtio_rpmsg_bus virtio0: creating channel rpmsg-omx addr 0x3c
    [    6.462870] virtio_rpmsg_bus virtio0: creating channel rpmsg-rpc addr 0x65
    [    6.593184] remoteproc remoteproc1: powering up 55020000.ipu
    [    6.593194] remoteproc remoteproc1: Booting fw image dra7-ipu2-fw.xem4, size 3738980
    [    6.593259] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
    [    6.653595] Intel(R) Wireless WiFi driver for Linux
    [    6.653597] Copyright(c) 2003- 2015 Intel Corporation
    [    6.653672] iwlwifi 0000:01:00.0: enabling device (0140 -> 0142)
    [    6.671045] iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-1000-5.ucode failed with error -2
    [    6.671079] iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-1000-4.ucode failed with error -2
    [    6.671110] iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-1000-3.ucode failed with error -2
    [    6.671139] iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-1000-2.ucode failed with error -2
    [    6.671167] iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-1000-1.ucode failed with error -2
    [    6.671172] iwlwifi 0000:01:00.0: no suitable firmware found!
    [    6.675252] rtc-ds1307 2-006f: SET TIME!
    [    6.678264] rtc-ds1307 2-006f: rtc core: registered mcp7941x as rtc0
    [    6.695746] palmas-rtc 48070000.i2c:tps659038@58:tps659038_rtc: rtc core: registered 48070000.i2c:tps659 as rtc1
    [    6.701344] rtc-ds1307 2-006f: 64 bytes nvram
    [    6.849655] virtio_rpmsg_bus virtio1: rpmsg host is online
    [    6.849682] remoteproc remoteproc1: registered virtio1 (type 7)
    [    6.849687] remoteproc remoteproc1: remote processor 55020000.ipu is now up
    [    6.858746] virtio_rpmsg_bus virtio1: creating channel rpmsg-rpc addr 0x65
    [    6.858883] virtio_rpmsg_bus virtio1: creating channel rpmsg-rpc addr 0x66
    [    6.881690] input: pixcir_tangoc as /devices/platform/44000000.ocp/4807c000.i2c/i2c-4/4-005c/input/input1
    [  OK  ] Found device /dev/ttyS2.
    [    7.089816] remoteproc remoteproc2: 40800000.dsp is available
    [    7.109276] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
    [    7.120625] omap-des 480a5000.des: will run requests pump with realtime priority
    [    7.151258] omap_rtc 48838000.rtc: rtc core: registered 48838000.rtc as rtc2
    [    7.167841] vpe 489d0000.vpe: loading firmware vpdma-1b8.bin
    [    7.174379] omap-rproc 41000000.dsp: assigned reserved memory node dsp2_cma@9f000000
    [    7.186790] remoteproc remoteproc3: 41000000.dsp is available
    [    7.210358] vpe 489d0000.vpe: Device registered as /dev/video0
    [    7.668043] SCSI subsystem initialized
    [    7.730954] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [  OK  ] Started Opkg first boot configure.
    [    7.787969] remoteproc remoteproc2: powering up 40800000.dsp
    [    7.795504] remoteproc remoteproc2: Booting fw image dra7-dsp1-fw.xe66, size 19480300
    [    7.810937] omap_hwmod: mmu0_dsp1: _wait_target_disable failed
    [    7.816822] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0
    [    7.822755] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0
    [    7.839755] omap-hdmi-audio omap-hdmi-audio.0.auto: snd-soc-dummy-dai <-> 58040000.encoder mapping ok
    [    7.849817] virtio_rpmsg_bus virtio2: rpmsg host is online
    [    7.855392] remoteproc remoteproc2: registered virtio2 (type 7)
    [    7.862428] remoteproc remoteproc2: remote processor 40800000.dsp is now up
    [    7.873169] virtio_rpmsg_bus virtio2: creating channel rpmsg-proto addr 0x3d
    [    7.892137] ahci 4a140000.sata: SSS flag set, parallel bus scan disabled
    [    7.899558] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
    [    7.911668] ahci 4a140000.sata: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part ccc apst
    [    7.936735] scsi host0: ahci
    [    7.939173] remoteproc remoteproc3: powering up 41000000.dsp
    [    7.939182] remoteproc remoteproc3: Booting fw image dra7-dsp2-fw.xe66, size 19480300
    [    7.945830] omap_hwmod: mmu0_dsp2: _wait_target_disable failed
    [    7.945859] omap-iommu 41501000.mmu: 41501000.mmu: version 3.0
    [    7.945953] omap-iommu 41502000.mmu: 41502000.mmu: version 3.0
    [    7.981873] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 346
    [    7.992294] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
    [    7.998550] virtio_rpmsg_bus virtio3: rpmsg host is online
    [    8.004852] remoteproc remoteproc3: registered virtio3 (type 7)
    [    8.011204] remoteproc remoteproc3: remote processor 41000000.dsp is now up
    [    8.019813] virtio_rpmsg_bus virtio3: creating channel rpmsg-proto addr 0x3d
    [    8.028927] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
    [    8.035399] omap-aes 4b500000.aes: will run requests pump with realtime priority
    [    8.043710] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
    [    8.049624] omap-aes 4b700000.aes: will run requests pump with realtime priority
    [    8.093984] [drm] Initialized pvr 1.14.3699939 20110701 on minor 1
    [  OK  ] Created slice system-systemd\x2dbacklight.slice.
    [    8.141375] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [    8.158664] FAT-fs (mmcblk1p2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [    8.166168] FAT-fs (mmcblk1p3): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
             Starting Load/Save Screen Backlight...htness of backlight:backlight...
    [    8.278567] asoc-simple-card sound0: tlv320aic3x-hifi <-> 48468000.mcasp mapping ok
    [    8.323189] ata1: SATA link down (SStatus 0 SControl 300)
    [  OK  ] Started Load/Save Screen Backlight Brightness of backlight:backlight.
    [  OK  ] Started Rebuild Dynamic Linker Cache.
    [  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
             Starting Update is Completed...
    [  OK  ] Started Update is Completed.
    [  OK  ] Reached target System Initialization.
    [  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [  OK  ] Listening on D-Bus System Message Bus Socket.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on dropbear.socket.
    [  OK  ] Reached target Sockets.
    [    9.104887] rpmsg_rpc virtio0.rpmsg-rpc.-1.101: probing service rpc_example_2 with src 1024 dst 101
    [    9.122596] rpmsg_rpc virtio1.rpmsg-rpc.-1.101: probing service dce-callback with src 1024 dst 101
    [    9.131658] rpmsg_rpc virtio0.rpmsg-rpc.-1.101: published functions = 8
    [    9.131798] rpmsg_rpc virtio1.rpmsg-rpc.-1.102: probing service rpmsg-dce with src 1025 dst 102
    [  OK  ] Reached target Basic System.
    [    9.182568] ti-pruss 4b200000.pruss: creating PRU cores and other child platform devices
    [    9.187645] irq: no irq domain found for /ocp/pruss_soc_bus@4b226000/pruss@4b200000/intc@4b220000 !
    [    9.189528] irq: no irq domain found for /ocp/pruss_soc_bus@4b226000/pruss@4b200000/intc@4b220000 !
    [    9.192905] ti-pruss 4b280000.pruss: creating PRU cores and other child platform devices
    [    9.194253] irq: no irq domain found for /ocp/pruss_soc_bus@4b2a6000/pruss@4b280000/intc@4b2a0000 !
    [    9.194692] irq: no irq domain found for /ocp/pruss_soc_bus@4b2a6000/pruss@4b280000/intc@4b2a0000 !
    [    9.206507] NET: Registered protocol family 43
    [    9.232110] remoteproc remoteproc4: 4b234000.pru0 is available
    [    9.232148] pru-rproc 4b234000.pru0: PRU rproc node /ocp/pruss_soc_bus@4b226000/pruss@4b200000/pru@4b234000 probed successfully
    [    9.232408] remoteproc remoteproc5: 4b238000.pru1 is available
    [    9.232450] pru-rproc 4b238000.pru1: PRU rproc node /ocp/pruss_soc_bus@4b226000/pruss@4b200000/pru@4b238000 probed successfully
    [    9.232696] remoteproc remoteproc6: 4b2b4000.pru0 is available
    [    9.232731] pru-rproc 4b2b4000.pru0: PRU rproc node /ocp/pruss_soc_bus@4b2a6000/pruss@4b280000/pru@4b2b4000 probed successfully
    [    9.232953] remoteproc remoteproc7: 4b2b8000.pru1 is available
    [    9.232986] pru-rproc 4b2b8000.pru1: PRU rproc node /ocp/pruss_soc_bus@4b2a6000/pruss@4b280000/pru@4b2b8000 probed successfully
    [    9.373308] rpmsg_rpc virtio1.rpmsg-rpc.-1.101: published functions = 4
    [    9.379980] rpmsg_rpc virtio1.rpmsg-rpc.-1.102: published functions = 9
    [  OK  ] Started Periodic Command Scheduler.
    [    9.410812] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
    [    9.416340] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
    [    9.425473] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x02010010
    [    9.434330] xhci-hcd xhci-hcd.1.auto: irq 473, io mem 0x48890000
    [    9.435798] hub 1-0:1.0: USB hub found
    [    9.435825] hub 1-0:1.0: 1 port detected
    [    9.436134] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
    [    9.436147] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
    [    9.436212] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [    9.437216] hub 2-0:1.0: USB hub found
    [    9.437242] hub 2-0:1.0: 1 port detected
    [  OK  ] Started Job spooling tools.
             Starting Avahi mDNS/DNS-SD Stack...
             Starting Telephony service...
             Starting uim-sysfs.service...
    [  OK  ] Started System Logging Service.
    [  OK  ] Started D-Bus System Message Bus.
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
    [    9.736789] Bluetooth: Core ver 2.22
    [  OK  ] Started Telephony service.
    [    9.742824] NET: Registered protocol family 31
    [    9.753692] Bluetooth: HCI device and connection manager initialized
    [    9.761848] Bluetooth: HCI socket layer initialized
    [    9.767391] Bluetooth: L2CAP socket layer initialized
             [    9.776684] Bluetooth: SCO socket layer initialized
    Starting Network Service...
    [    9.790504] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
    [  OK  ] Started Kernel Logging Service.
    [    9.836404] hub 2-1:1.0: USB hub found
    [    9.840533] hub 2-1:1.0: 4 ports detected
    [    9.852673] net eth1: initializing cpsw version 1.15 (0)
    [    9.852679] cpsw 48484000.ethernet: initialized cpsw ale version 1.4
    [    9.852683] cpsw 48484000.ethernet: ALE Table size 1024
             Starting Print notice about GPLv3 packages...
             Starting Save/Restore Sound Card State...
             Starting Login Service...
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    [  OK  ] Reached target Timers.
             Starting TI MultiCore Tools Daemon...
    [  OK  ] Started Network Service.
    [    9.960204] usb 1-1: new high-speed USB device number 2 using xhci-hcd
    [  OK  ] Started Save/Restore Sound Card State.
    [   10.023153] Micrel KSZ9031 Gigabit PHY 48485000.mdio:02: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=48485000.mdio:02, irq=-1)
    [  OK  ] Started TI MultiCore Tools Daemon.
    [   10.082281] cpts ptp bc clkid 0
    [   10.102129] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
    [   10.130877] net eth0: initializing cpsw version 1.15 (0)
    [   10.172419] hub 1-1:1.0: USB hub found
    [   10.176637] hub 1-1:1.0: 4 ports detected
    [   10.273528] Micrel KSZ9031 Gigabit PHY 48485000.mdio:01: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=48485000.mdio:01, irq=-1)
    [   10.328234] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [   10.334161] random: crng init done
    [  OK  ] Started uim-sysfs.service.
    [  OK  ] Reached target Sound Card.
             Starting rc.pvr.service...
    [  OK  ] Reached target Network.
             Starting Enable and configure wl18xx bluetooth stack...
             Starting Lightning Fast Webserver With Light System Requirements...
             Starting Network Name Resolution...
             Starting Simple Network Management Protocol (SNMP) Daemon....
    [  OK  ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
             Starting Permit User Sessions...
    [   10.715181] PVR_K: UM DDK-(3699939) and KM DDK-(3699939) match. [ OK ]
             Starting Wait for Network to be Configured...
    [  OK  ] Started Lightning Fast Webserver With Light System Requirements.
    [  OK  ] Started Permit User Sessions.
    [  OK  ] Started Network Name Resolution.
    [  OK  ] Started Login Service.
    [  OK  ] Started Serial Getty on ttyS2.
    [  OK  ] Started Getty on tty1.
    [  OK  ] Reached target Login Prompts.
             Starting Synchronize System and HW clocks...
    [  OK  ] Started Synchronize System and HW clocks.
    [  OK  ] Started rc.pvr.service.
             Starting weston.service...
    [   10.969785] NET: Registered protocol family 15
    [   11.069925] Initializing XFRM netlink socket
    [  OK  ] Started Simple Network Management Protocol (SNMP) Daemon..
    [  OK  ] Started Enable and configure wl18xx bluetooth stack.
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPLv3 packages:
            autoconf
            binutils-dev
            binutils
            bison-dev
            bison
            cifs-utils
            cpio
            cpp-symlinks
            cpp
            dosfstools
            findutils
            g++-symlinks
            g++
            gawk-dev
            gawk
            gcc-symlinks
            gcc
            gdb
            gdbc6x
            gdbserver
            glmark2
            gstreamer1.0-libav
            gzip
            hidapi
            libcairo-perf-utils
            libgmp10
            libidn11
            libmavconn
            libmpc3
            libmpfr4
            libreadline-dev
            libreadline6
            m4-dev
            m4
            make
            mavlink
            mavros-extras
            mavros-msgs
            mavros
            nettle
            parted
            socketcan-interface
            swig-dev
            swig
            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.
    
     _____                    _____           _         _
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|
                  |___|                    |___|
    
    Arago Project http://arago-project.org am57xx-evm ttyS2
    
    Arago 2017.12 am57xx-evm ttyS2
    
    am57xx-evm login: [   18.407603] omap_hwmod: mmu1_dsp2: _wait_target_disable failed
    [   18.421370] omap_hwmod: mmu0_dsp2: _wait_target_disable failed
    [   18.434966] omap_hwmod: mmu1_dsp1: _wait_target_disable failed
    [   18.448563] omap_hwmod: mmu0_dsp1: _wait_target_disable failed
    root
    root@am57xx-evm:~# uname -a
    Linux am57xx-evm 4.9.69-g9ce43c71ae #2 SMP PREEMPT Mon Mar 26 11:57:50 EDT 2018 armv7l GNU/Linux
    root@am57xx-evm:~# lspci -nn
    00:00.0 PCI bridge [0604]: Texas Instruments Multicore DSP+ARM KeyStone II SOC [104c:8888] (rev 01)
    01:00.0 Network controller [0280]: Intel Corporation Centrino Wireless-N 1000 [Condor Peak] [8086:0084]
    root@am57xx-evm:~#
    
    

  • Hi Rex!

    Thanks for your reply!

    Intel WiFi kernel module is not loaded but it is not the only device that I'm connecting to the miniPCIe port. I also tried PCIe-PCI bridge and several devices which do have kernel module (e.g. serial controller) but none of those devices are enumerated. The only device present on the bus is the SoC itself 104c:8888

    root@am57xx-evm:~# lspci -nn
    00:00.0 PCI bridge [0604]: Texas Instruments Multicore DSP+ARM KeyStone II SOC [104c:8888] (rev 01)

    In your log I can see that PCI link is up

    [    0.835155] dra7-pcie 51000000.pcie: link up

    In my case PCI link is always down regardless of connected devices

    [    1.725377] dra7-pcie 51000000.pcie: phy link never came up

    --

    Vladimir

  • Hi, Vladimir,

    I used a TI XIO2001 PCIe-PCI bridge, and a D-Link DGE-530T Ethernet PCI card, the PCIe-PCI bridge should be listed in lspci. If your lspci doesn't show the bridge, the devices behind the bridge won't show either. Depending on the type of the bridge you are using,  it needs to be enabled in the kernel if it is not.

    root@am57xx-evm:~# lspci -v
    00:00.0 PCI bridge: Texas Instruments Device 8888 (rev 01) (prog-if 00 [Normal decode])
                 Flags: bus master, fast devsel, latency 0, IRQ 434
                 Memory at 20100000 (32-bit, non-prefetchable) [size=1M]
                 Memory at 20020000 (32-bit, non-prefetchable) [size=64K]
                 Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
                 I/O behind bridge: 00001000-00001fff
                 Memory behind bridge: 20200000-202fffff
                 Capabilities: [40] Power Management version 3
                 Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
                 Capabilities: [70] Express Root Port (Slot-), MSI 00
                 Capabilities: [100] Advanced Error Reporting
                 Kernel driver in use: pcieport

    01:00.0 PCI bridge: Texas Instruments XIO2001 PCI Express-to-PCI Bridge (prog-if 00 [Normal decode])
                 Flags: bus master, fast devsel, latency 0
                 Bus: primary=01, secondary=02, subordinate=02, sec-latency=0
                 I/O behind bridge: 00001000-00001fff
                 Memory behind bridge: 20200000-202fffff
                 Capabilities: [40] Subsystem: Device 0000:0000
                 Capabilities: [48] Power Management version 3
                 Capabilities: [50] MSI: Enable- Count=1/16 Maskable- 64bit+
                 Capabilities: [70] Express PCI-Express to PCI/PCI-X Bridge, MSI 00
                 Capabilities: [100] Advanced Error Reporting

    02:02.0 Ethernet controller: D-Link System Inc DGE-530T Gigabit Ethernet Adapter (rev.C1) [Realtek RTL8169] (rev 10)
                 Subsystem: D-Link System Inc DGE-530T Gigabit Ethernet Adapter (rev.C1) [Realtek RTL8169]
                 Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 211
                 I/O ports at 1000 [size=256]
                 Memory at 20220000 (32-bit, non-prefetchable) [size=256]
                 Expansion ROM at 20200000 [disabled] [size=128K]
                 Capabilities: [dc] Power Management version 2
                 Kernel driver in use: skge
                 Kernel modules: skge

  • Hi Rex,

    That's the problem - lspci doesn't show any PCI devices except SoC itself.
    I've also ran PCI configuration procedure based Reference Manual (24.9.5.2 Main Sequence of PCIe Controllers Initalization) in QNX RTOS and I got the same error as I see in Linux log - PCI link doesn't get up.

    Do I need any specific additional hardware or software configuration (pinmux, board switches/jumper, etc.) to get miniPCIe devices working in Linux? Or should generic Linuix and U-Boot images from SDK 04.03.00.05 already support PCI bus?

    Just in case: the EVM I'm using has marking RevA2 on LCD board and sticker with serial number and A2 letters on CPU board.
  • Hi, Vladimir,

    I am running prebuilt images from Processor SDK 4.3 and not using extra configuration procedures or hardware. I was using an A3 CPU board on an A2 LCD, but I also managed to locate an A2 CPU board from System Test group. The Intel N1000 wifi end device can still be detected using this A2 CPU board (please see logs attached). The A2 CPU board shouldn't be the cause.

    Would you be able to get a N1000 wifi card and give it a try to see if this card works for you? The prebuilt kernel in the 4.3 release package has the driver built as module. This is the one we are using in case you want to try it: www.amazon.com/.../B009AMAPJU


    Rex
  • Hi, Vladimir,

    The only way I can get "phy link never came up" is by removing the mini-pcie card from the slot. I always get the "link up" message if I disable the driver from kernel menuconfig, and/or the firmware in /lib/firmware for the Intel N1000 card. So, that makes me wonder if you have the mini-pcie card in the correct slot. There are 2 slots on the LCD board. One is for mSATA and the other for mini-PCIe. It won't work if you plug the mini-PCIe card into the mSATA slot.

    Rex
  • Hi Rex!

    I was using miniPCIe slot but after your message I've tried placing miniPCIe module in the mSATA slot :) Still no PCI link.
    Regarding N1000 - not sure if I can get exactly the same model as you but will try to find another WiFi module.

    --
    With best regards,
    Vladimir
  • Vladimir,

    I just want to be sure that when you use I-7260 card in the mini-PCIe slot, you do have it screwed in, right? I see it is 1/2 height as the N-1000 I use. If it is not screwed in, the connection may not be good.

    Rex
  • Hi Rex,

    7260 is half sized but there is no screw thread and LCD display from the other side of the module stands in the way. So I'm just putting some pressure on the module.

    Second miniPCIe module with PCIe-PCI bridge I've tested is full size and it locks in place - photo below.

    Didn't test with other miniPCIe devices for now but I'll try to get another one.

    --

    Vladimir

  • Hi Rex,
    I've tried connecting yet anothe miniPCIe WiFi module Intel Wireless-N 2230 (2230BNHMW) and it's also not detected. Same message regarding missing PCI link and no devices shown by lspci.
    Tried booting different Linux kernel versions: 4.9.41 (from SDK 04.03.00.05) and more recent kernel 4.9.69.

    miniPCIe module itself is fully operational without doubt (used in colleagues laptop).
    So if the issue is not module related what could possibly be wrong?

    --
    Vladimir
  • Hi, Vladimir,

    As I mentioned in the beginning of the thread that the issue you see usually is because the driver not being included in the kernel. For the N 2230, is the laptop a windows or linux machine? Did you rebuilt the kernel for AM572x to include N 2230 driver? Did you download N 2230 ucode and have it in the filesystem?

    Rex
  • Hi Rex!

    Both driver (kernel module) and firmware (from Intel site) were present on the SD card but it didn't matter as there was no PCI link and PCI devices were not present on the bus. But nevertheless, I've received another evaluation kit TMDSEVM572X with newer CPU board revision (A3 I beleive) and mow miniPCIe devices are now detected:
    root@am57xx-evm:~# lspci -nn
    00:00.0 PCI bridge [0604]: Texas Instruments Multicore DSP+ARM KeyStone II SOC [104c:8888] (rev 01)
    01:00.0 Network controller [0280]: Intel Corporation Wireless 7260 [8086:08b1] (rev 73)

    Thanks for your support!

    --
    Best regards,
    Vladimir