Installing new Sony libs ~~~~~~~~~~~~~~~~~~~~~~~~ Download complete libs and compiler Extract libraries (tools_libs-X.X.X.tgz) into a directory (Currently all kept in ~leo/Backup) Extract compiler (tool_chain-X.XX.tgz) into same directory Rename the sce directory to match the librry version (e.g. sce_3.0.0) Update symlink in ~leo/Sony USBMOUSE ~~~~~~~~ Go into /usr/local/sce/iop/sample/usb/usbmouse and compile it add a symlink in /usr/local/sce/iop/modules to the new usbmouse.irx EZNETCNF ~~~~~~~~ Copy across the eznetcnf libraries from a previous library (sce/ee/src/lib/eznetcnf) if not already present Go into eznetcnf/iop-src and recompile (make clean;make) Go into eznetcnf/lib-src and recompile (make clean;make) CD to /usr/local/sce/ee/include and add symlink to the eznetcnf includes ln -s ../src/lib/eznetcnf/include eznetcnf CD to /usr/local/sce/iop/modules and add symlink to eznetcnf.irx and eznetctl.irx ln -s ../../ee/src/lib/eznetcnf/irx/eznetcnf.irx ln -s ../../ee/src/lib/eznetcnf/irx/eznetctl.irx cd to /usr/local/sce/ee/lib and symlink the eznetcnf.a library ln -s ../src/lib/eznetcnf/lib/eznetcnf.a DNAS ~~~~ Install the DNAS code into the CVS tree at Interactor/Support/PS2/DNAS cd to /usr/local/sce Add symlinks for the dnas2.h and com_error.h include files from the DNAS directory. These really need to point to an uptodate CVS repository that is gaunranteed to be there (Bob's?) ln -s /usr/users/leo/Engineering/Interactor/Support/PS2/DNAS/libdnas_nohdd_300_scee/ee/include/com_error.h ln -s /usr/users/leo/Engineering/Interactor/Support/PS2S/libdnas_nohdd_300_scee/ee/include/dnas2.h cd /usr/local/sce/ee/lib and symlink in the DNAS library ln -s /usr/users/leo/Engineering/Interactor/Support/PS2/DNAS/libdnas_nohdd_300_scee/ee/lib/dnas_net.a Link in the IMG file cd /usr/local/sce/iop/modules ln -s /usr/users/leo/Engineering/Interactor/Support/PS2/DNAS/libdnas_nohdd_300_scee/iop/modules/dnas300.img DNAS300.IMG CDIMAGE ~~~~~~~ Copy across the CDImage directory from a previous version, ensuring the symbolic links are preserved cp -r CDImage /usr/local/sce Update the DNAS and IOP image links cd /usr/local/sce/CDImage/OREGAN rm *.IMG ln -s /usr/local/sce/iop/modules/DNAS300.IMG FLASH ~~~~~ Update the Flash on the tool using dsflash dsflash t10000-rel300.bin OAL ~~~ Update OAL to refer to new IOP and DNAS image names BUILD ~~~~~ Do a make clean and recompile build Test Produce CD build Test