![Samsung S3C2410 Installation Manual Download Page 11](http://html.mh-extra.com/html/samsung/s3c2410/s3c2410_installation-manual_340823011.webp)
S3C2410/ Mobile Solution Group / IM-1.1-04-05
Mobile Solution Group, System LSI.I Property of Samsung Electronics Co., Ltd.
5
Figure 3-3 Saving New Kernel Configuration
After saving the New Kernel configuration, please execute the following command to compile Vivi
source code.
[root@localhost s3c2410_vivi_r1.1]#
make
If the compilation of vivi progresses well,
‘vivi’
binary image file will be created under
/vivi
directory.
In Next chapter we will learn how to port vivi (bootloader), kernel image, and root file system to target
board. To do this work more conveniently, it is good to collect the compiled images to
/image
directory.
Create the ‘
/image’
directory under ‘
/home/test’
and copy the compiled images to ‘
/image’
directory.
[root@localhost s3c2410_vivi_r1.1]#
mkdir /home/test/image
[root@localhost s3c2410_vivi_r1.1]#
cp vivi /home/test/image
Please execute the following command to create
imagewrite
utility, to write the images to the SMC.
[root@localhost s3c2410_vivi_r1.1]#
cd util
[root@localhost util]#
/usr/local/arm/2.95.3/bin/arm-linux-gcc –o imagewrite
imagewrite.c
Finally copy the
‘imagewrite’
utility to
‘/home/test/image’.
[root@localhost util]#
cp
imagewrite
/home/test/image
Summary of Contents for S3C2410
Page 40: ......
Page 41: ...Copyright 2004 Samsung Electronics Co Ltd All Rights Reserved ...
Page 42: ......
Page 43: ......