GTA04Installation » History » Version 4
Paul Kocialkowski, 08/01/2012 03:34 PM
1 | 1 | Paul Kocialkowski | h1. GTA04 Installation |
---|---|---|---|
2 | |||
3 | 4 | Paul Kocialkowski | h2. Installing for µSD card storage |
4 | 1 | Paul Kocialkowski | |
5 | 4 | Paul Kocialkowski | Once Replicant systemtarball and bootimage for GTA04 are ready, you can start the install procedure. |
6 | 1 | Paul Kocialkowski | |
7 | 4 | Paul Kocialkowski | h3. Getting the install script |
8 | 1 | Paul Kocialkowski | |
9 | 4 | Paul Kocialkowski | To make it easier to install Replicant on GTA04, you can use the install script: replicant_gta04_install.sh. |
10 | It should be shipped with Replicant images or copied in @out/target/product/gta04/@ during the build process. |
||
11 | If you cannot find the script, download the latest version from gitorious: "replicant_gta04_install.sh":https://gitorious.org/replicant/device_goldelico_gta04/blobs/raw/replicant-2.3/replicant_gta04_install.sh |
||
12 | 1 | Paul Kocialkowski | |
13 | 4 | Paul Kocialkowski | h3. Installing the kernel |
14 | 1 | Paul Kocialkowski | |
15 | 4 | Paul Kocialkowski | You have to write the kernel at the correct location where u-boot will read it. |
16 | Replicant may provide a boot.scr file in the future, allowing to chose between NAND and uSD kernel location. |
||
17 | 1 | Paul Kocialkowski | |
18 | 4 | Paul Kocialkowski | h3. Installing the system |
19 | |||
20 | Follow replicant_gta04_install.sh usage: |
||
21 | 1 | Paul Kocialkowski | <pre> |
22 | 4 | Paul Kocialkowski | Usage: ./replicant_gta04_install.sh [DRIVE] [SYSTEM] |
23 | 1 | Paul Kocialkowski | |
24 | 4 | Paul Kocialkowski | Notes: |
25 | - The [DRIVE] argument can be omitted |
||
26 | - The [SYSTEM] argument must be a tar archive |
||
27 | 1 | Paul Kocialkowski | </pre> |
28 | 4 | Paul Kocialkowski | |
29 | For instance: @./replicant_gta04_install.sh system.tar@ |