Hi,
It seems that modifications to the device tree are required. Once we modified the device tree, we are able to ping through UART1:
DanielAguirre_0-1708970378832.png
Since you are working with an RDB2, the following modifications should be done under the "linux\arch\arm64\boot\dts\freescale\s32gxxxa-rdb.dtsi" file:
DanielAguirre_1-1708970527046.png
DanielAguirre_2-1708970548077.png
Once modified, the image needs to be compiled. Once compiled, the following files need to be replaced under the "boot" partition of your SD card:
- Image file > linux\arch\arm64\boot\Image
- DTB file > linux\arch\arm64\boot\dts\freescale\s32g274a-rdb2.dtb
With that, you should be able to use UART1.
Please, let us know.