Trying to install pycharm on a PI with Raspian and get this error "server vm is only supported on armv7+"
?? -- thanks for any help
In terminal I just put in the path to pycharm.sh
Model of Raspberry Pimmkw43 wrote:Trying to install pycharm on a PI with Raspian and get this error "server vm is only supported on armv7+"
?? -- thanks for any help
In terminal I just put in the path to pycharm.sh
and Raspian is still on 6?rpdom wrote:Which model Pi? Only the Pi 2 has an ARMv7. All the others have ARMv6.
Raspbian was specifically built for v6 (and above).Bruny wrote:and Raspian is still on 6?rpdom wrote:Which model Pi? Only the Pi 2 has an ARMv7. All the others have ARMv6.
Code: Select all
rpdom@raspi:~$ grep model /proc/cpuinfo
model name : ARMv6-compatible processor rev 7 (v6l)
Code: Select all
model name : ARMv7 Processor rev 5 (v7l)
model name : ARMv7 Processor rev 5 (v7l)
model name : ARMv7 Processor rev 5 (v7l)
model name : ARMv7 Processor rev 5 (v7l)
Code: Select all
pi@raspberrypi ~ $ ./pycharm-community-4.0.4/bin/pycharm.sh
Error occurred during initialization of VM
Server VM is only supported on ARMv7+ VFP