Yes, this works for example like this https://revolutionpi.com/forum/viewtopic.php?t=3935#p14039
Since we unfortunately don't have a Bullseye release yet, I can show you the following ways:
Every major release of Debian comes with a certain Python version. If you need a different Python version, you can either try to compile the newer Python version (but there might be problems because other system components depend on /usr/bin/python3 and expect a certain version)
Currently, there is no official 64 bit image support, but there are discussions – search or start your own:
Yes, have a look here https://revolutionpi.de/forum/viewtopic.php?t=3798
We have many customers who work with Java on the system.
Check your network configuration. If you have configured a static IP address, you probably need to add the nameserver to /etc/resolv.conf.
https://revolutionpi.de/forum/viewtopic.php?t=3720
Error: too many communication errors, RevPiStatus = 1) means: At least one I/O module is connected that has not been configured by PiCtory.
Recommendation:
Rebuild your PiCtory configuration. From your SOS Report, I see 9 unknown module type, and I wonder about that because it is supposed to be 11 Modules and I see 20 modules.
Are the PiBridge connectors connected stable?
Update your system
sudo apt update; sudo apt upgrade
Check if you can do a firmware update of the I/O. Just connect one I/O Module at a time.
Module Firmware Update – Industrial Raspberry Pi (revolutionpi.com)
Yes, but you have to go the way and disable the Modbus services, i.e., in the WebStatus. Then you have to adapt the libModbusMaster yourself according to your needs. Have a look at https://libmodbus.org/
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
Not by default, but you have the following options to make that possible:
You customize the image, e.g., via GitHub repository https://github.com/RevolutionPi – much effort
You can use one of our images – no hassle. https://revolutionpi.com/tutorials/downloads/#revpiimages
Yes, have a look here:
https://revolutionpi.com/tutorials/docker-auf-revpi-geraeten-verwenden-2/?noredirect=en_US
Have a look at the following video Tutorial which explains How to create your own rap file:
https://revolutionpi.com/tutorials/video-tutorials/#VT25
Have a look here:
https://revolutionpi.de/forum/viewtopic.php?t=3517
No, because the image was adapted to the RevPi hardware.
https://revolutionpi.de/forum/viewtopic.php?f=6&t=2715#p9876
No, That watchdog feature is implemented in hardware. It cannot be disabled.
If you use virtual machines switching to USB 3.1, all flashes run cleanly.
Use the software balenaEtcher instead of win32diskimager
Check the keyboard layout. Since Buster, it is set to English by default.
https://revolution.kunbus.de/forum/viewtopic.php?f=6&t=2866#p10381
Yes, see here
When downloading the CODESYS application, a config.rsc is automatically created by CODESYS, which is saved on the CODESYS project devices that are configured in CODESYS.
This configuration is created every time the CODESYS application is started and replaces the PiCtory configuration.
This means that any default PiCtory configuration saved or configured by PiCtory will be overwritten by the RevPi CODESYS application.
PiCtory should not be used to configure devices (read only) if the RevPi CODESYS application is to run. |
Here is the checksum:
Download the image from the download area under the following link.
https://revolutionpi.com/tutorials/downloads/?noredirect=en_US
In the zip file you can find the image, MD5 and documentation files. Here is an example:
This does not work either. No IP address can be assigned from the range managed by the APIPA protocol.
https://datatracker.ietf.org/doc/html/rfc3330
Please consider using another network which is outside the address range.
The most common causes seem to be
USB extension
Insufficient power supply to the USB port
Error in the libusb (that's why it's so important to install the latest software …)
Original discussion https://revolutionpi.de/forum/viewtopic.php?f=6&t=3304
Perform the steps https://kunbus-gmbh.atlassian.net/servicedesk/customer/portal/1/article/836468748?src=-1973867200
Please update your system and do an error handling because the error can sometimes occur because the chip goes to sleep. See discussion here:
https://revolutionpi.de/forum/viewtopic.php?f=6&t=2466&hilit=piSerial#p9669
You can look up how we did it for porting an image. So to build your own image, use the code and instructions on GitHub:
https://github.com/RevolutionPi/imagebakery
https://revolutionpi.de/forum/viewtopic.php?f=8&t=1409#p5488
You have to save the configuration and reset the driver. See the Link below:
https://revolutionpi.de/forum/viewtopic.php?t=3372
https://revolutionpi.de/tutorials/was-ist-pictory-2/
https://revolutionpi.de/tutorials/video-tutorials/ | Tutorial 09 – PiCtory.
The default username for logging in over SSH is default: pi
The default username for logging in over PiCtory is : admin
To this issue, we have a possible solution in our forum.
https://revolutionpi.de/forum/viewtopic.php?t=3376
Occasionally, the Linux equivalent tool can still connect to the device. Have a look here:
Building RPiBoot.exe
on your host system (Cygwin/Linux)
https://www.raspberrypi.org/documentation/hardware/computemodule/cm-emmc-flashing.md
Yes, you just have to change the Apache Webserver configuration. Have a look here:
Please, a look here:
https://revolutionpi.de/forum/viewtopic.php?t=3541#p12833
No, it is not possible to view the live values in PiCtory. You could use piTest or the PLC watch mode of https://revpimodio.org/revpipyplc/ instead.
You can use RevPi Commander to view live values.
https://revpimodio.org/quellen/revpicommander/
There is an interesting discussion in the forum
Yes, see here:
https://www.raspberrypi.com/documentation/accessories/camera.html
https://revolutionpi.de/forum/viewtopic.php?f=8&t=2738
There are 2 ways:
Back up your image before upgrading to avoid possible data loss!!! |
Installing a new image
Download Image from one of these links https://revolutionpi.com/tutorials/downloads/?noredirect=en_US#revpiimages
Transfer data to a new image and possibly reinstall the respective software.
Install the current system via “apt”
changing the “stretch” to “buster” keywords in the following files:
/etc/apt/sources.list.d/raspi.list
/etc/apt/sources.list
sudo sed -i 's/stretch/buster/' /etc/apt/sources.list.d/raspi.list sudo sed -i 's/stretch/buster/' /etc/apt/sources.list sudo apt update sudo apt upgrade sudo reboot |
Please be sure to read the current release note, additional scripts may have to be executed! |
To install piControl you have to use the Kernelbakery GitHub repository
The process image can hold 4K of memory. But there are experimental ways to extend it:
See forum entry: https://revolutionpi.de/forum/viewtopic.php?t=3367
https://www.raspberrypi.org/documentation/hardware/computemodule/cm-emmc-flashing.md
Step to the point “Building RPiBoot on your host system (Cygwin/Linux)”
I have successfully installed the latest Ubuntu 22.04 on the Rev Pi Core, now I would like to configure the Real-Time Clock.
The Ubuntu kernel lacks the device tree overlay for the CM4s → so it can't work without customization. We have forwarded a message to the development team. Possibly, the problem will resolve itself.
Yes, this works with an entry in the “fstab”, have a look here: https://www.raspberrypi.org/forums/view ... p?t=205016
https://revolutionpi.de/forum/viewtopic.php?f=6&t=2624#p9597
There is no such tutorial yet. You could use our image bakery as a starting point to learn which parts of us have been modified (mainly our kernel and some tools).
https://github.com/RevolutionPi/imagebakery
No, we don’t provide a 64-bit OS
Please note that with other kernels than ours, there might be some work necessary regarding the support of piControl / our extension modules.
A good starting point would be our kernel repository (https://github.com/RevolutionPi/linux) and the piControl repository (https://github.com/RevolutionPi/piControl).
Forum discussion: https://revolutionpi.de/forum/viewtopic.php?f=6&t=3353#p12104
Would it be possible to change the configuration of a module during running operation?
No, this change must be done via PiCtory and requires a restart of the piControl driver.
https://revolutionpi.de/forum/viewtopic.php?f=6&t=1403
Yes, this will work. But the full 8Gb eMMC memory is only available when the partition is expanded to full size. Run this command - you should run it anyway on cloned images to set the defaults - it will also expand the file system:
pi@RevPi40302:~ $ sudo revpi-factory-reset Usage: revpi-factory-reset <compact|connect|core> <serial> <mac addr> (see front plate) |
https://revolutionpi.de/forum/viewtopic.php?f=18&t=2531&p=9137
There is a list that we have generated here for Buster:
https://revolutionpi.de/forum/viewtopic.php?f=6&t=3032#p10872
You can create your own image and thus your list of licenses, see here:
Yes, there is a known bug together with RevPi Core and Con Modules. Have a look here:
Yes, create a minimal image with the Image Bakery.
https://github.com/RevolutionPi/imagebakery
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
Yes, with piControlReset();
No, this is not planned for the near future.
If you get this message below, you can ignore it.
Windows cannot integrate the EXT4 partition because there are no built-in drivers for this format.
Kernel and image updates are communicated through the official channels, e.g., the news board in the forum. Please subscribe to this. See video tutorial:
https://revolutionpi.com/tutorials/video-tutorials/?noredirect=en_US#VT19
The piControl kernel module will read the process image in a loop. You will have a race condition with the piControl reading the values and your application writing the values. It might work most of the time, but it cannot be guaranteed that the first value is written in one cycle and the 2nd value is written in the next. I'm currently not sure how long the cycle times are and if it might work out for your use case, even if the intercommunicates will be split up in two cycles.
Click here for the discussion in the forum:
https://revolutionpi.de/forum/viewtopic.php?f=6&t=3149
We currently only provide Raspberry Pi OS (former Raspbian) based images. So, even with Buster, it will be based on the Raspberry Pi OS and not directly on Debian. We are currently checking if we can also provide images based on Debian or another distribution. But we have no timeline if and when this will be ready.
Use the tool “SD Memory Card Formatter” and quick format your eMMC
We're planning to release RevPi 4 Modules within this year. I can just say that it is possible to display Node-RED Dashboards on an HDMI touch screen. But the performance depends on your application. If it comes to performance, I recommend you to build yourself a custom image (Image-Bakery) in case you don't need to control IO data you can disable piControl, etc.
https://revolutionpi.de/forum/viewtopic.php?f=3&t=2628#p9589
/dev/ttyAMA0 is the RS485 bus of the piBridge and should not be used by any application (as long you're using modules). The other /dev/ttyUSB devices are FTDI serial interfaces (one for the RS485 front interface and one for the con bridge).
https://revolutionpi.de/forum/viewtopic.php?t=3483