TVE on ARM-based NAS

Does your processor support NEON extensions? It was previously mentioned in this thread that supporting NEON extensions is a hard limit to being able to support TVE on ARM. (Check the output of cat /proc/cpuinfo; that ought to let you know which extensions your processor supports.)

1 Like

What is the least expensive NAS that supports TVE? I already have an HDD from my other NAS so diskless would be preferred.

So I have never used SSH. I just figured out how and I'm not sure how I'm supposed to do what you wrote. Under help available commands are
: [ [[ alias bg break cd chdir command continue echo eval exec
exit export false fg getopts hash help jobs kill local printf
pwd read readonly return set shift source test times trap true
type ulimit umask unalias unset wait

Not sure how to find or call up cpuinfo.

Any help?

From what I can find the MyCloud EX2 Ultra has a Marvell Armada 385. Based on the docuentation below the 38x family of processors support NEON.

Since it supports NEON does that mean it's possible to make this work?

UPDATE:
Looks like the information on this thread confirms that the processor on the EX2 Ultra supports NEON.