Import JPEG/PNG on virtual console with raspberry

All the topics related to QLC+ on the Raspberry Pi
Post Reply
ada2000
Posts: 3
Joined: Sun Oct 24, 2021 6:46 pm
Real Name: Delor Aprile

Hello ,

is it possible to import JPEG /PNG on the virtual console on raspberry ?

I try with

Code: Select all

sudo apt-get install usbmount
but my usb storage don't mount
E: Failed to fetch http://raspbian.raspberrypi.org/raspbia ... p/pmount/p

Can you help me please
User avatar
edogawa
Posts: 572
Joined: Thu May 07, 2015 10:34 am
Real Name: Edgar Aichinger

Some more context would help: Massimo's image or plain Raspbian/Raspberry Pi OS?

Anyways, that link seems broken, but if you remove the trailing "/p", it gives a directory listing.
I don't know enough about Debian's repo organization to explain what's wrong here...

Raspberry Pi OS should be able to mount USB sticks, I use several variants of it (stock RPi OS, Patchbox OS, etc.) and all can do that

On QLC image, it may be easier to use ssh/scp and transfer your image from a PC. See the QLC+_RaspberryPi_Buster_Guide, chapter 5.3
Or put the SD card in your main PC and copy the image over to somewhere in the RPi's user folder.
Post Reply