• 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 » Embedded Software » Linux » Linux forum » firmware loader after syslink.ko - DM8168
Share
Linux
  • Forum
Options
  • Subscribe via RSS

firmware loader after syslink.ko - DM8168

firmware loader after syslink.ko - DM8168

This question is not answered
Jonathan Distler
Posted by Jonathan Distler
on Mar 08 2012 05:57 AM
Prodigy90 points

Hi

I wrote a script that does the following before running my application

1.  ./prcm_config_app s

2. insmod syslink.ko

3. ./firmware_loader 1 video..xem3 start

4. ./firmware_loader 2 vpss..xem3 start

I noticed that when i call these commands fast, the firmware loader fails to load the ducati code because the syslink didn't finish to load yet... i have errors because it cannot yet find the /dev/syslinkipc_xxx modules

Is that normal behaviour? How much time do I have to wait between loading the syslink and loading the ducaties? I can insert a 1 sec sleep and it work. But i am running a real time applicaton which sometimes needs to restart the chip, and 1 second is a lot of time...

Any suggestions?

many thanks!

DM8168 syslink ducati firmware load script
Report Abuse
  • Reply
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
All Replies
  • Robert Tivy
    Posted by Robert Tivy
    on Mar 08 2012 13:28 PM
    Genius11090 points

    Which version of SysLink are you using?  Older syslink.ko's might not have automatically created the /dev/syslinkipc_xxx entries, in which case they need to be created manually (which was accomplished by way of mknod calls in a loadmodules.sh script).  But this would not explain the fact that a 1 sec sleep allows it to work.  Very strange, indeed.

    I would doubt that the syslink.ko loading is performed in the background after your insmod command returns.  I would expect that the module is fully loaded and initialized when the insmod command finishes and returns the shell to a prompt.

    Regards,

    - Rob

     

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Jonathan Distler
    Posted by Jonathan Distler
    on Mar 11 2012 08:21 AM
    Prodigy90 points

    Hi Rob

    I am using syslink-02.00.02.80. In this version it is not necessary to mknodS ..

    A sleep of 1 sec is not the minimum, i can try playing with quants of 0.01 sec.. but it is very weired, as you mentioned, that insmod won't finish creating the /dev/modules...

    why is that?

    Thnx,

    Jonathan

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Robert Tivy
    Posted by Robert Tivy
    on Mar 14 2012 19:53 PM
    Genius11090 points

    Jonathan Distler

    A sleep of 1 sec is not the minimum, i can try playing with quants of 0.01 sec.. but it is very weired, as you mentioned, that insmod won't finish creating the /dev/modules...

    why is that?

    Hi Jonathan,

    I think I found the answer.  When a new device is created, the automatic creation of the /dev entry is handled by a user space process named udev.  udev receives a notification (an event) from the kernel and creates the /dev entry accordingly.  See here for a nice description of udev: http://www.gentoo.org/doc/en/udev-guide.xml.

    Perhaps udev can be tweaked in some way to cause it to respond to the event sooner than it currently is, perhaps not, but at least there is an explanation of what you're observing.  You will therefore need to account for this delay and not try to run the SysLink app too quickly after the 'insmod syslink.ko'.

    Regards,

    - Rob

     

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
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