This is the mail archive of the ecos-bugs@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug 1001444] New: Can't share virtual vector between ROM monitorand application run in flash


Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001444

           Summary: Can't share virtual vector between ROM monitor and
                    application run in flash
           Product: eCos
           Version: 3.0
          Platform: sam9261ek (Atmel AT91SAM9261-EK board)
        OS/Version: ARM
            Status: UNCONFIRMED
          Severity: major
          Priority: low
         Component: Flash
        AssignedTo: unassigned@bugs.ecos.sourceware.org
        ReportedBy: asme999@126.com
                CC: ecos-bugs@ecos.sourceware.org
             Class: Advice Request


steps:
1.Run application in nor flash(not in ram).
2.Then mount an filesystem which create in redboot used FIS.
result:
Mount failed.
because application can't find the function
CYGACC_CALL_IF_FLASH_FIS_OP(CYGNUM_CALL_IF_FLASH_FIS_GET_FLASH_BASE, 
                                        (char *)&name[4],
                                        &flash_base))
which share by ROM monitor.

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]