DotStar Pi Painter

EL Wire/Tape/Panels, LEDs, pixels and strips, LCDs and TFTs, etc products from Adafruit

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
Alfredboivin
 
Posts: 2
Joined: Sat Oct 16, 2021 2:54 pm

DotStar Pi Painter

Post by Alfredboivin »

I have a Raspberry Pi 4B with the Raspbian “Lite” operating system working, I have enable the SPI interface. I'm at the "Dry run" step to run "python3 DotStarPiPainter.py" and plug a usbpen with images on it. And it's not printing that it is loading and processing and image at all...

I think it might be the usbmount program that is not mounting on /media/usb/

User avatar
Alfredboivin
 
Posts: 2
Joined: Sat Oct 16, 2021 2:54 pm

Re: DotStar Pi Painter

Post by Alfredboivin »

I found a way to make it work. I had to change one line in this file:
/lib/systemd/system/systemd-udevd.service
Before:

Code: Select all

PrivateMounts=yes
After:

Code: Select all

PrivateMounts=no
Then I rebooted and it was OK ;)

Locked
Please be positive and constructive with your questions and comments.

Return to “Glowy things (LCD, LED, TFT, EL) purchased at Adafruit”