Part Number: PROCESSOR-SDK-AM335X
Tool/software: Linux
Hello!
Here processors.wiki.ti.com/.../Processor_SDK_Linux_HSR_PRP_PRU_Offload is announced what HSR supports on PRU.
But supported platfom is only am57xx (processors.wiki.ti.com/.../Processor_SDK_Linux_HSR_PRP)
Have anybody know about HSR on PRU for am335x?
In the driver sources I saw compability with am335x
static const struct of_device_id prueth_dt_match[] = {
{ .compatible = "ti,am57-prueth", },
{ .compatible = "ti,am4372-prueth", },
{ .compatible = "ti,am3359-prueth", },
{ .compatible = "ti,k2g-prueth", },
{ /* sentinel */ }
};
but am335x's SDK doesn't not contain .elf files with HSR PRP (SDK am57xx have this)