Udload Profile per Webaccess
- mcallegari
- Posts: 4807
- Joined: Sun Apr 12, 2015 9:09 am
- Location: Italy
- Real Name: Massimo Callegari
- Contact:
You can't upload input profiles via web.
You need to scp them via SSH in /root/.qlcplus/inputprofiles
You need to scp them via SSH in /root/.qlcplus/inputprofiles
-
- Posts: 86
- Joined: Wed Sep 12, 2018 10:44 am
- Real Name: Richard
Haven't had chance to create a 'how to' yet,
but this link gives some of the basics of how to connect to your rpi via ssh
https://howchoo.com/g/mgi3mdnlnjq/how-t ... pi-via-ssh
but this link gives some of the basics of how to connect to your rpi via ssh
https://howchoo.com/g/mgi3mdnlnjq/how-t ... pi-via-ssh
-
- Posts: 86
- Joined: Wed Sep 12, 2018 10:44 am
- Real Name: Richard
If you have issues with access because you are not running as 'root' then look here
https://www.raspberrypi.org/forums/view ... hp?t=48293
https://www.raspberrypi.org/forums/view ... hp?t=48293
-
- Posts: 86
- Joined: Wed Sep 12, 2018 10:44 am
- Real Name: Richard
here's a how to for using scp over ssh
you'll need to install something like putty on your pc
https://www.raspberrypi.org/documentati ... ssh/scp.md
you'll need to install something like putty on your pc
https://www.raspberrypi.org/documentati ... ssh/scp.md
-
- Posts: 86
- Joined: Wed Sep 12, 2018 10:44 am
- Real Name: Richard
I've just had to reinstall my qlc+ image (lots of playing at the terminal, and obvs messed with something I shouldn't have!)
So, was a good excercise in going through everything I had learned again.
I found that the instructions I had previously used for SCP'ing the input profile didn't work this time.
Using scp to copy from pc directly to correct location wouldn't work because I couldn't firgure out how to the configure the root password, and without a root password it wouldn't let me do the copy.
Lots of messing around, and long story short, the easiest way I found to input the input profile was to boot up another SD card I have with my regular RPi OS install with GUI desktop. Used an SD card USB dongle to load my QLC+ sd card as external media, and copied the profile to home/pi
Then swapped cards, booted the sd card with the QLC+ image, and used ssh to sudo cp the file to the correct location.
So, was a good excercise in going through everything I had learned again.
I found that the instructions I had previously used for SCP'ing the input profile didn't work this time.
Using scp to copy from pc directly to correct location wouldn't work because I couldn't firgure out how to the configure the root password, and without a root password it wouldn't let me do the copy.
Lots of messing around, and long story short, the easiest way I found to input the input profile was to boot up another SD card I have with my regular RPi OS install with GUI desktop. Used an SD card USB dongle to load my QLC+ sd card as external media, and copied the profile to home/pi
Then swapped cards, booted the sd card with the QLC+ image, and used ssh to sudo cp the file to the correct location.