Regarding some usage scenarios on the AMP system #551
Replies: 2 comments 1 reply
-
|
Hello, yes you can move forward to release 2025.07 for this and just make sure all components are at this release
You can also stay at your current version and it is quite current so will be ok As for accessing the Fabric from FreeRTOS via one or more of the FICs in the PolarFire SoC it is simply a matter of using memory mapped I/O, I am not aware of a special interface and you really don't need one. FreeRTOS is s simple monolithic RTOS that has no awareness of privilege levels and it runs at the equivalent of the Kenel level I hope that adds clarity and you have done very well so far! Regards, |
Beta Was this translation helpful? Give feedback.
-
|
@rockoguido Now, I use the 2025.07 version to build and download the AMP dual system of linux + freertos, but the following error message appears when remoteproc for freertos under linux, can you help analyze it? |
Beta Was this translation helpful? Give feedback.



Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I have a few questions and would appreciate some advice. Thank you.
Regarding the Icicle board: Currently, I am using an AMP system image with the Linux + FreeRTOS architecture (version 2025.03). I can see that it automatically runs a FreeRTOS demo when powered on. If I want to write my own FreeRTOS code, can I continue development using the project from this link? If yes, which version should I use?
In the above system environment (the AMP system with Linux + FreeRTOS architecture), does FreeRTOS have a separate interface for directly reading from and writing to FPGA addresses—similar to the "fpga-fabric-interfaces" in Linux?
Beta Was this translation helpful? Give feedback.
All reactions