Table of Contents |
---|
Can I/What can I do…?
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?
Yes, take a look 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”:
...
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?
...
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
...
I want to use my HTTP interface, but it is used by PiCtory – can I change it?
...
I change it?
Yes, you just have to change the Apache Webserver configuration. Take a look here:
How to …?
How to program using RevPiModIO the right way?
If you use autorefresh=True, then you MUST call a [name_of_modio_instance].exit() before program end. This ensures that set exits are written again safely. If you work with the debugger, then everything runs so "slowly" that it still manages to write the outputs to the process image.
...
How can I build or use BalenaOS?
...
Yes, create a minimal image with the Image Bakery.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 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?
...