Search found 915 matches

by nicolaiB
14 Nov 2024, 19:55
Forum: Software
Topic: Error installing pyarrow
Replies: 1
Views: 1757

Re: Error installing pyarrow

Looks like they provide wheels for aarch64: https://pypi.org/project/pyarrow/#files

Any reason you use a 32-bit image? Starting with Bookworm there will be only 64-bit images, so maybe it is a good opportunety and then switch to the official pyarrow wheel ?

Nicolai
by nicolaiB
06 Nov 2024, 22:08
Forum: RevPiModIO
Topic: OSError: [Errno 22] Invalid argument: '/dev/piControl0'
Replies: 1
Views: 1107

Re: OSError: [Errno 22] Invalid argument: '/dev/piControl0'

Looks like the piControl driver is not running / missing. What is the output of the following commands:
  • ls -l /dev/piControl0
  • uname -a
  • cat /etc/revpi/image-release
Nicolai
by nicolaiB
06 Nov 2024, 08:57
Forum: Software
Topic: RevPi Connect SE closes network connection randomly
Replies: 4
Views: 1724

Re: RevPi Connect SE closes network connection randomly

Thanks for your feedback! Glad that everything is now working.
by nicolaiB
05 Nov 2024, 12:38
Forum: Software
Topic: RevPi Connect SE closes network connection randomly
Replies: 4
Views: 1724

Re: RevPi Connect SE closes network connection randomly

Sounds like the watchdog is active and reboots the device. Check if the watchdog is disabled via wire bridge on the power connector (wire between pin 2 and 3)

Nicolai
by nicolaiB
31 Oct 2024, 21:05
Forum: Software
Topic: Bookworm images
Replies: 13
Views: 13556

Re: Bookworm images

Sorry this answer was meant for another thread. Regarding your issue: was does the commanf nmcli report?
by nicolaiB
31 Oct 2024, 21:03
Forum: Hardware
Topic: USB Power Output
Replies: 5
Views: 9871

Re: USB Power Output

Hi You can find these information in our datasheet (eg https://revolutionpi.com/wp-content/uploads/manuell/datenblatt/Technical_Datasheet_RevPi-Core-SE.pdf) 2 x USB A (total current draw from both sockets together max. 900 mA) 900 mA USB output current (sum of both USB outputs) is only available wit...
by nicolaiB
31 Oct 2024, 17:16
Forum: Software
Topic: Bookworm images
Replies: 13
Views: 13556

Re: Bookworm images

Redacted as this answer was meant for another thread
by nicolaiB
31 Oct 2024, 17:13
Forum: Hardware
Topic: Revpi 5?
Replies: 5
Views: 1991

Re: Revpi 5?

Rough estimation: samples 6 months after the CM5 is released (if no unforseen design changes are required).

Nicolai
by nicolaiB
28 Oct 2024, 15:23
Forum: Software
Topic: Bookworm images
Replies: 13
Views: 13556

Re: Bookworm images

Hi

Starting with bookworm we switched the buildsystem to debos instead of the handcrafted imagebakery approach. You can find everything in our git repository: https://gitlab.com/revolutionpi/debos-build/

Nicolai
by nicolaiB
28 Oct 2024, 14:27
Forum: Software
Topic: piTest: different verions? -> different behaviour
Replies: 2
Views: 1831

Re: piTest: different verions? -> different behaviour

Hi

The you can find the sources on GitLab / GitHub: https://gitlab.com/revolutionpi/revpi-pitest/

Nicolai