Figure 3-7 crmafs option settings – Samsung V1.3.0 User Manual

Page 19

Advertising
background image

Figure 3-5 CRMAFS OPTION Settings


Now, you can proceed to build the kernel and the kernel modules. Before starting build process
your kernel cross compile path ‘CROSS_COMPILE = ’ must be set in

$(KERNEL_TOP_DIR)/Makefile. To build the kernel, type the following commands in sequence.


shell> cd $(KERNEL_TOP_DIR)
shell> make clean
shell> make dep
shell> make uImage

Then, the kernel image file named ‘uImage’ will be created if no error occurs. As mentioned
earlier, the RFS sources are compiled and linked as a loadable kernel module. To make the

kernel modules, do the following.


shell> make modules
shell> make modules_install

11

Linux

RFS

v1.3.0

Porting

Guide

Advertising