User Tools

Site Tools


start:ariag25

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
start:ariag25 [2013.04.09 - 08:35]
alexander.krause [config files (inside aria25)]
start:ariag25 [2013.04.09 - 09:45]
alexander.krause
Line 1: Line 1:
 ====== Getting started with the Aria G25 ====== ====== Getting started with the Aria G25 ======
 +{{:​start:​imag1018_small.jpg?​200|}}
 +
 ===== prepare sd-card ===== ===== prepare sd-card =====
   * see [[http://​www.acmesystems.it/​microsd_create|How to create a bootable microSD from binary repositories]]   * see [[http://​www.acmesystems.it/​microsd_create|How to create a bootable microSD from binary repositories]]
Line 36: Line 38:
 </​code>​ </​code>​
  
-==== get kernel uImage ====+==== get kernel uImage/​modules ​====
 <code bash> <code bash>
 +mount /dev/sda1 /mnt/sda1
 +cd /mnt/sda1/
 +wget '​http://​gentoo.ed-solutions.de/​kernel/​aria25/​uImage-2.6.39-20130409.tar.bz2'​
 +tar -vjxf uImage-2.6.39-20130409.tar.bz2
 +umount /mnt/sda1
  
 +mount /dev/sda2 /mnt/sda2
 +cd /​mnt/​sda2/​lib/​
 +wget '​http://​gentoo.ed-solutions.de/​kernel/​aria25/​modules-2.6.39-2013.04.09.tar.bz2'​
 +tar -vjxf modules-2.6.39-2013.04.09.tar.bz2 -C .
 +cd /
 +umount /mnt/sda2
 </​code>​ </​code>​
- 
 ==== setup root partition ==== ==== setup root partition ====
 <code bash> <code bash>
start/ariag25.txt ยท Last modified: 2013.04.11 - 12:16 by alexander.krause