HSS payload Master Context. #418
Unanswered
Shivaraj199
asked this question in
RTOS for PolarFire SoC
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using the PFSoC Icicle Dev Kit programmed with MPFS_ICICLE_KIT_BASE_DESIGN_2023_02
I have been hacking the mpfs-rpmsg-freertos project from the polarfire-soc-amp-examples. Here I am running the FreeRTOS application, from just U54_1. I removed out the entire rpmsg from the code only building in MASTER context.
The question is application works as expected. but is there any configuraton i need to specify in mss_sw_config.h or any other files.
The yaml file is defined below just to build Master.elf
I have attached the u54_1 which starts the main application and the Yaml file configuration
U54_1.txt
FreeRTOS_Yaml.txt
In mss_sw_config.h
#ifndef MPFS_HAL_FIRST_HART
#define MPFS_HAL_FIRST_HART 0
#endif
#ifndef MPFS_HAL_LAST_HART
#define MPFS_HAL_LAST_HART 4
#endif
Thank you
Beta Was this translation helpful? Give feedback.
All reactions