3.6.3 PiAware Image - Jessie or Strech?

Team, The file hosted here: http://piaware.flightcdn.com/piaware-sd-card-3.6.3.img.zip

Is that build on Jessie or Stretch? If it’s Jessie, when will a new build be available that’s on Stretch?

thanks!

3.6.3. is on Stretch. (3.6.2 was also on Stretch)

see the announcement thread

@eshulze
Although @geckoVN has already replied, but as a tool for future, I will like to add that you can check distro version by this command:

cat /etc/os-release

Above command gave following output which contains version name ( “stretch” in this case) in 1st and 4th lines

PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)"
NAME="Raspbian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
ID=raspbian
ID_LIKE=debian

1 Like

Another command to find out version is lsb_release -a

pi@raspberrypi:~ $ lsb_release -a

No LSB modules are available.
Distributor ID: Raspbian
Description:    Raspbian GNU/Linux 9.4 (stretch)
Release:        9.4
Codename:       stretch

Thanks all. I’m aware of the commands, but you can’t run them until you deploy the image. Considering my PI is in my attic, I have to do all my prep before hand.

1 Like