Quantcast
Channel: Processors forum - Recent Threads
Viewing all articles
Browse latest Browse all 17527

Linux/TDA2: SDK_VISION_03_04_00_00 install

$
0
0

Part Number:TDA2

Tool/software: Linux

i   install  and  build  SDK_VISION_03_04_00_00  follow  SDK_VISION_03_04_00_00\vision_sdk\docs\Linux\  VisionSDK_Linux_UserGuide.pdf

at last  when  i  boot  the evm   have  some  problem  ,  follow  is  the  log ,could  you  please   check    what  is  the problem!

OMAP SD/MMC: 0, OMAP SD/MMC: 1
** First descriptor is NOT a primary desc on 1: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 ***
ERROR: cannot find partition: 'userdata'

at arch/arm/cpu/armv7/omap-common/utils.c:199/mmc_get_part_size()
Warning: fastboot.userdata_size: unable to calc
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
165 bytes read in 2 ms (80.1 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
3559792 bytes read in 110 ms (30.9 MiB/s)
106875 bytes read in 15 ms (6.8 MiB/s)
Booting from mmc0 ...
Kernel image @ 0x82000000 [ 0x000000 - 0x365170 ]
## Flattened Device Tree blob at 88000000
   Booting using the fdt blob at 0x88000000
   Loading Device Tree to 8ffe2000, end 8ffff17a ... 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.84-00027-g018eb62 (hancan@hancan-virtual-machine) (gcc version 5.4.1 20170404 (Linaro GCC 5.4-2017.05) ) #1 SMP PREEMPT Sat Sep 29 16:51:15 CST 2018
[    0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[    0.000000] Machine model: TI DRA742
[    0.000000] Ignoring memory block 0x200000000 - 0x280000000
[    0.000000] Reserved memory: created DMA memory pool at 0x40300000, 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 0x99000000, 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 0x9e000000, 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 0xa1000000, 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 0xa3000000, 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 0xa9000000, size 64 MiB
[    0.000000] Reserved memory: initialized node cmem@A9000000, compatible id shared-dma-pool
[    0.000000] cma: Reserved 24 MiB at 0xbe400000
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] OMAP4: Map 0xbfe00000 to fe600000 for dram barrier
[    0.000000] DRA752 ES2.0
[    0.000000] PERCPU: Embedded 11 pages/cpu @ef631000 s14912 r8192 d21952 u45056
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 243520
[    0.000000] Kernel command line: console=ttyO0,115200n8 vram=16M root=PARTUUID=2ca9f500-02 rw rootwait ip=none mem=1024M
[    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: 411860K/980992K available (6663K kernel code, 318K rwdata, 2392K rodata, 332K init, 286K bss, 364332K reserved, 204800K cma-reserved, 235520K 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 - 0xc08e000c   (9057 kB)
[    0.000000]       .init : 0xc08e1000 - 0xc0934000   ( 332 kB)
[    0.000000]       .data : 0xc0934000 - 0xc09839e0   ( 319 kB)
[    0.000000]        .bss : 0xc0985000 - 0xc09cc980   ( 287 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.000330] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
[    0.000338] OMAP clocksource: 32k_counter at 32768 Hz
[    0.000788] Console: colour dummy device 80x30
[    0.000804] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
[    0.000810] This ensures that you still see kernel messages. Please
[    0.000816] update your kernel commandline.
[    0.000828] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
[    0.000840] 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.001487] Initializing cgroup subsys io
[    0.001504] Initializing cgroup subsys memory
[    0.001529] Initializing cgroup subsys devices
[    0.001540] Initializing cgroup subsys freezer
[    0.001551] Initializing cgroup subsys perf_event
[    0.001563] Initializing cgroup subsys pids
[    0.001589] CPU: Testing write buffer coherency: ok
[    0.001791] /cpus/cpu@0 missing clock-frequency property
[    0.001808] /cpus/cpu@1 missing clock-frequency property
[    0.001818] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.001861] Setting up static identity map for 0x80008340 - 0x800083a0
[    0.080189] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.080257] Brought up 2 CPUs
[    0.080269] SMP: Total of 2 processors activated (24.59 BogoMIPS).
[    0.080275] CPU: All CPU(s) started in HYP mode.
[    0.080281] CPU: Virtualization extensions available.
[    0.081313] devtmpfs: initialized
[    0.110392] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[    0.111350] omap_hwmod: l3_main_2 using broken dt data from ocp
[    0.314517] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.314541] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.318608] pinctrl core: initialized pinctrl subsystem
[    0.319471] NET: Registered protocol family 16
[    0.320417] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.350249] cpuidle: using governor ladder
[    0.380277] cpuidle: using governor menu
[    0.388885] OMAP GPIO hardware version 0.1
[    0.395360] irq: no irq domain found for /ocp/l4@4a000000/scm@2000/pinmux@1400 !
[    0.411830] omap-gpmc 50000000.gpmc: GPMC revision 6.0
[    0.411843] gpmc_mem_init: disabling cs 0 mapped at 0x0-0x1000000
[    0.421463] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.421473] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.421945] omap4_sram_init:Unable to allocate sram needed to handle errata I688
[    0.421954] omap4_sram_init:Unable to get sram pool needed to handle errata I688
[    0.422432] OMAP DMA hardware revision 0.0
[    0.461590] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
[    0.462753] edma 43300000.edma: memcpy is disabled
[    0.467440] edma 43300000.edma: TI EDMA DMA engine driver
[    0.471791] omap-iommu 40d01000.mmu: 40d01000.mmu registered
[    0.471967] omap-iommu 40d02000.mmu: 40d02000.mmu registered
[    0.472124] omap-iommu 58882000.mmu: 58882000.mmu registered
[    0.472277] omap-iommu 55082000.mmu: 55082000.mmu registered
[    0.472573] omap-iommu 41501000.mmu: 41501000.mmu registered
[    0.472763] omap-iommu 41502000.mmu: 41502000.mmu registered
[    0.475833] palmas 0-0058: IRQ missing: skipping irq request
[    0.491205] palmas 0-0058: Muxing GPIO 2e, PWM 0, LED 0
[    0.563494] pcf857x 0-0020: probed
[    0.564055] pcf857x 0-0021: probed
[    0.564211] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
[    0.564606] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
[    0.564811] media: Linux media interface: v0.10
[    0.564861] Linux video capture interface: v2.00
[    0.564900] pps_core: LinuxPPS API ver. 1 registered
[    0.564907] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.564936] PTP clock support registered
[    0.564980] EDAC MC: Ver: 3.0.0
[    0.565737] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
[    0.566025] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
[    0.566377] Advanced Linux Sound Architecture Driver Initialized.
[    0.567229] clocksource: Switched to clocksource arch_sys_counter
[    0.577765] NET: Registered protocol family 2
[    0.578266] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.578330] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.578455] TCP: Hash tables configured (established 8192 bind 8192)
[    0.578503] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.578534] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.578738] NET: Registered protocol family 1
[    0.578979] RPC: Registered named UNIX socket transport module.
[    0.578989] RPC: Registered udp transport module.
[    0.578996] RPC: Registered tcp transport module.
[    0.579002] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.580007] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
[    0.588957] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.589589] NFS: Registering the id_resolver key type
[    0.589618] Key type id_resolver registered
[    0.589625] Key type id_legacy registered
[    0.589693] ntfs: driver 2.1.32 [Flags: R/O].
[    0.590975] bounce: pool size: 64 pages
[    0.591121] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.591134] io scheduler noop registered
[    0.591145] io scheduler deadline registered
[    0.591175] io scheduler cfq registered (default)
[    0.596031] pinctrl-single 4a003400.pinmux: 282 pins at pa fc003400 size 1128
[    0.599322] PCI host bridge /ocp/axi@0/pcie_rc@51000000 ranges:
[    0.599335]   No bus range found for /ocp/axi@0/pcie_rc@51000000, using [bus 00-ff]
[    0.599368]    IO 0x20003000..0x20012fff -> 0x00000000
[    0.599388]   MEM 0x20013000..0x2fffffff -> 0x20013000
[    0.629513] dra7-pcie 51000000.pcie_rc: link is not up
[    0.629688] dra7-pcie 51000000.pcie_rc: PCI host bridge to bus 0000:00
[    0.629701] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.629712] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    0.629721] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
[    0.630122] PCI: bus0: Fast back to back transfers disabled
[    0.630246] PCI: bus1: Fast back to back transfers enabled
[    0.630328] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff]
[    0.630342] pci 0000:00:00.0: BAR 1: assigned [mem 0x20020000-0x2002ffff]
[    0.630354] pci 0000:00:00.0: PCI bridge to [bus 01]
[    0.630570] pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt
[    0.690414] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
[    0.693758] 4806a000.serial: ttyS0 at MMIO 0x4806a000 (irq = 301, base_baud = 3000000) is a 8250
[    1.698595] console [ttyS0] enabled
[    1.702981] 4806c000.serial: ttyS1 at MMIO 0x4806c000 (irq = 302, base_baud = 3000000) is a 8250
[    1.712672] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 303, base_baud = 3000000) is a 8250
[    1.722730] [drm] Initialized drm 1.1.0 20060810
[    1.728289] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.734934] [drm] No driver support for vblank timestamp query.
[    1.741104] [drm] Initialized vdrm 1.0.0 20110917 on minor 0
[    1.748301] OMAP DSS rev 6.1
[    1.752049] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops)
[    1.767648] loop: module loaded
[    1.771193] vmemexp device MAJOR num = 245
[    1.775319] vmemexp class registered
[    1.779052] /dev/vmemexp device registered
[    1.783166] ioctl DBUFIOC_EXPORT_VIRTMEM = -1072899120
[    1.788884] nand: No NAND device found
[    1.792655] omap2-nand 8000000.nand: scan failed, may be bus-width mismatch
[    1.802578] m25p80 spi32766.0: s25fl256s1 (32768 Kbytes)
[    1.807997] 7 ofpart partitions found on MTD device spi32766.0
[    1.813855] Creating 7 MTD partitions on "spi32766.0":
[    1.819036] 0x000000000000-0x000000040000 : "QSPI.SPL"
[    1.825169] 0x000000040000-0x000000140000 : "QSPI.u-boot"
[    1.831544] 0x000000140000-0x0000001c0000 : "QSPI.u-boot-spl-os"
[    1.838477] 0x0000001c0000-0x0000001d0000 : "QSPI.u-boot-env"
[    1.845131] 0x0000001d0000-0x0000001e0000 : "QSPI.u-boot-env.backup1"
[    1.852522] 0x0000001e0000-0x0000009e0000 : "QSPI.kernel"
[    1.858864] 0x0000009e0000-0x000002000000 : "QSPI.file-system"
[    1.866582] libphy: Fixed MDIO Bus: probed
[    1.917261] davinci_mdio 48485000.mdio: davinci mdio revision 1.6
[    1.923384] davinci_mdio 48485000.mdio: detected phy mask fffffff3
[    1.933707] libphy: 48485000.mdio: probed
[    1.937755] davinci_mdio 48485000.mdio: phy[2]: device 48485000.mdio:02, driver unknown
[    1.945794] davinci_mdio 48485000.mdio: phy[3]: device 48485000.mdio:03, driver unknown
[    1.954491] cpsw 48484000.ethernet: Detected MACID = 7c:38:66:a1:e2:a6
[    1.961157] cpsw 48484000.ethernet: cpts: overflow check period 800
[    1.968150] cpsw 48484000.ethernet: cpsw: Detected MACID = 7c:38:66:a1:e2:a7
[    1.976773] mousedev: PS/2 mouse device common for all mice
[    1.982965] i2c /dev entries driver
[    1.991698] omap_hsmmc 4809c000.mmc: Got CD GPIO
[    1.997315] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode
[    2.003701] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode
[    2.010238] evm_3v3_sw: supplied by sysen1
[    2.091013] mmc0: MAN_BKOPS_EN bit is not set
[    2.102934] mmc0: new HS200 MMC card at address 0001
[    2.108384] mmcblk0: mmc0:0001 MMC08G 7.25 GiB
[    2.123189] mmcblk0boot0: mmc0:0001 MMC08G partition 1 8.00 MiB
[    2.139432] mmcblk0boot1: mmc0:0001 MMC08G partition 2 8.00 MiB
[    2.169047] ledtrig-cpu: registered to indicate activity on CPUs
[    2.177567] aic_dvdd: supplied by evm_3v3_sw
[    2.183476] davinci-mcasp 4847c000.mcasp: invalid tdm slots: 0
[    2.190976] NET: Registered protocol family 10
[    2.206229] sit: IPv6 over IPv4 tunneling driver
[    2.211450] NET: Registered protocol family 17
[    2.216122] Key type dns_resolver registered
[    2.220562] omap_voltage_late_init: Voltage driver support not added
[    2.227475] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
[    2.233684] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
[    2.240440] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
[    2.246647] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
[    2.254866] Power Management for TI OMAP4+ devices.
[    2.259964] Registering SWP/SWPB emulation handler
[    2.265689] dmm 4e000000.dmm: workaround for errata i878 in use
[    2.272936] dmm 4e000000.dmm: initialized all PAT entries
[    2.280207] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    2.286849] [drm] No driver support for vblank timestamp query.
[    2.293158] [drm] Initialized omapdrm 1.0.0 20110917 on minor 1
[    2.310018] omap_hsmmc 4809c000.mmc: Got CD GPIO
[    2.348561] asoc-simple-card sound0: tlv320aic3x-hifi <-> 48468000.mcasp mapping ok
[    2.368213] input: gpio_keys as /devices/platform/gpio_keys/input/input0
[    2.376092] hctosys: unable to open rtc device (rtc0)
[    2.393150] evm_1v8: disabling
[    2.396222] aic_dvdd: disabling
[    2.399396] vmmcwl_fixed: disabling
[    2.403078] ldousb: disabling
[    2.406466] ALSA device list:
[    2.409462]   #0: DRA7xx-EVM
[    2.412994] Waiting for root device PARTUUID=2ca9f500-02...
[    2.617258] mmc2: host does not support reading read-only switch, assuming write-enable
[    2.632319] mmc2: new ultra high speed DDR50 SDHC card at address aaaa
[    2.639297] mmcblk1: mmc2:aaaa SS08G 7.40 GiB
[    2.648994]  mmcblk1: p1 p2
[    2.750631] EXT4-fs (mmcblk1p2): couldn't mount as ext3 due to feature incompatibilities
[    2.762152] EXT4-fs (mmcblk1p2): couldn't mount as ext2 due to feature incompatibilities
[    3.044527] EXT4-fs (mmcblk1p2): recovery complete
[    3.059453] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
[    3.067630] VFS: Mounted root (ext4 filesystem) on device 179:50.
[    3.078335] devtmpfs: mounted
[    3.081533] Freeing unused kernel memory: 332K
[    3.085996] This architecture does not have kernel memory protection.
[    3.218650] systemd[1]: System time before build time, advancing clock.
[    3.254109] random: systemd: uninitialized urandom read (16 bytes read, 19 bits of entropy available)
[    3.269588] random: systemd: uninitialized urandom read (16 bytes read, 19 bits of entropy available)
[    3.290758] 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)
[    3.309367] systemd[1]: Detected architecture arm.

Welcome to Arago 2016.12!

[    3.340921] systemd[1]: Set hostname to <dra7xx-evm>.
[    3.397120] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 20 bits of entropy available)
[    3.403711] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 20 bits of entropy available)
[    .417290] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 21 bits of entropy available)
[    3.431616] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 21 bits of entropy available)
[    3.448929] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 21 bits of entropy available)
[    3.516273] random: systemd: uninitialized urandom read (16 bytes read, 24 bits of entropy available)
[    3.525775] random: systemd: uninitialized urandom read (16 bytes read, 24 bits of entropy available)
[    3.535777] random: systemd: uninitialized urandom read (16 bytes read, 24 bits of entropy available)
[    3.843482] systemd[1]: sysinit.target: Found ordering cycle on sysinit.target/start
[    3.851316] systemd[1]: sysinit.target: Found dependency on alignment.service/start
[    3.859037] systemd[1]: sysinit.target: Found dependency on sysinit.target/start
[    3.866472] systemd[1]: sysinit.target: Breaking ordering cycle by deleting job alignment.service/start
[    3.875948] 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.914636] systemd[1]: Created slice User and Session Slice.
[  OK  ] Created slice User and Session Slice.
[    3.937439] systemd[1]: Reached target Swap.
[  OK  ] Reached target Swap.
[    3.968150] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Started Forward Password Requests to Wall Directory Watch.
[    3.997528] systemd[1]: Listening on Syslog Socket.
[  OK  ] Listening on Syslog Socket.
[    4.017406] systemd[1]: Reached target Remote File Systems.
[  OK  ] Reached target Remote File Systems.
[    4.047580] systemd[1]: Listening on Network Service Netlink Socket.
[  OK  ] Listening on Network Service Netlink Socket.
[    4.077578] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Started Dispatch Password Requests to Console Directory Watch.
[    4.107426] systemd[1]: Reached target Paths.
[  OK  ] Reached target Paths.
[    4.128025] systemd[1]: Created slice System Slice.
[  OK  ] Created slice System Slice.
[    4.158072] systemd[1]: Created slice system-getty.slice.
[  OK  ] Created slice system-getty.slice.
[    4.188021] systemd[1]: Created slice system-serial\x2dgetty.slice.
[  OK  ] Created slice system-serial\x2dgetty.slice.
[    4.217518] systemd[1]: Listening on udev Control Socket.
[  OK  ] Listening on udev Control Socket.
[    4.247444] systemd[1]: Reached target Slices.
[  OK  ] Reached target Slices.
[    4.267511] systemd[1]: Listening on Journal Socket.
[  OK  ] Listening on Journal Socket.
[    4.317648] 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.353044] systemd[1]: Mounting Temporary Directory...
         Mounting Temporary Directory...
[    4.385080] systemd[1]: Starting Load Kernel Modules...
         Starting Load Kernel Modules...
[    4.400358] systemd[1]: Mounting POSIX Message Queue File System...
         Mounting POSIX Message Queue File System...
[    4.429745] systemd[1]: Starting Setup Virtual Console...
         Starting Setup Virtual Console...
[    4.447587] systemd[1]: Listening on Journal Socket (/dev/log).
[  OK  ] Listening on Journal Socket (/dev/log).
[    4.469622] systemd[1]: Starting Journal Service...
         Starting Journal Service...
[    4.482617] systemd[1]: Listening on udev Kernel Socket.
[  OK  ] Listening on udev Kernel Socket.
[    4.507607] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
[    4.577607] systemd[1]: Starting Remount Root and Kernel File Systems...
         Starting Remount Root and Kernel File Systems...
[    4.599955] systemd[1]: Mounting Debug File System...
[    4.606409] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)
         Mounting Debug File System...
[    4.634013] systemd[1]: Mounted POSIX Message Queue File System.
[  OK  ] Mounted POSIX Message Queue File System.
[    4.657566] systemd[1]: Mounted Debug File System.
[  OK  ] Mounted Debug File System.
[    4.677481] systemd[1]: Mounted Temporary Directory.
[  OK  ] Mounted Temporary Directory.
[    4.697673] 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 udev Coldplug all Devices...
         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.310982] systemd-journald[144]: Received request to flush runtime journal from PID 1
[  OK  ] Reached target Local File Systems (Pre).
         Mounting /media/ram...
         Mounting /var/volatile...
         Starting udev Kernel Device Manager...
[  OK  ] Mounted /var/volatile.
[  OK  ] Mounted /media/ram.
[  OK  ] Started udev Kernel Device Manager.
[  OK  ] Started Flush Journal to Persistent Storage.
[  OK  ] Started udev Coldplug all Devices.
[    5.787322] omap-rproc 55020000.ipu: assigned reserved memory node ipu2_cma@95800000
[    5.803005]  remoteproc0: 55020000.ipu is available
[    5.824790]  remoteproc0: Note: remoteproc is still under development and considered experimental.
[    5.836233]  remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[    5.848445] omap-rproc 40800000.dsp: assigned reserved memory node dsp1_cma@99000000
[    5.874658]  remoteproc1: 40800000.dsp is available
[    5.883051]  remoteproc1: Note: remoteproc is still under development and considered experimental.
         Starting Load/Save Random Seed...
[  OK  ] Reached target Local File Systems.
[    5.926419]  remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[    5.946934] omap-rproc 41000000.dsp: assigned reserved memory node dsp2_cma@9f000000
[    5.965236]  remoteproc2: 41000000.dsp is available
[    5.971810]  remoteproc2: Note: remoteproc is still under development and considered experimental.
         Starting Create Volatile Files and Directories...
[    6.002069]  remoteproc1: registered virtio0 (type 7)
[  OK  ] Started Load/Save Random Seed.
[    6.033190]  remoteproc2: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[  OK  ] Started Create Volatile Files and Directories.
[    6.097471] omap_rng 48090000.rng: OMAP Random Number Generator ver. 20
[    6.108535]  remoteproc0: registered virtio1 (type 7)
[    6.116355]  remoteproc2: registered virtio2 (type 7)
[    6.129023] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
[  OK  ] Found device /dev/ttyS0.
[    6.224188] omap_rtc 48838000.rtc: rtc core: registered 48838000.rtc as rtc0
         Starting Update UTMP about System Boot/Shutdown...
[    6.357847] SCSI subsystem initialized
         Starting Network Time Synchronization...
[    6.477795] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
[    6.519462] CAN device driver nterface
[  OK  ] Started Network Time Synchronization.
[    6.549357] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
[    6.610457] omap-aes 4b700000.aes: OMAP AES h accel rev: 3.3
[  OK  ] Started Update UTMP about System Boot/Shutdown.
[    6.621226] ahci 4a140000.sata: SSS flag set, parallel bus scan disabled
[    6.683547] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
[    6.736633] ahci 4a140000.sata: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part ccc apst
[    6.805465] scsi host0: ahci
[    6.808655] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 342
[    6.833635] c_can_platform 4ae3c000.can: c_can_platform device registered (regs=fce3c000, irq=358)
         Starting Synchronize System and HW clocks...
[  OK  ] Reached target System Time Synchronized.
[    6.907406] [drm] Initialized pvr 1.14.3699939 20110701 on minor 2
[  OK  ] Started Synchronize System and HW clocks.
[    6.930815] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[    7.157274] ata1: SATA link down (SStatus 0 SControl 300)
[  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[  OK  ] Reached target Sound Card.
[  OK  ] Reached target System Initialization.
[  OK  ] Listening on D-Bus System Message Bus Socket.
[  OK  ] Reached target Sockets.
[  OK  ] Reached target Basic System.
[  OK  ] Started Kernel Logging Service.
         Starting Permit User Sessions...
         Starting Save/Restore Sound Card State...
         Starting Login Service...
[  OK  ] Started System Logging Service.
[    7.544036]  remoteproc1: powering up 40800000.dsp
[    7.557775]  remoeproc1: Booting fw image dra7-dsp1-fw.xe66, size 598197
[  OK  ] Started D-Bus System Message Bus.
[    7.578011] omap_hwmod: mmu0_dsp1: _wait_target_disable failed
[    7.583902] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0
[    7.589839] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0
[    7.616377]  remoteproc1: remote processor 40800000.dsp is now up
[    7.626695] virtio_rpmsg_bus virtio0: rpmsg host is online
[    7.650061]  remoteproc0: powering up 55020000.ipu
[    7.679578]  remoteproc0: Booting fw image dra7-ipu2-fw.xem4, size 4612468
[    7.697589] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
[    7.731993]  remoteproc0: remote processor 55020000.ipu is now up
         Starting rc.pvr.service...
[    7.741735] virtio_rpmsg_bus virtio1: rpmsg host is online
[    7.750180]  remoteproc2: powering up 41000000.dsp
[    7.757211]  remoteproc2: Booting fw image dra7-dsp2-fw.xe66, size 598197
[    7.775518] omap_hwmod: mmu0_dsp2: _wait_target_disable failed
[    7.781408] omap-iommu 41501000.mmu: 41501000.mmu: version 3.0
[    7.787355] omap-iommu 41502000.mmu: 41502000.mmu: version 3.0
         Starting Network Service...
[    7.812242]  remoteproc2: remote processor 41000000.dsp is now up
[    7.820322] virtio_rpmsg_bus virtio2: rpmsg host is online
[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Reached target Timers.[    7.843064] PVR_K: UM DDK-(3699939) and KM DDK-(3699939) match. [ OK ]

[    7.867593] net eth1: initializing cpsw version 1.15 (0)
[    7.872945] net eth0: initialized cpsw ale version 1.4
[  OK  ] Started Permit User Sessions.[    7.880983] net eth0: ALE Table size 1024

[   7.910378] net eth1: phy found : id is : 0x20005c7a
[  OK  ] Started Save/Restore Sound Card State.
[  OK  ] Started Network Service.[    7.924749] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready

[    7.936541] net eth0: initializing cpsw version 1.15 (0)
[    7.944889] virtio_rpmsg_bus virtio1: creating channel rpmsg-proto addr 0x50
[    7.949894] net eth0: phy found : id is : 0x20005c7a
[    7.954899] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    7.979108] virtio_rpmsg_bus virtio0: creating channel rpmsg-proto addr 0x50
[    7.994363] NET: Registered protocol family 41
[    8.005189] virtio_rpmsg_bus virtio2: creating channel rpmsg-proto addr 0x50
[  OK  ] Started rc.pvr.service.
[    8.306123] usbcore: registered new interface driver usbfs
[    8.312391] usbcore: registered new interface driver hub
[    8.317997] usbcore: registered new device driver usb
[    8.363266] dwc3 48890000.usb: otg: primary host xhci-hcd.0.auto registered
[    8.370417] dwc3 48890000.usb: otg: shared host xhci-hcd.0.auto registered
[    8.379433] dwc3 48890000.usb: otg: can't start till gadget registers
[    8.386013] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[    8.393259] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
[    8.402177] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x00210010
[    8.411919] xhci-hcd xhci-hcd.1.auto: irq 500, io mem 0x488d0000
[    8.420778] hub 1-0:1.0: USB hub found
[    8.424569] hub 1-0:1.0: 1 port detected
[    8.430778] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[    8.436293] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
[    8.445713] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    8.455690] hub 2-0:1.0: USB hub found
[    8.460563] hub 2-0:1.0: 1 port detected
         Starting weston.service...
[  OK  ] Reached target Network.
         Starting Network Name Resolution...
[  OK  ] Started Getty on tty1.
[  OK  ] Started Serial Getty on ttyS0.
[  OK  ] Started Network Name Resolution.
[  OK  ] Started weston.service.
[  OK  ] Started Login Service.
         Starting tiipclad-daemon.service...
         Starting telnetd.service...
[  OK  ] Started tiipclad-daemon.service.
[  OK  ] Started telnetd.service.
[    9.944465] cpsw 48484000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
[    9.952540] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready

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

Arago Project http://arago-project.org dra7xx-evm ttyS0

Arago 2016.12 dra7xx-evm ttyS0

dra7xx-evm login: root
root@dra7xx-evm:~# cd /opt/vision_sdk/
root@dra7xx-evm:/opt/vision_sdk# [   32.942522] random: nonblocking pool is initialized

root@dra7xx-evm:/opt/vision_sdk# source ./vision_sdk_load.sh
[   62.868503] DMA: Module install successful, device major num = 242
[   62.874964] DRV: Module install successful
insmod: ERROR: could not load module ./bin/cmemk.ko: No such file or directory
./disableDssInterruptsOnA15.sh: line 11: @0x4A002AC4:: command not found
./disableDssInterruptsOnA15.sh: line 12: @0x4A002AC4:: command not found
./disableDssInterruptsOnA15.sh: line 13: @0x4A002AC4:: command not found
./disableDssInterruptsOnA15.sh: line 14: @0x4A002AC4:: command not found
./disableDssInterruptsOnA15.sh: line 15: @0x4A002AC4:: command not found
./disableDssInterruptsOnA15.sh: line 16: @0x4A002AC4:: command not found
./disableDssInterruptsOnA15.sh: line 17: @0x4A002AC4:: command not found
./disableDssInterruptsOnA15.sh: line 18: @0x4A002AC4:: command not found
./disableDssInterruptsOnA15.sh: line 19: @0x4A002AC4:: command not found
updated 0x4A002AC4 value is 00930000
root@dra7xx-evm:/opt/vision_sdk#
thanks

shuai


Viewing all articles
Browse latest Browse all 17527

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>