From Source Code To Create Android - Samsung s3c6410-TFA Manual

Android development started
Table of Contents

Advertisement

# Make S3C6410-TFA_sd_config-ram128; make
In the current directory will be compiled with support for SD configuration and start U-boot.bin, using SD-
Flasher.exe tool it programmed into the SD card, set development board from the start to use the SD card,
you can refer to 2.2 sections of the steps, simply one of the Superboot.bin to U-boot.bin on it.CD images /
linux directory has been compiled in the document provided, in order to facilitate the distinction, we
rename it to u-boot_sd-ram128.bin
To compile for 256M memory U-boot, follow these steps: Go to U-boot source directory, run:
# Cd / opt/Pardazesh Sabz/S3C6410-TFA/linux/u-boot-S3C6410-TFA
# Make S3C6410-TFA_sd_config-ram256; make
In the current directory will be compiled with support for SD configuration and start U-boot.bin, using SD-
Flasher.exe tool it programmed into the SD card, set development board from the start to use the SD card,
you can refer to 2.2 sections of the steps, simply one of the Superboot.bin to U-boot.bin on it.CD images /
linux directory has been compiled in the document provided, in order to facilitate the distinction, we
rename it to u-boot_sd-ram256.bin
2.4Configure and compile the Linux kernel
Android's Linux kernel and used the standard Linux kernel is different, but the methods used and steps are
similar; if you are not familiar with the Linux kernel configuration, I suggest you use our default kernel
configuration.
To compile the LCD for N43 model kernel, so use the default kernel configuration:
# Cd / opt/Pardazesh Sabz/S3C6410-TFA/android / linux-2.6.36-android
# Cp config_android_n43. Config; attention in front of a config "."
# Make
Finally, in the arch / arm / boot directory to generate zImage, we rename it to azImage_n43 into the CD-
ROM, in order to distinguish
To compile the LCD model for A70 kernel, so use the default kernel configuration:
# Cd / opt/Pardazesh Sabz/S3C6410-TFA/android / linux-2.6.36-android
# Cp config_android_a70. Config; attention in front of a config "."
# Make
Finally, in the arch / arm / boot directory to generate zImage, we rename it to azImage_n70 into the CD-
ROM, to distinguish them.

2.5 from source code to create Android

As you can see, Android system is very large, a lot of success for beginners can be successfully compiled it,
and the time required to compile a very long (1.5-4 hours, or even longer), in order to facilitate use, we
deliberately ready ready-made source code package, and produced three scripts were used to compile and
create Andoid system: build-android, genrootfs.sh and genrootfs-s.sh
At the command line:

Advertisement

Table of Contents
loading

Table of Contents