Spaces:

File size: 60,381 Bytes
5aefcf4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Ticket Name: Linux/TDA2: TDA2x RVP build failed in Linux, using TI's original Vision SDK(PROCESSOR_SDK_VISION_03_04_00_00)

Query Text:
Part Number: TDA2 Other Parts Discussed in Thread: DRA71, DRA752, PMP Tool/software: Linux I followed instruction "VisionSDK_Linux_UserGuide.pdf" to build for tda2x-rvp-linux-all by using TI's original Vision SDK(PROCESSOR_SDK_VISION_03_04_00_00). If I executed "gmake linux", the error message showed below: ***Can't find default configuration "arch/../configs/d3_tda2x_defconfig"! *** scripts/kconfig/Makefile:114:recipe for target 'd3_tda2x_defconfig' failed If I added d3-tda2x-deconfig d3-tda2x-fpd8ch.dts, da-fpd8ch-baseboard.dtsi from Vision SDK 2.10 released by D3. After exectued "gmake linux" the error message showed below: make[5]: *** No rule to make target 'arch/arm/boot/dts/d3-tda2x-fpd8ch.dtb'. Stop. arch/arm/Makefile:333: recipe for target 'd3-tda2x-fpd8ch.dtb' failed make[4]: *** [d3-tda2x-fpd8ch.dtb] Error 2 make[4]: Leaving directory '/home/mbit/TI_VSDK_03_04/ti_components/os_tools/linux/kernel/omap' build_kernel.mk:11: recipe for target 'kernel_build' failed make[3]: *** [kernel_build] Error 2 make[3]: Leaving directory '/home/mbit/TI_VSDK_03_04/vision_sdk/build/hlos/makerules/linux' build_kernel.mk:43: recipe for target 'dtb' failed make[2]: *** [dtb] Error 2 make[2]: Leaving directory '/home/mbit/TI_VSDK_03_04/vision_sdk/build/hlos/makerules/linux' build_kernel.mk:18: recipe for target 'kernel' failed make[1]: *** [kernel] Error 2 make[1]: Leaving directory '/home/mbit/TI_VSDK_03_04/vision_sdk/build/hlos/makerules/linux' gmake: *** [kernel] Error 2 If I built for tda2x-evm-linux-all (just for test). After executed "gmake linux", the error message showed below: arch/arm/kernel/devtree.c: In function 'setup_machine_fdt': arch/arm/kernel/devtree.c:261:2: error: '__machine_arch_type' undeclared (first use in this function) __machine_arch_type = mdesc->nr; ^ arch/arm/kernel/devtree.c:261:2: note: each undeclared identifier is reported only once for each function it appears in scripts/Makefile.build:258: recipe for target 'arch/arm/kernel/devtree.o' failed make[4]: *** [arch/arm/kernel/devtree.o] Error 1 Makefile:964: recipe for target 'arch/arm/kernel' failed make[3]: *** [arch/arm/kernel] Error 2 make[3]: Leaving directory '/home/mbit/TI_VSDK_03_04/ti_components/os_tools/linux/kernel/omap' build_kernel.mk:11: recipe for target 'kernel_build' failed make[2]: *** [kernel_build] Error 2 make[2]: Leaving directory '/home/mbit/TI_VSDK_03_04/vision_sdk/build/hlos/makerules/linux' build_kernel.mk:18: recipe for target 'kernel' failed make[1]: *** [kernel] Error 2 make[1]: Leaving directory '/home/mbit/TI_VSDK_03_04/vision_sdk/build/hlos/makerules/linux' gmake: *** [kernel] Error 2 Then I wanted to know what would happen if I skipped this step(still built for tda2x-rvp-linux-all) . I executed "gmake -s -j depend", it worked and no error message. Then I executed "gmake -s -j" , the error message showed below: dispDistSrcLink_tsk.c:81:45: fatal error: vdrm_controller/v_controller_if.h: No such file or directory compilation terminated. /home/mbit/TI_VSDK_03_04/vision_sdk/build/hlos/makerules/linux/common_footer_a15.mk:81: recipe for target 'depend' failed make[6]: *** [depend] Error 1 Makefile:16: recipe for target 'links_a15_dispDistSrc' failed make[5]: *** [links_a15_dispDistSrc] Error 2 # utils: tda2xx-rvp: Compiling MultiProc.c # utils: tda2xx-rvp: Compiling MultiProcCfg_dra7xx.c # links_a15_null: tda2xx-rvp: Compiling nullLink_tsk.c # network_utils: tda2xx-rvp: Compiling network_api.c # links_a15_sync: tda2xx-rvp: Compiling syncLink_tsk.c # links_a15_nullSrc: tda2xx-rvp: Compiling nullSrcLink_tsk.c # links_a15_dup: tda2xx-rvp: Compiling dupLink_tsk.c # links_a15_dup: tda2xx-rvp: Compiling dupLink_tsk_create_single_mbx.c # links_a15_merge: tda2xx-rvp: Compiling mergeLink_tsk.c # links_a15_merge: tda2xx-rvp: Compiling mergeLink_tsk_create_single_mbx.c # links_a15_select: tda2xx-rvp: Compiling selectLink_tsk_create_single_mbx.c # links_a15_select: tda2xx-rvp: Compiling selectLink_tsk.c # links_a15_gate: tda2xx-rvp: Compiling gateLink_tsk.c # links_a15_gate: tda2xx-rvp: Compiling gateLink_tsk_create_single_mbx.c # links_a15_algorithm: tda2xx-rvp: Compiling algorithmLink_tsk_create_single_mbx.c # links_a15_algorithm: tda2xx-rvp: Compiling algorithmLink_cfg.c # links_a15_algorithm: tda2xx-rvp: Compiling algorithmLink_algPluginSupport.c # links_a15_algorithm: tda2xx-rvp: Compiling algorithmLink_tsk.c # links_a15_ipcIn: tda2xx-rvp: Compiling ipcInLink_tsk.c # links_a15_ipcIn: tda2xx-rvp: Compiling ipcInLink_drv.c # links_a15_ipcOut: tda2xx-rvp: Compiling ipcOutLink_tsk.c # links_a15_ipcOut: tda2xx-rvp: Compiling ipcOutLink_drv.c # utils: tda2xx-rvp: Creating archive utils.a # links_a15_null: tda2xx-rvp: Creating archive links_a15_null.a # links_a15_gate: tda2xx-rvp: Creating archive links_a15_gate.a # links_a15_merge: tda2xx-rvp: Creating archive links_a15_merge.a # network_utils: tda2xx-rvp: Creating archive network_utils.a # links_a15_sgxFrmcpy: tda2xx-rvp: Compiling sgxRenderKmsCube.c # links_a15_sgxFrmcpy: tda2xx-rvp: Compiling esTransform.c # links_a15_sgxFrmcpy: tda2xx-rvp: Compiling sgxRender3x3.c # links_a15_sgxFrmcpy: tda2xx-rvp: Compiling sgxRender1x1.c # links_a15_sgxFrmcpy: tda2xx-rvp: Compiling sgxFrmcpyLink_drv.c # links_a15_sgxFrmcpy: tda2xx-rvp: Compiling sgxRender2x4.c # links_a15_sgxFrmcpy: tda2xx-rvp: Compiling sgxFrmcpyLink_tsk.c # links_a15_select: tda2xx-rvp: Creating archive links_a15_select.a # links_a15_sgxFrmcpy: tda2xx-rvp: Compiling sgxRender2x2.c # links_a15_dup: tda2xx-rvp: Creating archive links_a15_dup.a # osa: tda2xx-rvp: Compiling osa_remote_log_client.c # osa: tda2xx-rvp: Compiling osa_msgq.c # osa: tda2xx-rvp: Compiling osa_prf.c # osa: tda2xx-rvp: Compiling osa_que.c # osa: tda2xx-rvp: Compiling osa_timer.c # osa: tda2xx-rvp: Compiling osa_buf.c # osa: tda2xx-rvp: Compiling osa_ipc_que.c # osa: tda2xx-rvp: Compiling osa_remote_log_server.c # osa: tda2xx-rvp: Compiling osa.c # osa: tda2xx-rvp: Compiling osa_file.c # osa: tda2xx-rvp: Compiling osa_mbx.c # osa: tda2xx-rvp: Compiling osa_global_time.c # osa: tda2xx-rvp: Compiling osa_thr.c # osa: tda2xx-rvp: Compiling osa_mutex.c # osa: tda2xx-rvp: Compiling osa_dma.c # osa: tda2xx-rvp: Compiling osa_cache.c # links_a15_sync: tda2xx-rvp: Creating archive links_a15_sync.a # osa: tda2xx-rvp: Compiling osa_mem.c # system: tda2xx-rvp: Compiling system_pvrscope_if.c # system: tda2xx-rvp: Compiling system_linkApi.c # osa: tda2xx-rvp: Compiling osa_tsk.c # links_a15_algorithm: tda2xx-rvp: Creating archive links_a15_algorithm.a # osa: tda2xx-rvp: Compiling osa_sem.c # system: tda2xx-rvp: Compiling system_ipc_msgq.c # system: tda2xx-rvp: Compiling system_gl_egl_utils.c # system: tda2xx-rvp: Compiling system_common.c # system: tda2xx-rvp: Compiling system_rpmsg_notify.c # system: tda2xx-rvp: Compiling system_openvx.c # system: tda2xx-rvp: Compiling system_gbm_allocator.c # system: tda2xx-rvp: Compiling system_ipc.c # system: tda2xx-rvp: Compiling system_linkId_alloc.c # system: tda2xx-rvp: Compiling system_linkApi_local.c # links_a15_ipcOut: tda2xx-rvp: Creating archive links_a15_ipcOut.a # links_a15_ipcIn: tda2xx-rvp: Creating archive links_a15_ipcIn.a # links_a15_sgxFrmcpy: tda2xx-rvp: Creating archive links_a15_sgxFrmcpy.a # osa: tda2xx-rvp: Creating archive osa.a # links_a15_nullSrc: tda2xx-rvp: Creating archive links_a15_nullSrc.a # system: tda2xx-rvp: Creating archive system.a MAKEFILE.MK:16: recipe for target 'vision_sdk_linux_lib' failed make[4]: *** [vision_sdk_linux_lib] Error 2 Makefile:229: recipe for target 'links_fw_libs_hlos' failed make[3]: *** [links_fw_libs_hlos] Error 2 Makefile:64: recipe for target 'apps_hlos' failed make[2]: *** [apps_hlos] Error 2 Makefile:36: recipe for target 'apps' failed make[1]: *** [apps] Error 2 gmake: *** [vision_sdk] Error 2 What should I do next? Thank you. Best regards

Responses:
Hi Could you please let us know the version of your Linux Ubuntu machine ? Installation of Vision SDK release needs a Linux Ubuntu 14.04 machine. IMPORTANT NOTE: If you are installing Ubuntu on a virtual machine, ensure it’s a 64 bit Ubuntu. Regards Surya

Dear Surya Thanks for your reply. My Ubuntu version is 16.04, it's not a virtual machine. Regards Daniel

Hi Daniel, You need not to copy below files d3-tda2x-deconfig d3-tda2x-fpd8ch.dts, da-fpd8ch-baseboard.dtsi from Vision SDK 2.10 released by D3 These are already part of new kernel released with vision sdk 3.4 release 1. Could you please send us the commit ids/tag name of kernel, u-boot, sgx ? Run below command git log --oneline --decorate (from respective folder) 2. Could you please confirm you downloaded the new file system released with 3.4 release ? Regards Surya

Dear Surya 1. After executed this command, I got a lot of information. I didn't know which one is correct, so I copied some information that you might need: omap dd891d3 (HEAD) arm: dts: dra7: Re-route PCF interrupts 742f844 (tag: processor-sdk-linux-automotive-3.04.00.02-3.x, origin/infoadas-on-psdkla3.04) e2f5adb (tag: processor-sdk-linux-automotive-3.00.00.04_rc1) mmc: omap_hsmmc: Workaround errata regarding SDR104/HS200 tuning failures (i929) u-boot 9551b3d (HEAD, tag: REL_VISION_SDK_03_04_00_00, tag: DEV_VISION_SDK_03_04_00_03, origin/infoadas-on-psdkla3.04) board: Add support for D3 TDA2x RVP ac1d50f (tag: VISION_SDK_03_04_00_00, tag: VISION_SDK_03_03_00_02, tag: REL_VISION_SDK_03_03_00_00, tag: DEV_VISION_SDK_03_04_00_00) spl: dra7xx: early boot: Match timer configuration with dra7xx-infoadas DT 4d68cab (tag: VISION_SDK_03_03_00_01) board: dra7xx: Pin-mux changes for Vin2a and Vin3a in TDA2px 333293e (tag: processor-sdk-linux-automotive-3.04.00.02) ti: dra76: Remove Vin1a_fld conflicting with VOUT1 HDMI power 6f6aaab (tag: 6AO.1.0) ARM: DRA7: Add clock fixup for DSP on dra76x 14464da (tag: processor-sdk-linux-automotive-3.00.00.04_rc1, tag: 6AM.1.3-P1) dra7x: fastboot: Increase recovery partition size c8a0b5ce (tag: processor-sdk-linux-automotive-3.03.00.03) ti: dra71: Add J6entry vision pinmux 5802ae3 (tag: processor-sdk-linux-automotive-3.03.00.01) Merge branch 'ti-u-boot-2016.05' of git://git.ti.com/ti-u-boot/ti-u-boot into p-ti-u-boot-2016.05 sgx fd47e44 (HEAD -> sgx_dev, origin/ti-img-sgx/1.14.3699939/k4.4) Revert "km: build: remove dependency on user-mode builds" fed0756 (origin/ti-img-sgx/1.14.3699939/k4.1) KM: Make kernel configuration variable SUPPORT_LISR_MISR_SYNC conditional cb46ba4 (origin/img-sgx) IMG DDK 1.14 ED3699939 2. You mean the file "tisdk-rootfs-image-dra7xx-evm_vsdk_3_4.tar.xz"? Yes I downloaded this. Regards Daniel

Hi Daniel, You are on very old kernel Could you run below commands to rebase to latest ? git fetch git rebase origin/infoadas-on-psdkla3.04 After rebase, run git log --oneline --decorate & confirm HEAD is at below tag/commit ID 018eb62 (HEAD, tag: REL_VISION_SDK_03_04_00_00) Once you are on latest, clean & build for tda2x_rvp_linux_all config Regards Surya

Dear Surya I tried to rebase, the returned info showed that the HEAD is the latest. However, after I executed git log --oneline --decorate , I can't get the same tag as you listed. So I decided to deleted omap and re-download this part. The internet speed is slow, so it may take some time to finish it. Thank you. Regards Daniel

Hi Daniel, Are you able to clone omap & checkout the tag of VSDK 3.4 release ? & did that fix the build issue ? Regards Surya

Dear Surya Sorry for the late reply. I have been unable to log in for the past few days due to unknown reasons. I managed to build for TDA2X after I re-downloaded omap and executed " git checkout -b kernel_dev tags/REL_VISION_SDK_03_04_00_00 " Thank you so much. However I had other problem. My TDA2x couldn't run the system I built, the error information showed below: U-Boot SPL 2016.05-00010-g9551b3d (Jul 20 2018 - 16:49:22) DRA752-GP ES2.0 Trying to boot from MMC1 reading single-stage-boot.dtb spl_load_image_fat_os: error reading image single-stage-boot.dtb, err - -1 reading u-boot.img reading u-boot.img U-Boot 2016.05-00010-g9551b3d (Jul 20 2018 - 16:49:22 +0800) CPU : DRA752-GP ES2.0 Board: D3 TDA2x I2C: ready DRAM: 2 GiB MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1 reading uboot.env ** Unable to read "uboot.env" from mmc0:1 ** Using default environment Unable to read Board-ID Unable to read Expansion-ID SCSI: 0 device not found ERROR: scsi device not found at drivers/block/disk-uclass.c:43/scsi_init() Net: <ethaddr> not set. Validating first E-fuse MAC Could not get PHY for cpsw: addr 2 cpsw 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 163 bytes read in 3 ms (52.7 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 3803872 bytes read in 222 ms (16.3 MiB/s) 107539 bytes read in 77 ms (1.3 MiB/s) Booting from mmc0 ... Kernel image @ 0x82000000 [ 0x000000 - 0x3a0ae0 ] ## Flattened Device Tree blob at 88000000 Booting using the fdt blob at 0x88000000 Loading Device Tree to 8ffe2000, end 8ffff412 ... 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 (mbit@mbit-YangTianT4900d-00) (gcc version 5.3.1 20160113 (Linaro GCC 5.3-2016.02) ) #2 SMP PREEMPT Fri Jul 20 16:50:10 CST 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: D3 TDA2X FPD8CH [ 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@99000000, 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@9e000000, 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@a1000000, 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@a3000000, 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 64 MiB [ 0.000000] Reserved memory: initialized node cmem@A9000000, compatible id shared-dma-pool [ 0.000000] cma: Reserved 24 MiB at 0x00000000be400000 [ 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 @ef626000 s14912 r8192 d21952 u45056 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 243264 [ 0.000000] Kernel command line: console=ttyO0,115200n8 vram=16M root=PARTUUID=a5901957-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: 328292K/979968K available (6959K kernel code, 378K rwdata, 2596K rodata, 344K init, 291K bss, 446876K reserved, 204800K cma-reserved, 234496K 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 - 0xc095d02c (9557 kB) [ 0.000000] .init : 0xc095e000 - 0xc09b4000 ( 344 kB) [ 0.000000] .data : 0xc09b4000 - 0xc0a12b20 ( 379 kB) [ 0.000000] .bss : 0xc0a14000 - 0xc0a5cd00 ( 292 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.000322] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns [ 0.000330] OMAP clocksource: 32k_counter at 32768 Hz [ 0.000806] Console: colour dummy device 80x30 [ 0.000823] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0' [ 0.000829] This ensures that you still see kernel messages. Please [ 0.000835] update your kernel commandline. [ 0.000849] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475) [ 0.000862] pid_max: default: 32768 minimum: 301 [ 0.000961] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.000970] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.001535] Initializing cgroup subsys io [ 0.001552] Initializing cgroup subsys memory [ 0.001578] Initializing cgroup subsys devices [ 0.001591] Initializing cgroup subsys freezer [ 0.001602] Initializing cgroup subsys perf_event [ 0.001613] Initializing cgroup subsys pids [ 0.001638] CPU: Testing write buffer coherency: ok [ 0.001858] /cpus/cpu@0 missing clock-frequency property [ 0.001874] /cpus/cpu@1 missing clock-frequency property [ 0.001884] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.001926] Setting up static identity map for 0x80008380 - 0x800083e0 [ 0.080044] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.080115] Brought up 2 CPUs [ 0.080128] SMP: Total of 2 processors activated (24.59 BogoMIPS). [ 0.080134] CPU: All CPU(s) started in HYP mode. [ 0.080139] CPU: Virtualization extensions available. [ 0.080532] devtmpfs: initialized [ 0.111136] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0 [ 0.112101] omap_hwmod: l3_main_2 using broken dt data from ocp [ 0.296175] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.296200] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.300651] pinctrl core: initialized pinctrl subsystem [ 0.301536] NET: Registered protocol family 16 [ 0.302487] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.330213] cpuidle: using governor ladder [ 0.360234] cpuidle: using governor menu [ 0.368386] OMAP GPIO hardware version 0.1 [ 0.374979] irq: no irq domain found for /ocp/l4@4a000000/scm@2000/pinmux@1400 ! [ 0.375427] irq: no irq domain found for /ocp/l4@4a000000/scm@2000/pinmux@1400 ! [ 0.397595] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [ 0.397605] hw-breakpoint: maximum watchpoint size is 8 bytes. [ 0.398086] omap4_sram_init:Unable to allocate sram needed to handle errata I688 [ 0.398096] omap4_sram_init:Unable to get sram pool needed to handle errata I688 [ 0.398682] OMAP DMA hardware revision 0.0 [ 0.441260] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported) [ 0.442355] edma 43300000.edma: memcpy is disabled [ 0.447020] edma 43300000.edma: TI EDMA DMA engine driver [ 0.450771] omap-iommu 40d01000.mmu: 40d01000.mmu registered [ 0.450961] omap-iommu 40d02000.mmu: 40d02000.mmu registered [ 0.451127] omap-iommu 58882000.mmu: 58882000.mmu registered [ 0.451284] omap-iommu 55082000.mmu: 55082000.mmu registered [ 0.451564] omap-iommu 41501000.mmu: 41501000.mmu registered [ 0.451750] omap-iommu 41502000.mmu: 41502000.mmu registered [ 0.453774] usbcore: registered new interface driver usbfs [ 0.453832] usbcore: registered new interface driver hub [ 0.453920] usbcore: registered new device driver usb [ 0.454887] pca953x 0-0074: could not find pctldev for node /ocp/l4@4a000000/scm@2000/pinmux@1400/gpio_exp_som_default, deferring probe [ 0.455590] palmas 0-0058: IRQ missing: skipping irq request [ 0.470681] palmas 0-0058: Muxing GPIO 2f, PWM 0, LED 0 [ 0.542124] pca953x 0-0075: could not find pctldev for node /ocp/l4@4a000000/scm@2000/pinmux@1400/gpio_exp_bb_default, deferring probe [ 0.542173] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz [ 0.542234] omap_i2c 48060000.i2c: could not find pctldev for node /ocp/l4@4a000000/scm@2000/pinmux@1400/i2c3_pins_default, deferring probe [ 0.542383] media: Linux media interface: v0.10 [ 0.542433] Linux video capture interface: v2.00 [ 0.542472] pps_core: LinuxPPS API ver. 1 registered [ 0.542479] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]> [ 0.542502] PTP clock support registered [ 0.542549] EDAC MC: Ver: 3.0.0 [ 0.543337] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400 [ 0.543635] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400 [ 0.543960] Advanced Linux Sound Architecture Driver Initialized. [ 0.544797] clocksource: Switched to clocksource arch_sys_counter [ 0.555163] NET: Registered protocol family 2 [ 0.555680] TCP established hash table entries: 8192 (order: 3, 32768 bytes) [ 0.555744] TCP bind hash table entries: 8192 (order: 4, 65536 bytes) [ 0.555869] TCP: Hash tables configured (established 8192 bind 8192) [ 0.555925] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.555957] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.556168] NET: Registered protocol family 1 [ 0.556412] RPC: Registered named UNIX socket transport module. [ 0.556421] RPC: Registered udp transport module. [ 0.556427] RPC: Registered tcp transport module. [ 0.556433] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.557388] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available [ 0.567308] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.567968] NFS: Registering the id_resolver key type [ 0.568001] Key type id_resolver registered [ 0.568009] Key type id_legacy registered [ 0.568076] ntfs: driver 2.1.32 [Flags: R/O]. [ 0.570075] bounce: pool size: 64 pages [ 0.570228] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) [ 0.570242] io scheduler noop registered [ 0.570253] io scheduler deadline registered [ 0.570284] io scheduler cfq registered (default) [ 0.575023] pinctrl-single 4a003400.pinmux: 282 pins at pa fc003400 size 1128 [ 0.634691] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled [ 0.638104] 4806a000.serial: ttyS0 at MMIO 0x4806a000 (irq = 299, base_baud = 3000000) is a 8250 [ 1.592588] console [ttyS0] enabled [ 1.597007] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 300, base_baud = 3000000) is a 8250 [ 1.606701] 48422000.serial: ttyS7 at MMIO 0x48422000 (irq = 301, base_baud = 3000000) is a 8250 [ 1.616655] [drm] Initialized drm 1.1.0 20060810 [ 1.622584] OMAP DSS rev 6.1 [ 1.626396] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops) [ 1.641786] loop: module loaded [ 1.645178] at24 0-0054: 65536 byte 24c512 EEPROM, writable, 128 bytes/write [ 1.652442] vmemexp device MAJOR num = 246 [ 1.656595] vmemexp class registered [ 1.660314] /dev/vmemexp device registered [ 1.664426] ioctl DBUFIOC_EXPORT_VIRTMEM = -1072899120 [ 1.670914] pinctrl-single 4a003400.pinmux: pin 4a0037a4.0 already requested by 4a003400.pinmux; cannot claim for 48098000.spi [ 1.682377] pinctrl-single 4a003400.pinmux: pin-233 (48098000.spi) status -22 [ 1.689559] pinctrl-single 4a003400.pinmux: could not request pin 233 (4a0037a4.0) from group mcspi1_pins_default on device pinctrl-single [ 1.702146] omap2_mcspi 48098000.spi: Error applying setting, reverse things back [ 1.711719] m25p80 spi32766.0: n25q512ax3 (65536 Kbytes) [ 1.717139] 8 ofpart partitions found on MTD device spi32766.0 [ 1.722997] Creating 8 MTD partitions on "spi32766.0": [ 1.728172] 0x000000000000-0x000000010000 : "QSPI.SPL" [ 1.734278] 0x000000010000-0x000000020000 : "QSPI.SPL.backup1" [ 1.741055] 0x000000020000-0x000000030000 : "QSPI.SPL.backup2" [ 1.747824] 0x000000030000-0x000000040000 : "QSPI.SPL.backup3" [ 1.754551] 0x000000040000-0x000000140000 : "QSPI.u-boot" [ 1.760901] 0x000000140000-0x0000001c0000 : "QSPI.u-boot-spl-os" [ 1.767853] 0x0000001c0000-0x0000001d0000 : "QSPI.u-boot-env" [ 1.774536] 0x0000001d0000-0x0000001e0000 : "QSPI.u-boot-env.backup1" [ 1.782890] libphy: Fixed MDIO Bus: probed [ 1.834829] davinci_mdio 48485000.mdio: davinci mdio revision 1.6 [ 1.840951] libphy: 48485000.mdio: probed [ 1.847284] davinci_mdio 48485000.mdio: phy[0]: device 48485000.mdio:00, driver TI DP83867 [ 1.856203] cpsw 48484000.ethernet: Detected MACID = 94:e3:6d:28:0d:4a [ 1.862850] cpsw 48484000.ethernet: cpts: overflow check period 800 [ 1.870768] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.877344] ehci-pci: EHCI PCI platform driver [ 1.881856] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.888097] ohci-platform: OHCI generic platform driver [ 1.894218] mousedev: PS/2 mouse device common for all mice [ 1.900401] i2c /dev entries driver [ 1.908599] omap_hsmmc 4809c000.mmc: Got CD GPIO [ 1.913435] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr104 mode [ 1.919922] omap_hsmmc 4809c000.mmc: no pinctrl state for ddr50 mode [ 1.926321] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr50 mode [ 1.932702] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr25 mode [ 1.939099] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr12 mode [ 1.995184] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode [ 2.001568] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode [ 2.024805] omap_hsmmc 480b4000.mmc: no pinctrl state for ddr_1_8v mode [ 2.031449] omap_hsmmc 480b4000.mmc: no pinctrl state for hs200_1_8v mode [ 2.038459] VDD_3V3: supplied by VDD_3V3_IN [ 2.075829] ledtrig-cpu: registered to indicate activity on CPUs [ 2.085459] NET: Registered protocol family 10 [ 2.100673] sit: IPv6 over IPv4 tunneling driver [ 2.105880] NET: Registered protocol family 17 [ 2.110543] Key type dns_resolver registered [ 2.114988] omap_voltage_late_init: Voltage driver support not added [ 2.121880] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm [ 2.128102] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm [ 2.134819] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm [ 2.141026] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm [ 2.148352] Power Management for TI OMAP4+ devices. [ 2.153466] Registering SWP/SWPB emulation handler [ 2.159651] dmm 4e000000.dmm: workaround for errata i878 in use [ 2.167308] dmm 4e000000.dmm: initialized all PAT entries [ 2.175411] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 2.182066] [drm] No driver support for vblank timestamp query. [ 2.188516] [drm] Initialized omapdrm 1.0.0 20110917 on minor 0 [ 2.212247] mmc0: host does not support reading read-only switch, assuming write-enable [ 2.222340] mmc0: new high speed SDHC card at address 0002 [ 2.228804] mmcblk0: mmc0:0002 00000 7.42 GiB [ 2.237524] mmcblk0: p1 p2 [ 2.458939] mmc1: MAN_BKOPS_EN bit is not set [ 2.467209] mmc1: new high speed MMC card at address 0001 [ 2.473134] mmcblk1: mmc1:0001 MMC08G 7.33 GiB [ 2.477977] mmcblk1boot0: mmc1:0001 MMC08G partition 1 2.00 MiB [ 2.494228] mmcblk1boot1: mmc1:0001 MMC08G partition 2 2.00 MiB [ 2.501806] mmcblk1: p1 p2 p3 [ 2.598274] fpd3_serdes 2-000c: Not a fpd3_24b_ser chip [ 2.603536] fpd3_serdes: probe of 19-002c failed with error -5 [ 2.609475] i2c i2c-19: of_i2c: invalid reg on /ocp/i2c@48060000/serializer@0c/display@0 [ 2.617643] fpd3_serdes 2-000c: Serializer fpd3_24b_ser ready [ 2.623444] omap_i2c 48060000.i2c: bus 2 rev0.12 at 100 kHz [ 2.630936] hctosys: unable to open rtc device (rtc0) [ 2.648857] ALSA device list: [ 2.651843] No soundcards found. [ 2.657349] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities [ 2.666506] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities [ 6.182146] EXT4-fs (mmcblk0p2): recovery complete [ 6.189480] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null) [ 6.197655] VFS: Mounted root (ext4 filesystem) on device 179:2. [ 6.204954] devtmpfs: mounted [ 6.208169] Freeing unused kernel memory: 344K [ 6.212629] This architecture does not have kernel memory protection. [ 6.440840] systemd[1]: System time before build time, advancing clock. [ 6.482023] random: systemd: uninitialized urandom read (16 bytes read, 24 bits of entropy available) [ 6.496087] random: systemd: uninitialized urandom read (16 bytes read, 24 bits of entropy available) [ 6.507797] 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) [ 6.526303] systemd[1]: Detected architecture arm. Welcome to Arago 2016.12! [ 6.556515] systemd[1]: Set hostname to <dra7xx-evm>. [ 6.622391] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 25 bits of entropy available) [ 6.632662] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 25 bits of entropy available) [ 6.634567] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 25 bits of entropy available) [ 6.684226] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 26 bits of entropy available) [ 6.703548] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 27 bits of entropy available) [ 6.827236] random: systemd: uninitialized urandom read (16 bytes read, 29 bits of entropy available) [ 6.836758] random: systemd: uninitialized urandom read (16 bytes read, 29 bits of entropy available) [ 6.846672] random: systemd: uninitialized urandom read (16 bytes read, 29 bits of entropy available) [ 7.435449] systemd[1]: sysinit.target: Found ordering cycle on sysinit.target/start [ 7.443243] systemd[1]: sysinit.target: Found dependency on alignment.service/start [ 7.450987] systemd[1]: sysinit.target: Found dependency on basic.target/start [ 7.458319] systemd[1]: sysinit.target: Found dependency on sysinit.target/start [ 7.465791] systemd[1]: sysinit.target: Breaking ordering cycle by deleting job alignment.service/start [ 7.475248] 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 [ 7.507260] systemd[1]: Listening on udev Control Socket. [ OK ] Listening on udev Control Socket. [ 7.537957] systemd[1]: Created slice System Slice. [ OK ] Created slice System Slice. [ 7.565740] systemd[1]: Created slice system-getty.slice. [ OK ] Created slice system-getty.slice. [ 7.595222] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ OK ] Started Dispatch Password Requests to Console Directory Watch. [ 7.625113] systemd[1]: Listening on Syslog Socket. [ OK ] Listening on Syslog Socket. [ 7.645186] systemd[1]: Listening on Journal Socket. [ OK ] Listening on Journal Socket. [ 7.705062] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 7.727655] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 7.755331] systemd[1]: Listening on Network Service Netlink Socket. [ OK ] Listening on Network Service Netlink Socket. [ 7.785198] systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway. [ 7.824986] systemd[1]: Mounting Temporary Directory... Mounting Temporary Directory... [ 7.855238] systemd[1]: Listening on Journal Socket (/dev/log). [ OK ] Listening on Journal Socket (/dev/log). [ 7.925246] systemd[1]: Starting Remount Root and Kernel File Systems... Starting Remount Root and Kernel File Systems... [ 7.957716] 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... [ 7.995391] systemd[1]: Reached target Swap. [ OK ] Reached target Swap. [ 8.015263] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ OK ] Started Forward Password Requests to Wall Directory Watch. [ 8.045024] systemd[1]: Reached target Paths. [ OK ] Reached target Paths. [ 8.065775] systemd[1]: Created slice system-serial\x2dgetty.slice. [ OK ] Created slice system-serial\x2dgetty.slice. [ 8.125228] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 8.155794] systemd[1]: Created slice User and Session Slice. [ OK ] Created slice User and Session Slice. [ 8.193692] systemd[1]: Starting Journal Service... Starting Journal Service... [ 8.215078] systemd[1]: Reached target Slices. [ OK ] Reached target Slices. [ 8.235198] systemd[1]: Listening on udev Kernel Socket. [ OK ] Listening on udev Kernel Socket. [ 8.255086] systemd[1]: Reached target Remote File Systems. [ OK ] Reached target Remote File Systems. [ 8.285202] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [ OK ] Listening on /dev/initctl Compatibility Named Pipe. [ 8.355244] systemd[1]: Starting Setup Virtual Console... Starting Setup Virtual Console... [ 8.380449] systemd[1]: Started Journal Service. [ OK ] Started Journal Service. [FAILED] Failed to mount Debug File System. See 'systemctl status sys-kernel-debug.mount' for details. [FAILED] Failed to mount POSIX Message Queue File System. See 'systemctl status dev-mqueue.mount' for details. [FAILED] Failed to mount Temporary Directory. See 'systemctl status tmp.mount' for details. [DEPEND] Dependency failed for Network Time Synchronization. [FAILED] Failed to start Remount Root and Kernel File Systems. See 'systemctl status systemd-remount-fs.service' for details. [ 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. Starting Apply Kernel Variables... Starting Create Static Device Nodes in /dev... Starting udev Coldplug all Devices... [ OK ] Reached target System Time Synchronized. Starting Synchronize System and HW clocks... Starting Flush Journal to Persistent Storage... [ OK ] Started Apply Kernel Variables. [ OK ] Started Create Static Device Nodes in /dev. [FAILED] Failed to start Synchronize System and HW clocks. See 'systemctl status sync-clocks.service' for details. [ 9.448916] systemd-journald[143]: 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 ] Started Flush Journal to Persistent Storage. [FAILED] Failed to mount /var/volatile. See 'systemctl status var-volatile.mount' for details. [DEPEND] Dependency failed for Bind mount volatile /var/lib. [DEPEND] Dependency failed for Local File Systems. [FAILED] Failed to mount /media/ram. See 'systemctl status media-ram.mount' for details. [ OK ] Started udev Coldplug all Devices. [ OK ] Started udev Kernel Device Manager. [ SKIP ] Ordering cycle found, skipping alignment.service [ 9.940314] omap-rproc 58820000.ipu: assigned reserved memory node ipu1_cma@9e000000 [ 9.954920] remoteproc0: 58820000.ipu is available [ 9.959826] remoteproc0: Note: remoteproc is still under development and considered experimental. [ 9.994827] remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed. [ 10.028694] omap-rproc 55020000.ipu: assigned reserved memory node ipu2_cma@99000000 [ 10.036632] remoteproc0: Direct firmware load for dra7-ipu1-fw.xem4 failed with error -2 [ 10.054786] remoteproc0: failed to load dra7-ipu1-fw.xem4 [ 10.079326] remoteproc1: 55020000.ipu is available [ 10.084235] remoteproc1: Note: remoteproc is still under development and considered experimental. [ 10.128587] remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed. [ 10.170531] omap-rproc 40800000.dsp: assigned reserved memory node dsp1_cma@a1000000 [ OK ] Stopped target Multi-User System. [ 10.193596] remoteproc2: 40800000.dsp is available [ OK ] Stopped D-Bus System Message Bus.[ 10.214906] remoteproc2: Note: remoteproc is still under development and considered experimental. [ 10.238305] remoteproc2: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed. [ OK ] Stopped tiipclad-daemon.service.[ 10.252416] omap-rproc 41000000.dsp: assigned reserved memory node dsp2_cma@a3000000 [ 10.265864] remoteproc3: 41000000.dsp is available [ 10.270950] remoteproc3: Note: remoteproc is still under development and considered experimental. [ OK ] Stopped Save/Restore Sound Card State. [ 10.290465] remoteproc3: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed. [ 10.312205] omap_rng 48090000.rng: OMAP Random Number Generator ver. 20 [ OK ] Stopped Manage Sound Card State (restore and store). [ OK ] Stopped Login Service. [ 10.392987] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2 [ 10.416235] alg: skcipher: setkey failed on test 5 for ecb-des-omap: flags=100 [ OK ] Closed Network Service Bus Name. [ 10.441433] alg: skcipher-ddst: setkey failed on test 5 for ecb-des-omap: flags=100 [ 10.450196] alg: skcipher-ddst: setkey failed on test 5 for ecb-des-omap: flags=100 [ OK ] Stopped Network Name Resolution. [ OK ] Closed Network Name Resolution Service Bus Name. Starting Network Service... [ OK ] Stopped Serial Getty on ttyS0. [ OK ] Closed D-Bus System Message Bus Socket. [ OK ] Stopped Serial Getty on ttyO0. [ 10.561641] CAN device driver interface [ OK ] Stopped Daily Cleanup of Temporary Directories. [ OK ] Reached target Timers. [ OK ] Stopped telnetd.service. [ OK ] Stopped weston.service. [ OK ] Stopped rc.pvr.service. [ OK ] Stopped Kernel Logging Service. [ OK ] Stopped Getty on tty1. [ OK ] Stopped Permit User Sessions. [ OK ] Reached target Login Prompts. [ 10.734735] c_can_platform 4ae3c000.can: c_can_platform device registered (regs=fce3c000, irq=345) [ 10.745619] c_can_platform 48480000.can: c_can_platform device registered (regs=fa480000, irq=346) [ OK ] Stopped System Logging Service. [ OK ] Stopped target Basic System. [ OK ] Reached target Sockets. [ OK ] Stopped target System Initialization. [ 10.843891] omap_rtc 48838000.rtc: rtc core: registered 48838000.rtc as rtc0 [ OK ] Started Emergency Shell. [ OK ] Reached target Emergency Mode. [ 10.928275] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3 Starting Load/Save Random Seed... Starting Create Volatile Files and Directories... [ OK ] Found device /dev/ttyS0. [ 11.055911] remoteproc2: registered virtio0 (type 7) [ OK ] Started Load/Save Random Seed. [ 11.235594] remoteproc1: registered virtio1 (type 7) [ OK ] Started Create Volatile Files and Directories. Starting Update UTMP about System Boot/Shutdown... [ OK ] Started Network Service. [ OK ] Reached target Network. [ OK ] Started Update UTMP about System Boot/Shutdown. [ 11.696147] remoteproc3: registered virtio2 (type 7) Starting Update UTMP about System Runlevel Changes... [ OK ] Started Update UTMP about System Runlevel Changes. [ 11.832110] SCSI subsystem initialized [ 11.851819] net eth0: initializing cpsw version 1.15 (0) [ 11.861789] net eth0: initialized cpsw ale version 1.4 [ 11.882316] net eth0: ALE Table size 1024 [ 11.906704] libphy: PHY 48485000.mdio:02 not found [ 11.938085] net eth0: phy "48485000.mdio:02" not found on slave 0, err -19 [ 12.012660] net eth0: phy found : id is : 0x2000a231 [ 12.049883] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 12.168365] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3 [ 12.377630] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3 [ 12.930661] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 12.943393] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1 [ 12.955973] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x00210010 [ 12.985628] xhci-hcd xhci-hcd.0.auto: irq 439, io mem 0x48890000 [ 13.011628] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 13.050071] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 13.081865] usb usb1: Product: xHCI Host Controller [ 13.090506] usb usb1: Manufacturer: Linux 4.4.84 xhci-hcd [ 13.096577] usb usb1: SerialNumber: xhci-hcd.0.auto [ 13.103242] hub 1-0:1.0: USB hub found [ 13.110020] hub 1-0:1.0: 1 port detected [ 13.119445] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 13.129792] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2 [ 13.152365] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.[ 13.168135] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003 [ 13.193274] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 13.212132] usb usb2: Product: xHCI Host Controller [ 13.228106] usb usb2: Manufacturer: Linux 4.4.84 xhci-hcd [ 13.250421] usb usb2: SerialNumber: xhci-hcd.0.auto [ 13.267205] hub 2-0:1.0: USB hub found [ 13.277323] hub 2-0:1.0: 1 port detected [ 13.710755] remoteproc2: powering up 40800000.dsp [ 13.725908] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 13.731448] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3 [ 13.743256] remoteproc2: Booting fw image dra7-dsp1-fw.xe66, size 6960839 [ 13.755214] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x00210010 [ 13.764015] xhci-hcd xhci-hcd.1.auto: irq 440, io mem 0x488d0000 [ 13.773614] omap_hwmod: mmu0_dsp1: _wait_target_disable failed [ 13.776813] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002 [ 13.776820] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 13.776825] usb usb3: Product: xHCI Host Controller [ 13.776829] usb usb3: Manufacturer: Linux 4.4.84 xhci-hcd [ 13.776834] usb usb3: SerialNumber: xhci-hcd.1.auto [ 13.808785] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0 [ 13.814758] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0 [ 13.823711] hub 3-0:1.0: USB hub found [ 13.827962] hub 3-0:1.0: 1 port detected [ 13.849915] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 13.857102] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 4 [ 13.868025] remoteproc2: remote processor 40800000.dsp is now up [ 13.875573] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM. [ 13.875772] virtio_rpmsg_bus virtio0: rpmsg host is online [ 13.889385] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003 [ 13.894852] remoteproc1: powering up 55020000.ipu [ 13.903154] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 13.911561] usb usb4: Product: xHCI Host Controller [ 13.916805] usb usb4: Manufacturer: Linux 4.4.84 xhci-hcd [ 13.921823] remoteproc1: Booting fw image dra7-ipu2-fw.xem4, size 9408748 [ 13.921921] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1 [ 13.935991] usb usb4: SerialNumber: xhci-hcd.1.auto [ 13.942213] hub 4-0:1.0: USB hub found [ 13.947781] hub 4-0:1.0: 1 port detected [ 13.956452] ahci 4a140000.sata: forcing port_map 0x0 -> 0x1 [ 13.962094] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode [ 13.984830] ahci 4a140000.sata: flags: 64bit ncq sntf pm led clo only pmp pio slum part ccc apst [ 14.030969] remoteproc1: remote processor 55020000.ipu is now up [ 14.046655] scsi host0: ahci [ 14.053939] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 337 [ 14.073208] virtio_rpmsg_bus virtio1: rpmsg host is online [ 14.083233] [drm] Initialized pvr 1.14.3699939 20110701 on minor 1 [ 14.093204] remoteproc3: powering up 41000000.dsp [ 14.125130] remoteproc3: Booting fw image dra7-dsp2-fw.xe66, size 6960839 [ 14.139106] omap_hwmod: mmu0_dsp2: _wait_target_disable failed [ 14.145000] omap-iommu 41501000.mmu: 41501000.mmu: version 3.0 [ 14.150956] omap-iommu 41502000.mmu: 41502000.mmu: version 3.0 [ 14.189680] ------------[ cut here ]------------ [ 14.194341] WARNING: CPU: 0 PID: 230 at drivers/bus/omap_l3_noc.c:147 l3_interrupt_handler+0x25c/0x368() [ 14.203866] 44000000.ocp:L3 Custom Error: MASTER DSP1_MDMA TARGET L4_PER3_P3 (Read): Data Access in User mode during Functional access [ 14.216000] Modules linked in: virtio_rpmsg_bus(+) pvrsrvkm(O) ecb ahci_platform libahci_platform sha512_generic libahci libata sha512_arm scsi_mod sha256_generic hmac md5 dwc3_omap sha1_generic sha1_arm_neon sha1_arm omap_aes_driver omap_sham rtc_omap c_can_platform c_can can_dev omap_des omap_rng rng_core omap_remoteproc remoteproc virtio virtio_ring sch_fq_codel [ 14.248735] CPU: 0 PID: 230 Comm: systemd-udevd Tainted: G O 4.4.84 #2 [ 14.256424] Hardware name: Generic DRA74X (Flattened Device Tree) [ 14.262540] Backtrace: [ 14.265016] [<c00131d4>] (dump_backtrace) from [<c00133d0>] (show_stack+0x18/0x1c) [ 14.272615] r7:c02e2868 r6:20070193 r5:00000000 r4:c09e1490 [ 14.278338] [<c00133b8>] (show_stack) from [<c02b6408>] (dump_stack+0x8c/0xa0) [ 14.285594] [<c02b637c>] (dump_stack) from [<c0035340>] (warn_slowpath_common+0x88/0xb8) [ 14.293716] r7:c02e2868 r6:00000093 r5:00000009 r4:ee7eb860 [ 14.299432] [<c00352b8>] (warn_slowpath_common) from [<c00353a8>] (warn_slowpath_fmt+0x38/0x40) [ 14.308164] r8:00000017 r7:c08ba5ac r6:00000002 r5:c08ba1e4 r4:c08ba288 [ 14.314938] [<c0035374>] (warn_slowpath_fmt) from [<c02e2868>] (l3_interrupt_handler+0x25c/0x368) [ 14.323846] r3:ef214280 r2:c08ba288 [ 14.327447] r4:80080003 [ 14.330002] [<c02e260c>] (l3_interrupt_handler) from [<c0080c28>] (handle_irq_event_percpu+0xb4/0x160) [ 14.339346] r10:c0a11d8b r9:ef208300 r8:00000017 r7:00000000 r6:00000000 r5:ef208360 [ 14.347249] r4:ef214780 [ 14.349804] [<c0080b74>] (handle_irq_event_percpu) from [<c0080d14>] (handle_irq_event+0x40/0x64) [ 14.358711] r10:00000001 r9:ef272200 r8:ef008000 r7:00000000 r6:c09bc104 r5:ef208360 [ 14.366611] r4:ef208300 [ 14.369164] [<c0080cd4>] (handle_irq_event) from [<c0084058>] (handle_fasteoi_irq+0xc0/0x194) [ 14.377722] r7:00000000 r6:c09bc104 r5:ef208360 r4:ef208300 [ 14.383440] [<c0083f98>] (handle_fasteoi_irq) from [<c0080254>] (generic_handle_irq+0x2c/0x3c) [ 14.392084] r7:00000000 r6:00000000 r5:00000017 r4:c09b0424 [ 14.397802] [<c0080228>] (generic_handle_irq) from [<c008052c>] (__handle_domain_irq+0x64/0xbc) [ 14.406541] [<c00804c8>] (__handle_domain_irq) from [<c000948c>] (gic_handle_irq+0x40/0x7c) [ 14.414835] ata1: SATA link down (SStatus 0 SControl 300) [ 14.420339] r9:ef272200 r8:fa213000 r7:fa212000 r6:ee7eba20 r5:fa21200c r4:c09b68ec [ 14.428159] [<c000944c>] (gic_handle_irq) from [<c0013ec0>] (__irq_svc+0x40/0x74) [ 14.435671] Exception stack(0xee7eba20 to 0xee7eba68) [ 14.440746] ba20: ef249074 60070013 00000001 0000000e 00000000 00000004 ef249074 60070013 [ 14.448958] ba40: 00000000 ef272200 00000001 ee7eba7c ee7eba80 ee7eba70 c03f0318 c06d1bfc [ 14.457167] ba60: 20070013 ffffffff [ 14.460667] r9:ef272200 r8:00000000 r7:ee7eba54 r6:ffffffff r5:20070013 r4:c06d1bfc [ 14.468493] [<c06d1bd4>] (_raw_spin_unlock_irqrestore) from [<c03f0318>] (__pm_runtime_idle+0x74/0x84) [ 14.477846] [<c03f02a4>] (__pm_runtime_idle) from [<c003235c>] (_omap_dm_timer_request+0x10c/0x31c) [ 14.486927] r7:00000000 r6:ef6736ec r5:00000003 r4:ef37b610 [ 14.492646] [<c0032250>] (_omap_dm_timer_request) from [<c00325cc>] (omap_dm_timer_request_by_node+0x1c/0x28) [ 14.502600] r9:ef272200 r8:ef6736ec r7:ee7a3278 r6:ef6736ec r5:edba2c10 r4:00000000 [ 14.510419] [<c00325b0>] (omap_dm_timer_request_by_node) from [<c002f1d0>] (omap_rproc_request_timer+0x14/0x88) [ 14.520562] [<c002f1bc>] (omap_rproc_request_timer) from [<bf0a7360>] (omap_rproc_enable_timers+0xd8/0x274 [omap_remoteproc]) [ 14.531912] r7:ee7a3278 r6:c09c5bdc r5:edba2c10 r4:00000000 [ 14.537635] [<bf0a7288>] (omap_rproc_enable_timers [omap_remoteproc]) from [<bf0a7ba4>] (omap_rproc_start+0x90/0x1a0 [omap_remoteproc]) [ 14.549857] r10:e3100000 r9:ef272200 r8:c09c5b5c r7:ee7a3000 r6:00000000 r5:ef272210 [ 14.557757] r4:ee7a3278 [ 14.560326] [<bf0a7b14>] (omap_rproc_start [omap_remoteproc]) from [<bf05ad48>] (rproc_boot+0x45c/0x55c [remoteproc]) [ 14.570977] r9:00000000 r8:ee7a3020 r7:ee7a31ac r6:ee7a31b4 r5:00000000 r4:ee7a3000 [ 14.578813] [<bf05a8ec>] (rproc_boot [remoteproc]) from [<bf05baf8>] (rproc_virtio_find_vqs+0x18c/0x1f0 [remoteproc]) [ 14.589465] r10:ee7a3020 r9:00000002 r8:bf263d5c r7:ee7a2010 r6:ee7a21f0 r5:ee7ebc44 [ 14.597368] r4:00000002 [ 14.599942] [<bf05b96c>] (rproc_virtio_find_vqs [remoteproc]) from [<bf2632f0>] (rpmsg_probe+0xbc/0x474 [virtio_rpmsg_bus]) [ 14.611117] r10:00000000 r9:00000000 r8:ee7a2010 r7:ee7ebc38 r6:ee7a3000 r5:ed915600 [ 14.619017] r4:bf05b96c [ 14.621584] [<bf263234>] (rpmsg_probe [virtio_rpmsg_bus]) from [<bf03585c>] (virtio_dev_probe+0x230/0x310 [virtio]) [ 14.632061] r10:00000000 r9:00000000 r8:00000000 r7:ee7a2020 r6:ee7a2010 r5:00000000 [ 14.639962] r4:00000000 [ 14.642520] [<bf03562c>] (virtio_dev_probe [virtio]) from [<c03e6cb4>] (driver_probe_device+0x204/0x2f8) [ 14.652039] r10:00000000 r9:ed92fd88 r8:00000025 r7:bf263dfc r6:00000000 r5:ee7a2020 [ 14.659940] r4:c0a4f7dc [ 14.662493] [<c03e6ab0>] (driver_probe_device) from [<c03e6e3c>] (__driver_attach+0x94/0x98) [ 14.670964] r9:ed92fd88 r8:126d029c r7:00000000 r6:ee7a2054 r5:bf263dfc r4:ee7a2020 [ 14.678784] [<c03e6da8>] (__driver_attach) from [<c03e4f3c>] (bus_for_each_dev+0x70/0xa4) [ 14.686993] r7:00000000 r6:c03e6da8 r5:bf263dfc r4:00000000 [ 14.692710] [<c03e4ecc>] (bus_for_each_dev) from [<c03e65a0>] (driver_attach+0x24/0x28) [ 14.700744] r6:bf035d58 r5:ee777700 r4:bf263dfc [ 14.705405] [<c03e657c>] (driver_attach) from [<c03e61dc>] (bus_add_driver+0x1a8/0x220) [ 14.713445] [<c03e6034>] (bus_add_driver) from [<c03e75dc>] (driver_register+0x80/0x100) [ 14.721567] r7:ed919340 r6:c09b99b0 r5:bf26c000 r4:bf263dfc [ 14.727287] [<c03e755c>] (driver_register) from [<bf035aa4>] (register_virtio_driver+0x30/0x44 [virtio]) [ 14.736805] r5:bf26c000 r4:00000000 [ 14.740423] [<bf035a74>] (register_virtio_driver [virtio]) from [<bf26c044>] (rpmsg_init+0x44/0x84 [virtio_rpmsg_bus]) [ 14.751175] [<bf26c000>] (rpmsg_init [virtio_rpmsg_bus]) from [<c000982c>] (do_one_initcall+0x98/0x1e4) [ 14.760605] r5:bf26c000 r4:c09b99b0 [ 14.764222] [<c0009794>] (do_one_initcall) from [<c00cf0e8>] (do_init_module+0x68/0x378) [ 14.772343] r10:bf263f00 r9:ed92fd88 r8:126d029c r7:00000001 r6:ed919300 r5:00000001 [ 14.780243] r4:bf263f00 [ 14.782798] [<c00cf080>] (do_init_module) from [<c00abc78>] (load_module+0x1df8/0x2068) [ 14.790833] r6:ed92fd80 r5:00000001 r4:ee7ebf44 [ 14.795496] [<c00a9e80>] (load_module) from [<c00ac0b8>] (SyS_finit_module+0x88/0x98) [ 14.803356] r10:00000000 r9:ee7ea000 r8:c000fc84 r7:0000017b r6:b6debd90 r5:00000007 [ 14.811255] r4:00000000 [ 14.813809] [<c00ac030>] (SyS_finit_module) from [<c000fae0>] (ret_fast_syscall+0x0/0x34) [ 14.822017] r6:00000000 r5:0048f928 r4:00000000 [ 14.826677] ---[ end trace 8811aaa4b0a3bdfd ]--- [ 14.831674] ------------[ cut here ]------------ [ 14.836321] WARNING: CPU: 0 PID: 227 at drivers/bus/omap_l3_noc.c:147 l3_interrupt_handler+0x25c/0x368() [ 14.842676] remoteproc3: remote processor 41000000.dsp is now up [ 14.851969] 44000000.ocp:L3 Custom Error: MASTER DSP1_MDMA TARGET L4_PER3_P3 (Read): Data Access in User mode during Functional access [ 14.864103] Modules linked in: virtio_rpmsg_bus(+) pvrsrvkm(O) ecb ahci_platform libahci_platform sha512_generic libahci libata sha512_arm scsi_mod sha256_generic hmac md5 dwc3_omap sha1_generic sha1_arm_neon sha1_arm omap_aes_driver omap_sham rtc_omap c_can_platform c_can can_dev omap_des omap_rng rng_core omap_remoteproc remoteproc virtio virtio_ring sch_fq_codel [ 14.896829] CPU: 0 PID: 227 Comm: systemd-udevd Tainted: G W O 4.4.84 #2 [ 14.904517] Hardware name: Generic DRA74X (Flattened Device Tree) [ 14.910632] Backtrace: [ 14.913102] [<c00131d4>] (dump_backtrace) from [<c00133d0>] (show_stack+0x18/0x1c) [ 14.920701] r7:c02e2868 r6:200d0193 r5:00000000 r4:c09e1490 [ 14.926421] [<c00133b8>] (show_stack) from [<c02b6408>] (dump_stack+0x8c/0xa0) [ 14.933677] [<c02b637c>] (dump_stack) from [<c0035340>] (warn_slowpath_common+0x88/0xb8) [ 14.941799] r7:c02e2868 r6:00000093 r5:00000009 r4:ee7d1c50 [ 14.947515] [<c00352b8>] (warn_slowpath_common) from [<c00353a8>] (warn_slowpath_fmt+0x38/0x40) [ 14.956248] r8:00000017 r7:c08ba5ac r6:00000002 r5:c08ba1e4 r4:c08ba288 [ 14.963021] [<c0035374>] (warn_slowpath_fmt) from [<c02e2868>] (l3_interrupt_handler+0x25c/0x368) [ 14.971928] r3:ef214280 r2:c08ba288 [ 14.975530] r4:80080003 [ 14.978086] [<c02e260c>] (l3_interrupt_handler) from [<c0080c28>] (handle_irq_event_percpu+0xb4/0x160) [ 14.987430] r10:c0a11d8b r9:ef208300 r8:00000017 r7:00000000 r6:00000000 r5:ef208360 [ 14.995331] r4:ef214780 [ 14.997886] [<c0080b74>] (handle_irq_event_percpu) from [<c0080d14>] (handle_irq_event+0x40/0x64) [ 15.006793] r10:ed6f9180 r9:ed8299c0 r8:ef008000 r7:00000000 r6:c09bc104 r5:ef208360 [ 15.014696] r4:ef208300 [ 15.017250] [<c0080cd4>] (handle_irq_event) from [<c0084058>] (handle_fasteoi_irq+0xc0/0x194) [ 15.025808] r7:00000000 r6:c09bc104 r5:ef208360 r4:ef208300 [ 15.031527] [<c0083f98>] (handle_fasteoi_irq) from [<c0080254>] (generic_handle_irq+0x2c/0x3c) [ 15.040172] r7:00000000 r6:00000000 r5:00000017 r4:c09b0424 [ 15.045892] [<c0080228>] (generic_handle_irq) from [<c008052c>] (__handle_domain_irq+0x64/0xbc) [ 15.054630] [<c00804c8>] (__handle_domain_irq) from [<c000948c>] (gic_handle_irq+0x40/0x7c) [ 15.063012] r9:ed8299c0 r8:fa213000 r7:fa212000 r6:ee7d1e10 r5:fa21200c r4:c09b68ec [ 15.070831] [<c000944c>] (gic_handle_irq) from [<c0013ec0>] (__irq_svc+0x40/0x74) [ 15.078344] Exception stack(0xee7d1e10 to 0xee7d1e58) [ 15.083415] 1e00: ed829eb0 ed829d30 c00fc27c ed829d31 [ 15.091628] 1e20: ed829910 ed8299d0 00000000 ed6f9184 ed829eb0 ed8299c0 ed6f9180 ee7d1e84 [ 15.099839] 1e40: ed829911 ee7d1e60 ed829910 c02bc778 a00d0013 ffffffff [ 15.106479] r9:ed8299c0 r8:ed829eb0 r7:ee7d1e44 r6:ffffffff r5:a00d0013 r4:c02bc778 [ 15.114309] [<c02bc648>] (__rb_insert_augmented) from [<c00fce1c>] (__vma_link_rb+0x64/0x74) [ 15.122780] r7:ed829eb4 r6:ed6f9180 r5:ed8299d0 r4:ed8299c0 [ 15.128501] [<c00fcdb8>] (__vma_link_rb) from [<c003429c>] (copy_process+0x11d4/0x14c8) [ 15.136536] r9:ed8299c0 r8:00000000 r7:00000000 r6:eee70974 r5:ee4683c0 r4:eee70990 [ 15.144358] [<c00330c8>] (copy_process) from [<c00346c4>] (_do_fork+0x78/0x334) [ 15.151694] r10:00000000 r9:ee7d0000 r8:c000fc84 r7:00000000 r6:00000000 r5:bef53930 [ 15.159596] r4:01200011 [ 15.162150] [<c003464c>] (_do_fork) from [<c0034a74>] (SyS_clone+0x28/0x30) [ 15.169139] r10:00000000 r9:ee7d0000 r8:c000fc84 r7:00000078 r6:b6f75000 r5:bef53930 [ 15.177041] r4:b6f75068 [ 15.179596] [<c0034a4c>] (SyS_clone) from [<c000fae0>] (ret_fast_syscall+0x0/0x34) [ 15.187196] ---[ end trace 8811aaa4b0a3bdfe ]--- [ 15.193207] virtio_rpmsg_bus virtio1: creating channel rpmsg-proto addr 0x50 [ 15.200762] virtio_rpmsg_bus virtio0: creating channel rpmsg-proto addr 0x50 [ 15.214608] virtio_rpmsg_bus virtio2: rpmsg host is online [ 15.223632] virtio_rpmsg_bus virtio2: creating channel rpmsg-proto addr 0x50 [ 15.248745] NET: Registered protocol family 41 Welcome to emergency mode! After logging in, type "journalctl -xb" to view system logs, "systemctl reboot" to reboot, "systemctl default" or ^D to try again to boot into default mode. Press Enter for maintenance (or press Control-D to continue): What can I do now? Thank you. Regards Daniel

Hi Daniel, We are able to reproduce the issue at our end and waiting support from D3 engineers Regards Surya

Dear Surya I will wait for your response. Thank you. Regards Daniel

Hi Daniel, Can you please share the contents of the uenv.txt file on the boot partition of your SD card? Please delete the first line that defines the fdtfile= if you are currently defining it. Thanks, Ben

Hi Ben, The contents of the uenv.txt as below: args_mmc=part uuid mmc 0:2 uuid; setenv bootargs "console=ttyO0,115200n8 vram=16M root=PARTUUID=${uuid} rw rootwait ip=none mem=1024M" Regards, Daniel

Hi Ben & Daniel, I am also facing the same issue , I tried to run VSDK 3.4 on TDA2XX EVM board and I am getting the error as below Fixing recursive fault but reboot is needed Once I removed the first line "fdtfile=dra7-evm-infoadas.dtb " in uenv.txt , it could load successfully . However when I try to run apps.out after executing vision_sdk_load.sh it is not loading to usecase menu . Instead following lines are getting printed continuously. [HOST] [DSP1 ] 11.374611 s: SYSTEM: IPC init in progress !!! [HOST] [DSP1 ] 11.374611 s: SYSTEM: Attaching to [IPU2] ... [HOST] [DSP1 ] 12.374336 s: SYSTEM: Attaching to [IPU2] ... [HOST] [DSP1 ] 12.725553 s: SYSTEM: Attaching to [IPU2] ... SUCCESS !!! [HOST] [DSP1 ] 13.374367 s: SYSTEM: Attaching to [DSP2] ... [HOST] [DSP1 ] 14.374397 s: SYSTEM: Attaching to [DSP2] ... [HOST] [DSP1 ] 15.374428 s: SYSTEM: Attaching to [DSP2] ... [HOST] [DSP1 ] 16.374458 s: SYSTEM: Attaching to [DSP2] ... [HOST] [DSP1 ] 17.374489 s: SYSTEM: Attaching to [DSP2] ... [HOST] [DSP1 ] 18.374519 s: SYSTEM: Attaching to [DSP2] ... [HOST] [DSP1 ] 19.374550 s: SYSTEM: Attaching to [DSP2] ... [HOST] [DSP1 ] 20.374550 s: SYSTEM: Attaching to [DSP2] ... [HOST] [DSP1 ] 21.374580 s: SYSTEM: Attaching to [DSP2] ... [HOST] [DSP1 ] 22.374611 s: SYSTEM: Attaching to [DSP2] ... [HOST] [DSP1 ] 23.374641 s: SYSTEM: Attaching to [DSP2] ... [HOST] [DSP1 ] 24.374672 s: SYSTEM: Attaching to [DSP2] ... [HOST] [DSP1 ] 25.374702 s: SYSTEM: Attaching to [DSP2] ... [HOST] [DSP1 ] 26.374733 s: SYSTEM: Attaching to [DSP2] ... [HOST] [DSP1 ] 27.374763 s: SYSTEM: Attaching to [DSP2] ... [HOST] [DSP1 ] 28.374763 s: SYSTEM: Attaching to [DSP2] ... [HOST] [DSP1 ] 29.374794 s: SYSTEM: Attaching to [DSP2] ... I beleive there is some issue in latching to DSP2 core . Kindly help us on resolving this issue Regards, Surendar

Hello, I just tried several times and have not had an issue. I downloaded Vision SDK 3.04 from ti.com, and followed the steps from the user guide: 1. run setup_linux.sh to download linux components 2. download and install compilers 3. edit Rules.make so the target is tda2xx_rvp_linux_all 4. make linux 5. make linux_install 6. make depend 7. make 8. copy boot and rootfs files 9. edit uenv.txt to use the correct dtb file (deleting the line also works). Did you follow all of these steps? Thanks, Ben

Hi Ben , Yes, I followed all the steps you have mentioned . But I am compiling for tda2xx_evm_linux_all and I am not sure about 9th step , I just removed the first line . Regards , Surendar

Hi Ben, I resolved my issue after re-extracted tisdk-rootfs-image-dra7xx-evm_vsdk_3_4.tar.xz and re-built. Thank you. But I still have a little problem. There is no vision_sdk_demo.sh in the directory home/root. I copied all files from same directory in micro sd card which came with the TDA2X , then it works. So I wonder if this is normal? Regards, Daniel.

Hi, vision_sdk_demo.sh is not part of the TI software release, that is something that is added by D3. So if you are using the TI release then it will not be there. Cheers, Ben

Surendar, To be clear, you are using the TDA2x RVP correct? Then you must select tda2xx_rvp_linux_all as a build target. tda2xx_evm_linux_all is for different hardware. Cheers, Ben

Hi Ben, Thanks for your help. Regards, Daniel