Hi everyone,
I worked on custom S32G274A SoC with Linux BSP33.0, it was working fine with PFE etc. Then i need to change my working environment so tried to get Yocto build project into new working environment. migrate.sh returns error and i saw that the link inside the migrate sh not valid anymore so i tried to get BSP35.0 and compiled it for my custom S32G274A SoC. it works but whenever i tried to enable PFE features with compatible PFE fw and driver, while booting kernel board resets itself.
As you can see in above snip it resets itself.
Does anyone work on PFE in Linux BSP35.0?
Best,
Hi @0xEC,
Thank you for reaching out to us.
What changes you have made in your working environment? Can you share what migrate.sh do?
Have you made any significant changes in BSP? Can you please elaborate scenario specifically?
Thanks,
Mayank S Patel
Hi @0xEC,
I have tested PFE Firmware Version 1.4.0 with BSP35 and tried to enable it and I am not facing the issue of a reboot. I doubt that the issue you are facing is due to the environment setup. Please check the environment and let us know.
Also, Is there a specific requirement to stop the PFE_MAC2 interface? Can you please remove a piece of code from the u-boot to stop the PFE_MAC2 environment and test it?
Thanks,
Mayank S Patel
Hi @0xEC,
I have initiated a thread with the internal team. I will get back to you on this.
Thanks,
Mayank S Patel
Hi @MayanksPatel,
You can see changes in s32g274ardb2.h file as follows:
just update PFENG_MODE define.
and for 2GB LPDDR4 RAM, i used following parameter in S32DS DDR Tool and generate init code with that,
Best,
Hi @0xEC,