Forum Discussion
Altera_Forum
Honored Contributor
20 years agouClinux MMC SPI Driver
Just to let everyone know, an MMC SPI Driver for Alteras SPI Core (modified) is in the works.. currently, cards can be recognized, read/write, and even partitioned.. but some bugs are being worked ou...
Altera_Forum
Honored Contributor
20 years agoThanks, I will try.
The code that we shall fix are mostly in the arch/nios2nommu/ kernel and mm dir . This is how I port to a new kernel. First, add the patch of linux-2.6.xxx-uc0 from uClinux.org (if one is available). I would copy arch/nios2nommu and include/asm-nios2nommu to a new kernel. Then try to compile with only the minimal config. I will move other drivers last. When there are problems, I used to check them with other arch , eg, sh and h8300, to find the problem. Maybe you can help to find out.