View Single Post
  #7945 (permalink)  
Old 09-16-2009, 04:15 PM
joojoobee666's Avatar
joojoobee666
PPCKitchen Crew
Offline
Location: Ohio
 
Join Date: Jul 2008
Posts: 1,442
Reputation: 10635
joojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation level
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

Quote:
Originally Posted by qball1616 View Post
Yes I made sure to check that box. Would I need to copy the .VM file that came with everything? I also did recreate the SYS Common files, but I noticed that after I switched to the new kernel i have an insane amount of Warning Duplicate Module on Module warnings.

I will attach my build log for you to take a look at when you have a few minutes if you don't mind.
The .VM is not needed with Ervius visual kitchen. You can just remove it from the OEM\Device folder and still have a bootable rom. As far as your log....WHOA!! You have over 30,000 of the following errors:

Code:
Warning!!! Found Module duplicate on Module...
Clearly something is VERY wrong there.

Also, I see this:

Code:
XIP: xip.bin not found!
XIP not Inserted!
ERROR! (errorlevel: -2146234327)
That means you are not building a XIP, and lastly, I see NO allocation happening at all. So something is MAJORLY flubbed up in your kitchen. After the "platformrebuilder.exe Executed successfull!!!" line you should be seeing the following, followed by list of EVERY file/module in your ROM (that's the allocation process)

This is from the most recent build I made:
Code:
done!!!
Wait some seconds...

Executing: kitchen_build_rom.bat.....
Copying OS.nb.payload...
        1 file(s) copied.
Implantxip & Payload Resizer v. 1.1 by ervius!!!
  BLOCKS SIZE IS: 00020000
  ROM Block is  : 00000800
  ImgStart MIN Val. SETTED - ULDR Reducing...
....................................
Preparing payload to be resized.....
....................................
Before:
  XIP.BIN Target   Size: 003015C8 AdjSize:          0031FFFF
  ULRD in Payload  Start:00001000 Size:0001EFFF End:0001FFFF
  XIP  in Payload  Start:00020000 Size:002DFFFF End:002FFFFF
  IMG  in Payload  Start:00300000 Size:0001FFFF End:0031FFFF
  FAT  in Payload  Start:00320000 Size:1D59FFFF End:1D8BFFFF
After:
  XIP.BIN Target   Size: 003015C8 AdjSize:          0031FFFF
  ULRD in Payload  Start:00001000 Size:0001EFFF End:0001FFFF
  XIP  in Payload  Start:00020000 Size:0031FFFF End:0033FFFF
  IMG  in Payload  Start:00340000 Size:0001FFFF End:0035FFFF
  FAT  in Payload  Start:00360000 Size:1D59FFFF End:1D8FFFFF
    XIP PagePool Patched!
    XIP PagePool from: 6 Mb, to: 9 Mb
    XIP Successfully Nocert patched!
Payload resized and XIP Inserted into: OS.nb.payload
ImgfsFromNb 2.1rc2
Sector size is 0x800 bytes
ImgFs partition starts at 0x00340000 and ends at 0x00360000
Dumping IMGFS at offset 0x00340000 (size 0x00020000)
Done!
ImgfsFromDump 2.1rc2
Using compression type 'XPR'!
Sector size is 0x800
Processing ".hst" as file
...
Reply With Quote
This post has been thanked 1 times.