public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Support of SD Card FAT problems with MBR
@ 2013-04-19  8:47 Richard Rauch
  2013-04-19 14:01 ` AW: " Richard Rauch
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Rauch @ 2013-04-19  8:47 UTC (permalink / raw)
  To: ecos-discuss

Hi All,

I am implementing SD Card support on our eCos Port to Xilinx Zynq.
For that, as I understand, we need to use different driver/service layers
(SDCard Driver, disk driver, FAT file system)

Low level driver works already, but seems that there are problems with data
structures on Disk.

Is it true, that SDCards formatted without MBR? We are using SD Cards, which
are formatted under Windows (what seems to be mostly common)

But when mounting the SDCard within eCos, seems it fails, because no MBR is
found on SDCard.

Am I wrong? Or do we need to do something special with SDCard, Disk, or FAT
Drivers?


Thanks 

Richard

ITR GmbH
web:     http://www.itrgmbh.com
email:   info@itrgmbh.com



-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 2+ messages in thread

* AW: [ECOS] Support of SD Card FAT problems with MBR
  2013-04-19  8:47 [ECOS] Support of SD Card FAT problems with MBR Richard Rauch
@ 2013-04-19 14:01 ` Richard Rauch
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Rauch @ 2013-04-19 14:01 UTC (permalink / raw)
  To: ecos-discuss

Sorry, I was wrong...seems that there is a MBR..I mismatched MBR and FAT
partition's boot sector.
We had a problem with wrong device name, so the driver accessed block 0 on
SD Card instead of first block of partition. 

> -----Ursprüngliche Nachricht-----
> Von: ecos-discuss-owner@ecos.sourceware.org [mailto:ecos-discuss-
> owner@ecos.sourceware.org] Im Auftrag von Richard Rauch
> Gesendet: Freitag, 19. April 2013 10:48
> An: ecos-discuss@ecos.sourceware.org
> Betreff: [ECOS] Support of SD Card FAT problems with MBR
> 
> Hi All,
> 
> I am implementing SD Card support on our eCos Port to Xilinx Zynq.
> For that, as I understand, we need to use different driver/service layers
> (SDCard Driver, disk driver, FAT file system)
> 
> Low level driver works already, but seems that there are problems with
data
> structures on Disk.
> 
> Is it true, that SDCards formatted without MBR? We are using SD Cards,
which
> are formatted under Windows (what seems to be mostly common)
> 
> But when mounting the SDCard within eCos, seems it fails, because no MBR
is
> found on SDCard.
> 
> Am I wrong? Or do we need to do something special with SDCard, Disk, or
FAT
> Drivers?
> 
> 
> Thanks
> 
> Richard
> 
> ITR GmbH
> web:     http://www.itrgmbh.com
> email:   info@itrgmbh.com
> 
> 
> 
> --
> Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
> and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss



--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-04-19 14:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-19  8:47 [ECOS] Support of SD Card FAT problems with MBR Richard Rauch
2013-04-19 14:01 ` AW: " Richard Rauch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).