• 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 » When SD Card is removed in TI8148EVM board,the linux will reboot
Share
Linux
  • Forum
Options
  • Subscribe via RSS

When SD Card is removed in TI8148EVM board,the linux will reboot

When SD Card is removed in TI8148EVM board,the linux will reboot

This question is not answered
Aaron zhang
Posted by Aaron zhang
on Aug 07 2012 01:19 AM
Prodigy40 points

>When SD Card  is removed in TI8148EVM board,the linux will reboot.

at last I find in this place the cpu is blocked for four to six minutes,and my watchdog just have one point two minutes,so  the system reboot when the sd card is removed.

static inline void omap_hsmmc_reset_controller_fsm(struct omap_hsmmc_host *host,
         unsigned long bit)
{

...
 /*
  * OMAP4 ES2 and greater has an updated reset logic.
  * Monitor a 0->1 transition first
  */
 if (mmc_slot(host).features & HSMMC_HAS_UPDATED_RESET) {
  while ((!(OMAP_HSMMC_READ(host->base, SYSCTL) & bit))
     && (i++ < limit))
   cpu_relax();

...
 }

Does anyone have the same problem,and how to sovle the problem?I do really not know what to do .

Report Abuse
  • Reply
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
All Replies
  • Norman Wong
    Posted by Norman Wong
    on Aug 09 2012 19:34 PM
    Guru14920 points

    Looks like the experts aren't responding. I don't have a TI8148EVM. On other platforms where I accidentally removed the SD Card, I vaguely remember I got an immediate kernel panic and crash. Mind you the SD Card was the root file system. The drivers/mmc/host/omap_hsmmc.c code uses a timeout of 20 millseconds (approximatedly as it uses a busy wait loop). Do you get timeout messages on the console for the 4 to 6 minutes? IS the system unresponsive for that time?

    An aside, the omap_hsmmc_reset_controller_fsm() can be called from an IRQ. The function busy waits. Not a good thing to do in an IRQ. Just an observation. May have nothing to do with your problem.

    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