Jump to content

LabVIEW Community Edition & Raspberry Pi Zero W


Recommended Posts

Posted

That's a good question. I know it's not officially supported in the LINX documentation. I think it has to do with the type of ARM processor used on the zero vs the Pi 4 (for example). I just received a Pi zero, in my hands and will be trying that out soon. So I'll let you know if I find out anything. I remember seeing some info by someone in the community working on this and will post any info i find.

Edit: LINX toolkit does not support Pi Zero. If you need a small form factor Pi then look for a device with the same or similar CPU.

  • Like 1
Posted

Yeah I remember reading somewhere that the zero CPU is missing some instructions or features that LINX uses.  I can't seem to find the thread at the moment.

Posted
5 hours ago, Aristos Queue said:
Official answer from folks at NI: The answer is unfortunately no. We compile our VIs for ARM V7 architecture. Pi Zero is less capable, doesn’t support all instructions.

Does that mean the toolkit is compatible with any ARM V7 Pi? A simple compatibility list/chart would be helpful. I'm looking at the Pi Compute 3+ for example as well as Pi 3 and 4.

Posted
29 minutes ago, Jordan Kuehn said:

Does that mean the toolkit is compatible with any ARM V7 Pi?

I went to ask. 🙂 Answer:

Yes. ARM V7 Pi or greater. The ARM standard is very hard to keep straight. Various vendors add their own suffix and number to indicate something they extended. I believe the correct statement is that we require that it have ARM architecture of ARMv7 or greater, as shown on the Wikipedia page. There will likely be some corner case that makes it harder to describe. As an example of confusion, the ARM8 is actually an ARMv4, the ARM11 is a V6, the Cortex M3 is a V7, etc.

  • Like 1
Posted

The Pi Zero is apparently a particularly complex case to figure out :
I had to look it up. The PiZero uses a broadcom chip that is Arm11 era. But the same page also has links to Arm9 and even Arm7. So I believe the Zero uses an Arm11 or less which is V6 architecture.

Posted
15 hours ago, Jordan Kuehn said:

I'm looking at the Pi Compute 3+ for example as well as Pi 3 and 4.

I've tried the Pi4 it works no problem. No idea about the Pi Compute. However it has the same CPU and guts of a Pi3, which also works, so don't see any issue.

Posted
2 hours ago, Michael Aivaliotis said:

I've tried the Pi4 it works no problem. No idea about the Pi Compute. However it has the same CPU and guts of a Pi3, which also works, so don't see any issue.

Awesome. Thanks!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.