Raspberry Pi 2 Installation guide [Closed]

qDslrDashbord error reports
Post Reply
PiKmera
Posts: 8
Joined: 27 Aug 2017, 19:14

Raspberry Pi 2 Installation guide [Closed]

Post by PiKmera »

Hi Everybody,

I'm trying to install the server in a Rpi B2, even following the instructions here or in the Github, there's not any way it runs there. I'm sure I'm making something wrong.

1st method:
1. Flash latest Raspbian ISO from Rpi websited into a SD card
2. Run sudo apt-get update && apt-get upgrade
3. Reboot
4. Download and unzip the file (In /home/pi/Downloads/) downloaded from https://dslrdashboard.info/download/ras ... pi-v3-5-3/
5. Run sudo apt-get update && apt-get upgrade
6. Reboot
7. Enter to the folder /home/pi/Downloads/qDslrDashboard_V3.5.3_RPI/ and run sudo ./qDslrDashboard.sh
8. There's always a missing libraries..

2nd method:
1. Flash latest Raspbian ISO from Rpi websited into a SD card
2. Run sudo apt-get update && apt-get upgrade
3. Reboot
4. Run git clone git://github.com/hubaiz/DslrDashboardServer package/DslrDashboardServer
5. Run sudo apt-get update && apt-get upgrade
6. Reboot
7. Run sudo make menuconfig
8. Error message "no rule to make target 'menuconfig'"

- -
I'm not sure if the problem might be in the memory assigned to the GPU, when I set it to 512, the Pi won't boot. Once I set it for any lower value, it boots normally. Even gpu_mem_1024=512 let me boot the Pi, however when check the memory it says 64M.

Any suggestion where I'm making the mistake in the procedure?

Thanks in advance!
Last edited by PiKmera on 28 Aug 2017, 11:51, edited 1 time in total.
hubaiz
Site Admin
Posts: 2001
Joined: 27 Jan 2015, 18:58

Re: Raspberry Pi 2 Installation guide

Post by hubaiz »

Please check my answer here: viewtopic.php?f=5&t=1433&start=20#p6370
PiKmera
Posts: 8
Joined: 27 Aug 2017, 19:14

Re: Raspberry Pi 2 Installation guide

Post by PiKmera »

Thanks, I close this topic then.
Post Reply