================================================================================ Title: CM3PVRxx 1.00.011 GPL/LGPL Source Code Readme ================================================================================ 1.System Requirement .Bootloader: Windows XP Perfessional .Kernel&App: Fedora 5 or RedHat 9 2.Toolchain .Bootloader: CYGWIN_NT-5.1 1.5.25(0.156/4/2), Refer to http://www.cygwin.com/ setup.exe, PN00116-05.36-2B-MIPSSW-MSDE-v5.03.06.tgz .Kernel&App: sdelinux-5.03.06-1.i386.rpm, mipsel-sdelinux-v6.05.00-4.i386.rpm, inc_lib0808.tar.bz2 3.Source Code .Bootloader: CM3PVRxx_Bootcode_008.tar.gz .Kernel&App: CM3PVRxx_1.00.011_Kernel.tar.gz, CM3PVRxx_1.00.011_APP.tar.gz ================================================================================ 4.Toolchain Setup .Bootloader: a. Install cygwin. Run setup.exe on development host. b. Run cygwin shell. c. Create toolchain path in cygwin shell $ cd / $ mkdir sde d. Install toolchain, PN00116-05.36-2B-MIPSSW-MSDE-v5.03.06.tgz, to toolchain path in cygwin shell. e. Add toolchain path on PATH. .Kernel&App: a. Install toolchain, mipsel-sdelinux-v6.05.00-4.i386.rpm form, sdelinux-5.03.06-1.i386.rpm b. Install library, inc_lib0808.tar.bz2, to /usr/local/mipsel-linux/ b. cp /usr/local/lib/gcc-lib/mipsel-linux/2.96-sdelinuxmips-040127/*.o /usr/local/lib/gcc-lib/mipsel-linux/2.96-sdelinuxmips-040127/soft/ 5.Building Procedures .Bootloader: a. Untar bootloader source code, CM3PVRxx_Bootcode_008.tar.gz b. Setup environment thru bootloader.me c. Change working directory to bin d. make e. bootloader, CM3PVRAP_V0008.bin, created in tools\flash_image_maker\serial directory. .Kernel&App: a.Add /usr/bin to PATH b.Untar CM3PVRxx_1.00.011_Kernel.tar.gz c.Change working directory to kernel/system d.make PRJ=develop.avhdd e.Untar CM3PVRxx_1.00.011_APP.tar.gz f.Change working directory to userapp\system\flash_environment\develop\image_file_avhdd g.export PROJ_MODEL_NAME=CM3PVRAP h.make install_ap i.CM3PVRAP_1.00.011.tar and fw_upgrade.sh created.