-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to install Crowpi2 software and drivers manually from standard Raspberry Pi OS? #46
Comments
Absolutely need this! Thanks Pearl! |
I think I have found out how to do this. I needed the LED seven segment display, but the updated driver I found for it displayed wrong on the third digit. I think this is because Elecrow chose to wire up all the decimals and colons, so their pinout for the LED driver is slightly different. But, good news, the Crowpi2 install image comes with modern python-3.7 libraries, so I did the following :- You will find the libraries below in /usr/local/lib/python3.7/dist-packages/ on the Crowpi2 image. Either
I didn't need to copy the GPIO libraries, maybe because because I had previously installed adafruit-blinka. I think the Blinka install allows them to use the C code they wrote for the Arduino without a rewrite. But it might just work if you copy the Adafruit_PureIO-1.1.9-py3.7.egg and add it to PYTHONPATH. After copying those libraries, add this to ~/.bashrc
log out, log in.
|
Did this issue ever receive any traction? I just picked up one of the CrowPi2 units and went straight to downloading the new OS. I would much rather see official packages made available than to see a proprietary OS. That is one of the many selling points behind the Pi in the first place. Thanks. |
I second this. Especially now when Bullseye is available for quite some time, but CrowPi2 image for it is still absent. |
@DmitryBurstein So, my guess is the 32-bit version will be updated to Bullseye at the same time. |
Instead of using the pre-built CrowPi2 image, I would prefer to install everything (i.e. Crowpi2 software, drivers, etc.) myself. Especially, I have my CrowPi2 system customized with various settings, apps, etc. So, I prefer not to use the pre-built CrowPi2 image when it's updated.
Please provide an installation instructions, similar to what you have provided for CrowPi1.
The text was updated successfully, but these errors were encountered: