Env:
- Board: RDVCU5775EVM
- Software: S32DS.Power.2.1 + Matlab2022B + PPROGPPCNEXUS
- MBDT Package:
MBDToolbox_MPC57xx_3.2.0_20200414.mltbx
NXP_Support_Package_MPC57xx_20200414.mltbx
Problem Description:
1. Before 2024.8.1, I had flashed bootloader, successfully deployed MBDT generated ELFs many times via S32DS and via RAppID (in Simulink) . (Following Solved: Unable to Flash MBDT BootLoader to RDVCU5775EVM in S32DS per Quick Start Guide - NXP Communi...)
2. At 2024.8.1, I cannot do any flash, it stuck at 99% like this:
I found it is similar to this problem Solved: Unable to start debug session on MPC5748G board. download stops at 98% - NXP Community
so I used PPROGPPCNEXUS to earse flash.
3. After that, I can flash bootloader and Elf via S32DS, and the deployed programs run normally in board.
But it fails every time when I try to deploy MBDT generated ELFs via RAppID (in Simulink) , like this:
PS: I set device Name="MPC5777C" in S32DS and set Target="MPC5775B" in MBDT, it works fine. After this problem occurred, I tried all "MPC5777C" and all "MPC5775B", nothing happened.
Is there something I have done wrong ? Or what can I do to make everything right ?