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 have done so far:
added a node to spi bus in the devicetree as a flash and I am using the m25p80 driver.
After i boot up my pi i can see the mtd device listed on the devices and also in sysfs.
Issue here is I dont know what should i provide for the compatible field ? when i try to issue jedec-nor the probe fails and I understand that the device ID is only present on EPCS128.
any advice on how to program the fpga in active serial configuration using raspberry pi would be much appreciated.
Regards,
-Pix