Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - MMC util to read extcsd from emmc devices: (4 Items)
   
MMC util to read extcsd from emmc devices  
HI All,


I want read the extcsd register values to know about much info about emmc.

In linux we have MMC util to read the information like csd cid and extcsd and other information.

Is there any utility developed for QNX to read all the details about emmc device.

Can any one share the source code or utility to read it.

any help will be great for me...

Thanks in advance

Thanks & Regards
Janardhan Reddy
Re: MMC util to read extcsd from emmc devices  
The SD/MMC drivers usually come in source form in the various BSPs. Maybe you can look for some special devctl calls 
that would retrieve this information.

Regards,
Al
Re: MMC util to read extcsd from emmc devices  
Hi, did you get any answer to what you had asked ? Using devb-sdmmc-* , could you read the emmc  devices?
Re: MMC util to read extcsd from emmc devices  
Hi, I did a quick scan of the dcmd_*.h header files, but I didn't come across a device control command that would 
retrieve this information.
$QNX_TARGET/usr/include/mmc contains a header file with some structures, but I think this is what the devb-sdmmc uses 
internally.

-Al