A few days ago I started to work on a Raspberry pi - POWERLINK project, I found out that an Ubuntu based system is best for this. So I tried to install the Ubuntu Mate 16.04 OS, and I got stuck on a problem.
After flashing my 16 GB Sd card with the image in Windows 7 and inserting It into the Pi, I saw only the "Rainbow screen" and the green LED flashes 8 times (4 short blinks and 4 fast blinks in a row), so I started to change the confing file as It was listed in previous articles (change boot delay etc...) and nothing helped.
I have tried these things:
change the boot_delay=0 in config.txt to boot_delay=1 --> Nothing happened.
Copy the kernel.img and kernel7.img from Raspbian OS --> Nothing happened.
Install an older version of Ubuntu Mate 15.04 or 15.10 --> Nothing happened.
Install Snappy Ubuntu Core --> Another Rainbow screen.
Under Raspbian I tried to update the firmware via console : sudo apt-get update; sudo apt-get upgrade;
sudo rpi-update;
Yesterday I tried to install Ubuntu Mate through Noobs installer and finally the installation was finished, but ... there is always a but... After installation and going through the rainbow screen and "recovery" screen I got stuck on a black screen and the LED is again blinking 8 times like I have mentioned before. I have tried several methods which were listen on forums, because everyone was decribing that the "Black" screen is because there is some HDMI problem. So I started changing the config file again, but still nothing happened.
I have tried these things:
1: Uncomment hdmi_safe=1 --> nothing happened.
2: Change hdmi_drive=2 to #hdmi_drive=2, because I am using a HDMI to DVI cable --> nothing happened.
3: Change the hdmi_drive=2 to hdmi_drive=1 --> nothing happened
I am totally ruined because I really need to start the implementation of the POWERLINK communication protocol and without this I got a serious problem.
Please If somebody got a same experience or have a solution then please contact me
Thanks.