@Lazar-Demin Much appreciated!
G
Gregg Sandler
@Gregg Sandler
0
Reputation
3
Posts
694
Profile views
0
Followers
0
Following
Best posts made by Gregg Sandler
This user hasn't posted anything yet.
Latest posts made by Gregg Sandler
-
QR Code Generator
Hi!
I am trying to create a QR code with this tutorial https://wiki.onion.io/Projects/OLED-QR-Code-Generator.When I try this opkg install git git-http python-light python-codecs pyOledExp
I get this:
Installing git-http (2.3.5-1) to root...
Installing python-light (2.7.9-5) to root...
Installing python-codecs (2.7.9-5) to root...
Unknown package 'py01edExp'.
Collected errors:- verify_pkg_installable: Only have 132kb available on filesystem /overlay, pkg git needs 665
- opkg_install_cmd: Cannot install package git.
- verify_pkg_installable: Only have 132kb available on filesystem /overlay, pkg git-http needs 809
- opkg_install_cmd: Cannot install package git-http.
- verify_pkg_installable: Only have 132kb available on filesystem /overlay, pkg python-light needs 1207
- opkg_install_cmd: Cannot install package python-light.
- verify_pkg_installable: Only have 132kb available on filesystem /overlay, pkg python-codecs needs 864
- opkg_install_cmd: Cannot install package python-codecs.
- opkg_install_cmd: Cannot install package py01edExp.
Any ideas?