Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

SD/MMC support?

Altera_Forum
Honored Contributor II
1,153 Views

Is it possible to use an MMC card like a CF card? As in have the kernel actually treat it as a storage device; I know it will be slower, but there are definitely advantages to using MMC.. it seems like the only way to implement ROM is by on-board FLASH which is expensive, and CF, which is pin-intensive.

0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
424 Views

You should consider using the serial configuration device, eg, EPCS first. 

I think this is the cheapest and lowest pin counts. 

When compressed, most uclinux image should fit in 16Mbit/32M/64M devices. 

I have the vmlinux with Initramfs included, compressed to around 1Mbytes. 

The Nios/II core can boot from EPCS, which can be partition to RBF image and vmlinux. 

You can add a small uncompress boot loader, (4-8Kbytes) before the vmlinux. 

Other space can be set to MTD flash fs. 

 

If you need more storage space, you can use NIOS SPI to drive MMC/SD interface. 

You can mount/umount it under the Initramfs root. 

 

 

--- Quote Start ---  

originally posted by jdhar@Nov 21 2005, 10:36 PM 

is it possible to use an mmc card like a cf card? as in have the kernel actually treat it as a storage device; i know it will be slower, but there are definitely advantages to using mmc.. it seems like the only way to implement rom is by on-board flash which is expensive, and cf, which is pin-intensive. 

<div align='right'><{post_snapback}> (index.php?act=findpost&pid=11070) 

--- quote end ---  

 

--- Quote End ---  

0 Kudos
Reply