Forum Discussion
Altera_Forum
Honored Contributor
14 years agoOkay, got back to this, this AM, and it is now working.
It appears that control and ide memory and IRQ's get swapped somewhere. I swapped them back in the dts file, as below: The "before" is shown in prior posts above: After swapping here:
cf: ata@0x1000080 {
compatible = "ALTR,cf-10.1","ALTR,cf-1.0";
reg = < 0x1000080 0x40 0x1000000 0x10 >;
interrupt-parent = < &cpu >;
interrupts = < 15 14 >;
}; //end ata (cf)
Thanks,