Altera_Forum
Honored Contributor
13 years agoDE0 with uClinux
Hi, cant configure device.expected jtag ip code 0x020f3000 for device, but found jtag id code is 0x020f2000.How resolve this problem. Kindly any help?
This is probably something wrong with the SDRAM interface. Either bad pin assignments or bad timing.
If you FPGA is big enough you could design a system with some on-chip RAM and then run a memory test application from there to test the SDRAM. For that you will need to create a new BSP that uses the on-chip RAM for all sections (text, bss, data), compile with "optimize for space" and the small C library, and select the memory test template when you create your application.