Replies: 1 comment 1 reply
-
|
hi @ec21b1006 were you able to make progress on this? If yes, then could you please share the steps in brief? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello fprime community,
I am currently working on building my own flight software using fprime with FreeRTOS on STM32F769NIH6 MCU. Previously, I was able to achieve the same and wrote LEOPS of a cubesat with Zephyr RTOS. There I had to create my own Drv components like ZephyrTime, ZephyrUartDriver, ZephyrTcpDriver, etc. Till now I have followed this (https://github.com/fprime-community/fprime-freertos.git)[https://github.com/fprime-community/fprime-freertos.git] repo's Section1 where i was able to compile FreeRTOS-Kernel for Linux Platform. I have few questions regarding which direction I should proceed.
Currently i am doing
fprime-util generate stm32f7I have wrote a toolchain(.cmake) file where i am giving my BSP path. I am pasting it below:The error i am currently having while generating is
I doubt if i am following the correct approach too. I have also seen this repo (https://github.com/MelbourneSpaceProgram/acrux-flight-software/tree/feat/osal)[https://github.com/MelbourneSpaceProgram/acrux-flight-software/tree/feat/osal] but while building this it throws several error related to
exit.c:65: undefined reference to `_exit'Beta Was this translation helpful? Give feedback.
All reactions