Why does the example application FreeRTOS_ThreadCreation_CM4 not load like the OpenAMP_TTY_echo?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-03-11 7:35 PM
Using STM32CubeIDE Version: 1.6.0 on Linux I am able to follow the wiki to import, build, load and modify the OpenAMP_tty_echo application example. However, when I follow the same steps to import the FreeRTOS_ThreadCreation_CM4 application the program will not load to the target. I have compared the Debug configurations between the two examples and they are identical except where they need to differ with respect to program and path locations. The terminal is closed prior to loading as expected but then the terminal does not start back up with the GDB info that I normally see and then a "Problem Occurred" dialog box shows up with the Details:
Error if final launch sequence:
Failed pre launch
Failed pre launch
Firmware remoteproc load failed!
This leaves little to go on to debug the issue.
Any ideas?
- Labels:
-
STM32MP15 Lines
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-03-12 9:02 AM
Never mind. I deleted the project, re-imported, re-compiled, and launched the debugger successfully.
No idea why it is different as I did not change how I did the process.