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.

Booting problem for TMS320DM365 evm

Thanks for replay.

I have done all the changes which you asked me to modify..but still it strucks/stops at ..

uncompressed linux..........................................................................  done.

would there be any other fault..please help us....

-Thankyou

  • Hi,

    Please reply on the same post, by using REPLY button on your post. Dont create New Posts for each time you are replying.

    Please close this thread.

    Thx,

    --Prabhakar Lad

  • Hi,

    I am using tftpboot via Nand flash.

    this is my printenv:--------

    bootdelay=4
    baudrate=115200
    ethaddr=00:0e:99:02:cf:06
    rootpath=/home/srinivas/targetfs
    filesize=20A218
    fileaddr=80700000
    ipaddr=192.168.1.222
    nfshost=192.168.1.112
    bootcmd=dhcp;bootm
    bootargs=��’console=ttyS1,115200n8 ip=dhcp root=/dev/mtdblock3 rw rootfstype=yaffs2 mem=76M video=davincifb:vid0=OFF:vid1=OFF:osd0=720x576x16,4050K dm365_imp.oper_mode4
    serverip=192.168.1.112
    bootfile=uImage
    stdin=serial
    stdout=serial
    stderr=serial
    ver=U-Boot 2009.03 (Jun 21 2010 - 15:55:57)

    Environment size: 507/262140 bytes

    please help me......!!!!!

  • Hi,

    I am using tftpboot via Nand flash.

    this is my printenv:--------

    bootdelay=4
    baudrate=115200
    ethaddr=00:0e:99:02:cf:06
    rootpath=/home/srinivas/targetfs
    filesize=20A218
    fileaddr=80700000
    ipaddr=192.168.1.222
    nfshost=192.168.1.112
    bootcmd=dhcp;bootm
    bootargs=��’console=ttyS1,115200n8 ip=dhcp root=/dev/mtdblock3 rw rootfstype=yaffs2 mem=76M video=davincifb:vid0=OFF:vid1=OFF:osd0=720x576x16,4050K dm365_imp.oper_mode4
    serverip=192.168.1.112
    bootfile=uImage
    stdin=serial
    stdout=serial
    stderr=serial
    ver=U-Boot 2009.03 (Jun 21 2010 - 15:55:57)

    Environment size: 507/262140 bytes

    please help me......!!!

  • Hi,

    I am still seeing the console parameter as ttyS1 and there is some invalid character in bootarg too, please the entire bootargs once, set it as console=ttyS0

    "setenv bootargs mem=116M console=ttyS0,115200n8 root=/dev/nfs rw nfsroot=$(nfshost):$(rootpath) ip=dhcp"

    Thx,

    --Prabhakar Lad

  • Hi,

        Thanks for replay

        Still we are facing same problem.

        I tried to change the console parameters ttyS1/ttyo0/ttyS0   and root also instead of mtdblock3 i placed mmcblk0 also

     I am giving setenv commands like this....

    EVM # setenv  bootcmd ’dhcp;bootm’
                 setenv  bootargs ’console=ttyS0,115200n8 ip=dhcp root=/dev/mtdblock3 rw rootfstype=yaffs2 mem=76M  video=davincifb:vid0=OFF:vid1=OFF:osd0=720x576x16,4050K dm365_imp.oper_mode=0 davinci_capture.device_type=4'
    
                 setenv  serverip <tftp server ip address>
                 setenv  bootfile <kernel image>
     boot

            Then board is booting and it is showing like this

    Booting kernel from Legacy Image at 80700000 ...
       Image Name:   Linux-2.6.32-rc2-davinci1
       Image Type:   ARM Linux Kernel Image (uncompressed)
       Data Size:    2138584 Bytes =  2 MB
       Load Address: 80008000
       Entry Point:  80008000
       Verifying Checksum ... OK
       Loading Kernel Image ... OK
    OK

    Starting kernel ...

    Uncompressing Linux........................................................................................................................................... done, boot. 

        it is hangs here....

      I follwed this links also,

      http://processors.wiki.ti.com/index.php/Kernel_-_Common_Problems_Booting_Linux

    http://processors.wiki.ti.com/index.php/Kernel_-_Common_Problems_Booting_Linux#Problem_.231_-_No_more_output_is_seen_on_the_console_after_.22Starting_Kernel....22 

      

    I am facing same problem...

    Help me

    -Thannku.
          

      

      

     

     

  • Hi,

    Is this a custom board ? You mean you enabled low level debug, but did not get a single extra print on the console?

    Can you cross verify the image is built for DM365, can test the same uImage on working board if you have.

    Are you using prebuilt images from TI. can you flash the same if yes from u-boot to image and try it.

    Refer this link too http://processors.wiki.ti.com/index.php/FAQ_for_DaVinci_Linux

    Thx,

    --Prabhakar Lad

  • Hi,

    yes our board is Davinci TMX320DM365 DVEVM..yes we enabled low level debug and we didnt get a single point extra on the console ..

    Its just ending at

    Uncompressing kernel................................................................done.booting done.

    we even tried one downloaded uImage from TI site..Even that is hanging at the same place.

    Please help us out..

    Thanks

    Prannoy...

  • Hi,

    Did you flash the same U-boot as provided in the TI package?

    Thx,

    --Prabhakar Lad

  • Hi,

    Actually we didnt flashed any u-boot,when we compiled the source code (which we downloaded from ti site) we got uImage.we thought that u-boot may present on TI board (in flash memory).so,we are trying to boot using tftpboot (we placed our uImage under tftpboot folder)via NAND flash...

    please help us out.

    Thanks,

    prannoy

  • If you are using kernel 2.6.32 (likely) you can patch it to support "early printk" and possibly get a little bit more on your serial console to figure out what the problem is.

    This one applies cleanly to TI's 2.6.32 kernel:  http://paste.ubuntu.com/994256/

    -M

  • -Thanks for reply

    Please expand your solution..Where I should the patch to support early printk.....

    please help us out.

    Thanks,

    Prannoy...

  • As stated in my last message:

    This one applies cleanly to TI's 2.6.32 kernel:  http://paste.ubuntu.com/994256/