Raspberry Pi boards suitable for use with Basecamp #89
open-stemware
started this conversation in
General
Replies: 2 comments 2 replies
-
|
I answered based on my own Raspberry Pi experience with Basecamp. As far as I know the cFS has been run on all versions of the Pi. I do not have experience with the cFS on TI processors. cFS Discussions is a good place to post porting questions. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
We do need a cFS porting guide to help answer these types of questions. Some basics:
Addressing TI processors: What CPU and Architecture is it? I have run cFS on a BeagleBone black on both RTEMS and Linux. |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
This discussion originated in Issue #88. This issue was closed and has been reproduced here to start a discussion.
WIQu
Which Raspberry Pi boards suitable for use with Basecamp?
Open STEMware:
I have used Basecamp on RPI 3B,3B+, 4B, and 5. Note if you are using the most recent RPI OS called Bookworm then you may have to use Python's virtual environment. I heard of pip package installation issues if you don't.
PI_IOLIB is designed for RPIs 4B and earlier and you select your model in the config.h file. PI_IOLIB is someone else's library that I wrapped to work as a cFS library. It serves as a good example for C interfacing in the GPIO_DEMO app but I have not used many of its features.
Many users do not want to write C interfaces, so I am working on new libs/apps that will allow simple python scripts to interface with hardware and communicate with a basecamp app using JSON messages. Initial versions of these libs/apps will be released in July.
WIQu
Thank you for your answer!If I want to port cFS to the TI hardware processor platform, what kind of learning and work would be required? Could you provide some suggestions?
Beta Was this translation helpful? Give feedback.
All reactions