Parallella vs. Prop?
Kotobuki
Posts: 82
Hi,
I was wondering if anyone has done a comparason between the Parallella board and the Propeller. I am going to get the Propeller and board, but was wondering about the Parallella. I have read that some folks have used a Parallella board with a Paspberry Pi (for graphics, which aparantly the Parallella cannot do).
Any information wouild be most welcome.
Best,
joe
I was wondering if anyone has done a comparason between the Parallella board and the Propeller. I am going to get the Propeller and board, but was wondering about the Parallella. I have read that some folks have used a Parallella board with a Paspberry Pi (for graphics, which aparantly the Parallella cannot do).
Any information wouild be most welcome.
Best,
joe
Comments
The Propeller has 8 small integer only processors that are closely coupled to the I/O pins. It is a micro-controller designed for interfacing to real world things in real-time. It has multiple processors so that users don't have to worry about programming interrupts and the timing problems they can introduce.
The Epiphany chip is an array of small processors tuned for floating point maths. It is designed for high speed number crunching where your problem can be tackled in parallel. It has no I/O pins that can be used for controlling external devices. You will want to be familiar with some serious mathematical algorithms and how to parallelize them to make any sensible use of that device.
The Parallella board is an ARM processor, again a different animal, with an Epiphany chip on the board.
If you have to ask this question start with a Propeller, it is a wonderfully simple thing to learn about programming with.
rod1963,
"...multiprocessing....parallel processing...."
What is the difference?
I think he's trying to say parallela has a bunch of processors that work together (on the same problem) while the prop has eight processors that work on whatever problem(s), but at the same time, even thought each is independence of the others.
I'd say prop is more for embedded control, and the parallela is for matrix crunching. Although its all about the custom program one writes for either.
.
Yes, Prop for real-world control, Epiphany for number crunching.
Note however that Epiphany cores are actually independent machines that need not work "on the same problem".
If it was EASY, I would have done it myself. Seeing its really is harder than I thought (and I thought it would be hard), I'm glad I left them do the work.
Personally, I'm in no great hurry to get my hands on the parallela, I would have to find a college kid to program it anyway. I just want it to exist.
If it does eventually exist as a commercial product with large numbers in the wild, great. If it never comes about (unlikely) its only $99 lost, so who cares?
http://www.adapteva.com/news/carmel-ventures-and-ericsson-invest-in-adapteva/
On the topic of Cheap Boards, with extra power, I see Microsemi have just added TQFP144 package to their fusion2 series, which were all in larger 400+ BGAs - only downside, is they seem to drop the DDR2 ability in the 144 pin part.
http://www.microsemi.com/document-portal/doc_download/132721-smartfusion2-product-brief
The base parts in the larger pin counts seem to be ~$25, so maybe the TQFP144 will be sub $20, which could enable some low cost eval boards.
We could call it "ONE_OF_EACH.com". Meanwhile I get more joy from just progressing with the Propeller than having to start over with each and every heart-throbbing new gizmology.
So I got my parallela board just now. Who's got plans or ideas on how to use these in a bot?
Mine is now in the UK, and I've paid the charges (£21.18). I should receive it on Monday or Tuesday.
The board has just been delivered. It's surprisingly small, now I have it in my hands. It was supplied with a small stick-on heatsink for the Zynq FPGA, and a fan is recommended.
I've downloaded the latest Cygwin and am looking for a suitable PS and cables. I'll also need to download the SDK and get an SD card for it.
Cool! How's the boot up speed? I did read somewhere that it ran the Ubuntu OS. Is that the only option?
I've connected a USB keyboard to it, but can't login with the default user name and password for some reason. I've posted a message to the Parallella forum about it.
It gets *very* hot, and really needs a fan.
I'd probably try Linux Mint.
The default Parallella user name is “linaro”
The default password is “linaro”
It's weird that the defaults don't work. Any chance your cap locks are on? Can you try to boot with a different keyboard just in case there is a problem with driver for the keyboard you just tried?
I found a different make of USB keyboard and that was the same.
http://www.putty.org
re: HEAT(from the known issues list)
Keyboards[/h]
- Gear Head KB3700TP
- Logitech Wireless Keyboard K330
- Microsoft Wireless Comfort Keyboard 5000
http://elinux.org/Parallella_VerifiedPeripherals-Remove the 5V DC power connector while keeping the USB peripheral connector (J6) connected to a non-conforming powered USB hub.
Result:
-USB port of the Parallella board gets fried if left on long enough.
http://forums.parallella.org/viewtopic.php?f=10&t=841
I have a Logitech MK330 keyboard and mouse on order. I should get them tomorrow.
A Logitech M210 wireless mouse works OK. I don't need a hub, the USB wireless dongle thingy supplied with the mouse should work with the keyboard, as well.
Sounds a strange failure mode - how can a power supply capability issue fry a USB port ??
I'd expect the stress to go onto the PC Serial port Power handling, not the remote load USB port ?