Difference between revisions of "Debian Wheezy Instructions"

From odroid US
Jump to: navigation, search
(Availability)
Line 24: Line 24:
  
 
It is convenient to be able to use smaller images
 
It is convenient to be able to use smaller images
 +
 +
=== Image Creation Details ===
 +
This is where I plan to detail how the image was created, starting with odroidu2_20130104-linaro-ubuntu-desktop-uSDeMMC.img.xz and then using debootstrap.
 +
 +
Maybe I'll do a buildroot image first...

Revision as of 22:55, 7 January 2013


Availability

An SD Card image for a Debian system for odroid-u2 is available in the downloads area Debian-wheezy

The files with the .md5sum extensions give you an easy way to check validity after downloading, using md5sum like this:

md5sum -c odroidu2_20130104-debian-wheezy-2.img.xz.md5sum 
# odroidu2_20130104-debian-wheezy-2.img.xz: OK

The non-filesystem area, including the bootloader(s) are identical to odroidu2_20130104-linaro-ubuntu-desktop-uSDeMMC.img.xz, that is why the first part of the file names match.

debian-wheezy describes the system, the -2 is a version number, .img means it is a SD card image and .xz shows the file compression type.

Features

Writing the image to SD card and booting will give you a completely pristine, up-to-date, headless Debian 7.0 system. Headless, meaning only the Linux console is active -- not the HDMI display.

The network will come up automatically, using DHCP.


Root Filesystem Only

The tarball with the -rootfs.tgz suffix is just the content of the rootfs partition of the SD card. If you have flashed the Ubuntu image and want to try the Debian system, you can just mount the partition, delete all the files and then extract the tarball onto the SD card.

It is convenient to be able to use smaller images

Image Creation Details

This is where I plan to detail how the image was created, starting with odroidu2_20130104-linaro-ubuntu-desktop-uSDeMMC.img.xz and then using debootstrap.

Maybe I'll do a buildroot image first...