Building BalenaOS RevPi Connect S Image Fails

Topics about the Software of Revolution Pi
Post Reply
User avatar
wickywaka33
Posts: 24
Joined: 13 Jul 2022, 15:48
Answers: 0

Building BalenaOS RevPi Connect S Image Fails

Post by wickywaka33 »

Hello,

We are trying to use the RevPi Connect S with Balena OS. None of the existing images works on RevPi Connect S so we are thinking of changing the yocto recipes/scripts to develop one. Does anyone here already tried something like this and can provide some help?

Currently, our approach is use the raspberry pi 4 base and some revpi-connect parts as seen their revpi-connect image build setup. Would that approach work? Here is the relevant directory in the https://github.com/balena-os/balena-ras ... aspberrypi repository. This is a layer that according to my understanding modifies the vanilla raspberry pi layer to support RevPi devices. We just need to add support for RevPi-Connect-S.

Best regards,
Waqar
User avatar
nicolaiB
KUNBUS
Posts: 870
Joined: 21 Jun 2018, 10:33
Answers: 7
Location: Berlin
Contact:

Re: Building BalenaOS RevPi Connect S Image Fails

Post by nicolaiB »

Hi Wagar,

your approach sounds right to me. The only difference between Connect and Connect S is the new compute module 4S, which is using the same CPU (BCM2711) as the CM4. So you need to change the existing recipes in terms of compute module relevant parts.

Nicolai
User avatar
wickywaka33
Posts: 24
Joined: 13 Jul 2022, 15:48
Answers: 0

Re: Building BalenaOS RevPi Connect S Image Fails

Post by wickywaka33 »

nicolaiB wrote: 01 Sep 2022, 12:21 Hi Wagar,

your approach sounds right to me. The only difference between Connect and Connect S is the new compute module 4S, which is using the same CPU (BCM2711) as the CM4. So you need to change the existing recipes in terms of compute module relevant parts.

Nicolai
Ok. We opened a merge request that include what we have done so far to balena-raspberrypi here https://github.com/balena-os/balena-ras ... i/pull/913.

Lets hope this speeds up the collaboration process.

Waqar & Team
User avatar
nicolaiB
KUNBUS
Posts: 870
Joined: 21 Jun 2018, 10:33
Answers: 7
Location: Berlin
Contact:

Re: Building BalenaOS RevPi Connect S Image Fails

Post by nicolaiB »

Thanks! I left some comments in your PR

-Nicolai
User avatar
wickywaka33
Posts: 24
Joined: 13 Jul 2022, 15:48
Answers: 0

Re: Building BalenaOS RevPi Connect S Image Fails

Post by wickywaka33 »

Since we would like to update the kernel version for BalenaOS, we thought it would be better to start with revpi connect as that will probably resolve the Ethernet issues as well.
Here is the merge request https://github.com/balena-os/balena-ras ... i/pull/917

Would love to have your feedback on this.

Waqar
Post Reply