Hello! I am new to the parallella community. I recently bought one of the "server" models off Amazon. I installed the "headless" build included in the quick start notes on the SD card. I am familiar with this process from working with the Rasberry Pi. I do not intend to ever use a HDMI monitor. Ever. I'm currently pretty unhappy as the thing has never booted to the best of my reckoning.
Upon attempting booting up the machine, I get blinking lights, seeming to indicate the machine has booted. Viewing my network directly from my gateway, I see that the parallella never appears as a connected device. I do see blinking lights on the parallella's ethernet jack. However, I did a test and removed the SD card and noticed that the same blinking lights appear even without an attached SD card. That's very irritating, as there are absolutely zero external signs whether the parallella has booted successfully.
I want to emphasize that I have not been able to successfully boot this machine at all, ever. I'm beginning to think I bought a brick here.
Also, I have looked, but I have found no checksums to determine the image you provided me for the SD card is valid. This makes me very sad.
Does SSH listen on a nonstandard port?
How can I trouble shoot this on a "headless" build? I do not want to use HDMI! Is there a serial interface I can somehow use to see where in the boot process it is dying? How is it connected? What cable is used? baud rate? How do I set this up?
How can I ensure that that the image written to the SD card is valid? Do you have checksums? How do I know dd has written correctly to the SD card even if the original image is valid?
I have also tried:
-rewriting the SD card image several times.
-connecting directly via my laptop, with the suggested network settings.
~/parabuntu $ ssh 10.11.12.13
ssh: connect to host 10.11.12.13 port 22: No route to host
$ ping 10.11.12.13
PING 10.11.12.13 (10.11.12.13) 56(84) bytes of data.
From 10.11.12.1 icmp_seq=1 Destination Host Unreachable
From 10.11.12.1 icmp_seq=2 Destination Host Unreachable
From 10.11.12.1 icmp_seq=3 Destination Host Unreachable
cFrom 10.11.12.1 icmp_seq=4 Destination Host Unreachable
From 10.11.12.1 icmp_seq=5 Destination Host Unreachable
From 10.11.12.1 icmp_seq=6 Destination Host Unreachable
From 10.11.12.1 icmp_seq=7 Destination Host Unreachable
From 10.11.12.1 icmp_seq=8 Destination Host Unreachable
From 10.11.12.1 icmp_seq=9 Destination Host Unreachable
From 10.11.12.1 icmp_seq=10 Destination Host Unreachable
From 10.11.12.1 icmp_seq=11 Destination Host Unreachable
From 10.11.12.1 icmp_seq=12 Destination Host Unreachable
From 10.11.12.1 icmp_seq=13 Destination Host Unreachable
From 10.11.12.1 icmp_seq=14 Destination Host Unreachable
From 10.11.12.1 icmp_seq=15 Destination Host Unreachable
From 10.11.12.1 icmp_seq=16 Destination Host Unreachable
From 10.11.12.1 icmp_seq=17 Destination Host Unreachable
From 10.11.12.1 icmp_seq=18 Destination Host Unreachable
^C
--- 10.11.12.13 ping statistics ---
21 packets transmitted, 0 received, +18 errors, 100% packet loss, time 19999ms
pipe 4
Image used:
parabuntu-2016.11.1-headless-z7010.img
I believe the model number here is the P1600-DK03, at least that's what Amazon says. The box you sent me has no outward signs of a model number. Box says "Parallella 16 Micro Server, New" - I can provide more detailed information on the individual board over PM.
Lastly so we can save some time here are my reactions to the troubleshooting information on github:
Your board won't come up on the network?
The most common error is that the wrong image is used (see install instructions above to determine which version is the correct one)
According to your published information this is the correct image.
Log in to your router and see if you can find the board in the DHCP client list.
I can't.
If you connect your Parallella directly to your computer's ethernet port, enable internet sharing, or make sure that your computer and Parallella is on the same network by setting your computer's IP to 10.11.12.x (e.g. IP 10.11.12.1 netmask 255.255.255.0).
I did this. Same result.
Connect a serial cable, anything weird in the boot log?
What is a "serial cable" in this case? - do you have any detailed instructions for how to speak to this over serial? Must a solder a connection? Baud rates?
Please give me some indication of how I can debug all this. I'm beginning to be very frustrated.