BBB server images

Hi.

So far I only found desktop images (with graphical user interface) for my brand new BBB.

Are there (pure) server images available?

If yes, for which distributions, where to find … ?

Thanks,

You should use the console image:
http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#BBW.2FBBB.2FBBG_.28All_Revs.29

So this would be this one:

[https://rcn-ee.com/rootfs/bb.org/release/2015-11-03/console/bone-debian-7.9-console-armhf-2015-11-03-2gb.img.xz](https://www.google.com/url?q=https%3A%2F%2Frcn-ee.com%2Frootfs%2Fbb.org%2Frelease%2F2015-11-03%2Fconsole%2Fbone-debian-7.9-console-armhf-2015-11-03-2gb.img.xz&sa=D&sntz=1&usg=AFQjCNH2GIDw-n1lvHcov-uypnkCDIjhQg)

or even better this one:

[https://rcn-ee.com/rootfs/bb.org/release/2015-11-03/console/BBB-eMMC-flasher-debian-7.9-console-armhf-2015-11-03-2gb.img.xz](https://rcn-ee.com/rootfs/bb.org/release/2015-11-03/console/BBB-eMMC-flasher-debian-7.9-console-armhf-2015-11-03-2gb.img.xz)

Is that correct?

Sorry … newbie … :frowning:

https://rcn-ee.com/rootfs/bb.org/release/2015-11-03/console/bone-debian-7.9-console-armhf-2015-11-03-2gb.img.xz

Yeah, this would run Debian 7.9 (Wheezy) from microSD card with a
minimal number of pre-installed packages (e.g. "console", no GUI
Desktop).

https://rcn-ee.com/rootfs/bb.org/release/2015-11-03/console/BBB-eMMC-flasher-debian-7.9-console-armhf-2015-11-03-2gb.img.xz

This would be the same software as above but it would install
("flash") it onto the BeagleBone's on-board storage (eMMC). It will
take some additional time over the above method, but then you don't
need to boot off microSD card in the future.

Personally, I prefer to always use the microSD images and not use the
eMMC-flasher image. I like being able to easily swap microSD cards to
run different versions of Debian depending on the project I'm working
on.

cheers,
drew

On Sat, 6 Feb 2016 08:19:27 -0800 (PST), geohei
<georges.heinesch@gmail.com> declaimed the
following:

So this would be this one:

https://rcn-ee.com/rootfs/bb.org/release/2015-11-03/console/bone-debian-7.9-console-armhf-2015-11-03-2gb.img.xz

or even better this one:

https://rcn-ee.com/rootfs/bb.org/release/2015-11-03/console/BBB-eMMC-flasher-debian-7.9-console-armhf-2015-11-03-2gb.img.xz

  As the name implies, the second one is going to automatically reflash
the eMMC that is on the BBB. The first one will leave the eMMC alone and
boot from the uSD card (unless a file is modified to specify that it should
act as a flasher instead)

Ok. That makes it very clear now.
Thanks a lot for the explanations!

One more question …

What about The Jessie (8.3) eMMC console versions?
http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#Jessie_Snapshot_console
They are still inside the directory “testing”.
Are they unstable meaning should I avoid these?

"testing" doesn't mean "unstable"..

"testing" just means they aren't directly listed on:

http://beagleboard.org/latest-images

until they do, like 2016-01-24 ...

Regards,