This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VL-Q1: Someip communication

Part Number: TDA4VL-Q1

Hello, 

I am using those sdk

PROCESSOR-SDK-QNX-J721S2 v09_01_00

PROCESSOR-SDK-QNX-J721S2 v09_01_00

I would like to implement some/ip service

- Is it supported by rout sdk? do you have any example to achieve that?

- Do you advice to implement it on QNX A72 or RTOS R5F

Thanks 

  • Hi,

    I would like to implement some/ip service

    - Is it supported by rout sdk? do you have any example to achieve that?

    TI SDK doesn't have support for some/ip services.
    SDK offers Ethernet Driver in QNX (A72) and AUTOSAR (R5F).
    It can handle unicast frames intended for Ethernet driver automatically, for multicast or additional filters to be configured using ALE.
    Please refer to SDK User Guide of QNX, MCUSW for MCAL Ethernet driver.

    - Do you advice to implement it on QNX A72 or RTOS R5F

    Depends upon your use case,  A72 is more powerful than R5F but, it depends upon your system design and load/applications running on each of core.

    Best Regards,
    Sudheer

  • Hello and thanks for your answer, 

    When you day "SDK offers Ethernet Driver in QNX (A72) and AUTOSAR (R5F)"

    Does it means that ethernet driver is not supported in RTOS-Only on R5F ? 

    Is Autosar mandatory to handle ethernet driver on R5F ?

  • Hi,

    Does it means that ethernet driver is not supported in RTOS-Only on R5F ? 

    Is Autosar mandatory to handle ethernet driver on R5F ?

    We have enet driver in RTOS for Ethernet with some example like ICMP, iperf, loopback.
    Please refer to PDK from RTOS SDK (pdk/packages/ti/drv/enet/examples/)

    Best Regards,
    Sudheer