Hi
I have some questions about Packet Accelerator on keystone device(take tci6614 for example)
I'm writing an ethernet driver which will run on the ARM core of keystone, I see the training of netcp&pa, one step of PA configaration is loading the firmware to the PDSP.
so my questions:
1.Is the loading of firmware necessary for my driver? My driver will just support some simple ethernet functions, for example:adding mac addr(Adding Entries to the L2 Classification Engine) to match the incoming packages and using modify engines to generate some checksum.
2.if the loading of firmware is necessary, how can I get the firmware files? And can you please provide some reference code for downloading the firmware file?
Thanks?