AVB for S32G274A EVB board

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

AVB for S32G274A EVB board

Jump to solution
2,345 Views
Inchul
Contributor II

Hi, Community.

I am using S32G-PROCEVB-S and S32GRV-PLATEVB in stacked mode. I know that sja1105qel on S32GRV-PLATEVB support AVB protocol. And I have tried to transfer AVB packet  by the simulator. But I have checked that AVB is not worked. The following is my AVB test environment.

 

Inchul_0-1635730598731.png

 

To enable sja1105qel, I have done the following. And I have checked that sja1105qel is worked as the switch.

But I have checked that AVB is not worked. So I think that sja1105qel support AVB protocol but the firmware(binary) is not support AVB. I have checked the firmware on the u-boot source code as the following.

Inchul_3-1635731273841.jpeg

 

1. Does the firmware exist to enable AVB protocol for sja1105qel on the u-boot?

2. How can I modify the firmware(array) in the source code on sja1105_cfg_evb.c to enable AVB protocol? (Is it possible?)

 

Thank you and best regards.

Inchul Lee.

 

0 Kudos
1 Solution
2,315 Views
bpe
NXP Employee
NXP Employee

SJA1105PQRS Application Hints discuss AVB in Section 7.3. An example configuration
that enables elements of AVB can be found in SJA1105x Configuration Tools
software package, file sja1105QS_TSN.py.

Best Regards,
Platon

View solution in original post

0 Kudos
4 Replies
2,316 Views
bpe
NXP Employee
NXP Employee

SJA1105PQRS Application Hints discuss AVB in Section 7.3. An example configuration
that enables elements of AVB can be found in SJA1105x Configuration Tools
software package, file sja1105QS_TSN.py.

Best Regards,
Platon

0 Kudos
2,299 Views
Inchul
Contributor II

Hi,

I have tried to apply sja1105QS_TSN.py into the target system. But AVB is not worked. So, I have tried to changed SRCMEAT/DESTMEAT of the avb_parameters from 0x026037C0FFEE/0x026037DECADE to 0x00fc70000003/0x00fc70000004 because the Talker(SRCMETA) is 00:fc:70:00:00:03 and the Listener(DESTMETA) is 00:fc:70:00:00:04. But not worked.

This is my system for AVB. If I miss some point to enable AVB, Would you give me the information?

 

Inchul_0-1635928967718.png

 

Thank you for your support.

Inchul Lee.

0 Kudos
2,279 Views
bpe
NXP Employee
NXP Employee


DESTMETA and SRCMETA are the values of meta frames address fields.
They are _not_ the addresses of the communicating stations. Meta frames
convey timestamps to the host. They are discussed in Section 7.3.4 of AH1704.
Please familiarize yourself with the recommended documentation to acquire
sufficient understanding of the equipment/feature you are working with.

Best Regards,
Platon

0 Kudos
2,269 Views
Inchul
Contributor II

I solved it with your advice.

 

Thank you and best regards.

Inchul Lee.