Volumio and Raspberry oficial 7" display

I have just bought the raspberry official 7" display. I have installed into my raspberry Pi 2 + IQ audio + Volumio, and the display it does not work. I have follow all the diaplay installation instructions but is not working. The volumio version I am running is the 1.55. Any idea about what I should do?

I am trying to have my raspberry+IQ audio+ Volumio + 7" display running and connected to y music amplifier.

Thanks in advance

Hi, i have a similar configuration running now for months and it should be very easy, just follow these steps:

  1. Expand your SD-card:

sudo fdisk /dev/mmcblk0 Command : d (delete the partition won't delete the content, it's just a partition table update) Partition number : 3 Command : n Select : default Partition number : 3 Partition start : default Partition end : default Command : w sudo reboot

and perhaps:

    sudo resize2fs /dev/root  
  1. Install LXDE:
    sudo apt-get install -y lxde xserver-xorg 

after this the pi should boot into LXDE if not, go to raspi-config and select in boot options to boot into the graphical desktop with user pi and reboot.

Have fun.

derretro