Forum Discussion
Altera_Forum
Honored Contributor
20 years agoHi thosburke,
> If we just run a simple C application program out of SDRAM, and don't use > uClinux, we can rd/wr/erase the flash just fine, in both byte and word mode. Then it's a software issue -- which is good ;-) > is there any specific setting we need to make in the kernel configuration > that you can think of? Enable MTD debugging -- make it as verbose as possible. The boot can get a bit tiresome ... but you might find some useful clues when you attempt to erase/write. BTW: how exactly are you erasing/writing via the kernel? mtd-utils? Or are you using JFFS2 and doing a cp, cat, etc? --Scott