You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the development and deployment of LF programs on Raspberry Pi 4B, 8GB, I tried to use Epoch, but it did not work (I tried it in both Ubuntu and Raspbian (Raspberry Pi OS)). I do not know the root cause, but it seems that the problem is persistent with the current version of Epoch,
This discussion was converted from issue #1226 on June 13, 2022 18:16.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
For the development and deployment of LF programs on Raspberry Pi 4B, 8GB, I tried to use Epoch, but it did not work (I tried it in both Ubuntu and Raspbian (Raspberry Pi OS)). I do not know the root cause, but it seems that the problem is persistent with the current version of Epoch,
The successful alternative for me was the VS Code LF extension. I was able to install VS Code on Raspbian OS and its LF extension with the step-by-step guidance provided here:
https://marketplace.visualstudio.com/items?itemName=lf-lang.vscode-lingua-franca
Before running LF programs in C target, I had to install JAVA 17 and CMAKE.
I have tested the federated LF programs successfully by installing the RTI package with a similar procedure to when we use it on Linux PC.
Also, the interactive diagram worked well.
Beta Was this translation helpful? Give feedback.
All reactions