Multiple questions on project migration
Posted: 11 Jun 2021, 00:42
Hi,
I have multiple questions since I am considering migrating an existing project from a Pi Compute to the RevPi's.
1. I have a python app that runs on a touchscreen and interacts with the GPIOs through python module RPi-GPIO. With the RevPi DI and DO modules, can I still use my RPi-GPIO module that references the BCM pin numbers to interact with the GPIO? The RPi-GPIO module already provides rising/falling monitoring of GPIO inputs and it is easy to write to outputs. Will my transition be seamless or is there some other layer to interacting with the GPIOs?
2. Is there any protection from powering off the RevPi while the eMMC is being written? I know in some cases the eMMC can become corrupted if power is abruptly turned off.
3. As for the OS, is there an image that has no desktop? I have been using the Raspbian Lite and installing the XWindows packages myself to run my python touchscreen app.
Thanks in advance!!
I have multiple questions since I am considering migrating an existing project from a Pi Compute to the RevPi's.
1. I have a python app that runs on a touchscreen and interacts with the GPIOs through python module RPi-GPIO. With the RevPi DI and DO modules, can I still use my RPi-GPIO module that references the BCM pin numbers to interact with the GPIO? The RPi-GPIO module already provides rising/falling monitoring of GPIO inputs and it is easy to write to outputs. Will my transition be seamless or is there some other layer to interacting with the GPIOs?
2. Is there any protection from powering off the RevPi while the eMMC is being written? I know in some cases the eMMC can become corrupted if power is abruptly turned off.
3. As for the OS, is there an image that has no desktop? I have been using the Raspbian Lite and installing the XWindows packages myself to run my python touchscreen app.
Thanks in advance!!