Table of Contents |
---|
Can I/What can I do…?
How do I get Python3 to appear in the graphical user interface?
You can use the Thonny IDE, which is available under the menu “Programming”:
...
Would it be possible to
...
configure a Revolution Pi device to continuously run a PHP program, and is there documentation regarding the installation of PHP in RevPi?
Take Yes, take a look at this conversation
...
dtoverlay=dwc-otg no longer working on the RevPi Core S, what can I do?
The dwc_otg
does not work there because the fiq
support is missing.
On a CM4S-based device, the XHCI controller mode (USB 2.0) can be used with otg_mode=1
in /boot/config.txt
.dwc_otg
, can only be used on older CM/CM3/CM3+-based devices.
How can I find which application consumes hidden RAM?
Does any other application run in the background, and which is not getting captured from TOP command, How can I find which application consumes these hidden RAM?
...
here:
(661) PHP in RevPi - The Industrial Raspberry Pi Forum (revolutionpi.com)
I would like to access the built-in RS485 interface of the RevPi Connect - which interface is the right one?
The correct interface is "/dev/ttyUSB0"
The "/dev/ttyAMA0" transmits the PiBridge data
I want to work with a touchscreen, but the pre-installed epiphany browser does not work accurately, what can I do?
Install and use Google Chrome.
...
How do I get Python3 to appear in the graphical user interface?
You can use the Thonny IDE, which is available under the menu “Programming”:
...
What to do if RevPi PLC Commander does not start?
Error message:
...
Would it be possible to run ROS on the RevPi?
Take a look at this conversation
...
dtoverlay=dwc-otg no longer working on the RevPi Core S, what can I do?
The dwc_otg
does not work there because the fiq
support is missing.
On a CM4S-based device, the XHCI controller mode (USB 2.0) can be used with otg_mode=1
in /boot/config.txt
.dwc_otg
, can only be used on older CM/CM3/CM3+-based devices.
How can I find which application consumes hidden RAM?
Does any other application run in the background, and which is not getting captured from TOP command, How can I find which application consumes these hidden RAM?
There is an explanation see here https://revolutionpi.com/forum/viewtopic.php?t=3939#p14099
What to do if RevPi PLC Commander does not start?
Error message:
Code Block |
---|
Traceback (most recent call last):
File "/usr/share/revpicommander/revpicommander.py", line 18, in <module>
from avahisearch import AvahiSearch
File "/usr/share/revpicommander/avahisearch.py", line 11, in <module>
from zeroconf import IPVersion, ServiceBrowser, Zeroconf
ImportError: cannot import name 'IPVersion' from 'zeroconf' (/usr/lib/python3/dist-packages/zeroconf.py) |
...
In general, there are different possibilities to output the messages on serial interfaces during boot:
https://www.raspberrypi.org/documentation/hardware/raspberrypi/bootmodes/README.md
https://www.raspberrypi.org/documentation/configuration/uart.md
...
Yes, create a minimal image with the Image Bakery.
https://github.com/RevolutionPi/imagebakery
Would it be possible to change the static values of PiCtory dynamically?
Yes, but only with the Image Bakery.a workaround.
Please keep in mind that the driver has to be restarted.
See Forum:
https://githubrevolutionpi.comde/RevolutionPi/imagebakery
Would it be possible to change the static values of PiCtory dynamically?
Yes, but only with a workaround.
Please keep in mind that the driver has to be restarted.
See Forum:
https://revolutionpi.de/forum/viewtopic.php?f=6&t=3038#p10879
Is there another way to rest the driver programmatically, i.e., via C language?
Yes, with piControlReset();
I need to find a number inside the KUNBUS with buster distro that is not copied copying the system image.
You can use the unique serial number from the Revolution Pi for this. This can be read out with piSerial. This number is unique because it is read from the crypto chip as well as from the TMP module.
Code Block |
---|
$ piSerial -s |
Is a Rust library planned, like the library for Python?
No, this is not planned for the near future.
...
forum/viewtopic.php?f=6&t=3038#p10879
Is there another way to rest the driver programmatically, i.e., via C language?
Yes, with piControlReset();
I need to find a number inside the KUNBUS with buster distro that is not copied copying the system image.
You can use the unique serial number from the Revolution Pi for this. This can be read out with piSerial. This number is unique because it is read from the crypto chip as well as from the TMP module.
Code Block |
---|
$ piSerial -s |
Is a Rust library planned, like the library for Python?
No, this is not planned for the near future.
Others Questions…?
Now and then, the service crashes with the error "Main process exited, code=killed, status=11/SEGV". The crash appears to be random and is not related to any event happening in the application, nor the controller.
Take a look here:
...
Do I have to format the RevPi when I connect the RevPi to a Windows device?
...