Quote:
Originally Posted by charleskincade
I've tried the manual downloads but still haven't gotten anywhere. For instance, I've extracted the ppckitchen oem.rar and vga.rar and shareware.rar to the buildos/kitchen folder and then I'm having a problem with loading raphael and herman core files. I've played around with this for a week now. Can you walk me through the process, I have the kitchen downloads already but I really need someone to guide me through this thing so that I can pinpoint what's wrong or either what I'm doing wrong.
|
You do not WANT to extract those files. They need to stay as a RAR file. Same goes for the Core and Carrier files. The Projects/Groups/BuildBase and DeviceBase have the txt files that define what SYS, Core and OEM RAR's to use.
For example (FYI, there are some tips inside of the Code boxes. Look for the " <- " ):
BuildBase file name = WM6.5_192DPI_VGA_23001.txt
Contents:
Code:
GroupConfigVersion=.90.01
BuildID=WM6.5_23001 <-This is how the PPCK decides what XIP to use from the DeviceBase
CheckForFeature=VGA
ModuleDir=[KitchenBasePath]SYS_23001_Common[Archive]
ModuleDir=[KitchenLangPath]SYS_23001_192DPI_0409[Archive]
The [Archive] tells PPCK that this is a RAR file. If you want to use a folder, remove the [Archive]
DeviceBase filename = Herman_WM6.1.txt
Contents of Herman_WM6.1.txt
Code:
GroupConfigVersion=.90.01
[Screen]=_VGA
[DPI]=192DPI
[StockBuild]=19965
KitchenDir=[KitchenPath]Herman_Core[Archive] <-Here's the Core file. Be sure to have the XIP in here.
[BaseGroup]
XipFilename=Herman,WM6.1_20755,Herman_19965.enc.bin
XipFilename=Herman,WM6.1_20924,Herman_20924_1.03.651.3.enc.bin
XipFilename=Herman,WM6.1_20931,Herman_20931_1.03.651.3.enc.bin
XipFilename=Herman,WM6.1_21042,Herman_21042.enc.bin
XipFilename=Herman,WM6.1_21202,Herman_21202.enc.bin
XipFilename=Herman,WM6.5_21501,Herman_21501.enc.bin
XipFilename=Herman,WM6.5_21215,Herman_21215_xip.BIN
XipFilename=Herman,WM6.5_21222,Herman_21222_XIP.BIN
XipFilename=Herman,WM6.5_21502,Herman_21502_XIP.BIN
XipFilename=Herman,WM6.5_23001,Herman_23001_XIP.BIN <-This is where your BuildID comes into play.
ModuleDir=[KitchenPath]Carriers_Victor[Archive] <-This is the Carrier File used for your device
ROMDeviceType=Herman
ROMOSType=WM6.1
PagePoolSize=10
SelectedBootSplashImage=480x640,<Default>
SelectedSubSplashImage=480x640,<Default>
SelectedMainSplashImage=640x640,<Default>
Just be sure to have the xip inside if the
Device_Core.rar file. For the Herman, just add it to the ROM folder in the Core Rar file.