mmkw43
Posts: 554
Joined: Tue Dec 24, 2013 6:18 pm

ARMv7+ ?

Mon Feb 23, 2015 5:51 pm

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

fruitoftheloom
Posts: 23549
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: ARMv7+ ?

Mon Feb 23, 2015 6:10 pm

mmkw43 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
Model of Raspberry Pi :?:
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot) RaspiOS64 ARM64
Asus ChromeBox 3 Celeron is my other computer...

User avatar
rpdom
Posts: 17275
Joined: Sun May 06, 2012 5:17 am
Location: Chelmsford, Essex, UK

Re: ARMv7+ ?

Mon Feb 23, 2015 6:18 pm

Which model Pi? Only the Pi 2 has an ARMv7. All the others have ARMv6.

mmkw43
Posts: 554
Joined: Tue Dec 24, 2013 6:18 pm

Re: ARMv7+ ?

Mon Feb 23, 2015 6:20 pm

all I can see is a 2011.12 on the pcb itself -- can I see hardware info in raspian?

Bruny
Posts: 159
Joined: Fri Feb 06, 2015 5:22 pm

Re: ARMv7+ ?

Mon Feb 23, 2015 6:23 pm

rpdom wrote:Which model Pi? Only the Pi 2 has an ARMv7. All the others have ARMv6.
and Raspian is still on 6?

mmkw43
Posts: 554
Joined: Tue Dec 24, 2013 6:18 pm

Re: ARMv7+ ?

Mon Feb 23, 2015 6:30 pm

lx panel 0 7 .1 is all I see when I try "about" info -- where do i see the raspbian version?

User avatar
B.Goode
Posts: 10356
Joined: Mon Sep 01, 2014 4:03 pm
Location: UK

Re: ARMv7+ ?

Mon Feb 23, 2015 6:39 pm

As previously discussed -

Download: http://download.jetbrains.com/python/py ... 0.4.tar.gz

Unpack it using these instructions: https://www.jetbrains.com/pycharm/downl ... p?os=linux

That works for me on an RPi Model 2 B running the mid-Feb 2015 version of Raspbian.

mmkw43
Posts: 554
Joined: Tue Dec 24, 2013 6:18 pm

Re: ARMv7+ ?

Mon Feb 23, 2015 6:41 pm

I have.

All you do is point to the pycharm.sh file in terminal after unpacking right? I do and then get that error.

User avatar
rpdom
Posts: 17275
Joined: Sun May 06, 2012 5:17 am
Location: Chelmsford, Essex, UK

Re: ARMv7+ ?

Mon Feb 23, 2015 6:42 pm

Bruny wrote:
rpdom wrote:Which model Pi? Only the Pi 2 has an ARMv7. All the others have ARMv6.
and Raspian is still on 6?
Raspbian was specifically built for v6 (and above).
You can find which CPU you have using a terminal

Code: Select all

rpdom@raspi:~$ grep model /proc/cpuinfo
model name	: ARMv6-compatible processor rev 7 (v6l)
That shows I have an ARMv6 CPU on my Pi, which is a model B ver 1.0.
On Pi 2B you will get something like

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)
(as there are four ARMv7 CPU cores on the Pi2)

mmkw43
Posts: 554
Joined: Tue Dec 24, 2013 6:18 pm

Re: ARMv7+ ?

Mon Feb 23, 2015 6:42 pm

How do I get the raspian version -- don't see an "about" or anything

ghans
Posts: 7882
Joined: Mon Dec 12, 2011 8:30 pm
Location: Germany

Re: ARMv7+ ?

Mon Feb 23, 2015 6:45 pm

Code: Select all

lsb_release -a
also interesting :

Code: Select all

cat /boot/issue.txt
ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org

mmkw43
Posts: 554
Joined: Tue Dec 24, 2013 6:18 pm

Re: ARMv7+ ?

Mon Feb 23, 2015 6:48 pm

It says arm v6 compatable rev7 (v6l)

ghans
Posts: 7882
Joined: Mon Dec 12, 2011 8:30 pm
Location: Germany

Re: ARMv7+ ?

Mon Feb 23, 2015 6:50 pm

Well , there you have it. PyCharm will simply not run on your "old" model B1 or B+1 .

ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org

User avatar
B.Goode
Posts: 10356
Joined: Mon Sep 01, 2014 4:03 pm
Location: UK

Re: ARMv7+ ?

Mon Feb 23, 2015 6:54 pm

Confirmed.

If I try the same download/unpack/execute steps on an 'original' RPi Model B I get:

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

mmkw43
Posts: 554
Joined: Tue Dec 24, 2013 6:18 pm

Re: ARMv7+ ?

Mon Feb 23, 2015 7:30 pm

Ok -- sorry guys -- guess I must have bought this is older than I thought. Think it must be the one I bought where I said "gotta get one of those" and it sat in my shop.

Oh well -- my aplogies. I'll have to see what the model1's capabilities are and use it for that.

mmkw43
Posts: 554
Joined: Tue Dec 24, 2013 6:18 pm

Re: ARMv7+ ?

Mon Feb 23, 2015 7:37 pm

Hey -- who has the new PI2 in stock in the US -- are they available?

mmkw43
Posts: 554
Joined: Tue Dec 24, 2013 6:18 pm

Re: ARMv7+ ?

Mon Feb 23, 2015 7:58 pm

nevermind -- mcm just bought one

Return to “General discussion”