This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM8127 FullFeature usecase TimeOut

Hi,
I know there are other posts with the same issue, but I need to open my own 'cause any attempt to reply on existing threads don't let me obtain any help or replies. so here I am

I worked without any problem with LOW_POWER usecase and NFS filesystem. Now I need to try FULL_FEATURE usecase so I modified Rules.make and I build application with following commands

$rm -rf ipnc_mcfw/build/*
$make -s clean
$make -s sysall

then I flashed u-boot.min.nand, u-boot.bin and uImage on my target and finally I changed bootcmd to usecase 1 as follows (the same bootargs is ok with LOW_POWER usecase)

bootcmd=ipnc_ff_init 1;nboot 0x81000000 0 0x280000;bootm
bootargs=console=ttyO0,115200n8 root=/dev/nfs rw mem=80M vram=4M notifyk.vpssm3_sva=0xBFD00000 nfsroot=172.27.130.130:/home/software/IPNC_RDK_Release_V3.5/Source/ipnc_rdk/target/filesys,nolock eth=00:0C:0C:02:49:E7 ip=172.27.130.131 rootdelay=3 cmemk.phys_start=0x85000000 cmemk.phys_end=0x89000000 cmemk.allowOverlap=1 earlyprintk

now boot procedure fails with TimeOut occure in boot_proc as shown in attached file. Could someone help me? I can't find out any error in that procedure. There's something wrong?

Just another question, using FULL_FEATURE usecase DPS and DSS should be active. Is it correct I continue to see DSP Default OFF on U-Boot startup as follows?

U-Boot 2010.06 (Mar 05 2014 - 10:29:09) DM8127_IPNC_3.50.00

TI8148-GP rev 2.1

ARM clk: 600MHz
DDR clk: 400MHz
L3 clk: 200MHz
IVA clk: 450MHz
ISS clk: 400MHz
DSP Default OFF
DSS Default OFF

I really hope someone could give me some hints. Thanks in advance
regards
Andrea