Part Number: TDA2EVM5777
Hi,
I use a 6-channel camera on the TDA2x Vision EVM Kit, so both eth0 and eth1 network ports cannot be used.
I want to connect usb to the network port device in the usb2 port. What driver information do I need to change in the kernel?
At present, I connect the usb to the network port device to the USB2 port. After the boot is started,I have not recognized my USB port network device. The boot log is as follows.
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.84-00032-g0f6b93d-dirty (root@ubuntu) (gcc version 5.3.1 20160113 (Linaro GCC 5.3-2016.02) ) #3 SMP PREEMPT Wed Nov 7 18:26:07 PST 2018
[ 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 DRA742
[ 0.000000] Reserved memory: created DMA memory pool at 0x0000000040300000, size 3 MiB
[ 0.000000] Reserved memory: initialized node cmem@40300000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: regions without no-map are not yet supported
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000099000000, size 80 MiB
[ 0.000000] Reserved memory: initialized node ipu2_cma@95800000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created CMA memory pool at 0x000000009e000000, size 32 MiB
[ 0.000000] Reserved memory: initialized node ipu1_cma@9d000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: regions without no-map are not yet supported
[ 0.000000] Reserved memory: created CMA memory pool at 0x00000000a1000000, size 32 MiB
[ 0.000000] Reserved memory: initialized node dsp1_cma@99000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created CMA memory pool at 0x00000000a3000000, size 32 MiB
[ 0.000000] Reserved memory: initialized node dsp2_cma@9f000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: regions without no-map are not yet supported
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a9000000, size 32 MiB
[ 0.000000] Reserved memory: initialized node cmem@A9000000, compatible id shared-dma-pool
[ 0.000000] cma: Reserved 64 MiB at 0x00000000bbc00000
[ 0.000000] Forcing write-allocate cache policy for SMP
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] OMAP4: Map 0x00000000bfd00000 to fe600000 for dram barrier
[ 0.000000] DRA752 ES2.0
[ 0.000000] PERCPU: Embedded 11 pages/cpu @ef62a000 s14912 r8192 d21952 u45056
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 251456
[ 0.000000] Kernel command line: console=ttyO0,115200n8 vram=16M root=PARTUUID=01a675d8-02 rw rootwait ip=none mem=1024M cma=64M
[ 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: 353188K/1012736K available (6635K kernel code, 320K rwdata, 2392K rodata, 336K init, 290K bss, 413788K reserved, 245760K cma-reserved, 193536K 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 - 0xc08d902c (9029 kB)
[ 0.000000] .init : 0xc08da000 - 0xc092e000 ( 336 kB)
[ 0.000000] .data : 0xc092e000 - 0xc097e120 ( 321 kB)
[ 0.000000] .bss : 0xc0980000 - 0xc09c8800 ( 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.000005] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398046511023ns
[ 0.000016] Switching to timer-based delay loop, resolution 162ns
[ 0.000349] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
[ 0.000357] OMAP clocksource: 32k_counter at 32768 Hz
[ 0.000805] Console: colour dummy device 80x30
[ 0.000820] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
[ 0.000826] This ensures that you still see kernel messages. Please
[ 0.000831] update your kernel commandline.
[ 0.000844] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
[ 0.000856] pid_max: default: 32768 minimum: 301
[ 0.000952] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000962] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.001507] Initializing cgroup subsys io
[ 0.001524] Initializing cgroup subsys memory
[ 0.001548] Initializing cgroup subsys devices
[ 0.001560] Initializing cgroup subsys freezer
[ 0.001571] Initializing cgroup subsys perf_event
[ 0.001583] Initializing cgroup subsys pids
[ 0.001609] CPU: Testing write buffer coherency: ok
[ 0.001808] /cpus/cpu@0 missing clock-frequency property
[ 0.001825] /cpus/cpu@1 missing clock-frequency property
[ 0.001835] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.001873] Setting up static identity map for 0x80008380 - 0x800083e0
[ 0.080063] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.080132] Brought up 2 CPUs
[ 0.080145] SMP: Total of 2 processors activated (24.59 BogoMIPS).
[ 0.080152] CPU: All CPU(s) started in HYP mode.
[ 0.080157] CPU: Virtualization extensions available.
[ 0.080532] devtmpfs: initialized
[ 0.109091] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[ 0.110069] omap_hwmod: l3_main_2 using broken dt data from ocp
[ 0.316348] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.316372] futex hash table entries: 512 (order: 3, 32768 bytes)
[ 0.321378] pinctrl core: initialized pinctrl subsystem
[ 0.322254] NET: Registered protocol family 16
[ 0.323202] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.350239] cpuidle: using governor ladder
[ 0.380263] cpuidle: using governor menu
[ 0.388868] OMAP GPIO hardware version 0.1
[ 0.395361] irq: no irq domain found for /ocp/l4@4a000000/scm@2000/pinmux@1400 !
[ 0.411848] omap-gpmc 50000000.gpmc: GPMC revision 6.0
[ 0.411861] gpmc_mem_init: disabling cs 0 mapped at 0x0-0x1000000
[ 0.420481] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.420492] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.420955] omap4_sram_init:Unable to allocate sram needed to handle errata I688
[ 0.420964] omap4_sram_init:Unable to get sram pool needed to handle errata I688
[ 0.421545] OMAP DMA hardware revision 0.0
[ 0.461774] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
[ 0.462939] edma 43300000.edma: memcpy is disabled
[ 0.467721] edma 43300000.edma: TI EDMA DMA engine driver
[ 0.472077] omap-iommu 40d01000.mmu: 40d01000.mmu registered
[ 0.472254] omap-iommu 40d02000.mmu: 40d02000.mmu registered
[ 0.472418] omap-iommu 58882000.mmu: 58882000.mmu registered
[ 0.472574] omap-iommu 55082000.mmu: 55082000.mmu registered
[ 0.472873] omap-iommu 41501000.mmu: 41501000.mmu registered
[ 0.473064] omap-iommu 41502000.mmu: 41502000.mmu registered
[ 0.476072] palmas 0-0058: IRQ missing: skipping irq request
[ 0.490879] palmas 0-0058: Muxing GPIO 2e, PWM 0, LED 0
[ 0.563175] pcf857x 0-0020: probed
[ 0.563760] pcf857x 0-0021: probed
[ 0.563911] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
[ 0.564312] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
[ 0.564516] media: Linux media interface: v0.10
[ 0.564569] Linux video capture interface: v2.00
[ 0.564614] pps_core: LinuxPPS API ver. 1 registered
[ 0.564622] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.564644] PTP clock support registered
[ 0.564688] EDAC MC: Ver: 3.0.0
[ 0.565446] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
[ 0.565742] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
[ 0.566085] Advanced Linux Sound Architecture Driver Initialized.
[ 0.566964] clocksource: Switched to clocksource arch_sys_counter
[ 0.577605] NET: Registered protocol family 2
[ 0.578099] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.578162] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.578287] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.578336] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.578367] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.578570] NET: Registered protocol family 1
[ 0.578837] RPC: Registered named UNIX socket transport module.
[ 0.578847] RPC: Registered udp transport module.
[ 0.578853] RPC: Registered tcp transport module.
[ 0.578859] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.579866] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
[ 0.589946] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.590612] NFS: Registering the id_resolver key type
[ 0.590650] Key type id_resolver registered
[ 0.590658] Key type id_legacy registered
[ 0.590726] ntfs: driver 2.1.32 [Flags: R/O].
[ 0.592036] bounce: pool size: 64 pages
[ 0.592187] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 0.592205] io scheduler noop registered
[ 0.592218] io scheduler deadline registered
[ 0.592255] io scheduler cfq registered (default)
[ 0.597162] pinctrl-single 4a003400.pinmux: 282 pins at pa fc003400 size 1128
[ 0.600286] PCI host bridge /ocp/axi@0/pcie_rc@51000000 ranges:
[ 0.600298] No bus range found for /ocp/axi@0/pcie_rc@51000000, using [bus 00-ff]
[ 0.600330] IO 0x20003000..0x20012fff -> 0x00000000
[ 0.600352] MEM 0x20013000..0x2fffffff -> 0x20013000
[ 0.630522] dra7-pcie 51000000.pcie_rc: link is not up
[ 0.630696] dra7-pcie 51000000.pcie_rc: PCI host bridge to bus 0000:00
[ 0.630709] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.630719] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 0.630729] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
[ 0.631135] PCI: bus0: Fast back to back transfers disabled
[ 0.631255] PCI: bus1: Fast back to back transfers enabled
[ 0.631340] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff]
[ 0.631355] pci 0000:00:00.0: BAR 1: assigned [mem 0x20020000-0x2002ffff]
[ 0.631368] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 0.631592] pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt
[ 0.691335] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
[ 0.694745] 4806a000.serial: ttyS0 at MMIO 0x4806a000 (irq = 301, base_baud = 3000000) is a 8250
[ 1.704431] console [ttyS0] enabled
[ 1.708836] 4806c000.serial: ttyS1 at MMIO 0x4806c000 (irq = 302, base_baud = 3000000) is a 8250
[ 1.718535] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 303, base_baud = 3000000) is a 8250
[ 1.728584] [drm] Initialized drm 1.1.0 20060810
[ 1.734106] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 1.740795] [drm] No driver support for vblank timestamp query.
[ 1.746924] [drm] Initialized vdrm 1.0.0 20110917 on minor 0
[ 1.759980] loop: module loaded
[ 1.763515] vmemexp device MAJOR num = 245
[ 1.767688] vmemexp class registered
[ 1.771405] /dev/vmemexp device registered
[ 1.775520] ioctl DBUFIOC_EXPORT_VIRTMEM = -1072899120
[ 1.781242] nand: No NAND device found
[ 1.785014] omap2-nand 8000000.nand: scan failed, may be bus-width mismatch
[ 1.794946] m25p80 spi32766.0: s25fl256s1 (32768 Kbytes)
[ 1.800364] 7 ofpart partitions found on MTD device spi32766.0
[ 1.806223] Creating 7 MTD partitions on "spi32766.0":
[ 1.811405] 0x000000000000-0x000000040000 : "QSPI.SPL"
[ 1.817517] 0x000000040000-0x000000140000 : "QSPI.u-boot"
[ 1.823841] 0x000000140000-0x0000001c0000 : "QSPI.u-boot-spl-os"
[ 1.830785] 0x0000001c0000-0x0000001d0000 : "QSPI.u-boot-env"
[ 1.837480] 0x0000001d0000-0x0000001e0000 : "QSPI.u-boot-env.backup1"
[ 1.844861] 0x0000001e0000-0x0000009e0000 : "QSPI.kernel"
[ 1.851214] 0x0000009e0000-0x000002000000 : "QSPI.file-system"
[ 1.859009] libphy: Fixed MDIO Bus: probed
[ 1.906998] davinci_mdio 48485000.mdio: davinci mdio revision 1.6
[ 1.913123] davinci_mdio 48485000.mdio: detected phy mask fffffff3
[ 1.923565] libphy: 48485000.mdio: probed
[ 1.927639] davinci_mdio 48485000.mdio: phy[2]: device 48485000.mdio:02, driver unknown
[ 1.935679] davinci_mdio 48485000.mdio: phy[3]: device 48485000.mdio:03, driver unknown
[ 1.944384] cpsw 48484000.ethernet: Detected MACID = f0:b5:d1:10:0c:8c
[ 1.951087] cpsw 48484000.ethernet: cpts: overflow check period 800
[ 1.958085] cpsw 48484000.ethernet: cpsw: Detected MACID = f0:b5:d1:10:0c:8d
[ 1.966703] mousedev: PS/2 mouse device common for all mice
[ 1.972904] i2c /dev entries driver
[ 1.981666] omap_hsmmc 4809c000.mmc: Got CD GPIO
[ 1.987339] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode
[ 1.993725] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode
[ 2.000303] evm_3v3_sw: supplied by sysen1
[ 2.080761] mmc0: MAN_BKOPS_EN bit is not set
[ 2.092668] mmc0: new HS200 MMC card at address 0001
[ 2.108136] mmcblk0: mmc0:0001 MMC08G 7.25 GiB
[ 2.122940] mmcblk0boot0: mmc0:0001 MMC08G partition 1 8.00 MiB
[ 2.129145] mmcblk0boot1: mmc0:0001 MMC08G partition 2 8.00 MiB
[ 2.135756] mmcblk0: p1
[ 2.158833] ledtrig-cpu: registered to indicate activity on CPUs
[ 2.170320] aic_dvdd: supplied by evm_3v3_sw
[ 2.176253] davinci-mcasp 4847c000.mcasp: invalid tdm slots: 0
[ 2.183934] NET: Registered protocol family 10
[ 2.190424] sit: IPv6 over IPv4 tunneling driver
[ 2.195604] NET: Registered protocol family 17
[ 2.200307] Key type dns_resolver registered
[ 2.204718] omap_voltage_late_init: Voltage driver support not added
[ 2.211612] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
[ 2.217840] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
[ 2.224550] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
[ 2.230805] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
[ 2.239061] Power Management for TI OMAP4+ devices.
[ 2.244129] Registering SWP/SWPB emulation handler
[ 2.249930] dmm 4e000000.dmm: workaround for errata i878 in use
[ 2.257194] dmm 4e000000.dmm: initialized all PAT entries
[ 2.263316] [drm] Initialized omapdrm 1.0.0 20110917 on minor 1
[ 2.270169] omap_hsmmc 4809c000.mmc: Got CD GPIO
[ 2.308284] asoc-simple-card sound0: tlv320aic3x-hifi <-> 48468000.mcasp mapping ok
[ 2.321531] input: gpio_keys as /devices/platform/gpio_keys/input/input0
[ 2.328437] hctosys: unable to open rtc device (rtc0)
[ 2.341956] evm_1v8: disabling
[ 2.345026] aic_dvdd: disabling
[ 2.348197] vmmcwl_fixed: disabling
[ 2.351865] ldousb: disabling
[ 2.355260] ALSA device list:
[ 2.358254] #0: DRA7xx-EVM
[ 2.361788] Waiting for root device PARTUUID=01a675d8-02...
[ 2.566815] mmc2: host does not support reading read-only switch, assuming write-enable
[ 2.581848] mmc2: new ultra high speed DDR50 SDHC card at address aaaa
[ 2.588784] mmcblk1: mmc2:aaaa SS08G 7.40 GiB
[ 2.598385] mmcblk1: p1 p2
[ 2.700531] EXT4-fs (mmcblk1p2): couldn't mount as ext3 due to feature incompatibilities
[ 2.711926] EXT4-fs (mmcblk1p2): couldn't mount as ext2 due to feature incompatibilities
[ 2.734377] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
[ 2.742544] VFS: Mounted root (ext4 filesystem) on device 179:50.
[ 2.753218] devtmpfs: mounted
[ 2.756385] Freeing unused kernel memory: 336K
[ 2.760892] This architecture does not have kernel memory protection.
[ 2.898449] systemd[1]: System time before build time, advancing clock.
[ 2.931392] random: systemd: uninitialized urandom read (16 bytes read, 14 bits of entropy available)
[ 2.946675] random: systemd: uninitialized urandom read (16 bytes read, 14 bits of entropy available)
[ 2.958534] 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.978033] systemd[1]: Detected architecture arm.
Welcome to Arago 2016.12!
[ 3.011034] systemd[1]: Set hostname to <dra7xx-evm>.
[ 3.021059] random: systemd: uninitialized urandom read (16 bytes read, 15 bits of entropy available)
[ 3.030394] systemd[1]: Initializing machine ID from random generator.
[ 3.093680] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 16 bits of entropy available)
[ 3.107091] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 16 bits of entropy available)
[ 3.121964] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 16 bits of entropy available)
[ 3.146109] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 17 bits of entropy available)
[ 3.163619] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 18 bits of entropy available)
[ 3.225794] random: systemd: uninitialized urandom read (16 bytes read, 20 bits of entropy available)
[ 3.235372] random: systemd: uninitialized urandom read (16 bytes read, 20 bits of entropy available)
[ 3.594890] systemd[1]: sysinit.target: Found ordering cycle on sysinit.target/start
[ 3.602724] systemd[1]: sysinit.target: Found dependency on alignment.service/start
[ 3.610443] systemd[1]: sysinit.target: Found dependency on sysinit.target/start
[ 3.617911] systemd[1]: sysinit.target: Breaking ordering cycle by deleting job alignment.service/start
[ 3.627369] 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.664235] systemd[1]: Created slice User and Session Slice.
[ OK ] Created slice User and Session Slice.
[ 3.687294] systemd[1]: Listening on Journal Socket.
[ OK ] Listening on Journal Socket.
[ 3.717229] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ OK ] Listening on /dev/initctl Compatibility Named Pipe.
[ 3.747224] systemd[1]: Listening on udev Control Socket.
[ OK ] Listening on udev Control Socket.
[ 3.777134] systemd[1]: Reached target Swap.
[ OK ] Reached target Swap.
[ 3.797321] systemd[1]: Listening on Network Service Netlink Socket.
[ OK ] Listening on Network Service Netlink Socket.
[ 3.827188] systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ 3.857143] systemd[1]: Reached target Remote File Systems.
[ OK ] Reached target Remote File Systems.
[ 3.898068] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ OK ] Started Dispatch Password Requests to Console Directory Watch.
[ 3.927734] systemd[1]: Created slice System Slice.
[ OK ] Created slice System Slice.
[ 3.997416] 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.037919] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ 4.064532] systemd[1]: Starting Load Kernel Modules...
Starting Load Kernel Modules...
[ 4.078184] systemd[1]: Starting Setup Virtual Console...
Starting Setup Virtual Console...
[ 4.099208] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting Remount Root and Kernel File Systems...
[ 4.117759] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)
[ 4.167201] systemd[1]: Mounting Debug File System...
Mounting Debug File System...
[ 4.192694] systemd[1]: Mounting Temporary Directory...
Mounting Temporary Directory...
[ 4.217202] systemd[1]: Reached target Slices.
[ OK ] Reached target Slices.
[ 4.267188] systemd[1]: Mounting POSIX Message Queue File System...
Mounting POSIX Message Queue File System...
[ 4.297885] systemd[1]: Created slice system-getty.slice.
[ OK ] Created slice system-getty.slice.
[ 4.317253] systemd[1]: Listening on Syslog Socket.
[ OK ] Listening on Syslog Socket.
[ 4.367378] systemd[1]: Starting Journal Service...
Starting Journal Service...
[ 4.387371] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ OK ] Started Forward Password Requests to Wall Directory Watch.
[ 4.417253] systemd[1]: Reached target Paths.
[ OK ] Reached target Paths.
[ 4.437270] systemd[1]: Listening on udev Kernel Socket.
[ OK ] Listening on udev Kernel Socket.
[ 4.491695] systemd[1]: Mounted Debug File System.
[ OK ] Mounted Debug File System.
[ 4.517263] systemd[1]: Mounted POSIX Message Queue File System.
[ OK ] Mounted POSIX Message Queue File System.
[ 4.537218] systemd[1]: Mounted Temporary Directory.
[ OK ] Mounted Temporary Directory.
[ 4.557373] systemd[1]: Started Journal Service.
[ OK ] Started Journal Service.
[ OK ] Started Create list of required sta...ce nodes for the current kernel.
[FAILED] Failed to start Load Kernel Modules.
See 'systemctl status systemd-modules-load.service' for details.
[ OK ] Started Setup Virtual Console.
[ OK ] Started Remount Root and Kernel File Systems.
Starting Rebuild Hardware Database...
Starting Rebuild Dynamic Linker Cache...
Starting Apply Kernel Variables...
Starting Create Static Device Nodes in /dev...
Starting Flush Journal to Persistent Storage...
[ OK ] Started Apply Kernel Variables.
[ OK ] Started Create Static Device Nodes in /dev.
[ 5.272737] systemd-journald[158]: Received request to flush runtime journal from PID 1
Starting udev Kernel Device Manager...
[ OK ] Reached target Local File Systems (Pre).
Mounting /var/volatile...
Mounting /media/ram...
[ OK ] Mounted /var/volatile.
[ OK ] Mounted /media/ram.
[ OK ] Started Flush Journal to Persistent Storage.
[ OK ] Started udev Kernel Device Manager.
Starting Load/Save Random Seed...
[ OK ] Reached target Local File Systems.
Starting Rebuild Journal Catalog...
Starting Create Volatile Files and Directories...
[ OK ] Started Load/Save Random Seed.
[ OK ] Started Rebuild Journal Catalog.
[ OK ] Started Create Volatile Files and Directories.
[ OK ] Started Rebuild Hardware Database.
Starting udev Coldplug all Devices...
Starting Opkg first boot configure...
Starting Update UTMP about System Boot/Shutdown...
Starting Network Time Synchronization...
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Started Network Time Synchronization.
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.
[ 7.320098] omap-rproc 55020000.ipu: assigned reserved memory node ipu2_cma@95800000
[ 7.340335] remoteproc0: 55020000.ipu is available
[ 7.355764] remoteproc0: Note: remoteproc is still under development and considered experimental.
[ OK ] Started udev Coldplug all Devices.
[ 7.388119] remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[ 7.432719] omap-rproc 40800000.dsp: assigned reserved memory node dsp1_cma@99000000
[ 7.466252] remoteproc1: 40800000.dsp is available
[ 7.483140] remoteproc1: Note: remoteproc is still under development and considered experimental.
[ 7.514140] remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[ 7.544962] omap-rproc 41000000.dsp: assigned reserved memory node dsp2_cma@9f000000
[ OK ] Found device /dev/ttyS0.
[ 7.564365] remoteproc2: 41000000.dsp is available
[ 7.572039] remoteproc2: Note: remoteproc is still under development and considered experimental.
[ 7.590118] remoteproc2: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[ 8.303120] omap_rng 48090000.rng: OMAP Random Number Generator ver. 20
[ 8.324024] remoteproc1: registered virtio0 (type 7)
[ 8.337927] remoteproc0: registered virtio1 (type 7)
[ 8.366282] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
[ 8.396097] CAN device driver interface
[ 8.401908] omap_rtc 48838000.rtc: rtc core: registered 48838000.rtc as rtc0
[ 8.437888] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
[ OK ] Started Rebuild Dynamic Linker Cache.
Starting Update is Completed...
[ OK ] Started Update is Completed.
[ 8.657378] c_can_platform 4ae3c000.can: c_can_platform device registered (regs=fce3c000, irq=358)
[ 8.695022] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
[ 8.723878] SCSI subsystem initialized
[ 8.733669] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
[ 9.110036] remoteproc2: registered virtio2 (type 7)
[ 9.192332] ahci 4a140000.sata: SSS flag set, parallel bus scan disabled
[ 9.203922] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
[ 9.238854] ahci 4a140000.sata: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part ccc apst
[ 9.276198] scsi host0: ahci
[ 9.280377] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 342
[ 9.324588] [drm] Initialized pvr 1.14.3699939 20110701 on minor 2
[ 9.343009] EXT4-fs (mmcblk0p1): recovery complete
[ 9.347917] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[ OK ] Started Opkg first boot configure.
[ OK ] Reached target Sound Card.
[ OK ] Reached target System Initialization.
[ OK ] Listening on D-Bus System Message Bus Socket.
[ 9.595167] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ] Reached target Timers.
[ OK ] Reached target Sockets.
[ 9.667658] ata1: SATA link down (SStatus 0 SControl 300)
[ OK ] Reached target Basic System.
[ OK ] Started Kernel Logging Service.
Starting Permit User Sessions...
[ OK ] Started D-Bus System Message Bus.
Starting Network Service...
Starting Login Service...
[ 9.947806] net eth1: initializing cpsw version 1.15 (0)
[ 9.954806] remoteproc1: powering up 40800000.dsp
[ OK ] Started System Logging Service.
[ 9.979643] net eth0: initialized cpsw ale version 1.4
[ 9.984813] net eth0: ALE Table size 1024
[ 9.994276] remoteproc1: Booting fw image dra7-dsp1-fw.xe66, size 6967590
[ 10.018007] omap_hwmod: mmu0_dsp1: _wait_target_disable failed
[ 10.021313] net eth1: phy found : id is : 0x20005c7a
[ 10.028889] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0
[ 10.034828] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0
Starting rc.pvr.service...
[ 10.046830] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 10.064640] PVR_K: UM DDK-(3699939) and KM DDK-(3699939) match. [ OK ]
Starting Save/Restore Sound Card State...
[ 10.084850] net eth0: initializing cpsw version 1.15 (0)
[ 10.121946] remoteproc1: remote processor 40800000.dsp is now up
[ 10.126673] net eth0: phy found : id is : 0x20005c7a
[ 10.142439] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 10.153517] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 10.165186] remoteproc0: powering up 55020000.ipu
[ 10.198496] remoteproc0: Booting fw image dra7-ipu2-fw.xem4, size 9438292
[ 10.205478] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
[ OK ] Started Network Service.
[ OK ] Started Permit User Sessions.
[ 10.243596] remoteproc0: remote processor 55020000.ipu is now up
[ 10.252891] virtio_rpmsg_bus virtio1: rpmsg host is online
[ OK ] Started rc.pvr.service.
[ 10.259555] remoteproc2: powering up 41000000.dsp
[ 10.279045] remoteproc2: Booting fw image dra7-dsp2-fw.xe66, size 6967590
[ 10.292540] omap_hwmod: mmu0_dsp2: _wait_target_disable failed
[ 10.298428] omap-iommu 41501000.mmu: 41501000.mmu: version 3.0
[ 10.304366] omap-iommu 41502000.mmu: 41502000.mmu: version 3.0
[ OK ] Started Save/Restore Sound Card State.
[ 10.331122] remoteproc2: remote processor 41000000.dsp is now up
[ 10.353997] virtio_rpmsg_bus virtio2: rpmsg host is online
[ 10.500340] virtio_rpmsg_bus virtio1: creating channel rpmsg-proto addr 0x50
[ 10.519158] virtio_rpmsg_bus virtio0: creating channel rpmsg-proto addr 0x50
[ 10.528449] virtio_rpmsg_bus virtio2: creating channel rpmsg-proto addr 0x50
[ 10.544217] NET: Registered protocol family 41
[ 10.720570] usbcore: registered new interface driver usbfs
[ 10.729785] usbcore: registered new interface driver hub
[ 10.735207] usbcore: registered new device driver usb
[ 10.780746] dwc3 48890000.usb: otg: primary host xhci-hcd.0.auto registered
[ 10.787931] dwc3 48890000.usb: otg: shared host xhci-hcd.0.auto registered
[ 10.794834] dwc3 48890000.usb: otg: can't start till gadget registers
[ 10.804159] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 10.811071] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
[ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.[ 10.822229] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x00210010
[ 10.822263] xhci-hcd xhci-hcd.1.auto: irq 499, io mem 0x488d0000
[ 10.841551] hub 1-0:1.0: USB hub found
[ 10.841581] hub 1-0:1.0: 1 port detected
[ 10.841885] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 10.841896] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
[ 10.841961] usb usb2: We don' know the algorithms for LPM for this host, disabling LPM.
[ 10.843157] hub 2-0:1.0: USB hub found
[ 10.843184] hub 2-0:1.0: 1 port detected
Starting weston.service...
[ OK ] Started Serial Getty on ttyS0.
[ OK ] Started Getty on tty1.
[ OK ] Reached target Network.
Starting Network Name Resolution...
[ OK ] Started weston.service.
[ OK ] Started Network Name Resolution.
[ OK ] Started Login Service.
Starting tiipclad-daemon.service...
Starting telnetd.service...
[ OK ] Started tiipclad-daemon.service.
[ OK ] Started telnetd.service.
[ 14.018256] random: nonblocking pool is initialized
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project http://arago-project.org dra7xx-evm ttyS0
Arago 2016.12 dra7xx-evm ttyS0
dra7xx-evm login: root
root@dra7xx-evm:~# ifconfig
eth0 Link encap:Ethernet HWaddr F0:B5:D1:10:0C:8C
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:99
eth1 Link encap:Ethernet HWaddr F0:B5:D1:10:0C:8D
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1%132400/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:160 errors:0 dropped:0 overruns:0 frame:0
TX packets:160 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:12160 (11.8 KiB) TX bytes:12160 (11.8 KiB)
root@dra7xx-evm:~#