Difference between revisions of "Prebuilt SD card images running debian"

m (Download Method: fix force newlines, and while at it mark as code (not non-wiki text))
(Debian with GUI (X))
Line 48: Line 48:
  
 
===Debian with GUI (X)===
 
===Debian with GUI (X)===
[https://dl.dropbox.com/u/26179254/olinuxino_xfce.zip A13 Debian Image with X]
+
Created by jwischka
  
Configuration
+
[https://dl.dropbox.com/u/26179254/olinuxino_xfce.zip A13 Debian Image with X V2]
 +
 
 +
 
 +
[http://files.wisch.org/olinuxino_xfce-20130108.zip A13 Debian Image with X V3]
 +
 
 +
Configuration <br />
 +
V2
 
* 4g SD card image
 
* 4g SD card image
 
* wpa-supplicant (change /etc/network/interfaces to enter your ssid/key)
 
* wpa-supplicant (change /etc/network/interfaces to enter your ssid/key)
Line 60: Line 66:
 
* custom (non-debug) kernel
 
* custom (non-debug) kernel
 
* default user name and password: olinuxino and olinuxino
 
* default user name and password: olinuxino and olinuxino
 +
 +
V3
 +
* Updated kernel to 3.0.57.
 +
* Changed FS to ext4, but left journaling intact. Journaling is fairly important when you may lose power at any point in time.
 +
* Updated all packages to latest version.
  
 
once logged in to start the user interface type "startx"
 
once logged in to start the user interface type "startx"
  
 
[https://www.olimex.com/forum/index.php?topic=537.0 Forum thread link for this image]
 
[https://www.olimex.com/forum/index.php?topic=537.0 Forum thread link for this image]
 +
 
===Linaro Image===
 
===Linaro Image===
 
[https://docs.google.com/open?id=0B-bAEPML8fwlRm5ZSmZtUXQyMTg Linaro ALIP image]
 
[https://docs.google.com/open?id=0B-bAEPML8fwlRm5ZSmZtUXQyMTg Linaro ALIP image]

Revision as of 23:11, 8 January 2013

The A13 board can boot from the SD card. There are some ready made SD card images that are suitable. Some of these images can be found in this wiki section.

Once a suitable SD card is imaged with these files, place it into the board then power the board on, it should boot.

All images will have been generated for a specific SD card size. To use these images you must use a SD card that is the specified size or larger.

When the image is downloaded the SD card will only have partitions set up for the originally specified size for the image. If a larger SD card was used you can access the extra memory by using resize2fs.

Note: Some SD cards will list a size on them however the exact number of usable bytes can vary either through bad sectors or different manufacturers. The consequence of this is that an image from a particular size SD card may not fit on another of the same size. If this is the case an error will come up when imaging the card "No space left on device" or a windows error depending on the tool being used. If this issue comes up use a larger SD card size.

Download Method

These images can be downloaded using the methods below

Windows:


Linux:

  • transfer to card

For example an image with the file name of "debian_2g.img" would be downloaded to the SD card connected to a linux machine using one of the following commands:

# dd bs=4M oflag=sync if=debian_2g.img of=/dev/sdX
or
# cp debian_2g.img /dev/sdX

where X is the uSD card.

Images

Debian image

A13 Debian Linux Image

Configuration

  • 2g SD card image
  • without X
  • includes Mplayer CLI, GCC
  • The default user/password are root/password

Extract it and write the image (A13_Micro_Debian_first_preliminary_release.img) on SD card

Note: as this comes in a tar.bz2 file this is best imaged using linux

Debian with GUI (X)

Created by jwischka

A13 Debian Image with X V2


A13 Debian Image with X V3

Configuration
V2

  • 4g SD card image
  • wpa-supplicant (change /etc/network/interfaces to enter your ssid/key)
  • xfce4
  • tightvncserver (starts on boot)
  • various dev tools (python, gcc, etc)
  • sudo
  • 500mb swap file
  • custom (non-debug) kernel
  • default user name and password: olinuxino and olinuxino

V3

  • Updated kernel to 3.0.57.
  • Changed FS to ext4, but left journaling intact. Journaling is fairly important when you may lose power at any point in time.
  • Updated all packages to latest version.

once logged in to start the user interface type "startx"

Forum thread link for this image

Linaro Image

Linaro ALIP image

Configuration

  • 4gb SD card image
  • Linaro alip ( lubuntu 12.04 widh lxde desktop environment, minimal )
  • kernel 3.4.19
  • to setup networking you can edit /etc/network/interfaces
  • Password is linaro

Forum thread link for this image