S3C2410/ Mobile Business Enabling / IM-1.1-04-05
8 Property of Samsung Electronics Co., Ltd. Mobile Solution Group, System LSI.
[root@localhost s3c2410_kernel2.4.18_r1.1]#
make dep
[root@localhost s3c2410_kernel2.4.18_r1.1]#
make zImage
After executing above commands the Kernel image will be created in
‘
s3c2410_kernel2.4.18_r1.1/arch/arm/boot’
directory by the name of ‘
zImage’.
Copy
‘zImage’
(kernel image) to
‘image’
directory, to port the kernel image on the target board.
#
s3c2410_kernel2.4.18_r1.1/arch/arm/boot/
[root@localhost boot]#
cp zImage /home/test/image/
3.4
Copying Root file System
Root filesystem is composed of Cramfs (Compressed ROM file system). Cramfs is designed small and
simple. The size is restricted to 256MB, but it doesn’t act on a defect in embedded system.
To port the Root File System onto the target board easily, copy the root file system to ‘/image/
’
directory.
[root@localhost test]#
cp
root_qtopia.cramfs
/home/test/image
[root@localhost test]#
cp
root.cramfs
/home/test/image
All the images (vivi, zImage, root.cramfs, root_qtopia.cramfs) are collected under ‘
/image’
directory.
In next chapter, we will learn about how to port these images to the target board.
Summary of Contents for S3C2410
Page 40: ......
Page 41: ...Copyright 2004 Samsung Electronics Co Ltd All Rights Reserved ...
Page 42: ......
Page 43: ......