Forum Discussion
APrab8
New Contributor
6 years agoEPCS16 device connected to a 10 pin programmer header in active serial as MTD device.
Hi Forum, I have an EPCS16 device connected to a 10 pin programming header from a raspberry pi. My target is to program a .pof file using active serial configuration to the EPCS16 device. what I ...
JohnT_Altera
Regular Contributor
6 years agoHi,
You may use Quartus Convert Programmming Files to generate the rpd fle when you are generating the pof file.
The m25p80 driver should work if you are following the SPI command that is supported by EPCS16 flash device. You can directly program the EPCS16 using the generated rpd file.
APrab8
New Contributor
6 years agoHi,
do i need to reverse the RPD file or convert it hex or binary before programming to flash ? or can i directly write the rpd file to the nor-flash ?
Regards,
-Pix