Forum Discussion
9 Replies
- AnandRaj_S_Intel
Regular Contributor
Hi,
- One green LED turns on when we connect USB cable.
- If we dot have program on flash we can't see red user led's flashing.
To program .pof
- Auto select and select the device 10M08DAF
- right click ->select change the file ->navigate to .pof file and select it.
- click on program.
if still facing problem try to load .sof file.
Regards
Anand
- KBerg10
New Contributor
- AnandRaj_S_Intel
Regular Contributor
Hi,
- Auto detect select and select the device 10M08DAF
- right click ->select change the file ->navigate to .pof file and select it.
- click on program.
share image of auto-detect.
Regards
Anand
- KBerg10
New Contributor
Anand,
See attached for results. When Auto Detect is used it list three choices (none of which are 10M08DAF).
The chip markings is 10M08SAE144C8G
From Auto Detect have tried both 10M08SA and 10M08SAES, neither works.
Have tried both pof and sof file.
Have compiled with both 10M08SAE144C8G and 10M08SAE144C8GES.
Tried all combinations of above options.
- AnandRaj_S_Intel
Regular Contributor
Okay, can i know which quartus version are you using?
I need to check the dev kit and come back.
- KBerg10
New Contributor
19.1 Lite
USB Blaster
Also, just found this: https://www.intel.com/content/www/us/en/programmable/support/support-resources/knowledge-base/solutions/rd12082014_64.html
- KBerg10
New Contributor
Can you provide more information on what a small percentage is? What serial numbers?
- KBerg10
New Contributor
This is what I have found out.
The LED_Flash project from the Intel Dev Store website and the pre-programmed from factory configuration are using a pin out that does not match the Eval board. Specifically, the CLK is not on the correct pin and therefore the LEDs never blink.
After changing the pinouts to match PCB Schematic, have been able to get it to work after much battling. After many many attempts to program it in various ways, it programmed once and LEDs toggled. Tried programming again and same failure. But it would Auto Detect, Erase, and Examine just fine. So I began touching around on the board and looking at signals an o'scope. Everything seemed OK. Finally noticed if I touched near the JTAG pins at the MAX10 things would sometimes work. After more testing found the only pin I needed to touch was the JTAG TCK at the device. If I touch the JTAG TCK at the J10 connector, it still failed.
See attached picture for the slightest of touch to the pin to make it work. Its NOT a solder pin issue, I can touch the via on the JTAG TCK just under the pin on the back side of PCB and it works also. So, just the smallest of capacitance, seems to clean up the TCK signal.
Have been able to successfully program both Eval boards repeatedly.
- AnandRaj_S_Intel
Regular Contributor
thanks for update.