fprime-community / fprime-microchip-DM320113

An F Prime port to the Microchip DM320113 demo board with FreeRTOS
0 stars 0 forks source link

How to add fprime-microchip-DM320113 module to deployment? #1

Open Gonta01 opened 1 month ago

Gonta01 commented 1 month ago

Hi. Could you give some guide on how to use this module in deployment?

Gonta01 commented 1 month ago

I have added fprime-microchip-DM320113 submodule into project, added the following lines to settings.ini:

library_locations: ./fprime-microchip-DM320113
default_toolchain: sam_e70_xult

Attempt to generate finished with error:

(fprime-venv) user@user-VirtualBox:~/Desktop/MicrochipProject$ fprime-util generate
[ERROR] Could not find toolchain file for sam_e70_xult at any of: /home/user/Desktop/MicrochipProject/fprime/cmake/toolchain/sam_e70_xult.cmake /home/user/Desktop/MicrochipProject/cmake/toolchain/sam_e70_xult.cmake /home/user/Desktop/MicrochipProject/fprime-microchip-DM320113/cmake/toolchain/sam_e70_xult.cmake
dtriska commented 1 month ago

The toolchain file should be the xc32_toolchain.cmake file located in cmake>toolchain. The file you are attempting to use is for the platform configuration! Currently still in the process of getting everything to work, there are a couple fprime specific files we had to edit and will be uploading those soon! Hoping to get out stable version that can easily build soon!

dtriska commented 1 month ago

@Gonta01 We are planning to add a guide to the README for building. However focused primarily on getting everything operational at this moment! But feel free to experiment with it and let us know your experiences!

Gonta01 commented 1 month ago

@dtriska thank you for response! I have a couple of questions. 1) Have you an estimated plan when stable working version will be published? 2) I've seen mentioning of STM in readme and some files, but I'm sure this is just typo. 3) Could you give some information from what framework are you porting. Is it MPLAB Harmony or ASF or something else?

I would greatly appreciate a response to my questions.

dtriska commented 1 month ago

@Gonta01 Hopefully a base version will be completed in the next couple of weeks, but no guarantees. This was in reference to the board we are developing on: ATSAME70Q21B Please feel free to ask any other questions! Happy to see engagement and support for the project!

Gonta01 commented 1 month ago

Hi. How is your progress?

Gonta01 commented 2 weeks ago

@dtriska hi. Could you please share your estimation of work done? Is it done or still in progress.