• Join
  • Sign In with my.TI Login
Texas Instruments
  • Products
  • Applications
  • Tools & Software
  • Support & Community
  • Sample & Buy
  • About TI
Sample & Purchase Cart Sample & Purchase Cart
  • Search
  • Advanced
TI E2E™ Community
  • Support Forums
  • Blogs
  • Groups
  • Videos
  • 简体中文
  • More ...
TI Home » TI E2E Community » Support Forums » Digital Signal Processors (DSP) » DaVinci™ Video Processors » DM816x, C6A816x and AM389x Processors Forum » All Tags » NFS
Share
DaVinci™ Video Processors
  • Forums
  • Announcements

Browse by Tags

DaVinci™ Video Processors

Welcome to the DaVinci™ Video Processors Section of the TI E2E Support Community. Ask questions, share knowledge, explore ideas, and help solve problems with fellow engineers. To post a question, click on the forum tab then "New Post".

Sign In to Post
Tags
You have subscribed to this tag. To view or manage your tag subscriptions, click here.   Close
You have unsubscribed from this tag. To view or manage your tag subscriptions, click here.   Close
You are currently viewing:
NFS
  • 8168
  • 816x
  • dhcp
  • dm8148
  • dm8168
  • DM8168 boot SD
  • DM8168 DaVinci DSP power rails
  • DM8168 video capture
  • DM816x
  • DM816X codec engine
  • dm816x deinterlacer
  • DM816x VFPC Scalar OMX
  • EzSDK
  • EZSDK 5.02
  • HDVICP2
  • HDVPSS DM8168
  • nfs server
  • PSP
  • TI816X
  • TI81XX
  • u-boot
Related Posts
  • Forum Post: Re: Booting with NFS about DM8168 failure

    Anil Anil
    Hi Xavier, Make sure that static ip what you provide is assined to your board and check whether nfs server is running or not? Or else you try with tftp boot (dynamic ip) Steps as follows:- Clear variables set dnsip set dnsip2 set ipaddr set gatewayip Set below variables...
    on Oct 31, 2011
  • Forum Post: Re: Booting with NFS about DM8168 failure

    Anil Anil
    Hi Xavier, Follow this wiki page and make sure that NFS is working. http://processors.wiki.ti.com/index.php/GSG:_OMAP35x_DVEVM_Software_Setup#Exporting_a_Shared_File_System_for_Target_Access Regards AnilKumar ----------------------------------------------------------------------------...
    on Oct 31, 2011
  • Forum Post: Re: Booting with NFS about DM8168 failure

    Xavier15128 Xavier15128
    Hi Sathish, I have made a mistake that "addip=setenv bootargs ${bootargs} "and " ip=${ipaddr}:${nfsserver}:${gatewayip}:${netmask}:${hostname}:eth0:off " are two parts of addip, actually, they are on the same line. addip=setenv bootargs ${bootargs} i p=${ipaddr}:${nfsserver...
    on Nov 3, 2011
  • Forum Post: Re: dm8168 DVRRDK_01.06.00.11 deinterlace scaler

    Yaming Deng Yaming Deng
    Thanks for your reply Anshuman. Anshuman: I am not sure on how you got this inference. We use the links api as following: We exchange the encoder codec, and found that queue[DEI_LINK_OUT_QUE_DEI_SC] also can not upto D1. If the scaler is OK, did the nsf have the limition for the resolution...
    on Dec 12, 2011
  • Forum Post: Re: Set up NFS on Windows Xp for DM816x

    Anil Anil
    Hi Xavier, Make sure that nfs server is running on your host PC. Provide the complete log after power-up, till the hang/crash FYI, http://processors.wiki.ti.com/index.php/TI81XX_PSP_U-Boot#Environment_Settings_for_NFS_Filesystem Regards AnilKumar Please mark this Forum post as answered via...
    on Mar 27, 2012
  • Forum Post: Re: DM8168 Boot with NFS

    Anil Anil
    Hi Holger, Can you restart your NFS server? http://e2e.ti.com/support/embedded/linux/f/354/p/180934/652113.aspx#652113 Regards AnilKumar Please mark this Forum post as answered via the Verify Answer button below if it helps answer your question. Thanks!
    on Apr 9, 2012
  • Forum Post: Re: DM8168 Boot with NFS

    Anil Anil
    Hi Holger, Just now noticed one point from your log messages. NFS server directory should have all the filesystem common folders (as Norman pointed out, /etc/, /usr, /home/, /root/, /var etc) Modify the line in exportfs file to /home/heb/tftproot/rfs *(rw,no_root_squash,no_subtree_check,no_all_squash...
    on Apr 9, 2012
  • Forum Post: Re: DM8168 Boot with NFS

    Anil Anil
    Hi Holger, Good to see that problem is resolved. I observed the same if I connect my Virtualbox to wireless network, I am able to access the NFS if I use the wired network. But I haven't investigated why this is happened? Regards AnilKumar Please mark this Forum post as answered via...
    on Apr 11, 2012
  • Forum Post: RE: DM8168 EVM boot up issue through NFS.

    Anil Anil
    Hi, Can you share your current boot variables? u-boot prompt# print NFS server setup details can be found at http://processors.wiki.ti.com/index.php/GSG:_OMAP35x_DVEVM_Software_Setup#Exporting_a_Shared_File_System_for_Target_Access Regards AnilKumar Please mark this Forum post as answered...
    on Apr 24, 2012
  • Forum Post: RE: DM8168 EVM boot up issue through NFS.

    Anil Anil
    Hi Sushant, Boot variables we can get it from u-boot, in the same place you can reset the variables. http://processors.wiki.ti.com/index.php/DM816x_AM389x_PSP_U-Boot#Environment_Settings_for_NFS_Filesystem Go through the same wiki page for better understanding Regards AnilKumar Please mark...
    on Apr 24, 2012
  • Forum Post: RE: DM8168 EVM boot up issue through NFS.

    Anil Anil
    Hi Sushant, 1. However whenever we try to set env variable for eg. setenv nfsserver; setenv nfsserver it comes like TI8168_EVM#sYW�� nfsserver i.e not coming clear & proper character. Anil: Are you sure? serial console configurations are proper? http://processors.wiki.ti.com/index.php/TI81XX_PSP_U...
    on Apr 26, 2012
  • Forum Post: RE: DM8168 EVM boot up issue through NFS.

    Anil Anil
    HI Sushant, I have not used minicom for booting DM8168 with NFS. I used windows teraterm. what ever the values you are setting are not taking properly because of some junk characters. Can you try any of these options? DHCP:- 1. setenv bootargs 'console=ttyO0,115200n8 root=/dev/nfs nfsroot...
    on Apr 26, 2012
  • Forum Post: RE: DM8168 EVM boot up issue through NFS.

    Anil Anil
    Hi Sushant, Some basic question, is your ethernet working with the cable what had conneted to the EVM? And what is the PSP version you are using? Small correction in my last post, can you change ttyO0 to ttyO2? Regards AnilKumar Please mark this Forum post as answered via the Verify Answer...
    on Apr 27, 2012
  • Forum Post: RE: DM8168 EVM boot up issue through NFS.

    Anil Anil
    Hi Sushant, I think dchp is giving the same ipaddress as that of serverip. can you run dhcp and see what is the ipaddress your are getting (from u-boot)? Regards AnilKumar Please mark this Forum post as answered via the Verify Answer button below if it helps answer your question. Thanks!
    on Apr 27, 2012
  • Forum Post: RE: DM8168 Boot with NFS filesystem

    Anil Anil
    Hi Shp, Similar issues were discussed, can you check this thread and see if it works for you? http://e2e.ti.com/support/dsp/davinci_digital_media_processors/f/717/p/180826/652860.aspx#652860 Regards AnilKumar Please mark this Forum post as answered via the Verify Answer button below if it helps...
    on Jul 3, 2012
TI E2E™ Community
  • Support Forums
  • Blogs
  • Videos
  • Groups
  • Site Support & Feedback
  • Settings
TI E2E™ Community Groups
  • TI University Program
  • Make the Switch
  • Microcontroller Projects
  • Motor Drive & Control
Other Communities
  • Deyisupport
  • Designsomething.org
  • beagleboard.org
  • TI on Element 14
  • TI on TechXchangeSM
Other Technical & Support Resources
  • WEBENCH® Design Center
  • Product Information Centers
  • Technical Documents
  • TI Design Network
  • TI Technical Articles
  • TI Training

All content and materials on this site are provided "as is". TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with regard to these materials, including but not limited to all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement of any third party intellectual property right. TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with respect to these materials. No license, either express or implied, by estoppel or otherwise, is granted by TI. Use of the information on this site may require a license from a third party, or a license from TI.

Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI, its suppliers and providers of content reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.

Follow Us Texas Instruments on Facebook Texas Instruments on Twitter Texas Instruments on LinkedIn Texas Instruments on Google+
TI Worldwide | Contact Us | my.TI Login | Site Map | Corporate Citizenship | mobile m.ti.com (Mobile Version)

TI is a global semiconductor design and manufacturing company. Innovate with 100,000+ analog ICs and
embedded processors, along with software, tools and the industry’s largest sales/support staff.

© Copyright 1995-2013 Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy Policy | Terms of Use