From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31002 invoked by alias); 4 May 2013 16:20:30 -0000 Mailing-List: contact ecos-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-bugs-owner@sourceware.org Received: (qmail 30977 invoked by uid 89); 4 May 2013 16:20:29 -0000 X-Spam-SWARE-Status: No, score=-4.5 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.1 Received: from hagrid.ecoscentric.com (HELO mail.ecoscentric.com) (212.13.207.197) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Sat, 04 May 2013 16:20:28 +0000 Received: by mail.ecoscentric.com (Postfix, from userid 48) id A62184680008; Sat, 4 May 2013 17:20:26 +0100 (BST) From: bugzilla-daemon@bugs.ecos.sourceware.org To: unassigned@bugs.ecos.sourceware.org Subject: [Bug 1001837] Rich FlexBus RAM layout Date: Sat, 04 May 2013 16:20:00 -0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: eCos X-Bugzilla-Component: Patches and contributions X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: mjones@linear.com X-Bugzilla-Status: NEW X-Bugzilla-Priority: low X-Bugzilla-Assigned-To: unassigned@bugs.ecos.sourceware.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://bugs.ecos.sourceware.org/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2013/txt/msg00310.txt.bz2 Please do not reply to this email, use the link below. http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001837 --- Comment #16 from Mike Jones --- Created attachment 2227 --> http://bugs.ecos.sourceware.org/attachment.cgi?id=2227&action=edit FXM Specific Exception This test case will generate an exception on FXM hardware that cannot be generated on non-FXM hardware. It manifests like the description in Bug 1001764 - Enhancement of MMC/SD over SPI driver. The zip contains an ecm file, code, and all patches used. When the application is run, a loop will open a file on an SD card, develop strings with snprintf, write them to the file, flush the filesystem, and close the file. When it is run, the problem always occurs when the variable "dev" in the SPI code is 0xFFFFFFFF and results in an exception 5. It has to be run for many minutes to cause failure, but typically it will fail in less than 10 mins. Ilija, If you have time to run this, it might eliminate or confirm if the problem is related/unrelated to hardware reliability. Once we know it is not related to bad hardware, perhaps we can form some theories about the cause of the exception. Please note that all I2C code is commented out, so this only uses FXM and SD card and should run on any FXM hardware with SD support. I ran it on a K60 100Mhz, so there is no cache. I have disabled the cache in the ecm as well. I put the attachment here rather than the SPI bug because I cannot reproduce it on non-FXM hardware. If it really is a MMC bug, we can move it. -- You are receiving this mail because: You are the assignee for the bug.