Search found 24 matches

by wickywaka33
12 Dec 2023, 11:41
Forum: Software
Topic: Adding Balena-OS support for revpi-connect-4
Replies: 29
Views: 145034

Re: Adding Balena-OS support for revpi-connect-4

Here are the device trees extracted from the running systems using the instructions provided here https://community.silabs.com/s/article/kba-linux-device-tree-debugging BalenaOS (RS-485 not working) https://pastebin.com/BQuQkeva Kunbus (RS-485 working) https://pastebin.com/5RNTRVew I was not able to...
by wickywaka33
08 Dec 2023, 12:48
Forum: Software
Topic: Adding Balena-OS support for revpi-connect-4
Replies: 29
Views: 145034

Re: Adding Balena-OS support for revpi-connect-4

The aforementioned PR has been merged. I flash the image, I don't see any RS485 port and the only serial port I see ttyAMA0. I can't communicate with a modbus salve device on this port. I flashed the device the OS image from Kunbus to test whether it will work there. On Kunbus OS, I do see the /dev/...
by wickywaka33
05 Dec 2023, 11:50
Forum: Software
Topic: Adding Balena-OS support for revpi-connect-4
Replies: 29
Views: 145034

Adding Balena-OS support for revpi-connect-4

Hello Community, We are working on adding the revpi-connect-4 to balenaOS. Here is the PR: https://github.com/balena-os/balena-raspberrypi/pull/1078#issuecomment-1840455476 Would love to see someone join in testing the balenaos image. I currently see some issues with connecting an Energy meter via M...
by wickywaka33
03 Nov 2023, 15:25
Forum: Software
Topic: Serial console to see u-boot logs etc
Replies: 2
Views: 22198

Serial console to see u-boot logs etc

Hello everyone, We are trying to add the revpi-connect-4 to the BalenaOS project. During development sometimes its easier to see the boot logs and know what is wrong so do you guys know of way to see logs from these devices? Are there some uart pins that can let us see these logs? Waqar Rashid Edit-...
by wickywaka33
10 Jan 2023, 08:49
Forum: Software
Topic: Adding revpi-connect-s to offical belanOS supported devices
Replies: 2
Views: 2003

Adding revpi-connect-s to offical belanOS supported devices

Hi all, Some months ago we tried to add revpi-connect-s support to BalenaOS and we managed to get it to a state where we are running one revpi-connect-s in our local setup. For details have a look at https://revolutionpi.de/forum/viewtopic.php?p=12825#p12825 Now, we want to take a step further. We w...
by wickywaka33
17 Sep 2022, 00:19
Forum: Software
Topic: Building BalenaOS RevPi Connect S Image Fails
Replies: 4
Views: 2482

Re: Building BalenaOS RevPi Connect S Image Fails

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-raspberrypi/pull/917 Would love to have your feedback on t...
by wickywaka33
13 Sep 2022, 13:49
Forum: Software
Topic: smsc95xx eth0: Failed to read reg index 0x00000114: -19
Replies: 9
Views: 13385

Re: smsc95xx eth0: Failed to read reg index 0x00000114: -19

This problems was gone for a while when we started using BalenaOS but it seems to be back again for some reason. I am trying to solve it at application level so that the application does not just stops working when the ethernet port(s) becomes unavailable for a split second. Stops working around Sep...
by wickywaka33
02 Sep 2022, 13:04
Forum: Software
Topic: Building BalenaOS RevPi Connect S Image Fails
Replies: 4
Views: 2482

Re: Building BalenaOS RevPi Connect S Image Fails

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 t...
by wickywaka33
01 Sep 2022, 09:16
Forum: Software
Topic: Building BalenaOS RevPi Connect S Image Fails
Replies: 4
Views: 2482

Building BalenaOS RevPi Connect S Image Fails

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 t...