[Build Host Requirement] We had tested the build process on host PC which is installed with Fedora Core 2 and Fedora Core 3 Linux full installation, other Linux distribution will failed to build image due to the version of automake, m4 and make package are different or kernel source package not installed. [Directory Structure] We will use the same build environment for S3M image build, cf readme_s3m.txt for more information. [Instructions for building S5M image] (Assume you download s5m_sources-*.tar.gz on /tmp directory.) (Assume you make s3m image successfully under '/data/s3mbuild/' directory. Which is Case II described in readme_s3m.txt.) # cd /data/s3mbuild/ # tar zxvf /tmp/s5m_sources-*.tar.gz # cd proto/ # mv SxM_webui/ SxM_webui.s3m # ln -s ../webgui/ SxM_webui # cd marvell_5182 # mv package/ package.s3m # ln -s ../../package/ package # mv Makefile Makefile.s3m # cp -f ../../kernel/uImage kernel/wix_kernel/ # cp -f ../../patch-kernel.sh toolchain/ # cp ../../Makefile Makefile # make wix_event_utils-dirclean # make wix_event_utils # make s5m It will generate S5M_Vx_y_z.img on the same directory.