readlee
Posts: 2
Joined: Mon Oct 26, 2015 12:12 pm
Location: UK

PI Zero 8 green LED flash sequence

Sat Nov 28, 2015 12:31 pm

So I was lucky to get the very last Pi Zero from my local shop on the front of MagPi :D However, as a quick test, using my old PI B+2's SD card.. I just get an 8 cycled green led flash. Reading the troubleshooting guide, this means it cannot read the files on (or) the SD. I know the SD card works and a bit more research suggests, to reuse old SD cards already set up for an earlier PI to follow ModMyPi page to update partition #1 & partition #5?

Where do I find this update process, plus, if I update my old SD. Will it still work in my old PI's?

I went all through the MagPi and for us, but not found the guide. I'll feel really silly if it is right under my nose, but just didn't see it. :)

User avatar
hansotten
Posts: 341
Joined: Fri Jul 13, 2012 6:01 am
Contact: Website

Re: PI Zero 8 green LED flash sequence

Sat Nov 28, 2015 12:41 pm

I guess update the Raspbian on your SD card in your older Pi with apt-get update + upgrade the usual way to get a recent firmware.

https://www.raspberrypi.org/documentati ... pdating.md might help.
http://duinorasp.hansotten.com for Raspberry Pi and Arduino and ESP8266
http://retro.hansotten.nl for retrocomputing with the 6502 cpu

fruitoftheloom
Posts: 23337
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: PI Zero 8 green LED flash sequence

Sat Nov 28, 2015 1:00 pm

readlee wrote:So I was lucky to get the very last Pi Zero from my local shop on the front of MagPi :D However, as a quick test, using my old PI B+2's SD card.. I just get an 8 cycled green led flash. Reading the troubleshooting guide, this means it cannot read the files on (or) the SD. I know the SD card works and a bit more research suggests, to reuse old SD cards already set up for an earlier PI to follow ModMyPi page to update partition #1 & partition #5?

Where do I find this update process, plus, if I update my old SD. Will it still work in my old PI's?

I went all through the MagPi and for us, but not found the guide. I'll feel really silly if it is right under my nose, but just didn't see it. :)
You need to update Raspbian on any RPi except Zero or CM, it will then be backward compatible as well as supporting Zero


If you used NOOBS I have no idea what needs to be updated but this is how it was done previously http://thepihut.com/blogs/raspberry-pi- ... berry-pi-2


The following is for a non NOOBS standalone Raspbian

Jessie version:

Code: Select all

sudo apt-get update
sudo apt-get dist-upgrade
sudo reboot
Wheezy version:

Code: Select all

sudo apt-get update
sudo apt-get dist-upgrade
sudo reboot
+

Code: Select all

sudo rpi-update
Last edited by fruitoftheloom on Sat Nov 28, 2015 2:14 pm, edited 1 time in total.
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

User avatar
hansotten
Posts: 341
Joined: Fri Jul 13, 2012 6:01 am
Contact: Website

Re: PI Zero 8 green LED flash sequence

Sat Nov 28, 2015 1:37 pm

Confusing answer?
fruitoftheloom wrote:You need to update Raspbian on any RPi except Zero or CM, it will then be backward compatible as well as supporting Zero
Except Zero? Its a normal Raspbian, so the normal updates are applicable.
fruitoftheloom wrote:

Code: Select all

sudo rpi-update
Bad advice? I have read over and over last year: Dont use rpi-update unless you are testing the bleeding edge of new versions.
http://duinorasp.hansotten.com for Raspberry Pi and Arduino and ESP8266
http://retro.hansotten.nl for retrocomputing with the 6502 cpu

fruitoftheloom
Posts: 23337
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: PI Zero 8 green LED flash sequence

Sat Nov 28, 2015 1:48 pm

You need to undertake the update to get latest firmware / kernel before using in ZERO


You keep stating Raspbian, that is confusing it is either Raspbian Wheezy or Raspbian Jessie, please actually state what Version, thank you


ONLY with Raspbian Wheezy to get the latest firmware / kernel is to use rpi-update as of the 24th November 2015

Linux raspberrypi 4.1.13-v7+ #826 SMP PREEMPT Fri Nov 13 20:19:03 GMT 2015 armv7l GNU/Linux

Nov 18 2015 15:43:45
Copyright (c) 2012 Broadcom
version 0c9af7cde38e223c95c3404f468db8fc5004495c (clean) (release)



Bear in mind if you are using NOOBS Installer / Chooser the update procedure may be different.......
Last edited by fruitoftheloom on Sat Nov 28, 2015 1:54 pm, edited 1 time in total.
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

User avatar
kusti8
Posts: 3439
Joined: Sat Dec 21, 2013 5:29 pm
Location: USA

Re: PI Zero 8 green LED flash sequence

Sat Nov 28, 2015 1:53 pm

Sometimes rpi-update is necessary like in this situation.

In general you shouldn't do a rpi-update except if a forum member who knows what they're doing tells you to do it.
There are 10 types of people: those who understand binary and those who don't.

Return to “Troubleshooting”