|
||||
uhmm
@echo off rem ** cleanup any files from last run del dump_MemoryMap.txt del /q .\romtemp\*.* rmdir /s /q dump rem ** extract the nbh mkdir nbhtemp move *.nbh nbhtemp cd nbhtemp ren *.nbh RUU_signed.nbh ..\bin\nbhextract RUU_signed.nbh ren *OS.nb OS.nb move OS.nb ..\ cd .. rmdir /q /s nbhtemp rem ** split OS.nb .\bin\nbsplit -titan OS.nb move OS.nb.extra romtemp move OS.nb.payload romtemp del OS.nb rem ** convert OS.nb.payload to Imgfs .\bin\ImgfsFromNb .\romtemp\OS.nb.payload .\romtemp\imgfs.bin rem ** dump imgfs.bin .\bin\imgfstodump .\romtemp\imgfs.bin echo Done! pause |
|
||||
There is also a complete batch file on the ppcgeeks ftp in the titan section that works on the nbh to extract all the individual files.
|
|
||||
@echo off rem ** copy os image to temp ** copy .\ROM\os.nb.extra .\temp\os-new.nb.extra copy .\ROM\os.nb.payload .\temp\ copy .\ROM\titan_nbh.txt .\temp\ cd temp ..\TOOLS\ImgfsFromNb OS.nb.payload imgfs.bin rem ** create imgfs-new from dump ** ..\TOOLS\imgfsfromdump imgfs.bin imgfs-new.bin rem ** create os-new.nb.payload from imgfs-new.bin ** ..\TOOLS\imgfstonb imgfs-new.bin os.nb.payload os-new.nb.payload rem ** merge os-new.nb.payload&extra into os-new.nb ..\TOOLS\nbmerge -titan os-new.nb rem ** generate ruu_signed.nbh containing os-new.nb ** ..\TOOLS\nbhgen titan_nbh.txt rem ** move nbh to root ** move ruu_signed.nbh ..\ cd .. pause rmdir /s /q temp |
|
||||
with that now, I know I'm doing it right... I will upload the finished results later as the organization was made to make it easy for beginners (like me!). Thanks for the encouragement dcd!
|
|
||||
there is already all the tools you need to build custom roms on the 6800 under my folder on the ftp
|
|
||||
I can't get BuildOS.exe to work
I can't get BuildOS to work it crashes everytime i try to open it ...... any suggestions or help would be great.
|
|
|
|