Uboot configuration and kernel files in the default android source development board S5P4418

uboot configure the default file, directory android decompressed into the source, then go uboot directory, as
shown in FIG.

As shown above, if the core board is 1G, using "cp nsih-1G16b-4418.txt nsih.txt " command, with the
document cover "nsih-1G16b-4418.txt" " nsih.txt"; if the core is 2G plate, using "CP
nsih-2G16b-4418.txt nsih.txt" command, cover "nsih.txt" with "nsih-2G16b-4418.txt" file.
Kernel needs to configure the default file, extract from the source directory into the android, and then into the kernel directory, use the
command "cp -r config_for_iTOP4418_android_AR8031 .config" default configuration file. If the card core
chip is RTL8211, using "cp -r config_for_iTOP4418_android_RTL8211 .config", below
shown.

Special attention, if you want to use the default configuration file menuconfig, please type in console "Export
ARCH = ARM", and then use menuconfig tool. Otherwise, the default configuration of the x86 platform, as shown below.

Further, if it is 2G core board, open the kernel directory "Vim
Arch / ARM / Plat-s5p4418 / topeet / the include / cfg_mem.h" file, the figure "#if 1" to "#if 0".
"#If 1" corresponding to 1G kernel, "# if 0" corresponding to the 2G core.

Guess you like

Origin www.cnblogs.com/liyue3/p/12021267.html