Other Parts Discussed in Thread: DRA752, PMP
Hi,
i connected the 1080p LCD to the AM5728 IDK and when doing a straight bootup with Linux (PSDK 3.02.05), it shows characters "Please wait ..."
So electrically it is working.
However the PSDK matrix gui does not show up. So I checked first into the dtb file being used.
In u-boot setting idk_lcd to osd101t2587 and then executing "run findfdt" succeeds and shows
fdtfile=am572x-idk-lcd-osd101t2587.dtb
Now running "boot" from u-boot cmdline, the system boots up to the Linux login. But again the LCD does not show more than just "Please wait ..."
u-boot environment .....
=> run findfdt
=> print
arch=arm
args_fit=setenv bootargs console=${console}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
baudrate=115200
board=am57xx
board_name=am572x_idk
board_rev=1.3B
board_serial=48164P470058
boot_fdt=try
boot_fit=0
bootcmd=if test ${dofastboot} -eq 1; then echo Boot fastboot requested, resetting dofastboot ...;setenv dofastboot 0; saveenv;echo Booting into fastboot ...; fastboot 0;fi;if test ${boot_fit} -eq 1; then r
un update_to_fit;fi;run findfdt; run envboot; run mmcboot;setenv mmcdev 1; setenv bootpart 1:2; setenv mmcroot /dev/mmcblk0p2 rw; run mmcboot;
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootfile=zImage
bootm_size=0x10000000
bootpart=0:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyO2,115200n8
cpu=armv7
dfu_alt_info_emmc=rawemmc raw 0 3751936;boot part 1 1;rootfs part 1 2;MLO fat 1 1;MLO.raw raw 0x100 0x100;u-boot.img.raw raw 0x300 0x400;spl-os-args.raw raw 0x80 0x80;spl-os-image.raw raw 0x900 0x2000;spl-
os-args fat 1 1;spl-os-image fat 1 1;u-boot.img fat 1 1;uEnv.txt fat 1 1
dfu_alt_info_mmc=boot part 0 1;rootfs part 0 2;MLO fat 0 1;MLO.raw raw 0x100 0x100;u-boot.img.raw raw 0x300 0x400;spl-os-args.raw raw 0x80 0x80;spl-os-image.raw raw 0x900 0x2000;spl-os-args fat 0 1;spl-os-
image fat 0 1;u-boot.img fat 0 1;uEnv.txt fat 0 1
dfu_alt_info_qspi=MLO raw 0x0 0x040000;u-boot.img raw 0x040000 0x0100000;u-boot-spl-os raw 0x140000 0x080000;u-boot-env raw 0x1C0000 0x010000;u-boot-env.backup raw 0x1D0000 0x010000;kernel raw 0x1E0000 0x8
00000
dfu_alt_info_ram=kernel ram 0x80200000 0x4000000;fdt ram 0x80f80000 0x80000;ramdisk ram 0x81000000 0x4000000
dfu_bufsiz=0x10000
dofastboot=0
envboot=mmc dev ${mmcdev}; if mmc rescan; then echo SD/MMC found on device ${mmcdev};if run loadbootscript; then run bootscript;else if run loadbootenv; then echo Loaded env from ${bootenvfile};run importb
ootenv;fi;if test -n $uenvcmd; then echo Running uenvcmd ...;run uenvcmd;fi;fi;fi;
eth2addr=70:ff:76:1c:10:5f
eth3addr=70:ff:76:1c:10:60
eth4addr=70:ff:76:1c:10:61
eth5addr=70:ff:76:1c:10:62
eth6addr=70:ff:76:1c:10:63
eth7addr=70:ff:76:1c:10:64
ethaddr=fc:0f:4b:9b:06:5c
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fef23a98
fdtfile=am572x-idk-lcd-osd101t2587.dtb
findfdt=if test $board_name = omap5_uevm; then setenv fdtfile omap5-uevm.dtb; fi; if test $board_name = dra7xx; then setenv fdtfile dra7-evm.dtb; fi;if test $board_name = dra72x-revc; then setenv fdtfile d
ra72-evm-revc.dtb; fi;if test $board_name = dra72x; then setenv fdtfile dra72-evm.dtb; fi;if test $board_name = dra71x; then setenv fdtfile dra71-evm.dtb; fi;if test $board_name = beagle_x15; then setenv f
dtfile am57xx-beagle-x15.dtb; fi;if test $board_name = beagle_x15_revb1; then setenv fdtfile am57xx-beagle-x15-revb1.dtb; fi;if test $board_name = am57xx_evm; then setenv fdtfile am57xx-evm.dtb; fi;if test
$board_name = am57xx_evm_reva3; then setenv fdtfile am57xx-evm-reva3.dtb; fi;if test $board_name = am572x_idk && test $idk_lcd = no; then setenv fdtfile am572x-idk.dtb; fi;if test $board_name = am572x_idk
&& test $idk_lcd = osd101t2045; then setenv fdtfile am572x-idk-lcd-osd.dtb; fi;if test $board_name = am572x_idk && test $idk_lcd = osd101t2587; then setenv fdtfile am572x-idk-lcd-osd101t2587.dtb; fi;if te
st $board_name = am571x_idk && test $idk_lcd = no; then setenv fdtfile am571x-idk.dtb; fi;if test $board_name = am571x_idk && test $idk_lcd = osd101t2045; then setenv fdtfile am571x-idk-lcd-osd.dtb; fi;if
test $board_name = am571x_idk && test $idk_lcd = osd101t2587; then setenv fdtfile am571x-idk-lcd-osd101t2587.dtb; fi;if test $fdtfile = undefined; then echo WARNING: Could not determine device tree to use;
fi;
finduuid=part uuid mmc ${bootpart} uuid
fit_bootfile=fitImage.itb
fit_loadaddr=0x88000000
idk_lcd=osd101t2587
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
kernel_addr_r=0x82000000
loadaddr=0x82000000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
loadbootscript=load mmc ${mmcdev} ${loadaddr} boot.scr
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
loadfit=run args_fit; bootm ${loadaddr}#${fdtfile};
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
mmcboot=mmc dev ${mmcdev}; setenv devnum ${mmcdev}; setenv devtype mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev};if run loadimage; then if test ${boot_fit} -eq 1; then run loadfit; else ru
n mmcloados;fi;fi;fi;
mmcdev=0
mmcloados=run args_mmc; if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run loadfdt; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot loa
d the DT; fi; fi; else bootz; fi;
mmcrootfstype=ext4 rootwait
netargs=setenv bootargs console=${console} ${optargs} root=/dev/nfs nfsroot=${serverip}:${rootpath},${nfsopts} rw ip=dhcp
netboot=echo Booting from network ...; setenv autoload no; dhcp; run netloadimage; run netloadfdt; run netargs; bootz ${loadaddr} - ${fdtaddr}
netloadfdt=tftp ${fdtaddr} ${fdtfile}
netloadimage=tftp ${loadaddr} ${bootfile}
nfsopts=nolock
partitions=uuid_disk=${uuid_gpt_disk};name=rootfs,start=2MiB,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rdaddr=0x88080000
rootpath=/export/rootfs
scriptaddr=0x80000000
scsidevs=0
soc=omap5
static_ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}::off
stderr=serial@48020000
stdin=serial@48020000
stdout=serial@48020000
update_to_fit=setenv loadaddr ${fit_loadaddr}; setenv bootfile ${fit_bootfile}
usbtty=cdc_acm
vendor=ti
ver=U-Boot 2016.05-g6c5519b6fc (Dec 14 2016 - 20:19:24 -0500)
vram=16M
Booting ....
Environment size: 5883/65532 bytes
=> boot
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
574 bytes read in 4 ms (139.6 KiB/s)
Loaded env from uEnv.txt
Importing environment from mmc0 ...
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
3597872 bytes read in 308 ms (11.1 MiB/s)
102520 bytes read in 106 ms (944.3 KiB/s)
Kernel image @ 0x82000000 [ 0x000000 - 0x36e630 ]
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Loading Device Tree to 8ffe3000, end 8ffff077 ... OK
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.4.32-gadde2ca9f8 (gtbldadm@ubuntu-16) (gcc version 5.3.1 20160113 (Linaro GCC 5.3-2016.02) ) #1 SMP PREEMPT Wed Dec 14 19:14:12 EST 2016
[ 0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[ 0.000000] Machine model: TI AM572x IDK-LCD-OSD-Display
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000095800000, size 56 MiB
[ 0.000000] Reserved memory: 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] Reserved memory: 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] Reserved memory: 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] Reserved memory: initialized node dsp2_cma@9f000000, compatible id shared-dma-pool
[ 0.000000] cma: Reserved 24 MiB at 0x00000000fe400000
[ 0.000000] Forcing write-allocate cache policy for SMP
[ 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 11 pages/cpu @eed2f000 s14848 r8192 d22016 u45056
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 472640
[ 0.000000] Kernel command line: console=ttyO2,115200n8 root=PARTUUID=0007cf85-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: 1680564K/1897472K available (6579K kernel code, 360K rwdata, 2476K rodata, 332K init, 289K bss, 28492K reserved, 188416K cma-reserved, 1283072K 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 - 0xc08e0044 (9057 kB)
[ 0.000000] .init : 0xc08e1000 - 0xc0934000 ( 332 kB)
[ 0.000000] .data : 0xc0934000 - 0xc098e2f0 ( 361 kB)
[ 0.000000] .bss : 0xc0990000 - 0xc09d86c0 ( 290 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] ti_dt_clocks_register: failed to lookup clock node gmac_gmii_ref_clk_div
[ 0.000000] OMAP clockevent source: timer1 at 32786 Hz
[ 0.000000] 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.000015] Switching to timer-based delay loop, resolution 162ns
[ 0.000336] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
[ 0.000344] OMAP clocksource: 32k_counter at 32768 Hz
[ 0.000792] Console: colour dummy device 80x30
[ 0.000808] WARNING: Your 'console=ttyO2' has been replaced by 'ttyS2'
[ 0.000814] This ensures that you still see kernel messages. Please
[ 0.000819] update your kernel commandline.
[ 0.000832] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
[ 0.000845] pid_max: default: 32768 minimum: 301
[ 0.000936] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000946] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.001482] Initializing cgroup subsys io
[ 0.001498] Initializing cgroup subsys memory
[ 0.001521] Initializing cgroup subsys devices
[ 0.001534] Initializing cgroup subsys freezer
[ 0.001545] Initializing cgroup subsys perf_event
[ 0.001556] Initializing cgroup subsys pids
[ 0.001581] CPU: Testing write buffer coherency: ok
[ 0.001779] /cpus/cpu@0 missing clock-frequency property
[ 0.001795] /cpus/cpu@1 missing clock-frequency property
[ 0.001805] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.001839] Setting up static identity map for 0x800082c0 - 0x80008318
[ 0.080061] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.080122] Brought up 2 CPUs
[ 0.080135] SMP: Total of 2 processors activated (24.59 BogoMIPS).
[ 0.080142] CPU: All CPU(s) started in HYP mode.
[ 0.080147] CPU: Virtualization extensions available.
[ 0.080515] devtmpfs: initialized
[ 0.108685] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[ 0.109621] omap_hwmod: l3_main_2 using broken dt data from ocp
[ 0.312621] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.316530] pinctrl core: initialized pinctrl subsystem
[ 0.317364] NET: Registered protocol family 16
[ 0.318266] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.340218] cpuidle: using governor ladder
[ 0.370243] cpuidle: using governor menu
[ 0.378913] OMAP GPIO hardware version 0.1
[ 0.385434] irq: no irq domain found for /ocp/l4@4a000000/scm@2000/pinmux@1400 !
[ 0.410505] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.410516] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.410976] omap4_sram_init:Unable to allocate sram needed to handle errata I688
[ 0.410986] omap4_sram_init:Unable to get sram pool needed to handle errata I688
[ 0.411551] OMAP DMA hardware revision 0.0
[ 0.451347] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
[ 0.452499] edma 43300000.edma: memcpy is disabled
[ 0.457196] edma 43300000.edma: TI EDMA DMA engine driver
[ 0.461018] omap-iommu 40d01000.mmu: 40d01000.mmu registered
[ 0.461205] omap-iommu 40d02000.mmu: 40d02000.mmu registered
[ 0.461362] omap-iommu 58882000.mmu: 58882000.mmu registered
[ 0.461516] omap-iommu 55082000.mmu: 55082000.mmu registered
[ 0.461790] omap-iommu 41501000.mmu: 41501000.mmu registered
[ 0.461975] omap-iommu 41502000.mmu: 41502000.mmu registered
[ 0.465062] palmas 0-0058: Irq flag is 0x00000004
[ 0.482137] palmas 0-0058: Muxing GPIO 2f, PWM 0, LED 0
[ 0.564435] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
[ 0.564651] media: Linux media interface: v0.10
[ 0.564704] Linux video capture interface: v2.00
[ 0.564744] pps_core: LinuxPPS API ver. 1 registered
[ 0.564751] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.564780] PTP clock support registered
[ 0.564829] EDAC MC: Ver: 3.0.0
[ 0.565580] omap-mailbox 4883c000.mailbox: omap mailbox rev 0x400
[ 0.565872] omap-mailbox 4883e000.mailbox: omap mailbox rev 0x400
[ 0.566156] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
[ 0.566444] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
[ 0.566786] Advanced Linux Sound Architecture Driver Initialized.
[ 0.567612] clocksource: Switched to clocksource arch_sys_counter
[ 0.578200] NET: Registered protocol family 2
[ 0.578691] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.578754] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.578879] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.578924] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.578955] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.579166] NET: Registered protocol family 1
[ 0.579406] RPC: Registered named UNIX socket transport module.
[ 0.579415] RPC: Registered udp transport module.
[ 0.579422] RPC: Registered tcp transport module.
[ 0.579428] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.580386] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
[ 0.582782] futex hash table entries: 512 (order: 3, 32768 bytes)
[ 0.590363] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.591006] NFS: Registering the id_resolver key type
[ 0.591033] Key type id_resolver registered
[ 0.591041] Key type id_legacy registered
[ 0.591101] ntfs: driver 2.1.32 [Flags: R/O].
[ 0.593049] bounce: pool size: 64 pages
[ 0.593199] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 0.593216] io scheduler noop registered
[ 0.593229] io scheduler deadline registered
[ 0.593263] io scheduler cfq registered (default)
[ 0.595421] ldousb: supplied by VMAIN
[ 0.598793] pinctrl-single 4a003400.pinmux: 282 pins at pa fc003400 size 1128
[ 0.602462] PCI host bridge /ocp/axi@0/pcie_rc@51000000 ranges:
[ 0.602474] No bus range found for /ocp/axi@0/pcie_rc@51000000, using [bus 00-ff]
[ 0.602506] IO 0x20003000..0x20012fff -> 0x00000000
[ 0.602527] MEM 0x20013000..0x2fffffff -> 0x20013000
[ 0.633218] dra7-pcie 51000000.pcie_rc: link is not up
[ 0.633381] dra7-pcie 51000000.pcie_rc: PCI host bridge to bus 0000:00
[ 0.633394] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.633405] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 0.633415] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
[ 0.633819] PCI: bus0: Fast back to back transfers disabled
[ 0.633939] PCI: bus1: Fast back to back transfers enabled
[ 0.634022] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff]
[ 0.634037] pci 0000:00:00.0: BAR 1: assigned [mem 0x20020000-0x2002ffff]
[ 0.634050] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 0.634269] pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt
[ 0.635595] backlight supply power not found, using dummy regulator
[ 0.694925] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
[ 0.698301] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 301, base_baud = 3000000) is a 8250
[ 1.652463] console [ttyS2] enabled
[ 1.657189] [drm] Initialized drm 1.1.0 20060810
[ 1.663475] ldoln: supplied by VMAIN
[ 1.667694] OMAP DSS rev 6.1
[ 1.671467] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops)
[ 1.679938] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_component_ops)
[ 1.696273] loop: module loaded
[ 1.702922] m25p80 spi32766.0: s25fl256s1 (32768 Kbytes)
[ 1.708342] 7 ofpart partitions found on MTD device spi32766.0
[ 1.714201] Creating 7 MTD partitions on "spi32766.0":
[ 1.719377] 0x000000000000-0x000000040000 : "QSPI.SPL"
[ 1.725493] 0x000000040000-0x000000140000 : "QSPI.u-boot"
[ 1.731822] 0x000000140000-0x0000001c0000 : "QSPI.u-boot-spl-os"
[ 1.738767] 0x0000001c0000-0x0000001d0000 : "QSPI.u-boot-env"
[ 1.745416] 0x0000001d0000-0x0000001e0000 : "QSPI.u-boot-env.backup1"
[ 1.752811] 0x0000001e0000-0x0000009e0000 : "QSPI.kernel"
[ 1.759149] 0x0000009e0000-0x000002000000 : "QSPI.file-system"
[ 1.766870] libphy: Fixed MDIO Bus: probed
[ 1.817645] davinci_mdio 48485000.mdio: davinci mdio revision 1.6
[ 1.823768] davinci_mdio 48485000.mdio: detected phy mask fffffffc
[ 1.834149] libphy: 48485000.mdio: probed
[ 1.838222] davinci_mdio 48485000.mdio: phy[0]: device 48485000.mdio:00, driver Micrel KSZ9031 Gigabit PHY
[ 1.847956] davinci_mdio 48485000.mdio: phy[1]: device 48485000.mdio:01, driver Micrel KSZ9031 Gigabit PHY
[ 1.858337] cpsw 48484000.ethernet: Detected MACID = fc:0f:4b:9b:06:5c
[ 1.864982] cpsw 48484000.ethernet: cpts: overflow check period 800
[ 1.871966] cpsw 48484000.ethernet: cpsw: Detected MACID = fc:0f:4b:9b:06:5d
[ 1.880503] mousedev: PS/2 mouse device common for all mice
[ 1.886544] i2c /dev entries driver
[ 1.894349] omap_hsmmc 4809c000.mmc: Got CD GPIO
[ 1.899424] smps9: supplied by VMAIN
[ 1.903224] V3_3D: supplied by smps9
[ 1.907120] ldo1: supplied by VMAIN
[ 1.958123] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode
[ 1.964505] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode
[ 2.029191] ledtrig-cpu: registered to indicate activity on CPUs
[ 2.039553] NET: Registered protocol family 10
[ 2.054892] sit: IPv6 over IPv4 tunneling driver
[ 2.060089] NET: Registered protocol family 17
[ 2.064760] Key type dns_resolver registered
[ 2.069200] omap_voltage_late_init: Voltage driver support not added
[ 2.076094] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
[ 2.082318] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
[ 2.089021] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
[ 2.095230] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
[ 2.103421] Power Management for TI OMAP4+ devices.
[ 2.108529] Registering SWP/SWPB emulation handler
[ 2.115367] dmm 4e000000.dmm: initialized all PAT entries
[ 2.137699] ldo3: supplied by VMAIN
[ 2.144603] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 2.151256] [drm] No driver support for vblank timestamp query.
[ 2.154896] mmc0: host does not support reading read-only switch, assuming write-enable
[ 2.157136] mmc0: new high speed SDHC card at address 0007
[ 2.167497] mmcblk0: mmc0:0007 SD08G 7.42 GiB
[ 2.176254] mmcblk0: p1 p2
[ 2.183901] [drm] Enabling DMM ywrap scrolling
[ 2.220929] mmc1: MAN_BKOPS_EN bit is not set
[ 2.226558] mmc1: new DDR MMC card at address 0001
[ 2.226878] mmcblk1: mmc1:0001 R1J56L 13.8 GiB
[ 2.227036] mmcblk1boot0: mmc1:0001 R1J56L partition 1 4.00 MiB
[ 2.227188] mmcblk1boot1: mmc1:0001 R1J56L partition 2 4.00 MiB
[ 2.253865] Console: switching to colour frame buffer device 240x75
[ 2.298332] omapdrm omapdrm.0: fb0: omapdrm frame buffer device
[ 2.328011] [drm] Initialized omapdrm 1.0.0 20110917 on minor 0
[ 2.334456] hctosys: unable to open rtc device (rtc0)
[ 2.348175] ALSA device list:
[ 2.351156] No soundcards found.
[ 2.379911] EXT4-fs (mmcblk0p2): recovery complete
[ 2.384728] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 2.392909] VFS: Mounted root (ext4 filesystem) on device 179:2.
[ 2.401388] devtmpfs: mounted
[ 2.404499] Freeing unused kernel memory: 332K (c08e1000 - c0934000)
[ 2.410887] This architecture does not have kernel memory protection.
[ 2.737198] systemd[1]: System time before build time, advancing clock.
[ 2.798214] random: systemd: uninitialized urandom read (16 bytes read, 18 bits of entropy available)
[ 2.811198] random: systemd: uninitialized urandom read (16 bytes read, 18 bits of entropy available)
[ 2.822592] systemd[1]: systemd 229 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
[ 2.841054] systemd[1]: Detected architecture arm.
Welcome to Arago 2016.10!
[ 2.868988] systemd[1]: Set hostname to <am57xx-evm>.
[ 2.883646] random: systemd: uninitialized urandom read (16 bytes read, 19 bits of entropy available)
[ 2.893799] systemd[1]: Initializing machine ID from random generator.
[ 2.991717] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 20 bits of entropy available)
[ 3.016560] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 21 bits of entropy available)
[ 3.026792] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 21 bits of entropy available)
[ 3.038329] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 21 bits of entropy available)
[ 3.064869] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 22 bits of entropy available)
[ 3.149186] random: systemd: uninitialized urandom read (16 bytes read, 25 bits of entropy available)
[ 3.158710] random: systemd: uninitialized urandom read (16 bytes read, 25 bits of entropy available)
[ 3.612022] systemd[1]: sysinit.target: Found ordering cycle on sysinit.target/start
[ 3.619837] systemd[1]: sysinit.target: Found dependency on alignment.service/start
[ 3.627539] systemd[1]: sysinit.target: Found dependency on basic.target/start
[ 3.634839] systemd[1]: sysinit.target: Found dependency on sockets.target/start
[ 3.642290] systemd[1]: sysinit.target: Found dependency on rpcbind.socket/start
[ 3.649766] systemd[1]: sysinit.target: Found dependency on sysinit.target/start
[ 3.657196] systemd[1]: sysinit.target: Breaking ordering cycle by deleting job alignment.service/start
[ 3.666655] systemd[1]: alignment.service: Job alignment.service/start deleted to break ordering cycle starting with sysinit.target/start
[ SKIP ] Ordering cycle found, skipping alignment.service
[ 3.700364] systemd[1]: Listening on Network Service Netlink Socket.
[ OK ] Listening on Network Service Netlink Socket.
[ 3.727915] systemd[1]: Listening on udev Control Socket.
[ OK ] Listening on udev Control Socket.
[ 3.747846] systemd[1]: Listening on udev Kernel Socket.
[ OK ] Listening on udev Kernel Socket.
[ 3.777977] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ OK ] Started Forward Password Requests to Wall Directory Watch.
[ 3.807947] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ OK ] Started Dispatch Password Requests to Console Directory Watch.
[ 3.837886] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ OK ] Listening on /dev/initctl Compatibility Named Pipe.
[ 3.859052] systemd[1]: Created slice System Slice.
[ OK ] Created slice System Slice.
[ 3.877822] systemd[1]: Reached target Swap.
[ OK ] Reached target Swap.
[ 3.898379] systemd[1]: Created slice system-getty.slice.
[ OK ] Created slice system-getty.slice.
[ 3.917895] systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ 3.937842] systemd[1]: Listening on Syslog Socket.
[ OK ] Listening on Syslog Socket.
[ 3.958343] systemd[1]: Created slice User and Session Slice.
[ OK ] Created slice User and Session Slice.
[ 3.977791] systemd[1]: Reached target Slices.
[ OK ] Reached target Slices.
[ 3.997893] systemd[1]: Listening on Journal Socket.
[ OK ] Listening on Journal Socket.
[ 4.047793] systemd[1]: Mounting Debug File System...
Mounting Debug File System...
[ 4.084876] systemd[1]: Mounting Temporary Directory...
Mounting Temporary Directory...
[ 4.100937] systemd[1]: Starting Load Kernel Modules...
Starting Load Kernel Modules...
[ 4.120821] CMEMK module: reference Linux version 4.4.32
[ 4.126784] allocated heap buffer 0x40500000 of size 0x100000
[ 4.135061] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 4.141598] cmemk initialized
Starting Remount Root and Kernel File Systems...
[ 4.158128] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 4.165768] cryptodev: driver 1.8 loaded.
[ 4.172465] systemd[1]: Starting Create list of required static device nodes for the current kernel...
Starting Create list of required st... nodes for the current kernel...
[ 4.208626] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ 4.267798] systemd[1]: Mounting POSIX Message Queue File System...
Mounting POSIX Message Queue File System...
[ 4.297833] systemd[1]: Reached target Paths.
[ OK ] Reached target Paths.
[ 4.322405] systemd[1]: Reached target Remote File Systems.
[ OK ] Reached target Remote File Systems.
[ 4.377966] systemd[1]: Starting Setup Virtual Console...
Starting Setup Virtual Console...
[ 4.391073] systemd[1]: Starting Journal Service...
Starting Journal Service...
[ 4.423917] systemd[1]: Mounted POSIX Message Queue File System.
[ OK ] Mounted POSIX Message Queue File System.
[ 4.448056] systemd[1]: Mounted Debug File System.
[ OK ] Mounted Debug File System.
[ 4.477899] systemd[1]: Mounted Temporary Directory.
[ OK ] Mounted Temporary Directory.
[ 4.508099] systemd[1]: Started Journal Service.
[ OK ] Started Journal Service.
[ OK ] Started Load Kernel Modules.
[ OK ] Started Remount Root and Kernel File Systems.
[ OK ] Started Create list of required sta...ce nodes for the current kernel.
[ OK ] Started Setup Virtual Console.
Starting Create Static Device Nodes in /dev...
Starting Rebuild Dynamic Linker Cache...
Starting Rebuild Hardware Database...
Starting Apply Kernel Variables...
Starting Flush Journal to Persistent Storage...
[ OK ] Started Apply Kernel Variables.
[ OK ] Started Create Static Device Nodes in /dev.
[ 5.154809] systemd-journald[154]: Received request to flush runtime journal from PID 1
[ OK ] Reached target Local File Systems (Pre).
Mounting /var/volatile...
Mounting /media/ram...
Starting udev Kernel Device Manager...
[ OK ] Mounted /var/volatile.
[ OK ] Mounted /media/ram.
[ OK ] Started Flush Journal to Persistent Storage.
Starting Load/Save Random Seed...
[ OK ] Reached target Local File Systems.
Starting Create Volatile Files and Directories...
Starting Rebuild Journal Catalog...
[ OK ] Started Load/Save Random Seed.
[ OK ] Started Create Volatile Files and Directories.
Starting Network Time Synchronization...
Starting Update UTMP about System Boot/Shutdown...
Starting Opkg first boot configure...
[ OK ] Started Rebuild Journal Catalog.
[ OK ] Started Network Time Synchronization.
[ OK ] Started udev Kernel Device Manager.
[ OK ] Started Update UTMP about System Boot/Shutdown.
Starting Synchronize System and HW clocks...
[ OK ] Reached target System Time Synchronized.
[FAILED] Failed to start Synchronize System and HW clocks.
See 'systemctl status sync-clocks.service' for details.
[ OK ] Started Rebuild Hardware Database.
Starting udev Coldplug all Devices...
[ OK ] Started udev Coldplug all Devices.
[ 8.088621] omap-rproc 58820000.ipu: assigned reserved memory node ipu1_cma@9d000000
[ 8.096462] remoteproc0: 58820000.ipu is available
[ 8.117807] remoteproc0: Note: remoteproc is still under development and considered experimental.
[ 8.126831] remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[ 8.144481] omap-rproc 55020000.ipu: assigned reserved memory node ipu2_cma@95800000
[ 8.156515] remoteproc1: 55020000.ipu is available
[ 8.161477] remoteproc1: Note: remoteproc is still under development and considered experimental.
[ 8.170533] remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[ 8.188482] omap-rproc 40800000.dsp: assigned reserved memory node dsp1_cma@99000000
[ 8.206493] remoteproc2: 40800000.dsp is available
[ 8.218051] remoteproc2: Note: remoteproc is still under development and considered experimental.
[ 8.229674] remoteproc2: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[ 8.242933] omap-rproc 41000000.dsp: assigned reserved memory node dsp2_cma@9f000000
[ 8.251638] remoteproc3: 41000000.dsp is available
[ 8.257094] remoteproc3: Note: remoteproc is still under development and considered experimental.
[ 8.267025] remoteproc3: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[ OK ] Found device /dev/ttyS2.
[ OK ] Started Opkg first boot configure.
[ 8.821479] remoteproc1: registered virtio0 (type 7)
[ 8.867301] palmas-rtc 48070000.i2c:tps659038@58:tps659038_rtc: rtc core: registered 48070000.i2c:tps659 as rtc0
[ 8.972335] omap_rtc 48838000.rtc: rtc core: registered 48838000.rtc as rtc1
[ 9.026445] omap_rng 48090000.rng: OMAP Random Number Generator ver. 20
[ 9.045323] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
[ 9.055204] alg: skcipher: setkey failed on test 5 for ecb-des-omap: flags=100
[ 9.071624] alg: skcipher-ddst: setkey failed on test 5 for ecb-des-omap: flags=100
[ 9.081887] alg: skcipher-ddst: setkey failed on test 5 for ecb-des-omap: flags=100
[ 9.286764] remoteproc0: registered virtio1 (type 7)
[ 9.347701] edt_ft5x06 0-0038: touchscreen probe failed
[ 9.354747] edt_ft5x06: probe of 0-0038 failed with error -121
[ 9.367869] ov2659 0-0030: Sensor detection failed (3030, 0)
[ 9.486290] vpe 489d0000.vpe: loading firmware vpdma-1b8.bin
[ 9.699227] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[ 9.708232] vpe 489d0000.vpe: Device registered as /dev/video0
[ 9.714661] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
[ 9.737725] CAN device driver interface
[ 9.959099] SCSI subsystem initialized
[ 10.554039] random: nonblocking pool is initialized
[ OK ] Created slice system-systemd\x2dbacklight.slice.
Starting Load/Save Screen Backlight...htness of backlight:backlight...
[ 11.435166] ti-pruss 4b200000.pruss: creating PRU cores and other child platform devices
[ 11.446274] irq: no irq domain found for /ocp/pruss@4b200000/intc@4b220000 !
[ 11.456104] irq: no irq domain found for /ocp/pruss@4b200000/intc@4b220000 !
[ 11.464980] c_can_platform 4ae3c000.can: c_can_platform device registered (regs=fce3c000, irq=354)
[ OK ] Started Load/Save Screen Backlight Brightness of backlight:backlight.
[ 11.479285] ahci 4a140000.sata: SSS flag set, parallel bus scan disabled
[ 11.521130] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
[ 11.531791] ahci 4a140000.sata: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part ccc apst
[ 11.558194] scsi host0: ahci
[ 11.561432] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 346
[ 11.570921] vip 48990000.vip: loading firmware vpdma-1b8.bin
[ 11.577306] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
[ 11.587671] vip 48990000.vip: VPDMA firmware loaded
[ 11.644596] omap-hdmi-audio omap-hdmi-audio.0.auto: snd-soc-dummy-dai <-> 58040000.encoder mapping ok
[ 11.671222] remoteproc2: registered virtio2 (type 7)
[ 11.709547] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
[ 11.732807] [drm] Initialized pvr 1.14.3699939 20110701 on minor 1
[ 11.739329] ti-pruss 4b280000.pruss: creating PRU cores and other child platform devices
[ 11.797663] davinci_mdio 4b2b2400.mdio: davinci mdio revision 1.6
[ 11.806636] libphy: 4b2b2400.mdio: probed
[ 11.837170] davinci_mdio 4b2b2400.mdio: phy[0]: device 4b2b2400.mdio:00, driver TI TLK10X 10/100 Mbps PHY
[ 11.857076] davinci_mdio 4b2b2400.mdio: phy[1]: device 4b2b2400.mdio:01, driver TI TLK10X 10/100 Mbps PHY
[ 11.917689] ata1: SATA link down (SStatus 0 SControl 300)
[ 11.927795] remoteproc4: 4b234000.pru0 is available
[ 11.932872] remoteproc4: Note: remoteproc is still under development and considered experimental.
[ 11.940160] remoteproc3: registered virtio3 (type 7)
[ 11.951656] remoteproc4: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[ 12.025141] remoteproc4: registered virtio4 (type 7)
[ 12.033135] pru-rproc 4b234000.pru0: PRU rproc node /ocp/pruss@4b200000/pru0@4b234000 probed successfully
[ 12.048454] remoteproc5: 4b238000.pru1 is available
[ 12.058314] remoteproc5: Note: remoteproc is still under development and considered experimental.
[ 12.073268] remoteproc5: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[ 12.105313] remoteproc5: registered virtio5 (type 7)
[ 12.113763] pru-rproc 4b238000.pru1: PRU rproc node /ocp/pruss@4b200000/pru1@4b238000 probed successfully
[ 12.138095] remoteproc6: 4b2b4000.pru0 is available
[ 12.149351] remoteproc6: Note: remoteproc is still under development and considered experimental.
[ 12.165365] remoteproc6: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[ 12.183200] pru-rproc 4b2b4000.pru0: PRU rproc node /ocp/pruss@4b280000/pru0@4b2b4000 probed successfully
[ 12.196999] remoteproc7: 4b2b8000.pru1 is available
[ 12.210087] remoteproc7: Note: remoteproc is still under development and considered experimental.
[ 12.225294] remoteproc7: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[ 12.241083] pru-rproc 4b2b8000.pru1: PRU rproc node /ocp/pruss@4b280000/pru1@4b2b8000 probed successfully
[ 12.498245] prueth pruss2_eth: TI PRU ethernet driver initialized
[ 12.555261] remoteproc1: powering up 55020000.ipu
[ 12.565928] remoteproc1: Booting fw image dra7-ipu2-fw.xem4, size 3743072
[ 12.608822] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
[ 12.751523] remoteproc1: remote processor 55020000.ipu is now up
[ 12.768479] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 12.775369] virtio_rpmsg_bus virtio0: creating channel rpmsg-rpc addr 0x65
[ 12.785037] virtio_rpmsg_bus virtio0: creating channel rpmsg-rpc addr 0x66
[ 12.808407] remoteproc0: powering up 58820000.ipu
[ 12.819412] remoteproc0: Booting fw image dra7-ipu1-fw.xem4, size 4890352
[ 12.826460] omap-iommu 58882000.mmu: 58882000.mmu: version 2.1
[ 12.862261] remoteproc0: remote processor 58820000.ipu is now up
[ 12.873595] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 12.875244] virtio_rpmsg_bus virtio1: creating channel rpmsg-client-sample addr 0x32
[ 12.875392] virtio_rpmsg_bus virtio1: creating channel rpmsg-client-sample addr 0x33
[ 12.875841] virtio_rpmsg_bus virtio1: creating channel rpmsg-omx addr 0x3c
[ 12.875944] virtio_rpmsg_bus virtio1: creating channel rpmsg-rpc addr 0x65
[ 12.911623] remoteproc2: powering up 40800000.dsp
[ 12.940568] remoteproc2: Booting fw image dra7-dsp1-fw.xe66, size 21998880
[ 12.954465] omap_hwmod: mmu0_dsp1: _wait_target_disable failed
[ 12.960356] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0
[ 12.966277] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0
[ 12.983751] remoteproc2: remote processor 40800000.dsp is now up
[ 12.992880] virtio_rpmsg_bus virtio2: rpmsg host is online
[ 12.992957] virtio_rpmsg_bus virtio2: creating channel rpmsg-proto addr 0x3d
[ 13.007183] remoteproc3: powering up 41000000.dsp
[ 13.037438] remoteproc3: Booting fw image dra7-dsp2-fw.xe66, size 21998880
[ 13.051172] omap_hwmod: mmu0_dsp2: _wait_target_disable failed
[ 13.057062] omap-iommu 41501000.mmu: 41501000.mmu: version 3.0
[ 13.062988] omap-iommu 41502000.mmu: 41502000.mmu: version 3.0
[ 13.080589] remoteproc3: remote processor 41000000.dsp is now up
[ 13.090222] virtio_rpmsg_bus virtio3: rpmsg host is online
[ 13.090297] virtio_rpmsg_bus virtio3: creating channel rpmsg-proto addr 0x3d
[ 13.103091] remoteproc4: powering up 4b234000.pru0
[ OK ] Reached target Sound Card.[ 13.109598] remoteproc4: Booting fw image am57xx-pru1_0-fw, size 75804
[ 13.119297] ti-pruss 4b200000.pruss: configured system_events = 0x0000000000030000 intr_channels = 0x00000005 host_intr = 0x00000005
[ 13.131871] remoteproc4: remote processor 4b234000.pru0 is now up
[ 13.138458] virtio_rpmsg_bus virtio4: rpmsg host is online
[ 13.143982] virtio_rpmsg_bus virtio4: creating channel rpmsg-pru addr 0x1e
[ 13.151812] remoteproc5: powering up 4b238000.pru1
[ 13.157377] remoteproc5: Booting fw image am57xx-pru1_1-fw, size 75804
[ 13.164420] ti-pruss 4b200000.pruss: configured system_events = 0x00000000000c0000 intr_channels = 0x0000000a host_intr = 0x0000000a
[ 13.176901] remoteproc5: remote processor 4b238000.pru1 is now up
[ 13.183546] virtio_rpmsg_bus virtio5: rpmsg host is online
[ 13.189099] virtio_rpmsg_bus virtio5: creating channel rpmsg-pru addr 0x1f
[ 13.213350] rpmsg_pru rpmsg8: new rpmsg_pru device: /dev/rpmsg_pru30
[ 13.223623] rpmsg_rpc rpmsg0: probing service dce-callback with src 1024 dst 101
[ 13.235615] rpmsg_pru rpmsg9: new rpmsg_pru device: /dev/rpmsg_pru31
[ 13.244442] NET: Registered protocol family 41
[ 13.245049] rpmsg_rpc rpmsg1: probing service rpmsg-dce with src 1025 dst 102
[ 13.245446] rpmsg_rpc rpmsg5: probing service rpc_example_2 with src 1024 dst 101
[ 13.265026] rpmsg_rpc rpmsg0: published functions = 4
[ 13.271881] rpmsg_rpc rpmsg1: published functions = 9
[ 13.287661] rpmsg_rpc rpmsg5: published functions = 8
[ 13.363925] usbcore: registered new interface driver usbfs
[ 13.370217] usbcore: registered new interface driver hub
[ 13.376274] usbcore: registered new device driver usb
[ 13.421087] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 13.427075] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
[ 13.435967] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x00010010
[ 13.445295] xhci-hcd xhci-hcd.1.auto: irq 469, io mem 0x48890000
[ 13.452258] hub 1-0:1.0: USB hub found
[ 13.456046] hub 1-0:1.0: 1 port detected
[ 13.461379] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 13.467092] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
[ 13.475756] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 13.484473] hub 2-0:1.0: USB hub found
[ 13.488369] hub 2-0:1.0: 1 port detected
[ 13.492629] dwc3 488d0000.usb: otg: primary host xhci-hcd.2.auto registered
[ 13.500015] dwc3 488d0000.usb: otg: shared host xhci-hcd.2.auto registered
[ 13.506991] dwc3 488d0000.usb: otg: can't start till gadget registers
[ OK ] Started Rebuild Dynamic Linker Cache.
Starting Update is Completed...
[ OK ] Started Update is Completed.
[ OK ] Reached target System Initialization.
[ OK ] Listening on RPCbind Server Activation Socket.
[ OK ] Listening on D-Bus System Message Bus Socket.
[ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[ OK ] Listening on dropbear.socket.
[ OK ] Reached target Sockets.
[ OK ] Reached target Basic System.
Starting uim-sysfs.service...
Starting Print notice about GPLv3 packages...
[ OK ] Started D-Bus System Message Bus.
Starting Network Service...
Starting Save/Restore Sound Card State...
[ OK ] Started System Logging Service.
Starting Permit User Sessions...
Starting Telephony service...
[ OK ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
Starting Avahi mDNS/DNS-SD Stack...
Starting Login Service...
[ OK ] Started Kernel Logging Service.
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ] Reached target Timers.
[ OK ] Started Save/Restore Sound Card State.
[ OK ] Started Permit User Sessions.
[ 16.626868] remoteproc7: powering up 4b2b8000.pru1
[ OK ] Started Network Service.[ 16.646727] remoteproc7: Booting fw image ti-pruss/am57xx-pru1-prueth-fw.elf, size 4382
[ 16.675499] ti-pruss 4b280000.pruss: configured system_events = 0x0060000000a00000 intr_channels = 0x0000012a host_intr = 0x0000022a
[ 16.702283] remoteproc7: remote processor 4b2b8000.pru1 is now up
[ 16.719698] net eth3: started
[ 16.722782] IPv6: ADDRCONF(NETDEV_UP): eth3: link is not ready
[ 16.741309] remoteproc6: powering up 4b2b4000.pru0
[ 16.746284] remoteproc6: Booting fw image ti-pruss/am57xx-pru0-prueth-fw.elf, size 4350
[ 16.768271] Bluetooth: Core ver 2.21
[ 16.773601] NET: Registered protocol family 31
[ 16.785430] Bluetooth: HCI device and connection manager initialized
[ 16.793657] ti-pruss 4b280000.pruss: configured system_events = 0x0000060000500000 intr_channels = 0x00000095 host_intr = 0x00000115
[ 16.813104] Bluetooth: HCI socket layer initialized
[ 16.823855] Bluetooth: L2CAP socket layer initialized
[ 16.830579] remoteproc6: remote processor 4b2b4000.pru0 is now up
[ 16.842980] Bluetooth: SCO socket layer initialized
[ 16.850526] net eth2: started
[ 16.858315] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[ 16.875244] net eth1: initializing cpsw version 1.15 (0)
[ 16.891473] net eth0: initialized cpsw ale version 1.4
[ 16.910162] NET: Registered protocol family 15
[ 16.925876] net eth0: ALE Table size 1024
[ 17.046983] net eth1: phy found : id is : 0x221622
[ 17.070180] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 17.105791] net eth0: initializing cpsw version 1.15 (0)
[ 17.119114] Initializing XFRM netlink socket
[ OK ] Started Avahi mDNS/DNS-SD Stack.
[ OK ] Started Telephony service.
[ OK ] Reached target Network.
Starting Lightning Fast Webserver With Light System Requirements...[ 17.221181] net eth0: phy found : id is : 0x221622
Starting Network Name Resolution...
[ OK ] Started Serial Getty on ttyS2.[ 17.252519] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ OK ] Started Getty on tty1.
[ OK ] Started Login Service.
[ OK ] Started Lightning Fast Webserver With Light System Requirements.
[ OK ] Started Network Name Resolution.
[ OK ] Started uim-sysfs.service.
Starting rc.pvr.service...
[ 17.827938] PVR_K: UM DDK-(3699939) and KM DDK-(3699939) match. [ OK ]
[ OK ] Started rc.pvr.service.
Starting weston.service...
[ OK ] Started weston.service.
Starting tiipclad-daemon.service...
Starting telnetd.service...
[ OK ] Started telnetd.service.
[ OK ] Started tiipclad-daemon.service.
Starting thttpd.service...
[ OK ] Started thttpd.service.
Starting rng-tools.service...
[ OK ] Started rng-tools.service.
Starting gdbserverproxy.service...
***************************************************************
***************************************************************
NOTICE: This file system contains the following GPLv3 packages:
autoconf
binutils-dev
binutils
bison-dev
bison
cpp-symlinks
cpp
dosfstools
g++-symlinks
g++
gawk-dev
gawk
gcc-symlinks
gcc
gdb
gdbc6x
gdbserver
gstreamer1.0-libav
hidapi
libcairo-perf-utils
libgmp10
libidn11
libmpc3
libmpfr4
m4-dev
m4
make
nettle
parted
swig-dev
swig
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.
[ OK ] Started gdbserverproxy.service.
Starting matrix-gui-2.0.service...
[ OK ] Started matrix-gui-2.0.service.
Starting thermal-zone-init.service...
[ OK ] Started thermal-zone-init.service.
[ 23.052567] omap_hwmod: mmu1_dsp1: _wait_target_disable failed
[ 23.066705] omap_hwmod: mmu0_dsp1: _wait_target_disable failed
[ 23.095002] omap_hwmod: mmu1_dsp2: _wait_target_disable failed
[ 23.107920] omap_hwmod: mmu0_dsp2: _wait_target_disable failed
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project http://arago-project.org am57xx-evm ttyS2
Arago 2016.10 am57xx-evm ttyS2
am57xx-evm login: root
What could I be missing?
Thanks,
--Gunter