Altera_Forum
Honored Contributor
16 years agoProblem using the CompactFlash
Hi,
I'm trying to use the compact flash on my 2c35 DE board. I have done everything on the wiki page (http://www.nioswiki.com/operatingsystems/uclinux/compactflash) (even example code at the bottom). However, when I try to use my design (done with SOPC Builder) it doesn't work : -> SOF example + zImage example works ! -> SOF example + my zImage works! -> My SOF + my zImage doesn't work Here is the only code that appear during the boot:scsi0 : pata_platform
ata1: PATA max PIO0 mmio cmd 0x01000000 ctl 0x1000080 irq 9 I think the problem is that what is done in the wiki is for the altera_avalon_cf 5.0 and not the 9.0 that I use. Does anybody have a idea ? ;)